Google Cloud Bigtable Administration v2 API - Class UpdateClusterMetadata (3.14.0)

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

Reference documentation and code samples for the Google Cloud Bigtable Administration v2 API class UpdateClusterMetadata.

The metadata for the Operation returned by UpdateCluster.

Inheritance

object > UpdateClusterMetadata

Namespace

Google.Cloud.Bigtable.Admin.V2

Assembly

Google.Cloud.Bigtable.Admin.V2.dll

Constructors

UpdateClusterMetadata()

public UpdateClusterMetadata()

UpdateClusterMetadata(UpdateClusterMetadata)

public UpdateClusterMetadata(UpdateClusterMetadata other)
Parameter
NameDescription
otherUpdateClusterMetadata

Properties

FinishTime

public Timestamp FinishTime { get; set; }

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

Property Value
TypeDescription
Timestamp

OriginalRequest

public Cluster OriginalRequest { get; set; }

The request that prompted the initiation of this UpdateCluster operation.

Property Value
TypeDescription
Cluster

RequestTime

public Timestamp RequestTime { get; set; }

The time at which the original request was received.

Property Value
TypeDescription
Timestamp