bigqueryConfig

@JvmName(name = "bcgsbrxxwlthatol")
suspend fun bigqueryConfig(value: Output<SubscriptionBigqueryConfigArgs>)
@JvmName(name = "itmbsfhftxyusjkf")
suspend fun bigqueryConfig(value: SubscriptionBigqueryConfigArgs?)

Parameters

value

If delivery to BigQuery 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 = "hktdxqwiecxjeked")
suspend fun bigqueryConfig(argument: suspend SubscriptionBigqueryConfigArgsBuilder.() -> Unit)

Parameters

argument

If delivery to BigQuery 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.