public sealed class UpdateChannelRequest : IMessage<UpdateChannelRequest>, IEquatable<UpdateChannelRequest>, IDeepCloneable<UpdateChannelRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Eventarc v1 API class UpdateChannelRequest.
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 latest version of the `UpdateChannelRequest` is 2.6.0, with prior versions available dating back to 1.0.0, all accessible via provided links."],["`UpdateChannelRequest` is a message class used in the Eventarc v1 API for updating channels, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class offers constructors for creating instances and includes properties like `Channel`, `UpdateMask`, and `ValidateOnly` for updating and managing channel information, field updates, and request validation."],["The `UpdateChannelRequest` class inherits from the base object class and includes inherited methods like `GetHashCode`, `GetType`, and `ToString`."]]],[]]