Uses of Class
com.google.cloud.bigquery.datatransfer.v1.ImportedDataInfo
-
Packages that use ImportedDataInfo Package Description com.google.cloud.bigquery.datatransfer.v1 A client to BigQuery Data Transfer API -
-
Uses of ImportedDataInfo in com.google.cloud.bigquery.datatransfer.v1
Methods in com.google.cloud.bigquery.datatransfer.v1 that return ImportedDataInfo Modifier and Type Method Description ImportedDataInfo
ImportedDataInfo.Builder. build()
ImportedDataInfo
ImportedDataInfo.Builder. buildPartial()
static ImportedDataInfo
ImportedDataInfo. getDefaultInstance()
ImportedDataInfo
ImportedDataInfo.Builder. getDefaultInstanceForType()
ImportedDataInfo
ImportedDataInfo. getDefaultInstanceForType()
ImportedDataInfo
StartBigQueryJobsRequest.Builder. getImportedData(int index)
Import jobs which should be started and monitored.ImportedDataInfo
StartBigQueryJobsRequest. getImportedData(int index)
Import jobs which should be started and monitored.ImportedDataInfo
StartBigQueryJobsRequestOrBuilder. getImportedData(int index)
Import jobs which should be started and monitored.static ImportedDataInfo
ImportedDataInfo. parseDelimitedFrom(InputStream input)
static ImportedDataInfo
ImportedDataInfo. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImportedDataInfo
ImportedDataInfo. parseFrom(byte[] data)
static ImportedDataInfo
ImportedDataInfo. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImportedDataInfo
ImportedDataInfo. parseFrom(com.google.protobuf.ByteString data)
static ImportedDataInfo
ImportedDataInfo. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImportedDataInfo
ImportedDataInfo. parseFrom(com.google.protobuf.CodedInputStream input)
static ImportedDataInfo
ImportedDataInfo. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImportedDataInfo
ImportedDataInfo. parseFrom(InputStream input)
static ImportedDataInfo
ImportedDataInfo. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImportedDataInfo
ImportedDataInfo. parseFrom(ByteBuffer data)
static ImportedDataInfo
ImportedDataInfo. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.bigquery.datatransfer.v1 that return types with arguments of type ImportedDataInfo Modifier and Type Method Description List<ImportedDataInfo>
StartBigQueryJobsRequest.Builder. getImportedDataList()
Import jobs which should be started and monitored.List<ImportedDataInfo>
StartBigQueryJobsRequest. getImportedDataList()
Import jobs which should be started and monitored.List<ImportedDataInfo>
StartBigQueryJobsRequestOrBuilder. getImportedDataList()
Import jobs which should be started and monitored.com.google.protobuf.Parser<ImportedDataInfo>
ImportedDataInfo. getParserForType()
static com.google.protobuf.Parser<ImportedDataInfo>
ImportedDataInfo. parser()
Methods in com.google.cloud.bigquery.datatransfer.v1 with parameters of type ImportedDataInfo Modifier and Type Method Description StartBigQueryJobsRequest.Builder
StartBigQueryJobsRequest.Builder. addImportedData(int index, ImportedDataInfo value)
Import jobs which should be started and monitored.StartBigQueryJobsRequest.Builder
StartBigQueryJobsRequest.Builder. addImportedData(ImportedDataInfo value)
Import jobs which should be started and monitored.ImportedDataInfo.Builder
ImportedDataInfo.Builder. mergeFrom(ImportedDataInfo other)
static ImportedDataInfo.Builder
ImportedDataInfo. newBuilder(ImportedDataInfo prototype)
StartBigQueryJobsRequest.Builder
StartBigQueryJobsRequest.Builder. setImportedData(int index, ImportedDataInfo value)
Import jobs which should be started and monitored.Method parameters in com.google.cloud.bigquery.datatransfer.v1 with type arguments of type ImportedDataInfo Modifier and Type Method Description StartBigQueryJobsRequest.Builder
StartBigQueryJobsRequest.Builder. addAllImportedData(Iterable<? extends ImportedDataInfo> values)
Import jobs which should be started and monitored.
-