values constant
Implementation
static const $core.List<ExecutionType> values = <ExecutionType> [
EXECUTION_TYPE_UNSPECIFIED,
EXECUTION_TYPE_REQUEST,
EXECUTION_TYPE_RESPONSE,
EXECUTION_TYPE_EVENT,
EXECUTION_TYPE_FUNCTION,
];
static const $core.List<ExecutionType> values = <ExecutionType> [
EXECUTION_TYPE_UNSPECIFIED,
EXECUTION_TYPE_REQUEST,
EXECUTION_TYPE_RESPONSE,
EXECUTION_TYPE_EVENT,
EXECUTION_TYPE_FUNCTION,
];