Uses of Class
com.google.protobuf.Field.Builder
Packages that use Field.Builder
-
Uses of Field.Builder in com.google.protobuf
Methods in com.google.protobuf that return Field.BuilderModifier and TypeMethodDescriptionField.Builder.addAllOptions
(Iterable<? extends Option> values) The protocol buffer options.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.clearCardinality()
The field cardinality.Field.Builder.clearDefaultValue()
The string value of the default value of this 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.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.static Field.Builder
Field.newBuilder()
static Field.Builder
Field.newBuilder
(Field prototype) 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.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.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.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.