Class: Google::Cloud::Bigtable::Admin::V2::UpdateLogicalViewRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Bigtable::Admin::V2::UpdateLogicalViewRequest
- 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.UpdateLogicalView.
Instance Attribute Summary collapse
-
#logical_view ⇒ ::Google::Cloud::Bigtable::Admin::V2::LogicalView
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Optional.
Instance Attribute Details
#logical_view ⇒ ::Google::Cloud::Bigtable::Admin::V2::LogicalView
Returns Required. The logical view to update.
The logical view's name
field is used to identify the view to update.
Format:
projects/{project}/instances/{instance}/logicalViews/{logical_view}
.
598 599 600 601 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 598 class UpdateLogicalViewRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Optional. The list of fields to update.
598 599 600 601 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 598 class UpdateLogicalViewRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |