public interface BigQueryExportSettingsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getBigqueryTable()
The BigQuery table to export.
|
com.google.protobuf.ByteString |
getBigqueryTableBytes()
The BigQuery table to export.
|
boolean |
getEnabled()
The field to indicate whether the BigQuery export is enabled.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean getEnabled()
The field to indicate whether the BigQuery export is enabled.
bool enabled = 1;String getBigqueryTable()
The BigQuery table to export. Format: `projects/<ProjectID>/datasets/<DatasetID>/tables/<TableID>`.
string bigquery_table = 2;com.google.protobuf.ByteString getBigqueryTableBytes()
The BigQuery table to export. Format: `projects/<ProjectID>/datasets/<DatasetID>/tables/<TableID>`.
string bigquery_table = 2;Copyright © 2025 Google LLC. All rights reserved.