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.Code
ScanRunErrorTrace.Code. forNumber(int value)
ScanRunErrorTrace.Code
ScanRunErrorTrace.Builder. getCode()
Indicates the error reason code.ScanRunErrorTrace.Code
ScanRunErrorTrace. getCode()
Indicates the error reason code.ScanRunErrorTrace.Code
ScanRunErrorTraceOrBuilder. getCode()
Indicates the error reason code.static ScanRunErrorTrace.Code
ScanRunErrorTrace.Code. valueOf(int value)
Deprecated.static ScanRunErrorTrace.Code
ScanRunErrorTrace.Code. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static ScanRunErrorTrace.Code
ScanRunErrorTrace.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.Builder
ScanRunErrorTrace.Builder. setCode(ScanRunErrorTrace.Code value)
Indicates the error reason code.
-