public interface UpdateCustomerRepricingConfigRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCustomerRepricingConfig()
public abstract CustomerRepricingConfig getCustomerRepricingConfig()Required. The CustomerRepricingConfig object to update.
.google.cloud.channel.v1.CustomerRepricingConfig customer_repricing_config = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
CustomerRepricingConfig |
The customerRepricingConfig. |
getCustomerRepricingConfigOrBuilder()
public abstract CustomerRepricingConfigOrBuilder getCustomerRepricingConfigOrBuilder()Required. The CustomerRepricingConfig object to update.
.google.cloud.channel.v1.CustomerRepricingConfig customer_repricing_config = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
CustomerRepricingConfigOrBuilder |
|
hasCustomerRepricingConfig()
public abstract boolean hasCustomerRepricingConfig()Required. The CustomerRepricingConfig object to update.
.google.cloud.channel.v1.CustomerRepricingConfig customer_repricing_config = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the customerRepricingConfig field is set. |