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."],[[["This document provides details on the `UpdateChannelRequest` class, which is used for updating channels within the Google Cloud Eventarc V1 API."],["The `UpdateChannelRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for message management, comparison, cloning, and efficient data handling."],["Key properties of `UpdateChannelRequest` include `Channel` (the channel to update), `UpdateMask` (specifying which fields to update), and `ValidateOnly` (for request validation without posting)."],["The latest version of this API that is available is 2.6.0, while this document covers version 1.2.0."],["You can construct a new `UpdateChannelRequest` object either as a new instance or by copying an existing one via the UpdateChannelRequest(UpdateChannelRequest) constructor."]]],[]]