Enum ExecutionHistoryLevel (2.62.0)

public enum ExecutionHistoryLevel extends Enum<ExecutionHistoryLevel> implements ProtocolMessageEnum

Define possible options for enabling the execution history level.

Protobuf enum google.cloud.workflows.v1.ExecutionHistoryLevel

Implements

ProtocolMessageEnum

Static Fields

Name Description
EXECUTION_HISTORY_BASIC

Enable execution history basic feature.

EXECUTION_HISTORY_BASIC = 1;

EXECUTION_HISTORY_BASIC_VALUE

Enable execution history basic feature.

EXECUTION_HISTORY_BASIC = 1;

EXECUTION_HISTORY_DETAILED

Enable execution history detailed feature.

EXECUTION_HISTORY_DETAILED = 2;

EXECUTION_HISTORY_DETAILED_VALUE

Enable execution history detailed feature.

EXECUTION_HISTORY_DETAILED = 2;

EXECUTION_HISTORY_LEVEL_UNSPECIFIED

The default/unset value.

EXECUTION_HISTORY_LEVEL_UNSPECIFIED = 0;

EXECUTION_HISTORY_LEVEL_UNSPECIFIED_VALUE

The default/unset value.

EXECUTION_HISTORY_LEVEL_UNSPECIFIED = 0;

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()