Package com.google.protobuf
Class DescriptorProtos.FeatureSetDefaults.FeatureSetEditionDefault
java.lang.Object
com.google.protobuf.AbstractMessageLite<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite<DescriptorProtos.FeatureSetDefaults.FeatureSetEditionDefault,DescriptorProtos.FeatureSetDefaults.FeatureSetEditionDefault.Builder>
com.google.protobuf.DescriptorProtos.FeatureSetDefaults.FeatureSetEditionDefault
- All Implemented Interfaces:
DescriptorProtos.FeatureSetDefaults.FeatureSetEditionDefaultOrBuilder,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder
- Enclosing class:
- DescriptorProtos.FeatureSetDefaults
public static final class DescriptorProtos.FeatureSetDefaults.FeatureSetEditionDefault
extends com.google.protobuf.GeneratedMessageLite<DescriptorProtos.FeatureSetDefaults.FeatureSetEditionDefault,DescriptorProtos.FeatureSetDefaults.FeatureSetEditionDefault.Builder>
implements DescriptorProtos.FeatureSetDefaults.FeatureSetEditionDefaultOrBuilder
A map from every known edition with a unique set of defaults to its defaults. Not all editions may be contained here. For a given edition, the defaults at the closest matching edition ordered at or before it should be used. This field must be in strict ascending order by edition.Protobuf type
google.protobuf.FeatureSetDefaults.FeatureSetEditionDefault-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classA map from every known edition with a unique set of defaults to its defaults.Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageLite
com.google.protobuf.GeneratedMessageLite.DefaultInstanceBasedParser<T extends com.google.protobuf.GeneratedMessageLite<T,?>>, com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType, BuilderType>, BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType, BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType, BuilderType>, BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType, BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType, BuilderType>, BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType, BuilderType>>, com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ContainingType extends com.google.protobuf.MessageLite, Type extends Object>, com.google.protobuf.GeneratedMessageLite.MethodToInvoke, com.google.protobuf.GeneratedMessageLite.SerializedForm Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessageLite.InternalOneOfEnum -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intFields inherited from class com.google.protobuf.GeneratedMessageLite
unknownFieldsFields inherited from class com.google.protobuf.AbstractMessageLite
memoizedHashCode -
Method Summary
Modifier and TypeMethodDescriptionprotected final ObjectdynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, Object arg0, Object arg1) optional .google.protobuf.Edition edition = 3 [json_name = "edition"];optional .google.protobuf.FeatureSet features = 2 [json_name = "features"];booleanoptional .google.protobuf.Edition edition = 3 [json_name = "edition"];booleanoptional .google.protobuf.FeatureSet features = 2 [json_name = "features"];parseDelimitedFrom(InputStream input) parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom(byte[] data) parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom(com.google.protobuf.ByteString data) parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom(com.google.protobuf.CodedInputStream input) parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom(InputStream input) parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom(ByteBuffer data) parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static com.google.protobuf.Parser<DescriptorProtos.FeatureSetDefaults.FeatureSetEditionDefault>parser()Methods inherited from class com.google.protobuf.GeneratedMessageLite
createBuilder, createBuilder, dynamicMethod, dynamicMethod, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, emptyProtobufList, equals, getDefaultInstanceForType, getParserForType, getSerializedSize, hashCode, isInitialized, 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, writeToMethods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Field Details
-
EDITION_FIELD_NUMBER
public static final int EDITION_FIELD_NUMBER- See Also:
-
FEATURES_FIELD_NUMBER
public static final int FEATURES_FIELD_NUMBER- See Also:
-
-
Method Details
-
hasEdition
public boolean hasEdition()optional .google.protobuf.Edition edition = 3 [json_name = "edition"];- Specified by:
hasEditionin interfaceDescriptorProtos.FeatureSetDefaults.FeatureSetEditionDefaultOrBuilder- Returns:
- Whether the edition field is set.
-
getEdition
optional .google.protobuf.Edition edition = 3 [json_name = "edition"];- Specified by:
getEditionin interfaceDescriptorProtos.FeatureSetDefaults.FeatureSetEditionDefaultOrBuilder- Returns:
- The edition.
-
hasFeatures
public boolean hasFeatures()optional .google.protobuf.FeatureSet features = 2 [json_name = "features"];- Specified by:
hasFeaturesin interfaceDescriptorProtos.FeatureSetDefaults.FeatureSetEditionDefaultOrBuilder- Returns:
- Whether the features field is set.
-
getFeatures
optional .google.protobuf.FeatureSet features = 2 [json_name = "features"];- Specified by:
getFeaturesin interfaceDescriptorProtos.FeatureSetDefaults.FeatureSetEditionDefaultOrBuilder- Returns:
- The features.
-
parseFrom
public static DescriptorProtos.FeatureSetDefaults.FeatureSetEditionDefault parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static DescriptorProtos.FeatureSetDefaults.FeatureSetEditionDefault parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static DescriptorProtos.FeatureSetDefaults.FeatureSetEditionDefault parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static DescriptorProtos.FeatureSetDefaults.FeatureSetEditionDefault 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.FeatureSetDefaults.FeatureSetEditionDefault parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static DescriptorProtos.FeatureSetDefaults.FeatureSetEditionDefault parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static DescriptorProtos.FeatureSetDefaults.FeatureSetEditionDefault parseFrom(InputStream input) throws IOException - Throws:
IOException
-
parseFrom
public static DescriptorProtos.FeatureSetDefaults.FeatureSetEditionDefault parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseDelimitedFrom
public static DescriptorProtos.FeatureSetDefaults.FeatureSetEditionDefault parseDelimitedFrom(InputStream input) throws IOException - Throws:
IOException
-
parseDelimitedFrom
public static DescriptorProtos.FeatureSetDefaults.FeatureSetEditionDefault parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseFrom
public static DescriptorProtos.FeatureSetDefaults.FeatureSetEditionDefault parseFrom(com.google.protobuf.CodedInputStream input) throws IOException - Throws:
IOException
-
parseFrom
public static DescriptorProtos.FeatureSetDefaults.FeatureSetEditionDefault parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
newBuilder
-
newBuilder
public static DescriptorProtos.FeatureSetDefaults.FeatureSetEditionDefault.Builder newBuilder(DescriptorProtos.FeatureSetDefaults.FeatureSetEditionDefault prototype) -
dynamicMethod
protected final Object dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, Object arg0, Object arg1) - Specified by:
dynamicMethodin classcom.google.protobuf.GeneratedMessageLite<DescriptorProtos.FeatureSetDefaults.FeatureSetEditionDefault,DescriptorProtos.FeatureSetDefaults.FeatureSetEditionDefault.Builder>
-
getDefaultInstance
-
parser
public static com.google.protobuf.Parser<DescriptorProtos.FeatureSetDefaults.FeatureSetEditionDefault> parser()
-