Pubsub Functions
object PubsubFunctions
Functions
Link copied to clipboard
Retrieves the current IAM policy data for schema
suspend fun getSchemaIamPolicy(argument: suspend GetSchemaIamPolicyPlainArgsBuilder.() -> Unit): 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(argument: suspend GetSubscriptionPlainArgsBuilder.() -> Unit): GetSubscriptionResult
Link copied to clipboard
suspend fun getSubscriptionIamPolicy(argument: GetSubscriptionIamPolicyPlainArgs): GetSubscriptionIamPolicyResult
Retrieves the current IAM policy data for a Pubsub subscription.
suspend fun getSubscriptionIamPolicy(argument: suspend GetSubscriptionIamPolicyPlainArgsBuilder.() -> Unit): GetSubscriptionIamPolicyResult
suspend fun getSubscriptionIamPolicy(project: String? = null, subscription: String): GetSubscriptionIamPolicyResult
Link copied to clipboard
Get information about a Google Cloud Pub/Sub Topic. For more information see the official documentation and API.
Link copied to clipboard
Retrieves the current IAM policy data for topic
suspend fun getTopicIamPolicy(argument: suspend GetTopicIamPolicyPlainArgsBuilder.() -> Unit): GetTopicIamPolicyResult