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