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
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
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>
|
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;
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ImportedDataInfo.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
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;
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;
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;
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;
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;
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 |
---|
Name | Description |
index | int
|
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 |
---|
Name | Description |
value | String
|
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;
build()
public ImportedDataInfo build()
buildPartial()
public ImportedDataInfo buildPartial()
clear()
public ImportedDataInfo.Builder clear()
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;
clearDestinationTableId()
public ImportedDataInfo.Builder clearDestinationTableId()
Table where results should be written.
string destination_table_id = 2;
clearField(Descriptors.FieldDescriptor field)
public ImportedDataInfo.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public ImportedDataInfo.Builder clearOneof(Descriptors.OneofDescriptor oneof)
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;
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;
clearUserDefinedFunctions()
public ImportedDataInfo.Builder clearUserDefinedFunctions()
Inline code for User-defined function resources.
Ignored when "sql" parameter is empty.
repeated string user_defined_functions = 4;
clearWriteDisposition()
public ImportedDataInfo.Builder clearWriteDisposition()
Specifies the action if the destination table already exists.
.google.cloud.bigquery.datatransfer.v1.WriteDisposition write_disposition = 6;
clone()
public ImportedDataInfo.Builder clone()
Overrides
getDefaultInstanceForType()
public ImportedDataInfo getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
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;
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;
getDestinationTableId()
public String getDestinationTableId()
Table where results should be written.
string destination_table_id = 2;
getDestinationTableIdBytes()
public ByteString getDestinationTableIdBytes()
Table where results should be written.
string destination_table_id = 2;
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;
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;
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 |
---|
Name | Description |
index | int
|
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 |
---|
Name | Description |
index | int
|
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;
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 |
---|
Type | Description |
int | |
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;
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 |
---|
Name | Description |
index | int
|
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 |
---|
Name | Description |
index | int
|
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 |
---|
Name | Description |
index | int
|
getUserDefinedFunctionsCount()
public 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 ProtocolStringList getUserDefinedFunctionsList()
Inline code for User-defined function resources.
Ignored when "sql" parameter is empty.
repeated string user_defined_functions = 4;
getWriteDisposition()
public WriteDisposition getWriteDisposition()
Specifies the action if the destination table already exists.
.google.cloud.bigquery.datatransfer.v1.WriteDisposition write_disposition = 6;
getWriteDispositionValue()
public int getWriteDispositionValue()
Specifies the action if the destination table already exists.
.google.cloud.bigquery.datatransfer.v1.WriteDisposition write_disposition = 6;
Returns |
---|
Type | Description |
int | |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(ImportedDataInfo other)
public ImportedDataInfo.Builder mergeFrom(ImportedDataInfo other)
public ImportedDataInfo.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public ImportedDataInfo.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ImportedDataInfo.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
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 |
---|
Name | Description |
index | int
|
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 |
---|
Name | Description |
value | String
|
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;
setDestinationTableId(String value)
public ImportedDataInfo.Builder setDestinationTableId(String value)
Table where results should be written.
string destination_table_id = 2;
Parameter |
---|
Name | Description |
value | String
|
setDestinationTableIdBytes(ByteString value)
public ImportedDataInfo.Builder setDestinationTableIdBytes(ByteString value)
Table where results should be written.
string destination_table_id = 2;
setField(Descriptors.FieldDescriptor field, Object value)
public ImportedDataInfo.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ImportedDataInfo.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
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 |
---|
Name | Description |
value | String
|
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;
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;
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;
setUnknownFields(UnknownFieldSet unknownFields)
public final ImportedDataInfo.Builder setUnknownFields(UnknownFieldSet unknownFields)
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;
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;
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 |
---|
Name | Description |
value | int
|