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.



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

class DeleteAppProfileRequest; end

#nameString

Returns The unique name of the app profile to be deleted. Values are of the form +projects//instances//appProfiles/+.

Returns:

  • (String)

    The unique name of the app profile to be deleted. Values are of the form +projects//instances//appProfiles/+.



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

class DeleteAppProfileRequest; end