8000 Annotate Google Cloud Storage IAM methods with GcpLaunchStage.Alpha by rybosome · Pull Request #1901 · googleapis/google-cloud-java · GitHub
[go: up one dir, main page]

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
import com.google.auth.ServiceAccountSigner.SigningException;
import com.google.cloud.FieldSelector;
import com.google.cloud.FieldSelector.Helper;
import com.google.cloud.GcpLaunchStage;
import com.google.cloud.Page;
import com.google.cloud.Policy;
import com.google.cloud.ReadChannel;
Expand Down Expand Up @@ -2382,6 +2383,7 @@ public static Builder newBuilder() {
*
* @throws StorageException upon failure
*/
@GcpLaunchStage.Alpha
Policy getPolicy(String bucket);

/**
Expand All @@ -2402,6 +2404,7 @@ public static Builder newBuilder() {
*
* @throws StorageException upon failure
*/
@GcpLaunchStage.Alpha
Policy updatePolicy(String bucket, Policy policy);

/**
Expand All @@ -2422,5 +2425,6 @@ public static Builder newBuilder() {
*
* @throws StorageException upon failure
*/
@GcpLaunchStage.Alpha
List<Boolean> testPermissions(String bucket, List<String> permissions);
}
0