public class DisplayVideo.Advertisers.AdGroupAds extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
DisplayVideo.Advertisers.AdGroupAds.Get |
class |
DisplayVideo.Advertisers.AdGroupAds.List |
| Constructor and Description |
|---|
AdGroupAds() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public 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 group 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 ad groups belongs to.IOExceptionCopyright © 2011–2025 Google. All rights reserved.