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