Package com.google.protobuf
Class DescriptorProtos.FileOptions.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<BuilderType>
com.google.protobuf.AbstractMessage.Builder<BuilderType>
com.google.protobuf.GeneratedMessage.Builder<BuilderType>
com.google.protobuf.GeneratedMessage.ExtendableBuilder<DescriptorProtos.FileOptions,DescriptorProtos.FileOptions.Builder>
com.google.protobuf.DescriptorProtos.FileOptions.Builder
- All Implemented Interfaces:
DescriptorProtos.FileOptionsOrBuilder
,GeneratedMessage.ExtendableMessageOrBuilder<DescriptorProtos.FileOptions>
,Message.Builder
,MessageLite.Builder
,MessageLiteOrBuilder
,MessageOrBuilder
,Cloneable
- Enclosing class:
- DescriptorProtos.FileOptions
public static final class DescriptorProtos.FileOptions.Builder
extends GeneratedMessage.ExtendableBuilder<DescriptorProtos.FileOptions,DescriptorProtos.FileOptions.Builder>
implements DescriptorProtos.FileOptionsOrBuilder
Protobuf type
google.protobuf.FileOptions
-
Method Summary
Modifier and TypeMethodDescriptionaddAllUninterpretedOption
(Iterable<? extends DescriptorProtos.UninterpretedOption> values) repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
addUninterpretedOption
(int index, DescriptorProtos.UninterpretedOption value) repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
addUninterpretedOption
(int index, DescriptorProtos.UninterpretedOption.Builder builderForValue) repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
addUninterpretedOption
(DescriptorProtos.UninterpretedOption.Builder builderForValue) repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
addUninterpretedOptionBuilder
(int index) repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
build()
Constructs the message based on the state of the Builder.LikeMessageLite.Builder.build()
, but does not throw an exception if the message is missing required fields.clear()
Called by the initialization and clear code paths to allow subclasses to reset any of their builtin fields back to the initial values.optional bool cc_generic_services = 16 [default = false];
optional bool deprecated = 23 [default = false];
optional string go_package = 11;
optional bool java_generate_equals_and_hash = 20 [default = false];
optional bool java_generic_services = 17 [default = false];
optional bool java_multiple_files = 10 [default = false];
optional string java_outer_classname = 8;
optional string java_package = 1;
optional bool java_string_check_utf8 = 27 [default = false];
optional .google.protobuf.FileOptions.OptimizeMode optimize_for = 9 [default = SPEED];
optional bool py_generic_services = 18 [default = false];
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
clone()
Clones the Builder.boolean
optional bool cc_generic_services = 16 [default = false];
Get an instance of the type with no fields set.boolean
optional bool deprecated = 23 [default = false];
static final Descriptors.Descriptor
Get the message's type's descriptor.optional string go_package = 11;
optional string go_package = 11;
boolean
optional bool java_generate_equals_and_hash = 20 [default = false];
boolean
optional bool java_generic_services = 17 [default = false];
boolean
optional bool java_multiple_files = 10 [default = false];
optional string java_outer_classname = 8;
optional string java_outer_classname = 8;
optional string java_package = 1;
optional string java_package = 1;
boolean
optional bool java_string_check_utf8 = 27 [default = false];
optional .google.protobuf.FileOptions.OptimizeMode optimize_for = 9 [default = SPEED];
boolean
optional bool py_generic_services = 18 [default = false];
getUninterpretedOption
(int index) repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOptionBuilder
(int index) repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
int
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOptionOrBuilder
(int index) repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
boolean
optional bool cc_generic_services = 16 [default = false];
boolean
optional bool deprecated = 23 [default = false];
boolean
optional string go_package = 11;
boolean
optional bool java_generate_equals_and_hash = 20 [default = false];
boolean
optional bool java_generic_services = 17 [default = false];
boolean
optional bool java_multiple_files = 10 [default = false];
boolean
optional string java_outer_classname = 8;
boolean
optional string java_package = 1;
boolean
optional bool java_string_check_utf8 = 27 [default = false];
boolean
optional .google.protobuf.FileOptions.OptimizeMode optimize_for = 9 [default = SPEED];
boolean
optional bool py_generic_services = 18 [default = false];
protected GeneratedMessage.FieldAccessorTable
Get the FieldAccessorTable for this type.final boolean
Returns true if all required fields in the message and all embedded messages are set, false otherwise.mergeFrom
(CodedInputStream input, ExtensionRegistryLite extensionRegistry) LikeMessageLite.Builder.mergeFrom(CodedInputStream)
, but also parses extensions.Mergeother
into the message being built.removeUninterpretedOption
(int index) repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
setCcGenericServices
(boolean value) optional bool cc_generic_services = 16 [default = false];
setDeprecated
(boolean value) optional bool deprecated = 23 [default = false];
setGoPackage
(String value) optional string go_package = 11;
setGoPackageBytes
(ByteString value) optional string go_package = 11;
setJavaGenerateEqualsAndHash
(boolean value) optional bool java_generate_equals_and_hash = 20 [default = false];
setJavaGenericServices
(boolean value) optional bool java_generic_services = 17 [default = false];
setJavaMultipleFiles
(boolean value) optional bool java_multiple_files = 10 [default = false];
setJavaOuterClassname
(String value) optional string java_outer_classname = 8;
optional string java_outer_classname = 8;
setJavaPackage
(String value) optional string java_package = 1;
setJavaPackageBytes
(ByteString value) optional string java_package = 1;
setJavaStringCheckUtf8
(boolean value) optional bool java_string_check_utf8 = 27 [default = false];
optional .google.protobuf.FileOptions.OptimizeMode optimize_for = 9 [default = SPEED];
setPyGenericServices
(boolean value) optional bool py_generic_services = 18 [default = false];
setUninterpretedOption
(int index, DescriptorProtos.UninterpretedOption value) repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
setUninterpretedOption
(int index, DescriptorProtos.UninterpretedOption.Builder builderForValue) repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
Methods inherited from class com.google.protobuf.GeneratedMessage.ExtendableBuilder
addExtension, addRepeatedField, clearExtension, clearField, extensionsAreInitialized, getAllFields, getExtension, getExtension, getExtensionCount, getField, getRepeatedField, getRepeatedFieldCount, hasExtension, hasField, mergeExtensionFields, parseUnknownField, setExtension, setExtension, setField, setRepeatedField
Methods inherited from class com.google.protobuf.GeneratedMessage.Builder
clearOneof, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getUnknownFields, hasOneof, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, 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.GeneratedMessage.ExtendableMessageOrBuilder
getExtension, getExtension, getExtensionCount, hasExtension
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDescriptor
-
internalGetFieldAccessorTable
Description copied from class:GeneratedMessage.Builder
Get 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:
internalGetFieldAccessorTable
in classGeneratedMessage.Builder<DescriptorProtos.FileOptions.Builder>
-
clear
Description copied from class:GeneratedMessage.Builder
Called by the initialization and clear code paths to allow subclasses to reset any of their builtin fields back to the initial values.- Specified by:
clear
in interfaceMessage.Builder
- Specified by:
clear
in interfaceMessageLite.Builder
- Overrides:
clear
in classGeneratedMessage.ExtendableBuilder<DescriptorProtos.FileOptions,
DescriptorProtos.FileOptions.Builder>
-
clone
Description copied from interface:MessageLite.Builder
Clones the Builder.- Specified by:
clone
in interfaceMessage.Builder
- Specified by:
clone
in interfaceMessageLite.Builder
- Overrides:
clone
in classGeneratedMessage.ExtendableBuilder<DescriptorProtos.FileOptions,
DescriptorProtos.FileOptions.Builder> - See Also:
-
getDescriptorForType
Description copied from interface:Message.Builder
Get the message's type's descriptor. SeeMessageOrBuilder.getDescriptorForType()
.- Specified by:
getDescriptorForType
in interfaceMessage.Builder
- Specified by:
getDescriptorForType
in interfaceMessageOrBuilder
- Overrides:
getDescriptorForType
in classGeneratedMessage.Builder<DescriptorProtos.FileOptions.Builder>
-
getDefaultInstanceForType
Description copied from interface:MessageLiteOrBuilder
Get 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 theMessageLite
interface whereasgetDefaultInstance()
is a static method of a specific class. They return the same thing.- Specified by:
getDefaultInstanceForType
in interfaceGeneratedMessage.ExtendableMessageOrBuilder<DescriptorProtos.FileOptions>
- Specified by:
getDefaultInstanceForType
in interfaceMessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfaceMessageOrBuilder
-
build
Description copied from interface:MessageLite.Builder
Constructs the message based on the state of the Builder. Subsequent changes to the Builder will not affect the returned message.- Specified by:
build
in interfaceMessage.Builder
- Specified by:
build
in interfaceMessageLite.Builder
-
buildPartial
Description copied from interface:MessageLite.Builder
LikeMessageLite.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:
buildPartial
in interfaceMessage.Builder
- Specified by:
buildPartial
in interfaceMessageLite.Builder
-
mergeFrom
Description copied from interface:Message.Builder
Mergeother
into the message being built.other
must 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 inother
are concatenated with the elements in this message. This is equivalent to theMessage::MergeFrom
method in C++.- Specified by:
mergeFrom
in interfaceMessage.Builder
- Overrides:
mergeFrom
in classAbstractMessage.Builder<DescriptorProtos.FileOptions.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()Description copied from interface:MessageLiteOrBuilder
Returns true if all required fields in the message and all embedded messages are set, false otherwise.- Specified by:
isInitialized
in interfaceMessageLiteOrBuilder
- Overrides:
isInitialized
in classGeneratedMessage.ExtendableBuilder<DescriptorProtos.FileOptions,
DescriptorProtos.FileOptions.Builder>
-
mergeFrom
public DescriptorProtos.FileOptions.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException Description copied from interface:MessageLite.Builder
LikeMessageLite.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:
mergeFrom
in interfaceMessage.Builder
- Specified by:
mergeFrom
in interfaceMessageLite.Builder
- Overrides:
mergeFrom
in classAbstractMessage.Builder<DescriptorProtos.FileOptions.Builder>
- Throws:
IOException
-
hasJavaPackage
public boolean hasJavaPackage()optional string java_package = 1;
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.
- Specified by:
hasJavaPackage
in interfaceDescriptorProtos.FileOptionsOrBuilder
-
getJavaPackage
optional string java_package = 1;
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.
- Specified by:
getJavaPackage
in interfaceDescriptorProtos.FileOptionsOrBuilder
-
getJavaPackageBytes
optional string java_package = 1;
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.
- Specified by:
getJavaPackageBytes
in interfaceDescriptorProtos.FileOptionsOrBuilder
-
setJavaPackage
optional string java_package = 1;
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.
-
clearJavaPackage
optional string java_package = 1;
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.
-
setJavaPackageBytes
optional string java_package = 1;
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.
-
hasJavaOuterClassname
public boolean hasJavaOuterClassname()optional string java_outer_classname = 8;
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).
- Specified by:
hasJavaOuterClassname
in interfaceDescriptorProtos.FileOptionsOrBuilder
-
getJavaOuterClassname
optional string java_outer_classname = 8;
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).
- Specified by:
getJavaOuterClassname
in interfaceDescriptorProtos.FileOptionsOrBuilder
-
getJavaOuterClassnameBytes
optional string java_outer_classname = 8;
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).
- Specified by:
getJavaOuterClassnameBytes
in interfaceDescriptorProtos.FileOptionsOrBuilder
-
setJavaOuterClassname
optional string java_outer_classname = 8;
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).
-
clearJavaOuterClassname
optional string java_outer_classname = 8;
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).
-
setJavaOuterClassnameBytes
optional string java_outer_classname = 8;
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).
-
hasJavaMultipleFiles
public boolean hasJavaMultipleFiles()optional bool java_multiple_files = 10 [default = false];
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.
- Specified by:
hasJavaMultipleFiles
in interfaceDescriptorProtos.FileOptionsOrBuilder
-
getJavaMultipleFiles
public boolean getJavaMultipleFiles()optional bool java_multiple_files = 10 [default = false];
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.
- Specified by:
getJavaMultipleFiles
in interfaceDescriptorProtos.FileOptionsOrBuilder
-
setJavaMultipleFiles
optional bool java_multiple_files = 10 [default = false];
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.
-
clearJavaMultipleFiles
optional bool java_multiple_files = 10 [default = false];
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.
-
hasJavaGenerateEqualsAndHash
public boolean hasJavaGenerateEqualsAndHash()optional bool java_generate_equals_and_hash = 20 [default = false];
If set true, then the Java code generator will generate equals() and hashCode() methods for all messages defined in the .proto file. - In the full runtime, this is purely a speed optimization, as the AbstractMessage base class includes reflection-based implementations of these methods. - In the lite runtime, setting this option changes the semantics of equals() and hashCode() to more closely match those of the full runtime; the generated methods compute their results based on field values rather than object identity. (Implementations should not assume that hashcodes will be consistent across runtimes or versions of the protocol compiler.)
- Specified by:
hasJavaGenerateEqualsAndHash
in interfaceDescriptorProtos.FileOptionsOrBuilder
-
getJavaGenerateEqualsAndHash
public boolean getJavaGenerateEqualsAndHash()optional bool java_generate_equals_and_hash = 20 [default = false];
If set true, then the Java code generator will generate equals() and hashCode() methods for all messages defined in the .proto file. - In the full runtime, this is purely a speed optimization, as the AbstractMessage base class includes reflection-based implementations of these methods. - In the lite runtime, setting this option changes the semantics of equals() and hashCode() to more closely match those of the full runtime; the generated methods compute their results based on field values rather than object identity. (Implementations should not assume that hashcodes will be consistent across runtimes or versions of the protocol compiler.)
- Specified by:
getJavaGenerateEqualsAndHash
in interfaceDescriptorProtos.FileOptionsOrBuilder
-
setJavaGenerateEqualsAndHash
optional bool java_generate_equals_and_hash = 20 [default = false];
If set true, then the Java code generator will generate equals() and hashCode() methods for all messages defined in the .proto file. - In the full runtime, this is purely a speed optimization, as the AbstractMessage base class includes reflection-based implementations of these methods. - In the lite runtime, setting this option changes the semantics of equals() and hashCode() to more closely match those of the full runtime; the generated methods compute their results based on field values rather than object identity. (Implementations should not assume that hashcodes will be consistent across runtimes or versions of the protocol compiler.)
-
clearJavaGenerateEqualsAndHash
optional bool java_generate_equals_and_hash = 20 [default = false];
If set true, then the Java code generator will generate equals() and hashCode() methods for all messages defined in the .proto file. - In the full runtime, this is purely a speed optimization, as the AbstractMessage base class includes reflection-based implementations of these methods. - In the lite runtime, setting this option changes the semantics of equals() and hashCode() to more closely match those of the full runtime; the generated methods compute their results based on field values rather than object identity. (Implementations should not assume that hashcodes will be consistent across runtimes or versions of the protocol compiler.)
-
hasJavaStringCheckUtf8
public boolean hasJavaStringCheckUtf8()optional bool java_string_check_utf8 = 27 [default = false];
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.
- Specified by:
hasJavaStringCheckUtf8
in interfaceDescriptorProtos.FileOptionsOrBuilder
-
getJavaStringCheckUtf8
public boolean getJavaStringCheckUtf8()optional bool java_string_check_utf8 = 27 [default = false];
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.
- Specified by:
getJavaStringCheckUtf8
in interfaceDescriptorProtos.FileOptionsOrBuilder
-
setJavaStringCheckUtf8
optional bool java_string_check_utf8 = 27 [default = false];
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.
-
clearJavaStringCheckUtf8
optional bool java_string_check_utf8 = 27 [default = false];
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.
-
hasOptimizeFor
public boolean hasOptimizeFor()optional .google.protobuf.FileOptions.OptimizeMode optimize_for = 9 [default = SPEED];
- Specified by:
hasOptimizeFor
in interfaceDescriptorProtos.FileOptionsOrBuilder
-
getOptimizeFor
optional .google.protobuf.FileOptions.OptimizeMode optimize_for = 9 [default = SPEED];
- Specified by:
getOptimizeFor
in interfaceDescriptorProtos.FileOptionsOrBuilder
-
setOptimizeFor
public DescriptorProtos.FileOptions.Builder setOptimizeFor(DescriptorProtos.FileOptions.OptimizeMode value) optional .google.protobuf.FileOptions.OptimizeMode optimize_for = 9 [default = SPEED];
-
clearOptimizeFor
optional .google.protobuf.FileOptions.OptimizeMode optimize_for = 9 [default = SPEED];
-
hasGoPackage
public boolean hasGoPackage()optional string go_package = 11;
Sets the Go package where structs generated from this .proto will be placed. There is no default.
- Specified by:
hasGoPackage
in interfaceDescriptorProtos.FileOptionsOrBuilder
-
getGoPackage
optional string go_package = 11;
Sets the Go package where structs generated from this .proto will be placed. There is no default.
- Specified by:
getGoPackage
in interfaceDescriptorProtos.FileOptionsOrBuilder
-
getGoPackageBytes
optional string go_package = 11;
Sets the Go package where structs generated from this .proto will be placed. There is no default.
- Specified by:
getGoPackageBytes
in interfaceDescriptorProtos.FileOptionsOrBuilder
-
setGoPackage
optional string go_package = 11;
Sets the Go package where structs generated from this .proto will be placed. There is no default.
-
clearGoPackage
optional string go_package = 11;
Sets the Go package where structs generated from this .proto will be placed. There is no default.
-
setGoPackageBytes
optional string go_package = 11;
Sets the Go package where structs generated from this .proto will be placed. There is no default.
-
hasCcGenericServices
public boolean hasCcGenericServices()optional bool cc_generic_services = 16 [default = false];
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 proto2. 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.
- Specified by:
hasCcGenericServices
in interfaceDescriptorProtos.FileOptionsOrBuilder
-
getCcGenericServices
public boolean getCcGenericServices()optional bool cc_generic_services = 16 [default = false];
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 proto2. 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.
- Specified by:
getCcGenericServices
in interfaceDescriptorProtos.FileOptionsOrBuilder
-
setCcGenericServices
optional bool cc_generic_services = 16 [default = false];
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 proto2. 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.
-
clearCcGenericServices
optional bool cc_generic_services = 16 [default = false];
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 proto2. 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.
-
hasJavaGenericServices
public boolean hasJavaGenericServices()optional bool java_generic_services = 17 [default = false];
- Specified by:
hasJavaGenericServices
in interfaceDescriptorProtos.FileOptionsOrBuilder
-
getJavaGenericServices
public boolean getJavaGenericServices()optional bool java_generic_services = 17 [default = false];
- Specified by:
getJavaGenericServices
in interfaceDescriptorProtos.FileOptionsOrBuilder
-
setJavaGenericServices
optional bool java_generic_services = 17 [default = false];
-
clearJavaGenericServices
optional bool java_generic_services = 17 [default = false];
-
hasPyGenericServices
public boolean hasPyGenericServices()optional bool py_generic_services = 18 [default = false];
- Specified by:
hasPyGenericServices
in interfaceDescriptorProtos.FileOptionsOrBuilder
-
getPyGenericServices
public boolean getPyGenericServices()optional bool py_generic_services = 18 [default = false];
- Specified by:
getPyGenericServices
in interfaceDescriptorProtos.FileOptionsOrBuilder
-
setPyGenericServices
optional bool py_generic_services = 18 [default = false];
-
clearPyGenericServices
optional bool py_generic_services = 18 [default = false];
-
hasDeprecated
public boolean hasDeprecated()optional bool deprecated = 23 [default = false];
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.
- Specified by:
hasDeprecated
in interfaceDescriptorProtos.FileOptionsOrBuilder
-
getDeprecated
public boolean getDeprecated()optional bool deprecated = 23 [default = false];
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.
- Specified by:
getDeprecated
in interfaceDescriptorProtos.FileOptionsOrBuilder
-
setDeprecated
optional bool deprecated = 23 [default = false];
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.
-
clearDeprecated
optional bool deprecated = 23 [default = false];
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.
-
getUninterpretedOptionList
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
The parser stores options it doesn't recognize here. See above.
- Specified by:
getUninterpretedOptionList
in interfaceDescriptorProtos.FileOptionsOrBuilder
-
getUninterpretedOptionCount
public int getUninterpretedOptionCount()repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
The parser stores options it doesn't recognize here. See above.
- Specified by:
getUninterpretedOptionCount
in interfaceDescriptorProtos.FileOptionsOrBuilder
-
getUninterpretedOption
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
The parser stores options it doesn't recognize here. See above.
- Specified by:
getUninterpretedOption
in interfaceDescriptorProtos.FileOptionsOrBuilder
-
setUninterpretedOption
public DescriptorProtos.FileOptions.Builder setUninterpretedOption(int index, DescriptorProtos.UninterpretedOption value) repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
The parser stores options it doesn't recognize here. See above.
-
setUninterpretedOption
public DescriptorProtos.FileOptions.Builder setUninterpretedOption(int index, DescriptorProtos.UninterpretedOption.Builder builderForValue) repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
The parser stores options it doesn't recognize here. See above.
-
addUninterpretedOption
public DescriptorProtos.FileOptions.Builder addUninterpretedOption(DescriptorProtos.UninterpretedOption value) repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
The parser stores options it doesn't recognize here. See above.
-
addUninterpretedOption
public DescriptorProtos.FileOptions.Builder addUninterpretedOption(int index, DescriptorProtos.UninterpretedOption value) repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
The parser stores options it doesn't recognize here. See above.
-
addUninterpretedOption
public DescriptorProtos.FileOptions.Builder addUninterpretedOption(DescriptorProtos.UninterpretedOption.Builder builderForValue) repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
The parser stores options it doesn't recognize here. See above.
-
addUninterpretedOption
public DescriptorProtos.FileOptions.Builder addUninterpretedOption(int index, DescriptorProtos.UninterpretedOption.Builder builderForValue) repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
The parser stores options it doesn't recognize here. See above.
-
addAllUninterpretedOption
public DescriptorProtos.FileOptions.Builder addAllUninterpretedOption(Iterable<? extends DescriptorProtos.UninterpretedOption> values) repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
The parser stores options it doesn't recognize here. See above.
-
clearUninterpretedOption
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
The parser stores options it doesn't recognize here. See above.
-
removeUninterpretedOption
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
The parser stores options it doesn't recognize here. See above.
-
getUninterpretedOptionBuilder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
The parser stores options it doesn't recognize here. See above.
-
getUninterpretedOptionOrBuilder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
The parser stores options it doesn't recognize here. See above.
- Specified by:
getUninterpretedOptionOrBuilder
in interfaceDescriptorProtos.FileOptionsOrBuilder
-
getUninterpretedOptionOrBuilderList
public List<? extends DescriptorProtos.UninterpretedOptionOrBuilder> getUninterpretedOptionOrBuilderList()repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
The parser stores options it doesn't recognize here. See above.
- Specified by:
getUninterpretedOptionOrBuilderList
in interfaceDescriptorProtos.FileOptionsOrBuilder
-
addUninterpretedOptionBuilder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
The parser stores options it doesn't recognize here. See above.
-
addUninterpretedOptionBuilder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
The parser stores options it doesn't recognize here. See above.
-
getUninterpretedOptionBuilderList
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
The parser stores options it doesn't recognize here. See above.
-