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 CustomerName
CustomerName.Builder. build()
static CustomerName
CustomerName. of(String account, String customer)
static CustomerName
CustomerName. 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 CustomerRepricingConfig
CloudChannelServiceClient. createCustomerRepricingConfig(CustomerName parent, CustomerRepricingConfig customerRepricingConfig)
Creates a CustomerRepricingConfig.void
CloudChannelServiceClient. deleteCustomer(CustomerName name)
Deletes the given [Customer][google.cloud.channel.v1.Customer] permanently.Customer
CloudChannelServiceClient. getCustomer(CustomerName name)
Returns the requested [Customer][google.cloud.channel.v1.Customer] resource.CloudChannelServiceClient.ListCustomerRepricingConfigsPagedResponse
CloudChannelServiceClient. 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)
-