public interface ComplianceOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getIds(int index)
public abstract String getIds(int index)Policies within the standard/benchmark e.g. A.12.4.1
repeated string ids = 3;
| Name | Description |
index |
intThe index of the element to return. |
| Type | Description |
String |
The ids at the given index. |
getIdsBytes(int index)
public abstract ByteString getIdsBytes(int index)Policies within the standard/benchmark e.g. A.12.4.1
repeated string ids = 3;
| Name | Description |
index |
intThe index of the value to return. |
| Type | Description |
ByteString |
The bytes of the ids at the given index. |
getIdsCount()
public abstract int getIdsCount()Policies within the standard/benchmark e.g. A.12.4.1
repeated string ids = 3;
| Type | Description |
int |
The count of ids. |
getIdsList()
public abstract List<String> getIdsList()Policies within the standard/benchmark e.g. A.12.4.1
repeated string ids = 3;
| Type | Description |
List<String> |
A list containing the ids. |
getStandard()
public abstract String getStandard()Refers to industry wide standards or benchmarks e.g. "cis", "pci", "owasp", etc.
string standard = 1;
| Type | Description |
String |
The standard. |
getStandardBytes()
public abstract ByteString getStandardBytes()Refers to industry wide standards or benchmarks e.g. "cis", "pci", "owasp", etc.
string standard = 1;
| Type | Description |
ByteString |
The bytes for standard. |
getVersion()
public abstract String getVersion()Version of the standard/benchmark e.g. 1.1
string version = 2;
| Type | Description |
String |
The version. |
getVersionBytes()
public abstract ByteString getVersionBytes()Version of the standard/benchmark e.g. 1.1
string version = 2;
| Type | Description |
ByteString |
The bytes for version. |