public sealed class UpdateMemoryLayerRequest : IMessage<UpdateMemoryLayerRequest>, IEquatable<UpdateMemoryLayerRequest>, IDeepCloneable<UpdateMemoryLayerRequest>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Bigtable Administration v2 API class UpdateMemoryLayerRequest.
Request message for BigtableInstanceAdmin.UpdateMemoryLayer.
Implements
IMessageUpdateMemoryLayerRequest, IEquatableUpdateMemoryLayerRequest, IDeepCloneableUpdateMemoryLayerRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Bigtable.Admin.V2Assembly
Google.Cloud.Bigtable.Admin.V2.dll
Constructors
UpdateMemoryLayerRequest()
public UpdateMemoryLayerRequest()UpdateMemoryLayerRequest(UpdateMemoryLayerRequest)
public UpdateMemoryLayerRequest(UpdateMemoryLayerRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateMemoryLayerRequest |
Properties
MemoryLayer
public MemoryLayer MemoryLayer { get; set; }Required. The memory layer to update.
The memory layer's name format is as follows:
projects/{project}/instances/{instance}/clusters/{cluster}/memoryLayer.
| Property Value | |
|---|---|
| Type | Description |
MemoryLayer |
|
UpdateMask
public FieldMask UpdateMask { get; set; }Optional. The list of fields to update.
| Property Value | |
|---|---|
| Type | Description |
FieldMask |
|