Uses of Class
com.google.cloud.channel.v1.CustomerRepricingConfigName
-
Packages that use CustomerRepricingConfigName Package Description com.google.cloud.channel.v1 A client to Cloud Channel API -
-
Uses of CustomerRepricingConfigName in com.google.cloud.channel.v1
Methods in com.google.cloud.channel.v1 that return CustomerRepricingConfigName Modifier and Type Method Description CustomerRepricingConfigName
CustomerRepricingConfigName.Builder. build()
static CustomerRepricingConfigName
CustomerRepricingConfigName. of(String account, String customer, String customerRepricingConfig)
static CustomerRepricingConfigName
CustomerRepricingConfigName. parse(String formattedString)
Methods in com.google.cloud.channel.v1 that return types with arguments of type CustomerRepricingConfigName Modifier and Type Method Description static List<CustomerRepricingConfigName>
CustomerRepricingConfigName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.channel.v1 with parameters of type CustomerRepricingConfigName Modifier and Type Method Description void
CloudChannelServiceClient. deleteCustomerRepricingConfig(CustomerRepricingConfigName name)
Deletes the given [CustomerRepricingConfig][google.cloud.channel.v1.CustomerRepricingConfig] permanently.CustomerRepricingConfig
CloudChannelServiceClient. getCustomerRepricingConfig(CustomerRepricingConfigName name)
Gets information about how a Reseller modifies their bill before sending it to a Customer.Method parameters in com.google.cloud.channel.v1 with type arguments of type CustomerRepricingConfigName Modifier and Type Method Description static List<String>
CustomerRepricingConfigName. toStringList(List<CustomerRepricingConfigName> values)
-