Package | Description |
---|---|
com.google.cloud.websecurityscanner.v1alpha |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Method and Description |
---|---|
static ScanRun.ExecutionState |
ScanRun.ExecutionState.forNumber(int value) |
ScanRun.ExecutionState |
ScanRunOrBuilder.getExecutionState()
The execution state of the ScanRun.
|
ScanRun.ExecutionState |
ScanRun.getExecutionState()
The execution state of the ScanRun.
|
ScanRun.ExecutionState |
ScanRun.Builder.getExecutionState()
The execution state of the ScanRun.
|
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 |
---|---|
ScanRun.Builder |
ScanRun.Builder.setExecutionState(ScanRun.ExecutionState value)
The execution state of the ScanRun.
|
Copyright © 2022 Google LLC. All rights reserved.