v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-1336153187.7 KB
projects

Creates a logical view within an instance.

post/v2/{+parent}/logicalViews

Path parameters

parentstring required

Required. The parent instance where this logical view will be created. Format: projects/{project}/instances/{instance}.

Query parameters

logicalViewIdstring

Required. The ID to use for the logical view, which will become the final component of the logical view's resource name.

Request body

querystring

Required. The logical view's select query.

etagstring

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.

deletionProtectionboolean

Optional. Set to true to make the LogicalView protected against deletion.

namestring

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

Response

Successful response