Class: Google::Cloud::Bigtable::Admin::V2::CreateLogicalViewRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Bigtable::Admin::V2::CreateLogicalViewRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/bigtable/admin/v2/bigtable_instance_admin.rb
Overview
Request message for BigtableInstanceAdmin.CreateLogicalView.
Instance Attribute Summary collapse
-
#logical_view ⇒ ::Google::Cloud::Bigtable::Admin::V2::LogicalView
Required.
-
#logical_view_id ⇒ ::String
Required.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#logical_view ⇒ ::Google::Cloud::Bigtable::Admin::V2::LogicalView
Returns Required. The logical view to create.
521 522 523 524 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 521 class CreateLogicalViewRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#logical_view_id ⇒ ::String
Returns Required. The ID to use for the logical view, which will become the final component of the logical view's resource name.
521 522 523 524 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 521 class CreateLogicalViewRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The parent instance where this logical view will be created.
Format: projects/{project}/instances/{instance}
.
521 522 523 524 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 521 class CreateLogicalViewRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |