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

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

setSharedResourceSubscriptions

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