Google Cloud Ces V1 Client - Class ExecutionType (0.1.0)

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 \ V1

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

EXECUTION_TYPE_UNSPECIFIED

Value: 0

The execution type is unspecified. Defaults to SYNCHRONOUS if unspecified.

Generated from protobuf enum EXECUTION_TYPE_UNSPECIFIED = 0;

SYNCHRONOUS

Value: 1

The tool is executed synchronously. The session is blocked until the tool returns.

Generated from protobuf enum SYNCHRONOUS = 1;

ASYNCHRONOUS

Value: 2

The tool is executed asynchronously. The session will continue while the tool is executing.

Generated from protobuf enum ASYNCHRONOUS = 2;