OCNORA

Google Cloud Datastore

Google CloudOAuth 2.0credential probe

Look up, query and upsert entities in Google Cloud Datastore (Google OAuth2).

OCNORA ships 4 typed Google Cloud Datastore operations. Each node has a schema-driven form, input and output tables beside its settings, and is pre-flighted by Workflow Health before your first real run.

Operations 4

  • Delete Entity
    Delete a Datastore entity by key.
    cloud_datastore.delete
  • Lookup
    Look up Datastore entities by key and return them as plain JSON.
    cloud_datastore.lookup
  • Run Query
    Run a GQL query against Datastore and return plain entities.
    cloud_datastore.run_query
  • Upsert Entity
    Create or overwrite a Datastore entity from plain JSON properties.
    cloud_datastore.upsert

Run your first Google Cloud Datastore workflow today.

Create a free workspace, add the connection, pick a template or describe the workflow to Build with AI. Workflow Health checks it before it runs.