| Modifier and Type | Method and Description |
|---|---|
static CustomClass.State |
CustomClass.State.forNumber(int value) |
CustomClass.State |
CustomClassOrBuilder.getState()
Output only.
|
CustomClass.State |
CustomClass.getState()
Output only.
|
CustomClass.State |
CustomClass.Builder.getState()
Output only.
|
static CustomClass.State |
CustomClass.State.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static CustomClass.State |
CustomClass.State.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static CustomClass.State |
CustomClass.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CustomClass.State[] |
CustomClass.State.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<CustomClass.State> |
CustomClass.State.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
CustomClass.Builder |
CustomClass.Builder.setState(CustomClass.State value)
Output only.
|
Copyright © 2023 Google LLC. All rights reserved.