File tree Expand file tree Collapse file tree
trunk/google-cloud-storage/src/main/java/com/google/cloud/storage/spi/v1 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11---
2- refs/heads/master: 4fbe33177071a06f7a5c204a41172f8097ea2de9
2+ refs/heads/master: 63e028b4a824b44e5c014c101a8f0fcd25a30c42
33refs/heads/travis: 47e4fee4fd5af9b2a8ce46f23c72ec95f9b195b2
44refs/heads/gh-pages: 8e9b065ba06cd7a4af306aaea1010aade81670e0
55refs/tags/0.0.9: 22f1839238f66c39e67ed4dfdcd273b1ae2e8444
Original file line number Diff line number Diff line change @@ -188,6 +188,7 @@ public void submit() {
188188 // TODO(hailongwen@): instrument 'google-api-java-client' to further break down the span.
189189 // Here we only add a annotation to at least know how much time each batch takes.
190190 span .addAnnotation ("Execute batch request" );
191+ batch .setBatchUrl (new GenericUrl ("https://www.googleapis.com/batch/storage/v1" ));
191192 batch .execute ();
192193 }
193194 } catch (IOException ex ) {
You can’t perform that action at this time.
0 commit comments