public static final class ImportedDataInfo.Builder extends GeneratedMessageV3.Builder<ImportedDataInfo.Builder> implements ImportedDataInfoOrBuilder
Describes data which should be imported.
Protobuf type google.cloud.bigquery.datatransfer.v1.ImportedDataInfo
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
Methods
addAllTableDefs(Iterable<? extends ImportedDataInfo.TableDefinition> values)
public ImportedDataInfo.Builder addAllTableDefs(Iterable<? extends ImportedDataInfo.TableDefinition> values)
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 |
values | Iterable<? extends com.google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.TableDefinition>
|
Returns
addAllUserDefinedFunctions(Iterable<String> values)
public ImportedDataInfo.Builder addAllUserDefinedFunctions(Iterable<String> values)
Inline code for User-defined function resources.
Ignored when "sql" parameter is empty.
repeated string user_defined_functions = 4;
Parameter
Returns
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ImportedDataInfo.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
addTableDefs(ImportedDataInfo.TableDefinition value)
public ImportedDataInfo.Builder addTableDefs(ImportedDataInfo.TableDefinition value)
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
Returns
addTableDefs(ImportedDataInfo.TableDefinition.Builder builderForValue)
public ImportedDataInfo.Builder addTableDefs(ImportedDataInfo.TableDefinition.Builder builderForValue)
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
Returns
addTableDefs(int index, ImportedDataInfo.TableDefinition value)
public ImportedDataInfo.Builder addTableDefs(int index, ImportedDataInfo.TableDefinition value)
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;
Parameters
Returns
addTableDefs(int index, ImportedDataInfo.TableDefinition.Builder builderForValue)
public ImportedDataInfo.Builder addTableDefs(int index, ImportedDataInfo.TableDefinition.Builder builderForValue)
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;
Parameters
Returns
addTableDefsBuilder()
public ImportedDataInfo.TableDefinition.Builder addTableDefsBuilder()
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
addTableDefsBuilder(int index)
public ImportedDataInfo.TableDefinition.Builder addTableDefsBuilder(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
Returns
addUserDefinedFunctions(String value)
public ImportedDataInfo.Builder addUserDefinedFunctions(String value)
Inline code for User-defined function resources.
Ignored when "sql" parameter is empty.
repeated string user_defined_functions = 4;
Parameter
Returns
addUserDefinedFunctionsBytes(ByteString value)
public ImportedDataInfo.Builder addUserDefinedFunctionsBytes(ByteString value)
Inline code for User-defined function resources.
Ignored when "sql" parameter is empty.
repeated string user_defined_functions = 4;
Parameter
Returns
build()
public ImportedDataInfo build()
Returns
buildPartial()
public ImportedDataInfo buildPartial()
Returns
clear()
public ImportedDataInfo.Builder clear()
Returns
Overrides
clearDestinationTableDescription()
public ImportedDataInfo.Builder clearDestinationTableDescription()
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
clearDestinationTableId()
public ImportedDataInfo.Builder clearDestinationTableId()
Table where results should be written.
string destination_table_id = 2;
Returns
clearField(Descriptors.FieldDescriptor field)
public ImportedDataInfo.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public ImportedDataInfo.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
clearSql()
public ImportedDataInfo.Builder clearSql()
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
clearTableDefs()
public ImportedDataInfo.Builder clearTableDefs()
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
clearUserDefinedFunctions()
public ImportedDataInfo.Builder clearUserDefinedFunctions()
Inline code for User-defined function resources.
Ignored when "sql" parameter is empty.
repeated string user_defined_functions = 4;
Returns
clearWriteDisposition()
public ImportedDataInfo.Builder clearWriteDisposition()
Specifies the action if the destination table already exists.
.google.cloud.bigquery.datatransfer.v1.WriteDisposition write_disposition = 6;
Returns
clone()
public ImportedDataInfo.Builder clone()
Returns
Overrides
getDefaultInstanceForType()
public ImportedDataInfo getDefaultInstanceForType()
Returns
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns
Overrides
getDestinationTableDescription()
public 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
getDestinationTableDescriptionBytes()
public 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
getDestinationTableId()
public String getDestinationTableId()
Table where results should be written.
string destination_table_id = 2;
Returns
getDestinationTableIdBytes()
public ByteString getDestinationTableIdBytes()
Table where results should be written.
string destination_table_id = 2;
Returns
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
getSqlBytes()
public 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
getTableDefs(int index)
public 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
Returns
getTableDefsBuilder(int index)
public ImportedDataInfo.TableDefinition.Builder getTableDefsBuilder(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
Returns
getTableDefsBuilderList()
public List<ImportedDataInfo.TableDefinition.Builder> getTableDefsBuilderList()
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
getTableDefsCount()
public 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
getTableDefsList()
public 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
getTableDefsOrBuilder(int index)
public 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
Returns
getTableDefsOrBuilderList()
public 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 String getUserDefinedFunctions(int index)
Inline code for User-defined function resources.
Ignored when "sql" parameter is empty.
repeated string user_defined_functions = 4;
Parameter
Returns
getUserDefinedFunctionsBytes(int index)
public ByteString getUserDefinedFunctionsBytes(int index)
Inline code for User-defined function resources.
Ignored when "sql" parameter is empty.
repeated string user_defined_functions = 4;
Parameter
Returns
getUserDefinedFunctionsCount()
public int getUserDefinedFunctionsCount()
Inline code for User-defined function resources.
Ignored when "sql" parameter is empty.
repeated string user_defined_functions = 4;
Returns
getUserDefinedFunctionsList()
public ProtocolStringList getUserDefinedFunctionsList()
Inline code for User-defined function resources.
Ignored when "sql" parameter is empty.
repeated string user_defined_functions = 4;
Returns
getWriteDisposition()
public WriteDisposition getWriteDisposition()
Specifies the action if the destination table already exists.
.google.cloud.bigquery.datatransfer.v1.WriteDisposition write_disposition = 6;
Returns
getWriteDispositionValue()
public int getWriteDispositionValue()
Specifies the action if the destination table already exists.
.google.cloud.bigquery.datatransfer.v1.WriteDisposition write_disposition = 6;
Returns
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
mergeFrom(ImportedDataInfo other)
public ImportedDataInfo.Builder mergeFrom(ImportedDataInfo other)
Parameter
Returns
public ImportedDataInfo.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public ImportedDataInfo.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ImportedDataInfo.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
removeTableDefs(int index)
public ImportedDataInfo.Builder removeTableDefs(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
Returns
setDestinationTableDescription(String value)
public ImportedDataInfo.Builder setDestinationTableDescription(String value)
The description of a destination table. This can be several sentences
or paragraphs describing the table contents in detail.
string destination_table_description = 10;
Parameter
Returns
setDestinationTableDescriptionBytes(ByteString value)
public ImportedDataInfo.Builder setDestinationTableDescriptionBytes(ByteString value)
The description of a destination table. This can be several sentences
or paragraphs describing the table contents in detail.
string destination_table_description = 10;
Parameter
Returns
setDestinationTableId(String value)
public ImportedDataInfo.Builder setDestinationTableId(String value)
Table where results should be written.
string destination_table_id = 2;
Parameter
Returns
setDestinationTableIdBytes(ByteString value)
public ImportedDataInfo.Builder setDestinationTableIdBytes(ByteString value)
Table where results should be written.
string destination_table_id = 2;
Parameter
Returns
setField(Descriptors.FieldDescriptor field, Object value)
public ImportedDataInfo.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ImportedDataInfo.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
setSql(String value)
public ImportedDataInfo.Builder setSql(String value)
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;
Parameter
Returns
setSqlBytes(ByteString value)
public ImportedDataInfo.Builder setSqlBytes(ByteString value)
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;
Parameter
Returns
setTableDefs(int index, ImportedDataInfo.TableDefinition value)
public ImportedDataInfo.Builder setTableDefs(int index, ImportedDataInfo.TableDefinition value)
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;
Parameters
Returns
setTableDefs(int index, ImportedDataInfo.TableDefinition.Builder builderForValue)
public ImportedDataInfo.Builder setTableDefs(int index, ImportedDataInfo.TableDefinition.Builder builderForValue)
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;
Parameters
Returns
setUnknownFields(UnknownFieldSet unknownFields)
public final ImportedDataInfo.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
setUserDefinedFunctions(int index, String value)
public ImportedDataInfo.Builder setUserDefinedFunctions(int index, String value)
Inline code for User-defined function resources.
Ignored when "sql" parameter is empty.
repeated string user_defined_functions = 4;
Parameters
Returns
setWriteDisposition(WriteDisposition value)
public ImportedDataInfo.Builder setWriteDisposition(WriteDisposition value)
Specifies the action if the destination table already exists.
.google.cloud.bigquery.datatransfer.v1.WriteDisposition write_disposition = 6;
Parameter
Returns
setWriteDispositionValue(int value)
public ImportedDataInfo.Builder setWriteDispositionValue(int value)
Specifies the action if the destination table already exists.
.google.cloud.bigquery.datatransfer.v1.WriteDisposition write_disposition = 6;
Parameter
Returns