Class: Google::Cloud::Bigtable::Admin::V2::UpdateSchemaBundleRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Bigtable::Admin::V2::UpdateSchemaBundleRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb
Overview
The request for UpdateSchemaBundle.
Instance Attribute Summary collapse
-
#ignore_warnings ⇒ ::Boolean
Optional.
-
#schema_bundle ⇒ ::Google::Cloud::Bigtable::Admin::V2::SchemaBundle
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Optional.
Instance Attribute Details
#ignore_warnings ⇒ ::Boolean
1074 1075 1076 1077 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 1074 class UpdateSchemaBundleRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#schema_bundle ⇒ ::Google::Cloud::Bigtable::Admin::V2::SchemaBundle
1074 1075 1076 1077 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 1074 class UpdateSchemaBundleRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
1074 1075 1076 1077 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 1074 class UpdateSchemaBundleRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |