Google Cloud BigQuery Analytics Hub V1 Client - Class ListListingsResponse (0.2.2)

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 \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
Google\Protobuf\Internal\RepeatedField

setListings

The list of Listing.

Parameter
NameDescription
var array<Google\Cloud\BigQuery\AnalyticsHub\V1\Listing>
Returns
TypeDescription
$this

getNextPageToken

A token to request the next page of results.

Returns
TypeDescription
string

setNextPageToken

A token to request the next page of results.

Parameter
NameDescription
var string
Returns
TypeDescription
$this