Class: Google::Cloud::ErrorReporting::V1beta1::ListEventsResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/devtools/clouderrorreporting/v1beta1/error_stats_service.rb

Overview

Contains a set of requested error events.

Instance Attribute Summary collapse

Instance Attribute Details

#error_events::Array<::Google::Cloud::ErrorReporting::V1beta1::ErrorEvent>

Returns The error events which match the given request.

Returns:



225
226
227
228
# File 'proto_docs/google/devtools/clouderrorreporting/v1beta1/error_stats_service.rb', line 225

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

#next_page_token::String

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.



225
226
227
228
# File 'proto_docs/google/devtools/clouderrorreporting/v1beta1/error_stats_service.rb', line 225

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

#time_range_begin::Google::Protobuf::Timestamp

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

Returns:



225
226
227
228
# File 'proto_docs/google/devtools/clouderrorreporting/v1beta1/error_stats_service.rb', line 225

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