Google Cloud Bigtable Administration v2 API - Class GetMemoryLayerRequest (3.35.0)

public sealed class GetMemoryLayerRequest : IMessage<GetMemoryLayerRequest>, IEquatable<GetMemoryLayerRequest>, IDeepCloneable<GetMemoryLayerRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Bigtable Administration v2 API class GetMemoryLayerRequest.

Request message for BigtableInstanceAdmin.GetMemoryLayer.

Inheritance

object > GetMemoryLayerRequest

Namespace

Google.Cloud.Bigtable.Admin.V2

Assembly

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