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."],[[["This document provides reference documentation for the `UpdateChannelRequest` class within the Eventarc v1 API, detailing its purpose as the request message for the `UpdateChannel` method."],["The `UpdateChannelRequest` class is part of the `Google.Cloud.Eventarc.V1` namespace and is implemented in the `Google.Cloud.Eventarc.V1.dll` assembly."],["The document also lists all versions of the `UpdateChannelRequest` class, from version 1.0.0 to 2.6.0 (latest)."],["The `UpdateChannelRequest` class includes properties like `Channel`, `UpdateMask`, and `ValidateOnly` to specify the channel, fields to be updated, and whether to validate the request, respectively."],["The class inherits from object and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, demonstrating its compatibility with various functionalities."]]],[]]