Interface ListCustomersResponseOrBuilder (3.8.0)

public interface ListCustomersResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
NameDescription
indexint
Returns
TypeDescription
Customer

getCustomersCount()

public abstract int getCustomersCount()

The customers belonging to a reseller or distributor.

repeated .google.cloud.channel.v1.Customer customers = 1;

Returns
TypeDescription
int

getCustomersList()

public abstract List<Customer> getCustomersList()

The customers belonging to a reseller or distributor.

repeated .google.cloud.channel.v1.Customer customers = 1;

Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for nextPageToken.