Reference documentation and code samples for the Cloud Bigtable V2 Client class LogicalView.
A SQL logical view object that can be referenced in SQL queries.
Generated from protobuf message google.bigtable.admin.v2.LogicalView
Namespace
Google \ Cloud \ Bigtable \ Admin \ V2
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ name
string
Identifier. The unique name of the logical view. Format: projects/{project}/instances/{instance}/logicalViews/{logical_view}
↳ 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.
↳ deletion_protection
bool
Optional. Set to true to make the LogicalView protected against deletion.
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.
Returns
Type
Description
string
setEtag
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.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getDeletionProtection
Optional. Set to true to make the LogicalView protected against deletion.
Returns
Type
Description
bool
setDeletionProtection
Optional. Set to true to make the LogicalView protected against deletion.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],[],null,["# Cloud Bigtable V2 Client - Class LogicalView (2.17.1)\n\nVersion latestkeyboard_arrow_down\n\n- [2.17.1 (latest)](/php/docs/reference/cloud-bigtable/latest/Admin.V2.LogicalView)\n- [2.17.0](/php/docs/reference/cloud-bigtable/2.17.0/Admin.V2.LogicalView)\n- [2.16.0](/php/docs/reference/cloud-bigtable/2.16.0/Admin.V2.LogicalView)\n- [2.15.0](/php/docs/reference/cloud-bigtable/2.15.0/Admin.V2.LogicalView)\n- [2.14.0](/php/docs/reference/cloud-bigtable/2.14.0/Admin.V2.LogicalView)\n- [2.13.0](/php/docs/reference/cloud-bigtable/2.13.0/Admin.V2.LogicalView)\n- [2.12.0](/php/docs/reference/cloud-bigtable/2.12.0/Admin.V2.LogicalView)\n- [2.11.1](/php/docs/reference/cloud-bigtable/2.11.1/Admin.V2.LogicalView)\n- [2.9.1](/php/docs/reference/cloud-bigtable/2.9.1/Admin.V2.LogicalView)\n- [2.8.0](/php/docs/reference/cloud-bigtable/2.8.0/Admin.V2.LogicalView)\n- [2.7.0](/php/docs/reference/cloud-bigtable/2.7.0/Admin.V2.LogicalView)\n- [2.6.3](/php/docs/reference/cloud-bigtable/2.6.3/Admin.V2.LogicalView)\n- [2.5.0](/php/docs/reference/cloud-bigtable/2.5.0/Admin.V2.LogicalView)\n- [2.4.0](/php/docs/reference/cloud-bigtable/2.4.0/Admin.V2.LogicalView)\n- [2.3.0](/php/docs/reference/cloud-bigtable/2.3.0/Admin.V2.LogicalView)\n- [2.2.1](/php/docs/reference/cloud-bigtable/2.2.1/Admin.V2.LogicalView)\n- [2.1.0](/php/docs/reference/cloud-bigtable/2.1.0/Admin.V2.LogicalView)\n- [2.0.1](/php/docs/reference/cloud-bigtable/2.0.1/Admin.V2.LogicalView)\n- [1.32.1](/php/docs/reference/cloud-bigtable/1.32.1/Admin.V2.LogicalView)\n- [1.31.1](/php/docs/reference/cloud-bigtable/1.31.1/Admin.V2.LogicalView)\n- [1.30.0](/php/docs/reference/cloud-bigtable/1.30.0/Admin.V2.LogicalView)\n- [1.29.2](/php/docs/reference/cloud-bigtable/1.29.2/Admin.V2.LogicalView)\n- [1.28.3](/php/docs/reference/cloud-bigtable/1.28.3/Admin.V2.LogicalView)\n- [1.27.0](/php/docs/reference/cloud-bigtable/1.27.0/Admin.V2.LogicalView)\n- [1.26.2](/php/docs/reference/cloud-bigtable/1.26.2/Admin.V2.LogicalView)\n- [1.25.0](/php/docs/reference/cloud-bigtable/1.25.0/Admin.V2.LogicalView)\n- [1.24.1](/php/docs/reference/cloud-bigtable/1.24.1/Admin.V2.LogicalView)\n- [1.23.0](/php/docs/reference/cloud-bigtable/1.23.0/Admin.V2.LogicalView)\n- [1.22.2](/php/docs/reference/cloud-bigtable/1.22.2/Admin.V2.LogicalView)\n- [1.21.1](/php/docs/reference/cloud-bigtable/1.21.1/Admin.V2.LogicalView)\n- [1.20.3](/php/docs/reference/cloud-bigtable/1.20.3/Admin.V2.LogicalView) \nReference documentation and code samples for the Cloud Bigtable V2 Client class LogicalView.\n\nA SQL logical view object that can be referenced in SQL queries.\n\nGenerated from protobuf message `google.bigtable.admin.v2.LogicalView`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Bigtable \\\\ Admin \\\\ V2\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getName\n\nIdentifier. The unique name of the logical view.\n\nFormat:\n`projects/{project}/instances/{instance}/logicalViews/{logical_view}`\n\n### setName\n\nIdentifier. The unique name of the logical view.\n\nFormat:\n`projects/{project}/instances/{instance}/logicalViews/{logical_view}`\n\n### getQuery\n\nRequired. The logical view's select query.\n\n### setQuery\n\nRequired. The logical view's select query.\n\n### getEtag\n\nOptional. The etag for this logical view.\n\nThis may be sent on update requests to ensure that the client has an\nup-to-date value before proceeding. The server returns an ABORTED error on\na mismatched etag.\n\n### setEtag\n\nOptional. The etag for this logical view.\n\nThis may be sent on update requests to ensure that the client has an\nup-to-date value before proceeding. The server returns an ABORTED error on\na mismatched etag.\n\n### getDeletionProtection\n\nOptional. Set to true to make the LogicalView protected against deletion.\n\n### setDeletionProtection\n\nOptional. Set to true to make the LogicalView protected against deletion."]]