Method: Google::Cloud::Monitoring::V3::ListNotificationChannelDescriptorsRequest#page_token
- Defined in:
- proto_docs/google/monitoring/v3/notification_service.rb
permalink #page_token ⇒ ::String
Returns If non-empty, page_token
must contain a value returned as the
next_page_token
in a previous response to request the next set
of results.
48 49 50 51 |
# File 'proto_docs/google/monitoring/v3/notification_service.rb', line 48 class ListNotificationChannelDescriptorsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |