The metadata for the Operation returned by authorizedViews.create.
JSON representation |
---|
{
"originalRequest": {
object ( |
Fields | |
---|---|
original |
The request that prompted the initiation of this authorizedViews.create operation. |
request |
The time at which the original request was received. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
finish |
The time at which the operation failed or was completed successfully. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
CreateAuthorizedViewRequest
The request for authorizedViews.create
JSON representation |
---|
{
"parent": string,
"authorizedViewId": string,
"authorizedView": {
object ( |
Fields | |
---|---|
parent |
Required. This is the name of the table the AuthorizedView belongs to. Values are of the form |
authorized |
Required. The id of the AuthorizedView to create. This AuthorizedView must not already exist. The |
authorized |
Required. The AuthorizedView to create. |