public interface ListOrdersResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getNextPageToken()
public abstract String getNextPageToken()The token for fetching the next page.
string next_page_token = 2;
| Type | Description |
| String | The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()The token for fetching the next page.
string next_page_token = 2;
| Type | Description |
| 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;
| Name | Description |
| index | int |
| Type | Description |
| Order |
getOrdersCount()
public abstract int getOrdersCount()The list of orders in this response.
repeated .google.cloud.commerce.consumer.procurement.v1alpha1.Order orders = 1;
| Type | Description |
| int |
getOrdersList()
public abstract List<Order> getOrdersList()The list of orders in this response.
repeated .google.cloud.commerce.consumer.procurement.v1alpha1.Order orders = 1;
| Type | Description |
| 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;
| Name | Description |
| index | int |
| Type | Description |
| 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;
| Type | Description |
| List<? extends com.google.cloud.commerce.consumer.procurement.v1alpha1.OrderOrBuilder> |