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.
Implements
IMessageUpdateClusterMetadata, IEquatableUpdateClusterMetadata, IDeepCloneableUpdateClusterMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.Bigtable.Admin.V2Assembly
Google.Cloud.Bigtable.Admin.V2.dll
Constructors
UpdateClusterMetadata()
public UpdateClusterMetadata()
UpdateClusterMetadata(UpdateClusterMetadata)
public UpdateClusterMetadata(UpdateClusterMetadata other)
Parameter | |
---|---|
Name | Description |
other | UpdateClusterMetadata |
Properties
FinishTime
public Timestamp FinishTime { get; set; }
The time at which the operation failed or was completed successfully.
Property Value | |
---|---|
Type | Description |
Timestamp |
OriginalRequest
public Cluster OriginalRequest { get; set; }
The request that prompted the initiation of this UpdateCluster operation.
Property Value | |
---|---|
Type | Description |
Cluster |
RequestTime
public Timestamp RequestTime { get; set; }
The time at which the original request was received.
Property Value | |
---|---|
Type | Description |
Timestamp |