Interface ListListingsResponseOrBuilder

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

    public interface ListListingsResponseOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getListingsList

        List<Listing> getListingsList()
         The list of Listing.
         
        repeated .google.cloud.bigquery.dataexchange.v1beta1.Listing listings = 1;
      • getListings

        Listing getListings​(int index)
         The list of Listing.
         
        repeated .google.cloud.bigquery.dataexchange.v1beta1.Listing listings = 1;
      • getListingsCount

        int getListingsCount()
         The list of Listing.
         
        repeated .google.cloud.bigquery.dataexchange.v1beta1.Listing listings = 1;
      • getListingsOrBuilderList

        List<? extends ListingOrBuilder> getListingsOrBuilderList()
         The list of Listing.
         
        repeated .google.cloud.bigquery.dataexchange.v1beta1.Listing listings = 1;
      • getListingsOrBuilder

        ListingOrBuilder getListingsOrBuilder​(int index)
         The list of Listing.
         
        repeated .google.cloud.bigquery.dataexchange.v1beta1.Listing listings = 1;
      • getNextPageToken

        String getNextPageToken()
         A token to request the next page of results.
         
        string next_page_token = 2;
        Returns:
        The nextPageToken.
      • getNextPageTokenBytes

        com.google.protobuf.ByteString getNextPageTokenBytes()
         A token to request the next page of results.
         
        string next_page_token = 2;
        Returns:
        The bytes for nextPageToken.