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