Google Cloud BigQuery Analytics Hub V1 Client - Class ListSubscriptionsRequest (0.3.2)

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

Message for listing subscriptions.

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

Namespace

Google \ Cloud \ BigQuery \ AnalyticsHub \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The parent resource path of the subscription. e.g. projects/myproject/locations/US

↳ filter string

The filter expression may be used to filter by Data Exchange or Listing.

↳ page_size int

The maximum number of results to return in a single response page.

↳ page_token string

Page token, returned by a previous call.

getParent

Required. The parent resource path of the subscription.

e.g. projects/myproject/locations/US

Returns
TypeDescription
string

setParent

Required. The parent resource path of the subscription.

e.g. projects/myproject/locations/US

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getFilter

The filter expression may be used to filter by Data Exchange or Listing.

Returns
TypeDescription
string

setFilter

The filter expression may be used to filter by Data Exchange or Listing.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getPageSize

The maximum number of results to return in a single response page.

Returns
TypeDescription
int

setPageSize

The maximum number of results to return in a single response page.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getPageToken

Page token, returned by a previous call.

Returns
TypeDescription
string

setPageToken

Page token, returned by a previous call.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

static::build

Parameter
NameDescription
parent string

Required. The parent resource path of the subscription. e.g. projects/myproject/locations/US Please see Google\Cloud\BigQuery\AnalyticsHub\V1\AnalyticsHubServiceClient::locationName() for help formatting this field.

Returns
TypeDescription
Google\Cloud\BigQuery\AnalyticsHub\V1\ListSubscriptionsRequest