Class: Google::Cloud::ErrorReporting::V1beta1::ListGroupStatsRequest

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

Specifies a set of ErrorGroupStats to return.

Instance Attribute Summary collapse

Instance Attribute Details

#alignment::Google::Cloud::ErrorReporting::V1beta1::TimedCountAlignment

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

Returns:



76
77
78
79
# File 'proto_docs/google/devtools/clouderrorreporting/v1beta1/error_stats_service.rb', line 76

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

#alignment_time::Google::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.



76
77
78
79
# File 'proto_docs/google/devtools/clouderrorreporting/v1beta1/error_stats_service.rb', line 76

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

#group_id::Array<::String>

Returns Optional. List all ErrorGroupStats with these IDs.

Returns:

  • (::Array<::String>)

    Optional. List all ErrorGroupStats with these IDs.



76
77
78
79
# File 'proto_docs/google/devtools/clouderrorreporting/v1beta1/error_stats_service.rb', line 76

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

#order::Google::Cloud::ErrorReporting::V1beta1::ErrorGroupOrder

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

Returns:



76
77
78
79
# File 'proto_docs/google/devtools/clouderrorreporting/v1beta1/error_stats_service.rb', line 76

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

#page_size::Integer

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.



76
77
78
79
# File 'proto_docs/google/devtools/clouderrorreporting/v1beta1/error_stats_service.rb', line 76

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

#page_token::String

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.



76
77
78
79
# File 'proto_docs/google/devtools/clouderrorreporting/v1beta1/error_stats_service.rb', line 76

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

#project_name::String

Returns Required. The resource name of the Google Cloud Platform project. Written as projects/{projectID} or projects/{projectNumber}, where {projectID} and {projectNumber} can be found in the Google Cloud Console.

Examples: projects/my-project-123, projects/5551234.

Returns:

  • (::String)

    Required. The resource name of the Google Cloud Platform project. Written as projects/{projectID} or projects/{projectNumber}, where {projectID} and {projectNumber} can be found in the Google Cloud Console.

    Examples: projects/my-project-123, projects/5551234.



76
77
78
79
# File 'proto_docs/google/devtools/clouderrorreporting/v1beta1/error_stats_service.rb', line 76

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

#service_filter::Google::Cloud::ErrorReporting::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:



76
77
78
79
# File 'proto_docs/google/devtools/clouderrorreporting/v1beta1/error_stats_service.rb', line 76

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

#time_range::Google::Cloud::ErrorReporting::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::Cloud::ErrorReporting::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.



76
77
78
79
# File 'proto_docs/google/devtools/clouderrorreporting/v1beta1/error_stats_service.rb', line 76

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

#timed_count_duration::Google::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.



76
77
78
79
# File 'proto_docs/google/devtools/clouderrorreporting/v1beta1/error_stats_service.rb', line 76

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