net.sf.gaeappmanager.google.appengine
Enum Quota
java.lang.Object
java.lang.Enum<Quota>
net.sf.gaeappmanager.google.appengine.Quota
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<Quota>
public enum Quota
- extends java.lang.Enum<Quota>
Existing quota enums.
- Author:
- Alois Belaska
Method Summary |
QuotaGroup |
getQuotaGroup()
|
java.lang.String |
getQuotaName()
|
static Quota |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Quota[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared. |
Methods inherited from class java.lang.Enum |
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
REQUESTS_CPU_TIME
public static final Quota REQUESTS_CPU_TIME
REQUESTS_COUNT
public static final Quota REQUESTS_COUNT
REQUESTS_OUTGOING_BANDWIDTH
public static final Quota REQUESTS_OUTGOING_BANDWIDTH
REQUESTS_INCOMING_BANDWIDTH
public static final Quota REQUESTS_INCOMING_BANDWIDTH
REQUESTS_SECURE_COUNT
public static final Quota REQUESTS_SECURE_COUNT
REQUESTS_SECURE_OUTGOING_BANDWIDTH
public static final Quota REQUESTS_SECURE_OUTGOING_BANDWIDTH
REQUESTS_SECURE_INCOMING_BANDWIDTH
public static final Quota REQUESTS_SECURE_INCOMING_BANDWIDTH
STORAGE_DATASTORE_API_CALLS
public static final Quota STORAGE_DATASTORE_API_CALLS
STORAGE_BLOBSTORE_API_CALLS
public static final Quota STORAGE_BLOBSTORE_API_CALLS
STORAGE_TOTAL_STORED_DATA
public static final Quota STORAGE_TOTAL_STORED_DATA
STORAGE_BLOBSTORE_STORED_DATA
public static final Quota STORAGE_BLOBSTORE_STORED_DATA
STORAGE_DATA_SENT_TO_DATASTORE_API
public static final Quota STORAGE_DATA_SENT_TO_DATASTORE_API
STORAGE_DATA_RECEIVED_FROM_DATASTORE_API
public static final Quota STORAGE_DATA_RECEIVED_FROM_DATASTORE_API
STORAGE_DATASTORE_CPU_TIME
public static final Quota STORAGE_DATASTORE_CPU_TIME
MAIL_MAIL_API_CALLS
public static final Quota MAIL_MAIL_API_CALLS
MAIL_RECIPIENTS_EMAILED
public static final Quota MAIL_RECIPIENTS_EMAILED
MAIL_ADMINS_EMAILED
public static final Quota MAIL_ADMINS_EMAILED
MAIL_MESSAGE_BODY_DATA_SENT
public static final Quota MAIL_MESSAGE_BODY_DATA_SENT
MAIL_ATTACHMENTS_SENT
public static final Quota MAIL_ATTACHMENTS_SENT
MAIL_ATTACHMENT_DATA_SENT
public static final Quota MAIL_ATTACHMENT_DATA_SENT
URLFETCH_API_CALLS
public static final Quota URLFETCH_API_CALLS
URLFETCH_DATA_SENT
public static final Quota URLFETCH_DATA_SENT
URLFETCH_DATA_RECEIVED
public static final Quota URLFETCH_DATA_RECEIVED
IMAGEMANIPULATION_API_CALLS
public static final Quota IMAGEMANIPULATION_API_CALLS
IMAGEMANIPULATION_DATA_SENT_TO_API
public static final Quota IMAGEMANIPULATION_DATA_SENT_TO_API
IMAGEMANIPULATION_DATA_RECEIVED_FROM_API
public static final Quota IMAGEMANIPULATION_DATA_RECEIVED_FROM_API
IMAGEMANIPULATION_TRANSFORMATIONS_EXECUTED
public static final Quota IMAGEMANIPULATION_TRANSFORMATIONS_EXECUTED
MEMCACHE_API_CALLS
public static final Quota MEMCACHE_API_CALLS
MEMCACHE_DATA_SENT_TO_API
public static final Quota MEMCACHE_DATA_SENT_TO_API
MEMCACHE_DATA_RECEIVED_FROM_API
public static final Quota MEMCACHE_DATA_RECEIVED_FROM_API
XMPP_API_CALLS
public static final Quota XMPP_API_CALLS
XMPP_DATA_SENT
public static final Quota XMPP_DATA_SENT
XMPP_RECIPIENTS_MESSAGED
public static final Quota XMPP_RECIPIENTS_MESSAGED
XMPP_INVITATIONS_SENT
public static final Quota XMPP_INVITATIONS_SENT
TASKQUEUE_API_CALLS
public static final Quota TASKQUEUE_API_CALLS
DEPLOYMENTS_COUNT
public static final Quota DEPLOYMENTS_COUNT
values
public static Quota[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (Quota c : Quota.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static Quota valueOf(java.lang.String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null
getQuotaGroup
public QuotaGroup getQuotaGroup()
getQuotaName
public java.lang.String getQuotaName()
Copyright © 2009. All Rights Reserved.