public static enum ScanRunWarningTrace.Code extends Enum<ScanRunWarningTrace.Code> implements com.google.protobuf.ProtocolMessageEnum
Output only. Defines a warning message code. Next id: 5Protobuf enum
google.cloud.websecurityscanner.v1beta.ScanRunWarningTrace.Code| Enum Constant and Description |
|---|
BLOCKED_BY_IAP
Indicates that a scan is blocked by IAP.
|
CODE_UNSPECIFIED
Default value is never used.
|
INSUFFICIENT_CRAWL_RESULTS
Indicates that a scan discovered an unexpectedly low number of URLs.
|
TOO_MANY_CRAWL_RESULTS
Indicates that a scan discovered too many URLs to test, or excessive
redundant URLs.
|
TOO_MANY_FUZZ_TASKS
Indicates that too many tests have been generated for the scan.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
BLOCKED_BY_IAP_VALUE
Indicates that a scan is blocked by IAP.
|
static int |
CODE_UNSPECIFIED_VALUE
Default value is never used.
|
static int |
INSUFFICIENT_CRAWL_RESULTS_VALUE
Indicates that a scan discovered an unexpectedly low number of URLs.
|
static int |
TOO_MANY_CRAWL_RESULTS_VALUE
Indicates that a scan discovered too many URLs to test, or excessive
redundant URLs.
|
static int |
TOO_MANY_FUZZ_TASKS_VALUE
Indicates that too many tests have been generated for the scan.
|
| Modifier and Type | Method and Description |
|---|---|
static ScanRunWarningTrace.Code |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<ScanRunWarningTrace.Code> |
internalGetValueMap() |
static ScanRunWarningTrace.Code |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ScanRunWarningTrace.Code |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ScanRunWarningTrace.Code |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScanRunWarningTrace.Code[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ScanRunWarningTrace.Code CODE_UNSPECIFIED
Default value is never used.
CODE_UNSPECIFIED = 0;public static final ScanRunWarningTrace.Code 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;public static final ScanRunWarningTrace.Code TOO_MANY_CRAWL_RESULTS
Indicates that a scan discovered too many URLs to test, or excessive redundant URLs.
TOO_MANY_CRAWL_RESULTS = 2;public static final ScanRunWarningTrace.Code 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;public static final ScanRunWarningTrace.Code BLOCKED_BY_IAP
Indicates that a scan is blocked by IAP.
BLOCKED_BY_IAP = 4;public static final ScanRunWarningTrace.Code UNRECOGNIZED
public static final int CODE_UNSPECIFIED_VALUE
Default value is never used.
CODE_UNSPECIFIED = 0;public static final int 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;public static final int TOO_MANY_CRAWL_RESULTS_VALUE
Indicates that a scan discovered too many URLs to test, or excessive redundant URLs.
TOO_MANY_CRAWL_RESULTS = 2;public static final int 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;public static final int BLOCKED_BY_IAP_VALUE
Indicates that a scan is blocked by IAP.
BLOCKED_BY_IAP = 4;public static ScanRunWarningTrace.Code[] values()
for (ScanRunWarningTrace.Code c : ScanRunWarningTrace.Code.values()) System.out.println(c);
public static ScanRunWarningTrace.Code valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static ScanRunWarningTrace.Code valueOf(int value)
forNumber(int) instead.public static ScanRunWarningTrace.Code forNumber(int value)
public static com.google.protobuf.Internal.EnumLiteMap<ScanRunWarningTrace.Code> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static ScanRunWarningTrace.Code valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2019 Google LLC. All rights reserved.