public sealed class GetChannelPartnerLinkRequest : IMessage<GetChannelPartnerLinkRequest>, IEquatable<GetChannelPartnerLinkRequest>, IDeepCloneable<GetChannelPartnerLinkRequest>, IBufferMessage, IMessage
Request message for [CloudChannelService.GetChannelPartnerLink][google.cloud.channel.v1.CloudChannelService.GetChannelPartnerLink].
Required. The resource name of the channel partner link to retrieve.
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."],[[["The `GetChannelPartnerLinkRequest` class is a request message used to retrieve channel partner link information in the Cloud Channel Service."],["This class is part of the `Google.Cloud.Channel.V1` namespace and is defined within the `Google.Cloud.Channel.V1.dll` assembly."],["It implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to be used with protocol buffers and other .NET features."],["The `GetChannelPartnerLinkRequest` class has two constructors, a default one and another that accepts an existing `GetChannelPartnerLinkRequest` object for cloning."],["There is a total of 24 versions provided, with version 2.14.0 as the latest version, and version 1.0.0 as the earliest version."]]],[]]