public static class DatastoreV1.DeleteEntity extends PTransform<PCollection<T>,PDone>
PTransform that deletes Entities from Cloud Datastore.DatastoreIO,
Serialized Formname| Modifier and Type | Method and Description |
|---|---|
DatastoreV1.DeleteEntity |
withLocalhost(String localhost)
Returns a new
DatastoreV1.DeleteEntity that deletes entities from the Cloud Datastore Emulator
running locally on the specified host port. |
DatastoreV1.DeleteEntity |
withProjectId(String projectId)
Returns a new
DatastoreV1.DeleteEntity that deletes entities from the Cloud Datastore for the
specified project. |
DatastoreV1.DeleteEntity |
withProjectId(ValueProvider<String> projectId)
Same as
withProjectId(String) but with a ValueProvider. |
getAdditionalInputs, getDefaultOutputCoder, getDefaultOutputCoder, getDefaultOutputCoder, getKindString, getName, validatepublic DatastoreV1.DeleteEntity withProjectId(String projectId)
DatastoreV1.DeleteEntity that deletes entities from the Cloud Datastore for the
specified project.public DatastoreV1.DeleteEntity withProjectId(ValueProvider<String> projectId)
withProjectId(String) but with a ValueProvider.public DatastoreV1.DeleteEntity withLocalhost(String localhost)
DatastoreV1.DeleteEntity that deletes entities from the Cloud Datastore Emulator
running locally on the specified host port.Copyright © 2016–2017 The Apache Software Foundation. All rights reserved.