| Package | Description |
|---|---|
| com.google.api.services.pubsub.model |
| Modifier and Type | Method and Description |
|---|---|
BigQueryConfig |
BigQueryConfig.clone() |
BigQueryConfig |
Subscription.getBigqueryConfig()
If delivery to BigQuery is used with this subscription, this field is used to configure it.
|
BigQueryConfig |
BigQueryConfig.set(String fieldName,
Object value) |
BigQueryConfig |
BigQueryConfig.setDropUnknownFields(Boolean dropUnknownFields)
When true and use_topic_schema is true, any fields that are a part of the topic schema that are
not part of the BigQuery table schema are dropped when writing to BigQuery.
|
BigQueryConfig |
BigQueryConfig.setState(String state)
Output only.
|
BigQueryConfig |
BigQueryConfig.setTable(String table)
The name of the table to which to write data, of the form {projectId}.{datasetId}.{tableId}
|
BigQueryConfig |
BigQueryConfig.setUseTopicSchema(Boolean useTopicSchema)
When true, use the topic's schema as the columns to write to in BigQuery, if it exists.
|
BigQueryConfig |
BigQueryConfig.setWriteMetadata(Boolean writeMetadata)
When true, write the subscription name, message_id, publish_time, attributes, and ordering_key
to additional columns in the table.
|
| Modifier and Type | Method and Description |
|---|---|
Subscription |
Subscription.setBigqueryConfig(BigQueryConfig bigqueryConfig)
If delivery to BigQuery is used with this subscription, this field is used to configure it.
|
Copyright © 2011–2022 Google. All rights reserved.