Google Cloud Channel V1 Client - Class CreateChannelPartnerRepricingConfigRequest (1.6.0)

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 \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
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 Google\Cloud\Channel\V1\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
TypeDescription
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
NameDescription
var string
Returns
TypeDescription
$this

getChannelPartnerRepricingConfig

Required. The ChannelPartnerRepricingConfig object to update.

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

hasChannelPartnerRepricingConfig

clearChannelPartnerRepricingConfig

setChannelPartnerRepricingConfig

Required. The ChannelPartnerRepricingConfig object to update.

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

static::build

Parameters
NameDescription
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 Google\Cloud\Channel\V1\CloudChannelServiceClient::channelPartnerLinkName() for help formatting this field.

channelPartnerRepricingConfig Google\Cloud\Channel\V1\ChannelPartnerRepricingConfig

Required. The ChannelPartnerRepricingConfig object to update.

Returns
TypeDescription
Google\Cloud\Channel\V1\CreateChannelPartnerRepricingConfigRequest