- 2.78.0 (latest)
- 2.76.0
- 2.75.0
- 2.74.0
- 2.73.0
- 2.72.0
- 2.70.0
- 2.68.0
- 2.67.0
- 2.64.0
- 2.63.0
- 2.62.0
- 2.60.0
- 2.59.0
- 2.58.0
- 2.57.0
- 2.56.0
- 2.55.0
- 2.54.0
- 2.53.0
- 2.52.0
- 2.51.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.39.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.27.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.17
- 2.2.6
- 2.1.23
- 2.0.27
public static interface ImportedDataInfo.TableDefinitionOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCsvOptions()
public abstract ImportedDataInfo.TableDefinition.CsvOptions getCsvOptions()CSV specific options.
 
 .google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.TableDefinition.CsvOptions csv_options = 6;
 
| Type | Description | 
| ImportedDataInfo.TableDefinition.CsvOptions | 
getCsvOptionsOrBuilder()
public abstract ImportedDataInfo.TableDefinition.CsvOptionsOrBuilder getCsvOptionsOrBuilder()CSV specific options.
 
 .google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.TableDefinition.CsvOptions csv_options = 6;
 
| Type | Description | 
| ImportedDataInfo.TableDefinition.CsvOptionsOrBuilder | 
getEncoding()
public abstract ImportedDataInfo.Encoding getEncoding()Character encoding of the input when applicable (CSV, JSON). Defaults to UTF8.
 .google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.Encoding encoding = 5;
| Type | Description | 
| ImportedDataInfo.Encoding | 
getEncodingValue()
public abstract int getEncodingValue()Character encoding of the input when applicable (CSV, JSON). Defaults to UTF8.
 .google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.Encoding encoding = 5;
| Type | Description | 
| int | 
getFormat()
public abstract ImportedDataInfo.Format getFormat()Describes the format of the data in source_uri.
 .google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.Format format = 3;
| Type | Description | 
| ImportedDataInfo.Format | 
getFormatValue()
public abstract int getFormatValue()Describes the format of the data in source_uri.
 .google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.Format format = 3;
| Type | Description | 
| int | 
getIgnoreUnknownValues()
public abstract BoolValue getIgnoreUnknownValues()Indicates if extra values that are not represented in the table schema is allowed.
 .google.protobuf.BoolValue ignore_unknown_values = 10;
| Type | Description | 
| BoolValue | 
getIgnoreUnknownValuesOrBuilder()
public abstract BoolValueOrBuilder getIgnoreUnknownValuesOrBuilder()Indicates if extra values that are not represented in the table schema is allowed.
 .google.protobuf.BoolValue ignore_unknown_values = 10;
| Type | Description | 
| BoolValueOrBuilder | 
getMaxBadRecords()
public abstract 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;
| Type | Description | 
| int | 
getSchema()
public abstract 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;
| Type | Description | 
| ImportedDataInfo.RecordSchema | 
getSchemaOrBuilder()
public abstract 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;
| Type | Description | 
| ImportedDataInfo.RecordSchemaOrBuilder | 
getSourceUris(int index)
public abstract 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;
| Name | Description | 
| index | int | 
| Type | Description | 
| String | 
getSourceUrisBytes(int index)
public abstract 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;
| Name | Description | 
| index | int | 
| Type | Description | 
| ByteString | 
getSourceUrisCount()
public abstract int getSourceUrisCount()URIs for the data to be imported. All URIs must be from the same storage system.
 repeated string source_uris = 2;
| Type | Description | 
| int | 
getSourceUrisList()
public abstract List<String> getSourceUrisList()URIs for the data to be imported. All URIs must be from the same storage system.
 repeated string source_uris = 2;
| Type | Description | 
| List<String> | 
getTableId()
public abstract String getTableId()BigQuery table_id (required). This will be used to reference this table in the query.
 string table_id = 1;
| Type | Description | 
| String | 
getTableIdBytes()
public abstract ByteString getTableIdBytes()BigQuery table_id (required). This will be used to reference this table in the query.
 string table_id = 1;
| Type | Description | 
| ByteString | 
hasCsvOptions()
public abstract boolean hasCsvOptions()CSV specific options.
 
 .google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.TableDefinition.CsvOptions csv_options = 6;
 
| Type | Description | 
| boolean | 
hasIgnoreUnknownValues()
public abstract boolean hasIgnoreUnknownValues()Indicates if extra values that are not represented in the table schema is allowed.
 .google.protobuf.BoolValue ignore_unknown_values = 10;
| Type | Description | 
| boolean | 
hasSchema()
public abstract 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;
| Type | Description | 
| boolean |