Reference documentation and code samples for the Cloud Bigtable Admin V2 API class Google::Cloud::Bigtable::Admin::V2::MaterializedView.
A materialized view object that can be referenced in SQL queries.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#deletion_protection
def deletion_protection() -> ::Boolean
Returns
- (::Boolean) — Set to true to make the MaterializedView protected against deletion.
#deletion_protection=
def deletion_protection=(value) -> ::Boolean
Parameter
- value (::Boolean) — Set to true to make the MaterializedView protected against deletion.
Returns
- (::Boolean) — Set to true to make the MaterializedView protected against deletion.
#etag
def etag() -> ::String
Returns
- (::String) — Optional. The etag for this materialized 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 materialized 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 materialized 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 materialized view.
Format:
projects/{project}/instances/{instance}/materializedViews/{materialized_view}
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — Identifier. The unique name of the materialized view.
Format:
projects/{project}/instances/{instance}/materializedViews/{materialized_view}
Returns
-
(::String) — Identifier. The unique name of the materialized view.
Format:
projects/{project}/instances/{instance}/materializedViews/{materialized_view}
#query
def query() -> ::String
Returns
- (::String) — Required. Immutable. The materialized view's select query.
#query=
def query=(value) -> ::String
Parameter
- value (::String) — Required. Immutable. The materialized view's select query.
Returns
- (::String) — Required. Immutable. The materialized view's select query.