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