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.CodeScanConfigError.Code. OKThere is no error.Methods in com.google.cloud.websecurityscanner.v1 that return ScanConfigError.Code Modifier and Type Method Description static ScanConfigError.CodeScanConfigError.Code. forNumber(int value)ScanConfigError.CodeScanConfigError.Builder. getCode()Output only.ScanConfigError.CodeScanConfigError. getCode()Output only.ScanConfigError.CodeScanConfigErrorOrBuilder. getCode()Output only.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.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.BuilderScanConfigError.Builder. setCode(ScanConfigError.Code value)Output only.
-