Google Cloud BigQuery Analytics Hub V1 Client - Class ListSharedResourceSubscriptionsResponse (0.5.1)

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

Message for response to the listing of shared resource subscriptions.

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

Namespace

Google \ Cloud \ BigQuery \ AnalyticsHub \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

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

The list of subscriptions.

↳ next_page_token string

Next page token.

getSharedResourceSubscriptions

The list of subscriptions.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setSharedResourceSubscriptions

The list of subscriptions.

Parameter
Name Description
var array<Google\Cloud\BigQuery\AnalyticsHub\V1\Subscription>
Returns
Type Description
$this

getNextPageToken

Next page token.

Returns
Type Description
string

setNextPageToken

Next page token.

Parameter
Name Description
var string
Returns
Type Description
$this