Backup for GKE V1 API - Class Google::Cloud::GkeBackup::V1::DeleteBackupChannelRequest (v1.1.1)

Reference documentation and code samples for the Backup for GKE V1 API class Google::Cloud::GkeBackup::V1::DeleteBackupChannelRequest.

Request message for DeleteBackupChannel.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#etag

def etag() -> ::String
Returns
  • (::String) — Optional. If provided, this value must match the current value of the target BackupChannel's etag field or the request is rejected.

#etag=

def etag=(value) -> ::String
Parameter
  • value (::String) — Optional. If provided, this value must match the current value of the target BackupChannel's etag field or the request is rejected.
Returns
  • (::String) — Optional. If provided, this value must match the current value of the target BackupChannel's etag field or the request is rejected.

#force

def force() -> ::Boolean
Returns
  • (::Boolean) — Optional. If set to true, any BackupPlanAssociations below this BackupChannel will also be deleted. Otherwise, the request will only succeed if the BackupChannel has no BackupPlanAssociations.

#force=

def force=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Optional. If set to true, any BackupPlanAssociations below this BackupChannel will also be deleted. Otherwise, the request will only succeed if the BackupChannel has no BackupPlanAssociations.
Returns
  • (::Boolean) — Optional. If set to true, any BackupPlanAssociations below this BackupChannel will also be deleted. Otherwise, the request will only succeed if the BackupChannel has no BackupPlanAssociations.

#name

def name() -> ::String
Returns
  • (::String) — Required. Fully qualified BackupChannel name. Format: projects/*/locations/*/backupChannels/*

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Required. Fully qualified BackupChannel name. Format: projects/*/locations/*/backupChannels/*
Returns
  • (::String) — Required. Fully qualified BackupChannel name. Format: projects/*/locations/*/backupChannels/*