Package com.google.protobuf
Class DescriptorProtos.FileOptions
java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
com.google.protobuf.GeneratedMessage.ExtendableMessage<DescriptorProtos.FileOptions>
com.google.protobuf.DescriptorProtos.FileOptions
- All Implemented Interfaces:
DescriptorProtos.FileOptionsOrBuilder
,GeneratedMessage.ExtendableMessageOrBuilder<DescriptorProtos.FileOptions>
,Message
,MessageLite
,MessageLiteOrBuilder
,MessageOrBuilder
,Serializable
- Enclosing class:
- DescriptorProtos
public static final class DescriptorProtos.FileOptions
extends GeneratedMessage.ExtendableMessage<DescriptorProtos.FileOptions>
implements DescriptorProtos.FileOptionsOrBuilder
Protobuf type
google.protobuf.FileOptions
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Protobuf typegoogle.protobuf.FileOptions
static enum
Protobuf enumgoogle.protobuf.FileOptions.OptimizeMode
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessage.ExtendableMessage
GeneratedMessage.ExtendableMessage.ExtensionWriter
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessage
GeneratedMessage.BuilderParent, GeneratedMessage.ExtendableBuilder<MessageType extends GeneratedMessage.ExtendableMessage,
BuilderType extends GeneratedMessage.ExtendableBuilder>, GeneratedMessage.ExtendableMessage<MessageType extends GeneratedMessage.ExtendableMessage>, GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends GeneratedMessage.ExtendableMessage>, GeneratedMessage.FieldAccessorTable, GeneratedMessage.GeneratedExtension<ContainingType extends Message, Type> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static Parser<DescriptorProtos.FileOptions>
static final int
static final int
Fields inherited from class com.google.protobuf.GeneratedMessage
alwaysUseFieldBuilders
Fields inherited from class com.google.protobuf.AbstractMessageLite
memoizedHashCode
-
Method Summary
Modifier and TypeMethodDescriptionboolean
optional bool cc_generic_services = 16 [default = false];
static DescriptorProtos.FileOptions
Get an instance of the type with no fields set.boolean
optional bool deprecated = 23 [default = false];
static final Descriptors.Descriptor
optional string go_package = 11;
optional string go_package = 11;
boolean
optional bool java_generate_equals_and_hash = 20 [default = false];
boolean
optional bool java_generic_services = 17 [default = false];
boolean
optional bool java_multiple_files = 10 [default = false];
optional string java_outer_classname = 8;
optional string java_outer_classname = 8;
optional string java_package = 1;
optional string java_package = 1;
boolean
optional bool java_string_check_utf8 = 27 [default = false];
optional .google.protobuf.FileOptions.OptimizeMode optimize_for = 9 [default = SPEED];
Gets the parser for a message of the same type as this message.boolean
optional bool py_generic_services = 18 [default = false];
int
Get the number of bytes required to encode this message.getUninterpretedOption
(int index) repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
int
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
getUninterpretedOptionOrBuilder
(int index) repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
final UnknownFieldSet
Get theUnknownFieldSet
for this message.boolean
optional bool cc_generic_services = 16 [default = false];
boolean
optional bool deprecated = 23 [default = false];
boolean
optional string go_package = 11;
boolean
optional bool java_generate_equals_and_hash = 20 [default = false];
boolean
optional bool java_generic_services = 17 [default = false];
boolean
optional bool java_multiple_files = 10 [default = false];
boolean
optional string java_outer_classname = 8;
boolean
optional string java_package = 1;
boolean
optional bool java_string_check_utf8 = 27 [default = false];
boolean
optional .google.protobuf.FileOptions.OptimizeMode optimize_for = 9 [default = SPEED];
boolean
optional bool py_generic_services = 18 [default = false];
protected GeneratedMessage.FieldAccessorTable
Get the FieldAccessorTable for this type.final boolean
Returns true if all required fields in the message and all embedded messages are set, false otherwise.newBuilder
(DescriptorProtos.FileOptions prototype) Constructs a new builder for a message of the same type as this message.protected DescriptorProtos.FileOptions.Builder
static DescriptorProtos.FileOptions
parseDelimitedFrom
(InputStream input) static DescriptorProtos.FileOptions
parseDelimitedFrom
(InputStream input, ExtensionRegistryLite extensionRegistry) static DescriptorProtos.FileOptions
parseFrom
(byte[] data) static DescriptorProtos.FileOptions
parseFrom
(byte[] data, ExtensionRegistryLite extensionRegistry) static DescriptorProtos.FileOptions
parseFrom
(ByteString data) static DescriptorProtos.FileOptions
parseFrom
(ByteString data, ExtensionRegistryLite extensionRegistry) static DescriptorProtos.FileOptions
parseFrom
(CodedInputStream input) static DescriptorProtos.FileOptions
parseFrom
(CodedInputStream input, ExtensionRegistryLite extensionRegistry) static DescriptorProtos.FileOptions
parseFrom
(InputStream input) static DescriptorProtos.FileOptions
parseFrom
(InputStream input, ExtensionRegistryLite extensionRegistry) Constructs a builder initialized with the current message.protected Object
Replaces this object in the output stream with a serialized form.void
writeTo
(CodedOutputStream output) Serializes the message and writes it tooutput
.Methods inherited from class com.google.protobuf.GeneratedMessage.ExtendableMessage
extensionsAreInitialized, extensionsSerializedSize, extensionsSerializedSizeAsMessageSet, getAllFields, getExtension, getExtension, getExtensionCount, getExtensionFields, getField, getRepeatedField, getRepeatedFieldCount, hasExtension, hasField, makeExtensionsImmutable, newExtensionWriter, newMessageSetExtensionWriter, parseUnknownField
Methods inherited from class com.google.protobuf.GeneratedMessage
getDescriptorForType, getOneofFieldDescriptor, hasOneof, newFileScopedGeneratedExtension, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, newMessageScopedGeneratedExtension
Methods inherited from class com.google.protobuf.AbstractMessage
equals, findInitializationErrors, getInitializationErrorString, hashCode, hashFields, toString
Methods inherited from class com.google.protobuf.AbstractMessageLite
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.GeneratedMessage.ExtendableMessageOrBuilder
getExtension, getExtension, getExtensionCount, hasExtension
Methods inherited from interface com.google.protobuf.MessageLite
toByteArray, toByteString, writeDelimitedTo, writeTo
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
-
Field Details
-
PARSER
-
JAVA_PACKAGE_FIELD_NUMBER
public static final int JAVA_PACKAGE_FIELD_NUMBER- See Also:
-
JAVA_OUTER_CLASSNAME_FIELD_NUMBER
public static final int JAVA_OUTER_CLASSNAME_FIELD_NUMBER- See Also:
-
JAVA_MULTIPLE_FILES_FIELD_NUMBER
public static final int JAVA_MULTIPLE_FILES_FIELD_NUMBER- See Also:
-
JAVA_GENERATE_EQUALS_AND_HASH_FIELD_NUMBER
public static final int JAVA_GENERATE_EQUALS_AND_HASH_FIELD_NUMBER- See Also:
-
JAVA_STRING_CHECK_UTF8_FIELD_NUMBER
public static final int JAVA_STRING_CHECK_UTF8_FIELD_NUMBER- See Also:
-
OPTIMIZE_FOR_FIELD_NUMBER
public static final int OPTIMIZE_FOR_FIELD_NUMBER- See Also:
-
GO_PACKAGE_FIELD_NUMBER
public static final int GO_PACKAGE_FIELD_NUMBER- See Also:
-
CC_GENERIC_SERVICES_FIELD_NUMBER
public static final int CC_GENERIC_SERVICES_FIELD_NUMBER- See Also:
-
JAVA_GENERIC_SERVICES_FIELD_NUMBER
public static final int JAVA_GENERIC_SERVICES_FIELD_NUMBER- See Also:
-
PY_GENERIC_SERVICES_FIELD_NUMBER
public static final int PY_GENERIC_SERVICES_FIELD_NUMBER- See Also:
-
DEPRECATED_FIELD_NUMBER
public static final int DEPRECATED_FIELD_NUMBER- See Also:
-
UNINTERPRETED_OPTION_FIELD_NUMBER
public static final int UNINTERPRETED_OPTION_FIELD_NUMBER- See Also:
-
-
Method Details
-
getDefaultInstance
-
getDefaultInstanceForType
Description copied from interface:MessageLiteOrBuilder
Get an instance of the type with no fields set. Because no fields are set, all getters for singular fields will return default values and repeated fields will appear empty. This may or may not be a singleton. This differs from thegetDefaultInstance()
method of generated message classes in that this method is an abstract method of theMessageLite
interface whereasgetDefaultInstance()
is a static method of a specific class. They return the same thing.- Specified by:
getDefaultInstanceForType
in interfaceGeneratedMessage.ExtendableMessageOrBuilder<DescriptorProtos.FileOptions>
- Specified by:
getDefaultInstanceForType
in interfaceMessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfaceMessageOrBuilder
-
getUnknownFields
Description copied from interface:MessageOrBuilder
Get theUnknownFieldSet
for this message.- Specified by:
getUnknownFields
in interfaceMessageOrBuilder
- Overrides:
getUnknownFields
in classGeneratedMessage
-
getDescriptor
-
internalGetFieldAccessorTable
Description copied from class:GeneratedMessage
Get the FieldAccessorTable for this type. We can't have the message class pass this in to the constructor because of bootstrapping trouble with DescriptorProtos.- Specified by:
internalGetFieldAccessorTable
in classGeneratedMessage
-
getParserForType
Description copied from interface:MessageLite
Gets the parser for a message of the same type as this message.- Specified by:
getParserForType
in interfaceMessage
- Specified by:
getParserForType
in interfaceMessageLite
- Overrides:
getParserForType
in classGeneratedMessage
-
hasJavaPackage
public boolean hasJavaPackage()optional string java_package = 1;
Sets the Java package where classes generated from this .proto will be placed. By default, the proto package is used, but this is often inappropriate because proto packages do not normally start with backwards domain names.
- Specified by:
hasJavaPackage
in interfaceDescriptorProtos.FileOptionsOrBuilder
-
getJavaPackage
optional string java_package = 1;
Sets the Java package where classes generated from this .proto will be placed. By default, the proto package is used, but this is often inappropriate because proto packages do not normally start with backwards domain names.
- Specified by:
getJavaPackage
in interfaceDescriptorProtos.FileOptionsOrBuilder
-
getJavaPackageBytes
optional string java_package = 1;
Sets the Java package where classes generated from this .proto will be placed. By default, the proto package is used, but this is often inappropriate because proto packages do not normally start with backwards domain names.
- Specified by:
getJavaPackageBytes
in interfaceDescriptorProtos.FileOptionsOrBuilder
-
hasJavaOuterClassname
public boolean hasJavaOuterClassname()optional string java_outer_classname = 8;
If set, all the classes from the .proto file are wrapped in a single outer class with the given name. This applies to both Proto1 (equivalent to the old "--one_java_file" option) and Proto2 (where a .proto always translates to a single class, but you may want to explicitly choose the class name).
- Specified by:
hasJavaOuterClassname
in interfaceDescriptorProtos.FileOptionsOrBuilder
-
getJavaOuterClassname
optional string java_outer_classname = 8;
If set, all the classes from the .proto file are wrapped in a single outer class with the given name. This applies to both Proto1 (equivalent to the old "--one_java_file" option) and Proto2 (where a .proto always translates to a single class, but you may want to explicitly choose the class name).
- Specified by:
getJavaOuterClassname
in interfaceDescriptorProtos.FileOptionsOrBuilder
-
getJavaOuterClassnameBytes
optional string java_outer_classname = 8;
If set, all the classes from the .proto file are wrapped in a single outer class with the given name. This applies to both Proto1 (equivalent to the old "--one_java_file" option) and Proto2 (where a .proto always translates to a single class, but you may want to explicitly choose the class name).
- Specified by:
getJavaOuterClassnameBytes
in interfaceDescriptorProtos.FileOptionsOrBuilder
-
hasJavaMultipleFiles
public boolean hasJavaMultipleFiles()optional bool java_multiple_files = 10 [default = false];
If set true, then the Java code generator will generate a separate .java file for each top-level message, enum, and service defined in the .proto file. Thus, these types will *not* be nested inside the outer class named by java_outer_classname. However, the outer class will still be generated to contain the file's getDescriptor() method as well as any top-level extensions defined in the file.
- Specified by:
hasJavaMultipleFiles
in interfaceDescriptorProtos.FileOptionsOrBuilder
-
getJavaMultipleFiles
public boolean getJavaMultipleFiles()optional bool java_multiple_files = 10 [default = false];
If set true, then the Java code generator will generate a separate .java file for each top-level message, enum, and service defined in the .proto file. Thus, these types will *not* be nested inside the outer class named by java_outer_classname. However, the outer class will still be generated to contain the file's getDescriptor() method as well as any top-level extensions defined in the file.
- Specified by:
getJavaMultipleFiles
in interfaceDescriptorProtos.FileOptionsOrBuilder
-
hasJavaGenerateEqualsAndHash
public boolean hasJavaGenerateEqualsAndHash()optional bool java_generate_equals_and_hash = 20 [default = false];
If set true, then the Java code generator will generate equals() and hashCode() methods for all messages defined in the .proto file. - In the full runtime, this is purely a speed optimization, as the AbstractMessage base class includes reflection-based implementations of these methods. - In the lite runtime, setting this option changes the semantics of equals() and hashCode() to more closely match those of the full runtime; the generated methods compute their results based on field values rather than object identity. (Implementations should not assume that hashcodes will be consistent across runtimes or versions of the protocol compiler.)
- Specified by:
hasJavaGenerateEqualsAndHash
in interfaceDescriptorProtos.FileOptionsOrBuilder
-
getJavaGenerateEqualsAndHash
public boolean getJavaGenerateEqualsAndHash()optional bool java_generate_equals_and_hash = 20 [default = false];
If set true, then the Java code generator will generate equals() and hashCode() methods for all messages defined in the .proto file. - In the full runtime, this is purely a speed optimization, as the AbstractMessage base class includes reflection-based implementations of these methods. - In the lite runtime, setting this option changes the semantics of equals() and hashCode() to more closely match those of the full runtime; the generated methods compute their results based on field values rather than object identity. (Implementations should not assume that hashcodes will be consistent across runtimes or versions of the protocol compiler.)
- Specified by:
getJavaGenerateEqualsAndHash
in interfaceDescriptorProtos.FileOptionsOrBuilder
-
hasJavaStringCheckUtf8
public boolean hasJavaStringCheckUtf8()optional bool java_string_check_utf8 = 27 [default = false];
If set true, then the Java2 code generator will generate code that throws an exception whenever an attempt is made to assign a non-UTF-8 byte sequence to a string field. Message reflection will do the same. However, an extension field still accepts non-UTF-8 byte sequences. This option has no effect on when used with the lite runtime.
- Specified by:
hasJavaStringCheckUtf8
in interfaceDescriptorProtos.FileOptionsOrBuilder
-
getJavaStringCheckUtf8
public boolean getJavaStringCheckUtf8()optional bool java_string_check_utf8 = 27 [default = false];
If set true, then the Java2 code generator will generate code that throws an exception whenever an attempt is made to assign a non-UTF-8 byte sequence to a string field. Message reflection will do the same. However, an extension field still accepts non-UTF-8 byte sequences. This option has no effect on when used with the lite runtime.
- Specified by:
getJavaStringCheckUtf8
in interfaceDescriptorProtos.FileOptionsOrBuilder
-
hasOptimizeFor
public boolean hasOptimizeFor()optional .google.protobuf.FileOptions.OptimizeMode optimize_for = 9 [default = SPEED];
- Specified by:
hasOptimizeFor
in interfaceDescriptorProtos.FileOptionsOrBuilder
-
getOptimizeFor
optional .google.protobuf.FileOptions.OptimizeMode optimize_for = 9 [default = SPEED];
- Specified by:
getOptimizeFor
in interfaceDescriptorProtos.FileOptionsOrBuilder
-
hasGoPackage
public boolean hasGoPackage()optional string go_package = 11;
Sets the Go package where structs generated from this .proto will be placed. There is no default.
- Specified by:
hasGoPackage
in interfaceDescriptorProtos.FileOptionsOrBuilder
-
getGoPackage
optional string go_package = 11;
Sets the Go package where structs generated from this .proto will be placed. There is no default.
- Specified by:
getGoPackage
in interfaceDescriptorProtos.FileOptionsOrBuilder
-
getGoPackageBytes
optional string go_package = 11;
Sets the Go package where structs generated from this .proto will be placed. There is no default.
- Specified by:
getGoPackageBytes
in interfaceDescriptorProtos.FileOptionsOrBuilder
-
hasCcGenericServices
public boolean hasCcGenericServices()optional bool cc_generic_services = 16 [default = false];
Should generic services be generated in each language? "Generic" services are not specific to any particular RPC system. They are generated by the main code generators in each language (without additional plugins). Generic services were the only kind of service generation supported by early versions of proto2. Generic services are now considered deprecated in favor of using plugins that generate code specific to your particular RPC system. Therefore, these default to false. Old code which depends on generic services should explicitly set them to true.
- Specified by:
hasCcGenericServices
in interfaceDescriptorProtos.FileOptionsOrBuilder
-
getCcGenericServices
public boolean getCcGenericServices()optional bool cc_generic_services = 16 [default = false];
Should generic services be generated in each language? "Generic" services are not specific to any particular RPC system. They are generated by the main code generators in each language (without additional plugins). Generic services were the only kind of service generation supported by early versions of proto2. Generic services are now considered deprecated in favor of using plugins that generate code specific to your particular RPC system. Therefore, these default to false. Old code which depends on generic services should explicitly set them to true.
- Specified by:
getCcGenericServices
in interfaceDescriptorProtos.FileOptionsOrBuilder
-
hasJavaGenericServices
public boolean hasJavaGenericServices()optional bool java_generic_services = 17 [default = false];
- Specified by:
hasJavaGenericServices
in interfaceDescriptorProtos.FileOptionsOrBuilder
-
getJavaGenericServices
public boolean getJavaGenericServices()optional bool java_generic_services = 17 [default = false];
- Specified by:
getJavaGenericServices
in interfaceDescriptorProtos.FileOptionsOrBuilder
-
hasPyGenericServices
public boolean hasPyGenericServices()optional bool py_generic_services = 18 [default = false];
- Specified by:
hasPyGenericServices
in interfaceDescriptorProtos.FileOptionsOrBuilder
-
getPyGenericServices
public boolean getPyGenericServices()optional bool py_generic_services = 18 [default = false];
- Specified by:
getPyGenericServices
in interfaceDescriptorProtos.FileOptionsOrBuilder
-
hasDeprecated
public boolean hasDeprecated()optional bool deprecated = 23 [default = false];
Is this file deprecated? Depending on the target platform, this can emit Deprecated annotations for everything in the file, or it will be completely ignored; in the very least, this is a formalization for deprecating files.
- Specified by:
hasDeprecated
in interfaceDescriptorProtos.FileOptionsOrBuilder
-
getDeprecated
public boolean getDeprecated()optional bool deprecated = 23 [default = false];
Is this file deprecated? Depending on the target platform, this can emit Deprecated annotations for everything in the file, or it will be completely ignored; in the very least, this is a formalization for deprecating files.
- Specified by:
getDeprecated
in interfaceDescriptorProtos.FileOptionsOrBuilder
-
getUninterpretedOptionList
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
The parser stores options it doesn't recognize here. See above.
- Specified by:
getUninterpretedOptionList
in interfaceDescriptorProtos.FileOptionsOrBuilder
-
getUninterpretedOptionOrBuilderList
public List<? extends DescriptorProtos.UninterpretedOptionOrBuilder> getUninterpretedOptionOrBuilderList()repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
The parser stores options it doesn't recognize here. See above.
- Specified by:
getUninterpretedOptionOrBuilderList
in interfaceDescriptorProtos.FileOptionsOrBuilder
-
getUninterpretedOptionCount
public int getUninterpretedOptionCount()repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
The parser stores options it doesn't recognize here. See above.
- Specified by:
getUninterpretedOptionCount
in interfaceDescriptorProtos.FileOptionsOrBuilder
-
getUninterpretedOption
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
The parser stores options it doesn't recognize here. See above.
- Specified by:
getUninterpretedOption
in interfaceDescriptorProtos.FileOptionsOrBuilder
-
getUninterpretedOptionOrBuilder
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
The parser stores options it doesn't recognize here. See above.
- Specified by:
getUninterpretedOptionOrBuilder
in interfaceDescriptorProtos.FileOptionsOrBuilder
-
isInitialized
public final boolean isInitialized()Description copied from interface:MessageLiteOrBuilder
Returns true if all required fields in the message and all embedded messages are set, false otherwise.- Specified by:
isInitialized
in interfaceMessageLiteOrBuilder
- Overrides:
isInitialized
in classGeneratedMessage.ExtendableMessage<DescriptorProtos.FileOptions>
-
writeTo
Description copied from interface:MessageLite
Serializes the message and writes it tooutput
. This does not flush or close the stream.- Specified by:
writeTo
in interfaceMessageLite
- Overrides:
writeTo
in classAbstractMessage
- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()Description copied from interface:MessageLite
Get the number of bytes required to encode this message. The result is only computed on the first call and memoized after that.- Specified by:
getSerializedSize
in interfaceMessageLite
- Overrides:
getSerializedSize
in classAbstractMessage
-
writeReplace
Description copied from class:GeneratedMessage
Replaces this object in the output stream with a serialized form. Part of Java's serialization magic. Generated sub-classes must override this method by callingreturn super.writeReplace();
- Overrides:
writeReplace
in classGeneratedMessage
- Returns:
- a SerializedForm of this message
- Throws:
ObjectStreamException
-
parseFrom
public static DescriptorProtos.FileOptions parseFrom(ByteString data) throws InvalidProtocolBufferException - Throws:
InvalidProtocolBufferException
-
parseFrom
public static DescriptorProtos.FileOptions parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException - Throws:
InvalidProtocolBufferException
-
parseFrom
public static DescriptorProtos.FileOptions parseFrom(byte[] data) throws InvalidProtocolBufferException - Throws:
InvalidProtocolBufferException
-
parseFrom
public static DescriptorProtos.FileOptions parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException - Throws:
InvalidProtocolBufferException
-
parseFrom
- Throws:
IOException
-
parseFrom
public static DescriptorProtos.FileOptions parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseDelimitedFrom
- Throws:
IOException
-
parseDelimitedFrom
public static DescriptorProtos.FileOptions parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseFrom
- Throws:
IOException
-
parseFrom
public static DescriptorProtos.FileOptions parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
newBuilder
-
newBuilderForType
Description copied from interface:MessageLite
Constructs a new builder for a message of the same type as this message.- Specified by:
newBuilderForType
in interfaceMessage
- Specified by:
newBuilderForType
in interfaceMessageLite
-
newBuilder
public static DescriptorProtos.FileOptions.Builder newBuilder(DescriptorProtos.FileOptions prototype) -
toBuilder
Description copied from interface:MessageLite
Constructs a builder initialized with the current message. Use this to derive a new message from the current one.- Specified by:
toBuilder
in interfaceMessage
- Specified by:
toBuilder
in interfaceMessageLite
-
newBuilderForType
protected DescriptorProtos.FileOptions.Builder newBuilderForType(GeneratedMessage.BuilderParent parent) - Specified by:
newBuilderForType
in classGeneratedMessage
-