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: sdks/java/extensions/google-cloud-platform-core/src/main/java/org/apache/beam/sdk/extensions/gcp/util/GcsUtil.java
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -334,6 +334,8 @@ public long bucketOwner(GcsPath path) throws IOException {
334
334
returndelegate.bucketOwner(path);
335
335
}
336
336
337
+
/** @deprecated use {@link #createBucket(BucketInfo)}. */
0 commit comments