Method: Google::Cloud::Monitoring::V3::ListNotificationChannelDescriptorsResponse#next_page_token
- Defined in:
- proto_docs/google/monitoring/v3/notification_service.rb
permalink #next_page_token ⇒ ::String
Returns 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.
64 65 66 67 |
# File 'proto_docs/google/monitoring/v3/notification_service.rb', line 64 class ListNotificationChannelDescriptorsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |