Reference documentation and code samples for the Google Cloud Channel V1 Client class CreateCustomerRepricingConfigRequest.
Request message for CloudChannelService.CreateCustomerRepricingConfig.
Generated from protobuf message google.cloud.channel.v1.CreateCustomerRepricingConfigRequest
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 customer that will receive this repricing config. Parent uses the format: accounts/{account_id}/customers/{customer_id} |
↳ customer_repricing_config |
CustomerRepricingConfig
Required. The CustomerRepricingConfig object to update. |
getParent
Required. The resource name of the customer that will receive this repricing config. Parent uses the format: accounts/{account_id}/customers/{customer_id}
| Returns | |
|---|---|
| Type | Description |
string |
|
setParent
Required. The resource name of the customer that will receive this repricing config. Parent uses the format: accounts/{account_id}/customers/{customer_id}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getCustomerRepricingConfig
Required. The CustomerRepricingConfig object to update.
| Returns | |
|---|---|
| Type | Description |
CustomerRepricingConfig|null |
|
hasCustomerRepricingConfig
clearCustomerRepricingConfig
setCustomerRepricingConfig
Required. The CustomerRepricingConfig object to update.
| Parameter | |
|---|---|
| Name | Description |
var |
CustomerRepricingConfig
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameters | |
|---|---|
| Name | Description |
parent |
string
Required. The resource name of the customer that will receive this repricing config. Parent uses the format: accounts/{account_id}/customers/{customer_id} Please see CloudChannelServiceClient::customerName() for help formatting this field. |
customerRepricingConfig |
CustomerRepricingConfig
Required. The CustomerRepricingConfig object to update. |
| Returns | |
|---|---|
| Type | Description |
CreateCustomerRepricingConfigRequest |
|