Enum ScanRun.ResultState (2.41.0)

public enum ScanRun.ResultState extends Enum<ScanRun.ResultState> implements ProtocolMessageEnum

Types of ScanRun result state.

Protobuf enum google.cloud.websecurityscanner.v1alpha.ScanRun.ResultState

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ERROR

The scan finished with errors.

ERROR = 2;

ERROR_VALUE

The scan finished with errors.

ERROR = 2;

KILLED

The scan was terminated by user.

KILLED = 3;

KILLED_VALUE

The scan was terminated by user.

KILLED = 3;

RESULT_STATE_UNSPECIFIED

Default value. This value is returned when the ScanRun is not yet finished.

RESULT_STATE_UNSPECIFIED = 0;

RESULT_STATE_UNSPECIFIED_VALUE

Default value. This value is returned when the ScanRun is not yet finished.

RESULT_STATE_UNSPECIFIED = 0;

SUCCESS

The scan finished without errors.

SUCCESS = 1;

SUCCESS_VALUE

The scan finished without errors.

SUCCESS = 1;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()