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