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-04-09 UTC."],[[["The page provides documentation for the `GetChannelPartnerLinkRequest` class within the Google Cloud Channel v1 API, specifically focusing on version 2.8.0."],["The `GetChannelPartnerLinkRequest` class is used to request a specific channel partner link, inheriting from multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and has an inheritance from object."],["The class includes properties like `Name` (a required string representing the resource name of the channel partner link) and `View` (an optional `ChannelPartnerLinkView` specifying the granularity of displayed information)."],["The page lists multiple versions of the API documentation, starting from the latest 2.14.0 down to 1.0.0, each providing information about the `GetChannelPartnerLinkRequest` class, demonstrating a version history."],["There are also available constructors for `GetChannelPartnerLinkRequest`, including a parameterless constructor and a constructor that accepts another `GetChannelPartnerLinkRequest` object."]]],[]]