Package | Description |
---|---|
com.google.cloud.websecurityscanner.v1beta |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Method and Description |
---|---|
static ScanRunWarningTrace.Code |
ScanRunWarningTrace.Code.forNumber(int value) |
ScanRunWarningTrace.Code |
ScanRunWarningTraceOrBuilder.getCode()
Indicates the warning code.
|
ScanRunWarningTrace.Code |
ScanRunWarningTrace.getCode()
Indicates the warning code.
|
ScanRunWarningTrace.Code |
ScanRunWarningTrace.Builder.getCode()
Indicates the warning code.
|
static ScanRunWarningTrace.Code |
ScanRunWarningTrace.Code.valueOf(Descriptors.EnumValueDescriptor desc) |
static ScanRunWarningTrace.Code |
ScanRunWarningTrace.Code.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ScanRunWarningTrace.Code |
ScanRunWarningTrace.Code.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScanRunWarningTrace.Code[] |
ScanRunWarningTrace.Code.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<ScanRunWarningTrace.Code> |
ScanRunWarningTrace.Code.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
ScanRunWarningTrace.Builder |
ScanRunWarningTrace.Builder.setCode(ScanRunWarningTrace.Code value)
Indicates the warning code.
|
Copyright © 2022 Google LLC. All rights reserved.