public final class Compliance extends com.google.protobuf.GeneratedMessageV3 implements ComplianceOrBuilder
Contains compliance information about a security standard indicating unmet recommendations.Protobuf type
google.cloud.securitycenter.v1.Compliance| Modifier and Type | Class and Description |
|---|---|
static class |
Compliance.Builder
Contains compliance information about a security standard indicating unmet
recommendations.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
IDS_FIELD_NUMBER |
static int |
STANDARD_FIELD_NUMBER |
static int |
VERSION_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static Compliance |
getDefaultInstance() |
Compliance |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getIds(int index)
Policies within the standard or benchmark, for example, A.12.4.1
|
com.google.protobuf.ByteString |
getIdsBytes(int index)
Policies within the standard or benchmark, for example, A.12.4.1
|
int |
getIdsCount()
Policies within the standard or benchmark, for example, A.12.4.1
|
com.google.protobuf.ProtocolStringList |
getIdsList()
Policies within the standard or benchmark, for example, A.12.4.1
|
com.google.protobuf.Parser<Compliance> |
getParserForType() |
int |
getSerializedSize() |
String |
getStandard()
Industry-wide compliance standards or benchmarks, such as CIS, PCI, and
OWASP.
|
com.google.protobuf.ByteString |
getStandardBytes()
Industry-wide compliance standards or benchmarks, such as CIS, PCI, and
OWASP.
|
String |
getVersion()
Version of the standard or benchmark, for example, 1.1
|
com.google.protobuf.ByteString |
getVersionBytes()
Version of the standard or benchmark, for example, 1.1
|
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Compliance.Builder |
newBuilder() |
static Compliance.Builder |
newBuilder(Compliance prototype) |
Compliance.Builder |
newBuilderForType() |
protected Compliance.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static Compliance |
parseDelimitedFrom(InputStream input) |
static Compliance |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Compliance |
parseFrom(byte[] data) |
static Compliance |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Compliance |
parseFrom(ByteBuffer data) |
static Compliance |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Compliance |
parseFrom(com.google.protobuf.ByteString data) |
static Compliance |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Compliance |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Compliance |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Compliance |
parseFrom(InputStream input) |
static Compliance |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Compliance> |
parser() |
Compliance.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int STANDARD_FIELD_NUMBER
public static final int VERSION_FIELD_NUMBER
public static final int IDS_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public String getStandard()
Industry-wide compliance standards or benchmarks, such as CIS, PCI, and OWASP.
string standard = 1;getStandard in interface ComplianceOrBuilderpublic com.google.protobuf.ByteString getStandardBytes()
Industry-wide compliance standards or benchmarks, such as CIS, PCI, and OWASP.
string standard = 1;getStandardBytes in interface ComplianceOrBuilderpublic String getVersion()
Version of the standard or benchmark, for example, 1.1
string version = 2;getVersion in interface ComplianceOrBuilderpublic com.google.protobuf.ByteString getVersionBytes()
Version of the standard or benchmark, for example, 1.1
string version = 2;getVersionBytes in interface ComplianceOrBuilderpublic com.google.protobuf.ProtocolStringList getIdsList()
Policies within the standard or benchmark, for example, A.12.4.1
repeated string ids = 3;getIdsList in interface ComplianceOrBuilderpublic int getIdsCount()
Policies within the standard or benchmark, for example, A.12.4.1
repeated string ids = 3;getIdsCount in interface ComplianceOrBuilderpublic String getIds(int index)
Policies within the standard or benchmark, for example, A.12.4.1
repeated string ids = 3;getIds in interface ComplianceOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getIdsBytes(int index)
Policies within the standard or benchmark, for example, A.12.4.1
repeated string ids = 3;getIdsBytes in interface ComplianceOrBuilderindex - The index of the value to return.public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static Compliance parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Compliance parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Compliance parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Compliance parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Compliance parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Compliance parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Compliance parseFrom(InputStream input) throws IOException
IOExceptionpublic static Compliance parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Compliance parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Compliance parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Compliance parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Compliance parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic Compliance.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Compliance.Builder newBuilder()
public static Compliance.Builder newBuilder(Compliance prototype)
public Compliance.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Compliance.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static Compliance getDefaultInstance()
public static com.google.protobuf.Parser<Compliance> parser()
public com.google.protobuf.Parser<Compliance> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public Compliance getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2023 Google LLC. All rights reserved.