Uses of Class
com.google.api.TypeReference
Packages that use TypeReference
-
Uses of TypeReference in com.google.api
Methods in com.google.api that return TypeReferenceModifier and TypeMethodDescriptionTypeReference.Builder.build()
TypeReference.Builder.buildPartial()
static TypeReference
TypeReference.getDefaultInstance()
TypeReference.Builder.getDefaultInstanceForType()
TypeReference.getDefaultInstanceForType()
FieldInfo.Builder.getReferencedTypes
(int index) The type(s) that the annotated, generic field may represent.FieldInfo.getReferencedTypes
(int index) The type(s) that the annotated, generic field may represent.FieldInfoOrBuilder.getReferencedTypes
(int index) The type(s) that the annotated, generic field may represent.static TypeReference
TypeReference.parseDelimitedFrom
(InputStream input) static TypeReference
TypeReference.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TypeReference
TypeReference.parseFrom
(byte[] data) static TypeReference
TypeReference.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TypeReference
TypeReference.parseFrom
(com.google.protobuf.ByteString data) static TypeReference
TypeReference.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TypeReference
TypeReference.parseFrom
(com.google.protobuf.CodedInputStream input) static TypeReference
TypeReference.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TypeReference
TypeReference.parseFrom
(InputStream input) static TypeReference
TypeReference.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TypeReference
TypeReference.parseFrom
(ByteBuffer data) static TypeReference
TypeReference.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.api that return types with arguments of type TypeReferenceModifier and TypeMethodDescriptioncom.google.protobuf.Parser
<TypeReference> TypeReference.getParserForType()
FieldInfo.Builder.getReferencedTypesList()
The type(s) that the annotated, generic field may represent.FieldInfo.getReferencedTypesList()
The type(s) that the annotated, generic field may represent.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 TypeReferenceModifier and TypeMethodDescriptionFieldInfo.Builder.addReferencedTypes
(int index, TypeReference value) The type(s) that the annotated, generic field may represent.FieldInfo.Builder.addReferencedTypes
(TypeReference value) The type(s) that the annotated, generic field may represent.TypeReference.Builder.mergeFrom
(TypeReference other) static TypeReference.Builder
TypeReference.newBuilder
(TypeReference prototype) FieldInfo.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 TypeReferenceModifier and TypeMethodDescriptionFieldInfo.Builder.addAllReferencedTypes
(Iterable<? extends TypeReference> values) The type(s) that the annotated, generic field may represent.