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 CustomerRepricingConfigNameCustomerRepricingConfigName.Builder. build()static CustomerRepricingConfigNameCustomerRepricingConfigName. of(String account, String customer, String customerRepricingConfig)static CustomerRepricingConfigNameCustomerRepricingConfigName. 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 voidCloudChannelServiceClient. deleteCustomerRepricingConfig(CustomerRepricingConfigName name)Deletes the given [CustomerRepricingConfig][google.cloud.channel.v1.CustomerRepricingConfig] permanently.CustomerRepricingConfigCloudChannelServiceClient. 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)
-