Package | Description |
---|---|
com.google.cloud.websecurityscanner.v1beta |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Field and Description |
---|---|
static ScanConfigError.Code |
ScanConfigError.Code.OK
There is no error.
|
Modifier and Type | Method and Description |
---|---|
static ScanConfigError.Code |
ScanConfigError.Code.forNumber(int value) |
ScanConfigError.Code |
ScanConfigError.getCode()
Indicates the reason code for a configuration failure.
|
ScanConfigError.Code |
ScanConfigError.Builder.getCode()
Indicates the reason code for a configuration failure.
|
ScanConfigError.Code |
ScanConfigErrorOrBuilder.getCode()
Indicates the reason code for a configuration failure.
|
static ScanConfigError.Code |
ScanConfigError.Code.valueOf(Descriptors.EnumValueDescriptor desc) |
static ScanConfigError.Code |
ScanConfigError.Code.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ScanConfigError.Code |
ScanConfigError.Code.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScanConfigError.Code[] |
ScanConfigError.Code.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Internal.EnumLiteMap<ScanConfigError.Code> |
ScanConfigError.Code.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
ScanConfigError.Builder |
ScanConfigError.Builder.setCode(ScanConfigError.Code value)
Indicates the reason code for a configuration failure.
|
Copyright © 2022 Google LLC. All rights reserved.