public sealed class UpdateInstanceMetadata : IMessage<UpdateInstanceMetadata>, IEquatable<UpdateInstanceMetadata>, IDeepCloneable<UpdateInstanceMetadata>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Spanner Instance Administration v1 API class UpdateInstanceMetadata.
Metadata type for the operation returned by [UpdateInstance][google.spanner.admin.instance.v1.InstanceAdmin.UpdateInstance].
Implements
IMessageUpdateInstanceMetadata, IEquatableUpdateInstanceMetadata, IDeepCloneableUpdateInstanceMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.Spanner.Admin.Instance.V1Assembly
Google.Cloud.Spanner.Admin.Instance.V1.dll
Constructors
UpdateInstanceMetadata()
public UpdateInstanceMetadata()UpdateInstanceMetadata(UpdateInstanceMetadata)
public UpdateInstanceMetadata(UpdateInstanceMetadata other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateInstanceMetadata |
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 |
|
ExpectedFulfillmentPeriod
public FulfillmentPeriod ExpectedFulfillmentPeriod { get; set; }The expected fulfillment period of this update operation.
| Property Value | |
|---|---|
| Type | Description |
FulfillmentPeriod |
|
Instance
public Instance Instance { get; set; }The desired end state of the update.
| Property Value | |
|---|---|
| Type | Description |
Instance |
|
StartTime
public Timestamp StartTime { get; set; }The time at which [UpdateInstance][google.spanner.admin.instance.v1.InstanceAdmin.UpdateInstance] request was received.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|