public interface ListCustomersResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCustomers(int index)
public abstract Customer getCustomers(int index)The customers belonging to a reseller or distributor.
repeated .google.cloud.channel.v1.Customer customers = 1;
| Name | Description |
| index | int |
| Type | Description |
| Customer |
getCustomersCount()
public abstract int getCustomersCount()The customers belonging to a reseller or distributor.
repeated .google.cloud.channel.v1.Customer customers = 1;
| Type | Description |
| int |
getCustomersList()
public abstract List<Customer> getCustomersList()The customers belonging to a reseller or distributor.
repeated .google.cloud.channel.v1.Customer customers = 1;
| Type | Description |
| List<Customer> |
getCustomersOrBuilder(int index)
public abstract CustomerOrBuilder getCustomersOrBuilder(int index)The customers belonging to a reseller or distributor.
repeated .google.cloud.channel.v1.Customer customers = 1;
| Name | Description |
| index | int |
| Type | Description |
| CustomerOrBuilder |
getCustomersOrBuilderList()
public abstract List<? extends CustomerOrBuilder> getCustomersOrBuilderList()The customers belonging to a reseller or distributor.
repeated .google.cloud.channel.v1.Customer customers = 1;
| Type | Description |
| List<? extends com.google.cloud.channel.v1.CustomerOrBuilder> |
getNextPageToken()
public abstract String getNextPageToken()A token to retrieve the next page of results. Pass to ListCustomersRequest.page_token to obtain that page.
string next_page_token = 2;
| Type | Description |
| String | The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()A token to retrieve the next page of results. Pass to ListCustomersRequest.page_token to obtain that page.
string next_page_token = 2;
| Type | Description |
| ByteString | The bytes for nextPageToken. |