public
static
final
class
NonCompliantFile
.
Builder
extends
GeneratedMessage
.
Builder<NonCompliantFile
.
Builder
>
implements
NonCompliantFileOrBuilder
Details about files that caused a compliance check to fail.
Protobuf type grafeas.v1.NonCompliantFile
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > NonCompliantFile.BuilderImplements
NonCompliantFileOrBuilderStatic Methods
getDescriptor()
public
static
final
Descriptors
.
Descriptor
getDescriptor
()
Methods
build()
public
NonCompliantFile
build
()
buildPartial()
public
NonCompliantFile
buildPartial
()
clear()
public
NonCompliantFile
.
Builder
clear
()
clearDisplayCommand()
public
NonCompliantFile
.
Builder
clearDisplayCommand
()
Command to display the non-compliant files.
string display_command = 2;
clearPath()
public
NonCompliantFile
.
Builder
clearPath
()
Empty if display_command
is set.
string path = 1;
clearReason()
public
NonCompliantFile
.
Builder
clearReason
()
Explains why a file is non compliant for a CIS check.
string reason = 3;
getDefaultInstanceForType()
public
NonCompliantFile
getDefaultInstanceForType
()
getDescriptorForType()
public
Descriptors
.
Descriptor
getDescriptorForType
()
getDisplayCommand()
public
String
getDisplayCommand
()
Command to display the non-compliant files.
string display_command = 2;
getDisplayCommandBytes()
public
ByteString
getDisplayCommandBytes
()
Command to display the non-compliant files.
string display_command = 2;
getPath()
public
String
getPath
()
Empty if display_command
is set.
string path = 1;
getPathBytes()
public
ByteString
getPathBytes
()
Empty if display_command
is set.
string path = 1;
getReason()
public
String
getReason
()
Explains why a file is non compliant for a CIS check.
string reason = 3;
getReasonBytes()
public
ByteString
getReasonBytes
()
Explains why a file is non compliant for a CIS check.
string reason = 3;
internalGetFieldAccessorTable()
protected
GeneratedMessage
.
FieldAccessorTable
internalGetFieldAccessorTable
()
isInitialized()
public
final
boolean
isInitialized
()
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public
NonCompliantFile
.
Builder
mergeFrom
(
CodedInputStream
input
,
ExtensionRegistryLite
extensionRegistry
)
mergeFrom(Message other)
public
NonCompliantFile
.
Builder
mergeFrom
(
Message
other
)
mergeFrom(NonCompliantFile other)
public
NonCompliantFile
.
Builder
mergeFrom
(
NonCompliantFile
other
)
setDisplayCommand(String value)
public
NonCompliantFile
.
Builder
setDisplayCommand
(
String
value
)
Command to display the non-compliant files.
string display_command = 2;
setDisplayCommandBytes(ByteString value)
public
NonCompliantFile
.
Builder
setDisplayCommandBytes
(
ByteString
value
)
Command to display the non-compliant files.
string display_command = 2;
setPath(String value)
public
NonCompliantFile
.
Builder
setPath
(
String
value
)
Empty if display_command
is set.
string path = 1;
setPathBytes(ByteString value)
public
NonCompliantFile
.
Builder
setPathBytes
(
ByteString
value
)
Empty if display_command
is set.
string path = 1;
setReason(String value)
public
NonCompliantFile
.
Builder
setReason
(
String
value
)
Explains why a file is non compliant for a CIS check.
string reason = 3;
setReasonBytes(ByteString value)
public
NonCompliantFile
.
Builder
setReasonBytes
(
ByteString
value
)
Explains why a file is non compliant for a CIS check.
string reason = 3;

