Interface protos.google.dataflow.v1beta3.ITransformSummary

Properties of a TransformSummary.

Package

@google-cloud/dataflow!

Properties

displayData

displayData?: (google.dataflow.v1beta3.IDisplayData[]|null);

TransformSummary displayData

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

id

id?: (string|null);

TransformSummary id

Property Value
TypeDescription
(string|null)

inputCollectionName

inputCollectionName?: (string[]|null);

TransformSummary inputCollectionName

Property Value
TypeDescription
(string[]|null)

kind

kind?: (google.dataflow.v1beta3.KindType|keyof typeof google.dataflow.v1beta3.KindType|null);

TransformSummary kind

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

name

name?: (string|null);

TransformSummary name

Property Value
TypeDescription
(string|null)

outputCollectionName

outputCollectionName?: (string[]|null);

TransformSummary outputCollectionName

Property Value
TypeDescription
(string[]|null)