Uses of Class
com.google.cloud.websecurityscanner.v1beta.ScanRun.ResultState
-
Packages that use ScanRun.ResultState Package Description com.google.cloud.websecurityscanner.v1beta A client to Web Security Scanner API -
-
Uses of ScanRun.ResultState in com.google.cloud.websecurityscanner.v1beta
Methods in com.google.cloud.websecurityscanner.v1beta that return ScanRun.ResultState Modifier and Type Method Description static ScanRun.ResultState
ScanRun.ResultState. forNumber(int value)
ScanRun.ResultState
ScanRun.Builder. getResultState()
The result state of the ScanRun.ScanRun.ResultState
ScanRun. getResultState()
The result state of the ScanRun.ScanRun.ResultState
ScanRunOrBuilder. getResultState()
The result state of the ScanRun.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.v1beta 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.v1beta with parameters of type ScanRun.ResultState Modifier and Type Method Description ScanRun.Builder
ScanRun.Builder. setResultState(ScanRun.ResultState value)
The result state of the ScanRun.
-