public sealed class UpdateInstanceMetadata : IMessage<UpdateInstanceMetadata>, IEquatable<UpdateInstanceMetadata>, IDeepCloneable<UpdateInstanceMetadata>, IBufferMessage, IMessageThe metadata for the Operation returned by UpdateInstance.
Implements
IMessage<UpdateInstanceMetadata>, IEquatable<UpdateInstanceMetadata>, IDeepCloneable<UpdateInstanceMetadata>, IBufferMessage, IMessageNamespace
Google.Cloud.Bigtable.Admin.V2Assembly
Google.Cloud.Bigtable.Admin.V2.dll
Constructors
UpdateInstanceMetadata()
public UpdateInstanceMetadata()UpdateInstanceMetadata(UpdateInstanceMetadata)
public UpdateInstanceMetadata(UpdateInstanceMetadata other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateInstanceMetadata |
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 PartialUpdateInstanceRequest OriginalRequest { get; set; }The request that prompted the initiation of this UpdateInstance operation.
| Property Value | |
|---|---|
| Type | Description |
PartialUpdateInstanceRequest |
|
RequestTime
public Timestamp RequestTime { get; set; }The time at which the original request was received.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|