BigQueryConfig

com.google.pubsub.v1.pubsub.BigQueryConfig
See theBigQueryConfig companion object
final case class BigQueryConfig(table: String, useTopicSchema: Boolean, writeMetadata: Boolean, dropUnknownFields: Boolean, state: State, useTableSchema: Boolean, unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[BigQueryConfig]

Configuration for a BigQuery subscription.

Value parameters

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. Otherwise, the schemas must be kept in sync and any messages with extra fields are not written and remain in the subscription's backlog.

state

Output only. An output-only field that indicates whether or not the subscription can receive messages.

table

The name of the table to which to write data, of the form {projectId}.{datasetId}.{tableId}

useTableSchema

Optional. When true, use the BigQuery table's schema as the columns to write to in BigQuery. use_table_schema and use_topic_schema cannot be enabled at the same time.

useTopicSchema

Optional. When true, use the topic's schema as the columns to write to in BigQuery, if it exists. use_topic_schema and use_table_schema cannot be enabled at the same time.

writeMetadata

When true, write the subscription name, message_id, publish_time, attributes, and ordering_key to additional columns in the table. The subscription name, message_id, and publish_time fields are put in their own columns while all other message properties (other than data) are written to a JSON object in the attributes column.

Attributes

Companion
object
Source
BigQueryConfig.scala
Graph
Supertypes
trait Updatable[BigQueryConfig]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Attributes

Source
BigQueryConfig.scala
def getField(`__field`: FieldDescriptor): PValue

Attributes

Source
BigQueryConfig.scala
def getFieldByNumber(`__fieldNumber`: Int): Any

Attributes

Source
BigQueryConfig.scala
override def serializedSize: Int

Attributes

Definition Classes
GeneratedMessage
Source
BigQueryConfig.scala

Returns a human-readable ASCII format representation of this message.

Returns a human-readable ASCII format representation of this message.

The original message can be decoded from this format by using fromAscii on the companion object.

Attributes

Returns

human-readable representation of this message.

Source
BigQueryConfig.scala

Attributes

Source
BigQueryConfig.scala

Attributes

Source
BigQueryConfig.scala
def withUnknownFields(`__v`: UnknownFieldSet): BigQueryConfig

Attributes

Source
BigQueryConfig.scala
def writeTo(`_output__`: CodedOutputStream): Unit

Serializes the message into the given coded output stream

Serializes the message into the given coded output stream

Attributes

Source
BigQueryConfig.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
final def toByteArray: Array[Byte]

Serializes the message and returns a byte array containing its raw bytes

Serializes the message and returns a byte array containing its raw bytes

Attributes

Inherited from:
GeneratedMessage
Source
GeneratedMessageCompanion.scala
final def toByteString: ByteString

Serializes the message and returns a ByteString containing its raw bytes

Serializes the message and returns a ByteString containing its raw bytes

Attributes

Inherited from:
GeneratedMessage
Source
GeneratedMessageCompanion.scala
final def toPMessage: PMessage

Attributes

Inherited from:
GeneratedMessage
Source
GeneratedMessageCompanion.scala
def update(ms: Lens[BigQueryConfig, BigQueryConfig] => () => BigQueryConfig*): A

Attributes

Inherited from:
Updatable
Source
Lenses.scala
final def writeDelimitedTo(output: OutputStream): Unit

Attributes

Inherited from:
GeneratedMessage
Source
GeneratedMessageCompanion.scala
final def writeTo(output: OutputStream): Unit

Serializes the message into the given output stream

Serializes the message into the given output stream

Attributes

Inherited from:
GeneratedMessage
Source
GeneratedMessageCompanion.scala