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 TopicNameTopicName.Builder. build()static TopicNameTopicName. of(String project, String location, String topic)static TopicNameTopicName. 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 voidAdminServiceClient. deleteTopic(TopicName name)Deletes the specified topic.TopicAdminServiceClient. getTopic(TopicName name)Returns the topic configuration.TopicPartitionsAdminServiceClient. getTopicPartitions(TopicName name)Returns the partition information for the requested topic.AdminServiceClient.ListTopicSubscriptionsPagedResponseAdminServiceClient. listTopicSubscriptions(TopicName name)Lists the subscriptions attached to the specified topic.
-