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.ResultState
ScanRun.ResultState. forNumber(int value)
ScanRun.ResultState
ScanRun.Builder. getResultState()
Output only.ScanRun.ResultState
ScanRun. getResultState()
Output only.ScanRun.ResultState
ScanRunLog.Builder. getResultState()
The result state of the ScanRun.ScanRun.ResultState
ScanRunLog. getResultState()
The result state of the ScanRun.ScanRun.ResultState
ScanRunLogOrBuilder. getResultState()
The result state of the ScanRun.ScanRun.ResultState
ScanRunOrBuilder. getResultState()
Output only.static ScanRun.ResultState
ScanRun.ResultState. valueOf(int value)
Deprecated.static ScanRun.ResultState
ScanRun.ResultState. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static ScanRun.ResultState
ScanRun.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.Builder
ScanRun.Builder. setResultState(ScanRun.ResultState value)
Output only.ScanRunLog.Builder
ScanRunLog.Builder. setResultState(ScanRun.ResultState value)
The result state of the ScanRun.
-