googleapis / google-cloud-java

Google Cloud Client Library for Java
https://cloud.google.com/java/docs/reference
Apache License 2.0
1.89k stars 1.06k forks source link

We could use a DNS to provide syntactic sugar to operations that now accept one argument #920

Closed aozarov closed 7 years ago

aozarov commented 8 years ago

e.g. in addition to Zone getZone(String zoneName) we can provide Iterable<Zone> getZones(Iterable<String> zoneNames) and/or the vararg version of it.

danoscarmike commented 7 years ago

This issue may no longer be relevant due to its age. Feel free to re-open.