Lists information about logical views in an instance.
HTTP request
GET https://bigtableadmin.googleapis.com/v2/{parent=projects/*/instances/*}/logicalViews
The URL uses gRPC Transcoding syntax.
Path parameters
parent
string
Required. The unique name of the instance for which the list of logical views is requested. Values are of the form projects/{project}/instances/{instance}
.
Authorization requires the following IAM
permission on the specified resource parent
:
-
bigtable.logicalViews.list
Query parameters
| Parameters | |
|---|---|
pageSize
|
Optional. The maximum number of logical views 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.ListLogicalViews.
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{
"logicalViews"
:
[
{
object (
|
| Fields | |
|---|---|
logicalViews[]
|
The list of requested logical views. |
nextPageToken
|
A token, which can be sent as |
Authorization scopes
Requires one of the following OAuth scopes:
-
https://www.googleapis.com/auth/bigtable.admin -
https://www.googleapis.com/auth/bigtable.admin.cluster -
https://www.googleapis.com/auth/bigtable.admin.instance -
https://www.googleapis.com/auth/cloud-bigtable.admin -
https://www.googleapis.com/auth/cloud-bigtable.admin.cluster -
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview .

