public abstract class GoogleCloudStorageOAuthScopes extends Object implements OAuthScopes
OAuthScopes.NoScopes, OAuthScopes.ReadOrWriteScopes, OAuthScopes.SingleScope
Modifier and Type | Method and Description |
---|---|
static GoogleCloudStorageOAuthScopes |
create() |
List<String> |
forRequest(HttpRequest input)
If the path contains or ends with
/acl or /defaultObjectAcl , it needs full-control. |
public static GoogleCloudStorageOAuthScopes create()
public List<String> forRequest(HttpRequest input)
/acl
or /defaultObjectAcl
, it needs full-control.forRequest
in interface OAuthScopes
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.