cloudStorageConfig

@JvmName(name = "nqrxcaanshhuxugb")
suspend fun cloudStorageConfig(value: Output<SubscriptionCloudStorageConfigArgs>)
@JvmName(name = "ycrgntoibouedmgl")
suspend fun cloudStorageConfig(value: SubscriptionCloudStorageConfigArgs?)

Parameters

value

If delivery to Cloud Storage is used with this subscription, this field is used to configure it. Either pushConfig, bigQueryConfig or cloudStorageConfig can be set, but not combined. If all three are empty, then the subscriber will pull and ack messages using API methods. Structure is documented below.


@JvmName(name = "eprgsfjhhtpaikct")
suspend fun cloudStorageConfig(argument: suspend SubscriptionCloudStorageConfigArgsBuilder.() -> Unit)

Parameters

argument

If delivery to Cloud Storage is used with this subscription, this field is used to configure it. Either pushConfig, bigQueryConfig or cloudStorageConfig can be set, but not combined. If all three are empty, then the subscriber will pull and ack messages using API methods. Structure is documented below.