Uses of Class
com.google.api.FieldInfo.Builder
Packages that use FieldInfo.Builder
-
Uses of FieldInfo.Builder in com.google.api
Methods in com.google.api that return FieldInfo.BuilderModifier and TypeMethodDescriptionFieldInfo.Builder.addAllReferencedTypes
(Iterable<? extends TypeReference> values) The type(s) that the annotated, generic field may represent.FieldInfo.Builder.addReferencedTypes
(int index, TypeReference value) The type(s) that the annotated, generic field may represent.FieldInfo.Builder.addReferencedTypes
(int index, TypeReference.Builder builderForValue) 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.FieldInfo.Builder.addReferencedTypes
(TypeReference.Builder builderForValue) The type(s) that the annotated, generic field may represent.FieldInfo.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) FieldInfo.Builder.clear()
FieldInfo.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) FieldInfo.Builder.clearFormat()
The standard format of a field value.FieldInfo.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) FieldInfo.Builder.clearReferencedTypes()
The type(s) that the annotated, generic field may represent.FieldInfo.Builder.clone()
FieldInfo.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) FieldInfo.Builder.mergeFrom
(com.google.protobuf.Message other) final FieldInfo.Builder
FieldInfo.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) static FieldInfo.Builder
FieldInfo.newBuilder()
static FieldInfo.Builder
FieldInfo.newBuilder
(FieldInfo prototype) FieldInfo.newBuilderForType()
protected FieldInfo.Builder
FieldInfo.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) FieldInfo.Builder.removeReferencedTypes
(int index) The type(s) that the annotated, generic field may represent.FieldInfo.Builder.setFormat
(FieldInfo.Format value) The standard format of a field value.FieldInfo.Builder.setFormatValue
(int value) The standard format of a field value.FieldInfo.Builder.setReferencedTypes
(int index, TypeReference value) 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.FieldInfo.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final FieldInfo.Builder
FieldInfo.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) FieldInfo.toBuilder()