public sealed class GetChannelPartnerLinkRequest : IMessage<GetChannelPartnerLinkRequest>, IEquatable<GetChannelPartnerLinkRequest>, IDeepCloneable<GetChannelPartnerLinkRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Channel v1 API class GetChannelPartnerLinkRequest.
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."],[[["This document provides reference documentation for the `GetChannelPartnerLinkRequest` class within the Google Cloud Channel v1 API, with the latest version being 2.14.0."],["The `GetChannelPartnerLinkRequest` class is used to request a specific channel partner link and is part of the `Google.Cloud.Channel.V1` namespace."],["This class inherits from `Object` and implements `IMessage\u003cGetChannelPartnerLinkRequest\u003e`, `IEquatable\u003cGetChannelPartnerLinkRequest\u003e`, `IDeepCloneable\u003cGetChannelPartnerLinkRequest\u003e`, `IBufferMessage`, and `IMessage` interfaces, allowing for actions such as deep cloning and buffer message handling."],["There are multiple older versions of the `GetChannelPartnerLinkRequest` class documented, starting from version 1.0.0 up to the latest 2.14.0, each with its own documentation."],["The `GetChannelPartnerLinkRequest` class includes properties for `Name`, to specify the channel partner link to retrieve, and `View`, to control the level of detail in the response."]]],[]]