public class DisplayVideo.Advertisers.AdGroupAds extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
DisplayVideo.Advertisers.AdGroupAds.Create |
class |
DisplayVideo.Advertisers.AdGroupAds.Delete |
class |
DisplayVideo.Advertisers.AdGroupAds.Get |
class |
DisplayVideo.Advertisers.AdGroupAds.List |
class |
DisplayVideo.Advertisers.AdGroupAds.Patch |
| Constructor and Description |
|---|
AdGroupAds() |
| Modifier and Type | Method and Description |
|---|---|
DisplayVideo.Advertisers.AdGroupAds.Create |
create(Long advertiserId,
AdGroupAd content)
Creates an ad group ad.
|
DisplayVideo.Advertisers.AdGroupAds.Delete |
delete(Long advertiserId,
Long adGroupAdId)
Deletes an ad group ad.
|
DisplayVideo.Advertisers.AdGroupAds.Get |
get(Long advertiserId,
Long adGroupAdId)
Gets an ad group ad.
|
DisplayVideo.Advertisers.AdGroupAds.List |
list(Long advertiserId)
Lists ad group ads.
|
DisplayVideo.Advertisers.AdGroupAds.Patch |
patch(Long advertiserId,
Long adGroupAdId,
AdGroupAd content)
Updates an ad group ad.
|
public DisplayVideo.Advertisers.AdGroupAds.Create create(Long advertiserId, AdGroupAd content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.advertiserId - Output only. The unique ID of the advertiser the ad belongs to.content - the AdGroupAdIOExceptionpublic DisplayVideo.Advertisers.AdGroupAds.Delete delete(Long advertiserId, Long adGroupAdId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.advertiserId - Required. The ID of the advertiser the ad belongs to.adGroupAdId - Required. The ID of the ad to delete. Only Demand Gen ads are supported.IOExceptionpublic DisplayVideo.Advertisers.AdGroupAds.Get get(Long advertiserId, Long adGroupAdId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.advertiserId - Required. The ID of the advertiser this ad group ad belongs to.adGroupAdId - Required. The ID of the ad to fetch.IOExceptionpublic DisplayVideo.Advertisers.AdGroupAds.List list(Long advertiserId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.advertiserId - Required. The ID of the advertiser the ads belong to.IOExceptionpublic DisplayVideo.Advertisers.AdGroupAds.Patch patch(Long advertiserId, Long adGroupAdId, AdGroupAd content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.advertiserId - Output only. The unique ID of the advertiser the ad belongs to.adGroupAdId - Output only. The unique ID of the ad. Assigned by the system.content - the AdGroupAdIOExceptionCopyright © 2011–2026 Google. All rights reserved.