Class BigQueryIO.DynamicRead<T>
java.lang.Object
org.apache.beam.sdk.transforms.PTransform<PCollection<BigQueryDynamicReadDescriptor>,PCollection<T>>
org.apache.beam.sdk.io.gcp.bigquery.BigQueryIO.DynamicRead<T>
- All Implemented Interfaces:
Serializable,HasDisplayData
- Enclosing class:
BigQueryIO
@Deprecated
public abstract static class BigQueryIO.DynamicRead<T>
extends PTransform<PCollection<BigQueryDynamicReadDescriptor>,PCollection<T>>
Deprecated.
this class may have breaking changes introduced, use with caution
- See Also:
-
Field Summary
Fields inherited from class org.apache.beam.sdk.transforms.PTransform
annotations, displayData, name, resourceHints -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Override this method to specify how thisPTransformshould be expanded on the givenInputT.withBadRecordErrorHandler(ErrorHandler<BadRecord, ?> badRecordErrorHandler) Deprecated.withFormat(com.google.cloud.bigquery.storage.v1.DataFormat format) Deprecated.withKmsKey(String kmsKey) Deprecated.withQueryLocation(String location) Deprecated.withQueryTempDataset(String tempDataset) Deprecated.withQueryTempProject(String tempProject) Deprecated.withTestServices(BigQueryServices testServices) Deprecated.Methods inherited from class org.apache.beam.sdk.transforms.PTransform
addAnnotation, compose, compose, getAdditionalInputs, getAnnotations, getDefaultOutputCoder, getDefaultOutputCoder, getDefaultOutputCoder, getKindString, getName, getResourceHints, populateDisplayData, setDisplayData, setResourceHints, toString, validate, validate
-
Method Details
-
withQueryLocation
Deprecated. -
withQueryTempProject
Deprecated. -
withQueryTempDataset
Deprecated. -
withKmsKey
Deprecated. -
withFormat
Deprecated. -
withBadRecordErrorHandler
public BigQueryIO.DynamicRead<T> withBadRecordErrorHandler(ErrorHandler<BadRecord, ?> badRecordErrorHandler) Deprecated. -
withTestServices
Deprecated. -
expand
Deprecated.Description copied from class:PTransformOverride this method to specify how thisPTransformshould be expanded on the givenInputT.NOTE: This method should not be called directly. Instead apply the
PTransformshould be applied to theInputTusing theapplymethod.Composite transforms, which are defined in terms of other transforms, should return the output of one of the composed transforms. Non-composite transforms, which do not apply any transforms internally, should return a new unbound output and register evaluators (via backend-specific registration methods).
- Specified by:
expandin classPTransform<PCollection<BigQueryDynamicReadDescriptor>,PCollection<T>>
-