Reference documentation and code samples for the Google Cloud BigQuery Analytics Hub V1 Client class ListListingsResponse.
Message for response to the list of Listings.
Generated from protobuf message google.cloud.bigquery.analyticshub.v1.ListListingsResponse
Namespace
Google \ Cloud \ BigQuery \ AnalyticsHub \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ listings |
array<Google\Cloud\BigQuery\AnalyticsHub\V1\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<Google\Cloud\BigQuery\AnalyticsHub\V1\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 |