public interface ErrorGroupOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getGroupId()
public abstract 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;
| Type | Description |
| String | The groupId. |
getGroupIdBytes()
public abstract 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;
| Type | Description |
| ByteString | The bytes for groupId. |
getName()
public abstract String getName()The group resource name. Example: <code>projects/my-project-123/groups/CNSgkpnppqKCUw</code>
string name = 1;
| Type | Description |
| String | The name. |
getNameBytes()
public abstract ByteString getNameBytes()The group resource name. Example: <code>projects/my-project-123/groups/CNSgkpnppqKCUw</code>
string name = 1;
| Type | Description |
| ByteString | The bytes for name. |
getResolutionStatus()
public abstract ResolutionStatus getResolutionStatus()Error group's resolution status. An unspecified resolution status will be interpreted as OPEN
.google.devtools.clouderrorreporting.v1beta1.ResolutionStatus resolution_status = 5;
| Type | Description |
| ResolutionStatus | The resolutionStatus. |
getResolutionStatusValue()
public abstract int getResolutionStatusValue()Error group's resolution status. An unspecified resolution status will be interpreted as OPEN
.google.devtools.clouderrorreporting.v1beta1.ResolutionStatus resolution_status = 5;
| Type | Description |
| int | The enum numeric value on the wire for resolutionStatus. |
getTrackingIssues(int index)
public abstract TrackingIssue getTrackingIssues(int index)Associated tracking issues.
repeated .google.devtools.clouderrorreporting.v1beta1.TrackingIssue tracking_issues = 3;
| Name | Description |
| index | int |
| Type | Description |
| TrackingIssue |
getTrackingIssuesCount()
public abstract int getTrackingIssuesCount()Associated tracking issues.
repeated .google.devtools.clouderrorreporting.v1beta1.TrackingIssue tracking_issues = 3;
| Type | Description |
| int |
getTrackingIssuesList()
public abstract List<TrackingIssue> getTrackingIssuesList()Associated tracking issues.
repeated .google.devtools.clouderrorreporting.v1beta1.TrackingIssue tracking_issues = 3;
| Type | Description |
| List<TrackingIssue> |
getTrackingIssuesOrBuilder(int index)
public abstract TrackingIssueOrBuilder getTrackingIssuesOrBuilder(int index)Associated tracking issues.
repeated .google.devtools.clouderrorreporting.v1beta1.TrackingIssue tracking_issues = 3;
| Name | Description |
| index | int |
| Type | Description |
| TrackingIssueOrBuilder |
getTrackingIssuesOrBuilderList()
public abstract List<? extends TrackingIssueOrBuilder> getTrackingIssuesOrBuilderList()Associated tracking issues.
repeated .google.devtools.clouderrorreporting.v1beta1.TrackingIssue tracking_issues = 3;
| Type | Description |
| List<? extends com.google.devtools.clouderrorreporting.v1beta1.TrackingIssueOrBuilder> |