Prediction API v1.2 (revision 25)



com.google.api.services.prediction
Class PredictionScopes

java.lang.Object
  extended by com.google.api.services.prediction.PredictionScopes

public class PredictionScopes
extends Object

Available OAuth 2.0 scopes for use with the Prediction 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.
static String PREDICTION
          Manage your data in the Google Prediction API.
 
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

PREDICTION

public static final String PREDICTION
Manage your data in the Google Prediction API.

See Also:
Constant Field Values