Reference documentation and code samples for the Cloud Bigtable Admin V2 API class Google::Cloud::Bigtable::Admin::V2::LogicalView.
A SQL logical view object that can be referenced in SQL queries.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#etag
def etag() -> ::String
Returns
- (::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.
#etag=
def etag=(value) -> ::String
Parameter
- value (::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.
Returns
- (::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.
#name
def name() -> ::String
Returns
-
(::String) — Identifier. The unique name of the logical view.
Format:
projects/{project}/instances/{instance}/logicalViews/{logical_view}
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — Identifier. The unique name of the logical view.
Format:
projects/{project}/instances/{instance}/logicalViews/{logical_view}
Returns
-
(::String) — Identifier. The unique name of the logical view.
Format:
projects/{project}/instances/{instance}/logicalViews/{logical_view}
#query
def query() -> ::String
Returns
- (::String) — Required. The logical view's select query.
#query=
def query=(value) -> ::String
Parameter
- value (::String) — Required. The logical view's select query.
Returns
- (::String) — Required. The logical view's select query.