Class: Google::Devtools::Clouderrorreporting::V1beta1::ListGroupStatsRequest

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 ErrorGroupStats to return.

Instance Attribute Summary collapse

Instance Attribute Details

#alignmentGoogle::Devtools::Clouderrorreporting::V1beta1::TimedCountAlignment

Returns [Optional] The alignment of the timed counts to be returned. Default is ALIGNMENT_EQUAL_AT_END.

Returns:



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

class ListGroupStatsRequest; end

#alignment_timeGoogle::Protobuf::Timestamp

Returns [Optional] Time where the timed counts shall be aligned if rounded alignment is chosen. Default is 00:00 UTC.

Returns:

  • (Google::Protobuf::Timestamp)

    [Optional] Time where the timed counts shall be aligned if rounded alignment is chosen. Default is 00:00 UTC.



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

class ListGroupStatsRequest; end

#group_idArray<String>

Returns [Optional] List all ErrorGroupStats with these IDs.

Returns:

  • (Array<String>)

    [Optional] List all ErrorGroupStats with these IDs.



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

class ListGroupStatsRequest; end

#orderGoogle::Devtools::Clouderrorreporting::V1beta1::ErrorGroupOrder

Returns [Optional] The sort order in which the results are returned. Default is COUNT_DESC.

Returns:



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

class ListGroupStatsRequest; end

#page_sizeInteger

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

Returns:

  • (Integer)

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



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

class ListGroupStatsRequest; end

#page_tokenString

Returns [Optional] A next_page_token provided by a previous response. To view additional results, pass this token along with the identical query parameters as the first request.

Returns:

  • (String)

    [Optional] A next_page_token provided by a previous response. To view additional results, pass this token along with the identical query parameters as the first request.



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

class ListGroupStatsRequest; 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.



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

class ListGroupStatsRequest; end

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

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

Returns:



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

class ListGroupStatsRequest; end

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

Returns [Optional] List 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. Only ErrorGroupStats with a non-zero count in the given time range are returned, unless the request contains an explicit group_id list. If a group_id list is given, also ErrorGroupStats with zero occurrences are returned.

Returns:

  • (Google::Devtools::Clouderrorreporting::V1beta1::QueryTimeRange)

    [Optional] List 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. Only ErrorGroupStats with a non-zero count in the given time range are returned, unless the request contains an explicit group_id list. If a group_id list is given, also ErrorGroupStats with zero occurrences are returned.



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

class ListGroupStatsRequest; end

#timed_count_durationGoogle::Protobuf::Duration

Returns [Optional] The preferred duration for a single returned TimedCount. If not set, no timed counts are returned.

Returns:

  • (Google::Protobuf::Duration)

    [Optional] The preferred duration for a single returned TimedCount. If not set, no timed counts are returned.



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

class ListGroupStatsRequest; end