| Modifier and Type | Method and Description |
|---|---|
static RowError.RowErrorCode |
RowError.RowErrorCode.forNumber(int value) |
RowError.RowErrorCode |
RowErrorOrBuilder.getCode()
Structured error reason for a row error.
|
RowError.RowErrorCode |
RowError.getCode()
Structured error reason for a row error.
|
RowError.RowErrorCode |
RowError.Builder.getCode()
Structured error reason for a row error.
|
static RowError.RowErrorCode |
RowError.RowErrorCode.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static RowError.RowErrorCode |
RowError.RowErrorCode.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static RowError.RowErrorCode |
RowError.RowErrorCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RowError.RowErrorCode[] |
RowError.RowErrorCode.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<RowError.RowErrorCode> |
RowError.RowErrorCode.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
RowError.Builder |
RowError.Builder.setCode(RowError.RowErrorCode value)
Structured error reason for a row error.
|
Copyright © 2023 Google LLC. All rights reserved.