public interface NonCompliantFileOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDisplayCommand()
public abstract String getDisplayCommand()Command to display the non-compliant files.
string display_command = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The displayCommand. |
getDisplayCommandBytes()
public abstract ByteString getDisplayCommandBytes()Command to display the non-compliant files.
string display_command = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for displayCommand. |
getPath()
public abstract String getPath() Empty if display_command is set.
string path = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The path. |
getPathBytes()
public abstract ByteString getPathBytes() Empty if display_command is set.
string path = 1;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
String |
The reason. |
getReasonBytes()
public abstract ByteString getReasonBytes()Explains why a file is non compliant for a CIS check.
string reason = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for reason. |