public class DisplayVideo.Advertisers.LocationLists.AssignedLocations extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
DisplayVideo.Advertisers.LocationLists.AssignedLocations.BulkEdit |
class |
DisplayVideo.Advertisers.LocationLists.AssignedLocations.Create |
class |
DisplayVideo.Advertisers.LocationLists.AssignedLocations.Delete |
class |
DisplayVideo.Advertisers.LocationLists.AssignedLocations.List |
| Constructor and Description |
|---|
AssignedLocations() |
| Modifier and Type | Method and Description |
|---|---|
DisplayVideo.Advertisers.LocationLists.AssignedLocations.BulkEdit |
bulkEdit(Long advertiserId,
Long locationListId,
BulkEditAssignedLocationsRequest content)
Bulk edits multiple assignments between locations and a single location list.
|
DisplayVideo.Advertisers.LocationLists.AssignedLocations.Create |
create(Long advertiserId,
Long locationListId,
AssignedLocation content)
Creates an assignment between a location and a location list.
|
DisplayVideo.Advertisers.LocationLists.AssignedLocations.Delete |
delete(Long advertiserId,
Long locationListId,
Long assignedLocationId)
Deletes the assignment between a location and a location list.
|
DisplayVideo.Advertisers.LocationLists.AssignedLocations.List |
list(Long advertiserId,
Long locationListId)
Lists locations assigned to a location list.
|
public DisplayVideo.Advertisers.LocationLists.AssignedLocations.BulkEdit bulkEdit(Long advertiserId, Long locationListId, BulkEditAssignedLocationsRequest 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.locationListId - Required. The ID of the location list to which these assignments are assigned.content - the BulkEditAssignedLocationsRequestIOExceptionpublic DisplayVideo.Advertisers.LocationLists.AssignedLocations.Create create(Long advertiserId, Long locationListId, AssignedLocation 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.locationListId - Required. The ID of the location list for which the assignment will be created.content - the AssignedLocationIOExceptionpublic DisplayVideo.Advertisers.LocationLists.AssignedLocations.Delete delete(Long advertiserId, Long locationListId, Long assignedLocationId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.advertiserId - Required. The ID of the DV360 advertiser to which the location list belongs.locationListId - Required. The ID of the location list to which this assignment is assigned.assignedLocationId - Required. The ID of the assigned location to delete.IOExceptionpublic DisplayVideo.Advertisers.LocationLists.AssignedLocations.List list(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 location list belongs.locationListId - Required. The ID of the location list to which these assignments are assigned.IOExceptionCopyright © 2011–2026 Google. All rights reserved.