public interface RestoreTableMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
BackupInfo |
getBackupInfo()
.google.bigtable.admin.v2.BackupInfo backup_info = 3; |
BackupInfoOrBuilder |
getBackupInfoOrBuilder()
.google.bigtable.admin.v2.BackupInfo backup_info = 3; |
String |
getName()
Name of the table being created and restored to.
|
com.google.protobuf.ByteString |
getNameBytes()
Name of the table being created and restored to.
|
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.
|
com.google.protobuf.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.
|
OperationProgress |
getProgress()
The progress of the [RestoreTable][google.bigtable.admin.v2.BigtableTableAdmin.RestoreTable]
operation.
|
OperationProgressOrBuilder |
getProgressOrBuilder()
The progress of the [RestoreTable][google.bigtable.admin.v2.BigtableTableAdmin.RestoreTable]
operation.
|
RestoreTableMetadata.SourceInfoCase |
getSourceInfoCase() |
RestoreSourceType |
getSourceType()
The type of the restore source.
|
int |
getSourceTypeValue()
The type of the restore source.
|
boolean |
hasBackupInfo()
.google.bigtable.admin.v2.BackupInfo backup_info = 3; |
boolean |
hasProgress()
The progress of the [RestoreTable][google.bigtable.admin.v2.BigtableTableAdmin.RestoreTable]
operation.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Name of the table being created and restored to.
string name = 1;com.google.protobuf.ByteString getNameBytes()
Name of the table being created and restored to.
string name = 1;int getSourceTypeValue()
The type of the restore source.
.google.bigtable.admin.v2.RestoreSourceType source_type = 2;RestoreSourceType getSourceType()
The type of the restore source.
.google.bigtable.admin.v2.RestoreSourceType source_type = 2;boolean hasBackupInfo()
.google.bigtable.admin.v2.BackupInfo backup_info = 3;BackupInfo getBackupInfo()
.google.bigtable.admin.v2.BackupInfo backup_info = 3;BackupInfoOrBuilder getBackupInfoOrBuilder()
.google.bigtable.admin.v2.BackupInfo backup_info = 3;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][google.protobuf.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;com.google.protobuf.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][google.protobuf.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;boolean hasProgress()
The progress of the [RestoreTable][google.bigtable.admin.v2.BigtableTableAdmin.RestoreTable] operation.
.google.bigtable.admin.v2.OperationProgress progress = 5;OperationProgress getProgress()
The progress of the [RestoreTable][google.bigtable.admin.v2.BigtableTableAdmin.RestoreTable] operation.
.google.bigtable.admin.v2.OperationProgress progress = 5;OperationProgressOrBuilder getProgressOrBuilder()
The progress of the [RestoreTable][google.bigtable.admin.v2.BigtableTableAdmin.RestoreTable] operation.
.google.bigtable.admin.v2.OperationProgress progress = 5;RestoreTableMetadata.SourceInfoCase getSourceInfoCase()
Copyright © 2022 Google LLC. All rights reserved.