Uses of Class
com.google.api.TypeReference.Builder
Packages that use TypeReference.Builder
-
Uses of TypeReference.Builder in com.google.api
Methods in com.google.api that return TypeReference.BuilderModifier and TypeMethodDescriptionFieldInfo.Builder.addReferencedTypesBuilder()The type(s) that the annotated, generic field may represent.FieldInfo.Builder.addReferencedTypesBuilder(int index) The type(s) that the annotated, generic field may represent.TypeReference.Builder.clear()TypeReference.Builder.clearTypeName()The name of the type that the annotated, generic field may represent.FieldInfo.Builder.getReferencedTypesBuilder(int index) The type(s) that the annotated, generic field may represent.TypeReference.Builder.mergeFrom(TypeReference other) TypeReference.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) TypeReference.Builder.mergeFrom(com.google.protobuf.Message other) static TypeReference.BuilderTypeReference.newBuilder()static TypeReference.BuilderTypeReference.newBuilder(TypeReference prototype) TypeReference.newBuilderForType()protected TypeReference.BuilderTypeReference.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) TypeReference.Builder.setTypeName(String value) The name of the type that the annotated, generic field may represent.TypeReference.Builder.setTypeNameBytes(com.google.protobuf.ByteString value) The name of the type that the annotated, generic field may represent.TypeReference.toBuilder()Methods in com.google.api that return types with arguments of type TypeReference.BuilderModifier and TypeMethodDescriptionFieldInfo.Builder.getReferencedTypesBuilderList()The type(s) that the annotated, generic field may represent.Methods in com.google.api with parameters of type TypeReference.BuilderModifier and TypeMethodDescriptionFieldInfo.Builder.addReferencedTypes(int index, TypeReference.Builder builderForValue) The type(s) that the annotated, generic field may represent.FieldInfo.Builder.addReferencedTypes(TypeReference.Builder builderForValue) The type(s) that the annotated, generic field may represent.FieldInfo.Builder.setReferencedTypes(int index, TypeReference.Builder builderForValue) The type(s) that the annotated, generic field may represent.