public sealed class UpdateMemoryLayerMetadata : IMessage<UpdateMemoryLayerMetadata>, IEquatable<UpdateMemoryLayerMetadata>, IDeepCloneable<UpdateMemoryLayerMetadata>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Bigtable Administration v2 API class UpdateMemoryLayerMetadata.
The metadata for the Operation returned by UpdateMemoryLayer.
Implements
IMessageUpdateMemoryLayerMetadata, IEquatableUpdateMemoryLayerMetadata, IDeepCloneableUpdateMemoryLayerMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.Bigtable.Admin.V2Assembly
Google.Cloud.Bigtable.Admin.V2.dll
Constructors
UpdateMemoryLayerMetadata()
public UpdateMemoryLayerMetadata()UpdateMemoryLayerMetadata(UpdateMemoryLayerMetadata)
public UpdateMemoryLayerMetadata(UpdateMemoryLayerMetadata other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateMemoryLayerMetadata |
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 UpdateMemoryLayerRequest OriginalRequest { get; set; }The request that prompted the initiation of this UpdateMemoryLayer operation.
| Property Value | |
|---|---|
| Type | Description |
UpdateMemoryLayerRequest |
|
RequestTime
public Timestamp RequestTime { get; set; }The time at which the original request was received.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|