Uses of Class
com.google.cloud.pubsublite.TopicName
-
Packages that use TopicName Package Description com.google.cloud.pubsublite com.google.cloud.pubsublite.internal.testing -
-
Uses of TopicName in com.google.cloud.pubsublite
Methods in com.google.cloud.pubsublite that return TopicName Modifier and Type Method Description abstract TopicName
TopicPath. name()
static TopicName
TopicName. of(String value)
Methods in com.google.cloud.pubsublite with parameters of type TopicName Modifier and Type Method Description abstract TopicPath.Builder
TopicPath.Builder. setName(TopicName name)
-
Uses of TopicName in com.google.cloud.pubsublite.internal.testing
Methods in com.google.cloud.pubsublite.internal.testing that return TopicName Modifier and Type Method Description static TopicName
UnitTestExamples. exampleTopicName()
-