Class: Google::Cloud::Bigtable::Admin::V2::UpdateMaterializedViewRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Bigtable::Admin::V2::UpdateMaterializedViewRequest
- 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.UpdateMaterializedView.
Instance Attribute Summary collapse
-
#materialized_view ⇒ ::Google::Cloud::Bigtable::Admin::V2::MaterializedView
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Optional.
Instance Attribute Details
#materialized_view ⇒ ::Google::Cloud::Bigtable::Admin::V2::MaterializedView
Returns Required. The materialized view to update.
The materialized view's name
field is used to identify the view to
update. Format:
projects/{project}/instances/{instance}/materializedViews/{materialized_view}
.
726 727 728 729 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 726 class UpdateMaterializedViewRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Optional. The list of fields to update.
726 727 728 729 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 726 class UpdateMaterializedViewRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |