Google Cloud Dataflow SDK for Java, version 1.9.1
com.google.cloud.dataflow.sdk.io.datastore
Class DatastoreV1.DeleteKey
- java.lang.Object
-
- com.google.cloud.dataflow.sdk.transforms.PTransform<PCollection<T>,PDone>
-
- com.google.cloud.dataflow.sdk.io.datastore.DatastoreV1.DeleteKey
-
- All Implemented Interfaces:
- HasDisplayData, Serializable
- Enclosing class:
- DatastoreV1
public static class DatastoreV1.DeleteKey extends PTransform<PCollection<T>,PDone>
- See Also:
DatastoreIO
, Serialized Form
-
-
Field Summary
-
Fields inherited from class com.google.cloud.dataflow.sdk.transforms.PTransform
name
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description DatastoreV1.DeleteKey
withProjectId(String projectId)
Returns a newDatastoreV1.DeleteKey
that deletes entities from the Cloud Datastore for the specified project.-
Methods inherited from class com.google.cloud.dataflow.sdk.transforms.PTransform
getDefaultOutputCoder, getDefaultOutputCoder, getDefaultOutputCoder, getKindString, getName
-
-
-
-
Method Detail
-
withProjectId
public DatastoreV1.DeleteKey withProjectId(String projectId)
Returns a newDatastoreV1.DeleteKey
that deletes entities from the Cloud Datastore for the specified project.
-
-