public enum ExecutionType extends Enum<ExecutionType> implements ProtocolMessageEnumThe execution type of the tool or toolset.
Protobuf enum google.cloud.ces.v1.ExecutionType
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
ASYNCHRONOUS |
The tool is executed asynchronously. The session will continue while the tool is executing. |
ASYNCHRONOUS_VALUE |
The tool is executed asynchronously. The session will continue while the tool is executing. |
EXECUTION_TYPE_UNSPECIFIED |
The execution type is unspecified. Defaults to |
EXECUTION_TYPE_UNSPECIFIED_VALUE |
The execution type is unspecified. Defaults to |
SYNCHRONOUS |
The tool is executed synchronously. The session is blocked until the tool returns. |
SYNCHRONOUS_VALUE |
The tool is executed synchronously. The session is blocked until the tool returns. |
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() |
|