Package | Description |
---|---|
com.google.api.services.dfareporting | |
com.google.api.services.dfareporting.model |
Modifier and Type | Method and Description |
---|---|
Dfareporting.AdvertiserGroups.Insert |
Dfareporting.AdvertiserGroups.insert(Long profileId,
AdvertiserGroup content)
Inserts a new advertiser group.
|
Dfareporting.AdvertiserGroups.Patch |
Dfareporting.AdvertiserGroups.patch(Long profileId,
Long id,
AdvertiserGroup content)
Updates an existing advertiser group.
|
Dfareporting.AdvertiserGroups.Update |
Dfareporting.AdvertiserGroups.update(Long profileId,
AdvertiserGroup content)
Updates an existing advertiser group.
|
Constructor and Description |
---|
Insert(Long profileId,
AdvertiserGroup content)
Inserts a new advertiser group.
|
Patch(Long profileId,
Long id,
AdvertiserGroup content)
Updates an existing advertiser group.
|
Update(Long profileId,
AdvertiserGroup content)
Updates an existing advertiser group.
|
Modifier and Type | Method and Description |
---|---|
AdvertiserGroup |
AdvertiserGroup.clone() |
AdvertiserGroup |
AdvertiserGroup.set(String fieldName,
Object value) |
AdvertiserGroup |
AdvertiserGroup.setAccountId(Long accountId)
Account ID of this advertiser group.
|
AdvertiserGroup |
AdvertiserGroup.setId(Long id)
ID of this advertiser group.
|
AdvertiserGroup |
AdvertiserGroup.setKind(String kind)
Identifies what kind of resource this is.
|
AdvertiserGroup |
AdvertiserGroup.setName(String name)
Name of this advertiser group.
|
Modifier and Type | Method and Description |
---|---|
List<AdvertiserGroup> |
AdvertiserGroupsListResponse.getAdvertiserGroups()
Advertiser group collection.
|
Modifier and Type | Method and Description |
---|---|
AdvertiserGroupsListResponse |
AdvertiserGroupsListResponse.setAdvertiserGroups(List<AdvertiserGroup> advertiserGroups)
Advertiser group collection.
|
Copyright © 2011–2025 Google. All rights reserved.