Interface protos.google.cloud.dataproc.v1.IWorkflowTemplate (2.5.0)

Properties of a WorkflowTemplate.

Package

@google-cloud/dataproc!

Properties

createTime

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

WorkflowTemplate createTime

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

dagTimeout

dagTimeout?: (google.protobuf.IDuration|null);

WorkflowTemplate dagTimeout

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

id

id?: (string|null);

WorkflowTemplate id

Property Value
TypeDescription
(string|null)

jobs

jobs?: (google.cloud.dataproc.v1.IOrderedJob[]|null);

WorkflowTemplate jobs

Property Value
TypeDescription
(google.cloud.dataproc.v1.IOrderedJob[]|null)

labels

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

WorkflowTemplate labels

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

name

name?: (string|null);

WorkflowTemplate name

Property Value
TypeDescription
(string|null)

parameters

parameters?: (google.cloud.dataproc.v1.ITemplateParameter[]|null);

WorkflowTemplate parameters

Property Value
TypeDescription
(google.cloud.dataproc.v1.ITemplateParameter[]|null)

placement

placement?: (google.cloud.dataproc.v1.IWorkflowTemplatePlacement|null);

WorkflowTemplate placement

Property Value
TypeDescription
(google.cloud.dataproc.v1.IWorkflowTemplatePlacement|null)

updateTime

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

WorkflowTemplate updateTime

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

version

version?: (number|null);

WorkflowTemplate version

Property Value
TypeDescription
(number|null)