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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListinggetListings(int index)The list of Listing.intgetListingsCount()The list of Listing.List<Listing>getListingsList()The list of Listing.ListingOrBuildergetListingsOrBuilder(int index)The list of Listing.List<? extends ListingOrBuilder>getListingsOrBuilderList()The list of Listing.StringgetNextPageToken()A token to request the next page of results.com.google.protobuf.ByteStringgetNextPageTokenBytes()A token to request the next page of results.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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.
-
-