public static final class DescriptorProtos.FileOptions.Builder extends GeneratedMessage.ExtendableBuilder<DescriptorProtos.FileOptions,DescriptorProtos.FileOptions.Builder> implements DescriptorProtos.FileOptionsOrBuilder
google.protobuf.FileOptions
Modifier and Type | Method and Description |
---|---|
DescriptorProtos.FileOptions.Builder |
addAllUninterpretedOption(Iterable<? extends DescriptorProtos.UninterpretedOption> values)
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; |
DescriptorProtos.FileOptions.Builder |
addUninterpretedOption(DescriptorProtos.UninterpretedOption.Builder builderForValue)
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; |
DescriptorProtos.FileOptions.Builder |
addUninterpretedOption(DescriptorProtos.UninterpretedOption value)
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; |
DescriptorProtos.FileOptions.Builder |
addUninterpretedOption(int index,
DescriptorProtos.UninterpretedOption.Builder builderForValue)
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; |
DescriptorProtos.FileOptions.Builder |
addUninterpretedOption(int index,
DescriptorProtos.UninterpretedOption value)
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; |
DescriptorProtos.UninterpretedOption.Builder |
addUninterpretedOptionBuilder()
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; |
DescriptorProtos.UninterpretedOption.Builder |
addUninterpretedOptionBuilder(int index)
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; |
DescriptorProtos.FileOptions |
build()
Constructs the message based on the state of the Builder.
|
DescriptorProtos.FileOptions |
buildPartial()
Like
MessageLite.Builder.build() , but does not throw an exception if the message
is missing required fields. |
DescriptorProtos.FileOptions.Builder |
clear()
Called by the initialization and clear code paths to allow subclasses to
reset any of their builtin fields back to the initial values.
|
DescriptorProtos.FileOptions.Builder |
clearCcEnableArenas()
optional bool cc_enable_arenas = 31 [default = false]; |
DescriptorProtos.FileOptions.Builder |
clearCcGenericServices()
optional bool cc_generic_services = 16 [default = false]; |
DescriptorProtos.FileOptions.Builder |
clearCsharpNamespace()
optional string csharp_namespace = 37; |
DescriptorProtos.FileOptions.Builder |
clearDeprecated()
optional bool deprecated = 23 [default = false]; |
DescriptorProtos.FileOptions.Builder |
clearGoPackage()
optional string go_package = 11; |
DescriptorProtos.FileOptions.Builder |
clearJavaGenerateEqualsAndHash()
optional bool java_generate_equals_and_hash = 20 [default = false]; |
DescriptorProtos.FileOptions.Builder |
clearJavaGenericServices()
optional bool java_generic_services = 17 [default = false]; |
DescriptorProtos.FileOptions.Builder |
clearJavaMultipleFiles()
optional bool java_multiple_files = 10 [default = false]; |
DescriptorProtos.FileOptions.Builder |
clearJavananoUseDeprecatedPackage()
optional bool javanano_use_deprecated_package = 38; |
DescriptorProtos.FileOptions.Builder |
clearJavaOuterClassname()
optional string java_outer_classname = 8; |
DescriptorProtos.FileOptions.Builder |
clearJavaPackage()
optional string java_package = 1; |
DescriptorProtos.FileOptions.Builder |
clearJavaStringCheckUtf8()
optional bool java_string_check_utf8 = 27 [default = false]; |
DescriptorProtos.FileOptions.Builder |
clearObjcClassPrefix()
optional string objc_class_prefix = 36; |
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()
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; |
boolean |
getCcEnableArenas()
optional bool cc_enable_arenas = 31 [default = false]; |
boolean |
getCcGenericServices()
optional bool cc_generic_services = 16 [default = false]; |
String |
getCsharpNamespace()
optional string csharp_namespace = 37; |
ByteString |
getCsharpNamespaceBytes()
optional string csharp_namespace = 37; |
DescriptorProtos.FileOptions |
getDefaultInstanceForType()
Get an instance of the type with no fields set.
|
boolean |
getDeprecated()
optional bool deprecated = 23 [default = false]; |
static Descriptors.Descriptor |
getDescriptor() |
Descriptors.Descriptor |
getDescriptorForType()
Get the message's type's descriptor.
|
String |
getGoPackage()
optional string go_package = 11; |
ByteString |
getGoPackageBytes()
optional string go_package = 11; |
boolean |
getJavaGenerateEqualsAndHash()
optional bool java_generate_equals_and_hash = 20 [default = false]; |
boolean |
getJavaGenericServices()
optional bool java_generic_services = 17 [default = false]; |
boolean |
getJavaMultipleFiles()
optional bool java_multiple_files = 10 [default = false]; |
boolean |
getJavananoUseDeprecatedPackage()
optional bool javanano_use_deprecated_package = 38; |
String |
getJavaOuterClassname()
optional string java_outer_classname = 8; |
ByteString |
getJavaOuterClassnameBytes()
optional string java_outer_classname = 8; |
String |
getJavaPackage()
optional string java_package = 1; |
ByteString |
getJavaPackageBytes()
optional string java_package = 1; |
boolean |
getJavaStringCheckUtf8()
optional bool java_string_check_utf8 = 27 [default = false]; |
String |
getObjcClassPrefix()
optional string objc_class_prefix = 36; |
ByteString |
getObjcClassPrefixBytes()
optional string objc_class_prefix = 36; |
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)
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; |
DescriptorProtos.UninterpretedOption.Builder |
getUninterpretedOptionBuilder(int index)
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; |
List<DescriptorProtos.UninterpretedOption.Builder> |
getUninterpretedOptionBuilderList()
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; |
int |
getUninterpretedOptionCount()
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; |
List<DescriptorProtos.UninterpretedOption> |
getUninterpretedOptionList()
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; |
DescriptorProtos.UninterpretedOptionOrBuilder |
getUninterpretedOptionOrBuilder(int index)
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; |
List<? extends DescriptorProtos.UninterpretedOptionOrBuilder> |
getUninterpretedOptionOrBuilderList()
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; |
boolean |
hasCcEnableArenas()
optional bool cc_enable_arenas = 31 [default = false]; |
boolean |
hasCcGenericServices()
optional bool cc_generic_services = 16 [default = false]; |
boolean |
hasCsharpNamespace()
optional string csharp_namespace = 37; |
boolean |
hasDeprecated()
optional bool deprecated = 23 [default = false]; |
boolean |
hasGoPackage()
optional string go_package = 11; |
boolean |
hasJavaGenerateEqualsAndHash()
optional bool java_generate_equals_and_hash = 20 [default = false]; |
boolean |
hasJavaGenericServices()
optional bool java_generic_services = 17 [default = false]; |
boolean |
hasJavaMultipleFiles()
optional bool java_multiple_files = 10 [default = false]; |
boolean |
hasJavananoUseDeprecatedPackage()
optional bool javanano_use_deprecated_package = 38; |
boolean |
hasJavaOuterClassname()
optional string java_outer_classname = 8; |
boolean |
hasJavaPackage()
optional string java_package = 1; |
boolean |
hasJavaStringCheckUtf8()
optional bool java_string_check_utf8 = 27 [default = false]; |
boolean |
hasObjcClassPrefix()
optional string objc_class_prefix = 36; |
boolean |
hasOptimizeFor()
optional .google.protobuf.FileOptions.OptimizeMode optimize_for = 9 [default = SPEED]; |
boolean |
hasPyGenericServices()
optional bool py_generic_services = 18 [default = false]; |
protected GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable()
Get the FieldAccessorTable for this type.
|
boolean |
isInitialized()
Returns true if all required fields in the message and all embedded
messages are set, false otherwise.
|
DescriptorProtos.FileOptions.Builder |
mergeFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry)
Like
MessageLite.Builder.mergeFrom(CodedInputStream) , but also
parses extensions. |
DescriptorProtos.FileOptions.Builder |
mergeFrom(DescriptorProtos.FileOptions other) |
DescriptorProtos.FileOptions.Builder |
mergeFrom(Message other)
Merge
other into the message being built. |
DescriptorProtos.FileOptions.Builder |
removeUninterpretedOption(int index)
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; |
DescriptorProtos.FileOptions.Builder |
setCcEnableArenas(boolean value)
optional bool cc_enable_arenas = 31 [default = false]; |
DescriptorProtos.FileOptions.Builder |
setCcGenericServices(boolean value)
optional bool cc_generic_services = 16 [default = false]; |
DescriptorProtos.FileOptions.Builder |
setCsharpNamespace(String value)
optional string csharp_namespace = 37; |
DescriptorProtos.FileOptions.Builder |
setCsharpNamespaceBytes(ByteString value)
optional string csharp_namespace = 37; |
DescriptorProtos.FileOptions.Builder |
setDeprecated(boolean value)
optional bool deprecated = 23 [default = false]; |
DescriptorProtos.FileOptions.Builder |
setGoPackage(String value)
optional string go_package = 11; |
DescriptorProtos.FileOptions.Builder |
setGoPackageBytes(ByteString value)
optional string go_package = 11; |
DescriptorProtos.FileOptions.Builder |
setJavaGenerateEqualsAndHash(boolean value)
optional bool java_generate_equals_and_hash = 20 [default = false]; |
DescriptorProtos.FileOptions.Builder |
setJavaGenericServices(boolean value)
optional bool java_generic_services = 17 [default = false]; |
DescriptorProtos.FileOptions.Builder |
setJavaMultipleFiles(boolean value)
optional bool java_multiple_files = 10 [default = false]; |
DescriptorProtos.FileOptions.Builder |
setJavananoUseDeprecatedPackage(boolean value)
optional bool javanano_use_deprecated_package = 38; |
DescriptorProtos.FileOptions.Builder |
setJavaOuterClassname(String value)
optional string java_outer_classname = 8; |
DescriptorProtos.FileOptions.Builder |
setJavaOuterClassnameBytes(ByteString value)
optional string java_outer_classname = 8; |
DescriptorProtos.FileOptions.Builder |
setJavaPackage(String value)
optional string java_package = 1; |
DescriptorProtos.FileOptions.Builder |
setJavaPackageBytes(ByteString value)
optional string java_package = 1; |
DescriptorProtos.FileOptions.Builder |
setJavaStringCheckUtf8(boolean value)
optional bool java_string_check_utf8 = 27 [default = false]; |
DescriptorProtos.FileOptions.Builder |
setObjcClassPrefix(String value)
optional string objc_class_prefix = 36; |
DescriptorProtos.FileOptions.Builder |
setObjcClassPrefixBytes(ByteString value)
optional string objc_class_prefix = 36; |
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)
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; |
DescriptorProtos.FileOptions.Builder |
setUninterpretedOption(int index,
DescriptorProtos.UninterpretedOption value)
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; |
addExtension, addRepeatedField, clearExtension, clearField, clone, extensionsAreInitialized, getAllFields, getExtension, getExtension, getExtensionCount, getField, getRepeatedField, getRepeatedFieldCount, hasExtension, hasField, mergeExtensionFields, parseUnknownField, setExtension, setExtension, setField, setRepeatedField
clearOneof, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedFieldBuilder, getUnknownFields, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, setUnknownFields
findInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getExtension, getExtension, getExtensionCount, hasExtension
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
GeneratedMessage.Builder
internalGetFieldAccessorTable
in class GeneratedMessage.Builder<DescriptorProtos.FileOptions.Builder>
public DescriptorProtos.FileOptions.Builder clear()
GeneratedMessage.Builder
clear
in interface Message.Builder
clear
in interface MessageLite.Builder
clear
in class GeneratedMessage.ExtendableBuilder<DescriptorProtos.FileOptions,DescriptorProtos.FileOptions.Builder>
public Descriptors.Descriptor getDescriptorForType()
Message.Builder
MessageOrBuilder.getDescriptorForType()
.getDescriptorForType
in interface Message.Builder
getDescriptorForType
in interface MessageOrBuilder
getDescriptorForType
in class GeneratedMessage.Builder<DescriptorProtos.FileOptions.Builder>
public DescriptorProtos.FileOptions getDefaultInstanceForType()
MessageLiteOrBuilder
getDefaultInstance()
method of generated message classes in that
this method is an abstract method of the MessageLite
interface
whereas getDefaultInstance()
is a static method of a specific
class. They return the same thing.getDefaultInstanceForType
in interface GeneratedMessage.ExtendableMessageOrBuilder<DescriptorProtos.FileOptions>
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder
public DescriptorProtos.FileOptions build()
MessageLite.Builder
build
in interface Message.Builder
build
in interface MessageLite.Builder
public DescriptorProtos.FileOptions buildPartial()
MessageLite.Builder
MessageLite.Builder.build()
, but does not throw an exception if the message
is missing required fields. Instead, a partial message is returned.
Subsequent changes to the Builder will not affect the returned message.buildPartial
in interface Message.Builder
buildPartial
in interface MessageLite.Builder
public DescriptorProtos.FileOptions.Builder mergeFrom(Message other)
Message.Builder
other
into the message being built. other
must
have the exact same type as this
(i.e.
getDescriptorForType() == other.getDescriptorForType()
).
Merging occurs as follows. For each field:other
,
then other
's value overwrites the value in this message.other
,
it is merged into the corresponding sub-message of this message
using the same merging rules.other
are concatenated
with the elements in this message.
* For oneof groups, if the other message has one of the fields set,
the group of this message is cleared and replaced by the field
of the other message, so that the oneof constraint is preserved.
This is equivalent to the Message::MergeFrom
method in C++.mergeFrom
in interface Message.Builder
mergeFrom
in class AbstractMessage.Builder<DescriptorProtos.FileOptions.Builder>
public DescriptorProtos.FileOptions.Builder mergeFrom(DescriptorProtos.FileOptions other)
public final boolean isInitialized()
MessageLiteOrBuilder
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessage.ExtendableBuilder<DescriptorProtos.FileOptions,DescriptorProtos.FileOptions.Builder>
public DescriptorProtos.FileOptions.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
MessageLite.Builder
MessageLite.Builder.mergeFrom(CodedInputStream)
, but also
parses extensions. The extensions that you want to be able to parse
must be registered in extensionRegistry
. Extensions not in
the registry will be treated as unknown fields.mergeFrom
in interface Message.Builder
mergeFrom
in interface MessageLite.Builder
mergeFrom
in class AbstractMessage.Builder<DescriptorProtos.FileOptions.Builder>
IOException
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.
hasJavaPackage
in interface DescriptorProtos.FileOptionsOrBuilder
public String 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.
getJavaPackage
in interface DescriptorProtos.FileOptionsOrBuilder
public ByteString 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.
getJavaPackageBytes
in interface DescriptorProtos.FileOptionsOrBuilder
public DescriptorProtos.FileOptions.Builder setJavaPackage(String value)
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.
public DescriptorProtos.FileOptions.Builder 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.
public DescriptorProtos.FileOptions.Builder setJavaPackageBytes(ByteString value)
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.
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).
hasJavaOuterClassname
in interface DescriptorProtos.FileOptionsOrBuilder
public String 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).
getJavaOuterClassname
in interface DescriptorProtos.FileOptionsOrBuilder
public ByteString 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).
getJavaOuterClassnameBytes
in interface DescriptorProtos.FileOptionsOrBuilder
public DescriptorProtos.FileOptions.Builder setJavaOuterClassname(String value)
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).
public DescriptorProtos.FileOptions.Builder 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).
public DescriptorProtos.FileOptions.Builder setJavaOuterClassnameBytes(ByteString value)
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).
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.
hasJavaMultipleFiles
in interface DescriptorProtos.FileOptionsOrBuilder
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.
getJavaMultipleFiles
in interface DescriptorProtos.FileOptionsOrBuilder
public DescriptorProtos.FileOptions.Builder setJavaMultipleFiles(boolean value)
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.
public DescriptorProtos.FileOptions.Builder 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.
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. 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.)
hasJavaGenerateEqualsAndHash
in interface DescriptorProtos.FileOptionsOrBuilder
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. 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.)
getJavaGenerateEqualsAndHash
in interface DescriptorProtos.FileOptionsOrBuilder
public DescriptorProtos.FileOptions.Builder setJavaGenerateEqualsAndHash(boolean value)
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. 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.)
public DescriptorProtos.FileOptions.Builder 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. 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.)
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.
hasJavaStringCheckUtf8
in interface DescriptorProtos.FileOptionsOrBuilder
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.
getJavaStringCheckUtf8
in interface DescriptorProtos.FileOptionsOrBuilder
public DescriptorProtos.FileOptions.Builder setJavaStringCheckUtf8(boolean value)
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.
public DescriptorProtos.FileOptions.Builder 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.
public boolean hasOptimizeFor()
optional .google.protobuf.FileOptions.OptimizeMode optimize_for = 9 [default = SPEED];
hasOptimizeFor
in interface DescriptorProtos.FileOptionsOrBuilder
public DescriptorProtos.FileOptions.OptimizeMode getOptimizeFor()
optional .google.protobuf.FileOptions.OptimizeMode optimize_for = 9 [default = SPEED];
getOptimizeFor
in interface DescriptorProtos.FileOptionsOrBuilder
public 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()
optional string go_package = 11;
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.
hasGoPackage
in interface DescriptorProtos.FileOptionsOrBuilder
public String getGoPackage()
optional string go_package = 11;
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.
getGoPackage
in interface DescriptorProtos.FileOptionsOrBuilder
public ByteString getGoPackageBytes()
optional string go_package = 11;
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.
getGoPackageBytes
in interface DescriptorProtos.FileOptionsOrBuilder
public DescriptorProtos.FileOptions.Builder setGoPackage(String value)
optional string go_package = 11;
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.
public DescriptorProtos.FileOptions.Builder clearGoPackage()
optional string go_package = 11;
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.
public DescriptorProtos.FileOptions.Builder setGoPackageBytes(ByteString value)
optional string go_package = 11;
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.
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 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.
hasCcGenericServices
in interface DescriptorProtos.FileOptionsOrBuilder
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 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.
getCcGenericServices
in interface DescriptorProtos.FileOptionsOrBuilder
public DescriptorProtos.FileOptions.Builder setCcGenericServices(boolean value)
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 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.
public DescriptorProtos.FileOptions.Builder 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 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.
public boolean hasJavaGenericServices()
optional bool java_generic_services = 17 [default = false];
hasJavaGenericServices
in interface DescriptorProtos.FileOptionsOrBuilder
public boolean getJavaGenericServices()
optional bool java_generic_services = 17 [default = false];
getJavaGenericServices
in interface DescriptorProtos.FileOptionsOrBuilder
public 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.FileOptionsOrBuilder
public boolean getPyGenericServices()
optional bool py_generic_services = 18 [default = false];
getPyGenericServices
in interface DescriptorProtos.FileOptionsOrBuilder
public 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()
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.
hasDeprecated
in interface DescriptorProtos.FileOptionsOrBuilder
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.
getDeprecated
in interface DescriptorProtos.FileOptionsOrBuilder
public DescriptorProtos.FileOptions.Builder setDeprecated(boolean value)
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.
public DescriptorProtos.FileOptions.Builder 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.
public boolean hasCcEnableArenas()
optional bool cc_enable_arenas = 31 [default = false];
Enables the use of arenas for the proto messages in this file. This applies only to generated classes for C++.
hasCcEnableArenas
in interface DescriptorProtos.FileOptionsOrBuilder
public boolean getCcEnableArenas()
optional bool cc_enable_arenas = 31 [default = false];
Enables the use of arenas for the proto messages in this file. This applies only to generated classes for C++.
getCcEnableArenas
in interface DescriptorProtos.FileOptionsOrBuilder
public DescriptorProtos.FileOptions.Builder setCcEnableArenas(boolean value)
optional bool cc_enable_arenas = 31 [default = false];
Enables the use of arenas for the proto messages in this file. This applies only to generated classes for C++.
public DescriptorProtos.FileOptions.Builder clearCcEnableArenas()
optional bool cc_enable_arenas = 31 [default = false];
Enables the use of arenas for the proto messages in this file. This applies only to generated classes for C++.
public boolean hasObjcClassPrefix()
optional string objc_class_prefix = 36;
Sets the objective c class prefix which is prepended to all objective c generated classes from this .proto. There is no default.
hasObjcClassPrefix
in interface DescriptorProtos.FileOptionsOrBuilder
public String getObjcClassPrefix()
optional string objc_class_prefix = 36;
Sets the objective c class prefix which is prepended to all objective c generated classes from this .proto. There is no default.
getObjcClassPrefix
in interface DescriptorProtos.FileOptionsOrBuilder
public ByteString getObjcClassPrefixBytes()
optional string objc_class_prefix = 36;
Sets the objective c class prefix which is prepended to all objective c generated classes from this .proto. There is no default.
getObjcClassPrefixBytes
in interface DescriptorProtos.FileOptionsOrBuilder
public DescriptorProtos.FileOptions.Builder setObjcClassPrefix(String value)
optional string objc_class_prefix = 36;
Sets the objective c class prefix which is prepended to all objective c generated classes from this .proto. There is no default.
public DescriptorProtos.FileOptions.Builder clearObjcClassPrefix()
optional string objc_class_prefix = 36;
Sets the objective c class prefix which is prepended to all objective c generated classes from this .proto. There is no default.
public DescriptorProtos.FileOptions.Builder setObjcClassPrefixBytes(ByteString value)
optional string objc_class_prefix = 36;
Sets the objective c class prefix which is prepended to all objective c generated classes from this .proto. There is no default.
public boolean hasCsharpNamespace()
optional string csharp_namespace = 37;
Namespace for generated classes; defaults to the package.
hasCsharpNamespace
in interface DescriptorProtos.FileOptionsOrBuilder
public String getCsharpNamespace()
optional string csharp_namespace = 37;
Namespace for generated classes; defaults to the package.
getCsharpNamespace
in interface DescriptorProtos.FileOptionsOrBuilder
public ByteString getCsharpNamespaceBytes()
optional string csharp_namespace = 37;
Namespace for generated classes; defaults to the package.
getCsharpNamespaceBytes
in interface DescriptorProtos.FileOptionsOrBuilder
public DescriptorProtos.FileOptions.Builder setCsharpNamespace(String value)
optional string csharp_namespace = 37;
Namespace for generated classes; defaults to the package.
public DescriptorProtos.FileOptions.Builder clearCsharpNamespace()
optional string csharp_namespace = 37;
Namespace for generated classes; defaults to the package.
public DescriptorProtos.FileOptions.Builder setCsharpNamespaceBytes(ByteString value)
optional string csharp_namespace = 37;
Namespace for generated classes; defaults to the package.
public boolean hasJavananoUseDeprecatedPackage()
optional bool javanano_use_deprecated_package = 38;
Whether the nano proto compiler should generate in the deprecated non-nano suffixed package.
hasJavananoUseDeprecatedPackage
in interface DescriptorProtos.FileOptionsOrBuilder
public boolean getJavananoUseDeprecatedPackage()
optional bool javanano_use_deprecated_package = 38;
Whether the nano proto compiler should generate in the deprecated non-nano suffixed package.
getJavananoUseDeprecatedPackage
in interface DescriptorProtos.FileOptionsOrBuilder
public DescriptorProtos.FileOptions.Builder setJavananoUseDeprecatedPackage(boolean value)
optional bool javanano_use_deprecated_package = 38;
Whether the nano proto compiler should generate in the deprecated non-nano suffixed package.
public DescriptorProtos.FileOptions.Builder clearJavananoUseDeprecatedPackage()
optional bool javanano_use_deprecated_package = 38;
Whether the nano proto compiler should generate in the deprecated non-nano suffixed package.
public List<DescriptorProtos.UninterpretedOption> getUninterpretedOptionList()
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
The parser stores options it doesn't recognize here. See above.
getUninterpretedOptionList
in interface DescriptorProtos.FileOptionsOrBuilder
public int getUninterpretedOptionCount()
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
The parser stores options it doesn't recognize here. See above.
getUninterpretedOptionCount
in interface DescriptorProtos.FileOptionsOrBuilder
public DescriptorProtos.UninterpretedOption getUninterpretedOption(int index)
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
The parser stores options it doesn't recognize here. See above.
getUninterpretedOption
in interface DescriptorProtos.FileOptionsOrBuilder
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.
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.
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.
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.
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.
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.
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.
public DescriptorProtos.FileOptions.Builder clearUninterpretedOption()
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
The parser stores options it doesn't recognize here. See above.
public DescriptorProtos.FileOptions.Builder removeUninterpretedOption(int index)
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
The parser stores options it doesn't recognize here. See above.
public DescriptorProtos.UninterpretedOption.Builder getUninterpretedOptionBuilder(int index)
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
The parser stores options it doesn't recognize here. See above.
public DescriptorProtos.UninterpretedOptionOrBuilder getUninterpretedOptionOrBuilder(int index)
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
The parser stores options it doesn't recognize here. See above.
getUninterpretedOptionOrBuilder
in interface DescriptorProtos.FileOptionsOrBuilder
public List<? extends DescriptorProtos.UninterpretedOptionOrBuilder> getUninterpretedOptionOrBuilderList()
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
The parser stores options it doesn't recognize here. See above.
getUninterpretedOptionOrBuilderList
in interface DescriptorProtos.FileOptionsOrBuilder
public DescriptorProtos.UninterpretedOption.Builder addUninterpretedOptionBuilder()
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
The parser stores options it doesn't recognize here. See above.
public DescriptorProtos.UninterpretedOption.Builder addUninterpretedOptionBuilder(int index)
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
The parser stores options it doesn't recognize here. See above.
public List<DescriptorProtos.UninterpretedOption.Builder> getUninterpretedOptionBuilderList()
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
The parser stores options it doesn't recognize here. See above.
Copyright © 2008–2015 Google. All rights reserved.