Enum JobEvent.Type (1.39.0)

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

The type of the job.

Protobuf enum google.cloud.dataplex.v1.JobEvent.Type

Implements

ProtocolMessageEnum

Static Fields

NameDescription
NOTEBOOK

Notebook jobs.

NOTEBOOK = 2;

NOTEBOOK_VALUE

Notebook jobs.

NOTEBOOK = 2;

SPARK

Spark jobs.

SPARK = 1;

SPARK_VALUE

Spark jobs.

SPARK = 1;

TYPE_UNSPECIFIED

Unspecified job type.

TYPE_UNSPECIFIED = 0;

TYPE_UNSPECIFIED_VALUE

Unspecified job type.

TYPE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()