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