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