Class: Google::Devtools::Clouderrorreporting::V1beta1::ListEventsRequest

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

Overview

Specifies a set of error events to return.

Instance Attribute Summary collapse

Instance Attribute Details

#group_idString

Returns [Required] The group for which events shall be returned.

Returns:

  • (String)

    [Required] The group for which events shall be returned.



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

class ListEventsRequest; end

#page_sizeInteger

Returns [Optional] The maximum number of results to return per response.

Returns:

  • (Integer)

    [Optional] The maximum number of results to return per response.



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

class ListEventsRequest; end

#page_tokenString

Returns [Optional] A next_page_token provided by a previous response.

Returns:

  • (String)

    [Optional] A next_page_token provided by a previous response.



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

class ListEventsRequest; end

#project_nameString

Returns [Required] The resource name of the Google Cloud Platform project. Written as projects/ plus the Google Cloud Platform project ID. Example: projects/my-project-123.

Returns:

  • (String)

    [Required] The resource name of the Google Cloud Platform project. Written as projects/ plus the Google Cloud Platform project ID. Example: projects/my-project-123.



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

class ListEventsRequest; end

#service_filterGoogle::Devtools::Clouderrorreporting::V1beta1::ServiceContextFilter

Returns [Optional] List only ErrorGroups which belong to a service context that matches the filter. Data for all service contexts is returned if this field is not specified.

Returns:



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

class ListEventsRequest; end

#time_rangeGoogle::Devtools::Clouderrorreporting::V1beta1::QueryTimeRange

Returns [Optional] List only data for the given time range. If not set a default time range is used. The field time_range_begin in the response will specify the beginning of this time range.

Returns:



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

class ListEventsRequest; end