@@ -200,6 +200,7 @@ public static BucketTargetOption metagenerationNotMatch() {
200200 * Returns an option for bucket's billing user project. This option is only used by the buckets with
201201 * 'requester_pays' flag.
202202 */
203+ @ GcpLaunchStage .Alpha
203204 public static BucketTargetOption userProject (String userProject ) {
204205 return new BucketTargetOption (StorageRpc .Option .USER_PROJECT , userProject );
205206 }
@@ -236,6 +237,7 @@ public static BucketSourceOption metagenerationNotMatch(long metageneration) {
236237 * Returns an option for bucket's billing user project. This option is only used by the buckets with
237238 * 'requester_pays' flag.
238239 */
240+ @ GcpLaunchStage .Alpha
239241 public static BucketSourceOption userProject (String userProject ) {
240242 return new BucketSourceOption (StorageRpc .Option .USER_PROJECT , userProject );
241243 }
@@ -276,6 +278,7 @@ public static BucketGetOption metagenerationNotMatch(long metageneration) {
276278 * Returns an option for bucket's billing user project. This option is only used by the buckets with
277279 * 'requester_pays' flag.
278280 */
281+ @ GcpLaunchStage .Alpha
279282 public static BucketGetOption userProject (String userProject ) {
280283 return new BucketGetOption (StorageRpc .Option .USER_PROJECT , userProject );
281284 }
@@ -366,6 +369,7 @@ public static BlobTargetOption encryptionKey(Key key) {
366369 * Returns an option for blob's billing user project. This option is only used by the buckets with
367370 * 'requester_pays' flag.
368371 */
372+ @ GcpLaunchStage .Alpha
369373 public static BlobTargetOption userProject (String userProject ) {
370374 return new BlobTargetOption (StorageRpc .Option .USER_PROJECT , userProject );
371375 }
@@ -535,6 +539,7 @@ public static BlobWriteOption encryptionKey(String key) {
535539 * Returns an option for blob's billing user project. This option is only used by the buckets with
536540 * 'requester_pays' flag.
537541 */
542+ @ GcpLaunchStage .Alpha
538543 public static BlobWriteOption userProject (String userProject ) {
539544 return new BlobWriteOption (Option .USER_PROJECT , userProject );
540545 }
@@ -628,6 +633,7 @@ public static BlobSourceOption decryptionKey(String key) {
628633 * Returns an option for blob's billing user project. This option is only used by the buckets with
629634 * 'requester_pays' flag.
630635 */
636+ @ GcpLaunchStage .Alpha
631637 public static BlobSourceOption userProject (String userProject ) {
632638 return new BlobSourceOption (StorageRpc .Option .USER_PROJECT , userProject );
633639 }
@@ -717,6 +723,7 @@ public static BlobGetOption fields(BlobField... fields) {
717723 * Returns an option for blob's billing user project. This option is only used by the buckets with
718724 * 'requester_pays' flag.
719725 */
726+ @ GcpLaunchStage .Alpha
720727 public static BlobGetOption userProject (String userProject ) {
721728 return new BlobGetOption (StorageRpc .Option .USER_PROJECT , userProject );
722729 }
0 commit comments