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
-
(::String) — 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.
#group_id=
def group_id=(value) -> ::String
-
value (::String) — 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.
-
(::String) — 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.
#name
def name() -> ::String
-
(::String) — The group resource name.
Written as
projects/{projectID}/groups/{group_id}
orprojects/{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.
#name=
def name=(value) -> ::String
-
value (::String) — The group resource name.
Written as
projects/{projectID}/groups/{group_id}
orprojects/{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.
-
(::String) — The group resource name.
Written as
projects/{projectID}/groups/{group_id}
orprojects/{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.
#resolution_status
def resolution_status() -> ::Google::Cloud::ErrorReporting::V1beta1::ResolutionStatus
-
(::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
-
value (::Google::Cloud::ErrorReporting::V1beta1::ResolutionStatus) — Error group's resolution status.
An unspecified resolution status will be interpreted as OPEN
-
(::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>
- (::Array<::Google::Cloud::ErrorReporting::V1beta1::TrackingIssue>) — Associated tracking issues.
#tracking_issues=
def tracking_issues=(value) -> ::Array<::Google::Cloud::ErrorReporting::V1beta1::TrackingIssue>
- value (::Array<::Google::Cloud::ErrorReporting::V1beta1::TrackingIssue>) — Associated tracking issues.
- (::Array<::Google::Cloud::ErrorReporting::V1beta1::TrackingIssue>) — Associated tracking issues.