Reference documentation and code samples for the Cloud Monitoring V3 API class Google::Cloud::Monitoring::V3::ListNotificationChannelsResponse.
The ListNotificationChannels
response.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#next_page_token
def next_page_token() -> ::String
Returns
-
(::String) — 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.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
-
value (::String) — 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
-
(::String) — 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.
#notification_channels
def notification_channels() -> ::Array<::Google::Cloud::Monitoring::V3::NotificationChannel>
Returns
- (::Array<::Google::Cloud::Monitoring::V3::NotificationChannel>) — The notification channels defined for the specified project.
#notification_channels=
def notification_channels=(value) -> ::Array<::Google::Cloud::Monitoring::V3::NotificationChannel>
Parameter
- value (::Array<::Google::Cloud::Monitoring::V3::NotificationChannel>) — The notification channels defined for the specified project.
Returns
- (::Array<::Google::Cloud::Monitoring::V3::NotificationChannel>) — The notification channels defined for the specified project.
#total_size
def total_size() -> ::Integer
Returns
- (::Integer) — 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
#total_size=
def total_size=(value) -> ::Integer
Parameter
- value (::Integer) — 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
- (::Integer) — 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