Reference documentation and code samples for the Google Cloud Workflows V1 Client class ExecutionHistoryLevel.
Define possible options for enabling the execution history level.
Protobuf type google.cloud.workflows.v1.ExecutionHistoryLevel
Namespace
Google \ Cloud \ Workflows \ V1Methods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
EXECUTION_HISTORY_LEVEL_UNSPECIFIED
Value: 0
The default/unset value.
Generated from protobuf enum EXECUTION_HISTORY_LEVEL_UNSPECIFIED = 0;
EXECUTION_HISTORY_BASIC
Value: 1
Enable execution history basic feature.
Generated from protobuf enum EXECUTION_HISTORY_BASIC = 1;
EXECUTION_HISTORY_DETAILED
Value: 2
Enable execution history detailed feature.
Generated from protobuf enum EXECUTION_HISTORY_DETAILED = 2;