Required. The unique name of the instance in which to create the new app profile. Values are of the form projects/{project}/instances/{instance}.
Authorization requires the following IAM permission on the specified resource parent:
bigtable.appProfiles.create
Query parameters
Parameters
appProfileId
string
Required. The ID to be used when referring to the new app profile within its instance, e.g., just myprofile rather than projects/myproject/instances/myinstance/appProfiles/myprofile.
ignoreWarnings
boolean
If true, ignore safety checks when creating the app profile.
Request body
The request body contains an instance of AppProfile.
Response body
If successful, the response body contains a newly created instance of AppProfile.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-12-16 UTC."],[[["This API endpoint is used to create a new app profile within a specified Bigtable instance, using a `POST` request to the provided URL."],["The `parent` path parameter is required and specifies the unique name of the instance in which the app profile will be created, with specific format requirements."],["The `appProfileId` query parameter is required to assign a unique identifier for the new app profile within its instance."],["The request body should include an instance of `AppProfile`, and a successful response will also return an instance of `AppProfile`."],["Creating an app profile requires specific authorization, including several OAuth scopes like `https://www.googleapis.com/auth/bigtable.admin` and `https://www.googleapis.com/auth/cloud-platform`."]]],[]]