Class: Google::Cloud::Bigtable::Admin::V2::UpdateAppProfileRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Bigtable::Admin::V2::UpdateAppProfileRequest
- 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.UpdateAppProfile.
Instance Attribute Summary collapse
-
#app_profile ⇒ ::Google::Cloud::Bigtable::Admin::V2::AppProfile
Required.
-
#ignore_warnings ⇒ ::Boolean
If true, ignore safety checks when updating the app profile.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
Instance Attribute Details
#app_profile ⇒ ::Google::Cloud::Bigtable::Admin::V2::AppProfile
Returns Required. The app profile which will (partially) replace the current value.
431 432 433 434 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 431 class UpdateAppProfileRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#ignore_warnings ⇒ ::Boolean
Returns If true, ignore safety checks when updating the app profile.
431 432 433 434 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 431 class UpdateAppProfileRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Required. The subset of app profile fields which should be replaced. If unset, all fields will be replaced.
431 432 433 434 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 431 class UpdateAppProfileRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |