Class GetChannelPartnerLinkRequest (1.2.0)

public sealed class GetChannelPartnerLinkRequest : IMessage<GetChannelPartnerLinkRequest>, IEquatable<GetChannelPartnerLinkRequest>, IDeepCloneable<GetChannelPartnerLinkRequest>, IBufferMessage, IMessage

Request message for [CloudChannelService.GetChannelPartnerLink][google.cloud.channel.v1.CloudChannelService.GetChannelPartnerLink].

Inheritance

Object > GetChannelPartnerLinkRequest

Namespace

Google.Cloud.Channel.V1

Assembly

Google.Cloud.Channel.V1.dll

Constructors

GetChannelPartnerLinkRequest()

public GetChannelPartnerLinkRequest()

GetChannelPartnerLinkRequest(GetChannelPartnerLinkRequest)

public GetChannelPartnerLinkRequest(GetChannelPartnerLinkRequest other)
Parameter
Name Description
other GetChannelPartnerLinkRequest

Properties

Name

public string Name { get; set; }

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.

Property Value
Type Description
String

View

public ChannelPartnerLinkView View { get; set; }

Optional. The level of granularity the ChannelPartnerLink will display.

Property Value
Type Description
ChannelPartnerLinkView

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月05日 UTC.