| Modifier and Type | Field and Description |
|---|---|
static ScanConfigError.Code |
ScanConfigError.Code.OK
There is no error.
|
| Modifier and Type | Method and Description |
|---|---|
static ScanConfigError.Code |
ScanConfigError.Code.forNumber(int value) |
ScanConfigError.Code |
ScanConfigError.getCode()
Output only.
|
ScanConfigError.Code |
ScanConfigError.Builder.getCode()
Output only.
|
ScanConfigError.Code |
ScanConfigErrorOrBuilder.getCode()
Output only.
|
static ScanConfigError.Code |
ScanConfigError.Code.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ScanConfigError.Code |
ScanConfigError.Code.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ScanConfigError.Code |
ScanConfigError.Code.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScanConfigError.Code[] |
ScanConfigError.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 com.google.protobuf.Internal.EnumLiteMap<ScanConfigError.Code> |
ScanConfigError.Code.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
ScanConfigError.Builder |
ScanConfigError.Builder.setCode(ScanConfigError.Code value)
Output only.
|
Copyright © 2019 Google LLC. All rights reserved.