Enum Job.Service (1.0.1)

public enum Job.Service extends Enum<Job.Service> implements ProtocolMessageEnum

Protobuf enum google.cloud.dataplex.v1.Job.Service

Implements

ProtocolMessageEnum

Static Fields

NameDescription
DATAPROC

Dataproc service is used to run this job.

DATAPROC = 1;

DATAPROC_VALUE

Dataproc service is used to run this job.

DATAPROC = 1;

SERVICE_UNSPECIFIED

Service used to run the job is unspecified.

SERVICE_UNSPECIFIED = 0;

SERVICE_UNSPECIFIED_VALUE

Service used to run the job is unspecified.

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