Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googleapis/google-cloud-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 380c5cc9a8bf13ba41fcf2822296330797bff563
Choose a base ref
..
head repository: googleapis/google-cloud-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 04cf0a7c708cbf8c0e53fb971490b0e2cc6c5ab5
Choose a head ref
Original file line number Diff line number Diff line change
@@ -200,7 +200,6 @@ public Blob reload(BlobSourceOption... options) {
* <pre> {@code blob.update(blob.info().toBuilder().metadata(null).build());}
* {@code blob.update(blob.info().toBuilder().metadata(newMetadata).build());}
* </pre>
* </p>
*
* @param blobInfo new blob's information. Bucket and blob names must match the current ones
* @param options update options
Original file line number Diff line number Diff line change
@@ -691,7 +691,6 @@ public static Builder builder() {
* <pre> {@code service.update(BlobInfo.builder("bucket", "name").metadata(null).build());}
* {@code service.update(BlobInfo.builder("bucket", "name").metadata(newMetadata).build());}
* </pre>
* </p>
*
* @return the updated blob
* @throws StorageException upon failure
@@ -707,7 +706,6 @@ public static Builder builder() {
* <pre> {@code service.update(BlobInfo.builder("bucket", "name").metadata(null).build());}
* {@code service.update(BlobInfo.builder("bucket", "name").metadata(newMetadata).build());}
* </pre>
* </p>
*
* @return the updated blob
* @throws StorageException upon failure
@@ -821,7 +819,6 @@ public static Builder builder() {
* <pre> {@code
* service.signUrl(BlobInfo.builder("bucket", "name").build(), 14, TimeUnit.DAYS);
* }</pre>
* </p>
*
* @param blobInfo the blob associated with the signed URL
* @param duration time until the signed URL expires, expressed in {@code unit}. The finer