Cloud Channel v1 API - Class CreateChannelPartnerLinkRequest (2.14.0)

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

Reference documentation and code samples for the Cloud Channel v1 API class CreateChannelPartnerLinkRequest.

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

Inheritance

object > CreateChannelPartnerLinkRequest

Namespace

Google.Cloud.Channel.V1

Assembly

Google.Cloud.Channel.V1.dll

Constructors

CreateChannelPartnerLinkRequest()

public CreateChannelPartnerLinkRequest()

CreateChannelPartnerLinkRequest(CreateChannelPartnerLinkRequest)

public CreateChannelPartnerLinkRequest(CreateChannelPartnerLinkRequest other)
Parameter
Name Description
other CreateChannelPartnerLinkRequest

Properties

public ChannelPartnerLink ChannelPartnerLink { get; set; }

Required. The channel partner link to create. Either channel_partner_link.reseller_cloud_identity_id or domain can be used to create a link.

Property Value
Type Description
ChannelPartnerLink

Parent

public string Parent { get; set; }

Required. Create a channel partner link for the provided reseller account's resource name. Parent uses the format: accounts/{account_id}

Property Value
Type Description
string

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.