Google Cloud Spanner Instance Administration v1 API - Class UpdateInstanceConfigMetadata (5.0.0-beta02)

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

Reference documentation and code samples for the Google Cloud Spanner Instance Administration v1 API class UpdateInstanceConfigMetadata.

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

Inheritance

object > UpdateInstanceConfigMetadata

Namespace

Google.Cloud.Spanner.Admin.Instance.V1

Assembly

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

Constructors

UpdateInstanceConfigMetadata()

public UpdateInstanceConfigMetadata()

UpdateInstanceConfigMetadata(UpdateInstanceConfigMetadata)

public UpdateInstanceConfigMetadata(UpdateInstanceConfigMetadata other)
Parameter
NameDescription
otherUpdateInstanceConfigMetadata

Properties

CancelTime

public Timestamp CancelTime { get; set; }

The time at which this operation was cancelled.

Property Value
TypeDescription
Timestamp

InstanceConfig

public InstanceConfig InstanceConfig { get; set; }

The desired instance config after updating.

Property Value
TypeDescription
InstanceConfig

Progress

public OperationProgress Progress { get; set; }

The progress of the [UpdateInstanceConfig][google.spanner.admin.instance.v1.InstanceAdmin.UpdateInstanceConfig] operation.

Property Value
TypeDescription
OperationProgress