Uses of Class
com.google.cloud.websecurityscanner.v1.ScanRun.ResultState
-
Packages that use ScanRun.ResultState Package Description com.google.cloud.websecurityscanner.v1 A client to Web Security Scanner API -
-
Uses of ScanRun.ResultState in com.google.cloud.websecurityscanner.v1
Methods in com.google.cloud.websecurityscanner.v1 that return ScanRun.ResultState Modifier and Type Method Description static ScanRun.ResultStateScanRun.ResultState. forNumber(int value)ScanRun.ResultStateScanRun.Builder. getResultState()Output only.ScanRun.ResultStateScanRun. getResultState()Output only.ScanRun.ResultStateScanRunLog.Builder. getResultState()The result state of the ScanRun.ScanRun.ResultStateScanRunLog. getResultState()The result state of the ScanRun.ScanRun.ResultStateScanRunLogOrBuilder. getResultState()The result state of the ScanRun.ScanRun.ResultStateScanRunOrBuilder. getResultState()Output only.static ScanRun.ResultStateScanRun.ResultState. valueOf(int value)Deprecated.static ScanRun.ResultStateScanRun.ResultState. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static ScanRun.ResultStateScanRun.ResultState. valueOf(String name)Returns the enum constant of this type with the specified name.static ScanRun.ResultState[]ScanRun.ResultState. 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 ScanRun.ResultState Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<ScanRun.ResultState>ScanRun.ResultState. internalGetValueMap()Methods in com.google.cloud.websecurityscanner.v1 with parameters of type ScanRun.ResultState Modifier and Type Method Description ScanRun.BuilderScanRun.Builder. setResultState(ScanRun.ResultState value)Output only.ScanRunLog.BuilderScanRunLog.Builder. setResultState(ScanRun.ResultState value)The result state of the ScanRun.
-