public static final class ComplianceNote.CisBenchmark extends GeneratedMessageV3 implements ComplianceNote.CisBenchmarkOrBuilder
A compliance check that is a CIS benchmark.
Protobuf type grafeas.v1.ComplianceNote.CisBenchmark
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
PROFILE_LEVEL_FIELD_NUMBER
public static final int PROFILE_LEVEL_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 ComplianceNote.CisBenchmark getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static ComplianceNote.CisBenchmark.Builder newBuilder()
newBuilder(ComplianceNote.CisBenchmark prototype)
public static ComplianceNote.CisBenchmark.Builder newBuilder(ComplianceNote.CisBenchmark prototype)
public static ComplianceNote.CisBenchmark parseDelimitedFrom(InputStream input)
public static ComplianceNote.CisBenchmark parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static ComplianceNote.CisBenchmark parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ComplianceNote.CisBenchmark parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static ComplianceNote.CisBenchmark parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ComplianceNote.CisBenchmark parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ComplianceNote.CisBenchmark parseFrom(CodedInputStream input)
public static ComplianceNote.CisBenchmark parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ComplianceNote.CisBenchmark parseFrom(InputStream input)
public static ComplianceNote.CisBenchmark parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static ComplianceNote.CisBenchmark parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ComplianceNote.CisBenchmark parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<ComplianceNote.CisBenchmark> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
getDefaultInstanceForType()
public ComplianceNote.CisBenchmark getDefaultInstanceForType()
getParserForType()
public Parser<ComplianceNote.CisBenchmark> getParserForType()
Overrides
getProfileLevel()
public int getProfileLevel()
Returns |
---|
Type | Description |
int | The profileLevel.
|
getSerializedSize()
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
getSeverity()
public Severity getSeverity()
.grafeas.v1.Severity severity = 2;
Returns |
---|
Type | Description |
Severity | The severity.
|
getSeverityValue()
public int getSeverityValue()
.grafeas.v1.Severity severity = 2;
Returns |
---|
Type | Description |
int | The enum numeric value on the wire for severity.
|
hashCode()
Returns |
---|
Type | Description |
int | |
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public ComplianceNote.CisBenchmark.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ComplianceNote.CisBenchmark.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
toBuilder()
public ComplianceNote.CisBenchmark.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides