public enum JobType extends Enum<JobType> implements ProtocolMessageEnum
Specifies the processing model used by a [google.dataflow.v1beta3.Job], which determines the way the Job is managed by the Cloud Dataflow service (how workers are scheduled, how inputs are sharded, etc).
Protobuf enum google.events.cloud.dataflow.v1beta3.JobType
Implements
ProtocolMessageEnumStatic Fields | |
---|---|
Name | Description |
JOB_TYPE_BATCH | A batch job with a well-defined end point: data is read, data is processed, data is written, and the job is done. |
JOB_TYPE_BATCH_VALUE | A batch job with a well-defined end point: data is read, data is processed, data is written, and the job is done. |
JOB_TYPE_STREAMING | A continuously streaming job with no end: data is read, processed, and written continuously. |
JOB_TYPE_STREAMING_VALUE | A continuously streaming job with no end: data is read, processed, and written continuously. |
JOB_TYPE_UNKNOWN | The type of the job is unspecified, or unknown. |
JOB_TYPE_UNKNOWN_VALUE | The type of the job is unspecified, or unknown. |
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() |