Interface ComplianceVersionOrBuilder (2.42.0)

public interface ComplianceVersionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBenchmarkDocument()

public abstract String getBenchmarkDocument()

The name of the document that defines this benchmark, e.g. "CIS Container-Optimized OS".

string benchmark_document = 3;

Returns
TypeDescription
String

The benchmarkDocument.

getBenchmarkDocumentBytes()

public abstract ByteString getBenchmarkDocumentBytes()

The name of the document that defines this benchmark, e.g. "CIS Container-Optimized OS".

string benchmark_document = 3;

Returns
TypeDescription
ByteString

The bytes for benchmarkDocument.

getCpeUri()

public abstract String getCpeUri()

The CPE URI (https://cpe.mitre.org/specification/) this benchmark is applicable to.

string cpe_uri = 1;

Returns
TypeDescription
String

The cpeUri.

getCpeUriBytes()

public abstract ByteString getCpeUriBytes()

The CPE URI (https://cpe.mitre.org/specification/) this benchmark is applicable to.

string cpe_uri = 1;

Returns
TypeDescription
ByteString

The bytes for cpeUri.

getVersion()

public abstract String getVersion()

The version of the benchmark. This is set to the version of the OS-specific CIS document the benchmark is defined in.

string version = 2;

Returns
TypeDescription
String

The version.

getVersionBytes()

public abstract ByteString getVersionBytes()

The version of the benchmark. This is set to the version of the OS-specific CIS document the benchmark is defined in.

string version = 2;

Returns
TypeDescription
ByteString

The bytes for version.