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.CodeScanConfigError.Code. OKThere is no error.Methods in com.google.cloud.websecurityscanner.v1beta that return ScanConfigError.Code Modifier and Type Method Description static ScanConfigError.CodeScanConfigError.Code. forNumber(int value)ScanConfigError.CodeScanConfigError.Builder. getCode()Indicates the reason code for a configuration failure.ScanConfigError.CodeScanConfigError. getCode()Indicates the reason code for a configuration failure.ScanConfigError.CodeScanConfigErrorOrBuilder. getCode()Indicates the reason code for a configuration failure.static ScanConfigError.CodeScanConfigError.Code. valueOf(int value)Deprecated.static ScanConfigError.CodeScanConfigError.Code. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static ScanConfigError.CodeScanConfigError.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.BuilderScanConfigError.Builder. setCode(ScanConfigError.Code value)Indicates the reason code for a configuration failure.
-