publicfinalclass ImportedDataInfoextendsGeneratedMessageV3implementsImportedDataInfoOrBuilder
Describes data which should be imported.
Protobuf type google.cloud.bigquery.datatransfer.v1.ImportedDataInfo
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
DESTINATION_TABLE_DESCRIPTION_FIELD_NUMBER
publicstaticfinalintDESTINATION_TABLE_DESCRIPTION_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
DESTINATION_TABLE_ID_FIELD_NUMBER
publicstaticfinalintDESTINATION_TABLE_ID_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
SQL_FIELD_NUMBER
publicstaticfinalintSQL_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
TABLE_DEFS_FIELD_NUMBER
publicstaticfinalintTABLE_DEFS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
USER_DEFINED_FUNCTIONS_FIELD_NUMBER
publicstaticfinalintUSER_DEFINED_FUNCTIONS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
WRITE_DISPOSITION_FIELD_NUMBER
publicstaticfinalintWRITE_DISPOSITION_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
Static Methods
getDefaultInstance()
publicstaticImportedDataInfogetDefaultInstance()
getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()
newBuilder()
publicstaticImportedDataInfo.BuildernewBuilder()
newBuilder(ImportedDataInfo prototype)
publicstaticImportedDataInfo.BuildernewBuilder(ImportedDataInfoprototype)
publicstaticImportedDataInfoparseDelimitedFrom(InputStreaminput)
publicstaticImportedDataInfoparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
parseFrom(byte[] data)
publicstaticImportedDataInfoparseFrom(byte[]data)
| Parameter |
| Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
publicstaticImportedDataInfoparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)
parseFrom(ByteString data)
publicstaticImportedDataInfoparseFrom(ByteStringdata)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
publicstaticImportedDataInfoparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
publicstaticImportedDataInfoparseFrom(CodedInputStreaminput)
publicstaticImportedDataInfoparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
publicstaticImportedDataInfoparseFrom(InputStreaminput)
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)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
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;
| Returns |
| Type |
Description |
String |
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;
| Returns |
| Type |
Description |
String |
getDestinationTableIdBytes()
publicByteStringgetDestinationTableIdBytes()
Table where results should be written.
string destination_table_id = 2;
getParserForType()
publicParser<ImportedDataInfo>getParserForType()
Overrides
getSerializedSize()
publicintgetSerializedSize()
| Returns |
| Type |
Description |
int |
Overrides
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 |
| Type |
Description |
String |
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;
| Parameter |
| Name |
Description |
index |
int
|
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;
| Returns |
| Type |
Description |
int |
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;
| Parameter |
| Name |
Description |
index |
int
|
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;
| Returns |
| Type |
Description |
List<? extends com.google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.TableDefinitionOrBuilder> |
getUnknownFields()
publicfinalUnknownFieldSetgetUnknownFields()
Overrides
getUserDefinedFunctions(int index)
publicStringgetUserDefinedFunctions(intindex)
Inline code for User-defined function resources.
Ignored when "sql" parameter is empty.
repeated string user_defined_functions = 4;
| Parameter |
| Name |
Description |
index |
int
|
| Returns |
| Type |
Description |
String |
getUserDefinedFunctionsBytes(int index)
publicByteStringgetUserDefinedFunctionsBytes(intindex)
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()
publicintgetUserDefinedFunctionsCount()
Inline code for User-defined function resources.
Ignored when "sql" parameter is empty.
repeated string user_defined_functions = 4;
| Returns |
| Type |
Description |
int |
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;
| Returns |
| Type |
Description |
int |
hashCode()
| Returns |
| Type |
Description |
int |
Overrides
internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Overrides
isInitialized()
publicfinalbooleanisInitialized()
Overrides
newBuilderForType()
publicImportedDataInfo.BuildernewBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protectedImportedDataInfo.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)
Overrides
toBuilder()
publicImportedDataInfo.BuildertoBuilder()
writeTo(CodedOutputStream output)
publicvoidwriteTo(CodedOutputStreamoutput)
Overrides