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
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
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
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
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 |