Class DatastoreV1.DeleteKeyWithSummary

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

public static class DatastoreV1.DeleteKeyWithSummary extends PTransform<PCollection<com.google.datastore.v1.Key>,PCollection<DatastoreV1.WriteSuccessSummary>>
A PTransform that deletes Entities associated with the given Keys from Cloud Datastore and returns DatastoreV1.WriteSuccessSummary for each successful delete.
See Also: