public interface ComplianceOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getIds(int index)
public abstract String getIds(int index)Policies within the standard or benchmark, for example, A.12.4.1
repeated string ids = 3;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The ids at the given index. |
getIdsBytes(int index)
public abstract ByteString getIdsBytes(int index)Policies within the standard or benchmark, for example, A.12.4.1
repeated string ids = 3;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the ids at the given index. |
getIdsCount()
public abstract int getIdsCount()Policies within the standard or benchmark, for example, A.12.4.1
repeated string ids = 3;
| Returns | |
|---|---|
| Type | Description |
int |
The count of ids. |
getIdsList()
public abstract List<String> getIdsList()Policies within the standard or benchmark, for example, A.12.4.1
repeated string ids = 3;
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the ids. |
getStandard()
public abstract String getStandard()Industry-wide compliance standards or benchmarks, such as CIS, PCI, and OWASP.
string standard = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The standard. |
getStandardBytes()
public abstract ByteString getStandardBytes()Industry-wide compliance standards or benchmarks, such as CIS, PCI, and OWASP.
string standard = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for standard. |
getVersion()
public abstract String getVersion()Version of the standard or benchmark, for example, 1.1
string version = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The version. |
getVersionBytes()
public abstract ByteString getVersionBytes()Version of the standard or benchmark, for example, 1.1
string version = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for version. |