Class: Google::Cloud::ErrorReporting::V1beta1::ListGroupStatsResponse

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 group stats.

Instance Attribute Summary collapse

Instance Attribute Details

#error_group_stats::Array<::Google::Cloud::ErrorReporting::V1beta1::ErrorGroupStats>

Returns The error group stats which match the given request.

Returns:



96
97
98
99
# File 'proto_docs/google/devtools/clouderrorreporting/v1beta1/error_stats_service.rb', line 96

class ListGroupStatsResponse
  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.



96
97
98
99
# File 'proto_docs/google/devtools/clouderrorreporting/v1beta1/error_stats_service.rb', line 96

class ListGroupStatsResponse
  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. The start time is set based on the requested time range. It may be adjusted to a later time if a project has exceeded the storage quota and older data has been deleted.

Returns:

  • (::Google::Protobuf::Timestamp)

    The timestamp specifies the start time to which the request was restricted. The start time is set based on the requested time range. It may be adjusted to a later time if a project has exceeded the storage quota and older data has been deleted.



96
97
98
99
# File 'proto_docs/google/devtools/clouderrorreporting/v1beta1/error_stats_service.rb', line 96

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