public static final class LintResponse.SummaryEntry extends GeneratedMessageV3 implements LintResponse.SummaryEntryOrBuilder
Count of issues with a given severity.
Protobuf type google.cloud.apihub.v1.LintResponse.SummaryEntry
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > LintResponse.SummaryEntryImplements
LintResponse.SummaryEntryOrBuilderStatic Fields
COUNT_FIELD_NUMBER
public static final int COUNT_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
SEVERITY_FIELD_NUMBER
public static final int SEVERITY_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
Static Methods
getDefaultInstance()
public static LintResponse.SummaryEntry getDefaultInstance()
Returns | |
---|---|
Type | Description |
LintResponse.SummaryEntry |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static LintResponse.SummaryEntry.Builder newBuilder()
Returns | |
---|---|
Type | Description |
LintResponse.SummaryEntry.Builder |
newBuilder(LintResponse.SummaryEntry prototype)
public static LintResponse.SummaryEntry.Builder newBuilder(LintResponse.SummaryEntry prototype)
Parameter | |
---|---|
Name | Description |
prototype |
LintResponse.SummaryEntry |
Returns | |
---|---|
Type | Description |
LintResponse.SummaryEntry.Builder |
parseDelimitedFrom(InputStream input)
public static LintResponse.SummaryEntry parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
LintResponse.SummaryEntry |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static LintResponse.SummaryEntry parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
LintResponse.SummaryEntry |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static LintResponse.SummaryEntry parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data |
byte[] |
Returns | |
---|---|
Type | Description |
LintResponse.SummaryEntry |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static LintResponse.SummaryEntry parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
LintResponse.SummaryEntry |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static LintResponse.SummaryEntry parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data |
ByteString |
Returns | |
---|---|
Type | Description |
LintResponse.SummaryEntry |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static LintResponse.SummaryEntry parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
LintResponse.SummaryEntry |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static LintResponse.SummaryEntry parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input |
CodedInputStream |
Returns | |
---|---|
Type | Description |
LintResponse.SummaryEntry |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static LintResponse.SummaryEntry parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
LintResponse.SummaryEntry |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static LintResponse.SummaryEntry parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
LintResponse.SummaryEntry |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static LintResponse.SummaryEntry parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
LintResponse.SummaryEntry |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static LintResponse.SummaryEntry parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data |
ByteBuffer |
Returns | |
---|---|
Type | Description |
LintResponse.SummaryEntry |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static LintResponse.SummaryEntry parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
LintResponse.SummaryEntry |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<LintResponse.SummaryEntry> parser()
Returns | |
---|---|
Type | Description |
Parser<SummaryEntry> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj |
Object |
Returns | |
---|---|
Type | Description |
boolean |
getCount()
public int getCount()
Required. Count of issues with the given severity.
int32 count = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
int |
The count. |
getDefaultInstanceForType()
public LintResponse.SummaryEntry getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
LintResponse.SummaryEntry |
getParserForType()
public Parser<LintResponse.SummaryEntry> getParserForType()
Returns | |
---|---|
Type | Description |
Parser<SummaryEntry> |
getSerializedSize()
public int getSerializedSize()
Returns | |
---|---|
Type | Description |
int |
getSeverity()
public 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 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. |
hashCode()
public int hashCode()
Returns | |
---|---|
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
newBuilderForType()
public LintResponse.SummaryEntry.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
LintResponse.SummaryEntry.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected LintResponse.SummaryEntry.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter | |
---|---|
Name | Description |
parent |
BuilderParent |
Returns | |
---|---|
Type | Description |
LintResponse.SummaryEntry.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter | |
---|---|
Name | Description |
unused |
UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
toBuilder()
public LintResponse.SummaryEntry.Builder toBuilder()
Returns | |
---|---|
Type | Description |
LintResponse.SummaryEntry.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter | |
---|---|
Name | Description |
output |
CodedOutputStream |
Exceptions | |
---|---|
Type | Description |
IOException |