Google Cloud BigQuery Analytics Hub V1 Client - Class ListListingsRequest (0.1.6)

Reference documentation and code samples for the Google Cloud BigQuery Analytics Hub V1 Client class ListListingsRequest.

Message for requesting the list of listings.

Generated from protobuf message google.cloud.bigquery.analyticshub.v1.ListListingsRequest

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The parent resource path of the listing. e.g. projects/myproject/locations/US/dataExchanges/123.

↳ page_size int

The maximum number of results to return in a single response page. Leverage the page tokens to iterate through the entire collection.

↳ page_token string

Page token, returned by a previous call, to request the next page of results.

getParent

Required. The parent resource path of the listing.

e.g. projects/myproject/locations/US/dataExchanges/123.

Returns
TypeDescription
string

setParent

Required. The parent resource path of the listing.

e.g. projects/myproject/locations/US/dataExchanges/123.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getPageSize

The maximum number of results to return in a single response page. Leverage the page tokens to iterate through the entire collection.

Returns
TypeDescription
int

setPageSize

The maximum number of results to return in a single response page. Leverage the page tokens to iterate through the entire collection.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getPageToken

Page token, returned by a previous call, to request the next page of results.

Returns
TypeDescription
string

setPageToken

Page token, returned by a previous call, to request the next page of results.

Parameter
NameDescription
var string
Returns
TypeDescription
$this