list
public AdMob.Accounts.AdSources.Adapters.List list(String parent)
throws IOException
List the adapters of the ad source.
Create a request for the method "adapters.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. The parent which owns this collection of adapters. Format:
accounts/{publisher_id}/adSources/{ad_source_id}
- Returns:
- the request
- Throws:
IOException