Cloud Spanner V1 Client - Class CreateInstanceMetadata (1.54.2)

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

Metadata type for the operation returned by CreateInstance.

Generated from protobuf message google.spanner.admin.instance.v1.CreateInstanceMetadata

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ instance Google\Cloud\Spanner\Admin\Instance\V1\Instance

The instance being created.

↳ start_time Google\Protobuf\Timestamp

The time at which the CreateInstance request was received.

↳ cancel_time Google\Protobuf\Timestamp

The time at which this operation was cancelled. If set, this operation is in the process of undoing itself (which is guaranteed to succeed) and cannot be cancelled again.

↳ end_time Google\Protobuf\Timestamp

The time at which this operation failed or was completed successfully.

getInstance

The instance being created.

Generated from protobuf field .google.spanner.admin.instance.v1.Instance instance = 1;

Returns
Type Description
Google\Cloud\Spanner\Admin\Instance\V1\Instance|null

hasInstance

clearInstance

setInstance

The instance being created.

Generated from protobuf field .google.spanner.admin.instance.v1.Instance instance = 1;

Parameter
Name Description
var Google\Cloud\Spanner\Admin\Instance\V1\Instance
Returns
Type Description
$this

getStartTime

The time at which the CreateInstance request was received.

Generated from protobuf field .google.protobuf.Timestamp start_time = 2;

Returns
Type Description
Google\Protobuf\Timestamp|null

hasStartTime

clearStartTime

setStartTime

The time at which the CreateInstance request was received.

Generated from protobuf field .google.protobuf.Timestamp start_time = 2;

Parameter
Name Description
var Google\Protobuf\Timestamp
Returns
Type Description
$this

getCancelTime

The time at which this operation was cancelled. If set, this operation is in the process of undoing itself (which is guaranteed to succeed) and cannot be cancelled again.

Generated from protobuf field .google.protobuf.Timestamp cancel_time = 3;

Returns
Type Description
Google\Protobuf\Timestamp|null

hasCancelTime

clearCancelTime

setCancelTime

The time at which this operation was cancelled. If set, this operation is in the process of undoing itself (which is guaranteed to succeed) and cannot be cancelled again.

Generated from protobuf field .google.protobuf.Timestamp cancel_time = 3;

Parameter
Name Description
var Google\Protobuf\Timestamp
Returns
Type Description
$this

getEndTime

The time at which this operation failed or was completed successfully.

Generated from protobuf field .google.protobuf.Timestamp end_time = 4;

Returns
Type Description
Google\Protobuf\Timestamp|null

hasEndTime

clearEndTime

setEndTime

The time at which this operation failed or was completed successfully.

Generated from protobuf field .google.protobuf.Timestamp end_time = 4;

Parameter
Name Description
var Google\Protobuf\Timestamp
Returns
Type Description
$this