Class: Google::Cloud::ErrorReporting::V1beta1::ListEventsRequest

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 error events to return.

Instance Attribute Summary collapse

Instance Attribute Details

#group_id::String

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

Returns:

  • (::String)

    Required. The group for which events shall be returned.



208
209
210
211
# File 'proto_docs/google/devtools/clouderrorreporting/v1beta1/error_stats_service.rb', line 208

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

#page_size::Integer

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

Returns:

  • (::Integer)

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



208
209
210
211
# File 'proto_docs/google/devtools/clouderrorreporting/v1beta1/error_stats_service.rb', line 208

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

#page_token::String

Returns Optional. A next_page_token provided by a previous response.

Returns:

  • (::String)

    Optional. A next_page_token provided by a previous response.



208
209
210
211
# File 'proto_docs/google/devtools/clouderrorreporting/v1beta1/error_stats_service.rb', line 208

class ListEventsRequest
  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}, where {projectID} is 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/{projectID}, where {projectID} is the Google Cloud Platform project ID.

    Example: projects/my-project-123.



208
209
210
211
# File 'proto_docs/google/devtools/clouderrorreporting/v1beta1/error_stats_service.rb', line 208

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

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



208
209
210
211
# File 'proto_docs/google/devtools/clouderrorreporting/v1beta1/error_stats_service.rb', line 208

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

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



208
209
210
211
# File 'proto_docs/google/devtools/clouderrorreporting/v1beta1/error_stats_service.rb', line 208

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