Lists information about memory layers.
HTTP request
GET https://bigtableadmin.googleapis.com/v2/{parent=projects/*/instances/*/clusters/*}/memoryLayers
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
parent |
Required. The unique name of the cluster for which a list of memory layers is requested. Values are of the form Authorization requires the following IAM permission on the specified resource
|
Query parameters
| Parameters | |
|---|---|
pageSize |
Optional. The maximum number of memory layers to return. The service may return fewer than this value. |
pageToken |
Optional. A page token, received from a previous When paginating, all other parameters provided to |
Request body
The request body must be empty.
Response body
Response message for BigtableInstanceAdmin.ListMemoryLayers.
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{
"memoryLayers": [
{
object ( |
| Fields | |
|---|---|
memoryLayers[] |
The list of requested memory layers. |
failedLocations[] |
Locations from which MemoryLayer information could not be retrieved, due to an outage or some other transient condition. MemoryLayers from these locations may be missing from |
nextPageToken |
A token, which can be sent as |
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/bigtable.adminhttps://www.googleapis.com/auth/bigtable.admin.clusterhttps://www.googleapis.com/auth/bigtable.admin.instancehttps://www.googleapis.com/auth/cloud-bigtable.adminhttps://www.googleapis.com/auth/cloud-bigtable.admin.clusterhttps://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.