Class: Google::Bigtable::Admin::V2::DeleteAppProfileRequest

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.DeleteAppProfile.

Instance Attribute Summary collapse

Instance Attribute Details

#ignore_warningstrue, false

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

Returns:

  • (true, false)

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



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

class DeleteAppProfileRequest; end

#nameString

Returns The unique name of the app profile to be deleted. Values are of the form projects/<project>/instances/<instance>/appProfiles/<app_profile>.

Returns:

  • (String)

    The unique name of the app profile to be deleted. Values are of the form projects/<project>/instances/<instance>/appProfiles/<app_profile>.



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

class DeleteAppProfileRequest; end