Class UpdateInstanceMetadata (3.12.0)

public sealed class UpdateInstanceMetadata : IMessage<UpdateInstanceMetadata>, IEquatable<UpdateInstanceMetadata>, IDeepCloneable<UpdateInstanceMetadata>, IBufferMessage, IMessage

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

Inheritance

Object > UpdateInstanceMetadata

Namespace

Google.Cloud.Spanner.Admin.Instance.V1

Assembly

Google.Cloud.Spanner.Admin.Instance.V1.dll

Constructors

UpdateInstanceMetadata()

public UpdateInstanceMetadata()

UpdateInstanceMetadata(UpdateInstanceMetadata)

public UpdateInstanceMetadata(UpdateInstanceMetadata other)
Parameter
NameDescription
otherUpdateInstanceMetadata

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
TypeDescription
Timestamp

EndTime

public Timestamp EndTime { get; set; }

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

Property Value
TypeDescription
Timestamp

Instance

public Instance Instance { get; set; }

The desired end state of the update.

Property Value
TypeDescription
Instance

StartTime

public Timestamp StartTime { get; set; }

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

Property Value
TypeDescription
Timestamp