Updates a logical view within an instance.
HTTP request
PATCH https://bigtableadmin.googleapis.com/v2/{logicalView.name=projects/*/instances/*/logicalViews/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
logicalView.name |
Identifier. The unique name of the logical view. Format: |
Query parameters
Parameters | |
---|---|
updateMask |
Optional. The list of fields to update. This is a comma-separated list of fully qualified names of fields. Example: |
Request body
The request body contains an instance of LogicalView
.
Response body
If successful, the response body contains an instance of Operation
.
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.