You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Java Cloud Storage client google-cloud-storage has a sample to download a Blob (shown below). The feature request is to add this functionality into the sample shown into an additional method downloadTo for Class Blob to reduce complexity of downloading a blob using the Java Storage client. At the moment other clients use this approach and allow a user to download a given Blob to a specified file.
Language Comparison:
In other client libraries (google-cloud-ruby) there exists a method to download a Blob to a specified file.
Feature Request
The Java Cloud Storage client
google-cloud-storagehas a sample to download a Blob (shown below). The feature request is to add this functionality into the sample shown into an additional methoddownloadTofor Class Blob to reduce complexity of downloading a blob using the Java Storage client. At the moment other clients use this approach and allow a user to download a given Blob to a specified file.Language Comparison:
In other client libraries (google-cloud-ruby) there exists a method to download a Blob to a specified file.
Another example using .NET:
Example of usage