Class ImportedDataInfo (2.10.0)
Stay organized with collections
Save and categorize content based on your preferences.
- 2.78.0 (latest)
- 2.76.0
- 2.75.0
- 2.74.0
- 2.73.0
- 2.72.0
- 2.70.0
- 2.68.0
- 2.67.0
- 2.64.0
- 2.63.0
- 2.62.0
- 2.60.0
- 2.59.0
- 2.58.0
- 2.57.0
- 2.56.0
- 2.55.0
- 2.54.0
- 2.53.0
- 2.52.0
- 2.51.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.39.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.27.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.17
- 2.2.6
- 2.1.23
- 2.0.27
publicfinalclass ImportedDataInfoextendsGeneratedMessageV3implementsImportedDataInfoOrBuilderDescribes data which should be imported.
Protobuf type google.cloud.bigquery.datatransfer.v1.ImportedDataInfo
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > ImportedDataInfoImplements
ImportedDataInfoOrBuilderInherited Members
Static Fields
DESTINATION_TABLE_DESCRIPTION_FIELD_NUMBER
publicstaticfinalintDESTINATION_TABLE_DESCRIPTION_FIELD_NUMBERDESTINATION_TABLE_ID_FIELD_NUMBER
publicstaticfinalintDESTINATION_TABLE_ID_FIELD_NUMBERSQL_FIELD_NUMBER
publicstaticfinalintSQL_FIELD_NUMBERTABLE_DEFS_FIELD_NUMBER
publicstaticfinalintTABLE_DEFS_FIELD_NUMBERUSER_DEFINED_FUNCTIONS_FIELD_NUMBER
publicstaticfinalintUSER_DEFINED_FUNCTIONS_FIELD_NUMBERWRITE_DISPOSITION_FIELD_NUMBER
publicstaticfinalintWRITE_DISPOSITION_FIELD_NUMBERStatic Methods
getDefaultInstance()
publicstaticImportedDataInfogetDefaultInstance()getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()newBuilder()
publicstaticImportedDataInfo.BuildernewBuilder()newBuilder(ImportedDataInfo prototype)
publicstaticImportedDataInfo.BuildernewBuilder(ImportedDataInfoprototype)parseDelimitedFrom(InputStream input)
publicstaticImportedDataInfoparseDelimitedFrom(InputStreaminput)parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
publicstaticImportedDataInfoparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)parseFrom(byte[] data)
publicstaticImportedDataInfoparseFrom(byte[]data)data
byte[]parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
publicstaticImportedDataInfoparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)data
byte[]parseFrom(ByteString data)
publicstaticImportedDataInfoparseFrom(ByteStringdata)parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
publicstaticImportedDataInfoparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)parseFrom(CodedInputStream input)
publicstaticImportedDataInfoparseFrom(CodedInputStreaminput)parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
publicstaticImportedDataInfoparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)parseFrom(InputStream input)
publicstaticImportedDataInfoparseFrom(InputStreaminput)parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
publicstaticImportedDataInfoparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)parseFrom(ByteBuffer data)
publicstaticImportedDataInfoparseFrom(ByteBufferdata)parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
publicstaticImportedDataInfoparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)parser()
publicstaticParser<ImportedDataInfo>parser()Methods
equals(Object obj)
publicbooleanequals(Objectobj)getDefaultInstanceForType()
publicImportedDataInfogetDefaultInstanceForType()getDestinationTableDescription()
publicStringgetDestinationTableDescription()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()
publicByteStringgetDestinationTableDescriptionBytes()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()
publicStringgetDestinationTableId()Table where results should be written.
string destination_table_id = 2;
getDestinationTableIdBytes()
publicByteStringgetDestinationTableIdBytes()Table where results should be written.
string destination_table_id = 2;
getParserForType()
publicParser<ImportedDataInfo>getParserForType()getSerializedSize()
publicintgetSerializedSize()getSql()
publicStringgetSql()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()
publicByteStringgetSqlBytes()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)
publicImportedDataInfo.TableDefinitiongetTableDefs(intindex)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()
publicintgetTableDefsCount()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()
publicList<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)
publicImportedDataInfo.TableDefinitionOrBuildergetTableDefsOrBuilder(intindex)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()
publicList<?extendsImportedDataInfo.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;
List<? extends com.google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.TableDefinitionOrBuilder>
getUnknownFields()
publicfinalUnknownFieldSetgetUnknownFields()getUserDefinedFunctions(int index)
publicStringgetUserDefinedFunctions(intindex)Inline code for User-defined function resources. Ignored when "sql" parameter is empty.
repeated string user_defined_functions = 4;
getUserDefinedFunctionsBytes(int index)
publicByteStringgetUserDefinedFunctionsBytes(intindex)Inline code for User-defined function resources. Ignored when "sql" parameter is empty.
repeated string user_defined_functions = 4;
getUserDefinedFunctionsCount()
publicintgetUserDefinedFunctionsCount()Inline code for User-defined function resources. Ignored when "sql" parameter is empty.
repeated string user_defined_functions = 4;
getUserDefinedFunctionsList()
publicProtocolStringListgetUserDefinedFunctionsList()Inline code for User-defined function resources. Ignored when "sql" parameter is empty.
repeated string user_defined_functions = 4;
getWriteDisposition()
publicWriteDispositiongetWriteDisposition()Specifies the action if the destination table already exists.
.google.cloud.bigquery.datatransfer.v1.WriteDisposition write_disposition = 6;
getWriteDispositionValue()
publicintgetWriteDispositionValue()Specifies the action if the destination table already exists.
.google.cloud.bigquery.datatransfer.v1.WriteDisposition write_disposition = 6;
hashCode()
publicinthashCode()internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()isInitialized()
publicfinalbooleanisInitialized()newBuilderForType()
publicImportedDataInfo.BuildernewBuilderForType()newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protectedImportedDataInfo.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)toBuilder()
publicImportedDataInfo.BuildertoBuilder()writeTo(CodedOutputStream output)
publicvoidwriteTo(CodedOutputStreamoutput)