public sealed class UpdateChannelPartnerLinkRequest : IMessage<UpdateChannelPartnerLinkRequest>, IEquatable<UpdateChannelPartnerLinkRequest>, IDeepCloneable<UpdateChannelPartnerLinkRequest>, IBufferMessage, IMessage
Request message for [CloudChannelService.UpdateChannelPartnerLink][google.cloud.channel.v1.CloudChannelService.UpdateChannelPartnerLink]
Required. The resource name of the channel partner link to cancel.
Name uses the format: accounts/{account_id}/channelPartnerLinks/{id}
where {id} is the Cloud Identity ID of the partner.
[[["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 outlines the `UpdateChannelPartnerLinkRequest` class, which is used to request updates to a channel partner link within the Google Cloud Channel API."],["The latest version available for `UpdateChannelPartnerLinkRequest` is 2.14.0, and the document contains versions down to 1.0.0, accessible via the provided links."],["The `UpdateChannelPartnerLinkRequest` class inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing methods for message handling, equality checks, deep cloning, and buffer management."],["Key properties of the `UpdateChannelPartnerLinkRequest` class include `ChannelPartnerLink`, `Name`, and `UpdateMask`, allowing for specification of the channel partner link to update, its resource name, and the fields to be modified, respectively."],["The `UpdateMask` property is restricted to only updating the `channel_partner_link.link_state` field."]]],[]]