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 webpage provides documentation for the `GetChannelPartnerLinkRequest` class within the Google Cloud Channel v1 API, specifically detailing its use for retrieving channel partner links."],["The documentation covers a range of versions, from version 1.0.0 up to the latest version, 2.14.0, for `GetChannelPartnerLinkRequest`, allowing users to reference the appropriate documentation based on their API version."],["`GetChannelPartnerLinkRequest` is a class that implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for various functionalities like message processing, equality checking, deep cloning, and buffered message handling."],["The `GetChannelPartnerLinkRequest` class includes properties such as `Name`, which specifies the resource name of the channel partner link to retrieve, and `View`, which controls the granularity of the displayed `ChannelPartnerLink` data."],["It also contains the constructors `GetChannelPartnerLinkRequest()` and `GetChannelPartnerLinkRequest(GetChannelPartnerLinkRequest other)` that enable the instantiation of this class."]]],[]]