Uses of Class
com.google.dataflow.v1beta3.BigQueryIODetails
-
Packages that use BigQueryIODetails Package Description com.google.dataflow.v1beta3 A client to Dataflow API -
-
Uses of BigQueryIODetails in com.google.dataflow.v1beta3
Methods in com.google.dataflow.v1beta3 that return BigQueryIODetails Modifier and Type Method Description BigQueryIODetails
BigQueryIODetails.Builder. build()
BigQueryIODetails
BigQueryIODetails.Builder. buildPartial()
BigQueryIODetails
JobMetadata.Builder. getBigqueryDetails(int index)
Identification of a BigQuery source used in the Dataflow job.BigQueryIODetails
JobMetadata. getBigqueryDetails(int index)
Identification of a BigQuery source used in the Dataflow job.BigQueryIODetails
JobMetadataOrBuilder. getBigqueryDetails(int index)
Identification of a BigQuery source used in the Dataflow job.static BigQueryIODetails
BigQueryIODetails. getDefaultInstance()
BigQueryIODetails
BigQueryIODetails.Builder. getDefaultInstanceForType()
BigQueryIODetails
BigQueryIODetails. getDefaultInstanceForType()
static BigQueryIODetails
BigQueryIODetails. parseDelimitedFrom(InputStream input)
static BigQueryIODetails
BigQueryIODetails. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BigQueryIODetails
BigQueryIODetails. parseFrom(byte[] data)
static BigQueryIODetails
BigQueryIODetails. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BigQueryIODetails
BigQueryIODetails. parseFrom(com.google.protobuf.ByteString data)
static BigQueryIODetails
BigQueryIODetails. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BigQueryIODetails
BigQueryIODetails. parseFrom(com.google.protobuf.CodedInputStream input)
static BigQueryIODetails
BigQueryIODetails. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BigQueryIODetails
BigQueryIODetails. parseFrom(InputStream input)
static BigQueryIODetails
BigQueryIODetails. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BigQueryIODetails
BigQueryIODetails. parseFrom(ByteBuffer data)
static BigQueryIODetails
BigQueryIODetails. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.dataflow.v1beta3 that return types with arguments of type BigQueryIODetails Modifier and Type Method Description List<BigQueryIODetails>
JobMetadata.Builder. getBigqueryDetailsList()
Identification of a BigQuery source used in the Dataflow job.List<BigQueryIODetails>
JobMetadata. getBigqueryDetailsList()
Identification of a BigQuery source used in the Dataflow job.List<BigQueryIODetails>
JobMetadataOrBuilder. getBigqueryDetailsList()
Identification of a BigQuery source used in the Dataflow job.com.google.protobuf.Parser<BigQueryIODetails>
BigQueryIODetails. getParserForType()
static com.google.protobuf.Parser<BigQueryIODetails>
BigQueryIODetails. parser()
Methods in com.google.dataflow.v1beta3 with parameters of type BigQueryIODetails Modifier and Type Method Description JobMetadata.Builder
JobMetadata.Builder. addBigqueryDetails(int index, BigQueryIODetails value)
Identification of a BigQuery source used in the Dataflow job.JobMetadata.Builder
JobMetadata.Builder. addBigqueryDetails(BigQueryIODetails value)
Identification of a BigQuery source used in the Dataflow job.BigQueryIODetails.Builder
BigQueryIODetails.Builder. mergeFrom(BigQueryIODetails other)
static BigQueryIODetails.Builder
BigQueryIODetails. newBuilder(BigQueryIODetails prototype)
JobMetadata.Builder
JobMetadata.Builder. setBigqueryDetails(int index, BigQueryIODetails value)
Identification of a BigQuery source used in the Dataflow job.Method parameters in com.google.dataflow.v1beta3 with type arguments of type BigQueryIODetails Modifier and Type Method Description JobMetadata.Builder
JobMetadata.Builder. addAllBigqueryDetails(Iterable<? extends BigQueryIODetails> values)
Identification of a BigQuery source used in the Dataflow job.
-