beemydesk/Set Google Cloud Datastore Entity
Insert or update an entity in Google Cloud Datastore
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| credentials | Service account key encoded in base64. | yes | — |
| project_id | Google Cloud Project ID | yes | — |
| action | Action to perform on the entity. `save` will overwrite the whole entity, while `merge` will keep the existing properties not specified here. | yes | save |
| entity_kind | Kind of entity | yes | — |
| entity_name | Name of the entity to insert/update | yes | — |
| entity_data | JSON representation of the entity data | yes | — |
Outputs
no outputs