public final class MemoryInfo
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Cloud Tool Results API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
MemoryInfo() |
| Modifier and Type | Method and Description |
|---|---|
MemoryInfo |
clone() |
java.lang.Long |
getMemoryCapInKibibyte()
Maximum memory that can be allocated to the process in KiB
|
java.lang.Long |
getMemoryTotalInKibibyte()
Total memory available on the device in KiB
|
MemoryInfo |
set(java.lang.String fieldName,
java.lang.Object value) |
MemoryInfo |
setMemoryCapInKibibyte(java.lang.Long memoryCapInKibibyte)
Maximum memory that can be allocated to the process in KiB
|
MemoryInfo |
setMemoryTotalInKibibyte(java.lang.Long memoryTotalInKibibyte)
Total memory available on the device in KiB
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.lang.Long getMemoryCapInKibibyte()
null for nonepublic MemoryInfo setMemoryCapInKibibyte(java.lang.Long memoryCapInKibibyte)
memoryCapInKibibyte - memoryCapInKibibyte or null for nonepublic java.lang.Long getMemoryTotalInKibibyte()
null for nonepublic MemoryInfo setMemoryTotalInKibibyte(java.lang.Long memoryTotalInKibibyte)
memoryTotalInKibibyte - memoryTotalInKibibyte or null for nonepublic MemoryInfo set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic MemoryInfo clone()
clone in class com.google.api.client.json.GenericJson