Interface protos.google.dataflow.v1beta3.ICreateJobRequest

Properties of a CreateJobRequest.

Package

@google-cloud/dataflow!

Properties

job

job?: (google.dataflow.v1beta3.IJob|null);

CreateJobRequest job

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

location

location?: (string|null);

CreateJobRequest location

Property Value
TypeDescription
(string|null)

projectId

projectId?: (string|null);

CreateJobRequest projectId

Property Value
TypeDescription
(string|null)

replaceJobId

replaceJobId?: (string|null);

CreateJobRequest replaceJobId

Property Value
TypeDescription
(string|null)

view

view?: (google.dataflow.v1beta3.JobView|keyof typeof google.dataflow.v1beta3.JobView|null);

CreateJobRequest view

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