GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
QuotaBytesByService() |
Modifier and Type | Method and Description |
---|---|
About.QuotaBytesByService |
clone() |
Long |
getBytesUsed()
The storage quota bytes used by the service.
|
String |
getServiceName()
The service's name, e.g.
|
About.QuotaBytesByService |
set(String fieldName,
Object value) |
About.QuotaBytesByService |
setBytesUsed(Long bytesUsed)
The storage quota bytes used by the service.
|
About.QuotaBytesByService |
setServiceName(String serviceName)
The service's name, e.g.
|
getFactory, setFactory, toPrettyString, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public Long getBytesUsed()
null
for nonepublic About.QuotaBytesByService setBytesUsed(Long bytesUsed)
bytesUsed
- bytesUsed or null
for nonepublic String getServiceName()
null
for nonepublic About.QuotaBytesByService setServiceName(String serviceName)
serviceName
- serviceName or null
for nonepublic About.QuotaBytesByService set(String fieldName, Object value)
set
in class GenericJson
public About.QuotaBytesByService clone()
clone
in class GenericJson
Copyright © 2011–2019 Google. All rights reserved.