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 reference documentation for the `GetChannelPartnerLinkRequest` class within the Google Cloud Channel v1 API, specifically for version 2.10.0 of the .NET library."],["The `GetChannelPartnerLinkRequest` class is used to construct request messages for the `CloudChannelService.GetChannelPartnerLink` method, which is used to retrieve specific channel partner links."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` base class."],["It includes properties such as `Name` (a string representing the resource name of the channel partner link) and `View` (specifying the level of detail to be displayed for the `ChannelPartnerLink`)."],["The webpage also provides links to documentation for various historical versions of the Google.Cloud.Channel.V1 library, from version 1.0.0 up to 2.14.0, with 2.14.0 being the latest."]]],[]]