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