Cloud Spanner V1 Client - Class CreateBackupMetadata (1.60.0)

Reference documentation and code samples for the Cloud Spanner V1 Client class CreateBackupMetadata.

Metadata type for the operation returned by CreateBackup.

Generated from protobuf message google.spanner.admin.database.v1.CreateBackupMetadata

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

The name of the backup being created.

↳ database string

The name of the database the backup is created from.

↳ progress Google\Cloud\Spanner\Admin\Database\V1\OperationProgress

The progress of the CreateBackup operation.

↳ cancel_time Google\Protobuf\Timestamp

The time at which cancellation of this operation was received. 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 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 of 1, corresponding to Code.CANCELLED.

getName

The name of the backup being created.

Returns
TypeDescription
string

setName

The name of the backup being created.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getDatabase

The name of the database the backup is created from.

Returns
TypeDescription
string

setDatabase

The name of the database the backup is created from.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getProgress

The progress of the CreateBackup operation.

Returns
TypeDescription
Google\Cloud\Spanner\Admin\Database\V1\OperationProgress|null

hasProgress

clearProgress

setProgress

The progress of the CreateBackup operation.

Parameter
NameDescription
var Google\Cloud\Spanner\Admin\Database\V1\OperationProgress
Returns
TypeDescription
$this

getCancelTime

The time at which cancellation of this operation was received.

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 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 of 1, corresponding to Code.CANCELLED.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasCancelTime

clearCancelTime

setCancelTime

The time at which cancellation of this operation was received.

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 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 of 1, corresponding to Code.CANCELLED.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this