Interface protos.google.dataflow.v1beta3.IJob

Properties of a Job.

Package

@google-cloud/dataflow!

Properties

clientRequestId

clientRequestId?: (string|null);

Job clientRequestId

Property Value
TypeDescription
(string|null)

createdFromSnapshotId

createdFromSnapshotId?: (string|null);

Job createdFromSnapshotId

Property Value
TypeDescription
(string|null)

createTime

createTime?: (google.protobuf.ITimestamp|null);

Job createTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

currentState

currentState?: (google.dataflow.v1beta3.JobState|keyof typeof google.dataflow.v1beta3.JobState|null);

Job currentState

Property Value
TypeDescription
(google.dataflow.v1beta3.JobState|keyof typeof google.dataflow.v1beta3.JobState|null)

currentStateTime

currentStateTime?: (google.protobuf.ITimestamp|null);

Job currentStateTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

environment

environment?: (google.dataflow.v1beta3.IEnvironment|null);

Job environment

Property Value
TypeDescription
(google.dataflow.v1beta3.IEnvironment|null)

executionInfo

executionInfo?: (google.dataflow.v1beta3.IJobExecutionInfo|null);

Job executionInfo

Property Value
TypeDescription
(google.dataflow.v1beta3.IJobExecutionInfo|null)

id

id?: (string|null);

Job id

Property Value
TypeDescription
(string|null)

jobMetadata

jobMetadata?: (google.dataflow.v1beta3.IJobMetadata|null);

Job jobMetadata

Property Value
TypeDescription
(google.dataflow.v1beta3.IJobMetadata|null)

labels

labels?: ({ [k: string]: string }|null);

Job labels

Property Value
TypeDescription
({ [k: string]: string }|null)

location

location?: (string|null);

Job location

Property Value
TypeDescription
(string|null)

name

name?: (string|null);

Job name

Property Value
TypeDescription
(string|null)

pipelineDescription

pipelineDescription?: (google.dataflow.v1beta3.IPipelineDescription|null);

Job pipelineDescription

Property Value
TypeDescription
(google.dataflow.v1beta3.IPipelineDescription|null)

projectId

projectId?: (string|null);

Job projectId

Property Value
TypeDescription
(string|null)

replacedByJobId

replacedByJobId?: (string|null);

Job replacedByJobId

Property Value
TypeDescription
(string|null)

replaceJobId

replaceJobId?: (string|null);

Job replaceJobId

Property Value
TypeDescription
(string|null)

requestedState

requestedState?: (google.dataflow.v1beta3.JobState|keyof typeof google.dataflow.v1beta3.JobState|null);

Job requestedState

Property Value
TypeDescription
(google.dataflow.v1beta3.JobState|keyof typeof google.dataflow.v1beta3.JobState|null)

satisfiesPzs

satisfiesPzs?: (boolean|null);

Job satisfiesPzs

Property Value
TypeDescription
(boolean|null)

stageStates

stageStates?: (google.dataflow.v1beta3.IExecutionStageState[]|null);

Job stageStates

Property Value
TypeDescription
(google.dataflow.v1beta3.IExecutionStageState[]|null)

startTime

startTime?: (google.protobuf.ITimestamp|null);

Job startTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

steps

steps?: (google.dataflow.v1beta3.IStep[]|null);

Job steps

Property Value
TypeDescription
(google.dataflow.v1beta3.IStep[]|null)

stepsLocation

stepsLocation?: (string|null);

Job stepsLocation

Property Value
TypeDescription
(string|null)

tempFiles

tempFiles?: (string[]|null);

Job tempFiles

Property Value
TypeDescription
(string[]|null)

transformNameMapping

transformNameMapping?: ({ [k: string]: string }|null);

Job transformNameMapping

Property Value
TypeDescription
({ [k: string]: string }|null)

type

type?: (google.dataflow.v1beta3.JobType|keyof typeof google.dataflow.v1beta3.JobType|null);

Job type

Property Value
TypeDescription
(google.dataflow.v1beta3.JobType|keyof typeof google.dataflow.v1beta3.JobType|null)