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.
The name takes 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 webpage details the `GetChannelPartnerLinkRequest` class, which is used to request information about a specific channel partner link within the Google Cloud Channel service."],["The `GetChannelPartnerLinkRequest` class is implemented in the `Google.Cloud.Channel.V1` namespace, within the `Google.Cloud.Channel.V1.dll` assembly."],["This request message allows users to specify the resource name of the channel partner link and optionally, the level of detail to be returned with the request."],["The webpage outlines all the available versions for the `GetChannelPartnerLinkRequest`, ranging from version `1.0.0` up to the latest version, `2.14.0`, providing links to each respective version."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, all within the `Google.Protobuf` namespace."]]],[]]