File tree Expand file tree Collapse file tree
branches/logging-alpha/gcloud-java-storage/src
main/java/com/google/gcloud/storage
test/java/com/google/gcloud/storage/it Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ refs/heads/compute-alpha: 969cba2627f1d53d352cc4a5ffe0879dacf65e6c
1212refs/heads/dns-alpha: 2f90e7e338349287ace33375896907af0f032ca1
1313refs/heads/dns-alpha-batch: 17442b07867021b85d0452f5f3eda29a3413288f
1414refs/heads/gcs-nio: 283aeaf15efdcf3621eb6859f05e55ad7764375d
15- refs/heads/logging-alpha: 438896b96ded6829c3fe869a145ab3cf2c9bcaf9
15+ refs/heads/logging-alpha: e66c9a48fc3dc6e952922d01375a2943161f7fca
1616refs/tags/v0.1.0: a615317f7424ed58621b1f65d5c4d8cbbe8a6ed8
1717refs/tags/v0.1.1: 7a7f6985fe465e9dd6a075af55493f42b4933be0
1818refs/tags/v0.1.2: 3eb3fe866ba22487686048f45d927b8c8638ea3f
Original file line number Diff line number Diff line change @@ -701,8 +701,7 @@ public static BlobListOption recursive(boolean recursive) {
701701 }
702702
703703 /**
704- * If set to {@code true}, lists all versions of a blob.
705- * The default is {@code false}.
704+ * If set to {@code true}, lists all versions of a blob. The default is {@code false}.
706705 *
707706 * @see <a href ="https://cloud.google.com/storage/docs/object-versioning">Object Versioning</a>
708707 */
Original file line number Diff line number Diff line change 3333import com .google .gcloud .ReadChannel ;
3434import com .google .gcloud .RestorableState ;
3535import com .google .gcloud .WriteChannel ;
36- import com .google .gcloud .storage .*;
36+ import com .google .gcloud .storage .BatchRequest ;
37+ import com .google .gcloud .storage .BatchResponse ;
38+ import com .google .gcloud .storage .Blob ;
39+ import com .google .gcloud .storage .BlobId ;
40+ import com .google .gcloud .storage .BlobInfo ;
41+ import com .google .gcloud .storage .Bucket ;
42+ import com .google .gcloud .storage .BucketInfo ;
43+ import com .google .gcloud .storage .CopyWriter ;
44+ import com .google .gcloud .storage .HttpMethod ;
45+ import com .google .gcloud .storage .Storage ;
3746import com .google .gcloud .storage .Storage .BlobField ;
3847import com .google .gcloud .storage .Storage .BucketField ;
48+ import com .google .gcloud .storage .StorageException ;
3949import com .google .gcloud .storage .testing .RemoteGcsHelper ;
4050
4151import org .junit .AfterClass ;
You can’t perform that action at this time.
0 commit comments