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.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) TypeReference.Builder.clear()
TypeReference.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) TypeReference.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) TypeReference.Builder.clearTypeName()
The name of the type that the annotated, generic field may represent.TypeReference.Builder.clone()
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) final TypeReference.Builder
TypeReference.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) static TypeReference.Builder
TypeReference.newBuilder()
static TypeReference.Builder
TypeReference.newBuilder
(TypeReference prototype) TypeReference.newBuilderForType()
protected TypeReference.Builder
TypeReference.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) TypeReference.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) 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.final TypeReference.Builder
TypeReference.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) 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.