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
Copy file name to clipboardExpand all lines: branches/autosynth-errorreporting/google-cloud-clients/google-cloud-storage/src/main/java/com/google/cloud/storage/Bucket.java
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -655,6 +655,12 @@ public Builder setRetentionPeriod(Long retentionPeriod) {
655
655
return this;
656
656
}
657
657
658
+
@Override
659
+
public Builder setIamConfiguration(IamConfiguration iamConfiguration) {
Copy file name to clipboardExpand all lines: branches/autosynth-errorreporting/google-cloud-clients/google-cloud-storage/src/main/java/com/google/cloud/storage/BucketInfo.java
+143Lines changed: 143 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -95,6 +95,118 @@ public com.google.api.services.storage.model.Bucket apply(BucketInfo bucketInfo)
Copy file name to clipboardExpand all lines: branches/autosynth-errorreporting/google-cloud-clients/google-cloud-storage/src/main/java/com/google/cloud/storage/Storage.java
Copy file name to clipboardExpand all lines: branches/autosynth-errorreporting/google-cloud-clients/google-cloud-storage/src/main/java/com/google/cloud/storage/spi/v1/HttpStorageRpc.java
+16-1Lines changed: 16 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -85,6 +85,7 @@
85
85
86
86
public class HttpStorageRpc implements StorageRpc {
87
87
public static final String DEFAULT_PROJECTION = "full";
88
+
public static final String NO_ACL_PROJECTION = "noAcl";
88
89
private static final String ENCRYPTION_KEY_PREFIX = "x-goog-encryption-";
89
90
private static final String SOURCE_ENCRYPTION_KEY_PREFIX = "x-goog-copy-source-encryption-";
Copy file name to clipboardExpand all lines: branches/autosynth-errorreporting/google-cloud-clients/google-cloud-storage/src/main/java/com/google/cloud/storage/spi/v1/StorageRpc.java
Copy file name to clipboardExpand all lines: branches/autosynth-errorreporting/google-cloud-clients/google-cloud-storage/src/test/java/com/google/cloud/storage/BucketInfoTest.java
0 commit comments