Uses of Class
com.google.cloud.websecurityscanner.v1.ScanRunErrorTrace.Code
-
Packages that use ScanRunErrorTrace.Code Package Description com.google.cloud.websecurityscanner.v1 A client to Web Security Scanner API -
-
Uses of ScanRunErrorTrace.Code in com.google.cloud.websecurityscanner.v1
Methods in com.google.cloud.websecurityscanner.v1 that return ScanRunErrorTrace.Code Modifier and Type Method Description static ScanRunErrorTrace.Code
ScanRunErrorTrace.Code. forNumber(int value)
ScanRunErrorTrace.Code
ScanRunErrorTrace.Builder. getCode()
Output only.ScanRunErrorTrace.Code
ScanRunErrorTrace. getCode()
Output only.ScanRunErrorTrace.Code
ScanRunErrorTraceOrBuilder. getCode()
Output only.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.v1 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.v1 with parameters of type ScanRunErrorTrace.Code Modifier and Type Method Description ScanRunErrorTrace.Builder
ScanRunErrorTrace.Builder. setCode(ScanRunErrorTrace.Code value)
Output only.
-