public class DisplayVideo.Advertisers.LineItems extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
DisplayVideo.Advertisers.LineItems.BulkEditAssignedTargetingOptions |
class |
DisplayVideo.Advertisers.LineItems.BulkListAssignedTargetingOptions |
class |
DisplayVideo.Advertisers.LineItems.BulkUpdate |
class |
DisplayVideo.Advertisers.LineItems.Create |
class |
DisplayVideo.Advertisers.LineItems.Delete |
class |
DisplayVideo.Advertisers.LineItems.Duplicate |
class |
DisplayVideo.Advertisers.LineItems.Get |
class |
DisplayVideo.Advertisers.LineItems.List |
class |
DisplayVideo.Advertisers.LineItems.Patch |
class |
DisplayVideo.Advertisers.LineItems.TargetingTypes
The "targetingTypes" collection of methods.
|
| Constructor and Description |
|---|
LineItems() |
public DisplayVideo.Advertisers.LineItems.BulkEditAssignedTargetingOptions bulkEditAssignedTargetingOptions(Long advertiserId, BulkEditAssignedTargetingOptionsRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the
remote operation.advertiserId - Required. The ID of the advertiser the line items belong to.content - the BulkEditAssignedTargetingOptionsRequestIOExceptionpublic DisplayVideo.Advertisers.LineItems.BulkListAssignedTargetingOptions bulkListAssignedTargetingOptions(Long advertiserId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the
remote operation.advertiserId - Required. The ID of the advertiser the line items belongs to.IOExceptionpublic DisplayVideo.Advertisers.LineItems.BulkUpdate bulkUpdate(Long advertiserId, BulkUpdateLineItemsRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.advertiserId - Required. The ID of the advertiser this line item belongs to.content - the BulkUpdateLineItemsRequestIOExceptionpublic DisplayVideo.Advertisers.LineItems.Create create(Long advertiserId, LineItem content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.advertiserId - Output only. The unique ID of the advertiser the line item belongs to.content - the LineItemIOExceptionpublic DisplayVideo.Advertisers.LineItems.Delete delete(Long advertiserId, Long lineItemId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.advertiserId - The ID of the advertiser this line item belongs to.lineItemId - The ID of the line item to delete.IOExceptionpublic DisplayVideo.Advertisers.LineItems.Duplicate duplicate(Long advertiserId, Long lineItemId, DuplicateLineItemRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.advertiserId - Required. The ID of the advertiser this line item belongs to.lineItemId - Required. The ID of the line item to duplicate.content - the DuplicateLineItemRequestIOExceptionpublic DisplayVideo.Advertisers.LineItems.Get get(Long advertiserId, Long lineItemId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.advertiserId - Required. The ID of the advertiser this line item belongs to.lineItemId - Required. The ID of the line item to fetch.IOExceptionpublic DisplayVideo.Advertisers.LineItems.List list(Long advertiserId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.advertiserId - Required. The ID of the advertiser to list line items for.IOExceptionpublic DisplayVideo.Advertisers.LineItems.Patch patch(Long advertiserId, Long lineItemId, LineItem content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.advertiserId - Output only. The unique ID of the advertiser the line item belongs to.lineItemId - Output only. The unique ID of the line item. Assigned by the system.content - the LineItemIOExceptionpublic DisplayVideo.Advertisers.LineItems.TargetingTypes targetingTypes()
The typical use is:
DisplayVideo displayvideo = new DisplayVideo(...);DisplayVideo.TargetingTypes.List request = displayvideo.targetingTypes().list(parameters ...)
Copyright © 2011–2026 Google. All rights reserved.