public final class SelectedInventories
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 Display & Video 360 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 |
|---|
SelectedInventories() |
| Modifier and Type | Method and Description |
|---|---|
SelectedInventories |
clone() |
Boolean |
getAllowDiscover()
Whether the ad group is opted-in to Discover inventory.
|
Boolean |
getAllowGmail()
Whether the ad group is opted-in to Gmail inventory.
|
Boolean |
getAllowGoogleDisplayNetwork()
Whether the ad group is opted-in to Google Display Network inventory.
|
Boolean |
getAllowYoutubeFeed()
Whether the ad group is opted-in to YouTube in-feed inventory.
|
Boolean |
getAllowYoutubeShorts()
Whether the ad group is opted-in to YouTube shorts inventory.
|
Boolean |
getAllowYoutubeStream()
Whether the ad group is opted-in to YouTube in-stream inventory.
|
SelectedInventories |
set(String fieldName,
Object value) |
SelectedInventories |
setAllowDiscover(Boolean allowDiscover)
Whether the ad group is opted-in to Discover inventory.
|
SelectedInventories |
setAllowGmail(Boolean allowGmail)
Whether the ad group is opted-in to Gmail inventory.
|
SelectedInventories |
setAllowGoogleDisplayNetwork(Boolean allowGoogleDisplayNetwork)
Whether the ad group is opted-in to Google Display Network inventory.
|
SelectedInventories |
setAllowYoutubeFeed(Boolean allowYoutubeFeed)
Whether the ad group is opted-in to YouTube in-feed inventory.
|
SelectedInventories |
setAllowYoutubeShorts(Boolean allowYoutubeShorts)
Whether the ad group is opted-in to YouTube shorts inventory.
|
SelectedInventories |
setAllowYoutubeStream(Boolean allowYoutubeStream)
Whether the ad group is opted-in to YouTube in-stream inventory.
|
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 Boolean getAllowDiscover()
null for nonepublic SelectedInventories setAllowDiscover(Boolean allowDiscover)
allowDiscover - allowDiscover or null for nonepublic Boolean getAllowGmail()
null for nonepublic SelectedInventories setAllowGmail(Boolean allowGmail)
allowGmail - allowGmail or null for nonepublic Boolean getAllowGoogleDisplayNetwork()
null for nonepublic SelectedInventories setAllowGoogleDisplayNetwork(Boolean allowGoogleDisplayNetwork)
allowGoogleDisplayNetwork - allowGoogleDisplayNetwork or null for nonepublic Boolean getAllowYoutubeFeed()
null for nonepublic SelectedInventories setAllowYoutubeFeed(Boolean allowYoutubeFeed)
allowYoutubeFeed - allowYoutubeFeed or null for nonepublic Boolean getAllowYoutubeShorts()
null for nonepublic SelectedInventories setAllowYoutubeShorts(Boolean allowYoutubeShorts)
allowYoutubeShorts - allowYoutubeShorts or null for nonepublic Boolean getAllowYoutubeStream()
null for nonepublic SelectedInventories setAllowYoutubeStream(Boolean allowYoutubeStream)
allowYoutubeStream - allowYoutubeStream or null for nonepublic SelectedInventories set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic SelectedInventories clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2026 Google. All rights reserved.