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