Enum Execution.Type (0.1.0)

public enum Execution.Type extends Enum<Execution.Type> implements ProtocolMessageEnum

The type of execution, could be on demand execute or scheduled execute.

Protobuf enum google.cloud.workloadmanager.v1.Execution.Type

Implements

ProtocolMessageEnum

Static Fields

Name Description
ONE_TIME

Type of execution is one time.

ONE_TIME = 1;

ONE_TIME_VALUE

Type of execution is one time.

ONE_TIME = 1;

SCHEDULED

Type of execution is scheduled.

SCHEDULED = 2;

SCHEDULED_VALUE

Type of execution is scheduled.

SCHEDULED = 2;

TYPE_UNSPECIFIED

Type of execution is unspecified.

TYPE_UNSPECIFIED = 0;

TYPE_UNSPECIFIED_VALUE

Type of execution is unspecified.

TYPE_UNSPECIFIED = 0;

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