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;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Customer |
|
getCustomersCount()
public abstract int getCustomersCount()The customers belonging to a reseller or distributor.
repeated .google.cloud.channel.v1.Customer customers = 1;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |