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

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#ignore_warnings::Boolean

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

Returns:

  • (::Boolean)

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

Returns:

  • (::String)

    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