Interface protos.google.dataflow.v1beta3.IPubsubLocation

Properties of a PubsubLocation.

Package

@google-cloud/dataflow!

Properties

dropLateData

dropLateData?: (boolean|null);

PubsubLocation dropLateData

Property Value
TypeDescription
(boolean|null)

idLabel

idLabel?: (string|null);

PubsubLocation idLabel

Property Value
TypeDescription
(string|null)

subscription

subscription?: (string|null);

PubsubLocation subscription

Property Value
TypeDescription
(string|null)

timestampLabel

timestampLabel?: (string|null);

PubsubLocation timestampLabel

Property Value
TypeDescription
(string|null)

topic

topic?: (string|null);

PubsubLocation topic

Property Value
TypeDescription
(string|null)

trackingSubscription

trackingSubscription?: (string|null);

PubsubLocation trackingSubscription

Property Value
TypeDescription
(string|null)

withAttributes

withAttributes?: (boolean|null);

PubsubLocation withAttributes

Property Value
TypeDescription
(boolean|null)