Reference documentation and code samples for the Google Cloud Ces V1 Client class ExecutionType.
The execution type of the tool or toolset.
Protobuf type google.cloud.ces.v1.ExecutionType
Namespace
Google \ Cloud \ Ces \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
EXECUTION_TYPE_UNSPECIFIED
Value: 0The execution type is unspecified. Defaults to SYNCHRONOUS if
unspecified.
Generated from protobuf enum EXECUTION_TYPE_UNSPECIFIED = 0;
SYNCHRONOUS
Value: 1The tool is executed synchronously. The session is blocked until the tool returns.
Generated from protobuf enum SYNCHRONOUS = 1;
ASYNCHRONOUS
Value: 2The tool is executed asynchronously. The session will continue while the tool is executing.
Generated from protobuf enum ASYNCHRONOUS = 2;