Class: Google::Cloud::Bigtable::Admin::V2::DeleteAppProfileRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Bigtable::Admin::V2::DeleteAppProfileRequest
- 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.DeleteAppProfile.
Instance Attribute Summary collapse
-
#ignore_warnings ⇒ ::Boolean
Required.
-
#name ⇒ ::String
Required.
Instance Attribute Details
#ignore_warnings ⇒ ::Boolean
Returns Required. If true, ignore safety checks when deleting the app profile.
445 446 447 448 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 445 class DeleteAppProfileRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. The unique name of the app profile to be deleted. Values are of
the form
projects/{project}/instances/{instance}/appProfiles/{app_profile}
.
445 446 447 448 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 445 class DeleteAppProfileRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |