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 |
| 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 <any> |
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; |
<any> |
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,
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,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
TableInfoMessage.TableInfo.Region.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
public static <any> 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()
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
public <any> getParserForType()
public boolean hasName()
required string name = 1;hasName in interface TableInfoMessage.TableInfo.RegionOrBuilderpublic String getName()
required string name = 1;getName in interface TableInfoMessage.TableInfo.RegionOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
required string name = 1;getNameBytes in interface TableInfoMessage.TableInfo.RegionOrBuilderpublic boolean hasStartKey()
optional bytes startKey = 2;hasStartKey in interface TableInfoMessage.TableInfo.RegionOrBuilderpublic com.google.protobuf.ByteString getStartKey()
optional bytes startKey = 2;getStartKey in interface TableInfoMessage.TableInfo.RegionOrBuilderpublic boolean hasEndKey()
optional bytes endKey = 3;hasEndKey in interface TableInfoMessage.TableInfo.RegionOrBuilderpublic com.google.protobuf.ByteString getEndKey()
optional bytes endKey = 3;getEndKey in interface TableInfoMessage.TableInfo.RegionOrBuilderpublic boolean hasId()
optional int64 id = 4;hasId in interface TableInfoMessage.TableInfo.RegionOrBuilderpublic long getId()
optional int64 id = 4;getId in interface TableInfoMessage.TableInfo.RegionOrBuilderpublic boolean hasLocation()
optional string location = 5;hasLocation in interface TableInfoMessage.TableInfo.RegionOrBuilderpublic String getLocation()
optional string location = 5;getLocation in interface TableInfoMessage.TableInfo.RegionOrBuilderpublic com.google.protobuf.ByteString getLocationBytes()
optional string location = 5;getLocationBytes in interface TableInfoMessage.TableInfo.RegionOrBuilderpublic final boolean isInitialized()
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
IOExceptionpublic int getSerializedSize()
protected Object writeReplace() throws ObjectStreamException
ObjectStreamExceptionpublic static TableInfoMessage.TableInfo.Region parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TableInfoMessage.TableInfo.Region parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TableInfoMessage.TableInfo.Region parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TableInfoMessage.TableInfo.Region parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static TableInfoMessage.TableInfo.Region parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static TableInfoMessage.TableInfo.Region parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static TableInfoMessage.TableInfo.Region parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static TableInfoMessage.TableInfo.Region parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static TableInfoMessage.TableInfo.Region.Builder newBuilder()
public TableInfoMessage.TableInfo.Region.Builder newBuilderForType()
public static TableInfoMessage.TableInfo.Region.Builder newBuilder(TableInfoMessage.TableInfo.Region prototype)
public TableInfoMessage.TableInfo.Region.Builder toBuilder()
protected TableInfoMessage.TableInfo.Region.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)