Uses of Interface
com.google.api.TypeReferenceOrBuilder
-
Packages that use TypeReferenceOrBuilder Package Description com.google.api -
-
Uses of TypeReferenceOrBuilder in com.google.api
Classes in com.google.api that implement TypeReferenceOrBuilder Modifier and Type Class Description class
TypeReference
A reference to a message type, for use in [FieldInfo][google.api.FieldInfo].static class
TypeReference.Builder
A reference to a message type, for use in [FieldInfo][google.api.FieldInfo].Methods in com.google.api that return TypeReferenceOrBuilder Modifier and Type Method Description TypeReferenceOrBuilder
FieldInfo.Builder. getReferencedTypesOrBuilder(int index)
The type(s) that the annotated, generic field may represent.TypeReferenceOrBuilder
FieldInfo. getReferencedTypesOrBuilder(int index)
The type(s) that the annotated, generic field may represent.TypeReferenceOrBuilder
FieldInfoOrBuilder. getReferencedTypesOrBuilder(int index)
The type(s) that the annotated, generic field may represent.Methods in com.google.api that return types with arguments of type TypeReferenceOrBuilder Modifier and Type Method Description java.util.List<? extends TypeReferenceOrBuilder>
FieldInfo.Builder. getReferencedTypesOrBuilderList()
The type(s) that the annotated, generic field may represent.java.util.List<? extends TypeReferenceOrBuilder>
FieldInfo. getReferencedTypesOrBuilderList()
The type(s) that the annotated, generic field may represent.java.util.List<? extends TypeReferenceOrBuilder>
FieldInfoOrBuilder. getReferencedTypesOrBuilderList()
The type(s) that the annotated, generic field may represent.
-