Package com.google.protobuf
Class DescriptorProtos.FieldDescriptorProto.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder<BuilderType>
-
- com.google.protobuf.AbstractMessage.Builder<BuilderType>
-
- 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.FieldDescriptorProtoDescribes a field within a message.
-
-
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;DescriptorProtos.FieldDescriptorProto.BuilderclearExtendee()optional string extendee = 2;DescriptorProtos.FieldDescriptorProto.BuilderclearLabel()optional .google.protobuf.FieldDescriptorProto.Label label = 4;DescriptorProtos.FieldDescriptorProto.BuilderclearName()optional string name = 1;DescriptorProtos.FieldDescriptorProto.BuilderclearNumber()optional int32 number = 3;DescriptorProtos.FieldDescriptorProto.BuilderclearOneofIndex()optional int32 oneof_index = 9;DescriptorProtos.FieldDescriptorProto.BuilderclearOptions()optional .google.protobuf.FieldOptions options = 8;DescriptorProtos.FieldDescriptorProto.BuilderclearType()optional .google.protobuf.FieldDescriptorProto.Type type = 5;DescriptorProtos.FieldDescriptorProto.BuilderclearTypeName()optional string type_name = 6;DescriptorProtos.FieldDescriptorProto.Builderclone()Clones the Builder.DescriptorProtos.FieldDescriptorProtogetDefaultInstanceForType()Get an instance of the type with no fields set.java.lang.StringgetDefaultValue()optional string default_value = 7;ByteStringgetDefaultValueBytes()optional string default_value = 7;static Descriptors.DescriptorgetDescriptor()Descriptors.DescriptorgetDescriptorForType()Get the message's type's descriptor.java.lang.StringgetExtendee()optional string extendee = 2;ByteStringgetExtendeeBytes()optional string extendee = 2;DescriptorProtos.FieldDescriptorProto.LabelgetLabel()optional .google.protobuf.FieldDescriptorProto.Label label = 4;java.lang.StringgetName()optional string name = 1;ByteStringgetNameBytes()optional string name = 1;intgetNumber()optional int32 number = 3;intgetOneofIndex()optional int32 oneof_index = 9;DescriptorProtos.FieldOptionsgetOptions()optional .google.protobuf.FieldOptions options = 8;DescriptorProtos.FieldOptions.BuildergetOptionsBuilder()optional .google.protobuf.FieldOptions options = 8;DescriptorProtos.FieldOptionsOrBuildergetOptionsOrBuilder()optional .google.protobuf.FieldOptions options = 8;DescriptorProtos.FieldDescriptorProto.TypegetType()optional .google.protobuf.FieldDescriptorProto.Type type = 5;java.lang.StringgetTypeName()optional string type_name = 6;ByteStringgetTypeNameBytes()optional string type_name = 6;booleanhasDefaultValue()optional string default_value = 7;booleanhasExtendee()optional string extendee = 2;booleanhasLabel()optional .google.protobuf.FieldDescriptorProto.Label label = 4;booleanhasName()optional string name = 1;booleanhasNumber()optional int32 number = 3;booleanhasOneofIndex()optional int32 oneof_index = 9;booleanhasOptions()optional .google.protobuf.FieldOptions options = 8;booleanhasType()optional .google.protobuf.FieldDescriptorProto.Type type = 5;booleanhasTypeName()optional string type_name = 6;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;DescriptorProtos.FieldDescriptorProto.BuildersetDefaultValue(java.lang.String value)optional string default_value = 7;DescriptorProtos.FieldDescriptorProto.BuildersetDefaultValueBytes(ByteString value)optional string default_value = 7;DescriptorProtos.FieldDescriptorProto.BuildersetExtendee(java.lang.String value)optional string extendee = 2;DescriptorProtos.FieldDescriptorProto.BuildersetExtendeeBytes(ByteString value)optional string extendee = 2;DescriptorProtos.FieldDescriptorProto.BuildersetLabel(DescriptorProtos.FieldDescriptorProto.Label value)optional .google.protobuf.FieldDescriptorProto.Label label = 4;DescriptorProtos.FieldDescriptorProto.BuildersetName(java.lang.String value)optional string name = 1;DescriptorProtos.FieldDescriptorProto.BuildersetNameBytes(ByteString value)optional string name = 1;DescriptorProtos.FieldDescriptorProto.BuildersetNumber(int value)optional int32 number = 3;DescriptorProtos.FieldDescriptorProto.BuildersetOneofIndex(int value)optional int32 oneof_index = 9;DescriptorProtos.FieldDescriptorProto.BuildersetOptions(DescriptorProtos.FieldOptions value)optional .google.protobuf.FieldOptions options = 8;DescriptorProtos.FieldDescriptorProto.BuildersetOptions(DescriptorProtos.FieldOptions.Builder builderForValue)optional .google.protobuf.FieldOptions options = 8;DescriptorProtos.FieldDescriptorProto.BuildersetType(DescriptorProtos.FieldDescriptorProto.Type value)optional .google.protobuf.FieldDescriptorProto.Type type = 5;DescriptorProtos.FieldDescriptorProto.BuildersetTypeName(java.lang.String value)optional string type_name = 6;DescriptorProtos.FieldDescriptorProto.BuildersetTypeNameBytes(ByteString value)optional string type_name = 6;-
Methods inherited from class com.google.protobuf.GeneratedMessage.Builder
addRepeatedField, clearField, clearOneof, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
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>
-
clone
public DescriptorProtos.FieldDescriptorProto.Builder clone()
Description copied from interface:MessageLite.BuilderClones the Builder.- Specified by:
clonein interfaceMessage.Builder- Specified by:
clonein interfaceMessageLite.Builder- Overrides:
clonein classGeneratedMessage.Builder<DescriptorProtos.FieldDescriptorProto.Builder>- See Also:
Object.clone()
-
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. This is equivalent to theMessage::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:
java.io.IOException
-
hasName
public boolean hasName()
optional string name = 1;- Specified by:
hasNamein interfaceDescriptorProtos.FieldDescriptorProtoOrBuilder
-
getName
public java.lang.String getName()
optional string name = 1;- Specified by:
getNamein interfaceDescriptorProtos.FieldDescriptorProtoOrBuilder
-
getNameBytes
public ByteString getNameBytes()
optional string name = 1;- Specified by:
getNameBytesin interfaceDescriptorProtos.FieldDescriptorProtoOrBuilder
-
setName
public DescriptorProtos.FieldDescriptorProto.Builder setName(java.lang.String value)
optional string name = 1;
-
clearName
public DescriptorProtos.FieldDescriptorProto.Builder clearName()
optional string name = 1;
-
setNameBytes
public DescriptorProtos.FieldDescriptorProto.Builder setNameBytes(ByteString value)
optional string name = 1;
-
hasNumber
public boolean hasNumber()
optional int32 number = 3;- Specified by:
hasNumberin interfaceDescriptorProtos.FieldDescriptorProtoOrBuilder
-
getNumber
public int getNumber()
optional int32 number = 3;- Specified by:
getNumberin interfaceDescriptorProtos.FieldDescriptorProtoOrBuilder
-
setNumber
public DescriptorProtos.FieldDescriptorProto.Builder setNumber(int value)
optional int32 number = 3;
-
clearNumber
public DescriptorProtos.FieldDescriptorProto.Builder clearNumber()
optional int32 number = 3;
-
hasLabel
public boolean hasLabel()
optional .google.protobuf.FieldDescriptorProto.Label label = 4;- Specified by:
hasLabelin interfaceDescriptorProtos.FieldDescriptorProtoOrBuilder
-
getLabel
public DescriptorProtos.FieldDescriptorProto.Label getLabel()
optional .google.protobuf.FieldDescriptorProto.Label label = 4;- Specified by:
getLabelin interfaceDescriptorProtos.FieldDescriptorProtoOrBuilder
-
setLabel
public DescriptorProtos.FieldDescriptorProto.Builder setLabel(DescriptorProtos.FieldDescriptorProto.Label value)
optional .google.protobuf.FieldDescriptorProto.Label label = 4;
-
clearLabel
public DescriptorProtos.FieldDescriptorProto.Builder clearLabel()
optional .google.protobuf.FieldDescriptorProto.Label label = 4;
-
hasType
public boolean hasType()
optional .google.protobuf.FieldDescriptorProto.Type type = 5;If type_name is set, this need not be set. If both this and type_name are set, this must be one of TYPE_ENUM, TYPE_MESSAGE or TYPE_GROUP.
- Specified by:
hasTypein interfaceDescriptorProtos.FieldDescriptorProtoOrBuilder
-
getType
public DescriptorProtos.FieldDescriptorProto.Type getType()
optional .google.protobuf.FieldDescriptorProto.Type type = 5;If type_name is set, this need not be set. If both this and type_name are set, this must be one of TYPE_ENUM, TYPE_MESSAGE or TYPE_GROUP.
- Specified by:
getTypein interfaceDescriptorProtos.FieldDescriptorProtoOrBuilder
-
setType
public DescriptorProtos.FieldDescriptorProto.Builder setType(DescriptorProtos.FieldDescriptorProto.Type value)
optional .google.protobuf.FieldDescriptorProto.Type type = 5;If type_name is set, this need not be set. If both this and type_name are set, this must be one of TYPE_ENUM, TYPE_MESSAGE or TYPE_GROUP.
-
clearType
public DescriptorProtos.FieldDescriptorProto.Builder clearType()
optional .google.protobuf.FieldDescriptorProto.Type type = 5;If type_name is set, this need not be set. If both this and type_name are set, this must be one of TYPE_ENUM, TYPE_MESSAGE or TYPE_GROUP.
-
hasTypeName
public boolean hasTypeName()
optional string type_name = 6;For message and enum types, this is the name of the type. If the name starts with a '.', it is fully-qualified. Otherwise, C++-like scoping rules are used to find the type (i.e. first the nested types within this message are searched, then within the parent, on up to the root namespace).
- Specified by:
hasTypeNamein interfaceDescriptorProtos.FieldDescriptorProtoOrBuilder
-
getTypeName
public java.lang.String getTypeName()
optional string type_name = 6;For message and enum types, this is the name of the type. If the name starts with a '.', it is fully-qualified. Otherwise, C++-like scoping rules are used to find the type (i.e. first the nested types within this message are searched, then within the parent, on up to the root namespace).
- Specified by:
getTypeNamein interfaceDescriptorProtos.FieldDescriptorProtoOrBuilder
-
getTypeNameBytes
public ByteString getTypeNameBytes()
optional string type_name = 6;For message and enum types, this is the name of the type. If the name starts with a '.', it is fully-qualified. Otherwise, C++-like scoping rules are used to find the type (i.e. first the nested types within this message are searched, then within the parent, on up to the root namespace).
- Specified by:
getTypeNameBytesin interfaceDescriptorProtos.FieldDescriptorProtoOrBuilder
-
setTypeName
public DescriptorProtos.FieldDescriptorProto.Builder setTypeName(java.lang.String value)
optional string type_name = 6;For message and enum types, this is the name of the type. If the name starts with a '.', it is fully-qualified. Otherwise, C++-like scoping rules are used to find the type (i.e. first the nested types within this message are searched, then within the parent, on up to the root namespace).
-
clearTypeName
public DescriptorProtos.FieldDescriptorProto.Builder clearTypeName()
optional string type_name = 6;For message and enum types, this is the name of the type. If the name starts with a '.', it is fully-qualified. Otherwise, C++-like scoping rules are used to find the type (i.e. first the nested types within this message are searched, then within the parent, on up to the root namespace).
-
setTypeNameBytes
public DescriptorProtos.FieldDescriptorProto.Builder setTypeNameBytes(ByteString value)
optional string type_name = 6;For message and enum types, this is the name of the type. If the name starts with a '.', it is fully-qualified. Otherwise, C++-like scoping rules are used to find the type (i.e. first the nested types within this message are searched, then within the parent, on up to the root namespace).
-
hasExtendee
public boolean hasExtendee()
optional string extendee = 2;For extensions, this is the name of the type being extended. It is resolved in the same manner as type_name.
- Specified by:
hasExtendeein interfaceDescriptorProtos.FieldDescriptorProtoOrBuilder
-
getExtendee
public java.lang.String getExtendee()
optional string extendee = 2;For extensions, this is the name of the type being extended. It is resolved in the same manner as type_name.
- Specified by:
getExtendeein interfaceDescriptorProtos.FieldDescriptorProtoOrBuilder
-
getExtendeeBytes
public ByteString getExtendeeBytes()
optional string extendee = 2;For extensions, this is the name of the type being extended. It is resolved in the same manner as type_name.
- Specified by:
getExtendeeBytesin interfaceDescriptorProtos.FieldDescriptorProtoOrBuilder
-
setExtendee
public DescriptorProtos.FieldDescriptorProto.Builder setExtendee(java.lang.String value)
optional string extendee = 2;For extensions, this is the name of the type being extended. It is resolved in the same manner as type_name.
-
clearExtendee
public DescriptorProtos.FieldDescriptorProto.Builder clearExtendee()
optional string extendee = 2;For extensions, this is the name of the type being extended. It is resolved in the same manner as type_name.
-
setExtendeeBytes
public DescriptorProtos.FieldDescriptorProto.Builder setExtendeeBytes(ByteString value)
optional string extendee = 2;For extensions, this is the name of the type being extended. It is resolved in the same manner as type_name.
-
hasDefaultValue
public boolean hasDefaultValue()
optional string default_value = 7;For numeric types, contains the original text representation of the value. For booleans, "true" or "false". For strings, contains the default text contents (not escaped in any way). For bytes, contains the C escaped value. All bytes >= 128 are escaped. TODO(kenton): Base-64 encode?
- Specified by:
hasDefaultValuein interfaceDescriptorProtos.FieldDescriptorProtoOrBuilder
-
getDefaultValue
public java.lang.String getDefaultValue()
optional string default_value = 7;For numeric types, contains the original text representation of the value. For booleans, "true" or "false". For strings, contains the default text contents (not escaped in any way). For bytes, contains the C escaped value. All bytes >= 128 are escaped. TODO(kenton): Base-64 encode?
- Specified by:
getDefaultValuein interfaceDescriptorProtos.FieldDescriptorProtoOrBuilder
-
getDefaultValueBytes
public ByteString getDefaultValueBytes()
optional string default_value = 7;For numeric types, contains the original text representation of the value. For booleans, "true" or "false". For strings, contains the default text contents (not escaped in any way). For bytes, contains the C escaped value. All bytes >= 128 are escaped. TODO(kenton): Base-64 encode?
- Specified by:
getDefaultValueBytesin interfaceDescriptorProtos.FieldDescriptorProtoOrBuilder
-
setDefaultValue
public DescriptorProtos.FieldDescriptorProto.Builder setDefaultValue(java.lang.String value)
optional string default_value = 7;For numeric types, contains the original text representation of the value. For booleans, "true" or "false". For strings, contains the default text contents (not escaped in any way). For bytes, contains the C escaped value. All bytes >= 128 are escaped. TODO(kenton): Base-64 encode?
-
clearDefaultValue
public DescriptorProtos.FieldDescriptorProto.Builder clearDefaultValue()
optional string default_value = 7;For numeric types, contains the original text representation of the value. For booleans, "true" or "false". For strings, contains the default text contents (not escaped in any way). For bytes, contains the C escaped value. All bytes >= 128 are escaped. TODO(kenton): Base-64 encode?
-
setDefaultValueBytes
public DescriptorProtos.FieldDescriptorProto.Builder setDefaultValueBytes(ByteString value)
optional string default_value = 7;For numeric types, contains the original text representation of the value. For booleans, "true" or "false". For strings, contains the default text contents (not escaped in any way). For bytes, contains the C escaped value. All bytes >= 128 are escaped. TODO(kenton): Base-64 encode?
-
hasOneofIndex
public boolean hasOneofIndex()
optional int32 oneof_index = 9;If set, gives the index of a oneof in the containing type's oneof_decl list. This field is a member of that oneof. Extensions of a oneof should not set this since the oneof to which they belong will be inferred based on the extension range containing the extension's field number.
- Specified by:
hasOneofIndexin interfaceDescriptorProtos.FieldDescriptorProtoOrBuilder
-
getOneofIndex
public int getOneofIndex()
optional int32 oneof_index = 9;If set, gives the index of a oneof in the containing type's oneof_decl list. This field is a member of that oneof. Extensions of a oneof should not set this since the oneof to which they belong will be inferred based on the extension range containing the extension's field number.
- Specified by:
getOneofIndexin interfaceDescriptorProtos.FieldDescriptorProtoOrBuilder
-
setOneofIndex
public DescriptorProtos.FieldDescriptorProto.Builder setOneofIndex(int value)
optional int32 oneof_index = 9;If set, gives the index of a oneof in the containing type's oneof_decl list. This field is a member of that oneof. Extensions of a oneof should not set this since the oneof to which they belong will be inferred based on the extension range containing the extension's field number.
-
clearOneofIndex
public DescriptorProtos.FieldDescriptorProto.Builder clearOneofIndex()
optional int32 oneof_index = 9;If set, gives the index of a oneof in the containing type's oneof_decl list. This field is a member of that oneof. Extensions of a oneof should not set this since the oneof to which they belong will be inferred based on the extension range containing the extension's field number.
-
hasOptions
public boolean hasOptions()
optional .google.protobuf.FieldOptions options = 8;- Specified by:
hasOptionsin interfaceDescriptorProtos.FieldDescriptorProtoOrBuilder
-
getOptions
public DescriptorProtos.FieldOptions getOptions()
optional .google.protobuf.FieldOptions options = 8;- Specified by:
getOptionsin interfaceDescriptorProtos.FieldDescriptorProtoOrBuilder
-
setOptions
public DescriptorProtos.FieldDescriptorProto.Builder setOptions(DescriptorProtos.FieldOptions value)
optional .google.protobuf.FieldOptions options = 8;
-
setOptions
public DescriptorProtos.FieldDescriptorProto.Builder setOptions(DescriptorProtos.FieldOptions.Builder builderForValue)
optional .google.protobuf.FieldOptions options = 8;
-
mergeOptions
public DescriptorProtos.FieldDescriptorProto.Builder mergeOptions(DescriptorProtos.FieldOptions value)
optional .google.protobuf.FieldOptions options = 8;
-
clearOptions
public DescriptorProtos.FieldDescriptorProto.Builder clearOptions()
optional .google.protobuf.FieldOptions options = 8;
-
getOptionsBuilder
public DescriptorProtos.FieldOptions.Builder getOptionsBuilder()
optional .google.protobuf.FieldOptions options = 8;
-
getOptionsOrBuilder
public DescriptorProtos.FieldOptionsOrBuilder getOptionsOrBuilder()
optional .google.protobuf.FieldOptions options = 8;- Specified by:
getOptionsOrBuilderin interfaceDescriptorProtos.FieldDescriptorProtoOrBuilder
-
-