public sealed class UpdateChannelRequest : IMessage<UpdateChannelRequest>, IEquatable<UpdateChannelRequest>, IDeepCloneable<UpdateChannelRequest>, IBufferMessage, IMessage
The fields to be updated; only fields explicitly provided are updated.
If no field mask is provided, all provided fields in the request are
updated. To update all fields, provide a field mask of "*".
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `UpdateChannelRequest` class is used to update a channel in the Google Cloud Eventarc service, as part of version 2.0.0."],["This class inherits from `Object` and implements `IMessage\u003cUpdateChannelRequest\u003e`, `IEquatable\u003cUpdateChannelRequest\u003e`, `IDeepCloneable\u003cUpdateChannelRequest\u003e`, `IBufferMessage`, and `IMessage`, offering various functionalities like deep cloning and message handling."],["It offers properties like `Channel` for the channel to be updated, `UpdateMask` to specify which fields should be updated, and `ValidateOnly` for previewing the request without actually posting it."],["There are multiple versions of this class, ranging from version 1.0.0 to 2.6.0 with 2.6.0 being the latest, and each version has a different page reference."],["It has two constructors: one is parameterless and the other receives another `UpdateChannelRequest` object."]]],[]]