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 \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ subscriptions |
array<Subscription>
The list of subscriptions. |
↳ next_page_token |
string
Next page token. |
getSubscriptions
The list of subscriptions.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setSubscriptions
The list of subscriptions.
| Parameter | |
|---|---|
| Name | Description |
var |
array<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 |
|