Compute Engine API v1beta13 (revision 24)



com.google.api.services.compute
Class ComputeScopes

java.lang.Object
  extended by com.google.api.services.compute.ComputeScopes

public class ComputeScopes
extends Object

Available OAuth 2.0 scopes for use with the Compute Engine API.

Since:
1.4

Field Summary
static String COMPUTE
          View and manage your Google Compute Engine resources.
static String COMPUTE_READONLY
          View your Google Compute Engine resources.
static String DEVSTORAGE_READ_ONLY
          View 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

COMPUTE

public static final String COMPUTE
View and manage your Google Compute Engine resources.

See Also:
Constant Field Values

COMPUTE_READONLY

public static final String COMPUTE_READONLY
View your Google Compute Engine resources.

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