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

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

Message for response to the listing of subscriptions.

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

Namespace

Google \ Cloud \ BigQuery \ AnalyticsHub \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ subscriptions array<Google\Cloud\BigQuery\AnalyticsHub\V1\Subscription>

The list of subscriptions.

↳ next_page_token string

Next page token.

getSubscriptions

The list of subscriptions.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setSubscriptions

The list of subscriptions.

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

getNextPageToken

Next page token.

Returns
TypeDescription
string

setNextPageToken

Next page token.

Parameter
NameDescription
var string
Returns
TypeDescription
$this