public static interface LintResponse.SummaryEntryOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getCount()
public abstract int getCount()
Required. Count of issues with the given severity.
int32 count = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
int |
The count. |
getSeverity()
public abstract Severity getSeverity()
Required. Severity of the issue.
.google.cloud.apihub.v1.Severity severity = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
Severity |
The severity. |
getSeverityValue()
public abstract int getSeverityValue()
Required. Severity of the issue.
.google.cloud.apihub.v1.Severity severity = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for severity. |