Reference documentation and code samples for the Google Cloud Support V2 Client class ListSupportEventSubscriptionsResponse.
Response message for ListSupportEventSubscriptions.
Generated from protobuf message google.cloud.support.v2.ListSupportEventSubscriptionsResponse
Namespace
Google \ Cloud \ Support \ V2Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ support_event_subscriptions |
array<SupportEventSubscription>
The support event subscriptions. |
↳ next_page_token |
string
A token, which can be sent as |
getSupportEventSubscriptions
The support event subscriptions.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\RepeatedField<SupportEventSubscription> |
|
setSupportEventSubscriptions
The support event subscriptions.
| Parameter | |
|---|---|
| Name | Description |
var |
array<SupportEventSubscription>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getNextPageToken
A token, which can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
| Returns | |
|---|---|
| Type | Description |
string |
|
setNextPageToken
A token, which can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|