public static final class DescriptorProtos.FileOptions.Builder extends GeneratedMessageV3.ExtendableBuilder<DescriptorProtos.FileOptions,DescriptorProtos.FileOptions.Builder> implements DescriptorProtos.FileOptionsOrBuilder
google.protobuf.FileOptions| Modifier and Type | Method and Description |
|---|---|
DescriptorProtos.FileOptions.Builder |
addAllUninterpretedOption(java.lang.Iterable<? extends DescriptorProtos.UninterpretedOption> values)
The parser stores options it doesn't recognize here.
|
<Type> DescriptorProtos.FileOptions.Builder |
addExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.FileOptions,java.util.List<Type>> extension,
Type value)
Append a value to a repeated extension.
|
DescriptorProtos.FileOptions.Builder |
addRepeatedField(Descriptors.FieldDescriptor field,
java.lang.Object value)
Like
setRepeatedField, but appends the value as a new element. |
DescriptorProtos.FileOptions.Builder |
addUninterpretedOption(DescriptorProtos.UninterpretedOption.Builder builderForValue)
The parser stores options it doesn't recognize here.
|
DescriptorProtos.FileOptions.Builder |
addUninterpretedOption(DescriptorProtos.UninterpretedOption value)
The parser stores options it doesn't recognize here.
|
DescriptorProtos.FileOptions.Builder |
addUninterpretedOption(int index,
DescriptorProtos.UninterpretedOption.Builder builderForValue)
The parser stores options it doesn't recognize here.
|
DescriptorProtos.FileOptions.Builder |
addUninterpretedOption(int index,
DescriptorProtos.UninterpretedOption value)
The parser stores options it doesn't recognize here.
|
DescriptorProtos.UninterpretedOption.Builder |
addUninterpretedOptionBuilder()
The parser stores options it doesn't recognize here.
|
DescriptorProtos.UninterpretedOption.Builder |
addUninterpretedOptionBuilder(int index)
The parser stores options it doesn't recognize here.
|
DescriptorProtos.FileOptions |
build()
Constructs the message based on the state of the Builder.
|
DescriptorProtos.FileOptions |
buildPartial()
Like
MessageLite.Builder.build(), but does not throw an exception if the message
is missing required fields. |
DescriptorProtos.FileOptions.Builder |
clear()
Called by the initialization and clear code paths to allow subclasses to
reset any of their builtin fields back to the initial values.
|
DescriptorProtos.FileOptions.Builder |
clearCcEnableArenas()
Enables the use of arenas for the proto messages in this file.
|
DescriptorProtos.FileOptions.Builder |
clearCcGenericServices()
Should generic services be generated in each language? "Generic" services
are not specific to any particular RPC system.
|
DescriptorProtos.FileOptions.Builder |
clearCsharpNamespace()
Namespace for generated classes; defaults to the package.
|
DescriptorProtos.FileOptions.Builder |
clearDeprecated()
Is this file deprecated?
Depending on the target platform, this can emit Deprecated annotations
for everything in the file, or it will be completely ignored; in the very
least, this is a formalization for deprecating files.
|
<Type> DescriptorProtos.FileOptions.Builder |
clearExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.FileOptions,?> extension)
Clear an extension.
|
DescriptorProtos.FileOptions.Builder |
clearField(Descriptors.FieldDescriptor field)
Clears the field.
|
DescriptorProtos.FileOptions.Builder |
clearGoPackage()
Sets the Go package where structs generated from this .proto will be
placed.
|
DescriptorProtos.FileOptions.Builder |
clearJavaGenerateEqualsAndHash()
Deprecated.
|
DescriptorProtos.FileOptions.Builder |
clearJavaGenericServices()
optional bool java_generic_services = 17 [default = false]; |
DescriptorProtos.FileOptions.Builder |
clearJavaMultipleFiles()
If set true, then the Java code generator will generate a separate .java
file for each top-level message, enum, and service defined in the .proto
file.
|
DescriptorProtos.FileOptions.Builder |
clearJavaOuterClassname()
If set, all the classes from the .proto file are wrapped in a single
outer class with the given name.
|
DescriptorProtos.FileOptions.Builder |
clearJavaPackage()
Sets the Java package where classes generated from this .proto will be
placed.
|
DescriptorProtos.FileOptions.Builder |
clearJavaStringCheckUtf8()
If set true, then the Java2 code generator will generate code that
throws an exception whenever an attempt is made to assign a non-UTF-8
byte sequence to a string field.
|
DescriptorProtos.FileOptions.Builder |
clearObjcClassPrefix()
Sets the objective c class prefix which is prepended to all objective c
generated classes from this .proto.
|
DescriptorProtos.FileOptions.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
TODO(jieluo): Clear it when all subclasses have implemented this method.
|
DescriptorProtos.FileOptions.Builder |
clearOptimizeFor()
optional .google.protobuf.FileOptions.OptimizeMode optimize_for = 9 [default = SPEED]; |
DescriptorProtos.FileOptions.Builder |
clearPhpClassPrefix()
Sets the php class prefix which is prepended to all php generated classes
from this .proto.
|
DescriptorProtos.FileOptions.Builder |
clearPyGenericServices()
optional bool py_generic_services = 18 [default = false]; |
DescriptorProtos.FileOptions.Builder |
clearSwiftPrefix()
By default Swift generators will take the proto package and CamelCase it
replacing '.' with underscore and use that to prefix the types/symbols
defined.
|
DescriptorProtos.FileOptions.Builder |
clearUninterpretedOption()
The parser stores options it doesn't recognize here.
|
DescriptorProtos.FileOptions.Builder |
clone()
Clones the Builder.
|
boolean |
getCcEnableArenas()
Enables the use of arenas for the proto messages in this file.
|
boolean |
getCcGenericServices()
Should generic services be generated in each language? "Generic" services
are not specific to any particular RPC system.
|
java.lang.String |
getCsharpNamespace()
Namespace for generated classes; defaults to the package.
|
ByteString |
getCsharpNamespaceBytes()
Namespace for generated classes; defaults to the package.
|
DescriptorProtos.FileOptions |
getDefaultInstanceForType()
Get an instance of the type with no fields set.
|
boolean |
getDeprecated()
Is this file deprecated?
Depending on the target platform, this can emit Deprecated annotations
for everything in the file, or it will be completely ignored; in the very
least, this is a formalization for deprecating files.
|
static Descriptors.Descriptor |
getDescriptor() |
Descriptors.Descriptor |
getDescriptorForType()
Get the message's type's descriptor.
|
java.lang.String |
getGoPackage()
Sets the Go package where structs generated from this .proto will be
placed.
|
ByteString |
getGoPackageBytes()
Sets the Go package where structs generated from this .proto will be
placed.
|
boolean |
getJavaGenerateEqualsAndHash()
Deprecated.
|
boolean |
getJavaGenericServices()
optional bool java_generic_services = 17 [default = false]; |
boolean |
getJavaMultipleFiles()
If set true, then the Java code generator will generate a separate .java
file for each top-level message, enum, and service defined in the .proto
file.
|
java.lang.String |
getJavaOuterClassname()
If set, all the classes from the .proto file are wrapped in a single
outer class with the given name.
|
ByteString |
getJavaOuterClassnameBytes()
If set, all the classes from the .proto file are wrapped in a single
outer class with the given name.
|
java.lang.String |
getJavaPackage()
Sets the Java package where classes generated from this .proto will be
placed.
|
ByteString |
getJavaPackageBytes()
Sets the Java package where classes generated from this .proto will be
placed.
|
boolean |
getJavaStringCheckUtf8()
If set true, then the Java2 code generator will generate code that
throws an exception whenever an attempt is made to assign a non-UTF-8
byte sequence to a string field.
|
java.lang.String |
getObjcClassPrefix()
Sets the objective c class prefix which is prepended to all objective c
generated classes from this .proto.
|
ByteString |
getObjcClassPrefixBytes()
Sets the objective c class prefix which is prepended to all objective c
generated classes from this .proto.
|
DescriptorProtos.FileOptions.OptimizeMode |
getOptimizeFor()
optional .google.protobuf.FileOptions.OptimizeMode optimize_for = 9 [default = SPEED]; |
java.lang.String |
getPhpClassPrefix()
Sets the php class prefix which is prepended to all php generated classes
from this .proto.
|
ByteString |
getPhpClassPrefixBytes()
Sets the php class prefix which is prepended to all php generated classes
from this .proto.
|
boolean |
getPyGenericServices()
optional bool py_generic_services = 18 [default = false]; |
java.lang.String |
getSwiftPrefix()
By default Swift generators will take the proto package and CamelCase it
replacing '.' with underscore and use that to prefix the types/symbols
defined.
|
ByteString |
getSwiftPrefixBytes()
By default Swift generators will take the proto package and CamelCase it
replacing '.' with underscore and use that to prefix the types/symbols
defined.
|
DescriptorProtos.UninterpretedOption |
getUninterpretedOption(int index)
The parser stores options it doesn't recognize here.
|
DescriptorProtos.UninterpretedOption.Builder |
getUninterpretedOptionBuilder(int index)
The parser stores options it doesn't recognize here.
|
java.util.List<DescriptorProtos.UninterpretedOption.Builder> |
getUninterpretedOptionBuilderList()
The parser stores options it doesn't recognize here.
|
int |
getUninterpretedOptionCount()
The parser stores options it doesn't recognize here.
|
java.util.List<DescriptorProtos.UninterpretedOption> |
getUninterpretedOptionList()
The parser stores options it doesn't recognize here.
|
DescriptorProtos.UninterpretedOptionOrBuilder |
getUninterpretedOptionOrBuilder(int index)
The parser stores options it doesn't recognize here.
|
java.util.List<? extends DescriptorProtos.UninterpretedOptionOrBuilder> |
getUninterpretedOptionOrBuilderList()
The parser stores options it doesn't recognize here.
|
boolean |
hasCcEnableArenas()
Enables the use of arenas for the proto messages in this file.
|
boolean |
hasCcGenericServices()
Should generic services be generated in each language? "Generic" services
are not specific to any particular RPC system.
|
boolean |
hasCsharpNamespace()
Namespace for generated classes; defaults to the package.
|
boolean |
hasDeprecated()
Is this file deprecated?
Depending on the target platform, this can emit Deprecated annotations
for everything in the file, or it will be completely ignored; in the very
least, this is a formalization for deprecating files.
|
boolean |
hasGoPackage()
Sets the Go package where structs generated from this .proto will be
placed.
|
boolean |
hasJavaGenerateEqualsAndHash()
Deprecated.
|
boolean |
hasJavaGenericServices()
optional bool java_generic_services = 17 [default = false]; |
boolean |
hasJavaMultipleFiles()
If set true, then the Java code generator will generate a separate .java
file for each top-level message, enum, and service defined in the .proto
file.
|
boolean |
hasJavaOuterClassname()
If set, all the classes from the .proto file are wrapped in a single
outer class with the given name.
|
boolean |
hasJavaPackage()
Sets the Java package where classes generated from this .proto will be
placed.
|
boolean |
hasJavaStringCheckUtf8()
If set true, then the Java2 code generator will generate code that
throws an exception whenever an attempt is made to assign a non-UTF-8
byte sequence to a string field.
|
boolean |
hasObjcClassPrefix()
Sets the objective c class prefix which is prepended to all objective c
generated classes from this .proto.
|
boolean |
hasOptimizeFor()
optional .google.protobuf.FileOptions.OptimizeMode optimize_for = 9 [default = SPEED]; |
boolean |
hasPhpClassPrefix()
Sets the php class prefix which is prepended to all php generated classes
from this .proto.
|
boolean |
hasPyGenericServices()
optional bool py_generic_services = 18 [default = false]; |
boolean |
hasSwiftPrefix()
By default Swift generators will take the proto package and CamelCase it
replacing '.' with underscore and use that to prefix the types/symbols
defined.
|
protected GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable()
Get the FieldAccessorTable for this type.
|
boolean |
isInitialized()
Returns true if all required fields in the message and all embedded
messages are set, false otherwise.
|
DescriptorProtos.FileOptions.Builder |
mergeFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry)
Like
MessageLite.Builder.mergeFrom(CodedInputStream), but also
parses extensions. |
DescriptorProtos.FileOptions.Builder |
mergeFrom(DescriptorProtos.FileOptions other) |
DescriptorProtos.FileOptions.Builder |
mergeFrom(Message other)
Merge
other into the message being built. |
DescriptorProtos.FileOptions.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
Merge some unknown fields into the
UnknownFieldSet for this
message. |
DescriptorProtos.FileOptions.Builder |
removeUninterpretedOption(int index)
The parser stores options it doesn't recognize here.
|
DescriptorProtos.FileOptions.Builder |
setCcEnableArenas(boolean value)
Enables the use of arenas for the proto messages in this file.
|
DescriptorProtos.FileOptions.Builder |
setCcGenericServices(boolean value)
Should generic services be generated in each language? "Generic" services
are not specific to any particular RPC system.
|
DescriptorProtos.FileOptions.Builder |
setCsharpNamespace(java.lang.String value)
Namespace for generated classes; defaults to the package.
|
DescriptorProtos.FileOptions.Builder |
setCsharpNamespaceBytes(ByteString value)
Namespace for generated classes; defaults to the package.
|
DescriptorProtos.FileOptions.Builder |
setDeprecated(boolean value)
Is this file deprecated?
Depending on the target platform, this can emit Deprecated annotations
for everything in the file, or it will be completely ignored; in the very
least, this is a formalization for deprecating files.
|
<Type> DescriptorProtos.FileOptions.Builder |
setExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.FileOptions,java.util.List<Type>> extension,
int index,
Type value)
Set the value of one element of a repeated extension.
|
<Type> DescriptorProtos.FileOptions.Builder |
setExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.FileOptions,Type> extension,
Type value)
Set the value of an extension.
|
DescriptorProtos.FileOptions.Builder |
setField(Descriptors.FieldDescriptor field,
java.lang.Object value)
Sets a field to the given value.
|
DescriptorProtos.FileOptions.Builder |
setGoPackage(java.lang.String value)
Sets the Go package where structs generated from this .proto will be
placed.
|
DescriptorProtos.FileOptions.Builder |
setGoPackageBytes(ByteString value)
Sets the Go package where structs generated from this .proto will be
placed.
|
DescriptorProtos.FileOptions.Builder |
setJavaGenerateEqualsAndHash(boolean value)
Deprecated.
|
DescriptorProtos.FileOptions.Builder |
setJavaGenericServices(boolean value)
optional bool java_generic_services = 17 [default = false]; |
DescriptorProtos.FileOptions.Builder |
setJavaMultipleFiles(boolean value)
If set true, then the Java code generator will generate a separate .java
file for each top-level message, enum, and service defined in the .proto
file.
|
DescriptorProtos.FileOptions.Builder |
setJavaOuterClassname(java.lang.String value)
If set, all the classes from the .proto file are wrapped in a single
outer class with the given name.
|
DescriptorProtos.FileOptions.Builder |
setJavaOuterClassnameBytes(ByteString value)
If set, all the classes from the .proto file are wrapped in a single
outer class with the given name.
|
DescriptorProtos.FileOptions.Builder |
setJavaPackage(java.lang.String value)
Sets the Java package where classes generated from this .proto will be
placed.
|
DescriptorProtos.FileOptions.Builder |
setJavaPackageBytes(ByteString value)
Sets the Java package where classes generated from this .proto will be
placed.
|
DescriptorProtos.FileOptions.Builder |
setJavaStringCheckUtf8(boolean value)
If set true, then the Java2 code generator will generate code that
throws an exception whenever an attempt is made to assign a non-UTF-8
byte sequence to a string field.
|
DescriptorProtos.FileOptions.Builder |
setObjcClassPrefix(java.lang.String value)
Sets the objective c class prefix which is prepended to all objective c
generated classes from this .proto.
|
DescriptorProtos.FileOptions.Builder |
setObjcClassPrefixBytes(ByteString value)
Sets the objective c class prefix which is prepended to all objective c
generated classes from this .proto.
|
DescriptorProtos.FileOptions.Builder |
setOptimizeFor(DescriptorProtos.FileOptions.OptimizeMode value)
optional .google.protobuf.FileOptions.OptimizeMode optimize_for = 9 [default = SPEED]; |
DescriptorProtos.FileOptions.Builder |
setPhpClassPrefix(java.lang.String value)
Sets the php class prefix which is prepended to all php generated classes
from this .proto.
|
DescriptorProtos.FileOptions.Builder |
setPhpClassPrefixBytes(ByteString value)
Sets the php class prefix which is prepended to all php generated classes
from this .proto.
|
DescriptorProtos.FileOptions.Builder |
setPyGenericServices(boolean value)
optional bool py_generic_services = 18 [default = false]; |
DescriptorProtos.FileOptions.Builder |
setRepeatedField(Descriptors.FieldDescriptor field,
int index,
java.lang.Object value)
Sets an element of a repeated field to the given value.
|
DescriptorProtos.FileOptions.Builder |
setSwiftPrefix(java.lang.String value)
By default Swift generators will take the proto package and CamelCase it
replacing '.' with underscore and use that to prefix the types/symbols
defined.
|
DescriptorProtos.FileOptions.Builder |
setSwiftPrefixBytes(ByteString value)
By default Swift generators will take the proto package and CamelCase it
replacing '.' with underscore and use that to prefix the types/symbols
defined.
|
DescriptorProtos.FileOptions.Builder |
setUninterpretedOption(int index,
DescriptorProtos.UninterpretedOption.Builder builderForValue)
The parser stores options it doesn't recognize here.
|
DescriptorProtos.FileOptions.Builder |
setUninterpretedOption(int index,
DescriptorProtos.UninterpretedOption value)
The parser stores options it doesn't recognize here.
|
DescriptorProtos.FileOptions.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
Set the
UnknownFieldSet for this message. |
addExtension, addExtension, clearExtension, clearExtension, extensionsAreInitialized, getAllFields, getExtension, getExtension, getExtension, getExtension, getExtension, getExtension, getExtensionCount, getExtensionCount, getExtensionCount, getField, getRepeatedField, getRepeatedFieldCount, hasExtension, hasExtension, hasExtension, hasField, mergeExtensionFields, parseUnknownField, setExtension, setExtension, setExtension, setExtensiongetFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedFieldBuilder, getUnknownFields, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChangedfindInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetExtension, getExtension, getExtension, getExtension, getExtension, getExtension, getExtensionCount, getExtensionCount, getExtensionCount, hasExtension, hasExtension, hasExtensionfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofmergeFrompublic static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
GeneratedMessageV3.BuilderinternalGetFieldAccessorTable in class GeneratedMessageV3.Builder<DescriptorProtos.FileOptions.Builder>public DescriptorProtos.FileOptions.Builder clear()
GeneratedMessageV3.Builderclear in interface Message.Builderclear in interface MessageLite.Builderclear in class GeneratedMessageV3.ExtendableBuilder<DescriptorProtos.FileOptions,DescriptorProtos.FileOptions.Builder>public Descriptors.Descriptor getDescriptorForType()
Message.BuilderMessageOrBuilder.getDescriptorForType().getDescriptorForType in interface Message.BuildergetDescriptorForType in interface MessageOrBuildergetDescriptorForType in class GeneratedMessageV3.Builder<DescriptorProtos.FileOptions.Builder>public DescriptorProtos.FileOptions getDefaultInstanceForType()
MessageLiteOrBuildergetDefaultInstance() method of generated message classes in that
this method is an abstract method of the MessageLite interface
whereas getDefaultInstance() is a static method of a specific
class. They return the same thing.getDefaultInstanceForType in interface GeneratedMessageV3.ExtendableMessageOrBuilder<DescriptorProtos.FileOptions>getDefaultInstanceForType in interface MessageLiteOrBuildergetDefaultInstanceForType in interface MessageOrBuilderpublic DescriptorProtos.FileOptions build()
MessageLite.Builderbuild in interface Message.Builderbuild in interface MessageLite.Builderpublic DescriptorProtos.FileOptions buildPartial()
MessageLite.BuilderMessageLite.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.buildPartial in interface Message.BuilderbuildPartial in interface MessageLite.Builderpublic DescriptorProtos.FileOptions.Builder clone()
MessageLite.Builderclone in interface Message.Builderclone in interface MessageLite.Builderclone in class GeneratedMessageV3.Builder<DescriptorProtos.FileOptions.Builder>Object.clone()public DescriptorProtos.FileOptions.Builder setField(Descriptors.FieldDescriptor field, java.lang.Object value)
Message.BuilderMessageOrBuilder.getField(Descriptors.FieldDescriptor) would return.setField in interface Message.BuildersetField in class GeneratedMessageV3.ExtendableBuilder<DescriptorProtos.FileOptions,DescriptorProtos.FileOptions.Builder>public DescriptorProtos.FileOptions.Builder clearField(Descriptors.FieldDescriptor field)
Message.BuilderclearField in interface Message.BuilderclearField in class GeneratedMessageV3.ExtendableBuilder<DescriptorProtos.FileOptions,DescriptorProtos.FileOptions.Builder>public DescriptorProtos.FileOptions.Builder clearOneof(Descriptors.OneofDescriptor oneof)
AbstractMessage.BuilderclearOneof in interface Message.BuilderclearOneof in class GeneratedMessageV3.Builder<DescriptorProtos.FileOptions.Builder>public DescriptorProtos.FileOptions.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, java.lang.Object value)
Message.BuilderMessageOrBuilder.getRepeatedField(Descriptors.FieldDescriptor,int) would
return.setRepeatedField in interface Message.BuildersetRepeatedField in class GeneratedMessageV3.ExtendableBuilder<DescriptorProtos.FileOptions,DescriptorProtos.FileOptions.Builder>public DescriptorProtos.FileOptions.Builder addRepeatedField(Descriptors.FieldDescriptor field, java.lang.Object value)
Message.BuildersetRepeatedField, but appends the value as a new element.addRepeatedField in interface Message.BuilderaddRepeatedField in class GeneratedMessageV3.ExtendableBuilder<DescriptorProtos.FileOptions,DescriptorProtos.FileOptions.Builder>public <Type> DescriptorProtos.FileOptions.Builder setExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.FileOptions,Type> extension, Type value)
GeneratedMessageV3.ExtendableBuilderpublic <Type> DescriptorProtos.FileOptions.Builder setExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.FileOptions,java.util.List<Type>> extension, int index, Type value)
GeneratedMessageV3.ExtendableBuilderpublic <Type> DescriptorProtos.FileOptions.Builder addExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.FileOptions,java.util.List<Type>> extension, Type value)
GeneratedMessageV3.ExtendableBuilderpublic <Type> DescriptorProtos.FileOptions.Builder clearExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.FileOptions,?> extension)
GeneratedMessageV3.ExtendableBuilderpublic DescriptorProtos.FileOptions.Builder mergeFrom(Message other)
Message.Builderother into the message being built. other must
have the exact same type as this (i.e.
getDescriptorForType() == other.getDescriptorForType()).
Merging occurs as follows. For each field:other,
then other's value overwrites the value in this message.other,
it is merged into the corresponding sub-message of this message
using the same merging rules.other are 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::MergeFrom method in C++.mergeFrom in interface Message.BuildermergeFrom in class AbstractMessage.Builder<DescriptorProtos.FileOptions.Builder>public DescriptorProtos.FileOptions.Builder mergeFrom(DescriptorProtos.FileOptions other)
public final boolean isInitialized()
MessageLiteOrBuilderisInitialized in interface MessageLiteOrBuilderisInitialized in class GeneratedMessageV3.ExtendableBuilder<DescriptorProtos.FileOptions,DescriptorProtos.FileOptions.Builder>public DescriptorProtos.FileOptions.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
MessageLite.BuilderMessageLite.Builder.mergeFrom(CodedInputStream), but also
parses extensions. The extensions that you want to be able to parse
must be registered in extensionRegistry. Extensions not in
the registry will be treated as unknown fields.mergeFrom in interface Message.BuildermergeFrom in interface MessageLite.BuildermergeFrom in class AbstractMessage.Builder<DescriptorProtos.FileOptions.Builder>java.io.IOExceptionpublic boolean hasJavaPackage()
Sets the Java package where classes generated from this .proto will be placed. By default, the proto package is used, but this is often inappropriate because proto packages do not normally start with backwards domain names.
optional string java_package = 1;hasJavaPackage in interface DescriptorProtos.FileOptionsOrBuilderpublic java.lang.String getJavaPackage()
Sets the Java package where classes generated from this .proto will be placed. By default, the proto package is used, but this is often inappropriate because proto packages do not normally start with backwards domain names.
optional string java_package = 1;getJavaPackage in interface DescriptorProtos.FileOptionsOrBuilderpublic ByteString getJavaPackageBytes()
Sets the Java package where classes generated from this .proto will be placed. By default, the proto package is used, but this is often inappropriate because proto packages do not normally start with backwards domain names.
optional string java_package = 1;getJavaPackageBytes in interface DescriptorProtos.FileOptionsOrBuilderpublic DescriptorProtos.FileOptions.Builder setJavaPackage(java.lang.String value)
Sets the Java package where classes generated from this .proto will be placed. By default, the proto package is used, but this is often inappropriate because proto packages do not normally start with backwards domain names.
optional string java_package = 1;public DescriptorProtos.FileOptions.Builder clearJavaPackage()
Sets the Java package where classes generated from this .proto will be placed. By default, the proto package is used, but this is often inappropriate because proto packages do not normally start with backwards domain names.
optional string java_package = 1;public DescriptorProtos.FileOptions.Builder setJavaPackageBytes(ByteString value)
Sets the Java package where classes generated from this .proto will be placed. By default, the proto package is used, but this is often inappropriate because proto packages do not normally start with backwards domain names.
optional string java_package = 1;public boolean hasJavaOuterClassname()
If set, all the classes from the .proto file are wrapped in a single outer class with the given name. This applies to both Proto1 (equivalent to the old "--one_java_file" option) and Proto2 (where a .proto always translates to a single class, but you may want to explicitly choose the class name).
optional string java_outer_classname = 8;hasJavaOuterClassname in interface DescriptorProtos.FileOptionsOrBuilderpublic java.lang.String getJavaOuterClassname()
If set, all the classes from the .proto file are wrapped in a single outer class with the given name. This applies to both Proto1 (equivalent to the old "--one_java_file" option) and Proto2 (where a .proto always translates to a single class, but you may want to explicitly choose the class name).
optional string java_outer_classname = 8;getJavaOuterClassname in interface DescriptorProtos.FileOptionsOrBuilderpublic ByteString getJavaOuterClassnameBytes()
If set, all the classes from the .proto file are wrapped in a single outer class with the given name. This applies to both Proto1 (equivalent to the old "--one_java_file" option) and Proto2 (where a .proto always translates to a single class, but you may want to explicitly choose the class name).
optional string java_outer_classname = 8;getJavaOuterClassnameBytes in interface DescriptorProtos.FileOptionsOrBuilderpublic DescriptorProtos.FileOptions.Builder setJavaOuterClassname(java.lang.String value)
If set, all the classes from the .proto file are wrapped in a single outer class with the given name. This applies to both Proto1 (equivalent to the old "--one_java_file" option) and Proto2 (where a .proto always translates to a single class, but you may want to explicitly choose the class name).
optional string java_outer_classname = 8;public DescriptorProtos.FileOptions.Builder clearJavaOuterClassname()
If set, all the classes from the .proto file are wrapped in a single outer class with the given name. This applies to both Proto1 (equivalent to the old "--one_java_file" option) and Proto2 (where a .proto always translates to a single class, but you may want to explicitly choose the class name).
optional string java_outer_classname = 8;public DescriptorProtos.FileOptions.Builder setJavaOuterClassnameBytes(ByteString value)
If set, all the classes from the .proto file are wrapped in a single outer class with the given name. This applies to both Proto1 (equivalent to the old "--one_java_file" option) and Proto2 (where a .proto always translates to a single class, but you may want to explicitly choose the class name).
optional string java_outer_classname = 8;public boolean hasJavaMultipleFiles()
If set true, then the Java code generator will generate a separate .java file for each top-level message, enum, and service defined in the .proto file. Thus, these types will *not* be nested inside the outer class named by java_outer_classname. However, the outer class will still be generated to contain the file's getDescriptor() method as well as any top-level extensions defined in the file.
optional bool java_multiple_files = 10 [default = false];hasJavaMultipleFiles in interface DescriptorProtos.FileOptionsOrBuilderpublic boolean getJavaMultipleFiles()
If set true, then the Java code generator will generate a separate .java file for each top-level message, enum, and service defined in the .proto file. Thus, these types will *not* be nested inside the outer class named by java_outer_classname. However, the outer class will still be generated to contain the file's getDescriptor() method as well as any top-level extensions defined in the file.
optional bool java_multiple_files = 10 [default = false];getJavaMultipleFiles in interface DescriptorProtos.FileOptionsOrBuilderpublic DescriptorProtos.FileOptions.Builder setJavaMultipleFiles(boolean value)
If set true, then the Java code generator will generate a separate .java file for each top-level message, enum, and service defined in the .proto file. Thus, these types will *not* be nested inside the outer class named by java_outer_classname. However, the outer class will still be generated to contain the file's getDescriptor() method as well as any top-level extensions defined in the file.
optional bool java_multiple_files = 10 [default = false];public DescriptorProtos.FileOptions.Builder clearJavaMultipleFiles()
If set true, then the Java code generator will generate a separate .java file for each top-level message, enum, and service defined in the .proto file. Thus, these types will *not* be nested inside the outer class named by java_outer_classname. However, the outer class will still be generated to contain the file's getDescriptor() method as well as any top-level extensions defined in the file.
optional bool java_multiple_files = 10 [default = false];@Deprecated public boolean hasJavaGenerateEqualsAndHash()
This option does nothing.
optional bool java_generate_equals_and_hash = 20 [deprecated = true];hasJavaGenerateEqualsAndHash in interface DescriptorProtos.FileOptionsOrBuilder@Deprecated public boolean getJavaGenerateEqualsAndHash()
This option does nothing.
optional bool java_generate_equals_and_hash = 20 [deprecated = true];getJavaGenerateEqualsAndHash in interface DescriptorProtos.FileOptionsOrBuilder@Deprecated public DescriptorProtos.FileOptions.Builder setJavaGenerateEqualsAndHash(boolean value)
This option does nothing.
optional bool java_generate_equals_and_hash = 20 [deprecated = true];@Deprecated public DescriptorProtos.FileOptions.Builder clearJavaGenerateEqualsAndHash()
This option does nothing.
optional bool java_generate_equals_and_hash = 20 [deprecated = true];public boolean hasJavaStringCheckUtf8()
If set true, then the Java2 code generator will generate code that throws an exception whenever an attempt is made to assign a non-UTF-8 byte sequence to a string field. Message reflection will do the same. However, an extension field still accepts non-UTF-8 byte sequences. This option has no effect on when used with the lite runtime.
optional bool java_string_check_utf8 = 27 [default = false];hasJavaStringCheckUtf8 in interface DescriptorProtos.FileOptionsOrBuilderpublic boolean getJavaStringCheckUtf8()
If set true, then the Java2 code generator will generate code that throws an exception whenever an attempt is made to assign a non-UTF-8 byte sequence to a string field. Message reflection will do the same. However, an extension field still accepts non-UTF-8 byte sequences. This option has no effect on when used with the lite runtime.
optional bool java_string_check_utf8 = 27 [default = false];getJavaStringCheckUtf8 in interface DescriptorProtos.FileOptionsOrBuilderpublic DescriptorProtos.FileOptions.Builder setJavaStringCheckUtf8(boolean value)
If set true, then the Java2 code generator will generate code that throws an exception whenever an attempt is made to assign a non-UTF-8 byte sequence to a string field. Message reflection will do the same. However, an extension field still accepts non-UTF-8 byte sequences. This option has no effect on when used with the lite runtime.
optional bool java_string_check_utf8 = 27 [default = false];public DescriptorProtos.FileOptions.Builder clearJavaStringCheckUtf8()
If set true, then the Java2 code generator will generate code that throws an exception whenever an attempt is made to assign a non-UTF-8 byte sequence to a string field. Message reflection will do the same. However, an extension field still accepts non-UTF-8 byte sequences. This option has no effect on when used with the lite runtime.
optional bool java_string_check_utf8 = 27 [default = false];public boolean hasOptimizeFor()
optional .google.protobuf.FileOptions.OptimizeMode optimize_for = 9 [default = SPEED];hasOptimizeFor in interface DescriptorProtos.FileOptionsOrBuilderpublic DescriptorProtos.FileOptions.OptimizeMode getOptimizeFor()
optional .google.protobuf.FileOptions.OptimizeMode optimize_for = 9 [default = SPEED];getOptimizeFor in interface DescriptorProtos.FileOptionsOrBuilderpublic DescriptorProtos.FileOptions.Builder setOptimizeFor(DescriptorProtos.FileOptions.OptimizeMode value)
optional .google.protobuf.FileOptions.OptimizeMode optimize_for = 9 [default = SPEED];public DescriptorProtos.FileOptions.Builder clearOptimizeFor()
optional .google.protobuf.FileOptions.OptimizeMode optimize_for = 9 [default = SPEED];public boolean hasGoPackage()
Sets the Go package where structs generated from this .proto will be placed. If omitted, the Go package will be derived from the following: - The basename of the package import path, if provided. - Otherwise, the package statement in the .proto file, if present. - Otherwise, the basename of the .proto file, without extension.
optional string go_package = 11;hasGoPackage in interface DescriptorProtos.FileOptionsOrBuilderpublic java.lang.String getGoPackage()
Sets the Go package where structs generated from this .proto will be placed. If omitted, the Go package will be derived from the following: - The basename of the package import path, if provided. - Otherwise, the package statement in the .proto file, if present. - Otherwise, the basename of the .proto file, without extension.
optional string go_package = 11;getGoPackage in interface DescriptorProtos.FileOptionsOrBuilderpublic ByteString getGoPackageBytes()
Sets the Go package where structs generated from this .proto will be placed. If omitted, the Go package will be derived from the following: - The basename of the package import path, if provided. - Otherwise, the package statement in the .proto file, if present. - Otherwise, the basename of the .proto file, without extension.
optional string go_package = 11;getGoPackageBytes in interface DescriptorProtos.FileOptionsOrBuilderpublic DescriptorProtos.FileOptions.Builder setGoPackage(java.lang.String value)
Sets the Go package where structs generated from this .proto will be placed. If omitted, the Go package will be derived from the following: - The basename of the package import path, if provided. - Otherwise, the package statement in the .proto file, if present. - Otherwise, the basename of the .proto file, without extension.
optional string go_package = 11;public DescriptorProtos.FileOptions.Builder clearGoPackage()
Sets the Go package where structs generated from this .proto will be placed. If omitted, the Go package will be derived from the following: - The basename of the package import path, if provided. - Otherwise, the package statement in the .proto file, if present. - Otherwise, the basename of the .proto file, without extension.
optional string go_package = 11;public DescriptorProtos.FileOptions.Builder setGoPackageBytes(ByteString value)
Sets the Go package where structs generated from this .proto will be placed. If omitted, the Go package will be derived from the following: - The basename of the package import path, if provided. - Otherwise, the package statement in the .proto file, if present. - Otherwise, the basename of the .proto file, without extension.
optional string go_package = 11;public boolean hasCcGenericServices()
Should generic services be generated in each language? "Generic" services are not specific to any particular RPC system. They are generated by the main code generators in each language (without additional plugins). Generic services were the only kind of service generation supported by early versions of google.protobuf. Generic services are now considered deprecated in favor of using plugins that generate code specific to your particular RPC system. Therefore, these default to false. Old code which depends on generic services should explicitly set them to true.
optional bool cc_generic_services = 16 [default = false];hasCcGenericServices in interface DescriptorProtos.FileOptionsOrBuilderpublic boolean getCcGenericServices()
Should generic services be generated in each language? "Generic" services are not specific to any particular RPC system. They are generated by the main code generators in each language (without additional plugins). Generic services were the only kind of service generation supported by early versions of google.protobuf. Generic services are now considered deprecated in favor of using plugins that generate code specific to your particular RPC system. Therefore, these default to false. Old code which depends on generic services should explicitly set them to true.
optional bool cc_generic_services = 16 [default = false];getCcGenericServices in interface DescriptorProtos.FileOptionsOrBuilderpublic DescriptorProtos.FileOptions.Builder setCcGenericServices(boolean value)
Should generic services be generated in each language? "Generic" services are not specific to any particular RPC system. They are generated by the main code generators in each language (without additional plugins). Generic services were the only kind of service generation supported by early versions of google.protobuf. Generic services are now considered deprecated in favor of using plugins that generate code specific to your particular RPC system. Therefore, these default to false. Old code which depends on generic services should explicitly set them to true.
optional bool cc_generic_services = 16 [default = false];public DescriptorProtos.FileOptions.Builder clearCcGenericServices()
Should generic services be generated in each language? "Generic" services are not specific to any particular RPC system. They are generated by the main code generators in each language (without additional plugins). Generic services were the only kind of service generation supported by early versions of google.protobuf. Generic services are now considered deprecated in favor of using plugins that generate code specific to your particular RPC system. Therefore, these default to false. Old code which depends on generic services should explicitly set them to true.
optional bool cc_generic_services = 16 [default = false];public boolean hasJavaGenericServices()
optional bool java_generic_services = 17 [default = false];hasJavaGenericServices in interface DescriptorProtos.FileOptionsOrBuilderpublic boolean getJavaGenericServices()
optional bool java_generic_services = 17 [default = false];getJavaGenericServices in interface DescriptorProtos.FileOptionsOrBuilderpublic DescriptorProtos.FileOptions.Builder setJavaGenericServices(boolean value)
optional bool java_generic_services = 17 [default = false];public DescriptorProtos.FileOptions.Builder clearJavaGenericServices()
optional bool java_generic_services = 17 [default = false];public boolean hasPyGenericServices()
optional bool py_generic_services = 18 [default = false];hasPyGenericServices in interface DescriptorProtos.FileOptionsOrBuilderpublic boolean getPyGenericServices()
optional bool py_generic_services = 18 [default = false];getPyGenericServices in interface DescriptorProtos.FileOptionsOrBuilderpublic DescriptorProtos.FileOptions.Builder setPyGenericServices(boolean value)
optional bool py_generic_services = 18 [default = false];public DescriptorProtos.FileOptions.Builder clearPyGenericServices()
optional bool py_generic_services = 18 [default = false];public boolean hasDeprecated()
Is this file deprecated? Depending on the target platform, this can emit Deprecated annotations for everything in the file, or it will be completely ignored; in the very least, this is a formalization for deprecating files.
optional bool deprecated = 23 [default = false];hasDeprecated in interface DescriptorProtos.FileOptionsOrBuilderpublic boolean getDeprecated()
Is this file deprecated? Depending on the target platform, this can emit Deprecated annotations for everything in the file, or it will be completely ignored; in the very least, this is a formalization for deprecating files.
optional bool deprecated = 23 [default = false];getDeprecated in interface DescriptorProtos.FileOptionsOrBuilderpublic DescriptorProtos.FileOptions.Builder setDeprecated(boolean value)
Is this file deprecated? Depending on the target platform, this can emit Deprecated annotations for everything in the file, or it will be completely ignored; in the very least, this is a formalization for deprecating files.
optional bool deprecated = 23 [default = false];public DescriptorProtos.FileOptions.Builder clearDeprecated()
Is this file deprecated? Depending on the target platform, this can emit Deprecated annotations for everything in the file, or it will be completely ignored; in the very least, this is a formalization for deprecating files.
optional bool deprecated = 23 [default = false];public boolean hasCcEnableArenas()
Enables the use of arenas for the proto messages in this file. This applies only to generated classes for C++.
optional bool cc_enable_arenas = 31 [default = false];hasCcEnableArenas in interface DescriptorProtos.FileOptionsOrBuilderpublic boolean getCcEnableArenas()
Enables the use of arenas for the proto messages in this file. This applies only to generated classes for C++.
optional bool cc_enable_arenas = 31 [default = false];getCcEnableArenas in interface DescriptorProtos.FileOptionsOrBuilderpublic DescriptorProtos.FileOptions.Builder setCcEnableArenas(boolean value)
Enables the use of arenas for the proto messages in this file. This applies only to generated classes for C++.
optional bool cc_enable_arenas = 31 [default = false];public DescriptorProtos.FileOptions.Builder clearCcEnableArenas()
Enables the use of arenas for the proto messages in this file. This applies only to generated classes for C++.
optional bool cc_enable_arenas = 31 [default = false];public boolean hasObjcClassPrefix()
Sets the objective c class prefix which is prepended to all objective c generated classes from this .proto. There is no default.
optional string objc_class_prefix = 36;hasObjcClassPrefix in interface DescriptorProtos.FileOptionsOrBuilderpublic java.lang.String getObjcClassPrefix()
Sets the objective c class prefix which is prepended to all objective c generated classes from this .proto. There is no default.
optional string objc_class_prefix = 36;getObjcClassPrefix in interface DescriptorProtos.FileOptionsOrBuilderpublic ByteString getObjcClassPrefixBytes()
Sets the objective c class prefix which is prepended to all objective c generated classes from this .proto. There is no default.
optional string objc_class_prefix = 36;getObjcClassPrefixBytes in interface DescriptorProtos.FileOptionsOrBuilderpublic DescriptorProtos.FileOptions.Builder setObjcClassPrefix(java.lang.String value)
Sets the objective c class prefix which is prepended to all objective c generated classes from this .proto. There is no default.
optional string objc_class_prefix = 36;public DescriptorProtos.FileOptions.Builder clearObjcClassPrefix()
Sets the objective c class prefix which is prepended to all objective c generated classes from this .proto. There is no default.
optional string objc_class_prefix = 36;public DescriptorProtos.FileOptions.Builder setObjcClassPrefixBytes(ByteString value)
Sets the objective c class prefix which is prepended to all objective c generated classes from this .proto. There is no default.
optional string objc_class_prefix = 36;public boolean hasCsharpNamespace()
Namespace for generated classes; defaults to the package.
optional string csharp_namespace = 37;hasCsharpNamespace in interface DescriptorProtos.FileOptionsOrBuilderpublic java.lang.String getCsharpNamespace()
Namespace for generated classes; defaults to the package.
optional string csharp_namespace = 37;getCsharpNamespace in interface DescriptorProtos.FileOptionsOrBuilderpublic ByteString getCsharpNamespaceBytes()
Namespace for generated classes; defaults to the package.
optional string csharp_namespace = 37;getCsharpNamespaceBytes in interface DescriptorProtos.FileOptionsOrBuilderpublic DescriptorProtos.FileOptions.Builder setCsharpNamespace(java.lang.String value)
Namespace for generated classes; defaults to the package.
optional string csharp_namespace = 37;public DescriptorProtos.FileOptions.Builder clearCsharpNamespace()
Namespace for generated classes; defaults to the package.
optional string csharp_namespace = 37;public DescriptorProtos.FileOptions.Builder setCsharpNamespaceBytes(ByteString value)
Namespace for generated classes; defaults to the package.
optional string csharp_namespace = 37;public boolean hasSwiftPrefix()
By default Swift generators will take the proto package and CamelCase it replacing '.' with underscore and use that to prefix the types/symbols defined. When this options is provided, they will use this value instead to prefix the types/symbols defined.
optional string swift_prefix = 39;hasSwiftPrefix in interface DescriptorProtos.FileOptionsOrBuilderpublic java.lang.String getSwiftPrefix()
By default Swift generators will take the proto package and CamelCase it replacing '.' with underscore and use that to prefix the types/symbols defined. When this options is provided, they will use this value instead to prefix the types/symbols defined.
optional string swift_prefix = 39;getSwiftPrefix in interface DescriptorProtos.FileOptionsOrBuilderpublic ByteString getSwiftPrefixBytes()
By default Swift generators will take the proto package and CamelCase it replacing '.' with underscore and use that to prefix the types/symbols defined. When this options is provided, they will use this value instead to prefix the types/symbols defined.
optional string swift_prefix = 39;getSwiftPrefixBytes in interface DescriptorProtos.FileOptionsOrBuilderpublic DescriptorProtos.FileOptions.Builder setSwiftPrefix(java.lang.String value)
By default Swift generators will take the proto package and CamelCase it replacing '.' with underscore and use that to prefix the types/symbols defined. When this options is provided, they will use this value instead to prefix the types/symbols defined.
optional string swift_prefix = 39;public DescriptorProtos.FileOptions.Builder clearSwiftPrefix()
By default Swift generators will take the proto package and CamelCase it replacing '.' with underscore and use that to prefix the types/symbols defined. When this options is provided, they will use this value instead to prefix the types/symbols defined.
optional string swift_prefix = 39;public DescriptorProtos.FileOptions.Builder setSwiftPrefixBytes(ByteString value)
By default Swift generators will take the proto package and CamelCase it replacing '.' with underscore and use that to prefix the types/symbols defined. When this options is provided, they will use this value instead to prefix the types/symbols defined.
optional string swift_prefix = 39;public boolean hasPhpClassPrefix()
Sets the php class prefix which is prepended to all php generated classes from this .proto. Default is empty.
optional string php_class_prefix = 40;hasPhpClassPrefix in interface DescriptorProtos.FileOptionsOrBuilderpublic java.lang.String getPhpClassPrefix()
Sets the php class prefix which is prepended to all php generated classes from this .proto. Default is empty.
optional string php_class_prefix = 40;getPhpClassPrefix in interface DescriptorProtos.FileOptionsOrBuilderpublic ByteString getPhpClassPrefixBytes()
Sets the php class prefix which is prepended to all php generated classes from this .proto. Default is empty.
optional string php_class_prefix = 40;getPhpClassPrefixBytes in interface DescriptorProtos.FileOptionsOrBuilderpublic DescriptorProtos.FileOptions.Builder setPhpClassPrefix(java.lang.String value)
Sets the php class prefix which is prepended to all php generated classes from this .proto. Default is empty.
optional string php_class_prefix = 40;public DescriptorProtos.FileOptions.Builder clearPhpClassPrefix()
Sets the php class prefix which is prepended to all php generated classes from this .proto. Default is empty.
optional string php_class_prefix = 40;public DescriptorProtos.FileOptions.Builder setPhpClassPrefixBytes(ByteString value)
Sets the php class prefix which is prepended to all php generated classes from this .proto. Default is empty.
optional string php_class_prefix = 40;public java.util.List<DescriptorProtos.UninterpretedOption> getUninterpretedOptionList()
The parser stores options it doesn't recognize here. See above.
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;getUninterpretedOptionList in interface DescriptorProtos.FileOptionsOrBuilderpublic int getUninterpretedOptionCount()
The parser stores options it doesn't recognize here. See above.
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;getUninterpretedOptionCount in interface DescriptorProtos.FileOptionsOrBuilderpublic DescriptorProtos.UninterpretedOption getUninterpretedOption(int index)
The parser stores options it doesn't recognize here. See above.
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;getUninterpretedOption in interface DescriptorProtos.FileOptionsOrBuilderpublic DescriptorProtos.FileOptions.Builder setUninterpretedOption(int index, DescriptorProtos.UninterpretedOption value)
The parser stores options it doesn't recognize here. See above.
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;public DescriptorProtos.FileOptions.Builder setUninterpretedOption(int index, DescriptorProtos.UninterpretedOption.Builder builderForValue)
The parser stores options it doesn't recognize here. See above.
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;public DescriptorProtos.FileOptions.Builder addUninterpretedOption(DescriptorProtos.UninterpretedOption value)
The parser stores options it doesn't recognize here. See above.
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;public DescriptorProtos.FileOptions.Builder addUninterpretedOption(int index, DescriptorProtos.UninterpretedOption value)
The parser stores options it doesn't recognize here. See above.
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;public DescriptorProtos.FileOptions.Builder addUninterpretedOption(DescriptorProtos.UninterpretedOption.Builder builderForValue)
The parser stores options it doesn't recognize here. See above.
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;public DescriptorProtos.FileOptions.Builder addUninterpretedOption(int index, DescriptorProtos.UninterpretedOption.Builder builderForValue)
The parser stores options it doesn't recognize here. See above.
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;public DescriptorProtos.FileOptions.Builder addAllUninterpretedOption(java.lang.Iterable<? extends DescriptorProtos.UninterpretedOption> values)
The parser stores options it doesn't recognize here. See above.
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;public DescriptorProtos.FileOptions.Builder clearUninterpretedOption()
The parser stores options it doesn't recognize here. See above.
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;public DescriptorProtos.FileOptions.Builder removeUninterpretedOption(int index)
The parser stores options it doesn't recognize here. See above.
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;public DescriptorProtos.UninterpretedOption.Builder getUninterpretedOptionBuilder(int index)
The parser stores options it doesn't recognize here. See above.
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;public DescriptorProtos.UninterpretedOptionOrBuilder getUninterpretedOptionOrBuilder(int index)
The parser stores options it doesn't recognize here. See above.
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;getUninterpretedOptionOrBuilder in interface DescriptorProtos.FileOptionsOrBuilderpublic java.util.List<? extends DescriptorProtos.UninterpretedOptionOrBuilder> getUninterpretedOptionOrBuilderList()
The parser stores options it doesn't recognize here. See above.
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;getUninterpretedOptionOrBuilderList in interface DescriptorProtos.FileOptionsOrBuilderpublic DescriptorProtos.UninterpretedOption.Builder addUninterpretedOptionBuilder()
The parser stores options it doesn't recognize here. See above.
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;public DescriptorProtos.UninterpretedOption.Builder addUninterpretedOptionBuilder(int index)
The parser stores options it doesn't recognize here. See above.
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;public java.util.List<DescriptorProtos.UninterpretedOption.Builder> getUninterpretedOptionBuilderList()
The parser stores options it doesn't recognize here. See above.
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;public final DescriptorProtos.FileOptions.Builder setUnknownFields(UnknownFieldSet unknownFields)
Message.BuilderUnknownFieldSet for this message.setUnknownFields in interface Message.BuildersetUnknownFields in class GeneratedMessageV3.Builder<DescriptorProtos.FileOptions.Builder>public final DescriptorProtos.FileOptions.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Message.BuilderUnknownFieldSet for this
message.mergeUnknownFields in interface Message.BuildermergeUnknownFields in class GeneratedMessageV3.Builder<DescriptorProtos.FileOptions.Builder>