Class TopicPath

java.lang.Object
com.google.cloud.pubsublite.TopicPath
All Implemented Interfaces:
Serializable

public abstract class TopicPath extends Object implements Serializable
A string wrapper representing a topic. Should be structured like:

projects/<project number>/locations/<cloud region or zone>/topics/<id>

See Also:
  • Constructor Details

    • TopicPath

      public TopicPath()
  • Method Details