public static interface ImportedDataInfo.TableDefinitionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ImportedDataInfo.TableDefinition.CsvOptions |
getCsvOptions()
CSV specific options.
|
ImportedDataInfo.TableDefinition.CsvOptionsOrBuilder |
getCsvOptionsOrBuilder()
CSV specific options.
|
ImportedDataInfo.Encoding |
getEncoding()
Character encoding of the input when applicable (CSV, JSON).
|
int |
getEncodingValue()
Character encoding of the input when applicable (CSV, JSON).
|
ImportedDataInfo.Format |
getFormat()
Describes the format of the data in source_uri.
|
int |
getFormatValue()
Describes the format of the data in source_uri.
|
com.google.protobuf.BoolValue |
getIgnoreUnknownValues()
Indicates if extra values that are not represented in the table schema is
allowed.
|
com.google.protobuf.BoolValueOrBuilder |
getIgnoreUnknownValuesOrBuilder()
Indicates if extra values that are not represented in the table schema is
allowed.
|
int |
getMaxBadRecords()
Specify the maximum number of bad records that can be ignored.
|
ImportedDataInfo.RecordSchema |
getSchema()
Optional schema for the data.
|
ImportedDataInfo.RecordSchemaOrBuilder |
getSchemaOrBuilder()
Optional schema for the data.
|
String |
getSourceUris(int index)
URIs for the data to be imported.
|
com.google.protobuf.ByteString |
getSourceUrisBytes(int index)
URIs for the data to be imported.
|
int |
getSourceUrisCount()
URIs for the data to be imported.
|
List<String> |
getSourceUrisList()
URIs for the data to be imported.
|
String |
getTableId()
BigQuery table_id (required).
|
com.google.protobuf.ByteString |
getTableIdBytes()
BigQuery table_id (required).
|
boolean |
hasCsvOptions()
CSV specific options.
|
boolean |
hasIgnoreUnknownValues()
Indicates if extra values that are not represented in the table schema is
allowed.
|
boolean |
hasSchema()
Optional schema for the data.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getTableId()
BigQuery table_id (required). This will be used to reference this table in the query.
string table_id = 1;com.google.protobuf.ByteString getTableIdBytes()
BigQuery table_id (required). This will be used to reference this table in the query.
string table_id = 1;List<String> getSourceUrisList()
URIs for the data to be imported. All URIs must be from the same storage system.
repeated string source_uris = 2;int getSourceUrisCount()
URIs for the data to be imported. All URIs must be from the same storage system.
repeated string source_uris = 2;String getSourceUris(int index)
URIs for the data to be imported. All URIs must be from the same storage system.
repeated string source_uris = 2;com.google.protobuf.ByteString getSourceUrisBytes(int index)
URIs for the data to be imported. All URIs must be from the same storage system.
repeated string source_uris = 2;int getFormatValue()
Describes the format of the data in source_uri.
.google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.Format format = 3;ImportedDataInfo.Format getFormat()
Describes the format of the data in source_uri.
.google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.Format format = 3;int getMaxBadRecords()
Specify the maximum number of bad records that can be ignored. If bad records exceed this threshold the query is aborted.
int32 max_bad_records = 4;int getEncodingValue()
Character encoding of the input when applicable (CSV, JSON). Defaults to UTF8.
.google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.Encoding encoding = 5;ImportedDataInfo.Encoding getEncoding()
Character encoding of the input when applicable (CSV, JSON). Defaults to UTF8.
.google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.Encoding encoding = 5;boolean hasCsvOptions()
CSV specific options.
.google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.TableDefinition.CsvOptions csv_options = 6;
ImportedDataInfo.TableDefinition.CsvOptions getCsvOptions()
CSV specific options.
.google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.TableDefinition.CsvOptions csv_options = 6;
ImportedDataInfo.TableDefinition.CsvOptionsOrBuilder getCsvOptionsOrBuilder()
CSV specific options.
.google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.TableDefinition.CsvOptions csv_options = 6;
boolean hasSchema()
Optional schema for the data. When not specified for JSON and CSV formats we will try to detect it automatically.
.google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.RecordSchema schema = 7;ImportedDataInfo.RecordSchema getSchema()
Optional schema for the data. When not specified for JSON and CSV formats we will try to detect it automatically.
.google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.RecordSchema schema = 7;ImportedDataInfo.RecordSchemaOrBuilder getSchemaOrBuilder()
Optional schema for the data. When not specified for JSON and CSV formats we will try to detect it automatically.
.google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.RecordSchema schema = 7;boolean hasIgnoreUnknownValues()
Indicates if extra values that are not represented in the table schema is allowed.
.google.protobuf.BoolValue ignore_unknown_values = 10;com.google.protobuf.BoolValue getIgnoreUnknownValues()
Indicates if extra values that are not represented in the table schema is allowed.
.google.protobuf.BoolValue ignore_unknown_values = 10;com.google.protobuf.BoolValueOrBuilder getIgnoreUnknownValuesOrBuilder()
Indicates if extra values that are not represented in the table schema is allowed.
.google.protobuf.BoolValue ignore_unknown_values = 10;Copyright © 2023 Google LLC. All rights reserved.