Updates an app profile within an instance.
HTTP request
PATCH https://bigtableadmin.googleapis.com/v2/{appProfile.name=projects/*/instances/*/appProfiles/*}
The URL uses gRPC Transcoding syntax.
Path parameters
appProfile.name
string
The unique name of the app profile, up to 50 characters long. Values are of the form projects/{project}/instances/{instance}/appProfiles/[_a-zA-Z0-9][-_.a-zA-Z0-9]*
.
Authorization requires the following IAM
permission on the specified resource name
:
-
bigtable.appProfiles.update
Query parameters
| Parameters | |
|---|---|
updateMask
|
Required. The subset of app profile fields which should be replaced. If unset, all fields will be replaced. This is a comma-separated list of fully qualified names of fields. Example: |
ignoreWarnings
|
If true, ignore safety checks when updating the app profile. |
Request body
The request body contains an instance of AppProfile
.
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 .

