Class: Google::Cloud::ErrorReporting::V1beta1::ErrorGroup

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/devtools/clouderrorreporting/v1beta1/common.rb

Overview

Description of a group of similar error events.

Instance Attribute Summary collapse

Instance Attribute Details

#group_id::String

Returns Group IDs are unique for a given project. If the same kind of error occurs in different service contexts, it will receive the same group ID.

Returns:

  • (::String)

    Group IDs are unique for a given project. If the same kind of error occurs in different service contexts, it will receive the same group ID.



40
41
42
43
# File 'proto_docs/google/devtools/clouderrorreporting/v1beta1/common.rb', line 40

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

#name::String

Returns The group resource name. Example: projects/my-project-123/groups/CNSgkpnppqKCUw.

Returns:

  • (::String)

    The group resource name. Example: projects/my-project-123/groups/CNSgkpnppqKCUw



40
41
42
43
# File 'proto_docs/google/devtools/clouderrorreporting/v1beta1/common.rb', line 40

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

#resolution_status::Google::Cloud::ErrorReporting::V1beta1::ResolutionStatus

Returns Error group's resolution status. An unspecified resolution status will be interpreted as OPEN.

Returns:



40
41
42
43
# File 'proto_docs/google/devtools/clouderrorreporting/v1beta1/common.rb', line 40

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

#tracking_issues::Array<::Google::Cloud::ErrorReporting::V1beta1::TrackingIssue>

Returns Associated tracking issues.

Returns:



40
41
42
43
# File 'proto_docs/google/devtools/clouderrorreporting/v1beta1/common.rb', line 40

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