public sealed class UpdateGoogleChannelConfigRequest : IMessage<UpdateGoogleChannelConfigRequest>, IEquatable<UpdateGoogleChannelConfigRequest>, IDeepCloneable<UpdateGoogleChannelConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Eventarc v1 API class UpdateGoogleChannelConfigRequest.
The request message for the UpdateGoogleChannelConfig method.
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 information for the `UpdateGoogleChannelConfigRequest` class within the Eventarc v1 API for .NET, specifically version 2.5.0."],["The `UpdateGoogleChannelConfigRequest` class is used to define the request message for updating a Google Channel Config, which is accessible through the Eventarc V1 API."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, with the class inheriting from the base .NET `object`."],["It contains properties like `GoogleChannelConfig` and `UpdateMask`, allowing for specification of the configuration to be updated and the fields to be included in the update process, respectively."],["This page also offers links to older versions of documentation, with the latest being version 2.6.0, and going down to version 1.0.0."]]],[]]