Package | Description |
---|---|
com.google.api.services.dfareporting.model |
Modifier and Type | Method and Description |
---|---|
PlacementAssignment |
PlacementAssignment.clone() |
PlacementAssignment |
PlacementAssignment.set(String fieldName,
Object value) |
PlacementAssignment |
PlacementAssignment.setActive(Boolean active)
Whether this placement assignment is active.
|
PlacementAssignment |
PlacementAssignment.setPlacementId(Long placementId)
ID of the placement to be assigned.
|
PlacementAssignment |
PlacementAssignment.setPlacementIdDimensionValue(DimensionValue placementIdDimensionValue)
Dimension value for the ID of the placement.
|
PlacementAssignment |
PlacementAssignment.setSslRequired(Boolean sslRequired)
Whether the placement to be assigned requires SSL.
|
Modifier and Type | Method and Description |
---|---|
List<PlacementAssignment> |
Ad.getPlacementAssignments()
Placement assignments for this ad.
|
Modifier and Type | Method and Description |
---|---|
Ad |
Ad.setPlacementAssignments(List<PlacementAssignment> placementAssignments)
Placement assignments for this ad.
|
Copyright © 2011–2025 Google. All rights reserved.