Class: Google::Cloud::Bigtable::Admin::V2::UpdateTableRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Bigtable::Admin::V2::UpdateTableRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb
Overview
The request for UpdateTable.
Instance Attribute Summary collapse
-
#ignore_warnings ⇒ ::Boolean
Optional.
-
#table ⇒ ::Google::Cloud::Bigtable::Admin::V2::Table
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
Instance Attribute Details
#ignore_warnings ⇒ ::Boolean
271 272 273 274 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 271 class UpdateTableRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#table ⇒ ::Google::Cloud::Bigtable::Admin::V2::Table
271 272 273 274 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 271 class UpdateTableRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
271 272 273 274 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 271 class UpdateTableRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |