Interface ComplianceOrBuilder (2.40.0)

public interface ComplianceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
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
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
String

The standard.

getStandardBytes()

public abstract ByteString getStandardBytes()

Industry-wide compliance standards or benchmarks, such as CIS, PCI, and OWASP.

string standard = 1;

Returns
TypeDescription
ByteString

The bytes for standard.

getVersion()

public abstract String getVersion()

Version of the standard or benchmark, for example, 1.1

string version = 2;

Returns
TypeDescription
String

The version.

getVersionBytes()

public abstract ByteString getVersionBytes()

Version of the standard or benchmark, for example, 1.1

string version = 2;

Returns
TypeDescription
ByteString

The bytes for version.