Class DatastoreV1.DeleteEntityWithSummary

java.lang.Object
org.apache.beam.sdk.transforms.PTransform<PCollection<com.google.datastore.v1.Entity>,PCollection<DatastoreV1.WriteSuccessSummary>>
org.apache.beam.sdk.io.gcp.datastore.DatastoreV1.DeleteEntityWithSummary
All Implemented Interfaces:
Serializable, HasDisplayData
Enclosing class:
DatastoreV1

public static class DatastoreV1.DeleteEntityWithSummary extends PTransform<PCollection<com.google.datastore.v1.Entity>,PCollection<DatastoreV1.WriteSuccessSummary>>
A PTransform that deletes Entities from Cloud Datastore and returns DatastoreV1.WriteSuccessSummary for each successful write.
See Also: