Interface ListOrdersResponseOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    ListOrdersResponse, ListOrdersResponse.Builder

    public interface ListOrdersResponseOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method 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.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getOrdersList

        List<Order> getOrdersList()
         The list of orders in this response.
         
        repeated .google.cloud.commerce.consumer.procurement.v1alpha1.Order orders = 1;
      • getOrders

        Order getOrders​(int index)
         The list of orders in this response.
         
        repeated .google.cloud.commerce.consumer.procurement.v1alpha1.Order orders = 1;
      • getOrdersCount

        int getOrdersCount()
         The list of orders in this response.
         
        repeated .google.cloud.commerce.consumer.procurement.v1alpha1.Order orders = 1;
      • getOrdersOrBuilderList

        List<? extends OrderOrBuilder> getOrdersOrBuilderList()
         The list of orders in this response.
         
        repeated .google.cloud.commerce.consumer.procurement.v1alpha1.Order orders = 1;
      • getOrdersOrBuilder

        OrderOrBuilder getOrdersOrBuilder​(int index)
         The list of orders in this response.
         
        repeated .google.cloud.commerce.consumer.procurement.v1alpha1.Order orders = 1;
      • getNextPageToken

        String getNextPageToken()
         The token for fetching the next page.
         
        string next_page_token = 2;
        Returns:
        The nextPageToken.
      • getNextPageTokenBytes

        com.google.protobuf.ByteString getNextPageTokenBytes()
         The token for fetching the next page.
         
        string next_page_token = 2;
        Returns:
        The bytes for nextPageToken.