Pubsublite_v1Functions

Functions

Link copied to clipboard

Returns the reservation configuration.

suspend fun getReservation(location: String, project: String? = null, reservationId: String): GetReservationResult
Link copied to clipboard

Returns the subscription configuration.

suspend fun getSubscription(location: String, project: String? = null, subscriptionId: String): GetSubscriptionResult
Link copied to clipboard
suspend fun getTopic(argument: GetTopicPlainArgs): GetTopicResult

Returns the topic configuration.

suspend fun getTopic(argument: suspend GetTopicPlainArgsBuilder.() -> Unit): GetTopicResult
suspend fun getTopic(location: String, project: String? = null, topicId: String): GetTopicResult