list
public AdMob.Accounts.AdUnits.List list(String parent)
throws IOException
List the ad units under the specified AdMob account.
Create a request for the method "adUnits.list".
This request holds the parameters needed by the admob server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
- Parameters:
parent - Required. Resource name of the account to list ad units for. Example: accounts/pub-9876543210987654
- Returns:
- the request
- Throws:
IOException