CreateInstanceMetadata
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
No description
The instance being created.
The time at which the [CreateInstance][google.spanner.admin.instance.v1.InstanceAdmin.CreateInstance] request was received.
The time at which the [CreateInstance][google.spanner.admin.instance.v1.InstanceAdmin.CreateInstance] 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 48
__construct()
at line 59
Instance
getInstance()
The instance being created.
Generated from protobuf field .google.spanner.admin.instance.v1.Instance instance = 1;
at line 70
setInstance(Instance $var)
The instance being created.
Generated from protobuf field .google.spanner.admin.instance.v1.Instance instance = 1;
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;
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;
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;
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;
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;
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;