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

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_instance_admin.rb

Overview

Request message for BigtableInstanceAdmin.UpdateAppProfile.

Instance Attribute Summary collapse

Instance Attribute Details

#app_profileGoogle::Bigtable::Admin::V2::AppProfile

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

Returns:



273
# File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 273

class UpdateAppProfileRequest; end

#ignore_warningstrue, false

Returns If true, ignore safety checks when updating the app profile.

Returns:

  • (true, false)

    If true, ignore safety checks when updating the app profile.



273
# File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 273

class UpdateAppProfileRequest; end

#update_maskGoogle::Protobuf::FieldMask

Returns The subset of app profile fields which should be replaced. If unset, all fields will be replaced.

Returns:



273
# File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 273

class UpdateAppProfileRequest; end