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.ExecutionStateScanRun.ExecutionState. forNumber(int value)ScanRun.ExecutionStateScanRun.Builder. getExecutionState()The execution state of the ScanRun.ScanRun.ExecutionStateScanRun. getExecutionState()The execution state of the ScanRun.ScanRun.ExecutionStateScanRunOrBuilder. getExecutionState()The execution state of the ScanRun.static ScanRun.ExecutionStateScanRun.ExecutionState. valueOf(int value)Deprecated.static ScanRun.ExecutionStateScanRun.ExecutionState. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static ScanRun.ExecutionStateScanRun.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.BuilderScanRun.Builder. setExecutionState(ScanRun.ExecutionState value)The execution state of the ScanRun.
-