class UpdateInstanceMetadata extends Message

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

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

Methods

__construct()

No description

getInstance()

The desired end state of the update.

setInstance(Instance $var)

The desired end state of the update.

getStartTime()

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

setStartTime(Timestamp $var)

The time at which [UpdateInstance][google.spanner.admin.instance.v1.InstanceAdmin.UpdateInstance] 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 47
__construct()

at line 58
Instance getInstance()

The desired end state of the update.

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

Return Value

Instance

at line 69
setInstance(Instance $var)

The desired end state of the update.

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

Parameters

Instance $var

at line 82
Timestamp getStartTime()

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

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

Return Value

Timestamp

at line 94
setStartTime(Timestamp $var)

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

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

Parameters

Timestamp $var

at line 108
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 121
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 133
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 144
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