Class: Google::Cloud::Bigtable::Admin::V2::UpdateAppProfileRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#app_profile::Google::Cloud::Bigtable::Admin::V2::AppProfile

Returns Required. The app profile which will (partially) replace the current value.

Returns:



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.

Returns:

  • (::Boolean)

    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.

Returns:

  • (::Google::Protobuf::FieldMask)

    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