brendanhay/gogol

Feature request: support viewing and setting labels

Opened this issue · 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

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.

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