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