public sealed class DeleteBackupChannelRequest : IMessage<DeleteBackupChannelRequest>, IEquatable<DeleteBackupChannelRequest>, IDeepCloneable<DeleteBackupChannelRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Backup for GKE v1 API class DeleteBackupChannelRequest.
Optional. If provided, this value must match the current value of the
target BackupChannel's [etag][google.cloud.gkebackup.v1.BackupChannel.etag]
field or the request is rejected.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[],[],null,["# Backup for GKE v1 API - Class DeleteBackupChannelRequest (2.8.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.8.0 (latest)](/dotnet/docs/reference/Google.Cloud.GkeBackup.V1/latest/Google.Cloud.GkeBackup.V1.DeleteBackupChannelRequest)\n- [2.7.0](/dotnet/docs/reference/Google.Cloud.GkeBackup.V1/2.7.0/Google.Cloud.GkeBackup.V1.DeleteBackupChannelRequest)\n- [2.6.0](/dotnet/docs/reference/Google.Cloud.GkeBackup.V1/2.6.0/Google.Cloud.GkeBackup.V1.DeleteBackupChannelRequest)\n- [2.5.0](/dotnet/docs/reference/Google.Cloud.GkeBackup.V1/2.5.0/Google.Cloud.GkeBackup.V1.DeleteBackupChannelRequest)\n- [2.4.0](/dotnet/docs/reference/Google.Cloud.GkeBackup.V1/2.4.0/Google.Cloud.GkeBackup.V1.DeleteBackupChannelRequest)\n- [2.3.0](/dotnet/docs/reference/Google.Cloud.GkeBackup.V1/2.3.0/Google.Cloud.GkeBackup.V1.DeleteBackupChannelRequest)\n- [2.2.0](/dotnet/docs/reference/Google.Cloud.GkeBackup.V1/2.2.0/Google.Cloud.GkeBackup.V1.DeleteBackupChannelRequest)\n- [2.1.0](/dotnet/docs/reference/Google.Cloud.GkeBackup.V1/2.1.0/Google.Cloud.GkeBackup.V1.DeleteBackupChannelRequest)\n- [2.0.0](/dotnet/docs/reference/Google.Cloud.GkeBackup.V1/2.0.0/Google.Cloud.GkeBackup.V1.DeleteBackupChannelRequest)\n- [1.0.0-beta01](/dotnet/docs/reference/Google.Cloud.GkeBackup.V1/1.0.0-beta01/Google.Cloud.GkeBackup.V1.DeleteBackupChannelRequest) \n\n public sealed class DeleteBackupChannelRequest : IMessage\u003cDeleteBackupChannelRequest\u003e, IEquatable\u003cDeleteBackupChannelRequest\u003e, IDeepCloneable\u003cDeleteBackupChannelRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Backup for GKE v1 API class DeleteBackupChannelRequest.\n\nRequest message for DeleteBackupChannel. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e DeleteBackupChannelRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[DeleteBackupChannelRequest](/dotnet/docs/reference/Google.Cloud.GkeBackup.V1/latest/Google.Cloud.GkeBackup.V1.DeleteBackupChannelRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[DeleteBackupChannelRequest](/dotnet/docs/reference/Google.Cloud.GkeBackup.V1/latest/Google.Cloud.GkeBackup.V1.DeleteBackupChannelRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[DeleteBackupChannelRequest](/dotnet/docs/reference/Google.Cloud.GkeBackup.V1/latest/Google.Cloud.GkeBackup.V1.DeleteBackupChannelRequest), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.GkeBackup.V1](/dotnet/docs/reference/Google.Cloud.GkeBackup.V1/latest/Google.Cloud.GkeBackup.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.GkeBackup.V1.dll\n\nConstructors\n------------\n\n### DeleteBackupChannelRequest()\n\n public DeleteBackupChannelRequest()\n\n### DeleteBackupChannelRequest(DeleteBackupChannelRequest)\n\n public DeleteBackupChannelRequest(DeleteBackupChannelRequest other)\n\nProperties\n----------\n\n### BackupChannelName\n\n public BackupChannelName BackupChannelName { get; set; }\n\n[BackupChannelName](/dotnet/docs/reference/Google.Cloud.GkeBackup.V1/latest/Google.Cloud.GkeBackup.V1.BackupChannelName)-typed view over the [Name](/dotnet/docs/reference/Google.Cloud.GkeBackup.V1/latest/Google.Cloud.GkeBackup.V1.DeleteBackupChannelRequest#Google_Cloud_GkeBackup_V1_DeleteBackupChannelRequest_Name) resource name property.\n\n### Etag\n\n public string Etag { get; set; }\n\nOptional. If provided, this value must match the current value of the\ntarget BackupChannel's \\[etag\\]\\[google.cloud.gkebackup.v1.BackupChannel.etag\\]\nfield or the request is rejected.\n\n### Force\n\n public bool Force { get; set; }\n\nOptional. If set to true, any BackupPlanAssociations below this\nBackupChannel will also be deleted. Otherwise, the request will only\nsucceed if the BackupChannel has no BackupPlanAssociations.\n\n### Name\n\n public string Name { get; set; }\n\nRequired. Fully qualified BackupChannel name.\nFormat: `projects/*/locations/*/backupChannels/*`"]]