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

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

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

The metadata for the Operation returned by PartialUpdateCluster.

Inheritance

object > PartialUpdateClusterMetadata

Namespace

Google.Cloud.Bigtable.Admin.V2

Assembly

Google.Cloud.Bigtable.Admin.V2.dll

Constructors

PartialUpdateClusterMetadata()

public PartialUpdateClusterMetadata()

PartialUpdateClusterMetadata(PartialUpdateClusterMetadata)

public PartialUpdateClusterMetadata(PartialUpdateClusterMetadata other)
Parameter
NameDescription
otherPartialUpdateClusterMetadata

Properties

FinishTime

public Timestamp FinishTime { get; set; }

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

Property Value
TypeDescription
Timestamp

OriginalRequest

public PartialUpdateClusterRequest OriginalRequest { get; set; }

The original request for PartialUpdateCluster.

Property Value
TypeDescription
PartialUpdateClusterRequest

RequestTime

public Timestamp RequestTime { get; set; }

The time at which the original request was received.

Property Value
TypeDescription
Timestamp