Interface protos.google.pubsub.v1.IBigQueryConfig (4.3.3)

Properties of a BigQueryConfig.

Package

@google-cloud/pubsub

Properties

dropUnknownFields

dropUnknownFields?: (boolean|null);

BigQueryConfig dropUnknownFields

state

state?: (google.pubsub.v1.BigQueryConfig.State|keyof typeof google.pubsub.v1.BigQueryConfig.State|null);

BigQueryConfig state

table

table?: (string|null);

BigQueryConfig table

useTableSchema

useTableSchema?: (boolean|null);

BigQueryConfig useTableSchema

useTopicSchema

useTopicSchema?: (boolean|null);

BigQueryConfig useTopicSchema

writeMetadata

writeMetadata?: (boolean|null);

BigQueryConfig writeMetadata