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
<imgalt="Open in Cloud Shell"src ="http://gstatic.com/cloudssh/images/open-btn.png"></a>
5
+
3
6
Google Cloud Storage Service features a REST-based API that allows developers to store and access arbitrarily-large objects. These sample Java applications demonstrate how to access the Google Cloud Storage JSON API using the Google Java API Client Libraries. For more information, read the [Google Cloud Storage JSON API Overview][1].
Copy file name to clipboardExpand all lines: storage/storage-transfer/src/main/java/com/google/cloud/storage/storagetransfer/samples/NearlineRequester.java
+3-2
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
/**
1
+
/*
2
2
* Copyright 2015 Google Inc.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,7 +13,9 @@
13
13
* See the License for the specific language governing permissions and
Copy file name to clipboardExpand all lines: storage/storage-transfer/src/main/java/com/google/cloud/storage/storagetransfer/samples/RequestChecker.java
+3-2
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
/**
1
+
/*
2
2
* Copyright 2015 Google Inc.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,12 +13,13 @@
13
13
* See the License for the specific language governing permissions and
0 commit comments