public class Dfareporting.PlacementGroups extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Dfareporting.PlacementGroups.Get |
class |
Dfareporting.PlacementGroups.Insert |
class |
Dfareporting.PlacementGroups.List |
class |
Dfareporting.PlacementGroups.Patch |
class |
Dfareporting.PlacementGroups.Update |
| Constructor and Description |
|---|
PlacementGroups() |
| Modifier and Type | Method and Description |
|---|---|
Dfareporting.PlacementGroups.Get |
get(Long profileId,
Long id)
Gets one placement group by ID.
|
Dfareporting.PlacementGroups.Insert |
insert(Long profileId,
PlacementGroup content)
Inserts a new placement group.
|
Dfareporting.PlacementGroups.List |
list(Long profileId)
Retrieves a list of placement groups, possibly filtered.
|
Dfareporting.PlacementGroups.Patch |
patch(Long profileId,
Long id,
PlacementGroup content)
Updates an existing placement group.
|
Dfareporting.PlacementGroups.Update |
update(Long profileId,
PlacementGroup content)
Updates an existing placement group.
|
public Dfareporting.PlacementGroups.Get get(Long profileId, Long id) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.id - Placement group ID.IOExceptionpublic Dfareporting.PlacementGroups.Insert insert(Long profileId, PlacementGroup content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.content - the PlacementGroupIOExceptionpublic Dfareporting.PlacementGroups.List list(Long profileId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.IOExceptionpublic Dfareporting.PlacementGroups.Patch patch(Long profileId, Long id, PlacementGroup content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.id - Required. Placement ID.content - the PlacementGroupIOExceptionpublic Dfareporting.PlacementGroups.Update update(Long profileId, PlacementGroup content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.content - the PlacementGroupIOExceptionCopyright © 2011–2023 Google. All rights reserved.