apache_beam.io.gcp.pubsublite.proto_api module¶
- 
class apache_beam.io.gcp.pubsublite.proto_api.ReadFromPubSubLite(subscription_path, deduplicate=None, expansion_service=None)[source]¶
- Bases: - apache_beam.transforms.ptransform.PTransform- A - PTransformfor reading from Pub/Sub Lite.- Produces a PCollection of google.cloud.pubsublite.SequencedMessage - Experimental; no backwards-compatibility guarantees. - Initializes - ReadFromPubSubLite.- Parameters: - subscription_path – Pub/Sub Lite Subscription in the form projects/<project>/locations/<location>/subscriptions/<subscription>
- deduplicate – Whether to deduplicate messages based on the value of the ‘x-goog-pubsublite-dataflow-uuid’ attribute. Defaults to False.
 
- 
class apache_beam.io.gcp.pubsublite.proto_api.WriteToPubSubLite(topic_path, add_uuids=None, expansion_service=None)[source]¶
- Bases: - apache_beam.transforms.ptransform.PTransform- A - PTransformfor writing to Pub/Sub Lite.- Consumes a PCollection of google.cloud.pubsublite.PubSubMessage - Experimental; no backwards-compatibility guarantees. - Initializes - WriteToPubSubLite.- Parameters: - topic_path – A Pub/Sub Lite Topic path.
- add_uuids – Whether to add uuids to the ‘x-goog-pubsublite-dataflow-uuid’ uuid attribute. Defaults to False.