Required. This is the name of the table the AuthorizedView belongs to. Values are of the form projects/{project}/instances/{instance}/tables/{table}.
Authorization requires the following IAM permission on the specified resource parent:
bigtable.authorizedViews.create
Query parameters
Parameters
authorizedViewId
string
Required. The id of the AuthorizedView to create. This AuthorizedView must not already exist. The authorizedViewId appended to parent forms the full AuthorizedView name of the form projects/{project}/instances/{instance}/tables/{table}/authorizedView/{authorizedView}.
Request body
The request body contains an instance of AuthorizedView.
Response body
If successful, the response body contains a newly created instance of Operation.
[[["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 creates a new AuthorizedView within a specified Bigtable table."],["The request is a POST request to a URL structured using gRPC Transcoding syntax, requiring a specific table path as a parameter, such as `projects/{project}/instances/{instance}/tables/{table}`."],["The `authorizedViewId` query parameter is required to specify the unique identifier for the new AuthorizedView being created."],["The request body must include an instance of the `AuthorizedView` resource, and the operation requires specific IAM permissions such as `bigtable.authorizedViews.create`."],["A successful request will return a newly created `Operation` instance, and authorization requires one of several OAuth scopes."]]],[]]