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