Class: Google::Cloud::ErrorReporting::V1beta1::ErrorGroup
- Inherits:
-
Object
- Object
- Google::Cloud::ErrorReporting::V1beta1::ErrorGroup
- 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
-
#group_id ⇒ ::String
An opaque identifier of the group.
-
#name ⇒ ::String
The group resource name.
-
#resolution_status ⇒ ::Google::Cloud::ErrorReporting::V1beta1::ResolutionStatus
Error group's resolution status.
-
#tracking_issues ⇒ ::Array<::Google::Cloud::ErrorReporting::V1beta1::TrackingIssue>
Associated tracking issues.
Instance Attribute Details
#group_id ⇒ ::String
Returns An opaque identifier of the group. This field is assigned by the Error Reporting system and always populated.
In the group resource name, the group_id
is a unique identifier for a
particular error group. The identifier is derived from key parts of the
error-log content and is treated as Service Data. For information about
how Service Data is handled, see Google Cloud Privacy
Notice.
61 62 63 64 |
# File 'proto_docs/google/devtools/clouderrorreporting/v1beta1/common.rb', line 61 class ErrorGroup include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns The group resource name.
Written as projects/{projectID}/groups/{group_id}
or
projects/{projectID}/locations/{location}/groups/{group_id}
Examples: projects/my-project-123/groups/my-group
,
projects/my-project-123/locations/us-central1/groups/my-group
In the group resource name, the group_id
is a unique identifier for a
particular error group. The identifier is derived from key parts of the
error-log content and is treated as Service Data. For information about
how Service Data is handled, see Google Cloud Privacy
Notice.
For a list of supported locations, see Supported
Regions. global
is
the default when unspecified.
61 62 63 64 |
# File 'proto_docs/google/devtools/clouderrorreporting/v1beta1/common.rb', line 61 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.
61 62 63 64 |
# File 'proto_docs/google/devtools/clouderrorreporting/v1beta1/common.rb', line 61 class ErrorGroup include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#tracking_issues ⇒ ::Array<::Google::Cloud::ErrorReporting::V1beta1::TrackingIssue>
Returns Associated tracking issues.
61 62 63 64 |
# File 'proto_docs/google/devtools/clouderrorreporting/v1beta1/common.rb', line 61 class ErrorGroup include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |