public static final class DescriptorProtos.DescriptorProto.ExtensionRange extends GeneratedMessageimplements DescriptorProtos .DescriptorProto .ExtensionRangeOrBuilder
google.protobuf.DescriptorProto.ExtensionRange
| Modifier and Type | Class and Description |
|---|---|
static class |
DescriptorProtos
Protobuf type
google.protobuf.DescriptorProto.ExtensionRange
|
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> | Modifier and Type | Field and Description |
|---|---|
static int |
END_FIELD_NUMBER
|
static Parser |
PARSER
|
static int |
START_FIELD_NUMBER
|
alwaysUseFieldBuildersmemoizedHashCodegetAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, makeExtensionsImmutable, newFileScopedGeneratedExtension, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownFieldequals, findInitializationErrors, getInitializationErrorString, hashCode, hashFields, toStringcheckByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneoftoByteArray, toByteString, writeDelimitedTo, writeTopublic static Parser<DescriptorProtos .DescriptorProto .ExtensionRange > PARSER
public static final int START_FIELD_NUMBER
public static final int END_FIELD_NUMBER
public static DescriptorProtos.DescriptorProto .ExtensionRange getDefaultInstance()
public DescriptorProtos.DescriptorProto .ExtensionRange 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.
public final UnknownFieldSetgetUnknownFields()
MessageOrBuilder
UnknownFieldSet for this message.
public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
GeneratedMessage
public Parser<DescriptorProtos .DescriptorProto .ExtensionRange > getParserForType()
MessageLite
public boolean hasStart()
optional int32 start = 1;
public int getStart()
optional int32 start = 1;
public boolean hasEnd()
optional int32 end = 2;
public int getEnd()
optional int32 end = 2;
public final boolean isInitialized()
MessageLiteOrBuilder
public void writeTo(CodedOutputStreamoutput) throws IOException
MessageLite
output. This does not flush or close the stream.
writeTo in interface
MessageLite
writeTo in class
AbstractMessage
IOException
public int getSerializedSize()
MessageLite
protected ObjectwriteReplace() throws ObjectStreamException
GeneratedMessage
return super.writeReplace();
writeReplace in class
GeneratedMessage
ObjectStreamException
public static DescriptorProtos.DescriptorProto .ExtensionRange parseFrom(ByteString data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static DescriptorProtos.DescriptorProto .ExtensionRange parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static DescriptorProtos.DescriptorProto .ExtensionRange parseFrom(byte[] data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static DescriptorProtos.DescriptorProto .ExtensionRange parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static DescriptorProtos.DescriptorProto .ExtensionRange parseFrom(InputStream input) throws IOException
IOException
public static DescriptorProtos.DescriptorProto .ExtensionRange parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static DescriptorProtos.DescriptorProto .ExtensionRange parseDelimitedFrom(InputStream input) throws IOException
IOException
public static DescriptorProtos.DescriptorProto .ExtensionRange parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static DescriptorProtos.DescriptorProto .ExtensionRange parseFrom(CodedInputStream input) throws IOException
IOException
public static DescriptorProtos.DescriptorProto .ExtensionRange parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static DescriptorProtos.DescriptorProto .ExtensionRange .Builder newBuilder()
public DescriptorProtos.DescriptorProto .ExtensionRange .Builder newBuilderForType()
MessageLite
public static DescriptorProtos.DescriptorProto .ExtensionRange .Builder newBuilder(DescriptorProtos .DescriptorProto .ExtensionRange prototype)
public DescriptorProtos.DescriptorProto .ExtensionRange .Builder toBuilder()
MessageLite
protected DescriptorProtos.DescriptorProto .ExtensionRange .Builder newBuilderForType(GeneratedMessage .BuilderParent parent)