Some or all of the information on this page might not apply to Trusted Cloud by S3NS.
Class ErrorGroup (0.176.0-beta)
Note: Some or all of the information on this page might not apply
to Trusted Cloud. For a list of services that are available in
Trusted Cloud, see Services available for
Trusted Cloud .
Version 0.176.0-betakeyboard_arrow_down
public final class ErrorGroup extends GeneratedMessageV3 implements ErrorGroupOrBuilder
Description of a group of similar error events.
Protobuf type google.devtools.clouderrorreporting.v1beta1.ErrorGroup
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
public static final int GROUP_ID_FIELD_NUMBER
Field Value
Type
Description
int
public static final int NAME_FIELD_NUMBER
Field Value
Type
Description
int
public static final int RESOLUTION_STATUS_FIELD_NUMBER
Field Value
Type
Description
int
public static final int TRACKING_ISSUES_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
public static ErrorGroup getDefaultInstance ()
public static final Descriptors . Descriptor getDescriptor ()
public static ErrorGroup . Builder newBuilder ()
public static ErrorGroup . Builder newBuilder ( ErrorGroup prototype )
public static ErrorGroup parseDelimitedFrom ( InputStream input )
public static ErrorGroup parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
public static ErrorGroup parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
public static ErrorGroup parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
public static ErrorGroup parseFrom ( ByteString data )
public static ErrorGroup parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static ErrorGroup parseFrom ( CodedInputStream input )
public static ErrorGroup parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static ErrorGroup parseFrom ( InputStream input )
public static ErrorGroup parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
public static ErrorGroup parseFrom ( ByteBuffer data )
public static ErrorGroup parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
public static Parser<ErrorGroup> parser ()
Methods
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
public ErrorGroup getDefaultInstanceForType ()
public String getGroupId ()
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 group_id = 2;
Returns
Type
Description
String
The groupId.
public ByteString getGroupIdBytes ()
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 group_id = 2;
Returns
Type
Description
ByteString
The bytes for groupId.
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.
string name = 1;
Returns
Type
Description
String
The name.
public ByteString getNameBytes ()
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.
string name = 1;
Returns
Type
Description
ByteString
The bytes for name.
public Parser<ErrorGroup> getParserForType ()
Overrides
public ResolutionStatus getResolutionStatus ()
Error group's resolution status.
An unspecified resolution status will be interpreted as OPEN
.google.devtools.clouderrorreporting.v1beta1.ResolutionStatus resolution_status = 5;
public int getResolutionStatusValue ()
Error group's resolution status.
An unspecified resolution status will be interpreted as OPEN
.google.devtools.clouderrorreporting.v1beta1.ResolutionStatus resolution_status = 5;
Returns
Type
Description
int
The enum numeric value on the wire for resolutionStatus.
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
public TrackingIssue getTrackingIssues ( int index )
Associated tracking issues.
repeated .google.devtools.clouderrorreporting.v1beta1.TrackingIssue tracking_issues = 3;
Parameter
Name
Description
index
int
public int getTrackingIssuesCount ()
Associated tracking issues.
repeated .google.devtools.clouderrorreporting.v1beta1.TrackingIssue tracking_issues = 3;
Returns
Type
Description
int
public List<TrackingIssue> getTrackingIssuesList ()
Associated tracking issues.
repeated .google.devtools.clouderrorreporting.v1beta1.TrackingIssue tracking_issues = 3;
public TrackingIssueOrBuilder getTrackingIssuesOrBuilder ( int index )
Associated tracking issues.
repeated .google.devtools.clouderrorreporting.v1beta1.TrackingIssue tracking_issues = 3;
Parameter
Name
Description
index
int
public List <? extends TrackingIssueOrBuilder > getTrackingIssuesOrBuilderList ()
Associated tracking issues.
repeated .google.devtools.clouderrorreporting.v1beta1.TrackingIssue tracking_issues = 3;
Returns
Type
Description
List <? extends com.google.devtools.clouderrorreporting.v1beta1.TrackingIssueOrBuilder >
Returns
Type
Description
int
Overrides
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
public final boolean isInitialized ()
Overrides
public ErrorGroup . Builder newBuilderForType ()
protected ErrorGroup . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
public ErrorGroup . Builder toBuilder ()
public void writeTo ( CodedOutputStream output )
Overrides
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-07-18 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-18 UTC."],[],[]]