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 TypeReference
TypeReference.Builder. build()
TypeReference
TypeReference.Builder. buildPartial()
static TypeReference
TypeReference. getDefaultInstance()
TypeReference
TypeReference.Builder. getDefaultInstanceForType()
TypeReference
TypeReference. getDefaultInstanceForType()
TypeReference
FieldInfo.Builder. getReferencedTypes(int index)
The type(s) that the annotated, generic field may represent.TypeReference
FieldInfo. getReferencedTypes(int index)
The type(s) that the annotated, generic field may represent.TypeReference
FieldInfoOrBuilder. getReferencedTypes(int index)
The type(s) that the annotated, generic field may represent.static TypeReference
TypeReference. parseDelimitedFrom(java.io.InputStream input)
static TypeReference
TypeReference. parseDelimitedFrom(java.io.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(java.io.InputStream input)
static TypeReference
TypeReference. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TypeReference
TypeReference. parseFrom(java.nio.ByteBuffer data)
static TypeReference
TypeReference. 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.Builder
FieldInfo.Builder. addReferencedTypes(int index, TypeReference value)
The type(s) that the annotated, generic field may represent.FieldInfo.Builder
FieldInfo.Builder. addReferencedTypes(TypeReference value)
The type(s) that the annotated, generic field may represent.TypeReference.Builder
TypeReference.Builder. mergeFrom(TypeReference other)
static TypeReference.Builder
TypeReference. newBuilder(TypeReference prototype)
FieldInfo.Builder
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 TypeReference Modifier and Type Method Description FieldInfo.Builder
FieldInfo.Builder. addAllReferencedTypes(java.lang.Iterable<? extends TypeReference> values)
The type(s) that the annotated, generic field may represent.
-