public sealed class CreateInstanceMetadata : IMessage<CreateInstanceMetadata>, IEquatable<CreateInstanceMetadata>, IDeepCloneable<CreateInstanceMetadata>, IBufferMessage, IMessage
Metadata type for the operation returned by [CreateInstance][google.spanner.admin.instance.v1.InstanceAdmin.CreateInstance].
Implements
IMessage<CreateInstanceMetadata>, IEquatable<CreateInstanceMetadata>, IDeepCloneable<CreateInstanceMetadata>, IBufferMessage, IMessageNamespace
Google.Cloud.Spanner.Admin.Instance.V1Assembly
Google.Cloud.Spanner.Admin.Instance.V1.dll
Constructors
CreateInstanceMetadata()
public CreateInstanceMetadata()
CreateInstanceMetadata(CreateInstanceMetadata)
public CreateInstanceMetadata(CreateInstanceMetadata other)
Parameter | |
---|---|
Name | Description |
other | CreateInstanceMetadata |
Properties
CancelTime
public Timestamp CancelTime { get; set; }
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.
Property Value | |
---|---|
Type | Description |
Timestamp |
EndTime
public Timestamp EndTime { get; set; }
The time at which this operation failed or was completed successfully.
Property Value | |
---|---|
Type | Description |
Timestamp |
Instance
public Instance Instance { get; set; }
The instance being created.
Property Value | |
---|---|
Type | Description |
Instance |
StartTime
public Timestamp StartTime { get; set; }
The time at which the [CreateInstance][google.spanner.admin.instance.v1.InstanceAdmin.CreateInstance] request was received.
Property Value | |
---|---|
Type | Description |
Timestamp |