Google Cloud Channel V1 Client - Class CreateChannelPartnerLinkRequest (1.0.1)
Stay organized with collections
Save and categorize content based on your preferences.
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
Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
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}
Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
string |
|
setParent
Required. Create a channel partner link for the provided reseller account's resource name.
Parent uses the format: accounts/{account_id}
Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getChannelPartnerLink
Required. The channel partner link to create.
Either channel_partner_link.reseller_cloud_identity_id or domain can be used to create a link.
Generated from protobuf field .google.cloud.channel.v1.ChannelPartnerLink channel_partner_link = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Google\Cloud\Channel\V1\ChannelPartnerLink|null |
|
hasChannelPartnerLink
clearChannelPartnerLink
setChannelPartnerLink
Required. The channel partner link to create.
Either channel_partner_link.reseller_cloud_identity_id or domain can be used to create a link.
Generated from protobuf field .google.cloud.channel.v1.ChannelPartnerLink channel_partner_link = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Cloud\Channel\V1\ChannelPartnerLink
|
| Returns | |
|---|---|
| Type | Description |
$this |
|