Package com.google.protobuf
Class DescriptorProtos.FileOptions
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.google.protobuf.GeneratedMessageV3.ExtendableMessage<DescriptorProtos.FileOptions>
-
- com.google.protobuf.DescriptorProtos.FileOptions
-
- All Implemented Interfaces:
DescriptorProtos.FileOptionsOrBuilder,com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<DescriptorProtos.FileOptions>,com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,java.io.Serializable
- Enclosing class:
- DescriptorProtos
public static final class DescriptorProtos.FileOptions extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<DescriptorProtos.FileOptions> implements DescriptorProtos.FileOptionsOrBuilder
Protobuf typegoogle.protobuf.FileOptions- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDescriptorProtos.FileOptions.BuilderProtobuf typegoogle.protobuf.FileOptionsstatic classDescriptorProtos.FileOptions.OptimizeModeGenerated classes can be optimized for speed or code size.-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3.ExtendableMessage
com.google.protobuf.GeneratedMessageV3.ExtendableMessage.ExtensionWriter
-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)booleangetCcEnableArenas()Enables the use of arenas for the proto messages in this file.booleangetCcGenericServices()Should generic services be generated in each language? "Generic" services are not specific to any particular RPC system.java.lang.StringgetCsharpNamespace()Namespace for generated classes; defaults to the package.com.google.protobuf.ByteStringgetCsharpNamespaceBytes()Namespace for generated classes; defaults to the package.static DescriptorProtos.FileOptionsgetDefaultInstance()DescriptorProtos.FileOptionsgetDefaultInstanceForType()booleangetDeprecated()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 com.google.protobuf.Descriptors.DescriptorgetDescriptor()DescriptorProtos.FeatureSetgetFeatures()Any features defined in the specific edition.DescriptorProtos.FeatureSetOrBuildergetFeaturesOrBuilder()Any features defined in the specific edition.java.lang.StringgetGoPackage()Sets the Go package where structs generated from this .proto will be placed.com.google.protobuf.ByteStringgetGoPackageBytes()Sets the Go package where structs generated from this .proto will be placed.booleangetJavaGenerateEqualsAndHash()Deprecated.google.protobuf.FileOptions.java_generate_equals_and_hash is deprecated.booleangetJavaGenericServices()optional bool java_generic_services = 17 [default = false];booleangetJavaMultipleFiles()If enabled, 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.StringgetJavaOuterClassname()Controls the name of the wrapper Java class generated for the .proto file.com.google.protobuf.ByteStringgetJavaOuterClassnameBytes()Controls the name of the wrapper Java class generated for the .proto file.java.lang.StringgetJavaPackage()Sets the Java package where classes generated from this .proto will be placed.com.google.protobuf.ByteStringgetJavaPackageBytes()Sets the Java package where classes generated from this .proto will be placed.booleangetJavaStringCheckUtf8()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.StringgetObjcClassPrefix()Sets the objective c class prefix which is prepended to all objective c generated classes from this .proto.com.google.protobuf.ByteStringgetObjcClassPrefixBytes()Sets the objective c class prefix which is prepended to all objective c generated classes from this .proto.DescriptorProtos.FileOptions.OptimizeModegetOptimizeFor()optional .google.protobuf.FileOptions.OptimizeMode optimize_for = 9 [default = SPEED];com.google.protobuf.Parser<DescriptorProtos.FileOptions>getParserForType()java.lang.StringgetPhpClassPrefix()Sets the php class prefix which is prepended to all php generated classes from this .proto.com.google.protobuf.ByteStringgetPhpClassPrefixBytes()Sets the php class prefix which is prepended to all php generated classes from this .proto.booleangetPhpGenericServices()optional bool php_generic_services = 42 [default = false];java.lang.StringgetPhpMetadataNamespace()Use this option to change the namespace of php generated metadata classes.com.google.protobuf.ByteStringgetPhpMetadataNamespaceBytes()Use this option to change the namespace of php generated metadata classes.java.lang.StringgetPhpNamespace()Use this option to change the namespace of php generated classes.com.google.protobuf.ByteStringgetPhpNamespaceBytes()Use this option to change the namespace of php generated classes.booleangetPyGenericServices()optional bool py_generic_services = 18 [default = false];java.lang.StringgetRubyPackage()Use this option to change the package of ruby generated classes.com.google.protobuf.ByteStringgetRubyPackageBytes()Use this option to change the package of ruby generated classes.intgetSerializedSize()java.lang.StringgetSwiftPrefix()By default Swift generators will take the proto package and CamelCase it replacing '.' with underscore and use that to prefix the types/symbols defined.com.google.protobuf.ByteStringgetSwiftPrefixBytes()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.UninterpretedOptiongetUninterpretedOption(int index)The parser stores options it doesn't recognize here.intgetUninterpretedOptionCount()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.UninterpretedOptionOrBuildergetUninterpretedOptionOrBuilder(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.booleanhasCcEnableArenas()Enables the use of arenas for the proto messages in this file.booleanhasCcGenericServices()Should generic services be generated in each language? "Generic" services are not specific to any particular RPC system.booleanhasCsharpNamespace()Namespace for generated classes; defaults to the package.booleanhasDeprecated()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.booleanhasFeatures()Any features defined in the specific edition.booleanhasGoPackage()Sets the Go package where structs generated from this .proto will be placed.inthashCode()booleanhasJavaGenerateEqualsAndHash()Deprecated.google.protobuf.FileOptions.java_generate_equals_and_hash is deprecated.booleanhasJavaGenericServices()optional bool java_generic_services = 17 [default = false];booleanhasJavaMultipleFiles()If enabled, then the Java code generator will generate a separate .java file for each top-level message, enum, and service defined in the .proto file.booleanhasJavaOuterClassname()Controls the name of the wrapper Java class generated for the .proto file.booleanhasJavaPackage()Sets the Java package where classes generated from this .proto will be placed.booleanhasJavaStringCheckUtf8()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.booleanhasObjcClassPrefix()Sets the objective c class prefix which is prepended to all objective c generated classes from this .proto.booleanhasOptimizeFor()optional .google.protobuf.FileOptions.OptimizeMode optimize_for = 9 [default = SPEED];booleanhasPhpClassPrefix()Sets the php class prefix which is prepended to all php generated classes from this .proto.booleanhasPhpGenericServices()optional bool php_generic_services = 42 [default = false];booleanhasPhpMetadataNamespace()Use this option to change the namespace of php generated metadata classes.booleanhasPhpNamespace()Use this option to change the namespace of php generated classes.booleanhasPyGenericServices()optional bool py_generic_services = 18 [default = false];booleanhasRubyPackage()Use this option to change the package of ruby generated classes.booleanhasSwiftPrefix()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 com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()static DescriptorProtos.FileOptions.BuildernewBuilder()static DescriptorProtos.FileOptions.BuildernewBuilder(DescriptorProtos.FileOptions prototype)DescriptorProtos.FileOptions.BuildernewBuilderForType()protected DescriptorProtos.FileOptions.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)protected java.lang.ObjectnewInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)static DescriptorProtos.FileOptionsparseDelimitedFrom(java.io.InputStream input)static DescriptorProtos.FileOptionsparseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DescriptorProtos.FileOptionsparseFrom(byte[] data)static DescriptorProtos.FileOptionsparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DescriptorProtos.FileOptionsparseFrom(com.google.protobuf.ByteString data)static DescriptorProtos.FileOptionsparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DescriptorProtos.FileOptionsparseFrom(com.google.protobuf.CodedInputStream input)static DescriptorProtos.FileOptionsparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DescriptorProtos.FileOptionsparseFrom(java.io.InputStream input)static DescriptorProtos.FileOptionsparseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DescriptorProtos.FileOptionsparseFrom(java.nio.ByteBuffer data)static DescriptorProtos.FileOptionsparseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<DescriptorProtos.FileOptions>parser()DescriptorProtos.FileOptions.BuildertoBuilder()voidwriteTo(com.google.protobuf.CodedOutputStream output)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.ExtendableMessage
extensionsAreInitialized, extensionsSerializedSize, extensionsSerializedSizeAsMessageSet, getAllFields, getAllFieldsRaw, getExtension, getExtension, getExtension, getExtension, getExtension, getExtension, getExtensionCount, getExtensionCount, getExtensionCount, getExtensionFields, getField, getRepeatedField, getRepeatedFieldCount, hasExtension, hasExtension, hasExtension, hasField, makeExtensionsImmutable, newExtensionWriter, newMessageSetExtensionWriter, parseUnknownField, parseUnknownFieldProto3
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getDescriptorForType, getOneofFieldDescriptor, getUnknownFields, hasOneof, internalGetMapField, isStringEmpty, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder
getExtension, getExtension, getExtension, getExtension, getExtension, getExtension, getExtensionCount, getExtensionCount, getExtensionCount, hasExtension, hasExtension, hasExtension
-
-
-
-
Field Detail
-
JAVA_PACKAGE_FIELD_NUMBER
public static final int JAVA_PACKAGE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
JAVA_OUTER_CLASSNAME_FIELD_NUMBER
public static final int JAVA_OUTER_CLASSNAME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
JAVA_MULTIPLE_FILES_FIELD_NUMBER
public static final int JAVA_MULTIPLE_FILES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
JAVA_GENERATE_EQUALS_AND_HASH_FIELD_NUMBER
public static final int JAVA_GENERATE_EQUALS_AND_HASH_FIELD_NUMBER
- See Also:
- Constant Field Values
-
JAVA_STRING_CHECK_UTF8_FIELD_NUMBER
public static final int JAVA_STRING_CHECK_UTF8_FIELD_NUMBER
- See Also:
- Constant Field Values
-
OPTIMIZE_FOR_FIELD_NUMBER
public static final int OPTIMIZE_FOR_FIELD_NUMBER
- See Also:
- Constant Field Values
-
GO_PACKAGE_FIELD_NUMBER
public static final int GO_PACKAGE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CC_GENERIC_SERVICES_FIELD_NUMBER
public static final int CC_GENERIC_SERVICES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
JAVA_GENERIC_SERVICES_FIELD_NUMBER
public static final int JAVA_GENERIC_SERVICES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PY_GENERIC_SERVICES_FIELD_NUMBER
public static final int PY_GENERIC_SERVICES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PHP_GENERIC_SERVICES_FIELD_NUMBER
public static final int PHP_GENERIC_SERVICES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DEPRECATED_FIELD_NUMBER
public static final int DEPRECATED_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CC_ENABLE_ARENAS_FIELD_NUMBER
public static final int CC_ENABLE_ARENAS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
OBJC_CLASS_PREFIX_FIELD_NUMBER
public static final int OBJC_CLASS_PREFIX_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CSHARP_NAMESPACE_FIELD_NUMBER
public static final int CSHARP_NAMESPACE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SWIFT_PREFIX_FIELD_NUMBER
public static final int SWIFT_PREFIX_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PHP_CLASS_PREFIX_FIELD_NUMBER
public static final int PHP_CLASS_PREFIX_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PHP_NAMESPACE_FIELD_NUMBER
public static final int PHP_NAMESPACE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PHP_METADATA_NAMESPACE_FIELD_NUMBER
public static final int PHP_METADATA_NAMESPACE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
RUBY_PACKAGE_FIELD_NUMBER
public static final int RUBY_PACKAGE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
FEATURES_FIELD_NUMBER
public static final int FEATURES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
UNINTERPRETED_OPTION_FIELD_NUMBER
public static final int UNINTERPRETED_OPTION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PARSER
@Deprecated public static final com.google.protobuf.Parser<DescriptorProtos.FileOptions> PARSER
Deprecated.
-
-
Method Detail
-
newInstance
protected java.lang.Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstancein classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3
-
hasJavaPackage
public 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;- Specified by:
hasJavaPackagein interfaceDescriptorProtos.FileOptionsOrBuilder- Returns:
- Whether the javaPackage field is set.
-
getJavaPackage
public 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;- Specified by:
getJavaPackagein interfaceDescriptorProtos.FileOptionsOrBuilder- Returns:
- The javaPackage.
-
getJavaPackageBytes
public com.google.protobuf.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;- Specified by:
getJavaPackageBytesin interfaceDescriptorProtos.FileOptionsOrBuilder- Returns:
- The bytes for javaPackage.
-
hasJavaOuterClassname
public boolean hasJavaOuterClassname()
Controls the name of the wrapper Java class generated for the .proto file. That class will always contain the .proto file's getDescriptor() method as well as any top-level extensions defined in the .proto file. If java_multiple_files is disabled, then all the other classes from the .proto file will be nested inside the single wrapper outer class.
optional string java_outer_classname = 8;- Specified by:
hasJavaOuterClassnamein interfaceDescriptorProtos.FileOptionsOrBuilder- Returns:
- Whether the javaOuterClassname field is set.
-
getJavaOuterClassname
public java.lang.String getJavaOuterClassname()
Controls the name of the wrapper Java class generated for the .proto file. That class will always contain the .proto file's getDescriptor() method as well as any top-level extensions defined in the .proto file. If java_multiple_files is disabled, then all the other classes from the .proto file will be nested inside the single wrapper outer class.
optional string java_outer_classname = 8;- Specified by:
getJavaOuterClassnamein interfaceDescriptorProtos.FileOptionsOrBuilder- Returns:
- The javaOuterClassname.
-
getJavaOuterClassnameBytes
public com.google.protobuf.ByteString getJavaOuterClassnameBytes()
Controls the name of the wrapper Java class generated for the .proto file. That class will always contain the .proto file's getDescriptor() method as well as any top-level extensions defined in the .proto file. If java_multiple_files is disabled, then all the other classes from the .proto file will be nested inside the single wrapper outer class.
optional string java_outer_classname = 8;- Specified by:
getJavaOuterClassnameBytesin interfaceDescriptorProtos.FileOptionsOrBuilder- Returns:
- The bytes for javaOuterClassname.
-
hasJavaMultipleFiles
public boolean hasJavaMultipleFiles()
If enabled, 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 wrapper class named by java_outer_classname. However, the wrapper 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];- Specified by:
hasJavaMultipleFilesin interfaceDescriptorProtos.FileOptionsOrBuilder- Returns:
- Whether the javaMultipleFiles field is set.
-
getJavaMultipleFiles
public boolean getJavaMultipleFiles()
If enabled, 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 wrapper class named by java_outer_classname. However, the wrapper 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];- Specified by:
getJavaMultipleFilesin interfaceDescriptorProtos.FileOptionsOrBuilder- Returns:
- The javaMultipleFiles.
-
hasJavaGenerateEqualsAndHash
@Deprecated public boolean hasJavaGenerateEqualsAndHash()
Deprecated.google.protobuf.FileOptions.java_generate_equals_and_hash is deprecated. See google/protobuf/descriptor.proto;l=411This option does nothing.
optional bool java_generate_equals_and_hash = 20 [deprecated = true];- Specified by:
hasJavaGenerateEqualsAndHashin interfaceDescriptorProtos.FileOptionsOrBuilder- Returns:
- Whether the javaGenerateEqualsAndHash field is set.
-
getJavaGenerateEqualsAndHash
@Deprecated public boolean getJavaGenerateEqualsAndHash()
Deprecated.google.protobuf.FileOptions.java_generate_equals_and_hash is deprecated. See google/protobuf/descriptor.proto;l=411This option does nothing.
optional bool java_generate_equals_and_hash = 20 [deprecated = true];- Specified by:
getJavaGenerateEqualsAndHashin interfaceDescriptorProtos.FileOptionsOrBuilder- Returns:
- The javaGenerateEqualsAndHash.
-
hasJavaStringCheckUtf8
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];- Specified by:
hasJavaStringCheckUtf8in interfaceDescriptorProtos.FileOptionsOrBuilder- Returns:
- Whether the javaStringCheckUtf8 field is set.
-
getJavaStringCheckUtf8
public 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];- Specified by:
getJavaStringCheckUtf8in interfaceDescriptorProtos.FileOptionsOrBuilder- Returns:
- The javaStringCheckUtf8.
-
hasOptimizeFor
public boolean hasOptimizeFor()
optional .google.protobuf.FileOptions.OptimizeMode optimize_for = 9 [default = SPEED];- Specified by:
hasOptimizeForin interfaceDescriptorProtos.FileOptionsOrBuilder- Returns:
- Whether the optimizeFor field is set.
-
getOptimizeFor
public DescriptorProtos.FileOptions.OptimizeMode getOptimizeFor()
optional .google.protobuf.FileOptions.OptimizeMode optimize_for = 9 [default = SPEED];- Specified by:
getOptimizeForin interfaceDescriptorProtos.FileOptionsOrBuilder- Returns:
- The optimizeFor.
-
hasGoPackage
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;- Specified by:
hasGoPackagein interfaceDescriptorProtos.FileOptionsOrBuilder- Returns:
- Whether the goPackage field is set.
-
getGoPackage
public 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;- Specified by:
getGoPackagein interfaceDescriptorProtos.FileOptionsOrBuilder- Returns:
- The goPackage.
-
getGoPackageBytes
public com.google.protobuf.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;- Specified by:
getGoPackageBytesin interfaceDescriptorProtos.FileOptionsOrBuilder- Returns:
- The bytes for goPackage.
-
hasCcGenericServices
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];- Specified by:
hasCcGenericServicesin interfaceDescriptorProtos.FileOptionsOrBuilder- Returns:
- Whether the ccGenericServices field is set.
-
getCcGenericServices
public 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];- Specified by:
getCcGenericServicesin interfaceDescriptorProtos.FileOptionsOrBuilder- Returns:
- The ccGenericServices.
-
hasJavaGenericServices
public boolean hasJavaGenericServices()
optional bool java_generic_services = 17 [default = false];- Specified by:
hasJavaGenericServicesin interfaceDescriptorProtos.FileOptionsOrBuilder- Returns:
- Whether the javaGenericServices field is set.
-
getJavaGenericServices
public boolean getJavaGenericServices()
optional bool java_generic_services = 17 [default = false];- Specified by:
getJavaGenericServicesin interfaceDescriptorProtos.FileOptionsOrBuilder- Returns:
- The javaGenericServices.
-
hasPyGenericServices
public boolean hasPyGenericServices()
optional bool py_generic_services = 18 [default = false];- Specified by:
hasPyGenericServicesin interfaceDescriptorProtos.FileOptionsOrBuilder- Returns:
- Whether the pyGenericServices field is set.
-
getPyGenericServices
public boolean getPyGenericServices()
optional bool py_generic_services = 18 [default = false];- Specified by:
getPyGenericServicesin interfaceDescriptorProtos.FileOptionsOrBuilder- Returns:
- The pyGenericServices.
-
hasPhpGenericServices
public boolean hasPhpGenericServices()
optional bool php_generic_services = 42 [default = false];- Specified by:
hasPhpGenericServicesin interfaceDescriptorProtos.FileOptionsOrBuilder- Returns:
- Whether the phpGenericServices field is set.
-
getPhpGenericServices
public boolean getPhpGenericServices()
optional bool php_generic_services = 42 [default = false];- Specified by:
getPhpGenericServicesin interfaceDescriptorProtos.FileOptionsOrBuilder- Returns:
- The phpGenericServices.
-
hasDeprecated
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];- Specified by:
hasDeprecatedin interfaceDescriptorProtos.FileOptionsOrBuilder- Returns:
- Whether the deprecated field is set.
-
getDeprecated
public 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];- Specified by:
getDeprecatedin interfaceDescriptorProtos.FileOptionsOrBuilder- Returns:
- The deprecated.
-
hasCcEnableArenas
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 = true];- Specified by:
hasCcEnableArenasin interfaceDescriptorProtos.FileOptionsOrBuilder- Returns:
- Whether the ccEnableArenas field is set.
-
getCcEnableArenas
public 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 = true];- Specified by:
getCcEnableArenasin interfaceDescriptorProtos.FileOptionsOrBuilder- Returns:
- The ccEnableArenas.
-
hasObjcClassPrefix
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;- Specified by:
hasObjcClassPrefixin interfaceDescriptorProtos.FileOptionsOrBuilder- Returns:
- Whether the objcClassPrefix field is set.
-
getObjcClassPrefix
public 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;- Specified by:
getObjcClassPrefixin interfaceDescriptorProtos.FileOptionsOrBuilder- Returns:
- The objcClassPrefix.
-
getObjcClassPrefixBytes
public com.google.protobuf.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;- Specified by:
getObjcClassPrefixBytesin interfaceDescriptorProtos.FileOptionsOrBuilder- Returns:
- The bytes for objcClassPrefix.
-
hasCsharpNamespace
public boolean hasCsharpNamespace()
Namespace for generated classes; defaults to the package.
optional string csharp_namespace = 37;- Specified by:
hasCsharpNamespacein interfaceDescriptorProtos.FileOptionsOrBuilder- Returns:
- Whether the csharpNamespace field is set.
-
getCsharpNamespace
public java.lang.String getCsharpNamespace()
Namespace for generated classes; defaults to the package.
optional string csharp_namespace = 37;- Specified by:
getCsharpNamespacein interfaceDescriptorProtos.FileOptionsOrBuilder- Returns:
- The csharpNamespace.
-
getCsharpNamespaceBytes
public com.google.protobuf.ByteString getCsharpNamespaceBytes()
Namespace for generated classes; defaults to the package.
optional string csharp_namespace = 37;- Specified by:
getCsharpNamespaceBytesin interfaceDescriptorProtos.FileOptionsOrBuilder- Returns:
- The bytes for csharpNamespace.
-
hasSwiftPrefix
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;- Specified by:
hasSwiftPrefixin interfaceDescriptorProtos.FileOptionsOrBuilder- Returns:
- Whether the swiftPrefix field is set.
-
getSwiftPrefix
public 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;- Specified by:
getSwiftPrefixin interfaceDescriptorProtos.FileOptionsOrBuilder- Returns:
- The swiftPrefix.
-
getSwiftPrefixBytes
public com.google.protobuf.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;- Specified by:
getSwiftPrefixBytesin interfaceDescriptorProtos.FileOptionsOrBuilder- Returns:
- The bytes for swiftPrefix.
-
hasPhpClassPrefix
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;- Specified by:
hasPhpClassPrefixin interfaceDescriptorProtos.FileOptionsOrBuilder- Returns:
- Whether the phpClassPrefix field is set.
-
getPhpClassPrefix
public 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;- Specified by:
getPhpClassPrefixin interfaceDescriptorProtos.FileOptionsOrBuilder- Returns:
- The phpClassPrefix.
-
getPhpClassPrefixBytes
public com.google.protobuf.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;- Specified by:
getPhpClassPrefixBytesin interfaceDescriptorProtos.FileOptionsOrBuilder- Returns:
- The bytes for phpClassPrefix.
-
hasPhpNamespace
public boolean hasPhpNamespace()
Use this option to change the namespace of php generated classes. Default is empty. When this option is empty, the package name will be used for determining the namespace.
optional string php_namespace = 41;- Specified by:
hasPhpNamespacein interfaceDescriptorProtos.FileOptionsOrBuilder- Returns:
- Whether the phpNamespace field is set.
-
getPhpNamespace
public java.lang.String getPhpNamespace()
Use this option to change the namespace of php generated classes. Default is empty. When this option is empty, the package name will be used for determining the namespace.
optional string php_namespace = 41;- Specified by:
getPhpNamespacein interfaceDescriptorProtos.FileOptionsOrBuilder- Returns:
- The phpNamespace.
-
getPhpNamespaceBytes
public com.google.protobuf.ByteString getPhpNamespaceBytes()
Use this option to change the namespace of php generated classes. Default is empty. When this option is empty, the package name will be used for determining the namespace.
optional string php_namespace = 41;- Specified by:
getPhpNamespaceBytesin interfaceDescriptorProtos.FileOptionsOrBuilder- Returns:
- The bytes for phpNamespace.
-
hasPhpMetadataNamespace
public boolean hasPhpMetadataNamespace()
Use this option to change the namespace of php generated metadata classes. Default is empty. When this option is empty, the proto file name will be used for determining the namespace.
optional string php_metadata_namespace = 44;- Specified by:
hasPhpMetadataNamespacein interfaceDescriptorProtos.FileOptionsOrBuilder- Returns:
- Whether the phpMetadataNamespace field is set.
-
getPhpMetadataNamespace
public java.lang.String getPhpMetadataNamespace()
Use this option to change the namespace of php generated metadata classes. Default is empty. When this option is empty, the proto file name will be used for determining the namespace.
optional string php_metadata_namespace = 44;- Specified by:
getPhpMetadataNamespacein interfaceDescriptorProtos.FileOptionsOrBuilder- Returns:
- The phpMetadataNamespace.
-
getPhpMetadataNamespaceBytes
public com.google.protobuf.ByteString getPhpMetadataNamespaceBytes()
Use this option to change the namespace of php generated metadata classes. Default is empty. When this option is empty, the proto file name will be used for determining the namespace.
optional string php_metadata_namespace = 44;- Specified by:
getPhpMetadataNamespaceBytesin interfaceDescriptorProtos.FileOptionsOrBuilder- Returns:
- The bytes for phpMetadataNamespace.
-
hasRubyPackage
public boolean hasRubyPackage()
Use this option to change the package of ruby generated classes. Default is empty. When this option is not set, the package name will be used for determining the ruby package.
optional string ruby_package = 45;- Specified by:
hasRubyPackagein interfaceDescriptorProtos.FileOptionsOrBuilder- Returns:
- Whether the rubyPackage field is set.
-
getRubyPackage
public java.lang.String getRubyPackage()
Use this option to change the package of ruby generated classes. Default is empty. When this option is not set, the package name will be used for determining the ruby package.
optional string ruby_package = 45;- Specified by:
getRubyPackagein interfaceDescriptorProtos.FileOptionsOrBuilder- Returns:
- The rubyPackage.
-
getRubyPackageBytes
public com.google.protobuf.ByteString getRubyPackageBytes()
Use this option to change the package of ruby generated classes. Default is empty. When this option is not set, the package name will be used for determining the ruby package.
optional string ruby_package = 45;- Specified by:
getRubyPackageBytesin interfaceDescriptorProtos.FileOptionsOrBuilder- Returns:
- The bytes for rubyPackage.
-
hasFeatures
public boolean hasFeatures()
Any features defined in the specific edition.
optional .google.protobuf.FeatureSet features = 50;- Specified by:
hasFeaturesin interfaceDescriptorProtos.FileOptionsOrBuilder- Returns:
- Whether the features field is set.
-
getFeatures
public DescriptorProtos.FeatureSet getFeatures()
Any features defined in the specific edition.
optional .google.protobuf.FeatureSet features = 50;- Specified by:
getFeaturesin interfaceDescriptorProtos.FileOptionsOrBuilder- Returns:
- The features.
-
getFeaturesOrBuilder
public DescriptorProtos.FeatureSetOrBuilder getFeaturesOrBuilder()
Any features defined in the specific edition.
optional .google.protobuf.FeatureSet features = 50;- Specified by:
getFeaturesOrBuilderin interfaceDescriptorProtos.FileOptionsOrBuilder
-
getUninterpretedOptionList
public java.util.List<DescriptorProtos.UninterpretedOption> getUninterpretedOptionList()
The parser stores options it doesn't recognize here. See the documentation for the "Options" section above.
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;- Specified by:
getUninterpretedOptionListin interfaceDescriptorProtos.FileOptionsOrBuilder
-
getUninterpretedOptionOrBuilderList
public java.util.List<? extends DescriptorProtos.UninterpretedOptionOrBuilder> getUninterpretedOptionOrBuilderList()
The parser stores options it doesn't recognize here. See the documentation for the "Options" section above.
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;- Specified by:
getUninterpretedOptionOrBuilderListin interfaceDescriptorProtos.FileOptionsOrBuilder
-
getUninterpretedOptionCount
public int getUninterpretedOptionCount()
The parser stores options it doesn't recognize here. See the documentation for the "Options" section above.
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;- Specified by:
getUninterpretedOptionCountin interfaceDescriptorProtos.FileOptionsOrBuilder
-
getUninterpretedOption
public DescriptorProtos.UninterpretedOption getUninterpretedOption(int index)
The parser stores options it doesn't recognize here. See the documentation for the "Options" section above.
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;- Specified by:
getUninterpretedOptionin interfaceDescriptorProtos.FileOptionsOrBuilder
-
getUninterpretedOptionOrBuilder
public DescriptorProtos.UninterpretedOptionOrBuilder getUninterpretedOptionOrBuilder(int index)
The parser stores options it doesn't recognize here. See the documentation for the "Options" section above.
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;- Specified by:
getUninterpretedOptionOrBuilderin interfaceDescriptorProtos.FileOptionsOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.ExtendableMessage<DescriptorProtos.FileOptions>
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessageV3- Throws:
java.io.IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(java.lang.Object obj)
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static DescriptorProtos.FileOptions parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static DescriptorProtos.FileOptions parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static DescriptorProtos.FileOptions parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static DescriptorProtos.FileOptions parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static DescriptorProtos.FileOptions parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static DescriptorProtos.FileOptions parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static DescriptorProtos.FileOptions parseFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static DescriptorProtos.FileOptions parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static DescriptorProtos.FileOptions parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static DescriptorProtos.FileOptions parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static DescriptorProtos.FileOptions parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static DescriptorProtos.FileOptions parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
newBuilderForType
public DescriptorProtos.FileOptions.Builder newBuilderForType()
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
public static DescriptorProtos.FileOptions.Builder newBuilder()
-
newBuilder
public static DescriptorProtos.FileOptions.Builder newBuilder(DescriptorProtos.FileOptions prototype)
-
toBuilder
public DescriptorProtos.FileOptions.Builder toBuilder()
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected DescriptorProtos.FileOptions.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static DescriptorProtos.FileOptions getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<DescriptorProtos.FileOptions> parser()
-
getParserForType
public com.google.protobuf.Parser<DescriptorProtos.FileOptions> getParserForType()
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public DescriptorProtos.FileOptions getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<DescriptorProtos.FileOptions>- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
-