public static final class About.QuotaBytesByService
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
QuotaBytesByService() |
| Modifier and Type | Method and Description |
|---|---|
About.QuotaBytesByService |
clone() |
java.lang.Long |
getBytesUsed()
The storage quota bytes used by the service.
|
java.lang.String |
getServiceName()
The service's name, e.g.
|
About.QuotaBytesByService |
set(java.lang.String fieldName,
java.lang.Object value) |
About.QuotaBytesByService |
setBytesUsed(java.lang.Long bytesUsed)
The storage quota bytes used by the service.
|
About.QuotaBytesByService |
setServiceName(java.lang.String serviceName)
The service's name, e.g.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.lang.Long getBytesUsed()
null for nonepublic About.QuotaBytesByService setBytesUsed(java.lang.Long bytesUsed)
bytesUsed - bytesUsed or null for nonepublic java.lang.String getServiceName()
null for nonepublic About.QuotaBytesByService setServiceName(java.lang.String serviceName)
serviceName - serviceName or null for nonepublic About.QuotaBytesByService set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic About.QuotaBytesByService clone()
clone in class com.google.api.client.json.GenericJson