public static final class TableInfoMessage.TableInfo.Region extends com.google.protobuf.GeneratedMessage implements TableInfoMessage.TableInfo.RegionOrBuilder
org.apache.hadoop.hbase.rest.protobuf.generated.TableInfo.Region
Modifier and Type | Class and Description |
---|---|
static class |
TableInfoMessage.TableInfo.Region.Builder
Protobuf type
org.apache.hadoop.hbase.rest.protobuf.generated.TableInfo.Region |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>
Modifier and Type | Field and Description |
---|---|
static int |
ENDKEY_FIELD_NUMBER |
static int |
ID_FIELD_NUMBER |
static int |
LOCATION_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static com.google.protobuf.Parser<TableInfoMessage.TableInfo.Region> |
PARSER |
static int |
STARTKEY_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
static TableInfoMessage.TableInfo.Region |
getDefaultInstance() |
TableInfoMessage.TableInfo.Region |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.ByteString |
getEndKey()
optional bytes endKey = 3; |
long |
getId()
optional int64 id = 4; |
String |
getLocation()
optional string location = 5; |
com.google.protobuf.ByteString |
getLocationBytes()
optional string location = 5; |
String |
getName()
required string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
required string name = 1; |
com.google.protobuf.Parser<TableInfoMessage.TableInfo.Region> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.ByteString |
getStartKey()
optional bytes startKey = 2; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasEndKey()
optional bytes endKey = 3; |
boolean |
hasId()
optional int64 id = 4; |
boolean |
hasLocation()
optional string location = 5; |
boolean |
hasName()
required string name = 1; |
boolean |
hasStartKey()
optional bytes startKey = 2; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static TableInfoMessage.TableInfo.Region.Builder |
newBuilder() |
static TableInfoMessage.TableInfo.Region.Builder |
newBuilder(TableInfoMessage.TableInfo.Region prototype) |
TableInfoMessage.TableInfo.Region.Builder |
newBuilderForType() |
protected TableInfoMessage.TableInfo.Region.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static TableInfoMessage.TableInfo.Region |
parseDelimitedFrom(InputStream input) |
static TableInfoMessage.TableInfo.Region |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TableInfoMessage.TableInfo.Region |
parseFrom(byte[] data) |
static TableInfoMessage.TableInfo.Region |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TableInfoMessage.TableInfo.Region |
parseFrom(com.google.protobuf.ByteString data) |
static TableInfoMessage.TableInfo.Region |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TableInfoMessage.TableInfo.Region |
parseFrom(com.google.protobuf.CodedInputStream input) |
static TableInfoMessage.TableInfo.Region |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TableInfoMessage.TableInfo.Region |
parseFrom(InputStream input) |
static TableInfoMessage.TableInfo.Region |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
TableInfoMessage.TableInfo.Region.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownField
equals, findInitializationErrors, getInitializationErrorString, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, toString
toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static com.google.protobuf.Parser<TableInfoMessage.TableInfo.Region> PARSER
public static final int NAME_FIELD_NUMBER
public static final int STARTKEY_FIELD_NUMBER
public static final int ENDKEY_FIELD_NUMBER
public static final int ID_FIELD_NUMBER
public static final int LOCATION_FIELD_NUMBER
public static TableInfoMessage.TableInfo.Region getDefaultInstance()
public TableInfoMessage.TableInfo.Region getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessage
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage
public com.google.protobuf.Parser<TableInfoMessage.TableInfo.Region> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessage
public boolean hasName()
required string name = 1;
hasName
in interface TableInfoMessage.TableInfo.RegionOrBuilder
public String getName()
required string name = 1;
getName
in interface TableInfoMessage.TableInfo.RegionOrBuilder
public com.google.protobuf.ByteString getNameBytes()
required string name = 1;
getNameBytes
in interface TableInfoMessage.TableInfo.RegionOrBuilder
public boolean hasStartKey()
optional bytes startKey = 2;
hasStartKey
in interface TableInfoMessage.TableInfo.RegionOrBuilder
public com.google.protobuf.ByteString getStartKey()
optional bytes startKey = 2;
getStartKey
in interface TableInfoMessage.TableInfo.RegionOrBuilder
public boolean hasEndKey()
optional bytes endKey = 3;
hasEndKey
in interface TableInfoMessage.TableInfo.RegionOrBuilder
public com.google.protobuf.ByteString getEndKey()
optional bytes endKey = 3;
getEndKey
in interface TableInfoMessage.TableInfo.RegionOrBuilder
public boolean hasId()
optional int64 id = 4;
hasId
in interface TableInfoMessage.TableInfo.RegionOrBuilder
public long getId()
optional int64 id = 4;
getId
in interface TableInfoMessage.TableInfo.RegionOrBuilder
public boolean hasLocation()
optional string location = 5;
hasLocation
in interface TableInfoMessage.TableInfo.RegionOrBuilder
public String getLocation()
optional string location = 5;
getLocation
in interface TableInfoMessage.TableInfo.RegionOrBuilder
public com.google.protobuf.ByteString getLocationBytes()
optional string location = 5;
getLocationBytes
in interface TableInfoMessage.TableInfo.RegionOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.AbstractMessage
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.AbstractMessage
protected Object writeReplace() throws ObjectStreamException
writeReplace
in class com.google.protobuf.GeneratedMessage
ObjectStreamException
public static TableInfoMessage.TableInfo.Region parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static TableInfoMessage.TableInfo.Region parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static TableInfoMessage.TableInfo.Region parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static TableInfoMessage.TableInfo.Region parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static TableInfoMessage.TableInfo.Region parseFrom(InputStream input) throws IOException
IOException
public static TableInfoMessage.TableInfo.Region parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static TableInfoMessage.TableInfo.Region parseDelimitedFrom(InputStream input) throws IOException
IOException
public static TableInfoMessage.TableInfo.Region parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static TableInfoMessage.TableInfo.Region parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static TableInfoMessage.TableInfo.Region parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static TableInfoMessage.TableInfo.Region.Builder newBuilder()
public TableInfoMessage.TableInfo.Region.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static TableInfoMessage.TableInfo.Region.Builder newBuilder(TableInfoMessage.TableInfo.Region prototype)
public TableInfoMessage.TableInfo.Region.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected TableInfoMessage.TableInfo.Region.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessage
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.