| 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(java.lang.Long profileId,
AdvertiserGroup content)
Inserts a new advertiser group.
|
Dfareporting.AdvertiserGroups.Patch |
Dfareporting.AdvertiserGroups.patch(java.lang.Long profileId,
java.lang.Long id,
AdvertiserGroup content)
Updates an existing advertiser group.
|
Dfareporting.AdvertiserGroups.Update |
Dfareporting.AdvertiserGroups.update(java.lang.Long profileId,
AdvertiserGroup content)
Updates an existing advertiser group.
|
| Constructor and Description |
|---|
Dfareporting.AdvertiserGroups.Insert(java.lang.Long profileId,
AdvertiserGroup content)
Inserts a new advertiser group.
|
Dfareporting.AdvertiserGroups.Patch(java.lang.Long profileId,
java.lang.Long id,
AdvertiserGroup content)
Updates an existing advertiser group.
|
Dfareporting.AdvertiserGroups.Update(java.lang.Long profileId,
AdvertiserGroup content)
Updates an existing advertiser group.
|
| Modifier and Type | Method and Description |
|---|---|
AdvertiserGroup |
AdvertiserGroup.clone() |
AdvertiserGroup |
AdvertiserGroup.set(java.lang.String fieldName,
java.lang.Object value) |
AdvertiserGroup |
AdvertiserGroup.setAccountId(java.lang.Long accountId)
Account ID of this advertiser group.
|
AdvertiserGroup |
AdvertiserGroup.setId(java.lang.Long id)
ID of this advertiser group.
|
AdvertiserGroup |
AdvertiserGroup.setKind(java.lang.String kind)
Identifies what kind of resource this is.
|
AdvertiserGroup |
AdvertiserGroup.setName(java.lang.String name)
Name of this advertiser group.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AdvertiserGroup> |
AdvertiserGroupsListResponse.getAdvertiserGroups()
Advertiser group collection.
|
| Modifier and Type | Method and Description |
|---|---|
AdvertiserGroupsListResponse |
AdvertiserGroupsListResponse.setAdvertiserGroups(java.util.List<AdvertiserGroup> advertiserGroups)
Advertiser group collection.
|