Class Naming.PubSubNaming

java.lang.Object
io.openlineage.client.dataset.Naming.PubSubNaming
All Implemented Interfaces:
Naming.DatasetNaming
Enclosing class:
Naming

public static class Naming.PubSubNaming extends Object implements Naming.DatasetNaming
Naming implementation for Google Pub/Sub.

Namespace is fixed as "pubsub". Name format depends on the resource type:

  • topic:{projectId}:{topicId}
  • subscription:{projectId}:{subscriptionId}