Interface ImportedDataInfoOrBuilder (2.42.0)

public interface ImportedDataInfoOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDestinationTableDescription()

public abstract String getDestinationTableDescription()

The description of a destination table. This can be several sentences or paragraphs describing the table contents in detail.

string destination_table_description = 10;

Returns
Type Description
String

getDestinationTableDescriptionBytes()

public abstract ByteString getDestinationTableDescriptionBytes()

The description of a destination table. This can be several sentences or paragraphs describing the table contents in detail.

string destination_table_description = 10;

Returns
Type Description
ByteString

getDestinationTableId()

public abstract String getDestinationTableId()

Table where results should be written.

string destination_table_id = 2;

Returns
Type Description
String

getDestinationTableIdBytes()

public abstract ByteString getDestinationTableIdBytes()

Table where results should be written.

string destination_table_id = 2;

Returns
Type Description
ByteString

getSql()

public abstract String getSql()

SQL query to run. When empty, API checks that there is only one table_def specified and loads this table. Only Standard SQL queries are accepted. Legacy SQL is not allowed.

string sql = 1;

Returns
Type Description
String

getSqlBytes()

public abstract ByteString getSqlBytes()

SQL query to run. When empty, API checks that there is only one table_def specified and loads this table. Only Standard SQL queries are accepted. Legacy SQL is not allowed.

string sql = 1;

Returns
Type Description
ByteString

getTableDefs(int index)

public abstract ImportedDataInfo.TableDefinition getTableDefs(int index)

When used WITHOUT the "sql" parameter, describes the schema of the destination table. When used WITH the "sql" parameter, describes tables with data stored outside of BigQuery.

repeated .google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.TableDefinition table_defs = 3;

Parameter
Name Description
index int
Returns
Type Description
ImportedDataInfo.TableDefinition

getTableDefsCount()

public abstract int getTableDefsCount()

When used WITHOUT the "sql" parameter, describes the schema of the destination table. When used WITH the "sql" parameter, describes tables with data stored outside of BigQuery.

repeated .google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.TableDefinition table_defs = 3;

Returns
Type Description
int

getTableDefsList()

public abstract List<ImportedDataInfo.TableDefinition> getTableDefsList()

When used WITHOUT the "sql" parameter, describes the schema of the destination table. When used WITH the "sql" parameter, describes tables with data stored outside of BigQuery.

repeated .google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.TableDefinition table_defs = 3;

Returns
Type Description
List<TableDefinition>

getTableDefsOrBuilder(int index)

public abstract ImportedDataInfo.TableDefinitionOrBuilder getTableDefsOrBuilder(int index)

When used WITHOUT the "sql" parameter, describes the schema of the destination table. When used WITH the "sql" parameter, describes tables with data stored outside of BigQuery.

repeated .google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.TableDefinition table_defs = 3;

Parameter
Name Description
index int
Returns
Type Description
ImportedDataInfo.TableDefinitionOrBuilder

getTableDefsOrBuilderList()

public abstract List<? extends ImportedDataInfo.TableDefinitionOrBuilder> getTableDefsOrBuilderList()

When used WITHOUT the "sql" parameter, describes the schema of the destination table. When used WITH the "sql" parameter, describes tables with data stored outside of BigQuery.

repeated .google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.TableDefinition table_defs = 3;

Returns
Type Description
List<? extends com.google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.TableDefinitionOrBuilder>

getUserDefinedFunctions(int index)

public abstract String getUserDefinedFunctions(int index)

Inline code for User-defined function resources. Ignored when "sql" parameter is empty.

repeated string user_defined_functions = 4;

Parameter
Name Description
index int
Returns
Type Description
String

getUserDefinedFunctionsBytes(int index)

public abstract ByteString getUserDefinedFunctionsBytes(int index)

Inline code for User-defined function resources. Ignored when "sql" parameter is empty.

repeated string user_defined_functions = 4;

Parameter
Name Description
index int
Returns
Type Description
ByteString

getUserDefinedFunctionsCount()

public abstract int getUserDefinedFunctionsCount()

Inline code for User-defined function resources. Ignored when "sql" parameter is empty.

repeated string user_defined_functions = 4;

Returns
Type Description
int

getUserDefinedFunctionsList()

public abstract List<String> getUserDefinedFunctionsList()

Inline code for User-defined function resources. Ignored when "sql" parameter is empty.

repeated string user_defined_functions = 4;

Returns
Type Description
List<String>

getWriteDisposition()

public abstract WriteDisposition getWriteDisposition()

Specifies the action if the destination table already exists.

.google.cloud.bigquery.datatransfer.v1.WriteDisposition write_disposition = 6;

Returns
Type Description
WriteDisposition

getWriteDispositionValue()

public abstract int getWriteDispositionValue()

Specifies the action if the destination table already exists.

.google.cloud.bigquery.datatransfer.v1.WriteDisposition write_disposition = 6;

Returns
Type Description
int