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.CodeScanRunWarningTrace.Code. forNumber(int value)ScanRunWarningTrace.CodeScanRunWarningTrace.Builder. getCode()Output only.ScanRunWarningTrace.CodeScanRunWarningTrace. getCode()Output only.ScanRunWarningTrace.CodeScanRunWarningTraceOrBuilder. getCode()Output only.static ScanRunWarningTrace.CodeScanRunWarningTrace.Code. valueOf(int value)Deprecated.static ScanRunWarningTrace.CodeScanRunWarningTrace.Code. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static ScanRunWarningTrace.CodeScanRunWarningTrace.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.BuilderScanRunWarningTrace.Builder. setCode(ScanRunWarningTrace.Code value)Output only.
-