Enum ExecutionType (0.1.0)

public enum ExecutionType extends Enum<ExecutionType> implements ProtocolMessageEnum

The execution type of the tool or toolset.

Protobuf enum google.cloud.ces.v1.ExecutionType

Implements

ProtocolMessageEnum

Static Fields

Name Description
ASYNCHRONOUS

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

ASYNCHRONOUS = 2;

ASYNCHRONOUS_VALUE

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

ASYNCHRONOUS = 2;

EXECUTION_TYPE_UNSPECIFIED

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

EXECUTION_TYPE_UNSPECIFIED = 0;

EXECUTION_TYPE_UNSPECIFIED_VALUE

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

EXECUTION_TYPE_UNSPECIFIED = 0;

SYNCHRONOUS

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

SYNCHRONOUS = 1;

SYNCHRONOUS_VALUE

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

SYNCHRONOUS = 1;

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