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