File tree Expand file tree Collapse file tree
branches/tswast-patch-1/src/main/java/com/google/gcloud/storage Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -57,5 +57,5 @@ refs/tags/v0.18.0: 9d193c4c4b9d1c6f21515dd8e50836b9194ec9bb
5757refs/tags/v0.19.0: e67b56e4d8dad5f9a7b38c9b2107c23c828f2ed5
5858refs/tags/v0.20.0: 839f7fb7156535146aa1cb2c5aadd8d375d854e8
5959refs/tags/v0.20.1: 370471f437f1f4f68a11e068df5cd6bf39edb1fa
60- refs/heads/tswast-patch-1: 34b6ee9d7d8c603ff190feba31a299f412c6fd37
60+ refs/heads/tswast-patch-1: 12cc69645c09d9d68aa765fe136c57f5c914f125
6161refs/heads/pubsub-streaming-pull: 19262b752ee874eb2ca3b950eb2aef44d5a5267b
Original file line number Diff line number Diff line change 1717/**
1818 * A client to Google Cloud Storage.
1919 *
20- * @see <a href="https://cloud.google.com/storage/">Google Cloud Storageg</a>
20+ * <p>A simple usage example:
21+ * <pre>{@code
22+ * StorageServiceOptions options = StorageServiceOptions.builder().projectId("project").build();
23+ * StorageService storage = StorageServiceFactory.instance().get(options);
24+ * byte[] content = readContent();
25+ * Blob blob = storage.create(Blob.of("bucket", "blob_name"), content);
26+ * } </pre>
27+ *
28+ * @see <a href="https://cloud.google.com/storage/">Google Cloud Storage</a>
2129 */
2230package com .google .gcloud .storage ;
2331
You can’t perform that action at this time.
0 commit comments