public interface CopyBackupMetadataOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Timestamp |
getCancelTime()
The time at which cancellation of CopyBackup operation was received.
|
TimestampOrBuilder |
getCancelTimeOrBuilder()
The time at which cancellation of CopyBackup operation was received.
|
String |
getName()
The name of the backup being created through the copy operation.
|
ByteString |
getNameBytes()
The name of the backup being created through the copy operation.
|
OperationProgress |
getProgress()
The progress of the
[CopyBackup][google.spanner.admin.database.v1.DatabaseAdmin.CopyBackup] operation.
|
OperationProgressOrBuilder |
getProgressOrBuilder()
The progress of the
[CopyBackup][google.spanner.admin.database.v1.DatabaseAdmin.CopyBackup] operation.
|
String |
getSourceBackup()
The name of the source backup that is being copied.
|
ByteString |
getSourceBackupBytes()
The name of the source backup that is being copied.
|
boolean |
hasCancelTime()
The time at which cancellation of CopyBackup operation was received.
|
boolean |
hasProgress()
The progress of the
[CopyBackup][google.spanner.admin.database.v1.DatabaseAdmin.CopyBackup] operation.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getName()
The name of the backup being created through the copy operation. Values are of the form `projects/<project>/instances/<instance>/backups/<backup>`.
string name = 1 [(.google.api.resource_reference) = { ... }
ByteString getNameBytes()
The name of the backup being created through the copy operation. Values are of the form `projects/<project>/instances/<instance>/backups/<backup>`.
string name = 1 [(.google.api.resource_reference) = { ... }
String getSourceBackup()
The name of the source backup that is being copied. Values are of the form `projects/<project>/instances/<instance>/backups/<backup>`.
string source_backup = 2 [(.google.api.resource_reference) = { ... }
ByteString getSourceBackupBytes()
The name of the source backup that is being copied. Values are of the form `projects/<project>/instances/<instance>/backups/<backup>`.
string source_backup = 2 [(.google.api.resource_reference) = { ... }
boolean hasProgress()
The progress of the [CopyBackup][google.spanner.admin.database.v1.DatabaseAdmin.CopyBackup] operation.
.google.spanner.admin.database.v1.OperationProgress progress = 3;
OperationProgress getProgress()
The progress of the [CopyBackup][google.spanner.admin.database.v1.DatabaseAdmin.CopyBackup] operation.
.google.spanner.admin.database.v1.OperationProgress progress = 3;
OperationProgressOrBuilder getProgressOrBuilder()
The progress of the [CopyBackup][google.spanner.admin.database.v1.DatabaseAdmin.CopyBackup] operation.
.google.spanner.admin.database.v1.OperationProgress progress = 3;
boolean hasCancelTime()
The time at which cancellation of CopyBackup operation was received. [Operations.CancelOperation][google.longrunning.Operations.CancelOperation] starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. Clients can use [Operations.GetOperation][google.longrunning.Operations.GetOperation] or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an [Operation.error][google.longrunning.Operation.error] value with a [google.rpc.Status.code][google.rpc.Status.code] of 1, corresponding to `Code.CANCELLED`.
.google.protobuf.Timestamp cancel_time = 4;
Timestamp getCancelTime()
The time at which cancellation of CopyBackup operation was received. [Operations.CancelOperation][google.longrunning.Operations.CancelOperation] starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. Clients can use [Operations.GetOperation][google.longrunning.Operations.GetOperation] or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an [Operation.error][google.longrunning.Operation.error] value with a [google.rpc.Status.code][google.rpc.Status.code] of 1, corresponding to `Code.CANCELLED`.
.google.protobuf.Timestamp cancel_time = 4;
TimestampOrBuilder getCancelTimeOrBuilder()
The time at which cancellation of CopyBackup operation was received. [Operations.CancelOperation][google.longrunning.Operations.CancelOperation] starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. Clients can use [Operations.GetOperation][google.longrunning.Operations.GetOperation] or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an [Operation.error][google.longrunning.Operation.error] value with a [google.rpc.Status.code][google.rpc.Status.code] of 1, corresponding to `Code.CANCELLED`.
.google.protobuf.Timestamp cancel_time = 4;
Copyright © 2022 Google LLC. All rights reserved.