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

public sealed class ListMemoryLayersRequest : IMessage<ListMemoryLayersRequest>, IEquatable<ListMemoryLayersRequest>, IDeepCloneable<ListMemoryLayersRequest>, IBufferMessage, IMessage, IPageRequest

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

Request message for BigtableInstanceAdmin.ListMemoryLayers.

Inheritance

object > ListMemoryLayersRequest

Namespace

Google.Cloud.Bigtable.Admin.V2

Assembly

Google.Cloud.Bigtable.Admin.V2.dll

Constructors

ListMemoryLayersRequest()

public ListMemoryLayersRequest()

ListMemoryLayersRequest(ListMemoryLayersRequest)

public ListMemoryLayersRequest(ListMemoryLayersRequest other)
Parameter
Name Description
other ListMemoryLayersRequest

Properties

PageSize

public int PageSize { get; set; }

Optional. The maximum number of memory layers to return. The service may return fewer than this value.

Property Value
Type Description
int

PageToken

public string PageToken { get; set; }

Optional. A page token, received from a previous ListMemoryLayers call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to ListMemoryLayers must match the call that provided the page token.

Property Value
Type Description
string

Parent

public string Parent { get; set; }

Required. The unique name of the cluster for which a list of memory layers is requested. Values are of the form projects/{project}/instances/{instance}/clusters/{cluster}. Use {cluster} = '-' to list MemoryLayers for all Clusters in an instance, e.g., projects/myproject/instances/myinstance/clusters/-.

Property Value
Type Description
string

ParentAsClusterName

public ClusterName ParentAsClusterName { get; set; }

ClusterName-typed view over the Parent resource name property.

Property Value
Type Description
ClusterName