Interface NonCompliantFileOrBuilder (2.9.0)

public interface NonCompliantFileOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDisplayCommand()

public abstract String getDisplayCommand()

Command to display the non-compliant files.

string display_command = 2;

Returns
TypeDescription
String

The displayCommand.

getDisplayCommandBytes()

public abstract ByteString getDisplayCommandBytes()

Command to display the non-compliant files.

string display_command = 2;

Returns
TypeDescription
ByteString

The bytes for displayCommand.

getPath()

public abstract String getPath()

Empty if display_command is set.

string path = 1;

Returns
TypeDescription
String

The path.

getPathBytes()

public abstract ByteString getPathBytes()

Empty if display_command is set.

string path = 1;

Returns
TypeDescription
ByteString

The bytes for path.

getReason()

public abstract String getReason()

Explains why a file is non compliant for a CIS check.

string reason = 3;

Returns
TypeDescription
String

The reason.

getReasonBytes()

public abstract ByteString getReasonBytes()

Explains why a file is non compliant for a CIS check.

string reason = 3;

Returns
TypeDescription
ByteString

The bytes for reason.