Class GoogleCloudStorageOAuthScopes
- java.lang.Object
-
- org.jclouds.googlecloudstorage.config.GoogleCloudStorageOAuthScopes
-
- All Implemented Interfaces:
OAuthScopes
public abstract class GoogleCloudStorageOAuthScopes extends Object implements OAuthScopes
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.jclouds.oauth.v2.config.OAuthScopes
OAuthScopes.NoScopes, OAuthScopes.ReadOrWriteScopes, OAuthScopes.SingleScope
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GoogleCloudStorageOAuthScopes
create()
List<String>
forRequest(HttpRequest input)
If the path contains or ends with/acl
or/defaultObjectAcl
, it needs full-control.
-
-
-
Method Detail
-
create
public static GoogleCloudStorageOAuthScopes create()
-
forRequest
public List<String> forRequest(HttpRequest input)
If the path contains or ends with/acl
or/defaultObjectAcl
, it needs full-control.- Specified by:
forRequest
in interfaceOAuthScopes
-
-