Reference documentation and code samples for the Error Reporting V1beta1 API class Google::Cloud::ErrorReporting::V1beta1::ErrorGroup.
Description of a group of similar error events.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#group_id
def group_id() -> ::String
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.
#group_id=
def group_id=(value) -> ::String
Parameter
- value (::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.
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.
#name
def name() -> ::String
Returns
-
(::String) — The group resource name.
Example:
projects/my-project-123/groups/CNSgkpnppqKCUw
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — The group resource name.
Example:
projects/my-project-123/groups/CNSgkpnppqKCUw
Returns
-
(::String) — The group resource name.
Example:
projects/my-project-123/groups/CNSgkpnppqKCUw
#resolution_status
def resolution_status() -> ::Google::Cloud::ErrorReporting::V1beta1::ResolutionStatus
Returns
- (::Google::Cloud::ErrorReporting::V1beta1::ResolutionStatus) — Error group's resolution status. An unspecified resolution status will be interpreted as OPEN
#resolution_status=
def resolution_status=(value) -> ::Google::Cloud::ErrorReporting::V1beta1::ResolutionStatus
Parameter
- value (::Google::Cloud::ErrorReporting::V1beta1::ResolutionStatus) — Error group's resolution status. An unspecified resolution status will be interpreted as OPEN
Returns
- (::Google::Cloud::ErrorReporting::V1beta1::ResolutionStatus) — Error group's resolution status. An unspecified resolution status will be interpreted as OPEN
#tracking_issues
def tracking_issues() -> ::Array<::Google::Cloud::ErrorReporting::V1beta1::TrackingIssue>
Returns
- (::Array<::Google::Cloud::ErrorReporting::V1beta1::TrackingIssue>) — Associated tracking issues.
#tracking_issues=
def tracking_issues=(value) -> ::Array<::Google::Cloud::ErrorReporting::V1beta1::TrackingIssue>
Parameter
- value (::Array<::Google::Cloud::ErrorReporting::V1beta1::TrackingIssue>) — Associated tracking issues.
Returns
- (::Array<::Google::Cloud::ErrorReporting::V1beta1::TrackingIssue>) — Associated tracking issues.