Cloud Storage API v1beta1 (revision 34)



com.google.api.services.storage
Class StorageScopes

java.lang.Object
  extended by com.google.api.services.storage.StorageScopes

public class StorageScopes
extends Object

Available OAuth 2.0 scopes for use with the Cloud Storage API.

Since:
1.4

Field Summary
static String DEVSTORAGE_FULL_CONTROL
          Manage your data and permissions in Google Cloud Storage.
static String DEVSTORAGE_READ_ONLY
          View your data in Google Cloud Storage.
static String DEVSTORAGE_READ_WRITE
          Manage your data in Google Cloud Storage.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEVSTORAGE_FULL_CONTROL

public static final String DEVSTORAGE_FULL_CONTROL
Manage your data and permissions in Google Cloud Storage.

See Also:
Constant Field Values

DEVSTORAGE_READ_ONLY

public static final String DEVSTORAGE_READ_ONLY
View your data in Google Cloud Storage.

See Also:
Constant Field Values

DEVSTORAGE_READ_WRITE

public static final String DEVSTORAGE_READ_WRITE
Manage your data in Google Cloud Storage.

See Also:
Constant Field Values