Assigned
Status Update
Comments
ba...@google.com <ba...@google.com>
ra...@manh.com <ra...@manh.com> #2
I have forwarded this request to the engineering team. We will update this issue with any progress updates and a resolution.
Best Regards,
Josh Moyer
Google Cloud Platform Support
Best Regards,
Josh Moyer
Google Cloud Platform Support
ti...@fulfillmenttools.com <ti...@fulfillmenttools.com> #3
This is not only useful for IP addresses, but also for many other resources. I understand that names are currently used as identifiers, so this request is probably not trivial to implement. Maybe distinguishing between a (numeric, automatically generated) identifier and a (textual) label is the way to go?
na...@arquimeda.com.ar <na...@arquimeda.com.ar> #4
Is it any hope? We have migrated our IP address to the server with different role, and now the name of this IP address resource doesn't match its role at all. It seems to be trivial enough to momentary reserve static IP address of the old named resource, drop resource, and immediately recreate it with the new name and the old IP address.
va...@google.com <va...@google.com>
ku...@google.com <ku...@google.com>
al...@datasophia.com <al...@datasophia.com> #5
This would also improve life when using the Google Deployment Manager (since it otherwise error's out if you've changed a name of an IP)
gw...@confluent.io <gw...@confluent.io> #6
Over 3 years to get something as basic as renaming a static IP address. Any progress here?
Description
The REST API should support download of single files from Maven projects in Artifact Registry.
Even better would be support in GO API, but I guess REST will be coming first...
Background:
I have been playing with REST API for Artifact Registry. I can find the URL for .zip files I would like to download, but I only get JSON responses. I would like to be able to get a link I could use to download the file.
For now it seems like I would need to use mvn and gradle to do this which would be inconvenient in my case.