BigQueryConfig.Builder.clear()
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.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
BigQueryConfig.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
The name of the table to which to write data, of the form
{projectId}.{datasetId}.{tableId}
When true, use the topic's schema as the columns to write to in BigQuery,
if it exists.
When true, write the subscription name, message_id, publish_time,
attributes, and ordering_key to additional columns in the table.
BigQueryConfig.Builder.clone()
If delivery to BigQuery is used with this subscription, this field is
used to configure it.
BigQueryConfig.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
BigQueryConfig.Builder.mergeFrom(com.google.protobuf.Message other)
BigQueryConfig.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
BigQueryConfig.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
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.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value)
BigQueryConfig.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value)
The name of the table to which to write data, of the form
{projectId}.{datasetId}.{tableId}
BigQueryConfig.Builder.setTableBytes(com.google.protobuf.ByteString value)
The name of the table to which to write data, of the form
{projectId}.{datasetId}.{tableId}
BigQueryConfig.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
When true, use the topic's schema as the columns to write to in BigQuery,
if it exists.
When true, write the subscription name, message_id, publish_time,
attributes, and ordering_key to additional columns in the table.