Package com.google.protobuf
Class DescriptorProtos.FieldDescriptorProto.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessage.Builder<DescriptorProtos.FieldDescriptorProto.Builder>
-
- com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Builder
-
- All Implemented Interfaces:
DescriptorProtos.FieldDescriptorProtoOrBuilder,Message.Builder,MessageLite.Builder,MessageLiteOrBuilder,MessageOrBuilder,java.lang.Cloneable
- Enclosing class:
- DescriptorProtos.FieldDescriptorProto
public static final class DescriptorProtos.FieldDescriptorProto.Builder extends GeneratedMessage.Builder<DescriptorProtos.FieldDescriptorProto.Builder> implements DescriptorProtos.FieldDescriptorProtoOrBuilder
Protobuf typegoogle.protobuf.FieldDescriptorProto
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description DescriptorProtos.FieldDescriptorProtobuild()Constructs the message based on the state of the Builder.DescriptorProtos.FieldDescriptorProtobuildPartial()LikeMessageLite.Builder.build(), but does not throw an exception if the message is missing required fields.DescriptorProtos.FieldDescriptorProto.Builderclear()Called by the initialization and clear code paths to allow subclasses to reset any of their builtin fields back to the initial values.DescriptorProtos.FieldDescriptorProto.BuilderclearDefaultValue()optional string default_value = 7 [json_name = "defaultValue"];DescriptorProtos.FieldDescriptorProto.BuilderclearExtendee()optional string extendee = 2 [json_name = "extendee"];DescriptorProtos.FieldDescriptorProto.BuilderclearJsonName()optional string json_name = 10 [json_name = "jsonName"];DescriptorProtos.FieldDescriptorProto.BuilderclearLabel()optional .google.protobuf.FieldDescriptorProto.Label label = 4 [json_name = "label"];DescriptorProtos.FieldDescriptorProto.BuilderclearName()optional string name = 1 [json_name = "name"];DescriptorProtos.FieldDescriptorProto.BuilderclearNumber()optional int32 number = 3 [json_name = "number"];DescriptorProtos.FieldDescriptorProto.BuilderclearOneofIndex()optional int32 oneof_index = 9 [json_name = "oneofIndex"];DescriptorProtos.FieldDescriptorProto.BuilderclearOptions()optional .google.protobuf.FieldOptions options = 8 [json_name = "options"];DescriptorProtos.FieldDescriptorProto.BuilderclearProto3Optional()optional bool proto3_optional = 17 [json_name = "proto3Optional"];DescriptorProtos.FieldDescriptorProto.BuilderclearType()optional .google.protobuf.FieldDescriptorProto.Type type = 5 [json_name = "type"];DescriptorProtos.FieldDescriptorProto.BuilderclearTypeName()optional string type_name = 6 [json_name = "typeName"];DescriptorProtos.FieldDescriptorProtogetDefaultInstanceForType()Get an instance of the type with no fields set.java.lang.StringgetDefaultValue()optional string default_value = 7 [json_name = "defaultValue"];ByteStringgetDefaultValueBytes()optional string default_value = 7 [json_name = "defaultValue"];static Descriptors.DescriptorgetDescriptor()Descriptors.DescriptorgetDescriptorForType()Get the message's type's descriptor.java.lang.StringgetExtendee()optional string extendee = 2 [json_name = "extendee"];ByteStringgetExtendeeBytes()optional string extendee = 2 [json_name = "extendee"];java.lang.StringgetJsonName()optional string json_name = 10 [json_name = "jsonName"];ByteStringgetJsonNameBytes()optional string json_name = 10 [json_name = "jsonName"];DescriptorProtos.FieldDescriptorProto.LabelgetLabel()optional .google.protobuf.FieldDescriptorProto.Label label = 4 [json_name = "label"];java.lang.StringgetName()optional string name = 1 [json_name = "name"];ByteStringgetNameBytes()optional string name = 1 [json_name = "name"];intgetNumber()optional int32 number = 3 [json_name = "number"];intgetOneofIndex()optional int32 oneof_index = 9 [json_name = "oneofIndex"];DescriptorProtos.FieldOptionsgetOptions()optional .google.protobuf.FieldOptions options = 8 [json_name = "options"];DescriptorProtos.FieldOptions.BuildergetOptionsBuilder()optional .google.protobuf.FieldOptions options = 8 [json_name = "options"];DescriptorProtos.FieldOptionsOrBuildergetOptionsOrBuilder()optional .google.protobuf.FieldOptions options = 8 [json_name = "options"];booleangetProto3Optional()optional bool proto3_optional = 17 [json_name = "proto3Optional"];DescriptorProtos.FieldDescriptorProto.TypegetType()optional .google.protobuf.FieldDescriptorProto.Type type = 5 [json_name = "type"];java.lang.StringgetTypeName()optional string type_name = 6 [json_name = "typeName"];ByteStringgetTypeNameBytes()optional string type_name = 6 [json_name = "typeName"];booleanhasDefaultValue()optional string default_value = 7 [json_name = "defaultValue"];booleanhasExtendee()optional string extendee = 2 [json_name = "extendee"];booleanhasJsonName()optional string json_name = 10 [json_name = "jsonName"];booleanhasLabel()optional .google.protobuf.FieldDescriptorProto.Label label = 4 [json_name = "label"];booleanhasName()optional string name = 1 [json_name = "name"];booleanhasNumber()optional int32 number = 3 [json_name = "number"];booleanhasOneofIndex()optional int32 oneof_index = 9 [json_name = "oneofIndex"];booleanhasOptions()optional .google.protobuf.FieldOptions options = 8 [json_name = "options"];booleanhasProto3Optional()optional bool proto3_optional = 17 [json_name = "proto3Optional"];booleanhasType()optional .google.protobuf.FieldDescriptorProto.Type type = 5 [json_name = "type"];booleanhasTypeName()optional string type_name = 6 [json_name = "typeName"];protected GeneratedMessage.FieldAccessorTableinternalGetFieldAccessorTable()Get the FieldAccessorTable for this type.booleanisInitialized()Returns true if all required fields in the message and all embedded messages are set, false otherwise.DescriptorProtos.FieldDescriptorProto.BuildermergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)LikeMessageLite.Builder.mergeFrom(CodedInputStream), but also parses extensions.DescriptorProtos.FieldDescriptorProto.BuildermergeFrom(DescriptorProtos.FieldDescriptorProto other)DescriptorProtos.FieldDescriptorProto.BuildermergeFrom(Message other)Mergeotherinto the message being built.DescriptorProtos.FieldDescriptorProto.BuildermergeOptions(DescriptorProtos.FieldOptions value)optional .google.protobuf.FieldOptions options = 8 [json_name = "options"];DescriptorProtos.FieldDescriptorProto.BuildersetDefaultValue(java.lang.String value)optional string default_value = 7 [json_name = "defaultValue"];DescriptorProtos.FieldDescriptorProto.BuildersetDefaultValueBytes(ByteString value)optional string default_value = 7 [json_name = "defaultValue"];DescriptorProtos.FieldDescriptorProto.BuildersetExtendee(java.lang.String value)optional string extendee = 2 [json_name = "extendee"];DescriptorProtos.FieldDescriptorProto.BuildersetExtendeeBytes(ByteString value)optional string extendee = 2 [json_name = "extendee"];DescriptorProtos.FieldDescriptorProto.BuildersetJsonName(java.lang.String value)optional string json_name = 10 [json_name = "jsonName"];DescriptorProtos.FieldDescriptorProto.BuildersetJsonNameBytes(ByteString value)optional string json_name = 10 [json_name = "jsonName"];DescriptorProtos.FieldDescriptorProto.BuildersetLabel(DescriptorProtos.FieldDescriptorProto.Label value)optional .google.protobuf.FieldDescriptorProto.Label label = 4 [json_name = "label"];DescriptorProtos.FieldDescriptorProto.BuildersetName(java.lang.String value)optional string name = 1 [json_name = "name"];DescriptorProtos.FieldDescriptorProto.BuildersetNameBytes(ByteString value)optional string name = 1 [json_name = "name"];DescriptorProtos.FieldDescriptorProto.BuildersetNumber(int value)optional int32 number = 3 [json_name = "number"];DescriptorProtos.FieldDescriptorProto.BuildersetOneofIndex(int value)optional int32 oneof_index = 9 [json_name = "oneofIndex"];DescriptorProtos.FieldDescriptorProto.BuildersetOptions(DescriptorProtos.FieldOptions value)optional .google.protobuf.FieldOptions options = 8 [json_name = "options"];DescriptorProtos.FieldDescriptorProto.BuildersetOptions(DescriptorProtos.FieldOptions.Builder builderForValue)optional .google.protobuf.FieldOptions options = 8 [json_name = "options"];DescriptorProtos.FieldDescriptorProto.BuildersetProto3Optional(boolean value)optional bool proto3_optional = 17 [json_name = "proto3Optional"];DescriptorProtos.FieldDescriptorProto.BuildersetType(DescriptorProtos.FieldDescriptorProto.Type value)optional .google.protobuf.FieldDescriptorProto.Type type = 5 [json_name = "type"];DescriptorProtos.FieldDescriptorProto.BuildersetTypeName(java.lang.String value)optional string type_name = 6 [json_name = "typeName"];DescriptorProtos.FieldDescriptorProto.BuildersetTypeNameBytes(ByteString value)optional string type_name = 6 [json_name = "typeName"];-
Methods inherited from class com.google.protobuf.GeneratedMessage.Builder
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.google.protobuf.Message.Builder
mergeDelimitedFrom, mergeDelimitedFrom
-
Methods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFrom
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getDescriptor
public static final Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Description copied from class:GeneratedMessage.BuilderGet the FieldAccessorTable for this type. We can't have the message class pass this in to the constructor because of bootstrapping trouble with DescriptorProtos.- Specified by:
internalGetFieldAccessorTablein classGeneratedMessage.Builder<DescriptorProtos.FieldDescriptorProto.Builder>
-
clear
public DescriptorProtos.FieldDescriptorProto.Builder clear()
Description copied from class:GeneratedMessage.BuilderCalled by the initialization and clear code paths to allow subclasses to reset any of their builtin fields back to the initial values.- Specified by:
clearin interfaceMessage.Builder- Specified by:
clearin interfaceMessageLite.Builder- Overrides:
clearin classGeneratedMessage.Builder<DescriptorProtos.FieldDescriptorProto.Builder>
-
getDescriptorForType
public Descriptors.Descriptor getDescriptorForType()
Description copied from interface:Message.BuilderGet the message's type's descriptor. SeeMessageOrBuilder.getDescriptorForType().- Specified by:
getDescriptorForTypein interfaceMessage.Builder- Specified by:
getDescriptorForTypein interfaceMessageOrBuilder- Overrides:
getDescriptorForTypein classGeneratedMessage.Builder<DescriptorProtos.FieldDescriptorProto.Builder>
-
getDefaultInstanceForType
public DescriptorProtos.FieldDescriptorProto getDefaultInstanceForType()
Description copied from interface:MessageLiteOrBuilderGet an instance of the type with no fields set. Because no fields are set, all getters for singular fields will return default values and repeated fields will appear empty. This may or may not be a singleton. This differs from thegetDefaultInstance()method of generated message classes in that this method is an abstract method of theMessageLiteinterface whereasgetDefaultInstance()is a static method of a specific class. They return the same thing.- Specified by:
getDefaultInstanceForTypein interfaceMessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfaceMessageOrBuilder
-
build
public DescriptorProtos.FieldDescriptorProto build()
Description copied from interface:MessageLite.BuilderConstructs the message based on the state of the Builder. Subsequent changes to the Builder will not affect the returned message.- Specified by:
buildin interfaceMessage.Builder- Specified by:
buildin interfaceMessageLite.Builder
-
buildPartial
public DescriptorProtos.FieldDescriptorProto buildPartial()
Description copied from interface:MessageLite.BuilderLikeMessageLite.Builder.build(), but does not throw an exception if the message is missing required fields. Instead, a partial message is returned. Subsequent changes to the Builder will not affect the returned message.- Specified by:
buildPartialin interfaceMessage.Builder- Specified by:
buildPartialin interfaceMessageLite.Builder
-
mergeFrom
public DescriptorProtos.FieldDescriptorProto.Builder mergeFrom(Message other)
Description copied from interface:Message.BuilderMergeotherinto the message being built.othermust have the exact same type asthis(i.e.getDescriptorForType() == other.getDescriptorForType()).Merging occurs as follows. For each field:
* For singular primitive fields, if the field is set inother, thenother's value overwrites the value in this message.
* For singular message fields, if the field is set inother, it is merged into the corresponding sub-message of this message using the same merging rules.
* For repeated fields, the elements inotherare concatenated with the elements in this message.
* For oneof groups, if the other message has one of the fields set, the group of this message is cleared and replaced by the field of the other message, so that the oneof constraint is preserved.This is equivalent to the
Message::MergeFrommethod in C++.- Specified by:
mergeFromin interfaceMessage.Builder- Overrides:
mergeFromin classAbstractMessage.Builder<DescriptorProtos.FieldDescriptorProto.Builder>
-
mergeFrom
public DescriptorProtos.FieldDescriptorProto.Builder mergeFrom(DescriptorProtos.FieldDescriptorProto other)
-
isInitialized
public final boolean isInitialized()
Description copied from interface:MessageLiteOrBuilderReturns true if all required fields in the message and all embedded messages are set, false otherwise.- Specified by:
isInitializedin interfaceMessageLiteOrBuilder- Overrides:
isInitializedin classGeneratedMessage.Builder<DescriptorProtos.FieldDescriptorProto.Builder>
-
mergeFrom
public DescriptorProtos.FieldDescriptorProto.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
Description copied from interface:MessageLite.BuilderLikeMessageLite.Builder.mergeFrom(CodedInputStream), but also parses extensions. The extensions that you want to be able to parse must be registered inextensionRegistry. Extensions not in the registry will be treated as unknown fields.- Specified by:
mergeFromin interfaceMessage.Builder- Specified by:
mergeFromin interfaceMessageLite.Builder- Overrides:
mergeFromin classAbstractMessage.Builder<DescriptorProtos.FieldDescriptorProto.Builder>- Throws:
InvalidProtocolBufferException- the bytes read are not syntactically correct according to the protobuf wire format specification. The data is corrupt, incomplete, or was never a protobuf in the first place.java.io.IOException- an I/O error reading from the stream
-
hasName
public boolean hasName()
optional string name = 1 [json_name = "name"];- Specified by:
hasNamein interfaceDescriptorProtos.FieldDescriptorProtoOrBuilder- Returns:
- Whether the name field is set.
-
getName
public java.lang.String getName()
optional string name = 1 [json_name = "name"];- Specified by:
getNamein interfaceDescriptorProtos.FieldDescriptorProtoOrBuilder- Returns:
- The name.
-
getNameBytes
public ByteString getNameBytes()
optional string name = 1 [json_name = "name"];- Specified by:
getNameBytesin interfaceDescriptorProtos.FieldDescriptorProtoOrBuilder- Returns:
- The bytes for name.
-
setName
public DescriptorProtos.FieldDescriptorProto.Builder setName(java.lang.String value)
optional string name = 1 [json_name = "name"];- Parameters:
value- The name to set.- Returns:
- This builder for chaining.
-
clearName
public DescriptorProtos.FieldDescriptorProto.Builder clearName()
optional string name = 1 [json_name = "name"];- Returns:
- This builder for chaining.
-
setNameBytes
public DescriptorProtos.FieldDescriptorProto.Builder setNameBytes(ByteString value)
optional string name = 1 [json_name = "name"];- Parameters:
value- The bytes for name to set.- Returns:
- This builder for chaining.
-
hasNumber
public boolean hasNumber()
optional int32 number = 3 [json_name = "number"];- Specified by:
hasNumberin interfaceDescriptorProtos.FieldDescriptorProtoOrBuilder- Returns:
- Whether the number field is set.
-
getNumber
public int getNumber()
optional int32 number = 3 [json_name = "number"];- Specified by:
getNumberin interfaceDescriptorProtos.FieldDescriptorProtoOrBuilder- Returns:
- The number.
-
setNumber
public DescriptorProtos.FieldDescriptorProto.Builder setNumber(int value)
optional int32 number = 3 [json_name = "number"];- Parameters:
value- The number to set.- Returns:
- This builder for chaining.
-
clearNumber
public DescriptorProtos.FieldDescriptorProto.Builder clearNumber()
optional int32 number = 3 [json_name = "number"];- Returns:
- This builder for chaining.
-
hasLabel
public boolean hasLabel()
optional .google.protobuf.FieldDescriptorProto.Label label = 4 [json_name = "label"];- Specified by:
hasLabelin interfaceDescriptorProtos.FieldDescriptorProtoOrBuilder- Returns:
- Whether the label field is set.
-
getLabel
public DescriptorProtos.FieldDescriptorProto.Label getLabel()
optional .google.protobuf.FieldDescriptorProto.Label label = 4 [json_name = "label"];- Specified by:
getLabelin interfaceDescriptorProtos.FieldDescriptorProtoOrBuilder- Returns:
- The label.
-
setLabel
public DescriptorProtos.FieldDescriptorProto.Builder setLabel(DescriptorProtos.FieldDescriptorProto.Label value)
optional .google.protobuf.FieldDescriptorProto.Label label = 4 [json_name = "label"];- Parameters:
value- The label to set.- Returns:
- This builder for chaining.
-
clearLabel
public DescriptorProtos.FieldDescriptorProto.Builder clearLabel()
optional .google.protobuf.FieldDescriptorProto.Label label = 4 [json_name = "label"];- Returns:
- This builder for chaining.
-
hasType
public boolean hasType()
optional .google.protobuf.FieldDescriptorProto.Type type = 5 [json_name = "type"];- Specified by:
hasTypein interfaceDescriptorProtos.FieldDescriptorProtoOrBuilder- Returns:
- Whether the type field is set.
-
getType
public DescriptorProtos.FieldDescriptorProto.Type getType()
optional .google.protobuf.FieldDescriptorProto.Type type = 5 [json_name = "type"];- Specified by:
getTypein interfaceDescriptorProtos.FieldDescriptorProtoOrBuilder- Returns:
- The type.
-
setType
public DescriptorProtos.FieldDescriptorProto.Builder setType(DescriptorProtos.FieldDescriptorProto.Type value)
optional .google.protobuf.FieldDescriptorProto.Type type = 5 [json_name = "type"];- Parameters:
value- The type to set.- Returns:
- This builder for chaining.
-
clearType
public DescriptorProtos.FieldDescriptorProto.Builder clearType()
optional .google.protobuf.FieldDescriptorProto.Type type = 5 [json_name = "type"];- Returns:
- This builder for chaining.
-
hasTypeName
public boolean hasTypeName()
optional string type_name = 6 [json_name = "typeName"];- Specified by:
hasTypeNamein interfaceDescriptorProtos.FieldDescriptorProtoOrBuilder- Returns:
- Whether the typeName field is set.
-
getTypeName
public java.lang.String getTypeName()
optional string type_name = 6 [json_name = "typeName"];- Specified by:
getTypeNamein interfaceDescriptorProtos.FieldDescriptorProtoOrBuilder- Returns:
- The typeName.
-
getTypeNameBytes
public ByteString getTypeNameBytes()
optional string type_name = 6 [json_name = "typeName"];- Specified by:
getTypeNameBytesin interfaceDescriptorProtos.FieldDescriptorProtoOrBuilder- Returns:
- The bytes for typeName.
-
setTypeName
public DescriptorProtos.FieldDescriptorProto.Builder setTypeName(java.lang.String value)
optional string type_name = 6 [json_name = "typeName"];- Parameters:
value- The typeName to set.- Returns:
- This builder for chaining.
-
clearTypeName
public DescriptorProtos.FieldDescriptorProto.Builder clearTypeName()
optional string type_name = 6 [json_name = "typeName"];- Returns:
- This builder for chaining.
-
setTypeNameBytes
public DescriptorProtos.FieldDescriptorProto.Builder setTypeNameBytes(ByteString value)
optional string type_name = 6 [json_name = "typeName"];- Parameters:
value- The bytes for typeName to set.- Returns:
- This builder for chaining.
-
hasExtendee
public boolean hasExtendee()
optional string extendee = 2 [json_name = "extendee"];- Specified by:
hasExtendeein interfaceDescriptorProtos.FieldDescriptorProtoOrBuilder- Returns:
- Whether the extendee field is set.
-
getExtendee
public java.lang.String getExtendee()
optional string extendee = 2 [json_name = "extendee"];- Specified by:
getExtendeein interfaceDescriptorProtos.FieldDescriptorProtoOrBuilder- Returns:
- The extendee.
-
getExtendeeBytes
public ByteString getExtendeeBytes()
optional string extendee = 2 [json_name = "extendee"];- Specified by:
getExtendeeBytesin interfaceDescriptorProtos.FieldDescriptorProtoOrBuilder- Returns:
- The bytes for extendee.
-
setExtendee
public DescriptorProtos.FieldDescriptorProto.Builder setExtendee(java.lang.String value)
optional string extendee = 2 [json_name = "extendee"];- Parameters:
value- The extendee to set.- Returns:
- This builder for chaining.
-
clearExtendee
public DescriptorProtos.FieldDescriptorProto.Builder clearExtendee()
optional string extendee = 2 [json_name = "extendee"];- Returns:
- This builder for chaining.
-
setExtendeeBytes
public DescriptorProtos.FieldDescriptorProto.Builder setExtendeeBytes(ByteString value)
optional string extendee = 2 [json_name = "extendee"];- Parameters:
value- The bytes for extendee to set.- Returns:
- This builder for chaining.
-
hasDefaultValue
public boolean hasDefaultValue()
optional string default_value = 7 [json_name = "defaultValue"];- Specified by:
hasDefaultValuein interfaceDescriptorProtos.FieldDescriptorProtoOrBuilder- Returns:
- Whether the defaultValue field is set.
-
getDefaultValue
public java.lang.String getDefaultValue()
optional string default_value = 7 [json_name = "defaultValue"];- Specified by:
getDefaultValuein interfaceDescriptorProtos.FieldDescriptorProtoOrBuilder- Returns:
- The defaultValue.
-
getDefaultValueBytes
public ByteString getDefaultValueBytes()
optional string default_value = 7 [json_name = "defaultValue"];- Specified by:
getDefaultValueBytesin interfaceDescriptorProtos.FieldDescriptorProtoOrBuilder- Returns:
- The bytes for defaultValue.
-
setDefaultValue
public DescriptorProtos.FieldDescriptorProto.Builder setDefaultValue(java.lang.String value)
optional string default_value = 7 [json_name = "defaultValue"];- Parameters:
value- The defaultValue to set.- Returns:
- This builder for chaining.
-
clearDefaultValue
public DescriptorProtos.FieldDescriptorProto.Builder clearDefaultValue()
optional string default_value = 7 [json_name = "defaultValue"];- Returns:
- This builder for chaining.
-
setDefaultValueBytes
public DescriptorProtos.FieldDescriptorProto.Builder setDefaultValueBytes(ByteString value)
optional string default_value = 7 [json_name = "defaultValue"];- Parameters:
value- The bytes for defaultValue to set.- Returns:
- This builder for chaining.
-
hasOneofIndex
public boolean hasOneofIndex()
optional int32 oneof_index = 9 [json_name = "oneofIndex"];- Specified by:
hasOneofIndexin interfaceDescriptorProtos.FieldDescriptorProtoOrBuilder- Returns:
- Whether the oneofIndex field is set.
-
getOneofIndex
public int getOneofIndex()
optional int32 oneof_index = 9 [json_name = "oneofIndex"];- Specified by:
getOneofIndexin interfaceDescriptorProtos.FieldDescriptorProtoOrBuilder- Returns:
- The oneofIndex.
-
setOneofIndex
public DescriptorProtos.FieldDescriptorProto.Builder setOneofIndex(int value)
optional int32 oneof_index = 9 [json_name = "oneofIndex"];- Parameters:
value- The oneofIndex to set.- Returns:
- This builder for chaining.
-
clearOneofIndex
public DescriptorProtos.FieldDescriptorProto.Builder clearOneofIndex()
optional int32 oneof_index = 9 [json_name = "oneofIndex"];- Returns:
- This builder for chaining.
-
hasJsonName
public boolean hasJsonName()
optional string json_name = 10 [json_name = "jsonName"];- Specified by:
hasJsonNamein interfaceDescriptorProtos.FieldDescriptorProtoOrBuilder- Returns:
- Whether the jsonName field is set.
-
getJsonName
public java.lang.String getJsonName()
optional string json_name = 10 [json_name = "jsonName"];- Specified by:
getJsonNamein interfaceDescriptorProtos.FieldDescriptorProtoOrBuilder- Returns:
- The jsonName.
-
getJsonNameBytes
public ByteString getJsonNameBytes()
optional string json_name = 10 [json_name = "jsonName"];- Specified by:
getJsonNameBytesin interfaceDescriptorProtos.FieldDescriptorProtoOrBuilder- Returns:
- The bytes for jsonName.
-
setJsonName
public DescriptorProtos.FieldDescriptorProto.Builder setJsonName(java.lang.String value)
optional string json_name = 10 [json_name = "jsonName"];- Parameters:
value- The jsonName to set.- Returns:
- This builder for chaining.
-
clearJsonName
public DescriptorProtos.FieldDescriptorProto.Builder clearJsonName()
optional string json_name = 10 [json_name = "jsonName"];- Returns:
- This builder for chaining.
-
setJsonNameBytes
public DescriptorProtos.FieldDescriptorProto.Builder setJsonNameBytes(ByteString value)
optional string json_name = 10 [json_name = "jsonName"];- Parameters:
value- The bytes for jsonName to set.- Returns:
- This builder for chaining.
-
hasOptions
public boolean hasOptions()
optional .google.protobuf.FieldOptions options = 8 [json_name = "options"];- Specified by:
hasOptionsin interfaceDescriptorProtos.FieldDescriptorProtoOrBuilder- Returns:
- Whether the options field is set.
-
getOptions
public DescriptorProtos.FieldOptions getOptions()
optional .google.protobuf.FieldOptions options = 8 [json_name = "options"];- Specified by:
getOptionsin interfaceDescriptorProtos.FieldDescriptorProtoOrBuilder- Returns:
- The options.
-
setOptions
public DescriptorProtos.FieldDescriptorProto.Builder setOptions(DescriptorProtos.FieldOptions value)
optional .google.protobuf.FieldOptions options = 8 [json_name = "options"];
-
setOptions
public DescriptorProtos.FieldDescriptorProto.Builder setOptions(DescriptorProtos.FieldOptions.Builder builderForValue)
optional .google.protobuf.FieldOptions options = 8 [json_name = "options"];
-
mergeOptions
public DescriptorProtos.FieldDescriptorProto.Builder mergeOptions(DescriptorProtos.FieldOptions value)
optional .google.protobuf.FieldOptions options = 8 [json_name = "options"];
-
clearOptions
public DescriptorProtos.FieldDescriptorProto.Builder clearOptions()
optional .google.protobuf.FieldOptions options = 8 [json_name = "options"];
-
getOptionsBuilder
public DescriptorProtos.FieldOptions.Builder getOptionsBuilder()
optional .google.protobuf.FieldOptions options = 8 [json_name = "options"];
-
getOptionsOrBuilder
public DescriptorProtos.FieldOptionsOrBuilder getOptionsOrBuilder()
optional .google.protobuf.FieldOptions options = 8 [json_name = "options"];- Specified by:
getOptionsOrBuilderin interfaceDescriptorProtos.FieldDescriptorProtoOrBuilder
-
hasProto3Optional
public boolean hasProto3Optional()
optional bool proto3_optional = 17 [json_name = "proto3Optional"];- Specified by:
hasProto3Optionalin interfaceDescriptorProtos.FieldDescriptorProtoOrBuilder- Returns:
- Whether the proto3Optional field is set.
-
getProto3Optional
public boolean getProto3Optional()
optional bool proto3_optional = 17 [json_name = "proto3Optional"];- Specified by:
getProto3Optionalin interfaceDescriptorProtos.FieldDescriptorProtoOrBuilder- Returns:
- The proto3Optional.
-
setProto3Optional
public DescriptorProtos.FieldDescriptorProto.Builder setProto3Optional(boolean value)
optional bool proto3_optional = 17 [json_name = "proto3Optional"];- Parameters:
value- The proto3Optional to set.- Returns:
- This builder for chaining.
-
clearProto3Optional
public DescriptorProtos.FieldDescriptorProto.Builder clearProto3Optional()
optional bool proto3_optional = 17 [json_name = "proto3Optional"];- Returns:
- This builder for chaining.
-
-