public interface ListListingsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getListings(int index)
public abstract Listing getListings(int index)The list of Listing.
repeated .google.cloud.bigquery.dataexchange.v1beta1.Listing listings = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Listing |
|
getListingsCount()
public abstract int getListingsCount()The list of Listing.
repeated .google.cloud.bigquery.dataexchange.v1beta1.Listing listings = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getListingsList()
public abstract List<Listing> getListingsList()The list of Listing.
repeated .google.cloud.bigquery.dataexchange.v1beta1.Listing listings = 1;
| Returns | |
|---|---|
| Type | Description |
List<Listing> |
|
getListingsOrBuilder(int index)
public abstract ListingOrBuilder getListingsOrBuilder(int index)The list of Listing.
repeated .google.cloud.bigquery.dataexchange.v1beta1.Listing listings = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ListingOrBuilder |
|
getListingsOrBuilderList()
public abstract List<? extends ListingOrBuilder> getListingsOrBuilderList()The list of Listing.
repeated .google.cloud.bigquery.dataexchange.v1beta1.Listing listings = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.bigquery.dataexchange.v1beta1.ListingOrBuilder> |
|
getNextPageToken()
public abstract String getNextPageToken()A token to request the next page of results.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()A token to request the next page of results.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |