UpdateAuthorizedViewMetadata

Metadata for the google.longrunning.Operation returned by authorizedViews.patch.

JSON representation
{
  "originalRequest": {
    object (UpdateAuthorizedViewRequest)
  },
  "requestTime": string,
  "finishTime": string
}
Fields
originalRequest

object (UpdateAuthorizedViewRequest)

The request that prompted the initiation of this authorizedViews.patch operation.

requestTime

string (Timestamp format)

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: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

finishTime

string (Timestamp format)

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: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

UpdateAuthorizedViewRequest

The request for authorizedViews.patch.

JSON representation
{
  "authorizedView": {
    object (AuthorizedView)
  },
  "updateMask": string,
  "ignoreWarnings": boolean
}
Fields
authorizedView

object (AuthorizedView)

Required. The AuthorizedView to update. The name in authorizedView is used to identify the AuthorizedView. AuthorizedView name must in this format: projects/{project}/instances/{instance}/tables/{table}/authorizedViews/{authorizedView}.

updateMask

string (FieldMask format)

Optional. The list of fields to update. A mask specifying which fields in the AuthorizedView resource should be updated. This mask is relative to the AuthorizedView resource, not to the request message. A field will be overwritten if it is in the mask. If empty, all fields set in the request will be overwritten. A special value * means to overwrite all fields (including fields not set in the request).

This is a comma-separated list of fully qualified names of fields. Example: "user.displayName,photo".

ignoreWarnings

boolean

Optional. If true, ignore the safety checks when updating the AuthorizedView.