@Generated
public interface CopyBackupMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
The name of the backup being created through the copy operation.
|
com.google.protobuf.ByteString |
getNameBytes()
The name of the backup being created through the copy operation.
|
OperationProgress |
getProgress()
The progress of the
[CopyBackup][google.bigtable.admin.v2.BigtableTableAdmin.CopyBackup]
operation.
|
OperationProgressOrBuilder |
getProgressOrBuilder()
The progress of the
[CopyBackup][google.bigtable.admin.v2.BigtableTableAdmin.CopyBackup]
operation.
|
BackupInfo |
getSourceBackupInfo()
Information about the source backup that is being copied from.
|
BackupInfoOrBuilder |
getSourceBackupInfoOrBuilder()
Information about the source backup that is being copied from.
|
boolean |
hasProgress()
The progress of the
[CopyBackup][google.bigtable.admin.v2.BigtableTableAdmin.CopyBackup]
operation.
|
boolean |
hasSourceBackupInfo()
Information about the source backup that is being copied from.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
The name of the backup being created through the copy operation. Values are of the form `projects/<project>/instances/<instance>/clusters/<cluster>/backups/<backup>`.
string name = 1 [(.google.api.resource_reference) = { ... }com.google.protobuf.ByteString getNameBytes()
The name of the backup being created through the copy operation. Values are of the form `projects/<project>/instances/<instance>/clusters/<cluster>/backups/<backup>`.
string name = 1 [(.google.api.resource_reference) = { ... }boolean hasSourceBackupInfo()
Information about the source backup that is being copied from.
.google.bigtable.admin.v2.BackupInfo source_backup_info = 2;BackupInfo getSourceBackupInfo()
Information about the source backup that is being copied from.
.google.bigtable.admin.v2.BackupInfo source_backup_info = 2;BackupInfoOrBuilder getSourceBackupInfoOrBuilder()
Information about the source backup that is being copied from.
.google.bigtable.admin.v2.BackupInfo source_backup_info = 2;boolean hasProgress()
The progress of the [CopyBackup][google.bigtable.admin.v2.BigtableTableAdmin.CopyBackup] operation.
.google.bigtable.admin.v2.OperationProgress progress = 3;OperationProgress getProgress()
The progress of the [CopyBackup][google.bigtable.admin.v2.BigtableTableAdmin.CopyBackup] operation.
.google.bigtable.admin.v2.OperationProgress progress = 3;OperationProgressOrBuilder getProgressOrBuilder()
The progress of the [CopyBackup][google.bigtable.admin.v2.BigtableTableAdmin.CopyBackup] operation.
.google.bigtable.admin.v2.OperationProgress progress = 3;Copyright © 2026 Google LLC. All rights reserved.