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, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public 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.GenericJson
public About.QuotaBytesByService clone()
clone
in class com.google.api.client.json.GenericJson