Class: Google::Cloud::Bigtable::Admin::V2::MaterializedView
- Inherits:
-
Object
- Object
- Google::Cloud::Bigtable::Admin::V2::MaterializedView
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/bigtable/admin/v2/instance.rb
Overview
A materialized view object that can be referenced in SQL queries.
Instance Attribute Summary collapse
-
#deletion_protection ⇒ ::Boolean
Set to true to make the MaterializedView protected against deletion.
-
#etag ⇒ ::String
Optional.
-
#name ⇒ ::String
Identifier.
-
#query ⇒ ::String
Required.
Instance Attribute Details
#deletion_protection ⇒ ::Boolean
Returns Set to true to make the MaterializedView protected against deletion.
511 512 513 514 |
# File 'proto_docs/google/bigtable/admin/v2/instance.rb', line 511 class MaterializedView include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#etag ⇒ ::String
Returns 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.
511 512 513 514 |
# File 'proto_docs/google/bigtable/admin/v2/instance.rb', line 511 class MaterializedView include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Identifier. The unique name of the materialized view.
Format:
projects/{project}/instances/{instance}/materializedViews/{materialized_view}.
511 512 513 514 |
# File 'proto_docs/google/bigtable/admin/v2/instance.rb', line 511 class MaterializedView include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#query ⇒ ::String
Returns Required. Immutable. The materialized view's select query.
511 512 513 514 |
# File 'proto_docs/google/bigtable/admin/v2/instance.rb', line 511 class MaterializedView include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |