Interface ComplianceVersionOrBuilder (2.3.0)

public interface ComplianceVersionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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.