Uses of Class
com.google.cloud.pubsublite.proto.TopicName
-
Packages that use TopicName Package Description com.google.cloud.pubsublite.proto com.google.cloud.pubsublite.v1 A client to Pub/Sub Lite API -
-
Uses of TopicName in com.google.cloud.pubsublite.proto
Methods in com.google.cloud.pubsublite.proto that return TopicName Modifier and Type Method Description TopicName
TopicName.Builder. build()
static TopicName
TopicName. of(String project, String location, String topic)
static TopicName
TopicName. parse(String formattedString)
Methods in com.google.cloud.pubsublite.proto that return types with arguments of type TopicName Modifier and Type Method Description static List<TopicName>
TopicName. parseList(List<String> formattedStrings)
Method parameters in com.google.cloud.pubsublite.proto with type arguments of type TopicName Modifier and Type Method Description static List<String>
TopicName. toStringList(List<TopicName> values)
-
Uses of TopicName in com.google.cloud.pubsublite.v1
Methods in com.google.cloud.pubsublite.v1 with parameters of type TopicName Modifier and Type Method Description void
AdminServiceClient. deleteTopic(TopicName name)
Deletes the specified topic.Topic
AdminServiceClient. getTopic(TopicName name)
Returns the topic configuration.TopicPartitions
AdminServiceClient. getTopicPartitions(TopicName name)
Returns the partition information for the requested topic.AdminServiceClient.ListTopicSubscriptionsPagedResponse
AdminServiceClient. listTopicSubscriptions(TopicName name)
Lists the subscriptions attached to the specified topic.
-