| Package | Description |
|---|---|
| com.google.api.ads.admanager.axis.v202005 |
| Modifier and Type | Method and Description |
|---|---|
AdUnit[] |
InventoryServiceInterface.createAdUnits(AdUnit[] adUnits)
Creates new
AdUnit objects. |
AdUnit[] |
InventoryServiceSoapBindingStub.createAdUnits(AdUnit[] adUnits) |
AdUnit[] |
AdUnitPage.getResults()
Gets the results value for this AdUnitPage.
|
AdUnit |
AdUnitPage.getResults(int i) |
AdUnit[] |
InventoryServiceInterface.updateAdUnits(AdUnit[] adUnits)
Updates the specified
AdUnit objects. |
AdUnit[] |
InventoryServiceSoapBindingStub.updateAdUnits(AdUnit[] adUnits) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<AdUnit> |
AdUnitPage.iterator()
Returns an iterator over this page's
results that:
Will not be null.
Will not support Iterator.remove().
|
| Modifier and Type | Method and Description |
|---|---|
AdUnit[] |
InventoryServiceInterface.createAdUnits(AdUnit[] adUnits)
Creates new
AdUnit objects. |
AdUnit[] |
InventoryServiceSoapBindingStub.createAdUnits(AdUnit[] adUnits) |
void |
AdUnitPage.setResults(AdUnit[] results)
Sets the results value for this AdUnitPage.
|
void |
AdUnitPage.setResults(int i,
AdUnit _value) |
AdUnit[] |
InventoryServiceInterface.updateAdUnits(AdUnit[] adUnits)
Updates the specified
AdUnit objects. |
AdUnit[] |
InventoryServiceSoapBindingStub.updateAdUnits(AdUnit[] adUnits) |
| Constructor and Description |
|---|
AdUnitPage(Integer totalResultSetSize,
Integer startIndex,
AdUnit[] results) |
Copyright © 2021. All rights reserved.