public enum ExecutionView extends Enum<ExecutionView> implements ProtocolMessageEnum
Defines possible views for execution resource.
Protobuf enum google.cloud.workflows.executions.v1beta.ExecutionView
Implements
ProtocolMessageEnumStatic Fields
Name | Description |
BASIC | Includes only basic metadata about the execution. Following fields are returned: name, start_time, end_time, state and workflow_revision_id. |
BASIC_VALUE | Includes only basic metadata about the execution. Following fields are returned: name, start_time, end_time, state and workflow_revision_id. |
EXECUTION_VIEW_UNSPECIFIED | The default / unset value. |
EXECUTION_VIEW_UNSPECIFIED_VALUE | The default / unset value. |
FULL | Includes all data. |
FULL_VALUE | Includes all data. |
UNRECOGNIZED |
Static Methods
Name | Description |
forNumber(int value) | |
getDescriptor() | |
internalGetValueMap() | |
valueOf(Descriptors.EnumValueDescriptor desc) | |
valueOf(int value) | Deprecated. Use #forNumber(int) instead. |
valueOf(String name) | |
values() |
Methods
Name | Description |
getDescriptorForType() | |
getNumber() | |
getValueDescriptor() |