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.

Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".

finishTime

string (Timestamp format)

The time at which the operation failed or was completed successfully.

Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".

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.