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(Long profileId,
PlacementStrategy content)
Inserts a new placement strategy.
|
Dfareporting.PlacementStrategies.Patch |
Dfareporting.PlacementStrategies.patch(Long profileId,
Long id,
PlacementStrategy content)
Updates an existing placement strategy.
|
Dfareporting.PlacementStrategies.Update |
Dfareporting.PlacementStrategies.update(Long profileId,
PlacementStrategy content)
Updates an existing placement strategy.
|
Constructor and Description |
---|
Insert(Long profileId,
PlacementStrategy content)
Inserts a new placement strategy.
|
Patch(Long profileId,
Long id,
PlacementStrategy content)
Updates an existing placement strategy.
|
Update(Long profileId,
PlacementStrategy content)
Updates an existing placement strategy.
|
Modifier and Type | Method and Description |
---|---|
PlacementStrategy |
PlacementStrategy.clone() |
PlacementStrategy |
PlacementStrategy.set(String fieldName,
Object value) |
PlacementStrategy |
PlacementStrategy.setAccountId(Long accountId)
Account ID of this placement strategy.This is a read-only field that can be left blank.
|
PlacementStrategy |
PlacementStrategy.setId(Long id)
ID of this placement strategy.
|
PlacementStrategy |
PlacementStrategy.setKind(String kind)
Identifies what kind of resource this is.
|
PlacementStrategy |
PlacementStrategy.setName(String name)
Name of this placement strategy.
|
Modifier and Type | Method and Description |
---|---|
List<PlacementStrategy> |
PlacementStrategiesListResponse.getPlacementStrategies()
Placement strategy collection.
|
Modifier and Type | Method and Description |
---|---|
PlacementStrategiesListResponse |
PlacementStrategiesListResponse.setPlacementStrategies(List<PlacementStrategy> placementStrategies)
Placement strategy collection.
|
Copyright © 2011–2025 Google. All rights reserved.