public class DisplayVideo
extends com.google.api.client.googleapis.services.json.AbstractGoogleJsonClient
Display & Video 360 API allows users to automate complex Display & Video 360 workflows, such as creating insertion orders and setting targeting options for individual line items.
For more information about this service, see the API Documentation
This service uses DisplayVideoRequestInitializer to initialize global parameters via its
DisplayVideo.Builder.
| Modifier and Type | Class and Description |
|---|---|
class |
DisplayVideo.Advertisers
The "advertisers" collection of methods.
|
static class |
DisplayVideo.Builder
Builder for
DisplayVideo. |
class |
DisplayVideo.CombinedAudiences
The "combinedAudiences" collection of methods.
|
class |
DisplayVideo.CustomBiddingAlgorithms
The "customBiddingAlgorithms" collection of methods.
|
class |
DisplayVideo.CustomLists
The "customLists" collection of methods.
|
class |
DisplayVideo.FloodlightGroups
The "floodlightGroups" collection of methods.
|
class |
DisplayVideo.GoogleAudiences
The "googleAudiences" collection of methods.
|
class |
DisplayVideo.GuaranteedOrders
The "guaranteedOrders" collection of methods.
|
class |
DisplayVideo.InventorySourceGroups
The "inventorySourceGroups" collection of methods.
|
class |
DisplayVideo.Media
The "media" collection of methods.
|
class |
DisplayVideo.Partners
The "partners" collection of methods.
|
class |
DisplayVideo.Sdfdownloadtasks
The "sdfdownloadtasks" collection of methods.
|
class |
DisplayVideo.TargetingTypes
The "targetingTypes" collection of methods.
|
class |
DisplayVideo.Users
The "users" collection of methods.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_BASE_URL
The default encoded base URL of the service.
|
static String |
DEFAULT_BATCH_PATH
The default encoded batch path of the service.
|
static String |
DEFAULT_MTLS_ROOT_URL
The default encoded mTLS root URL of the service.
|
static String |
DEFAULT_ROOT_URL
The default encoded root URL of the service.
|
static String |
DEFAULT_SERVICE_PATH
The default encoded service path of the service.
|
| Constructor and Description |
|---|
DisplayVideo(com.google.api.client.http.HttpTransport transport,
com.google.api.client.json.JsonFactory jsonFactory,
com.google.api.client.http.HttpRequestInitializer httpRequestInitializer)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
DisplayVideo.Advertisers |
advertisers()
An accessor for creating requests from the Advertisers collection.
|
DisplayVideo.CombinedAudiences |
combinedAudiences()
An accessor for creating requests from the CombinedAudiences collection.
|
DisplayVideo.CustomBiddingAlgorithms |
customBiddingAlgorithms()
An accessor for creating requests from the CustomBiddingAlgorithms collection.
|
DisplayVideo.CustomLists |
customLists()
An accessor for creating requests from the CustomLists collection.
|
DisplayVideo.FloodlightGroups |
floodlightGroups()
An accessor for creating requests from the FloodlightGroups collection.
|
DisplayVideo.GoogleAudiences |
googleAudiences()
An accessor for creating requests from the GoogleAudiences collection.
|
DisplayVideo.GuaranteedOrders |
guaranteedOrders()
An accessor for creating requests from the GuaranteedOrders collection.
|
protected void |
initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest<?> httpClientRequest) |
DisplayVideo.InventorySourceGroups |
inventorySourceGroups()
An accessor for creating requests from the InventorySourceGroups collection.
|
DisplayVideo.Media |
media()
An accessor for creating requests from the Media collection.
|
DisplayVideo.Partners |
partners()
An accessor for creating requests from the Partners collection.
|
DisplayVideo.Sdfdownloadtasks |
sdfdownloadtasks()
An accessor for creating requests from the Sdfdownloadtasks collection.
|
DisplayVideo.TargetingTypes |
targetingTypes()
An accessor for creating requests from the TargetingTypes collection.
|
DisplayVideo.Users |
users()
An accessor for creating requests from the Users collection.
|
getJsonFactory, getObjectParserbatch, batch, getApplicationName, getBaseUrl, getGoogleClientRequestInitializer, getRequestFactory, getRootUrl, getServicePath, getSuppressPatternChecks, getSuppressRequiredParameterChecks, getUniverseDomain, validateUniverseDomainpublic static final String DEFAULT_ROOT_URL
public static final String DEFAULT_MTLS_ROOT_URL
public static final String DEFAULT_SERVICE_PATH
public static final String DEFAULT_BATCH_PATH
public static final String DEFAULT_BASE_URL
public DisplayVideo(com.google.api.client.http.HttpTransport transport,
com.google.api.client.json.JsonFactory jsonFactory,
com.google.api.client.http.HttpRequestInitializer httpRequestInitializer)
Use DisplayVideo.Builder if you need to specify any of the optional parameters.
transport - HTTP transport, which should normally be:
com.google.api.client.extensions.appengine.http.UrlFetchTransportnewCompatibleTransport from
com.google.api.client.extensions.android.http.AndroidHttpcom.google.api.client.http.javanet.NetHttpTransportjsonFactory - JSON factory, which may be:
com.google.api.client.json.jackson2.JacksonFactorycom.google.api.client.json.gson.GsonFactorycom.google.api.client.extensions.android.json.AndroidJsonFactoryhttpRequestInitializer - HTTP request initializer or null for noneprotected void initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest<?> httpClientRequest)
throws IOException
initialize in class com.google.api.client.googleapis.services.AbstractGoogleClientIOExceptionpublic DisplayVideo.Advertisers advertisers()
The typical use is:
DisplayVideo displayvideo = new DisplayVideo(...);DisplayVideo.Advertisers.List request = displayvideo.advertisers().list(parameters ...)
public DisplayVideo.CombinedAudiences combinedAudiences()
The typical use is:
DisplayVideo displayvideo = new DisplayVideo(...);DisplayVideo.CombinedAudiences.List request = displayvideo.combinedAudiences().list(parameters ...)
public DisplayVideo.CustomBiddingAlgorithms customBiddingAlgorithms()
The typical use is:
DisplayVideo displayvideo = new DisplayVideo(...);DisplayVideo.CustomBiddingAlgorithms.List request = displayvideo.customBiddingAlgorithms().list(parameters ...)
public DisplayVideo.CustomLists customLists()
The typical use is:
DisplayVideo displayvideo = new DisplayVideo(...);DisplayVideo.CustomLists.List request = displayvideo.customLists().list(parameters ...)
public DisplayVideo.FloodlightGroups floodlightGroups()
The typical use is:
DisplayVideo displayvideo = new DisplayVideo(...);DisplayVideo.FloodlightGroups.List request = displayvideo.floodlightGroups().list(parameters ...)
public DisplayVideo.GoogleAudiences googleAudiences()
The typical use is:
DisplayVideo displayvideo = new DisplayVideo(...);DisplayVideo.GoogleAudiences.List request = displayvideo.googleAudiences().list(parameters ...)
public DisplayVideo.GuaranteedOrders guaranteedOrders()
The typical use is:
DisplayVideo displayvideo = new DisplayVideo(...);DisplayVideo.GuaranteedOrders.List request = displayvideo.guaranteedOrders().list(parameters ...)
public DisplayVideo.InventorySourceGroups inventorySourceGroups()
The typical use is:
DisplayVideo displayvideo = new DisplayVideo(...);DisplayVideo.InventorySourceGroups.List request = displayvideo.inventorySourceGroups().list(parameters ...)
public DisplayVideo.Media media()
The typical use is:
DisplayVideo displayvideo = new DisplayVideo(...);DisplayVideo.Media.List request = displayvideo.media().list(parameters ...)
public DisplayVideo.Partners partners()
The typical use is:
DisplayVideo displayvideo = new DisplayVideo(...);DisplayVideo.Partners.List request = displayvideo.partners().list(parameters ...)
public DisplayVideo.Sdfdownloadtasks sdfdownloadtasks()
The typical use is:
DisplayVideo displayvideo = new DisplayVideo(...);DisplayVideo.Sdfdownloadtasks.List request = displayvideo.sdfdownloadtasks().list(parameters ...)
public DisplayVideo.TargetingTypes targetingTypes()
The typical use is:
DisplayVideo displayvideo = new DisplayVideo(...);DisplayVideo.TargetingTypes.List request = displayvideo.targetingTypes().list(parameters ...)
public DisplayVideo.Users users()
The typical use is:
DisplayVideo displayvideo = new DisplayVideo(...);DisplayVideo.Users.List request = displayvideo.users().list(parameters ...)
Copyright © 2011–2026 Google. All rights reserved.