Class ListNotificationChannelsResponse (2.11.2)

ListNotificationChannelsResponse(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

The ListNotificationChannels response.

Attributes

NameDescription
notification_channels Sequence[google.cloud.monitoring_v3.types.NotificationChannel]
The notification channels defined for the specified project.
next_page_token str
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.
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

Inheritance

builtins.object > proto.message.Message > ListNotificationChannelsResponse