public interface ListOrdersResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getNextPageToken()
public abstract String getNextPageToken()The token for fetching the next page.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()The token for fetching the next page.
string next_page_token = 2;
| Returns | |
|---|---|
| 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;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.commerce.consumer.procurement.v1alpha1.OrderOrBuilder> |
|