PubsubFunctions

Functions

Link copied to clipboard

Retrieves the current IAM policy data for schema

suspend fun getSchemaIamPolicy(project: String? = null, schema: String): GetSchemaIamPolicyResult
Link copied to clipboard

Get information about a Google Cloud Pub/Sub Subscription. For more information see the official documentation and API.

suspend fun getSubscription(name: String, project: String? = null): GetSubscriptionResult
Link copied to clipboard

Retrieves the current IAM policy data for a Pubsub subscription.

suspend fun getSubscriptionIamPolicy(project: String? = null, subscription: String): GetSubscriptionIamPolicyResult
Link copied to clipboard
suspend fun getTopic(argument: GetTopicPlainArgs): GetTopicResult

Get information about a Google Cloud Pub/Sub Topic. For more information see the official documentation and API.

suspend fun getTopic(argument: suspend GetTopicPlainArgsBuilder.() -> Unit): GetTopicResult
suspend fun getTopic(name: String, project: String? = null): GetTopicResult
Link copied to clipboard

Retrieves the current IAM policy data for topic

suspend fun getTopicIamPolicy(project: String? = null, topic: String): GetTopicIamPolicyResult