public static final class ImportedDataInfo.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ImportedDataInfo.Builder> implements ImportedDataInfoOrBuilder
Describes data which should be imported.Protobuf type
google.cloud.bigquery.datatransfer.v1.ImportedDataInfo| Modifier and Type | Method and Description |
|---|---|
ImportedDataInfo.Builder |
addAllTableDefs(Iterable<? extends ImportedDataInfo.TableDefinition> values)
When used WITHOUT the "sql" parameter, describes the schema of the
destination table.
|
ImportedDataInfo.Builder |
addAllUserDefinedFunctions(Iterable<String> values)
Inline code for User-defined function resources.
|
ImportedDataInfo.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ImportedDataInfo.Builder |
addTableDefs(ImportedDataInfo.TableDefinition.Builder builderForValue)
When used WITHOUT the "sql" parameter, describes the schema of the
destination table.
|
ImportedDataInfo.Builder |
addTableDefs(ImportedDataInfo.TableDefinition value)
When used WITHOUT the "sql" parameter, describes the schema of the
destination table.
|
ImportedDataInfo.Builder |
addTableDefs(int index,
ImportedDataInfo.TableDefinition.Builder builderForValue)
When used WITHOUT the "sql" parameter, describes the schema of the
destination table.
|
ImportedDataInfo.Builder |
addTableDefs(int index,
ImportedDataInfo.TableDefinition value)
When used WITHOUT the "sql" parameter, describes the schema of the
destination table.
|
ImportedDataInfo.TableDefinition.Builder |
addTableDefsBuilder()
When used WITHOUT the "sql" parameter, describes the schema of the
destination table.
|
ImportedDataInfo.TableDefinition.Builder |
addTableDefsBuilder(int index)
When used WITHOUT the "sql" parameter, describes the schema of the
destination table.
|
ImportedDataInfo.Builder |
addUserDefinedFunctions(String value)
Inline code for User-defined function resources.
|
ImportedDataInfo.Builder |
addUserDefinedFunctionsBytes(com.google.protobuf.ByteString value)
Inline code for User-defined function resources.
|
ImportedDataInfo |
build() |
ImportedDataInfo |
buildPartial() |
ImportedDataInfo.Builder |
clear() |
ImportedDataInfo.Builder |
clearDestinationTableDescription()
The description of a destination table.
|
ImportedDataInfo.Builder |
clearDestinationTableId()
Table where results should be written.
|
ImportedDataInfo.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
ImportedDataInfo.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ImportedDataInfo.Builder |
clearSql()
SQL query to run.
|
ImportedDataInfo.Builder |
clearTableDefs()
When used WITHOUT the "sql" parameter, describes the schema of the
destination table.
|
ImportedDataInfo.Builder |
clearUserDefinedFunctions()
Inline code for User-defined function resources.
|
ImportedDataInfo.Builder |
clearWriteDisposition()
Specifies the action if the destination table already exists.
|
ImportedDataInfo.Builder |
clone() |
ImportedDataInfo |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getDestinationTableDescription()
The description of a destination table.
|
com.google.protobuf.ByteString |
getDestinationTableDescriptionBytes()
The description of a destination table.
|
String |
getDestinationTableId()
Table where results should be written.
|
com.google.protobuf.ByteString |
getDestinationTableIdBytes()
Table where results should be written.
|
String |
getSql()
SQL query to run.
|
com.google.protobuf.ByteString |
getSqlBytes()
SQL query to run.
|
ImportedDataInfo.TableDefinition |
getTableDefs(int index)
When used WITHOUT the "sql" parameter, describes the schema of the
destination table.
|
ImportedDataInfo.TableDefinition.Builder |
getTableDefsBuilder(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.
|
int |
getTableDefsCount()
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.TableDefinitionOrBuilder |
getTableDefsOrBuilder(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.
|
String |
getUserDefinedFunctions(int index)
Inline code for User-defined function resources.
|
com.google.protobuf.ByteString |
getUserDefinedFunctionsBytes(int index)
Inline code for User-defined function resources.
|
int |
getUserDefinedFunctionsCount()
Inline code for User-defined function resources.
|
com.google.protobuf.ProtocolStringList |
getUserDefinedFunctionsList()
Inline code for User-defined function resources.
|
WriteDisposition |
getWriteDisposition()
Specifies the action if the destination table already exists.
|
int |
getWriteDispositionValue()
Specifies the action if the destination table already exists.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ImportedDataInfo.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ImportedDataInfo.Builder |
mergeFrom(ImportedDataInfo other) |
ImportedDataInfo.Builder |
mergeFrom(com.google.protobuf.Message other) |
ImportedDataInfo.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ImportedDataInfo.Builder |
removeTableDefs(int index)
When used WITHOUT the "sql" parameter, describes the schema of the
destination table.
|
ImportedDataInfo.Builder |
setDestinationTableDescription(String value)
The description of a destination table.
|
ImportedDataInfo.Builder |
setDestinationTableDescriptionBytes(com.google.protobuf.ByteString value)
The description of a destination table.
|
ImportedDataInfo.Builder |
setDestinationTableId(String value)
Table where results should be written.
|
ImportedDataInfo.Builder |
setDestinationTableIdBytes(com.google.protobuf.ByteString value)
Table where results should be written.
|
ImportedDataInfo.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ImportedDataInfo.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ImportedDataInfo.Builder |
setSql(String value)
SQL query to run.
|
ImportedDataInfo.Builder |
setSqlBytes(com.google.protobuf.ByteString value)
SQL query to run.
|
ImportedDataInfo.Builder |
setTableDefs(int index,
ImportedDataInfo.TableDefinition.Builder builderForValue)
When used WITHOUT the "sql" parameter, describes the schema of the
destination table.
|
ImportedDataInfo.Builder |
setTableDefs(int index,
ImportedDataInfo.TableDefinition value)
When used WITHOUT the "sql" parameter, describes the schema of the
destination table.
|
ImportedDataInfo.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ImportedDataInfo.Builder |
setUserDefinedFunctions(int index,
String value)
Inline code for User-defined function resources.
|
ImportedDataInfo.Builder |
setWriteDisposition(WriteDisposition value)
Specifies the action if the destination table already exists.
|
ImportedDataInfo.Builder |
setWriteDispositionValue(int value)
Specifies the action if the destination table already exists.
|
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<ImportedDataInfo.Builder>public ImportedDataInfo.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<ImportedDataInfo.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<ImportedDataInfo.Builder>public ImportedDataInfo getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic ImportedDataInfo build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic ImportedDataInfo buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic ImportedDataInfo.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<ImportedDataInfo.Builder>public ImportedDataInfo.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<ImportedDataInfo.Builder>public ImportedDataInfo.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<ImportedDataInfo.Builder>public ImportedDataInfo.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<ImportedDataInfo.Builder>public ImportedDataInfo.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ImportedDataInfo.Builder>public ImportedDataInfo.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ImportedDataInfo.Builder>public ImportedDataInfo.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ImportedDataInfo.Builder>public ImportedDataInfo.Builder mergeFrom(ImportedDataInfo other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ImportedDataInfo.Builder>public ImportedDataInfo.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ImportedDataInfo.Builder>IOExceptionpublic 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;getSql in interface ImportedDataInfoOrBuilderpublic 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;getSqlBytes in interface ImportedDataInfoOrBuilderpublic 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;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;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;public String getDestinationTableId()
Table where results should be written.
string destination_table_id = 2;getDestinationTableId in interface ImportedDataInfoOrBuilderpublic com.google.protobuf.ByteString getDestinationTableIdBytes()
Table where results should be written.
string destination_table_id = 2;getDestinationTableIdBytes in interface ImportedDataInfoOrBuilderpublic ImportedDataInfo.Builder setDestinationTableId(String value)
Table where results should be written.
string destination_table_id = 2;public ImportedDataInfo.Builder clearDestinationTableId()
Table where results should be written.
string destination_table_id = 2;public ImportedDataInfo.Builder setDestinationTableIdBytes(com.google.protobuf.ByteString value)
Table where results should be written.
string destination_table_id = 2;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;getDestinationTableDescription in interface ImportedDataInfoOrBuilderpublic 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;getDestinationTableDescriptionBytes in interface ImportedDataInfoOrBuilderpublic 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;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;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;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;
getTableDefsList in interface ImportedDataInfoOrBuilderpublic 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;
getTableDefsCount in interface ImportedDataInfoOrBuilderpublic 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;
getTableDefs in interface ImportedDataInfoOrBuilderpublic 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;
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;
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;
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;
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;
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;
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;
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;
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;
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;
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;
getTableDefsOrBuilder in interface ImportedDataInfoOrBuilderpublic 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;
getTableDefsOrBuilderList in interface ImportedDataInfoOrBuilderpublic 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;
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;
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;
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;getUserDefinedFunctionsList in interface ImportedDataInfoOrBuilderpublic int getUserDefinedFunctionsCount()
Inline code for User-defined function resources. Ignored when "sql" parameter is empty.
repeated string user_defined_functions = 4;getUserDefinedFunctionsCount in interface ImportedDataInfoOrBuilderpublic String getUserDefinedFunctions(int index)
Inline code for User-defined function resources. Ignored when "sql" parameter is empty.
repeated string user_defined_functions = 4;getUserDefinedFunctions in interface ImportedDataInfoOrBuilderpublic 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;getUserDefinedFunctionsBytes in interface ImportedDataInfoOrBuilderpublic 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;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;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;public ImportedDataInfo.Builder clearUserDefinedFunctions()
Inline code for User-defined function resources. Ignored when "sql" parameter is empty.
repeated string user_defined_functions = 4;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;public int getWriteDispositionValue()
Specifies the action if the destination table already exists.
.google.cloud.bigquery.datatransfer.v1.WriteDisposition write_disposition = 6;getWriteDispositionValue in interface ImportedDataInfoOrBuilderpublic ImportedDataInfo.Builder setWriteDispositionValue(int value)
Specifies the action if the destination table already exists.
.google.cloud.bigquery.datatransfer.v1.WriteDisposition write_disposition = 6;public WriteDisposition getWriteDisposition()
Specifies the action if the destination table already exists.
.google.cloud.bigquery.datatransfer.v1.WriteDisposition write_disposition = 6;getWriteDisposition in interface ImportedDataInfoOrBuilderpublic ImportedDataInfo.Builder setWriteDisposition(WriteDisposition value)
Specifies the action if the destination table already exists.
.google.cloud.bigquery.datatransfer.v1.WriteDisposition write_disposition = 6;public ImportedDataInfo.Builder clearWriteDisposition()
Specifies the action if the destination table already exists.
.google.cloud.bigquery.datatransfer.v1.WriteDisposition write_disposition = 6;public final ImportedDataInfo.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ImportedDataInfo.Builder>public final ImportedDataInfo.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ImportedDataInfo.Builder>Copyright © 2023 Google LLC. All rights reserved.