Interface ListOrdersResponseOrBuilder (0.12.0)

Stay organized with collections Save and categorize content based on your preferences.
public interface ListOrdersResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNextPageToken()

public abstract String getNextPageToken()

The token for fetching the next page.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

The token for fetching the next page.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.

getOrders(int index)

public abstract Order getOrders(int index)

The list of orders in this response.

repeated .google.cloud.commerce.consumer.procurement.v1alpha1.Order orders = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Order

getOrdersCount()

public abstract int getOrdersCount()

The list of orders in this response.

repeated .google.cloud.commerce.consumer.procurement.v1alpha1.Order orders = 1;

Returns
TypeDescription
int

getOrdersList()

public abstract List<Order> getOrdersList()

The list of orders in this response.

repeated .google.cloud.commerce.consumer.procurement.v1alpha1.Order orders = 1;

Returns
TypeDescription
List<Order>

getOrdersOrBuilder(int index)

public abstract OrderOrBuilder getOrdersOrBuilder(int index)

The list of orders in this response.

repeated .google.cloud.commerce.consumer.procurement.v1alpha1.Order orders = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
OrderOrBuilder

getOrdersOrBuilderList()

public abstract List<? extends OrderOrBuilder> getOrdersOrBuilderList()

The list of orders in this response.

repeated .google.cloud.commerce.consumer.procurement.v1alpha1.Order orders = 1;

Returns
TypeDescription
List<? extends com.google.cloud.commerce.consumer.procurement.v1alpha1.OrderOrBuilder>