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