public interface ListOrdersResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getNextPageToken()
The token for fetching the next page.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
The token for fetching the next page.
|
Order |
getOrders(int index)
The list of orders in this response.
|
int |
getOrdersCount()
The list of orders in this response.
|
List<Order> |
getOrdersList()
The list of orders in this response.
|
OrderOrBuilder |
getOrdersOrBuilder(int index)
The list of orders in this response.
|
List<? extends OrderOrBuilder> |
getOrdersOrBuilderList()
The list of orders in this response.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Order> getOrdersList()
The list of orders in this response.
repeated .google.cloud.commerce.consumer.procurement.v1.Order orders = 1;Order getOrders(int index)
The list of orders in this response.
repeated .google.cloud.commerce.consumer.procurement.v1.Order orders = 1;int getOrdersCount()
The list of orders in this response.
repeated .google.cloud.commerce.consumer.procurement.v1.Order orders = 1;List<? extends OrderOrBuilder> getOrdersOrBuilderList()
The list of orders in this response.
repeated .google.cloud.commerce.consumer.procurement.v1.Order orders = 1;OrderOrBuilder getOrdersOrBuilder(int index)
The list of orders in this response.
repeated .google.cloud.commerce.consumer.procurement.v1.Order orders = 1;String getNextPageToken()
The token for fetching the next page.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
The token for fetching the next page.
string next_page_token = 2;Copyright © 2024 Google LLC. All rights reserved.