public interface RestoreTableMetadataOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getBackupInfo()
public abstract BackupInfo getBackupInfo()
.google.bigtable.admin.v2.BackupInfo backup_info = 3;
Type | Description |
BackupInfo | The backupInfo. |
getBackupInfoOrBuilder()
public abstract BackupInfoOrBuilder getBackupInfoOrBuilder()
.google.bigtable.admin.v2.BackupInfo backup_info = 3;
Type | Description |
BackupInfoOrBuilder |
getName()
public abstract String getName()
Name of the table being created and restored to.
string name = 1;
Type | Description |
String | The name. |
getNameBytes()
public abstract ByteString getNameBytes()
Name of the table being created and restored to.
string name = 1;
Type | Description |
ByteString | The bytes for name. |
getOptimizeTableOperationName()
public abstract String getOptimizeTableOperationName()
If exists, the name of the long-running operation that will be used to track the post-restore optimization process to optimize the performance of the restored table. The metadata type of the long-running operation is [OptimizeRestoreTableMetadata][]. The response type is Empty. This long-running operation may be automatically created by the system if applicable after the RestoreTable long-running operation completes successfully. This operation may not be created if the table is already optimized or the restore was not successful.
string optimize_table_operation_name = 4;
Type | Description |
String | The optimizeTableOperationName. |
getOptimizeTableOperationNameBytes()
public abstract ByteString getOptimizeTableOperationNameBytes()
If exists, the name of the long-running operation that will be used to track the post-restore optimization process to optimize the performance of the restored table. The metadata type of the long-running operation is [OptimizeRestoreTableMetadata][]. The response type is Empty. This long-running operation may be automatically created by the system if applicable after the RestoreTable long-running operation completes successfully. This operation may not be created if the table is already optimized or the restore was not successful.
string optimize_table_operation_name = 4;
Type | Description |
ByteString | The bytes for optimizeTableOperationName. |
getProgress()
public abstract OperationProgress getProgress()
The progress of the RestoreTable operation.
.google.bigtable.admin.v2.OperationProgress progress = 5;
Type | Description |
OperationProgress | The progress. |
getProgressOrBuilder()
public abstract OperationProgressOrBuilder getProgressOrBuilder()
The progress of the RestoreTable operation.
.google.bigtable.admin.v2.OperationProgress progress = 5;
Type | Description |
OperationProgressOrBuilder |
getSourceInfoCase()
public abstract RestoreTableMetadata.SourceInfoCase getSourceInfoCase()
Type | Description |
RestoreTableMetadata.SourceInfoCase |
getSourceType()
public abstract RestoreSourceType getSourceType()
The type of the restore source.
.google.bigtable.admin.v2.RestoreSourceType source_type = 2;
Type | Description |
RestoreSourceType | The sourceType. |
getSourceTypeValue()
public abstract int getSourceTypeValue()
The type of the restore source.
.google.bigtable.admin.v2.RestoreSourceType source_type = 2;
Type | Description |
int | The enum numeric value on the wire for sourceType. |
hasBackupInfo()
public abstract boolean hasBackupInfo()
.google.bigtable.admin.v2.BackupInfo backup_info = 3;
Type | Description |
boolean | Whether the backupInfo field is set. |
hasProgress()
public abstract boolean hasProgress()
The progress of the RestoreTable operation.
.google.bigtable.admin.v2.OperationProgress progress = 5;
Type | Description |
boolean | Whether the progress field is set. |