public interface CreateBackupMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Timestamp |
getCancelTime()
The time at which cancellation of this operation was received.
|
com.google.protobuf.TimestampOrBuilder |
getCancelTimeOrBuilder()
The time at which cancellation of this operation was received.
|
String |
getDatabase()
The name of the database the backup is created from.
|
com.google.protobuf.ByteString |
getDatabaseBytes()
The name of the database the backup is created from.
|
String |
getName()
The name of the backup being created.
|
com.google.protobuf.ByteString |
getNameBytes()
The name of the backup being created.
|
OperationProgress |
getProgress()
The progress of the
[CreateBackup][google.spanner.admin.database.v1.DatabaseAdmin.CreateBackup] operation.
|
OperationProgressOrBuilder |
getProgressOrBuilder()
The progress of the
[CreateBackup][google.spanner.admin.database.v1.DatabaseAdmin.CreateBackup] operation.
|
boolean |
hasCancelTime()
The time at which cancellation of this operation was received.
|
boolean |
hasProgress()
The progress of the
[CreateBackup][google.spanner.admin.database.v1.DatabaseAdmin.CreateBackup] operation.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
The name of the backup being created.
string name = 1;com.google.protobuf.ByteString getNameBytes()
The name of the backup being created.
string name = 1;String getDatabase()
The name of the database the backup is created from.
string database = 2;com.google.protobuf.ByteString getDatabaseBytes()
The name of the database the backup is created from.
string database = 2;boolean hasProgress()
The progress of the [CreateBackup][google.spanner.admin.database.v1.DatabaseAdmin.CreateBackup] operation.
.google.spanner.admin.database.v1.OperationProgress progress = 3;OperationProgress getProgress()
The progress of the [CreateBackup][google.spanner.admin.database.v1.DatabaseAdmin.CreateBackup] operation.
.google.spanner.admin.database.v1.OperationProgress progress = 3;OperationProgressOrBuilder getProgressOrBuilder()
The progress of the [CreateBackup][google.spanner.admin.database.v1.DatabaseAdmin.CreateBackup] operation.
.google.spanner.admin.database.v1.OperationProgress progress = 3;boolean hasCancelTime()
The time at which cancellation of this 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][] value with a [google.rpc.Status.code][google.rpc.Status.code] of 1, corresponding to `Code.CANCELLED`.
.google.protobuf.Timestamp cancel_time = 4;com.google.protobuf.Timestamp getCancelTime()
The time at which cancellation of this 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][] value with a [google.rpc.Status.code][google.rpc.Status.code] of 1, corresponding to `Code.CANCELLED`.
.google.protobuf.Timestamp cancel_time = 4;com.google.protobuf.TimestampOrBuilder getCancelTimeOrBuilder()
The time at which cancellation of this 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][] value with a [google.rpc.Status.code][google.rpc.Status.code] of 1, corresponding to `Code.CANCELLED`.
.google.protobuf.Timestamp cancel_time = 4;Copyright © 2020 Google LLC. All rights reserved.