Skip to content

Commit 5e46cf5

Browse files
committed
---
yaml --- r: 5985 b: refs/heads/tswast-patch-1 c: 12cc696 h: refs/heads/master i: 5983: 07b1e9f
1 parent 4b1e2e1 commit 5e46cf5

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ refs/tags/v0.18.0: 9d193c4c4b9d1c6f21515dd8e50836b9194ec9bb
5757
refs/tags/v0.19.0: e67b56e4d8dad5f9a7b38c9b2107c23c828f2ed5
5858
refs/tags/v0.20.0: 839f7fb7156535146aa1cb2c5aadd8d375d854e8
5959
refs/tags/v0.20.1: 370471f437f1f4f68a11e068df5cd6bf39edb1fa
60-
refs/heads/tswast-patch-1: 34b6ee9d7d8c603ff190feba31a299f412c6fd37
60+
refs/heads/tswast-patch-1: 12cc69645c09d9d68aa765fe136c57f5c914f125
6161
refs/heads/pubsub-streaming-pull: 19262b752ee874eb2ca3b950eb2aef44d5a5267b

branches/tswast-patch-1/src/main/java/com/google/gcloud/storage/package-info.java

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,15 @@
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
*/
2230
package com.google.gcloud.storage;
2331

0 commit comments

Comments
 (0)