generate
public AdMob.Accounts.MediationReport.Generate generate(String parent,
GenerateMediationReportRequest content)
throws IOException
Generates an AdMob mediation report based on the provided report specification. Returns result of
a server-side streaming RPC. The result is returned in a sequence of responses.
Create a request for the method "mediationReport.generate".
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 - Resource name of the account to generate the report for. Example: accounts/pub-9876543210987654
content - the GenerateMediationReportRequest
- Returns:
- the request
- Throws:
IOException