Send feedback
Class ErrorGroup (0.124.15-beta)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.124.15-beta keyboard_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
Static Fields
public static final int GROUP_ID_FIELD_NUMBER
Field Value
public static final int NAME_FIELD_NUMBER
Field Value
public static final int RESOLUTION_STATUS_FIELD_NUMBER
Field Value
public static final int TRACKING_ISSUES_FIELD_NUMBER
Field Value
Static Methods
public static ErrorGroup getDefaultInstance ()
Returns
public static final Descriptors . Descriptor getDescriptor ()
Returns
public static ErrorGroup . Builder newBuilder ()
Returns
public static ErrorGroup . Builder newBuilder ( ErrorGroup prototype )
Parameter
Returns
public static ErrorGroup parseDelimitedFrom ( InputStream input )
Parameter
Returns
Exceptions
public static ErrorGroup parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static ErrorGroup parseFrom ( byte [] data )
Parameter
Name Description data byte []
Returns
Exceptions
public static ErrorGroup parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static ErrorGroup parseFrom ( ByteString data )
Parameter
Returns
Exceptions
public static ErrorGroup parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static ErrorGroup parseFrom ( CodedInputStream input )
Parameter
Returns
Exceptions
public static ErrorGroup parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static ErrorGroup parseFrom ( InputStream input )
Parameter
Returns
Exceptions
public static ErrorGroup parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static ErrorGroup parseFrom ( ByteBuffer data )
Parameter
Returns
Exceptions
public static ErrorGroup parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static Parser<ErrorGroup> parser ()
Returns
Methods
public boolean equals ( Object obj )
Parameter
Returns
Overrides
public ErrorGroup getDefaultInstanceForType ()
Returns
public String getGroupId ()
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.
string group_id = 2;
Returns
Type Description String The groupId.
public ByteString getGroupIdBytes ()
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.
string group_id = 2;
Returns
The group resource name.
Example: <code>projects/my-project-123/groups/CNSgkpnppqKCUw</code>
string name = 1;
Returns
Type Description String The name.
public ByteString getNameBytes ()
The group resource name.
Example: <code>projects/my-project-123/groups/CNSgkpnppqKCUw</code>
string name = 1;
Returns
public Parser<ErrorGroup> getParserForType ()
Returns
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;
Returns
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
Overrides
public TrackingIssue getTrackingIssues ( int index )
Associated tracking issues.
repeated .google.devtools.clouderrorreporting.v1beta1.TrackingIssue tracking_issues = 3;
Parameter
Returns
public int getTrackingIssuesCount ()
Associated tracking issues.
repeated .google.devtools.clouderrorreporting.v1beta1.TrackingIssue tracking_issues = 3;
Returns
public List<TrackingIssue> getTrackingIssuesList ()
Associated tracking issues.
repeated .google.devtools.clouderrorreporting.v1beta1.TrackingIssue tracking_issues = 3;
Returns
public TrackingIssueOrBuilder getTrackingIssuesOrBuilder ( int index )
Associated tracking issues.
repeated .google.devtools.clouderrorreporting.v1beta1.TrackingIssue tracking_issues = 3;
Parameter
Returns
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 >
public final UnknownFieldSet getUnknownFields ()
Returns
Overrides
Returns
Overrides
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
public final boolean isInitialized ()
Returns
Overrides
public ErrorGroup . Builder newBuilderForType ()
Returns
protected ErrorGroup . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Parameter
Returns
Overrides
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Parameter
Returns
Overrides
public ErrorGroup . Builder toBuilder ()
Returns
public void writeTo ( CodedOutputStream output )
Parameter
Overrides
Exceptions
Send feedback
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-01-28 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[],[]]