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.
Implements
IMessagePartialUpdateClusterMetadata, IEquatablePartialUpdateClusterMetadata, IDeepCloneablePartialUpdateClusterMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.Bigtable.Admin.V2Assembly
Google.Cloud.Bigtable.Admin.V2.dll
Constructors
PartialUpdateClusterMetadata()
public PartialUpdateClusterMetadata()
PartialUpdateClusterMetadata(PartialUpdateClusterMetadata)
public PartialUpdateClusterMetadata(PartialUpdateClusterMetadata other)
Parameter | |
---|---|
Name | Description |
other |
PartialUpdateClusterMetadata |
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 PartialUpdateClusterRequest OriginalRequest { get; set; }
The original request for PartialUpdateCluster.
Property Value | |
---|---|
Type | Description |
PartialUpdateClusterRequest |
RequestTime
public Timestamp RequestTime { get; set; }
The time at which the original request was received.
Property Value | |
---|---|
Type | Description |
Timestamp |