public
interface
ComplianceVersionOrBuilder
extends
MessageOrBuilder
Implements
MessageOrBuilderMethods
getBenchmarkDocument()
public
abstract
String
getBenchmarkDocument
()
The name of the document that defines this benchmark, e.g. "CIS Container-Optimized OS".
string benchmark_document = 3;
getBenchmarkDocumentBytes()
public
abstract
ByteString
getBenchmarkDocumentBytes
()
The name of the document that defines this benchmark, e.g. "CIS Container-Optimized OS".
string benchmark_document = 3;
getCpeUri()
public
abstract
String
getCpeUri
()
The CPE URI ( https://cpe.mitre.org/specification/ ) this benchmark is applicable to.
string cpe_uri = 1;
getCpeUriBytes()
public
abstract
ByteString
getCpeUriBytes
()
The CPE URI ( https://cpe.mitre.org/specification/ ) this benchmark is applicable to.
string cpe_uri = 1;
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;
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;

