Blob.update() misses BlobInfo argument #234
Labels
api: storage
Issues related to the googleapis/java-storage API.
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
The Blob class declares method:
public Blob update(BlobTargetOption... options)
This method is useless, it doesn't have the necessary BlobInfo parameter.
Documentation to this method mentions Storage.update(), not Blob.update().
This method should be declared as Deprecated (and deleted as soon possible)
A new method with BlobInfo parameter should be added.
The text was updated successfully, but these errors were encountered: