REST Resource: projects.instances.logicalViews

Resource: LogicalView

A SQL logical view object that can be referenced in SQL queries.

JSON representation
{
  "name": string,
  "query": string,
  "etag": string
}
Fields
name

string

Identifier. The unique name of the logical view. Format: projects/{project}/instances/{instance}/logicalViews/{logicalView}

query

string

Required. The logical view's select query.

etag

string

Optional. The etag for this logical view. This may be sent on update requests to ensure that the client has an up-to-date value before proceeding. The server returns an ABORTED error on a mismatched etag.

Methods

create

Creates a logical view within an instance.

delete

Deletes a logical view from an instance.

get

Gets information about a logical view.

getIamPolicy

Gets the access control policy for an instance resource.

list

Lists information about logical views in an instance.

patch

Updates a logical view within an instance.

setIamPolicy

Sets the access control policy on an instance resource.

testIamPermissions

Returns permissions that the caller has on the specified instance resource.