Package com.google.protobuf
Class DescriptorProtos.FieldOptions.FeatureSupport
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite<MessageType,BuilderType>
-
- com.google.protobuf.GeneratedMessageLite<DescriptorProtos.FieldOptions.FeatureSupport,DescriptorProtos.FieldOptions.FeatureSupport.Builder>
-
- com.google.protobuf.DescriptorProtos.FieldOptions.FeatureSupport
-
- All Implemented Interfaces:
DescriptorProtos.FieldOptions.FeatureSupportOrBuilder,MessageLite,MessageLiteOrBuilder
- Enclosing class:
- DescriptorProtos.FieldOptions
public static final class DescriptorProtos.FieldOptions.FeatureSupport extends GeneratedMessageLite<DescriptorProtos.FieldOptions.FeatureSupport,DescriptorProtos.FieldOptions.FeatureSupport.Builder> implements DescriptorProtos.FieldOptions.FeatureSupportOrBuilder
Protobuf typegoogle.protobuf.FieldOptions.FeatureSupport
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDescriptorProtos.FieldOptions.FeatureSupport.BuilderProtobuf typegoogle.protobuf.FieldOptions.FeatureSupport-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageLite
GeneratedMessageLite.DefaultInstanceBasedParser<T extends GeneratedMessageLite<T,?>>, GeneratedMessageLite.ExtendableBuilder<MessageType extends GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, GeneratedMessageLite.ExtendableMessage<MessageType extends GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, GeneratedMessageLite.GeneratedExtension<ContainingType extends MessageLite,Type>, GeneratedMessageLite.MethodToInvoke, GeneratedMessageLite.SerializedForm
-
Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite
AbstractMessageLite.InternalOneOfEnum
-
-
Field Summary
Fields Modifier and Type Field Description static intDEPRECATION_WARNING_FIELD_NUMBERstatic intEDITION_DEPRECATED_FIELD_NUMBERstatic intEDITION_INTRODUCED_FIELD_NUMBERstatic intEDITION_REMOVED_FIELD_NUMBER-
Fields inherited from class com.google.protobuf.GeneratedMessageLite
unknownFields
-
Fields inherited from class com.google.protobuf.AbstractMessageLite
memoizedHashCode
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.ObjectdynamicMethod(GeneratedMessageLite.MethodToInvoke method, java.lang.Object arg0, java.lang.Object arg1)A method that implements different types of operations described inGeneratedMessageLite.MethodToInvoke.static DescriptorProtos.FieldOptions.FeatureSupportgetDefaultInstance()java.lang.StringgetDeprecationWarning()optional string deprecation_warning = 3 [json_name = "deprecationWarning"];ByteStringgetDeprecationWarningBytes()optional string deprecation_warning = 3 [json_name = "deprecationWarning"];DescriptorProtos.EditiongetEditionDeprecated()optional .google.protobuf.Edition edition_deprecated = 2 [json_name = "editionDeprecated"];DescriptorProtos.EditiongetEditionIntroduced()optional .google.protobuf.Edition edition_introduced = 1 [json_name = "editionIntroduced"];DescriptorProtos.EditiongetEditionRemoved()optional .google.protobuf.Edition edition_removed = 4 [json_name = "editionRemoved"];booleanhasDeprecationWarning()optional string deprecation_warning = 3 [json_name = "deprecationWarning"];booleanhasEditionDeprecated()optional .google.protobuf.Edition edition_deprecated = 2 [json_name = "editionDeprecated"];booleanhasEditionIntroduced()optional .google.protobuf.Edition edition_introduced = 1 [json_name = "editionIntroduced"];booleanhasEditionRemoved()optional .google.protobuf.Edition edition_removed = 4 [json_name = "editionRemoved"];static DescriptorProtos.FieldOptions.FeatureSupport.BuildernewBuilder()static DescriptorProtos.FieldOptions.FeatureSupport.BuildernewBuilder(DescriptorProtos.FieldOptions.FeatureSupport prototype)static DescriptorProtos.FieldOptions.FeatureSupportparseDelimitedFrom(java.io.InputStream input)static DescriptorProtos.FieldOptions.FeatureSupportparseDelimitedFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry)static DescriptorProtos.FieldOptions.FeatureSupportparseFrom(byte[] data)static DescriptorProtos.FieldOptions.FeatureSupportparseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)static DescriptorProtos.FieldOptions.FeatureSupportparseFrom(ByteString data)static DescriptorProtos.FieldOptions.FeatureSupportparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static DescriptorProtos.FieldOptions.FeatureSupportparseFrom(CodedInputStream input)static DescriptorProtos.FieldOptions.FeatureSupportparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)static DescriptorProtos.FieldOptions.FeatureSupportparseFrom(java.io.InputStream input)static DescriptorProtos.FieldOptions.FeatureSupportparseFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry)static DescriptorProtos.FieldOptions.FeatureSupportparseFrom(java.nio.ByteBuffer data)static DescriptorProtos.FieldOptions.FeatureSupportparseFrom(java.nio.ByteBuffer data, ExtensionRegistryLite extensionRegistry)static Parser<DescriptorProtos.FieldOptions.FeatureSupport>parser()-
Methods inherited from class com.google.protobuf.GeneratedMessageLite
createBuilder, createBuilder, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, emptyProtobufList, equals, getDefaultInstanceForType, getParserForType, getSerializedSize, hashCode, isInitialized, makeImmutable, mergeLengthDelimitedField, mergeUnknownFields, mergeVarintField, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBuilderForType, newMessageInfo, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseDelimitedFrom, parseDelimitedFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parsePartialFrom, parseUnknownField, registerDefaultInstance, toBuilder, toString, writeTo
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
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.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
-
-
-
Field Detail
-
EDITION_INTRODUCED_FIELD_NUMBER
public static final int EDITION_INTRODUCED_FIELD_NUMBER
- See Also:
- Constant Field Values
-
EDITION_DEPRECATED_FIELD_NUMBER
public static final int EDITION_DEPRECATED_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DEPRECATION_WARNING_FIELD_NUMBER
public static final int DEPRECATION_WARNING_FIELD_NUMBER
- See Also:
- Constant Field Values
-
EDITION_REMOVED_FIELD_NUMBER
public static final int EDITION_REMOVED_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
hasEditionIntroduced
public boolean hasEditionIntroduced()
optional .google.protobuf.Edition edition_introduced = 1 [json_name = "editionIntroduced"];- Specified by:
hasEditionIntroducedin interfaceDescriptorProtos.FieldOptions.FeatureSupportOrBuilder- Returns:
- Whether the editionIntroduced field is set.
-
getEditionIntroduced
public DescriptorProtos.Edition getEditionIntroduced()
optional .google.protobuf.Edition edition_introduced = 1 [json_name = "editionIntroduced"];- Specified by:
getEditionIntroducedin interfaceDescriptorProtos.FieldOptions.FeatureSupportOrBuilder- Returns:
- The editionIntroduced.
-
hasEditionDeprecated
public boolean hasEditionDeprecated()
optional .google.protobuf.Edition edition_deprecated = 2 [json_name = "editionDeprecated"];- Specified by:
hasEditionDeprecatedin interfaceDescriptorProtos.FieldOptions.FeatureSupportOrBuilder- Returns:
- Whether the editionDeprecated field is set.
-
getEditionDeprecated
public DescriptorProtos.Edition getEditionDeprecated()
optional .google.protobuf.Edition edition_deprecated = 2 [json_name = "editionDeprecated"];- Specified by:
getEditionDeprecatedin interfaceDescriptorProtos.FieldOptions.FeatureSupportOrBuilder- Returns:
- The editionDeprecated.
-
hasDeprecationWarning
public boolean hasDeprecationWarning()
optional string deprecation_warning = 3 [json_name = "deprecationWarning"];- Specified by:
hasDeprecationWarningin interfaceDescriptorProtos.FieldOptions.FeatureSupportOrBuilder- Returns:
- Whether the deprecationWarning field is set.
-
getDeprecationWarning
public java.lang.String getDeprecationWarning()
optional string deprecation_warning = 3 [json_name = "deprecationWarning"];- Specified by:
getDeprecationWarningin interfaceDescriptorProtos.FieldOptions.FeatureSupportOrBuilder- Returns:
- The deprecationWarning.
-
getDeprecationWarningBytes
public ByteString getDeprecationWarningBytes()
optional string deprecation_warning = 3 [json_name = "deprecationWarning"];- Specified by:
getDeprecationWarningBytesin interfaceDescriptorProtos.FieldOptions.FeatureSupportOrBuilder- Returns:
- The bytes for deprecationWarning.
-
hasEditionRemoved
public boolean hasEditionRemoved()
optional .google.protobuf.Edition edition_removed = 4 [json_name = "editionRemoved"];- Specified by:
hasEditionRemovedin interfaceDescriptorProtos.FieldOptions.FeatureSupportOrBuilder- Returns:
- Whether the editionRemoved field is set.
-
getEditionRemoved
public DescriptorProtos.Edition getEditionRemoved()
optional .google.protobuf.Edition edition_removed = 4 [json_name = "editionRemoved"];- Specified by:
getEditionRemovedin interfaceDescriptorProtos.FieldOptions.FeatureSupportOrBuilder- Returns:
- The editionRemoved.
-
parseFrom
public static DescriptorProtos.FieldOptions.FeatureSupport parseFrom(java.nio.ByteBuffer data) throws InvalidProtocolBufferException
- Throws:
InvalidProtocolBufferException
-
parseFrom
public static DescriptorProtos.FieldOptions.FeatureSupport parseFrom(java.nio.ByteBuffer data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
- Throws:
InvalidProtocolBufferException
-
parseFrom
public static DescriptorProtos.FieldOptions.FeatureSupport parseFrom(ByteString data) throws InvalidProtocolBufferException
- Throws:
InvalidProtocolBufferException
-
parseFrom
public static DescriptorProtos.FieldOptions.FeatureSupport parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
- Throws:
InvalidProtocolBufferException
-
parseFrom
public static DescriptorProtos.FieldOptions.FeatureSupport parseFrom(byte[] data) throws InvalidProtocolBufferException
- Throws:
InvalidProtocolBufferException
-
parseFrom
public static DescriptorProtos.FieldOptions.FeatureSupport parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
- Throws:
InvalidProtocolBufferException
-
parseFrom
public static DescriptorProtos.FieldOptions.FeatureSupport parseFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static DescriptorProtos.FieldOptions.FeatureSupport parseFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static DescriptorProtos.FieldOptions.FeatureSupport parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static DescriptorProtos.FieldOptions.FeatureSupport parseDelimitedFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static DescriptorProtos.FieldOptions.FeatureSupport parseFrom(CodedInputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static DescriptorProtos.FieldOptions.FeatureSupport parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
newBuilder
public static DescriptorProtos.FieldOptions.FeatureSupport.Builder newBuilder()
-
newBuilder
public static DescriptorProtos.FieldOptions.FeatureSupport.Builder newBuilder(DescriptorProtos.FieldOptions.FeatureSupport prototype)
-
dynamicMethod
protected final java.lang.Object dynamicMethod(GeneratedMessageLite.MethodToInvoke method, java.lang.Object arg0, java.lang.Object arg1)
Description copied from class:GeneratedMessageLiteA method that implements different types of operations described inGeneratedMessageLite.MethodToInvoke. These different kinds of operations are required to implement message-level operations for builders in the runtime. This method bundles those operations to reduce the generated methods count.NEW_INSTANCEreturns a new instance of the protocol buffer that has not yet been made immutable. SeeMAKE_IMMUTABLE.IS_INITIALIZEDreturnsnullfor false and the default instance for true. It doesn't use or modify any memoized value.GET_MEMOIZED_IS_INITIALIZEDreturns the memoizedisInitializedbyte value.SET_MEMOIZED_IS_INITIALIZEDsets the memoizedisInitializedbyte value to 1 if the first parameter is not null, or to 0 if the first parameter is null.NEW_BUILDERreturns aBuilderTypeinstance.
For use by generated code only.
-
getDefaultInstance
public static DescriptorProtos.FieldOptions.FeatureSupport getDefaultInstance()
-
parser
public static Parser<DescriptorProtos.FieldOptions.FeatureSupport> parser()
-
-