Reference documentation and code samples for the Stackdriver Monitoring V3 Client class ListNotificationChannelsResponse.
The ListNotificationChannels
response.
Generated from protobuf message google.monitoring.v3.ListNotificationChannelsResponse
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ notification_channels |
array<Google\Cloud\Monitoring\V3\NotificationChannel>
The notification channels defined for the specified project. |
↳ next_page_token |
string
If not empty, indicates that there may be more results that match the request. Use the value in the |
↳ total_size |
int
The total number of notification channels in all pages. This number is only an estimate, and may change in subsequent pages. https://aip.dev/158 |
getNotificationChannels
The notification channels defined for the specified project.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setNotificationChannels
The notification channels defined for the specified project.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Monitoring\V3\NotificationChannel>
|
Returns | |
---|---|
Type | Description |
$this |
getNextPageToken
If not empty, indicates that there may be more results that match
the request. Use the value in the page_token
field in a
subsequent request to fetch the next set of results. If empty,
all results have been returned.
Returns | |
---|---|
Type | Description |
string |
setNextPageToken
If not empty, indicates that there may be more results that match
the request. Use the value in the page_token
field in a
subsequent request to fetch the next set of results. If empty,
all results have been returned.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getTotalSize
The total number of notification channels in all pages. This number is only an estimate, and may change in subsequent pages. https://aip.dev/158
Returns | |
---|---|
Type | Description |
int |
setTotalSize
The total number of notification channels in all pages. This number is only an estimate, and may change in subsequent pages. https://aip.dev/158
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |