public interface ComplianceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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
|
List<String> |
getIdsList()
Policies within the standard or benchmark, for example, A.12.4.1
|
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
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getStandard()
Industry-wide compliance standards or benchmarks, such as CIS, PCI, and OWASP.
string standard = 1;com.google.protobuf.ByteString getStandardBytes()
Industry-wide compliance standards or benchmarks, such as CIS, PCI, and OWASP.
string standard = 1;String getVersion()
Version of the standard or benchmark, for example, 1.1
string version = 2;com.google.protobuf.ByteString getVersionBytes()
Version of the standard or benchmark, for example, 1.1
string version = 2;List<String> getIdsList()
Policies within the standard or benchmark, for example, A.12.4.1
repeated string ids = 3;int getIdsCount()
Policies within the standard or benchmark, for example, A.12.4.1
repeated string ids = 3;String getIds(int index)
Policies within the standard or benchmark, for example, A.12.4.1
repeated string ids = 3;index - The index of the element to return.com.google.protobuf.ByteString getIdsBytes(int index)
Policies within the standard or benchmark, for example, A.12.4.1
repeated string ids = 3;index - The index of the value to return.Copyright © 2024 Google LLC. All rights reserved.