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 TypeReferenceTypeReference.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 TypeReferenceTypeReference.parseDelimitedFrom(InputStream input) static TypeReferenceTypeReference.parseDelimitedFrom(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(InputStream input) static TypeReferenceTypeReference.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TypeReferenceTypeReference.parseFrom(ByteBuffer data) static TypeReferenceTypeReference.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.BuilderTypeReference.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.