public sealed class UpdateClusterMetadata : IMessage<UpdateClusterMetadata>, IEquatable<UpdateClusterMetadata>, IDeepCloneable<UpdateClusterMetadata>, IBufferMessage, IMessageThe metadata for the Operation returned by UpdateCluster.
Implements
IMessage<UpdateClusterMetadata>, IEquatable<UpdateClusterMetadata>, IDeepCloneable<UpdateClusterMetadata>, 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 |
|