Uses of Class
com.google.api.TypeReference
-
Packages that use TypeReference Package Description com.google.api -
-
Uses of TypeReference in com.google.api
Methods in com.google.api that return TypeReference Modifier and Type Method Description TypeReferenceTypeReference.Builder. build()TypeReferenceTypeReference.Builder. buildPartial()static TypeReferenceTypeReference. getDefaultInstance()TypeReferenceTypeReference.Builder. getDefaultInstanceForType()TypeReferenceTypeReference. getDefaultInstanceForType()TypeReferenceFieldInfo.Builder. getReferencedTypes(int index)The type(s) that the annotated, generic field may represent.TypeReferenceFieldInfo. getReferencedTypes(int index)The type(s) that the annotated, generic field may represent.TypeReferenceFieldInfoOrBuilder. getReferencedTypes(int index)The type(s) that the annotated, generic field may represent.static TypeReferenceTypeReference. parseDelimitedFrom(java.io.InputStream input)static TypeReferenceTypeReference. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TypeReferenceTypeReference. parseFrom(byte[] data)static TypeReferenceTypeReference. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TypeReferenceTypeReference. parseFrom(com.google.protobuf.ByteString data)static TypeReferenceTypeReference. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TypeReferenceTypeReference. parseFrom(com.google.protobuf.CodedInputStream input)static TypeReferenceTypeReference. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TypeReferenceTypeReference. parseFrom(java.io.InputStream input)static TypeReferenceTypeReference. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TypeReferenceTypeReference. parseFrom(java.nio.ByteBuffer data)static TypeReferenceTypeReference. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.api that return types with arguments of type TypeReference Modifier and Type Method Description com.google.protobuf.Parser<TypeReference>TypeReference. getParserForType()java.util.List<TypeReference>FieldInfo.Builder. getReferencedTypesList()The type(s) that the annotated, generic field may represent.java.util.List<TypeReference>FieldInfo. getReferencedTypesList()The type(s) that the annotated, generic field may represent.java.util.List<TypeReference>FieldInfoOrBuilder. getReferencedTypesList()The type(s) that the annotated, generic field may represent.static com.google.protobuf.Parser<TypeReference>TypeReference. parser()Methods in com.google.api with parameters of type TypeReference Modifier and Type Method Description FieldInfo.BuilderFieldInfo.Builder. addReferencedTypes(int index, TypeReference value)The type(s) that the annotated, generic field may represent.FieldInfo.BuilderFieldInfo.Builder. addReferencedTypes(TypeReference value)The type(s) that the annotated, generic field may represent.TypeReference.BuilderTypeReference.Builder. mergeFrom(TypeReference other)static TypeReference.BuilderTypeReference. newBuilder(TypeReference prototype)FieldInfo.BuilderFieldInfo.Builder. setReferencedTypes(int index, TypeReference value)The type(s) that the annotated, generic field may represent.Method parameters in com.google.api with type arguments of type TypeReference Modifier and Type Method Description FieldInfo.BuilderFieldInfo.Builder. addAllReferencedTypes(java.lang.Iterable<? extends TypeReference> values)The type(s) that the annotated, generic field may represent.
-