UpdateInstanceMetadata
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
No description
The desired end state of the update.
The time at which [UpdateInstance][google.spanner.admin.instance.v1.InstanceAdmin.UpdateInstance] request was received.
The time at which [UpdateInstance][google.spanner.admin.instance.v1.InstanceAdmin.UpdateInstance] request was received.
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.
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.
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;
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;
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;
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;
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;
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;
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;
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;