| Package | Description |
|---|---|
| com.google.api |
| Modifier and Type | Method and Description |
|---|---|
static ErrorReason |
ErrorReason.forNumber(int value) |
static ErrorReason |
ErrorReason.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ErrorReason |
ErrorReason.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ErrorReason |
ErrorReason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ErrorReason[] |
ErrorReason.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<ErrorReason> |
ErrorReason.internalGetValueMap() |
Copyright © 2022 Google LLC. All rights reserved.