Interface protos.google.dataflow.v1beta3.IStreamLocation

Properties of a StreamLocation.

Package

@google-cloud/dataflow!

Properties

customSourceLocation

customSourceLocation?: (google.dataflow.v1beta3.ICustomSourceLocation|null);

StreamLocation customSourceLocation

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

pubsubLocation

pubsubLocation?: (google.dataflow.v1beta3.IPubsubLocation|null);

StreamLocation pubsubLocation

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

sideInputLocation

sideInputLocation?: (google.dataflow.v1beta3.IStreamingSideInputLocation|null);

StreamLocation sideInputLocation

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

streamingStageLocation

streamingStageLocation?: (google.dataflow.v1beta3.IStreamingStageLocation|null);

StreamLocation streamingStageLocation

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