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