| Package | Description |
|---|---|
| com.google.api.services.dfareporting | |
| com.google.api.services.dfareporting.model |
| Modifier and Type | Method and Description |
|---|---|
Dfareporting.PlacementStrategies.Insert |
Dfareporting.PlacementStrategies.insert(java.lang.Long profileId,
PlacementStrategy content)
Inserts a new placement strategy.
|
Dfareporting.PlacementStrategies.Patch |
Dfareporting.PlacementStrategies.patch(java.lang.Long profileId,
java.lang.Long id,
PlacementStrategy content)
Updates an existing placement strategy.
|
Dfareporting.PlacementStrategies.Update |
Dfareporting.PlacementStrategies.update(java.lang.Long profileId,
PlacementStrategy content)
Updates an existing placement strategy.
|
| Constructor and Description |
|---|
Dfareporting.PlacementStrategies.Insert(java.lang.Long profileId,
PlacementStrategy content)
Inserts a new placement strategy.
|
Dfareporting.PlacementStrategies.Patch(java.lang.Long profileId,
java.lang.Long id,
PlacementStrategy content)
Updates an existing placement strategy.
|
Dfareporting.PlacementStrategies.Update(java.lang.Long profileId,
PlacementStrategy content)
Updates an existing placement strategy.
|
| Modifier and Type | Method and Description |
|---|---|
PlacementStrategy |
PlacementStrategy.clone() |
PlacementStrategy |
PlacementStrategy.set(java.lang.String fieldName,
java.lang.Object value) |
PlacementStrategy |
PlacementStrategy.setAccountId(java.lang.Long accountId)
Account ID of this placement strategy.This is a read-only field that can be left blank.
|
PlacementStrategy |
PlacementStrategy.setId(java.lang.Long id)
ID of this placement strategy.
|
PlacementStrategy |
PlacementStrategy.setKind(java.lang.String kind)
Identifies what kind of resource this is.
|
PlacementStrategy |
PlacementStrategy.setName(java.lang.String name)
Name of this placement strategy.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PlacementStrategy> |
PlacementStrategiesListResponse.getPlacementStrategies()
Placement strategy collection.
|
| Modifier and Type | Method and Description |
|---|---|
PlacementStrategiesListResponse |
PlacementStrategiesListResponse.setPlacementStrategies(java.util.List<PlacementStrategy> placementStrategies)
Placement strategy collection.
|