public static interface TableInfoMessage.TableInfo.RegionOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
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.ByteString |
getStartKey()
optional bytes startKey = 2; |
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; |
boolean hasName()
required string name = 1;
String getName()
required string name = 1;
com.google.protobuf.ByteString getNameBytes()
required string name = 1;
boolean hasStartKey()
optional bytes startKey = 2;
com.google.protobuf.ByteString getStartKey()
optional bytes startKey = 2;
boolean hasEndKey()
optional bytes endKey = 3;
com.google.protobuf.ByteString getEndKey()
optional bytes endKey = 3;
boolean hasId()
optional int64 id = 4;
long getId()
optional int64 id = 4;
boolean hasLocation()
optional string location = 5;
String getLocation()
optional string location = 5;
com.google.protobuf.ByteString getLocationBytes()
optional string location = 5;
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.