Uses of Class
com.google.cloud.channel.v1.CustomerName
-
Packages that use CustomerName Package Description com.google.cloud.channel.v1 A client to Cloud Channel API -
-
Uses of CustomerName in com.google.cloud.channel.v1
Methods in com.google.cloud.channel.v1 that return CustomerName Modifier and Type Method Description CustomerNameCustomerName.Builder. build()static CustomerNameCustomerName. of(String account, String customer)static CustomerNameCustomerName. parse(String formattedString)Methods in com.google.cloud.channel.v1 that return types with arguments of type CustomerName Modifier and Type Method Description static List<CustomerName>CustomerName. parseList(List<String> formattedStrings)Methods in com.google.cloud.channel.v1 with parameters of type CustomerName Modifier and Type Method Description CustomerRepricingConfigCloudChannelServiceClient. createCustomerRepricingConfig(CustomerName parent, CustomerRepricingConfig customerRepricingConfig)Creates a CustomerRepricingConfig.voidCloudChannelServiceClient. deleteCustomer(CustomerName name)Deletes the given [Customer][google.cloud.channel.v1.Customer] permanently.CustomerCloudChannelServiceClient. getCustomer(CustomerName name)Returns the requested [Customer][google.cloud.channel.v1.Customer] resource.CloudChannelServiceClient.ListCustomerRepricingConfigsPagedResponseCloudChannelServiceClient. listCustomerRepricingConfigs(CustomerName parent)Lists 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 CustomerName Modifier and Type Method Description static List<String>CustomerName. toStringList(List<CustomerName> values)
-