Method: Google::Cloud::Monitoring::V3::ListGroupsResponse#next_page_token

Defined in:
proto_docs/google/monitoring/v3/group_service.rb

#next_page_token::String

Returns If there are more results than have been returned, then this field is set to a non-empty value. To see the additional results, use that value as page_token in the next call to this method.

Returns:

  • (::String)

    If there are more results than have been returned, then this field is set to a non-empty value. To see the additional results, use that value as page_token in the next call to this method.


80
81
82
83
# File 'proto_docs/google/monitoring/v3/group_service.rb', line 80

class ListGroupsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end