Uses of Class
com.google.cloud.websecurityscanner.v1.ScanConfigError.Code
-
Packages that use ScanConfigError.Code Package Description com.google.cloud.websecurityscanner.v1 A client to Web Security Scanner API -
-
Uses of ScanConfigError.Code in com.google.cloud.websecurityscanner.v1
Fields in com.google.cloud.websecurityscanner.v1 declared as ScanConfigError.Code Modifier and Type Field Description static ScanConfigError.Code
ScanConfigError.Code. OK
There is no error.Methods in com.google.cloud.websecurityscanner.v1 that return ScanConfigError.Code Modifier and Type Method Description static ScanConfigError.Code
ScanConfigError.Code. forNumber(int value)
ScanConfigError.Code
ScanConfigError.Builder. getCode()
Output only.ScanConfigError.Code
ScanConfigError. getCode()
Output only.ScanConfigError.Code
ScanConfigErrorOrBuilder. getCode()
Output only.static ScanConfigError.Code
ScanConfigError.Code. valueOf(int value)
Deprecated.static ScanConfigError.Code
ScanConfigError.Code. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.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.Methods in com.google.cloud.websecurityscanner.v1 that return types with arguments of type ScanConfigError.Code Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<ScanConfigError.Code>
ScanConfigError.Code. internalGetValueMap()
Methods in com.google.cloud.websecurityscanner.v1 with parameters of type ScanConfigError.Code Modifier and Type Method Description ScanConfigError.Builder
ScanConfigError.Builder. setCode(ScanConfigError.Code value)
Output only.
-