public static interface ExportInsightsDataRequest.BigQueryDestinationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDataset()
Required.
|
com.google.protobuf.ByteString |
getDatasetBytes()
Required.
|
String |
getProjectId()
A project ID or number.
|
com.google.protobuf.ByteString |
getProjectIdBytes()
A project ID or number.
|
String |
getTable()
The BigQuery table name to which the insights data should be written.
|
com.google.protobuf.ByteString |
getTableBytes()
The BigQuery table name to which the insights data should be written.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getProjectId()
A project ID or number. If specified, then export will attempt to write data to this project instead of the resource project. Otherwise, the resource project will be used.
string project_id = 3;com.google.protobuf.ByteString getProjectIdBytes()
A project ID or number. If specified, then export will attempt to write data to this project instead of the resource project. Otherwise, the resource project will be used.
string project_id = 3;String getDataset()
Required. The name of the BigQuery dataset that the snapshot result should be exported to. If this dataset does not exist, the export call returns an INVALID_ARGUMENT error.
string dataset = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getDatasetBytes()
Required. The name of the BigQuery dataset that the snapshot result should be exported to. If this dataset does not exist, the export call returns an INVALID_ARGUMENT error.
string dataset = 1 [(.google.api.field_behavior) = REQUIRED];String getTable()
The BigQuery table name to which the insights data should be written. If this table does not exist, the export call returns an INVALID_ARGUMENT error.
string table = 2;com.google.protobuf.ByteString getTableBytes()
The BigQuery table name to which the insights data should be written. If this table does not exist, the export call returns an INVALID_ARGUMENT error.
string table = 2;Copyright © 2025 Google LLC. All rights reserved.