Uses of Interface
com.google.cloud.channel.v1.CustomerOrBuilder
-
Packages that use CustomerOrBuilder Package Description com.google.cloud.channel.v1 A client to Cloud Channel API -
-
Uses of CustomerOrBuilder in com.google.cloud.channel.v1
Classes in com.google.cloud.channel.v1 that implement CustomerOrBuilder Modifier and Type Class Description class
Customer
Entity representing a customer of a reseller or distributor.static class
Customer.Builder
Entity representing a customer of a reseller or distributor.Methods in com.google.cloud.channel.v1 that return CustomerOrBuilder Modifier and Type Method Description CustomerOrBuilder
CreateCustomerRequest.Builder. getCustomerOrBuilder()
Required.CustomerOrBuilder
CreateCustomerRequest. getCustomerOrBuilder()
Required.CustomerOrBuilder
CreateCustomerRequestOrBuilder. getCustomerOrBuilder()
Required.CustomerOrBuilder
UpdateCustomerRequest.Builder. getCustomerOrBuilder()
Required.CustomerOrBuilder
UpdateCustomerRequest. getCustomerOrBuilder()
Required.CustomerOrBuilder
UpdateCustomerRequestOrBuilder. getCustomerOrBuilder()
Required.CustomerOrBuilder
ListCustomersResponse.Builder. getCustomersOrBuilder(int index)
The customers belonging to a reseller or distributor.CustomerOrBuilder
ListCustomersResponse. getCustomersOrBuilder(int index)
The customers belonging to a reseller or distributor.CustomerOrBuilder
ListCustomersResponseOrBuilder. getCustomersOrBuilder(int index)
The customers belonging to a reseller or distributor.Methods in com.google.cloud.channel.v1 that return types with arguments of type CustomerOrBuilder Modifier and Type Method Description List<? extends CustomerOrBuilder>
ListCustomersResponse.Builder. getCustomersOrBuilderList()
The customers belonging to a reseller or distributor.List<? extends CustomerOrBuilder>
ListCustomersResponse. getCustomersOrBuilderList()
The customers belonging to a reseller or distributor.List<? extends CustomerOrBuilder>
ListCustomersResponseOrBuilder. getCustomersOrBuilderList()
The customers belonging to a reseller or distributor.
-