gogol icon indicating copy to clipboard operation
gogol copied to clipboard

Feature request: support viewing and setting labels

Open guoshimin opened this issue 8 years ago • 2 comments

Currently only tags are supported. It used to be that tags and labels are coupled somehow. It's no longer the case: https://cloud.google.com/compute/docs/labeling-resources#labels_tags

guoshimin avatar Oct 12 '17 19:10 guoshimin

Looks like it's a simple matter of getting the model jsons from the go sdk, and regenerate the Haskell code from them. Since the contributor guide says not to submit PRs for generated code, it would be up to the owners of this project to run the codegen step in CI and update the code.

guoshimin avatar Oct 13 '17 04:10 guoshimin

This is done in 0.5.0 from what I can tell so I guess the issue can be closed. @brendanhay

denibertovic avatar Nov 19 '19 13:11 denibertovic