File tree Expand file tree Collapse file tree
google-cloud-storage/src/main/java/com/google/cloud/storage Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636import com .google .auth .ServiceAccountSigner .SigningException ;
3737import com .google .cloud .FieldSelector ;
3838import com .google .cloud .FieldSelector .Helper ;
39+ import com .google .cloud .GcpLaunchStage ;
3940import com .google .cloud .Page ;
4041import com .google .cloud .Policy ;
4142import com .google .cloud .ReadChannel ;
@@ -2382,6 +2383,7 @@ public static Builder newBuilder() {
23822383 *
23832384 * @throws StorageException upon failure
23842385 */
2386+ @ GcpLaunchStage .Alpha
23852387 Policy getPolicy (String bucket );
23862388
23872389 /**
@@ -2402,6 +2404,7 @@ public static Builder newBuilder() {
24022404 *
24032405 * @throws StorageException upon failure
24042406 */
2407+ @ GcpLaunchStage .Alpha
24052408 Policy updatePolicy (String bucket , Policy policy );
24062409
24072410 /**
@@ -2422,5 +2425,6 @@ public static Builder newBuilder() {
24222425 *
24232426 * @throws StorageException upon failure
24242427 */
2428+ @ GcpLaunchStage .Alpha
24252429 List <Boolean > testPermissions (String bucket , List <String > permissions );
24262430}
You can’t perform that action at this time.
0 commit comments