Class: Google::Devtools::Clouderrorreporting::V1beta1::ErrorGroup

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

Overview

Description of a group of similar error events.

Instance Attribute Summary collapse

Instance Attribute Details

#group_idString

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.



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

class ErrorGroup; end

#nameString

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

Returns:

  • (String)

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



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

class ErrorGroup; end

#tracking_issuesArray<Google::Devtools::Clouderrorreporting::V1beta1::TrackingIssue>

Returns Associated tracking issues.

Returns:



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

class ErrorGroup; end