Reference documentation and code samples for the Google Cloud Channel V1 Client class CreateChannelPartnerRepricingConfigRequest.
Request message for CloudChannelService.CreateChannelPartnerRepricingConfig.
Generated from protobuf message google.cloud.channel.v1.CreateChannelPartnerRepricingConfigRequest
Namespace
Google \ Cloud \ Channel \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The resource name of the ChannelPartner that will receive the repricing config. Parent uses the format: accounts/{account_id}/channelPartnerLinks/{channel_partner_id} |
↳ channel_partner_repricing_config |
ChannelPartnerRepricingConfig
Required. The ChannelPartnerRepricingConfig object to update. |
getParent
Required. The resource name of the ChannelPartner that will receive the repricing config. Parent uses the format: accounts/{account_id}/channelPartnerLinks/{channel_partner_id}
| Returns | |
|---|---|
| Type | Description |
string |
|
setParent
Required. The resource name of the ChannelPartner that will receive the repricing config. Parent uses the format: accounts/{account_id}/channelPartnerLinks/{channel_partner_id}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getChannelPartnerRepricingConfig
Required. The ChannelPartnerRepricingConfig object to update.
| Returns | |
|---|---|
| Type | Description |
ChannelPartnerRepricingConfig|null |
|
hasChannelPartnerRepricingConfig
clearChannelPartnerRepricingConfig
setChannelPartnerRepricingConfig
Required. The ChannelPartnerRepricingConfig object to update.
| Parameter | |
|---|---|
| Name | Description |
var |
ChannelPartnerRepricingConfig
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameters | |
|---|---|
| Name | Description |
parent |
string
Required. The resource name of the ChannelPartner that will receive the repricing config. Parent uses the format: accounts/{account_id}/channelPartnerLinks/{channel_partner_id} Please see CloudChannelServiceClient::channelPartnerLinkName() for help formatting this field. |
channelPartnerRepricingConfig |
ChannelPartnerRepricingConfig
Required. The ChannelPartnerRepricingConfig object to update. |
| Returns | |
|---|---|
| Type | Description |
CreateChannelPartnerRepricingConfigRequest |
|