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