Feature Request P2
Status Update
Comments
wu...@google.com <wu...@google.com> #2
Thanks for the report. I will route this to the appropriate internal team and update this when I hear back from them.
No update yet.
Thanks for the report. I will route this to the appropriate internal team and update this when I hear back from them.
Description
When creating a feed using the Asset Change API, would like the json payload to include a methodName value in the payload. This will more easily allow determination on what action occurred such as create, update, delete.
Example: using asset change payloads...
"priorAssetState": "DOES_NOT_EXIST"
."priorAssetState": "PRESENT"
and ALSO adds an attribute"deleted": true
.What you would like to accomplish: Would like a consistent, straightforward means to programmatically work with AssetChangeAPI message payloads.
How this might work: Add a consistent payload attribute to convey the type of change that has occurred.
If applicable, reasons why alternative solutions are not sufficient: The change type or reason is either not included or inconsistent among resource types (e.g. Project, Bucket, Instance, etc).
Other information (workarounds you have tried, documentation consulted, etc):