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.ResultState |
ScanRun.ResultState.forNumber(int value) |
ScanRun.ResultState |
ScanRunOrBuilder.getResultState()
The result state of the ScanRun.
|
ScanRun.ResultState |
ScanRun.getResultState()
The result state of the ScanRun.
|
ScanRun.ResultState |
ScanRun.Builder.getResultState()
The result state of the ScanRun.
|
static ScanRun.ResultState |
ScanRun.ResultState.valueOf(Descriptors.EnumValueDescriptor desc) |
static ScanRun.ResultState |
ScanRun.ResultState.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ScanRun.ResultState |
ScanRun.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.
|
Modifier and Type | Method and Description |
---|---|
static Internal.EnumLiteMap<ScanRun.ResultState> |
ScanRun.ResultState.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
ScanRun.Builder |
ScanRun.Builder.setResultState(ScanRun.ResultState value)
The result state of the ScanRun.
|
Copyright © 2022 Google LLC. All rights reserved.