public sealed class GetMemoryLayerRequest : IMessage<GetMemoryLayerRequest>, IEquatable<GetMemoryLayerRequest>, IDeepCloneable<GetMemoryLayerRequest>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Bigtable Administration v2 API class GetMemoryLayerRequest.
Request message for BigtableInstanceAdmin.GetMemoryLayer.
Implements
IMessageGetMemoryLayerRequest, IEquatableGetMemoryLayerRequest, IDeepCloneableGetMemoryLayerRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Bigtable.Admin.V2Assembly
Google.Cloud.Bigtable.Admin.V2.dll
Constructors
GetMemoryLayerRequest()
public GetMemoryLayerRequest()GetMemoryLayerRequest(GetMemoryLayerRequest)
public GetMemoryLayerRequest(GetMemoryLayerRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetMemoryLayerRequest |
Properties
MemoryLayerName
public MemoryLayerName MemoryLayerName { get; set; }MemoryLayerName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
MemoryLayerName |
|
Name
public string Name { get; set; }Required. The unique name of the requested cluster's memory layer. Values
are of the form
projects/{project}/instances/{instance}/clusters/{cluster}/memoryLayer.
| Property Value | |
|---|---|
| Type | Description |
string |
|