Uses of Class
com.google.cloud.websecurityscanner.v1beta.ScanRunErrorTrace.Code
-
Packages that use ScanRunErrorTrace.Code Package Description com.google.cloud.websecurityscanner.v1beta A client to Web Security Scanner API -
-
Uses of ScanRunErrorTrace.Code in com.google.cloud.websecurityscanner.v1beta
Methods in com.google.cloud.websecurityscanner.v1beta that return ScanRunErrorTrace.Code Modifier and Type Method Description static ScanRunErrorTrace.CodeScanRunErrorTrace.Code. forNumber(int value)ScanRunErrorTrace.CodeScanRunErrorTrace.Builder. getCode()Indicates the error reason code.ScanRunErrorTrace.CodeScanRunErrorTrace. getCode()Indicates the error reason code.ScanRunErrorTrace.CodeScanRunErrorTraceOrBuilder. getCode()Indicates the error reason code.static ScanRunErrorTrace.CodeScanRunErrorTrace.Code. valueOf(int value)Deprecated.static ScanRunErrorTrace.CodeScanRunErrorTrace.Code. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static ScanRunErrorTrace.CodeScanRunErrorTrace.Code. valueOf(String name)Returns the enum constant of this type with the specified name.static ScanRunErrorTrace.Code[]ScanRunErrorTrace.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 ScanRunErrorTrace.Code Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<ScanRunErrorTrace.Code>ScanRunErrorTrace.Code. internalGetValueMap()Methods in com.google.cloud.websecurityscanner.v1beta with parameters of type ScanRunErrorTrace.Code Modifier and Type Method Description ScanRunErrorTrace.BuilderScanRunErrorTrace.Builder. setCode(ScanRunErrorTrace.Code value)Indicates the error reason code.
-