public interface ComplianceVersionOrBuilder extends MessageOrBuilderImplements
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;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for version. |