|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface TableInfoMessage.TableInfo.RegionOrBuilder
Method Summary | |
---|---|
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; |
Methods inherited from interface com.google.protobuf.MessageOrBuilder |
---|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField |
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder |
---|
isInitialized |
Method Detail |
---|
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;
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |