Uses of Class
com.google.cloud.websecurityscanner.v1beta.ScanConfigError.Code
-
Packages that use ScanConfigError.Code Package Description com.google.cloud.websecurityscanner.v1beta A client to Web Security Scanner API -
-
Uses of ScanConfigError.Code in com.google.cloud.websecurityscanner.v1beta
Fields in com.google.cloud.websecurityscanner.v1beta 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.v1beta that return ScanConfigError.Code Modifier and Type Method Description static ScanConfigError.Code
ScanConfigError.Code. forNumber(int value)
ScanConfigError.Code
ScanConfigError.Builder. getCode()
Indicates the reason code for a configuration failure.ScanConfigError.Code
ScanConfigError. 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(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.v1beta 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.v1beta with parameters of type ScanConfigError.Code Modifier and Type Method Description ScanConfigError.Builder
ScanConfigError.Builder. setCode(ScanConfigError.Code value)
Indicates the reason code for a configuration failure.
-