Google Cloud Channel V1 Client - Class CreateChannelPartnerLinkRequest (1.7.0)

Reference documentation and code samples for the Google Cloud Channel V1 Client class CreateChannelPartnerLinkRequest.

Request message for CloudChannelService.CreateChannelPartnerLink

Generated from protobuf message google.cloud.channel.v1.CreateChannelPartnerLinkRequest

Namespace

Google \ Cloud \ Channel \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ parent string

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

↳ channel_partner_link Google\Cloud\Channel\V1\ChannelPartnerLink

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

getParent

Required. Create a channel partner link for the provided reseller account's resource name.

Parent uses the format: accounts/{account_id}

Returns
TypeDescription
string

setParent

Required. Create a channel partner link for the provided reseller account's resource name.

Parent uses the format: accounts/{account_id}

Parameter
NameDescription
var string
Returns
TypeDescription
$this

Required. The channel partner link to create.

Either channel_partner_link.reseller_cloud_identity_id or domain can be used to create a link.

Returns
TypeDescription
Google\Cloud\Channel\V1\ChannelPartnerLink|null

Required. The channel partner link to create.

Either channel_partner_link.reseller_cloud_identity_id or domain can be used to create a link.

Parameter
NameDescription
var Google\Cloud\Channel\V1\ChannelPartnerLink
Returns
TypeDescription
$this