Uses of Class
com.google.protobuf.Field.Builder
Packages that use Field.Builder
-
Uses of Field.Builder in com.google.protobuf
Fields in com.google.protobuf with type parameters of type Field.BuilderMethods in com.google.protobuf that return Field.BuilderModifier and TypeMethodDescriptionField.Builder.addAllOptions
(Iterable<? extends Option> values) The protocol buffer options.Type.Builder.addFieldsBuilder()
The list of fields.Type.Builder.addFieldsBuilder
(int index) The list of fields.Field.Builder.addOptions
(int index, Option value) The protocol buffer options.Field.Builder.addOptions
(int index, Option.Builder builderForValue) The protocol buffer options.Field.Builder.addOptions
(Option value) The protocol buffer options.Field.Builder.addOptions
(Option.Builder builderForValue) The protocol buffer options.Field.Builder.addRepeatedField
(Descriptors.FieldDescriptor field, Object value) Field.Builder.clear()
Field.Builder.clearCardinality()
The field cardinality.Field.Builder.clearDefaultValue()
The string value of the default value of this field.Field.Builder.clearField
(Descriptors.FieldDescriptor field) Field.Builder.clearJsonName()
The field JSON name.Field.Builder.clearKind()
The field type.Field.Builder.clearName()
The field name.Field.Builder.clearNumber()
The field number.Field.Builder.clearOneof
(Descriptors.OneofDescriptor oneof) Field.Builder.clearOneofIndex()
The index of the field type in `Type.oneofs`, for message or enumeration types.Field.Builder.clearOptions()
The protocol buffer options.Field.Builder.clearPacked()
Whether to use alternative packed wire representation.Field.Builder.clearTypeUrl()
The field type URL, without the scheme, for message or enumeration types.Field.Builder.clone()
Type.Builder.getFieldsBuilder
(int index) The list of fields.Field.Builder.mergeFrom
(CodedInputStream input, ExtensionRegistryLite extensionRegistry) final Field.Builder
Field.Builder.mergeUnknownFields
(UnknownFieldSet unknownFields) static Field.Builder
Field.newBuilder()
static Field.Builder
Field.newBuilder
(Field prototype) Field.newBuilderForType()
protected Field.Builder
Field.newBuilderForType
(GeneratedMessageV3.BuilderParent parent) Field.Builder.removeOptions
(int index) The protocol buffer options.Field.Builder.setCardinality
(Field.Cardinality value) The field cardinality.Field.Builder.setCardinalityValue
(int value) The field cardinality.Field.Builder.setDefaultValue
(String value) The string value of the default value of this field.Field.Builder.setDefaultValueBytes
(ByteString value) The string value of the default value of this field.Field.Builder.setField
(Descriptors.FieldDescriptor field, Object value) Field.Builder.setJsonName
(String value) The field JSON name.Field.Builder.setJsonNameBytes
(ByteString value) The field JSON name.Field.Builder.setKind
(Field.Kind value) The field type.Field.Builder.setKindValue
(int value) The field type.The field name.Field.Builder.setNameBytes
(ByteString value) The field name.Field.Builder.setNumber
(int value) The field number.Field.Builder.setOneofIndex
(int value) The index of the field type in `Type.oneofs`, for message or enumeration types.Field.Builder.setOptions
(int index, Option value) The protocol buffer options.Field.Builder.setOptions
(int index, Option.Builder builderForValue) The protocol buffer options.Field.Builder.setPacked
(boolean value) Whether to use alternative packed wire representation.Field.Builder.setRepeatedField
(Descriptors.FieldDescriptor field, int index, Object value) Field.Builder.setTypeUrl
(String value) The field type URL, without the scheme, for message or enumeration types.Field.Builder.setTypeUrlBytes
(ByteString value) The field type URL, without the scheme, for message or enumeration types.final Field.Builder
Field.Builder.setUnknownFields
(UnknownFieldSet unknownFields) Field.toBuilder()
Methods in com.google.protobuf that return types with arguments of type Field.BuilderModifier and TypeMethodDescriptionType.Builder.getFieldsBuilderList()
The list of fields.Type.Builder.getFieldsFieldBuilder()
Methods in com.google.protobuf with parameters of type Field.BuilderModifier and TypeMethodDescriptionType.Builder.addFields
(int index, Field.Builder builderForValue) The list of fields.Type.Builder.addFields
(Field.Builder builderForValue) The list of fields.Type.Builder.setFields
(int index, Field.Builder builderForValue) The list of fields.