Enum ScanRunWarningTrace.Code (2.41.0)

public enum ScanRunWarningTrace.Code extends Enum<ScanRunWarningTrace.Code> implements ProtocolMessageEnum

Output only. Defines a warning message code. Next id: 6

Protobuf enum google.cloud.websecurityscanner.v1.ScanRunWarningTrace.Code

Implements

ProtocolMessageEnum

Static Fields

NameDescription
BLOCKED_BY_IAP

Indicates that a scan is blocked by IAP.

BLOCKED_BY_IAP = 4;

BLOCKED_BY_IAP_VALUE

Indicates that a scan is blocked by IAP.

BLOCKED_BY_IAP = 4;

CODE_UNSPECIFIED

Default value is never used.

CODE_UNSPECIFIED = 0;

CODE_UNSPECIFIED_VALUE

Default value is never used.

CODE_UNSPECIFIED = 0;

INSUFFICIENT_CRAWL_RESULTS

Indicates that a scan discovered an unexpectedly low number of URLs. This is sometimes caused by complex navigation features or by using a single URL for numerous pages.

INSUFFICIENT_CRAWL_RESULTS = 1;

INSUFFICIENT_CRAWL_RESULTS_VALUE

Indicates that a scan discovered an unexpectedly low number of URLs. This is sometimes caused by complex navigation features or by using a single URL for numerous pages.

INSUFFICIENT_CRAWL_RESULTS = 1;

NO_STARTING_URL_FOUND_FOR_MANAGED_SCAN

Indicates that no seeds is found for a scan

NO_STARTING_URL_FOUND_FOR_MANAGED_SCAN = 5;

NO_STARTING_URL_FOUND_FOR_MANAGED_SCAN_VALUE

Indicates that no seeds is found for a scan

NO_STARTING_URL_FOUND_FOR_MANAGED_SCAN = 5;

TOO_MANY_CRAWL_RESULTS

Indicates that a scan discovered too many URLs to test, or excessive redundant URLs.

TOO_MANY_CRAWL_RESULTS = 2;

TOO_MANY_CRAWL_RESULTS_VALUE

Indicates that a scan discovered too many URLs to test, or excessive redundant URLs.

TOO_MANY_CRAWL_RESULTS = 2;

TOO_MANY_FUZZ_TASKS

Indicates that too many tests have been generated for the scan. Customer should try reducing the number of starting URLs, increasing the QPS rate, or narrowing down the scope of the scan using the excluded patterns.

TOO_MANY_FUZZ_TASKS = 3;

TOO_MANY_FUZZ_TASKS_VALUE

Indicates that too many tests have been generated for the scan. Customer should try reducing the number of starting URLs, increasing the QPS rate, or narrowing down the scope of the scan using the excluded patterns.

TOO_MANY_FUZZ_TASKS = 3;

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()