public class DisplayVideo.Advertisers.LocationLists extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
DisplayVideo.Advertisers.LocationLists.AssignedLocations
The "assignedLocations" collection of methods.
|
class |
DisplayVideo.Advertisers.LocationLists.Create |
class |
DisplayVideo.Advertisers.LocationLists.Get |
class |
DisplayVideo.Advertisers.LocationLists.List |
class |
DisplayVideo.Advertisers.LocationLists.Patch |
| Constructor and Description |
|---|
LocationLists() |
| Modifier and Type | Method and Description |
|---|---|
DisplayVideo.Advertisers.LocationLists.AssignedLocations |
assignedLocations()
An accessor for creating requests from the AssignedLocations collection.
|
DisplayVideo.Advertisers.LocationLists.Create |
create(Long advertiserId,
LocationList content)
Creates a new location list.
|
DisplayVideo.Advertisers.LocationLists.Get |
get(Long advertiserId,
Long locationListId)
Gets a location list.
|
DisplayVideo.Advertisers.LocationLists.List |
list(Long advertiserId)
Lists location lists based on a given advertiser id.
|
DisplayVideo.Advertisers.LocationLists.Patch |
patch(Long advertiserId,
Long locationListId,
LocationList content)
Updates a location list.
|
public DisplayVideo.Advertisers.LocationLists.Create create(Long advertiserId, LocationList content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.advertiserId - Required. The ID of the DV360 advertiser to which the location list belongs.content - the LocationListIOExceptionpublic DisplayVideo.Advertisers.LocationLists.Get get(Long advertiserId, Long locationListId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.advertiserId - Required. The ID of the DV360 advertiser to which the fetched location list belongs.locationListId - Required. The ID of the location list to fetch.IOExceptionpublic DisplayVideo.Advertisers.LocationLists.List list(Long advertiserId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.advertiserId - Required. The ID of the DV360 advertiser to which the fetched location lists belong.IOExceptionpublic DisplayVideo.Advertisers.LocationLists.Patch patch(Long advertiserId, Long locationListId, LocationList content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.advertiserId - Required. The ID of the DV360 advertiser to which the location lists belongs.locationListId - Output only. The unique ID of the location list. Assigned by the system.content - the LocationListIOExceptionpublic DisplayVideo.Advertisers.LocationLists.AssignedLocations assignedLocations()
The typical use is:
DisplayVideo displayvideo = new DisplayVideo(...);DisplayVideo.AssignedLocations.List request = displayvideo.assignedLocations().list(parameters ...)
Copyright © 2011–2026 Google. All rights reserved.