class CreateInstanceMetadata extends Message

Metadata type for the operation returned by [CreateInstance][google.spanner.admin.instance.v1.InstanceAdmin.CreateInstance].

Protobuf type Google\Spanner\Admin\Instance\V1\CreateInstanceMetadata

Methods

__construct()

No description

getInstance()

The instance being created.

setInstance(Instance $var)

The instance being created.

getStartTime()

The time at which the [CreateInstance][google.spanner.admin.instance.v1.InstanceAdmin.CreateInstance] request was received.

setStartTime(Timestamp $var)

The time at which the [CreateInstance][google.spanner.admin.instance.v1.InstanceAdmin.CreateInstance] request was received.

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.

setCancelTime(Timestamp $var)

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.

getEndTime()

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

setEndTime(Timestamp $var)

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

Details

at line 48
__construct()

at line 59
Instance getInstance()

The instance being created.

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

Return Value

Instance

at line 70
setInstance(Instance $var)

The instance being created.

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

Parameters

Instance $var

at line 84
Timestamp getStartTime()

The time at which the [CreateInstance][google.spanner.admin.instance.v1.InstanceAdmin.CreateInstance] request was received.

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

Return Value

Timestamp

at line 97
setStartTime(Timestamp $var)

The time at which the [CreateInstance][google.spanner.admin.instance.v1.InstanceAdmin.CreateInstance] request was received.

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

Parameters

Timestamp $var

at line 111
Timestamp 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;

Return Value

Timestamp

at line 124
setCancelTime(Timestamp $var)

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;

Parameters

Timestamp $var

at line 136
Timestamp getEndTime()

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

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

Return Value

Timestamp

at line 147
setEndTime(Timestamp $var)

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

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

Parameters

Timestamp $var