beemydesk/Set Google Cloud Datastore Entity

Insert or update an entity in Google Cloud Datastore

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
credentialsService account key encoded in base64.yes
project_idGoogle Cloud Project IDyes
actionAction to perform on the entity. `save` will overwrite the whole entity, while `merge` will keep the existing properties not specified here.yessave
entity_kindKind of entityyes
entity_nameName of the entity to insert/updateyes
entity_dataJSON representation of the entity datayes

no outputs