Package | Description |
---|---|
com.google.cloud.websecurityscanner.v1 |
A client to Web Security Scanner API
|
Modifier and Type | Method and Description |
---|---|
static ScanRun.ExecutionState |
ScanRun.ExecutionState.forNumber(int value) |
ScanRun.ExecutionState |
ScanRunLog.getExecutionState()
The execution state of the ScanRun.
|
ScanRun.ExecutionState |
ScanRunLog.Builder.getExecutionState()
The execution state of the ScanRun.
|
ScanRun.ExecutionState |
ScanRunOrBuilder.getExecutionState()
Output only.
|
ScanRun.ExecutionState |
ScanRunLogOrBuilder.getExecutionState()
The execution state of the ScanRun.
|
ScanRun.ExecutionState |
ScanRun.getExecutionState()
Output only.
|
ScanRun.ExecutionState |
ScanRun.Builder.getExecutionState()
Output only.
|
static ScanRun.ExecutionState |
ScanRun.ExecutionState.valueOf(Descriptors.EnumValueDescriptor desc) |
static ScanRun.ExecutionState |
ScanRun.ExecutionState.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
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.
|
Modifier and Type | Method and Description |
---|---|
static Internal.EnumLiteMap<ScanRun.ExecutionState> |
ScanRun.ExecutionState.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
ScanRunLog.Builder |
ScanRunLog.Builder.setExecutionState(ScanRun.ExecutionState value)
The execution state of the ScanRun.
|
ScanRun.Builder |
ScanRun.Builder.setExecutionState(ScanRun.ExecutionState value)
Output only.
|
Copyright © 2022 Google LLC. All rights reserved.