list
public Doubleclicksearch.SavedColumns.List list(java.lang.Long agencyId,
java.lang.Long advertiserId)
throws java.io.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:
java.io.IOException