public static final class DescriptorProtos.DescriptorProto.ExtensionRange extends com.google.protobuf.GeneratedMessageV3 implements DescriptorProtos.DescriptorProto.ExtensionRangeOrBuilder
google.protobuf.DescriptorProto.ExtensionRange| Modifier and Type | Class and Description |
|---|---|
static class |
DescriptorProtos.DescriptorProto.ExtensionRange.Builder
Protobuf type
google.protobuf.DescriptorProto.ExtensionRange |
com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
END_FIELD_NUMBER |
static int |
OPTIONS_FIELD_NUMBER |
static Parser<DescriptorProtos.DescriptorProto.ExtensionRange> |
PARSER
Deprecated.
|
static int |
START_FIELD_NUMBER |
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneoffindInitializationErrors, getInitializationErrorString, toStringtoByteArray, toByteString, writeDelimitedTo, writeTofindInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneoftoByteArray, toByteString, writeDelimitedTo, writeTopublic static final int START_FIELD_NUMBER
public static final int END_FIELD_NUMBER
public static final int OPTIONS_FIELD_NUMBER
@Deprecated public static final Parser<DescriptorProtos.DescriptorProto.ExtensionRange> PARSER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
MessageOrBuilderUnknownFieldSet for this message.getUnknownFields in interface MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final Descriptors.Descriptor getDescriptor()
public boolean hasStart()
Inclusive.
optional int32 start = 1;hasStart in interface DescriptorProtos.DescriptorProto.ExtensionRangeOrBuilderpublic int getStart()
Inclusive.
optional int32 start = 1;getStart in interface DescriptorProtos.DescriptorProto.ExtensionRangeOrBuilderpublic boolean hasEnd()
Exclusive.
optional int32 end = 2;hasEnd in interface DescriptorProtos.DescriptorProto.ExtensionRangeOrBuilderpublic int getEnd()
Exclusive.
optional int32 end = 2;getEnd in interface DescriptorProtos.DescriptorProto.ExtensionRangeOrBuilderpublic boolean hasOptions()
optional .google.protobuf.ExtensionRangeOptions options = 3;hasOptions in interface DescriptorProtos.DescriptorProto.ExtensionRangeOrBuilderpublic DescriptorProtos.ExtensionRangeOptions getOptions()
optional .google.protobuf.ExtensionRangeOptions options = 3;getOptions in interface DescriptorProtos.DescriptorProto.ExtensionRangeOrBuilderpublic DescriptorProtos.ExtensionRangeOptionsOrBuilder getOptionsOrBuilder()
optional .google.protobuf.ExtensionRangeOptions options = 3;getOptionsOrBuilder in interface DescriptorProtos.DescriptorProto.ExtensionRangeOrBuilderpublic final boolean isInitialized()
MessageLiteOrBuilderisInitialized in interface MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(CodedOutputStream output) throws java.io.IOException
MessageLiteoutput. This does not flush or close the
stream.writeTo in interface MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3java.io.IOExceptionpublic int getSerializedSize()
MessageLitegetSerializedSize in interface MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(java.lang.Object obj)
Messagetrue if the given
object is a message of the same type (as defined by getDescriptorForType()) and has
identical values for all of its fields. Subclasses must implement this; inheriting Object.equals() is incorrect.equals in interface Messageequals in class AbstractMessageobj - object to be compared for equality with this messagetrue if the specified object is equal to this messagepublic int hashCode()
MessageObject.hashCode() is incorrect.hashCode in interface MessagehashCode in class AbstractMessageMap.hashCode()public static DescriptorProtos.DescriptorProto.ExtensionRange parseFrom(java.nio.ByteBuffer data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static DescriptorProtos.DescriptorProto.ExtensionRange parseFrom(java.nio.ByteBuffer data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static DescriptorProtos.DescriptorProto.ExtensionRange parseFrom(ByteString data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static DescriptorProtos.DescriptorProto.ExtensionRange parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static DescriptorProtos.DescriptorProto.ExtensionRange parseFrom(byte[] data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static DescriptorProtos.DescriptorProto.ExtensionRange parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static DescriptorProtos.DescriptorProto.ExtensionRange parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static DescriptorProtos.DescriptorProto.ExtensionRange parseFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static DescriptorProtos.DescriptorProto.ExtensionRange parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static DescriptorProtos.DescriptorProto.ExtensionRange parseDelimitedFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static DescriptorProtos.DescriptorProto.ExtensionRange parseFrom(CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static DescriptorProtos.DescriptorProto.ExtensionRange parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic DescriptorProtos.DescriptorProto.ExtensionRange.Builder newBuilderForType()
MessageLitenewBuilderForType in interface MessagenewBuilderForType in interface MessageLitepublic static DescriptorProtos.DescriptorProto.ExtensionRange.Builder newBuilder()
public static DescriptorProtos.DescriptorProto.ExtensionRange.Builder newBuilder(DescriptorProtos.DescriptorProto.ExtensionRange prototype)
public DescriptorProtos.DescriptorProto.ExtensionRange.Builder toBuilder()
MessageLitetoBuilder in interface MessagetoBuilder in interface MessageLitepublic static DescriptorProtos.DescriptorProto.ExtensionRange getDefaultInstance()
public static Parser<DescriptorProtos.DescriptorProto.ExtensionRange> parser()
public Parser<DescriptorProtos.DescriptorProto.ExtensionRange> getParserForType()
MessageLitegetParserForType in interface MessagegetParserForType in interface MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public DescriptorProtos.DescriptorProto.ExtensionRange getDefaultInstanceForType()
MessageLiteOrBuildergetDefaultInstance() 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 MessageLiteOrBuildergetDefaultInstanceForType in interface MessageOrBuilder