Interface UpdateCustomerRepricingConfigRequestOrBuilder (3.7.2)

public interface UpdateCustomerRepricingConfigRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the customerRepricingConfig field is set.