Class ImportedDataInfo.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<ImportedDataInfo.Builder>
-
- com.google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.Builder
-
- All Implemented Interfaces:
ImportedDataInfoOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable
- Enclosing class:
- ImportedDataInfo
public static final class ImportedDataInfo.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ImportedDataInfo.Builder> implements ImportedDataInfoOrBuilder
Describes data which should be imported.
Protobuf typegoogle.cloud.bigquery.datatransfer.v1.ImportedDataInfo
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ImportedDataInfo.BuilderaddAllTableDefs(Iterable<? extends ImportedDataInfo.TableDefinition> values)When used WITHOUT the "sql" parameter, describes the schema of the destination table.ImportedDataInfo.BuilderaddAllUserDefinedFunctions(Iterable<String> values)Inline code for User-defined function resources.ImportedDataInfo.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)ImportedDataInfo.BuilderaddTableDefs(int index, ImportedDataInfo.TableDefinition value)When used WITHOUT the "sql" parameter, describes the schema of the destination table.ImportedDataInfo.BuilderaddTableDefs(int index, ImportedDataInfo.TableDefinition.Builder builderForValue)When used WITHOUT the "sql" parameter, describes the schema of the destination table.ImportedDataInfo.BuilderaddTableDefs(ImportedDataInfo.TableDefinition value)When used WITHOUT the "sql" parameter, describes the schema of the destination table.ImportedDataInfo.BuilderaddTableDefs(ImportedDataInfo.TableDefinition.Builder builderForValue)When used WITHOUT the "sql" parameter, describes the schema of the destination table.ImportedDataInfo.TableDefinition.BuilderaddTableDefsBuilder()When used WITHOUT the "sql" parameter, describes the schema of the destination table.ImportedDataInfo.TableDefinition.BuilderaddTableDefsBuilder(int index)When used WITHOUT the "sql" parameter, describes the schema of the destination table.ImportedDataInfo.BuilderaddUserDefinedFunctions(String value)Inline code for User-defined function resources.ImportedDataInfo.BuilderaddUserDefinedFunctionsBytes(com.google.protobuf.ByteString value)Inline code for User-defined function resources.ImportedDataInfobuild()ImportedDataInfobuildPartial()ImportedDataInfo.Builderclear()ImportedDataInfo.BuilderclearDestinationTableDescription()The description of a destination table.ImportedDataInfo.BuilderclearDestinationTableId()Table where results should be written.ImportedDataInfo.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)ImportedDataInfo.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)ImportedDataInfo.BuilderclearSql()SQL query to run.ImportedDataInfo.BuilderclearTableDefs()When used WITHOUT the "sql" parameter, describes the schema of the destination table.ImportedDataInfo.BuilderclearUserDefinedFunctions()Inline code for User-defined function resources.ImportedDataInfo.BuilderclearWriteDisposition()Specifies the action if the destination table already exists.ImportedDataInfo.Builderclone()ImportedDataInfogetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()StringgetDestinationTableDescription()The description of a destination table.com.google.protobuf.ByteStringgetDestinationTableDescriptionBytes()The description of a destination table.StringgetDestinationTableId()Table where results should be written.com.google.protobuf.ByteStringgetDestinationTableIdBytes()Table where results should be written.StringgetSql()SQL query to run.com.google.protobuf.ByteStringgetSqlBytes()SQL query to run.ImportedDataInfo.TableDefinitiongetTableDefs(int index)When used WITHOUT the "sql" parameter, describes the schema of the destination table.ImportedDataInfo.TableDefinition.BuildergetTableDefsBuilder(int index)When used WITHOUT the "sql" parameter, describes the schema of the destination table.List<ImportedDataInfo.TableDefinition.Builder>getTableDefsBuilderList()When used WITHOUT the "sql" parameter, describes the schema of the destination table.intgetTableDefsCount()When used WITHOUT the "sql" parameter, describes the schema of the destination table.List<ImportedDataInfo.TableDefinition>getTableDefsList()When used WITHOUT the "sql" parameter, describes the schema of the destination table.ImportedDataInfo.TableDefinitionOrBuildergetTableDefsOrBuilder(int index)When used WITHOUT the "sql" parameter, describes the schema of the destination table.List<? extends ImportedDataInfo.TableDefinitionOrBuilder>getTableDefsOrBuilderList()When used WITHOUT the "sql" parameter, describes the schema of the destination table.StringgetUserDefinedFunctions(int index)Inline code for User-defined function resources.com.google.protobuf.ByteStringgetUserDefinedFunctionsBytes(int index)Inline code for User-defined function resources.intgetUserDefinedFunctionsCount()Inline code for User-defined function resources.com.google.protobuf.ProtocolStringListgetUserDefinedFunctionsList()Inline code for User-defined function resources.WriteDispositiongetWriteDisposition()Specifies the action if the destination table already exists.intgetWriteDispositionValue()Specifies the action if the destination table already exists.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()ImportedDataInfo.BuildermergeFrom(ImportedDataInfo other)ImportedDataInfo.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)ImportedDataInfo.BuildermergeFrom(com.google.protobuf.Message other)ImportedDataInfo.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)ImportedDataInfo.BuilderremoveTableDefs(int index)When used WITHOUT the "sql" parameter, describes the schema of the destination table.ImportedDataInfo.BuildersetDestinationTableDescription(String value)The description of a destination table.ImportedDataInfo.BuildersetDestinationTableDescriptionBytes(com.google.protobuf.ByteString value)The description of a destination table.ImportedDataInfo.BuildersetDestinationTableId(String value)Table where results should be written.ImportedDataInfo.BuildersetDestinationTableIdBytes(com.google.protobuf.ByteString value)Table where results should be written.ImportedDataInfo.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)ImportedDataInfo.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)ImportedDataInfo.BuildersetSql(String value)SQL query to run.ImportedDataInfo.BuildersetSqlBytes(com.google.protobuf.ByteString value)SQL query to run.ImportedDataInfo.BuildersetTableDefs(int index, ImportedDataInfo.TableDefinition value)When used WITHOUT the "sql" parameter, describes the schema of the destination table.ImportedDataInfo.BuildersetTableDefs(int index, ImportedDataInfo.TableDefinition.Builder builderForValue)When used WITHOUT the "sql" parameter, describes the schema of the destination table.ImportedDataInfo.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)ImportedDataInfo.BuildersetUserDefinedFunctions(int index, String value)Inline code for User-defined function resources.ImportedDataInfo.BuildersetWriteDisposition(WriteDisposition value)Specifies the action if the destination table already exists.ImportedDataInfo.BuildersetWriteDispositionValue(int value)Specifies the action if the destination table already exists.-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<ImportedDataInfo.Builder>
-
clear
public ImportedDataInfo.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<ImportedDataInfo.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<ImportedDataInfo.Builder>
-
getDefaultInstanceForType
public ImportedDataInfo getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public ImportedDataInfo build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public ImportedDataInfo buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public ImportedDataInfo.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<ImportedDataInfo.Builder>
-
setField
public ImportedDataInfo.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ImportedDataInfo.Builder>
-
clearField
public ImportedDataInfo.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ImportedDataInfo.Builder>
-
clearOneof
public ImportedDataInfo.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<ImportedDataInfo.Builder>
-
setRepeatedField
public ImportedDataInfo.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ImportedDataInfo.Builder>
-
addRepeatedField
public ImportedDataInfo.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ImportedDataInfo.Builder>
-
mergeFrom
public ImportedDataInfo.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<ImportedDataInfo.Builder>
-
mergeFrom
public ImportedDataInfo.Builder mergeFrom(ImportedDataInfo other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<ImportedDataInfo.Builder>
-
mergeFrom
public ImportedDataInfo.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<ImportedDataInfo.Builder>- Throws:
IOException
-
getSql
public 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;- Specified by:
getSqlin interfaceImportedDataInfoOrBuilder
-
getSqlBytes
public com.google.protobuf.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;- Specified by:
getSqlBytesin interfaceImportedDataInfoOrBuilder
-
setSql
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;
-
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;
-
setSqlBytes
public ImportedDataInfo.Builder setSqlBytes(com.google.protobuf.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;
-
getDestinationTableId
public String getDestinationTableId()
Table where results should be written.
string destination_table_id = 2;- Specified by:
getDestinationTableIdin interfaceImportedDataInfoOrBuilder
-
getDestinationTableIdBytes
public com.google.protobuf.ByteString getDestinationTableIdBytes()
Table where results should be written.
string destination_table_id = 2;- Specified by:
getDestinationTableIdBytesin interfaceImportedDataInfoOrBuilder
-
setDestinationTableId
public ImportedDataInfo.Builder setDestinationTableId(String value)
Table where results should be written.
string destination_table_id = 2;
-
clearDestinationTableId
public ImportedDataInfo.Builder clearDestinationTableId()
Table where results should be written.
string destination_table_id = 2;
-
setDestinationTableIdBytes
public ImportedDataInfo.Builder setDestinationTableIdBytes(com.google.protobuf.ByteString value)
Table where results should be written.
string destination_table_id = 2;
-
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;- Specified by:
getDestinationTableDescriptionin interfaceImportedDataInfoOrBuilder
-
getDestinationTableDescriptionBytes
public com.google.protobuf.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;- Specified by:
getDestinationTableDescriptionBytesin interfaceImportedDataInfoOrBuilder
-
setDestinationTableDescription
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;
-
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;
-
setDestinationTableDescriptionBytes
public ImportedDataInfo.Builder setDestinationTableDescriptionBytes(com.google.protobuf.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;
-
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;- Specified by:
getTableDefsListin interfaceImportedDataInfoOrBuilder
-
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;- Specified by:
getTableDefsCountin interfaceImportedDataInfoOrBuilder
-
getTableDefs
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;- Specified by:
getTableDefsin interfaceImportedDataInfoOrBuilder
-
setTableDefs
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
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;
-
addTableDefs
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
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
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
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;
-
addAllTableDefs
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;
-
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;
-
removeTableDefs
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;
-
getTableDefsBuilder
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;
-
getTableDefsOrBuilder
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;- Specified by:
getTableDefsOrBuilderin interfaceImportedDataInfoOrBuilder
-
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;- Specified by:
getTableDefsOrBuilderListin interfaceImportedDataInfoOrBuilder
-
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
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;
-
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;
-
getUserDefinedFunctionsList
public com.google.protobuf.ProtocolStringList getUserDefinedFunctionsList()
Inline code for User-defined function resources. Ignored when "sql" parameter is empty.
repeated string user_defined_functions = 4;- Specified by:
getUserDefinedFunctionsListin interfaceImportedDataInfoOrBuilder
-
getUserDefinedFunctionsCount
public int getUserDefinedFunctionsCount()
Inline code for User-defined function resources. Ignored when "sql" parameter is empty.
repeated string user_defined_functions = 4;- Specified by:
getUserDefinedFunctionsCountin interfaceImportedDataInfoOrBuilder
-
getUserDefinedFunctions
public String getUserDefinedFunctions(int index)
Inline code for User-defined function resources. Ignored when "sql" parameter is empty.
repeated string user_defined_functions = 4;- Specified by:
getUserDefinedFunctionsin interfaceImportedDataInfoOrBuilder
-
getUserDefinedFunctionsBytes
public com.google.protobuf.ByteString getUserDefinedFunctionsBytes(int index)
Inline code for User-defined function resources. Ignored when "sql" parameter is empty.
repeated string user_defined_functions = 4;- Specified by:
getUserDefinedFunctionsBytesin interfaceImportedDataInfoOrBuilder
-
setUserDefinedFunctions
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;
-
addUserDefinedFunctions
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;
-
addAllUserDefinedFunctions
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;
-
clearUserDefinedFunctions
public ImportedDataInfo.Builder clearUserDefinedFunctions()
Inline code for User-defined function resources. Ignored when "sql" parameter is empty.
repeated string user_defined_functions = 4;
-
addUserDefinedFunctionsBytes
public ImportedDataInfo.Builder addUserDefinedFunctionsBytes(com.google.protobuf.ByteString value)
Inline code for User-defined function resources. Ignored when "sql" parameter is empty.
repeated string user_defined_functions = 4;
-
getWriteDispositionValue
public int getWriteDispositionValue()
Specifies the action if the destination table already exists.
.google.cloud.bigquery.datatransfer.v1.WriteDisposition write_disposition = 6;- Specified by:
getWriteDispositionValuein interfaceImportedDataInfoOrBuilder
-
setWriteDispositionValue
public ImportedDataInfo.Builder setWriteDispositionValue(int value)
Specifies the action if the destination table already exists.
.google.cloud.bigquery.datatransfer.v1.WriteDisposition write_disposition = 6;
-
getWriteDisposition
public WriteDisposition getWriteDisposition()
Specifies the action if the destination table already exists.
.google.cloud.bigquery.datatransfer.v1.WriteDisposition write_disposition = 6;- Specified by:
getWriteDispositionin interfaceImportedDataInfoOrBuilder
-
setWriteDisposition
public ImportedDataInfo.Builder setWriteDisposition(WriteDisposition value)
Specifies the action if the destination table already exists.
.google.cloud.bigquery.datatransfer.v1.WriteDisposition write_disposition = 6;
-
clearWriteDisposition
public ImportedDataInfo.Builder clearWriteDisposition()
Specifies the action if the destination table already exists.
.google.cloud.bigquery.datatransfer.v1.WriteDisposition write_disposition = 6;
-
setUnknownFields
public final ImportedDataInfo.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<ImportedDataInfo.Builder>
-
mergeUnknownFields
public final ImportedDataInfo.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<ImportedDataInfo.Builder>
-
-