public interface BigQueryOutputResultOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDatasetId()
The ID of a BigQuery Dataset.
|
com.google.protobuf.ByteString |
getDatasetIdBytes()
The ID of a BigQuery Dataset.
|
String |
getTableId()
The ID of a BigQuery Table.
|
com.google.protobuf.ByteString |
getTableIdBytes()
The ID of a BigQuery Table.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getDatasetId()
The ID of a BigQuery Dataset.
string dataset_id = 1;com.google.protobuf.ByteString getDatasetIdBytes()
The ID of a BigQuery Dataset.
string dataset_id = 1;String getTableId()
The ID of a BigQuery Table.
string table_id = 2;com.google.protobuf.ByteString getTableIdBytes()
The ID of a BigQuery Table.
string table_id = 2;Copyright © 2024 Google LLC. All rights reserved.