org.jclouds.googlecloudstorage.reference
Class GoogleCloudStorageConstants

java.lang.Object
  extended by org.jclouds.googlecloudstorage.reference.GoogleCloudStorageConstants

public final class GoogleCloudStorageConstants
extends Object


Field Summary
static String GCS_PROVIDER_NAME
           
static String OPERATION_COMPLETE_INTERVAL
          The interval, in msecs, between calls to check whether an operation has completed.
static String OPERATION_COMPLETE_TIMEOUT
          The total time, in msecs, to wait for an operation to complete.
static String STORAGE_FULLCONTROL_SCOPE
           
static String STORAGE_READONLY_SCOPE
           
static String STORAGE_READWRITE_SCOPE
           
static String STORAGE_WRITEONLY_SCOPE
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GCS_PROVIDER_NAME

public static final String GCS_PROVIDER_NAME
See Also:
Constant Field Values

STORAGE_READONLY_SCOPE

public static final String STORAGE_READONLY_SCOPE
See Also:
Constant Field Values

STORAGE_WRITEONLY_SCOPE

public static final String STORAGE_WRITEONLY_SCOPE
See Also:
Constant Field Values

STORAGE_READWRITE_SCOPE

public static final String STORAGE_READWRITE_SCOPE
See Also:
Constant Field Values

STORAGE_FULLCONTROL_SCOPE

public static final String STORAGE_FULLCONTROL_SCOPE
See Also:
Constant Field Values

OPERATION_COMPLETE_TIMEOUT

@Beta
public static final String OPERATION_COMPLETE_TIMEOUT
The total time, in msecs, to wait for an operation to complete.

See Also:
Constant Field Values

OPERATION_COMPLETE_INTERVAL

@Beta
public static final String OPERATION_COMPLETE_INTERVAL
The interval, in msecs, between calls to check whether an operation has completed.

See Also:
Constant Field Values


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.