public static interface HBaseProtos.RegionSpecifierOrBuilder
| Modifier and Type | Method and Description | 
|---|---|
HBaseProtos.RegionSpecifier.RegionSpecifierType | 
getType()
required .RegionSpecifier.RegionSpecifierType type = 1; | 
com.google.protobuf.ByteString | 
getValue()
required bytes value = 2; | 
boolean | 
hasType()
required .RegionSpecifier.RegionSpecifierType type = 1; | 
boolean | 
hasValue()
required bytes value = 2; | 
boolean hasType()
required .RegionSpecifier.RegionSpecifierType type = 1;HBaseProtos.RegionSpecifier.RegionSpecifierType getType()
required .RegionSpecifier.RegionSpecifierType type = 1;boolean hasValue()
required bytes value = 2;com.google.protobuf.ByteString getValue()
required bytes value = 2;