Pubsub_v1beta1aFunctions

Functions

Link copied to clipboard

Gets the configuration details of a subscription.

suspend fun getSubscription(subscriptionId: String): GetSubscriptionResult
Link copied to clipboard
suspend fun getTopic(argument: GetTopicPlainArgs): GetTopicResult

Gets the configuration of a topic. Since the topic only has the name attribute, this method is only useful to check the existence of a topic. If other attributes are added in the future, they will be returned here.

suspend fun getTopic(topicId: String): GetTopicResult
suspend fun getTopic(argument: suspend GetTopicPlainArgsBuilder.() -> Unit): GetTopicResult