list
public Doubleclicksearch.SavedColumns.List list(Long agencyId,
Long advertiserId)
throws IOException
Retrieve the list of saved columns for a specified advertiser.
Create a request for the method "savedColumns.list".
This request holds the parameters needed by the doubleclicksearch server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
agencyId
- DS ID of the agency.
advertiserId
- DS ID of the advertiser.
- Returns:
- the request
- Throws:
IOException