Send feedback
Class ErrorGroup (0.145.0-beta)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.145.0-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
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
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 ()
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 Type Description ByteString
The bytes for groupId.
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 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 )
Overrides
public ErrorGroup . Builder toBuilder ()
public void writeTo ( CodedOutputStream output )
Overrides
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."],[],[]]