Class: Google::Bigtable::Admin::V2::DeleteAppProfileRequest
- Inherits:
-
Object
- Object
- Google::Bigtable::Admin::V2::DeleteAppProfileRequest
- 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
-
#ignore_warnings ⇒ true, false
If true, ignore safety checks when deleting the app profile.
-
#name ⇒ String
The unique name of the app profile to be deleted.
Instance Attribute Details
#ignore_warnings ⇒ true, false
Returns 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 |
#name ⇒ String
Returns The unique name of the app profile to be deleted. Values are of the form
+projects/
272 |
# File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 272 class DeleteAppProfileRequest; end |