public class DisplayVideo.Advertisers.ManualTriggers extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
DisplayVideo.Advertisers.ManualTriggers.Activate |
class |
DisplayVideo.Advertisers.ManualTriggers.Create |
class |
DisplayVideo.Advertisers.ManualTriggers.Deactivate |
class |
DisplayVideo.Advertisers.ManualTriggers.Get |
class |
DisplayVideo.Advertisers.ManualTriggers.List |
class |
DisplayVideo.Advertisers.ManualTriggers.Patch |
| Constructor and Description |
|---|
ManualTriggers() |
| Modifier and Type | Method and Description |
|---|---|
DisplayVideo.Advertisers.ManualTriggers.Activate |
activate(Long advertiserId,
Long triggerId,
ActivateManualTriggerRequest content)
Activates a manual trigger.
|
DisplayVideo.Advertisers.ManualTriggers.Create |
create(Long advertiserId,
ManualTrigger content)
Creates a new manual trigger.
|
DisplayVideo.Advertisers.ManualTriggers.Deactivate |
deactivate(Long advertiserId,
Long triggerId,
DeactivateManualTriggerRequest content)
Deactivates a manual trigger.
|
DisplayVideo.Advertisers.ManualTriggers.Get |
get(Long advertiserId,
Long triggerId)
Gets a manual trigger.
|
DisplayVideo.Advertisers.ManualTriggers.List |
list(Long advertiserId)
Lists manual triggers that are accessible to the current user for a given advertiser ID.
|
DisplayVideo.Advertisers.ManualTriggers.Patch |
patch(Long advertiserId,
Long triggerId,
ManualTrigger content)
Updates a manual trigger.
|
public DisplayVideo.Advertisers.ManualTriggers.Activate activate(Long advertiserId, Long triggerId, ActivateManualTriggerRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.advertiserId - Required. The ID of the advertiser that the manual trigger belongs.triggerId - Required. The ID of the manual trigger to activate.content - the ActivateManualTriggerRequestIOExceptionpublic DisplayVideo.Advertisers.ManualTriggers.Create create(Long advertiserId, ManualTrigger content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.advertiserId - Required. Immutable. The unique ID of the advertiser that the manual trigger belongs to.content - the ManualTriggerIOExceptionpublic DisplayVideo.Advertisers.ManualTriggers.Deactivate deactivate(Long advertiserId, Long triggerId, DeactivateManualTriggerRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.advertiserId - Required. The ID of the advertiser that the manual trigger belongs.triggerId - Required. The ID of the manual trigger to deactivate.content - the DeactivateManualTriggerRequestIOExceptionpublic DisplayVideo.Advertisers.ManualTriggers.Get get(Long advertiserId, Long triggerId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.advertiserId - Required. The ID of the advertiser this manual trigger belongs to.triggerId - Required. The ID of the manual trigger to fetch.IOExceptionpublic DisplayVideo.Advertisers.ManualTriggers.List list(Long advertiserId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.advertiserId - Required. The ID of the advertiser that the fetched manual triggers belong to.IOExceptionpublic DisplayVideo.Advertisers.ManualTriggers.Patch patch(Long advertiserId, Long triggerId, ManualTrigger content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.advertiserId - Required. Immutable. The unique ID of the advertiser that the manual trigger belongs to.triggerId - Output only. The unique ID of the manual trigger.content - the ManualTriggerIOExceptionCopyright © 2011–2026 Google. All rights reserved.