Class: Google::Devtools::Clouderrorreporting::V1beta1::ListEventsResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/error_reporting/v1beta1/doc/google/devtools/clouderrorreporting/v1beta1/error_stats_service.rb

Overview

Contains a set of requested error events.

Instance Attribute Summary collapse

Instance Attribute Details

#error_eventsArray<Google::Devtools::Clouderrorreporting::V1beta1::ErrorEvent>

Returns The error events which match the given request.

Returns:



204
# File 'lib/google/cloud/error_reporting/v1beta1/doc/google/devtools/clouderrorreporting/v1beta1/error_stats_service.rb', line 204

class ListEventsResponse; end

#next_page_tokenString

Returns If non-empty, more results are available. Pass this token, along with the same query parameters as the first request, to view the next page of results.

Returns:

  • (String)

    If non-empty, more results are available. Pass this token, along with the same query parameters as the first request, to view the next page of results.



204
# File 'lib/google/cloud/error_reporting/v1beta1/doc/google/devtools/clouderrorreporting/v1beta1/error_stats_service.rb', line 204

class ListEventsResponse; end

#time_range_beginGoogle::Protobuf::Timestamp

Returns The timestamp specifies the start time to which the request was restricted.

Returns:



204
# File 'lib/google/cloud/error_reporting/v1beta1/doc/google/devtools/clouderrorreporting/v1beta1/error_stats_service.rb', line 204

class ListEventsResponse; end