Reference documentation and code samples for the Cloud Bigtable Admin V2 API class Google::Cloud::Bigtable::Admin::V2::DeleteAppProfileRequest.
Request message for BigtableInstanceAdmin.DeleteAppProfile.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#ignore_warnings
def ignore_warnings() -> ::Boolean
Returns
- (::Boolean) — Required. If true, ignore safety checks when deleting the app profile.
#ignore_warnings=
def ignore_warnings=(value) -> ::Boolean
Parameter
- value (::Boolean) — Required. If true, ignore safety checks when deleting the app profile.
Returns
- (::Boolean) — Required. If true, ignore safety checks when deleting the app profile.
#name
def name() -> ::String
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}
.
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — 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}
.