Apply new labels model to resources
Community Note
- Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
- Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
- If you are interested in working on this issue or have submitted a pull request, please leave a comment. If the issue is assigned to the "modular-magician" user, it is either in the process of being autogenerated, or is planned to be autogenerated soon. If the issue is assigned to a user, that user is claiming responsibility for the issue. If the issue is assigned to "hashibot", a community member has claimed the issue already.
Description
In the next major release, apply the new labels model to resources by using the type KeyValueLabels
-
labelsfield ingoogle_edgenetwork_network -
labelsfield ingoogle_edgenetwork_subnet
I'd say this is comparable to #1672. It's a very reasonable feature request, but would entail more involved client-side logic than we usually include in this library, which is a fairly thin client. I'll raise internally whether this can be prioritized.
@tritone Can you please ask internally about the similar request to add this in google-cloud-ruby as well?
googleapis/google-cloud-ruby#8147
@tritone Any update as to whether or not this feature can be prioritized?
@quartzmo I don't think we are prioritizing this in the next quarter at least. @frankyn may have more context for Ruby specifically.
We are not yet prioritizing this work across languages. It's still in our backlog, and we are working our way back to it.
@frankyn why you don't want implement it?
We do, but it's competing with other work items don't have ETA yet. Thanks for your patience.
Just wanted to provide a long-delayed update here. We're planning on implementing parallel upload and download features in the newly-created subpackage transfermanager. We did the initial merge for downloads this week, more download features are coming later this month, and uploads should be coming in the second half of the year most likely. Feel free to take a look here: https://pkg.go.dev/cloud.google.com/go/[email protected]/transfermanager ; we are open to hearing feedback.
@tritone great news, hope you will update this issue when Uploader will implements
Hi, @tritone, I am rather interested in this feature, so since it's been few months since last update just wanted to as, maybe you know if it is currently scheduled or some ETA is assigned? Thanks.
Hi @tritone, we're also very interested in Go support for this feature! Just wanted to ask when you think it might be ready for production use? Thanks!
Base on https://pkg.go.dev/cloud.google.com/go/storage/transfermanager and https://github.com/googleapis/google-cloud-go/tree/storage/v1.51.0/storage/transfermanager I guess it is already released and ready for use?