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

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

#next_page_token::String

Returns This field represents the pagination token to retrieve the next page of results. If the value is empty, it means no further results for the request. To retrieve the next page of results, the value of the next_page_token is passed to the subsequent List method call (in the request message's page_token field). NOTE: this field is not yet implemented.

Returns:

  • (::String)

    This field represents the pagination token to retrieve the next page of results. If the value is empty, it means no further results for the request. To retrieve the next page of results, the value of the next_page_token is passed to the subsequent List method call (in the request message's page_token field). NOTE: this field is not yet implemented

[View source]

163
164
165
166
# File 'proto_docs/google/monitoring/v3/uptime_service.rb', line 163

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