GetSubscriptionResult

data class GetSubscriptionResult(val deliveryConfig: DeliveryConfigResponse, val exportConfig: ExportConfigResponse, val name: String, val topic: String)

Constructors

Link copied to clipboard
fun GetSubscriptionResult(deliveryConfig: DeliveryConfigResponse, exportConfig: ExportConfigResponse, name: String, topic: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The settings for this subscription's message delivery.

Link copied to clipboard

If present, messages are automatically written from the Pub/Sub Lite topic associated with this subscription to a destination.

Link copied to clipboard

The name of the subscription. Structured like: projects/{project_number}/locations/{location}/subscriptions/{subscription_id}

Link copied to clipboard

The name of the topic this subscription is attached to. Structured like: projects/{project_number}/locations/{location}/topics/{topic_id}