public static interface BackupProtos.TableBackupStatusOrBuilder
| Modifier and Type | Method and Description | 
|---|---|
String | 
getSnapshot()
optional string snapshot = 3; | 
com.google.protobuf.ByteString | 
getSnapshotBytes()
optional string snapshot = 3; | 
HBaseProtos.TableName | 
getTable()
required .TableName table = 1; | 
HBaseProtos.TableNameOrBuilder | 
getTableOrBuilder()
required .TableName table = 1; | 
String | 
getTargetDir()
required string target_dir = 2; | 
com.google.protobuf.ByteString | 
getTargetDirBytes()
required string target_dir = 2; | 
boolean | 
hasSnapshot()
optional string snapshot = 3; | 
boolean | 
hasTable()
required .TableName table = 1; | 
boolean | 
hasTargetDir()
required string target_dir = 2; | 
boolean hasTable()
required .TableName table = 1;HBaseProtos.TableName getTable()
required .TableName table = 1;HBaseProtos.TableNameOrBuilder getTableOrBuilder()
required .TableName table = 1;boolean hasTargetDir()
required string target_dir = 2;String getTargetDir()
required string target_dir = 2;com.google.protobuf.ByteString getTargetDirBytes()
required string target_dir = 2;boolean hasSnapshot()
optional string snapshot = 3;String getSnapshot()
optional string snapshot = 3;com.google.protobuf.ByteString getSnapshotBytes()
optional string snapshot = 3;