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
For other authentication options, see the [Authentication](https://github.com/googleapis/google-cloud-java#authentication) page.
17
+
For other authentication options, see the [Authentication](https://github.com/googleapis/google-cloud-java#authentication) page in Google Cloud Java.
18
18
19
19
#### Storing data
20
20
Stored objects are called "blobs" in `google-cloud` and are organized into containers called "buckets". `Blob`, a
@@ -51,7 +51,7 @@ custom_content: |
51
51
```
52
52
53
53
A complete example for creating a blob can be found at
we put together examples creating and listing buckets and blobs into one program. The program assumes that you are
112
-
running on Compute Engine or from your own desktop. To run the example on App Engine, simply move
113
-
the code from the main method to your application's servlet class and change the print statements to
114
-
display on your webpage.
106
+
See [ListObjects.java](https://github.com/googleapis/java-storage/blob/main/samples/snippets/src/main/java/com/example/storage/object/ListObjects.java) for a complete example.
115
107
116
108
### Example Applications
117
109
118
-
- [`StorageExample`](https://github.com/googleapis/google-cloud-java/tree/main/google-cloud-examples/src/main/java/com/google/cloud/examples/storage/StorageExample.java) is a simple command line interface that provides some of Cloud Storage's functionality. Read more about using the application on the [`StorageExample` docs page](https://github.com/googleapis/google-cloud-java/blob/main/google-cloud-examples/README.md).
119
110
- [`Bookshelf`](https://github.com/GoogleCloudPlatform/getting-started-java/tree/main/bookshelf) - An App Engine application that manages a virtual bookshelf.
120
111
- This app uses `google-cloud` to interface with Cloud Datastore and Cloud Storage. It also uses Cloud SQL, another Google Cloud Platform service.
121
112
- [`Flexible Environment/Storage example`](https://github.com/GoogleCloudPlatform/java-docs-samples/tree/main/flexible/cloudstorage) - An app that uploads files to a public Cloud Storage bucket on the App Engine Flexible Environment runtime.
For other authentication options, see the [Authentication](https://github.com/googleapis/google-cloud-java#authentication) page.
115
+
For other authentication options, see the [Authentication](https://github.com/googleapis/google-cloud-java#authentication) page in Google Cloud Java.
116
116
117
117
#### Storing data
118
118
Stored objects are called "blobs" in `google-cloud` and are organized into containers called "buckets". `Blob`, a
we put together examples creating and listing buckets and blobs into one program. The program assumes that you are
210
-
running on Compute Engine or from your own desktop. To run the example on App Engine, simply move
211
-
the code from the main method to your application's servlet class and change the print statements to
212
-
display on your webpage.
204
+
See [ListObjects.java](https://github.com/googleapis/java-storage/blob/main/samples/snippets/src/main/java/com/example/storage/object/ListObjects.java) for a complete example.
213
205
214
206
### Example Applications
215
207
216
-
-[`StorageExample`](https://github.com/googleapis/google-cloud-java/tree/main/google-cloud-examples/src/main/java/com/google/cloud/examples/storage/StorageExample.java) is a simple command line interface that provides some of Cloud Storage's functionality. Read more about using the application on the [`StorageExample` docs page](https://github.com/googleapis/google-cloud-java/blob/main/google-cloud-examples/README.md).
217
208
-[`Bookshelf`](https://github.com/GoogleCloudPlatform/getting-started-java/tree/main/bookshelf) - An App Engine application that manages a virtual bookshelf.
218
209
- This app uses `google-cloud` to interface with Cloud Datastore and Cloud Storage. It also uses Cloud SQL, another Google Cloud Platform service.
219
210
-[`Flexible Environment/Storage example`](https://github.com/GoogleCloudPlatform/java-docs-samples/tree/main/flexible/cloudstorage) - An app that uploads files to a public Cloud Storage bucket on the App Engine Flexible Environment runtime.
0 commit comments