public static final class DescriptorProtos.FileOptions.Builder extends GeneratedMessageLite.ExtendableBuilder<DescriptorProtos.FileOptions,DescriptorProtos.FileOptions.Builder> implements DescriptorProtos.FileOptionsOrBuilder
google.protobuf.FileOptionsinstance, isBuilt| Modifier and Type | Method and Description |
|---|---|
DescriptorProtos.FileOptions.Builder |
addAllUninterpretedOption(Iterable<? extends DescriptorProtos.UninterpretedOption> values)
The parser stores options it doesn't recognize here.
|
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.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.
|
DescriptorProtos.FileOptions.Builder |
clearGoPackage()
Sets the Go package where structs generated from this .proto will be
placed.
|
DescriptorProtos.FileOptions.Builder |
clearJavaGenerateEqualsAndHash()
If set true, then the Java code generator will generate equals() and
hashCode() methods for all messages defined in the .proto file.
|
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 |
clearOptimizeFor()
optional .google.protobuf.FileOptions.OptimizeMode optimize_for = 9 [default = SPEED]; |
DescriptorProtos.FileOptions.Builder |
clearPyGenericServices()
optional bool py_generic_services = 18 [default = false]; |
DescriptorProtos.FileOptions.Builder |
clearUninterpretedOption()
The parser stores options it doesn't recognize here.
|
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.
|
String |
getCsharpNamespace()
Namespace for generated classes; defaults to the package.
|
ByteString |
getCsharpNamespaceBytes()
Namespace for generated classes; defaults to the package.
|
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.
|
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()
If set true, then the Java code generator will generate equals() and
hashCode() methods for all messages defined in the .proto file.
|
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.
|
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.
|
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.
|
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]; |
boolean |
getPyGenericServices()
optional bool py_generic_services = 18 [default = false]; |
DescriptorProtos.UninterpretedOption |
getUninterpretedOption(int index)
The parser stores options it doesn't recognize here.
|
int |
getUninterpretedOptionCount()
The parser stores options it doesn't recognize here.
|
List<DescriptorProtos.UninterpretedOption> |
getUninterpretedOptionList()
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()
If set true, then the Java code generator will generate equals() and
hashCode() methods for all messages defined in the .proto file.
|
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 |
hasPyGenericServices()
optional bool py_generic_services = 18 [default = false]; |
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(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.
|
DescriptorProtos.FileOptions.Builder |
setGoPackage(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)
If set true, then the Java code generator will generate equals() and
hashCode() methods for all messages defined in the .proto file.
|
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(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(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(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 |
setPyGenericServices(boolean value)
optional bool py_generic_services = 18 [default = false]; |
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.
|
addExtension, buildPartial, clearExtension, clone, copyOnWrite, getExtension, getExtension, getExtensionCount, hasExtension, setExtension, setExtensionbuild, clear, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFromaddAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetExtension, getExtension, getExtensionCount, hasExtensiongetDefaultInstanceForType, isInitializedpublic 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 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(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 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(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];public boolean hasJavaGenerateEqualsAndHash()
If set true, then the Java code generator will generate equals() and hashCode() methods for all messages defined in the .proto file. This increases generated code size, potentially substantially for large protos, which may harm a memory-constrained application. - In the full runtime this is 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.)
optional bool java_generate_equals_and_hash = 20 [default = false];hasJavaGenerateEqualsAndHash in interface DescriptorProtos.FileOptionsOrBuilderpublic boolean getJavaGenerateEqualsAndHash()
If set true, then the Java code generator will generate equals() and hashCode() methods for all messages defined in the .proto file. This increases generated code size, potentially substantially for large protos, which may harm a memory-constrained application. - In the full runtime this is 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.)
optional bool java_generate_equals_and_hash = 20 [default = false];getJavaGenerateEqualsAndHash in interface DescriptorProtos.FileOptionsOrBuilderpublic DescriptorProtos.FileOptions.Builder setJavaGenerateEqualsAndHash(boolean value)
If set true, then the Java code generator will generate equals() and hashCode() methods for all messages defined in the .proto file. This increases generated code size, potentially substantially for large protos, which may harm a memory-constrained application. - In the full runtime this is 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.)
optional bool java_generate_equals_and_hash = 20 [default = false];public DescriptorProtos.FileOptions.Builder clearJavaGenerateEqualsAndHash()
If set true, then the Java code generator will generate equals() and hashCode() methods for all messages defined in the .proto file. This increases generated code size, potentially substantially for large protos, which may harm a memory-constrained application. - In the full runtime this is 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.)
optional bool java_generate_equals_and_hash = 20 [default = false];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 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(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 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(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 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(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 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(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;Copyright © 2008–2016 Google. All rights reserved.