public sealed class UpdateBackupChannelRequest : IMessage<UpdateBackupChannelRequest>, IEquatable<UpdateBackupChannelRequest>, IDeepCloneable<UpdateBackupChannelRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Backup for GKE v1 API class UpdateBackupChannelRequest.
Optional. This is used to specify the fields to be overwritten in the
BackupChannel targeted for update. The values for each of these
updated fields will be taken from the backup_channel provided
with this request. Field names are relative to the root of the resource
(e.g., description, labels, etc.)
If no update_mask is provided, all fields in backup_channel will
be written to the target BackupChannel resource. Note that
OUTPUT_ONLY and IMMUTABLE fields in backup_channel are ignored and
are not used to update the target BackupChannel.
[[["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 UpdateBackupChannelRequest (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.UpdateBackupChannelRequest)\n- [2.7.0](/dotnet/docs/reference/Google.Cloud.GkeBackup.V1/2.7.0/Google.Cloud.GkeBackup.V1.UpdateBackupChannelRequest)\n- [2.6.0](/dotnet/docs/reference/Google.Cloud.GkeBackup.V1/2.6.0/Google.Cloud.GkeBackup.V1.UpdateBackupChannelRequest)\n- [2.5.0](/dotnet/docs/reference/Google.Cloud.GkeBackup.V1/2.5.0/Google.Cloud.GkeBackup.V1.UpdateBackupChannelRequest)\n- [2.4.0](/dotnet/docs/reference/Google.Cloud.GkeBackup.V1/2.4.0/Google.Cloud.GkeBackup.V1.UpdateBackupChannelRequest)\n- [2.3.0](/dotnet/docs/reference/Google.Cloud.GkeBackup.V1/2.3.0/Google.Cloud.GkeBackup.V1.UpdateBackupChannelRequest)\n- [2.2.0](/dotnet/docs/reference/Google.Cloud.GkeBackup.V1/2.2.0/Google.Cloud.GkeBackup.V1.UpdateBackupChannelRequest)\n- [2.1.0](/dotnet/docs/reference/Google.Cloud.GkeBackup.V1/2.1.0/Google.Cloud.GkeBackup.V1.UpdateBackupChannelRequest)\n- [2.0.0](/dotnet/docs/reference/Google.Cloud.GkeBackup.V1/2.0.0/Google.Cloud.GkeBackup.V1.UpdateBackupChannelRequest)\n- [1.0.0-beta01](/dotnet/docs/reference/Google.Cloud.GkeBackup.V1/1.0.0-beta01/Google.Cloud.GkeBackup.V1.UpdateBackupChannelRequest) \n\n public sealed class UpdateBackupChannelRequest : IMessage\u003cUpdateBackupChannelRequest\u003e, IEquatable\u003cUpdateBackupChannelRequest\u003e, IDeepCloneable\u003cUpdateBackupChannelRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Backup for GKE v1 API class UpdateBackupChannelRequest.\n\nRequest message for UpdateBackupChannel. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e UpdateBackupChannelRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[UpdateBackupChannelRequest](/dotnet/docs/reference/Google.Cloud.GkeBackup.V1/latest/Google.Cloud.GkeBackup.V1.UpdateBackupChannelRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[UpdateBackupChannelRequest](/dotnet/docs/reference/Google.Cloud.GkeBackup.V1/latest/Google.Cloud.GkeBackup.V1.UpdateBackupChannelRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[UpdateBackupChannelRequest](/dotnet/docs/reference/Google.Cloud.GkeBackup.V1/latest/Google.Cloud.GkeBackup.V1.UpdateBackupChannelRequest), [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### UpdateBackupChannelRequest()\n\n public UpdateBackupChannelRequest()\n\n### UpdateBackupChannelRequest(UpdateBackupChannelRequest)\n\n public UpdateBackupChannelRequest(UpdateBackupChannelRequest other)\n\nProperties\n----------\n\n### BackupChannel\n\n public BackupChannel BackupChannel { get; set; }\n\nRequired. A new version of the BackupChannel resource that contains updated\nfields. This may be sparsely populated if an `update_mask` is provided.\n\n### UpdateMask\n\n public FieldMask UpdateMask { get; set; }\n\nOptional. This is used to specify the fields to be overwritten in the\nBackupChannel targeted for update. The values for each of these\nupdated fields will be taken from the `backup_channel` provided\nwith this request. Field names are relative to the root of the resource\n(e.g., `description`, `labels`, etc.)\nIf no `update_mask` is provided, all fields in `backup_channel` will\nbe written to the target BackupChannel resource. Note that\nOUTPUT_ONLY and IMMUTABLE fields in `backup_channel` are ignored and\nare not used to update the target BackupChannel."]]