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
Parameters | |
---|---|
appProfile.name |
The unique name of the app profile. Values are of the form Authorization requires the following IAM permission on the specified resource
|
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.