Interface LintResponse.SummaryEntryOrBuilder (0.2.0)

public static interface LintResponse.SummaryEntryOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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.