Reference documentation and code samples for the Google Cloud BigQuery Data Exchange V1beta1 Client class ListListingsResponse.
Message for response to the list of Listings.
Generated from protobuf message google.cloud.bigquery.dataexchange.v1beta1.ListListingsResponse
Namespace
Google \ Cloud \ BigQuery \ DataExchange \ V1beta1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ listings |
array<Listing>
The list of Listing. |
↳ next_page_token |
string
A token to request the next page of results. |
getListings
The list of Listing.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setListings
The list of Listing.
| Parameter | |
|---|---|
| Name | Description |
var |
array<Listing>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getNextPageToken
A token to request the next page of results.
| Returns | |
|---|---|
| Type | Description |
string |
|
setNextPageToken
A token to request the next page of results.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|