2026-04-03
▼ ▲ bigtableadmin.projects.instances.clusters.updateMemoryLayer
Path : v2/{+name}
Flat Path : v2/projects/{projectsId}/instances/{instancesId}/clusters/{clustersId}/memoryLayer
HTTP Method : PATCH
Parameters :
name
Description : Identifier. Name of the memory layer. This is always: "projects/{project}/instances/{instance}/clusters/{cluster}/memoryLayer".
Pattern : ^projects/[^/]+/instances/[^/]+/clusters/[^/]+/memoryLayer$
Location : path
Required : Yes
Type : string
updateMask
Description : Optional. The list of fields to update.
Location : query
Type : string
Format : google-fieldmask
Parameter Order : name
Scopes :
Description : Updates the memory layer of a cluster. To enable the memory layer, set the memory_config. To disable the memory layer, unset the memory_config.
▼ ▲ bigtableadmin.projects.instances.clusters.getMemoryLayer
Path : v2/{+name}
Flat Path : v2/projects/{projectsId}/instances/{instancesId}/clusters/{clustersId}/memoryLayer
HTTP Method : GET
Parameters :
name
Description : Required. The unique name of the requested cluster's memory layer. Values are of the form `projects/{project}/instances/{instance}/clusters/{cluster}/memoryLayer`.
Pattern : ^projects/[^/]+/instances/[^/]+/clusters/[^/]+/memoryLayer$
Location : path
Required : Yes
Type : string
Parameter Order : name
Scopes :
Description : Gets information about the memory layer of a cluster.
▼ ▲ bigtableadmin.projects.instances.clusters.memoryLayers.list
Path : v2/{+parent}/memoryLayers
Flat Path : v2/projects/{projectsId}/instances/{instancesId}/clusters/{clustersId}/memoryLayers
HTTP Method : GET
Parameters :
parent
Description : 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/-`.
Pattern : ^projects/[^/]+/instances/[^/]+/clusters/[^/]+$
Location : path
Required : Yes
Type : string
pageSize
Description : Optional. The maximum number of memory layers to return. The service may return fewer than this value.
Location : query
Type : integer
Format : int32
pageToken
Description : 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.
Location : query
Type : string
Parameter Order : parent
Scopes :
Description : Lists information about memory layers.