public final class CloudCdnWorkload
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 Billing 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.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
CloudCdnWorkload() |
| Modifier and Type | Method and Description |
|---|---|
CloudCdnWorkload |
clone() |
String |
getCacheFillOriginService()
The source service for the cache fill.
|
Usage |
getCacheFillRate()
Cache fill usage.
|
CacheFillRegions |
getCacheFillRegions()
The regions where data is transferred from Google data locations into Google global cache
servers.
|
Usage |
getCacheLookUpRate()
Cache look up requests.
|
CloudCdnWorkload |
set(String fieldName,
Object value) |
CloudCdnWorkload |
setCacheFillOriginService(String cacheFillOriginService)
The source service for the cache fill.
|
CloudCdnWorkload |
setCacheFillRate(Usage cacheFillRate)
Cache fill usage.
|
CloudCdnWorkload |
setCacheFillRegions(CacheFillRegions cacheFillRegions)
The regions where data is transferred from Google data locations into Google global cache
servers.
|
CloudCdnWorkload |
setCacheLookUpRate(Usage cacheLookUpRate)
Cache look up requests.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic String getCacheFillOriginService()
null for nonepublic CloudCdnWorkload setCacheFillOriginService(String cacheFillOriginService)
cacheFillOriginService - cacheFillOriginService or null for nonepublic Usage getCacheFillRate()
null for nonepublic CloudCdnWorkload setCacheFillRate(Usage cacheFillRate)
cacheFillRate - cacheFillRate or null for nonepublic CacheFillRegions getCacheFillRegions()
null for nonepublic CloudCdnWorkload setCacheFillRegions(CacheFillRegions cacheFillRegions)
cacheFillRegions - cacheFillRegions or null for nonepublic Usage getCacheLookUpRate()
null for nonepublic CloudCdnWorkload setCacheLookUpRate(Usage cacheLookUpRate)
cacheLookUpRate - cacheLookUpRate or null for nonepublic CloudCdnWorkload set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic CloudCdnWorkload clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2024 Google. All rights reserved.