Ads API .NET library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Google.Api.Ads.AdManager.v202305.ReportServiceInterface Interface Reference
Inheritance diagram for Google.Api.Ads.AdManager.v202305.ReportServiceInterface:
Google.Api.Ads.AdManager.v202305.IReportService Google.Api.Ads.AdManager.v202305.ReportServiceInterfaceChannel Google.Api.Ads.AdManager.v202305.ReportService

Public Member Functions

string getReportDownloadURL (long reportJobId, Google.Api.Ads.AdManager.v202305.ExportFormat exportFormat)
 
System.Threading.Tasks.Task
< string > 
getReportDownloadURLAsync (long reportJobId, Google.Api.Ads.AdManager.v202305.ExportFormat exportFormat)
 
string getReportDownloadUrlWithOptions (long reportJobId, Google.Api.Ads.AdManager.v202305.ReportDownloadOptions reportDownloadOptions)
 
System.Threading.Tasks.Task
< string > 
getReportDownloadUrlWithOptionsAsync (long reportJobId, Google.Api.Ads.AdManager.v202305.ReportDownloadOptions reportDownloadOptions)
 
Google.Api.Ads.AdManager.v202305.ReportJobStatus getReportJobStatus (long reportJobId)
 
System.Threading.Tasks.Task
< Google.Api.Ads.AdManager.v202305.ReportJobStatus
getReportJobStatusAsync (long reportJobId)
 
Google.Api.Ads.AdManager.v202305.SavedQueryPage getSavedQueriesByStatement (Google.Api.Ads.AdManager.v202305.Statement filterStatement)
 
System.Threading.Tasks.Task
< Google.Api.Ads.AdManager.v202305.SavedQueryPage
getSavedQueriesByStatementAsync (Google.Api.Ads.AdManager.v202305.Statement filterStatement)
 
Google.Api.Ads.AdManager.v202305.ReportJob runReportJob (Google.Api.Ads.AdManager.v202305.ReportJob reportJob)
 
System.Threading.Tasks.Task
< Google.Api.Ads.AdManager.v202305.ReportJob
runReportJobAsync (Google.Api.Ads.AdManager.v202305.ReportJob reportJob)
 

Member Function Documentation

string Google.Api.Ads.AdManager.v202305.ReportServiceInterface.getReportDownloadURL ( long  reportJobId,
Google.Api.Ads.AdManager.v202305.ExportFormat  exportFormat 
)
System.Threading.Tasks.Task<string> Google.Api.Ads.AdManager.v202305.ReportServiceInterface.getReportDownloadURLAsync ( long  reportJobId,
Google.Api.Ads.AdManager.v202305.ExportFormat  exportFormat 
)
string Google.Api.Ads.AdManager.v202305.ReportServiceInterface.getReportDownloadUrlWithOptions ( long  reportJobId,
Google.Api.Ads.AdManager.v202305.ReportDownloadOptions  reportDownloadOptions 
)
System.Threading.Tasks.Task<string> Google.Api.Ads.AdManager.v202305.ReportServiceInterface.getReportDownloadUrlWithOptionsAsync ( long  reportJobId,
Google.Api.Ads.AdManager.v202305.ReportDownloadOptions  reportDownloadOptions 
)
Google.Api.Ads.AdManager.v202305.ReportJobStatus Google.Api.Ads.AdManager.v202305.ReportServiceInterface.getReportJobStatus ( long  reportJobId)
System.Threading.Tasks.Task<Google.Api.Ads.AdManager.v202305.ReportJobStatus> Google.Api.Ads.AdManager.v202305.ReportServiceInterface.getReportJobStatusAsync ( long  reportJobId)
Google.Api.Ads.AdManager.v202305.SavedQueryPage Google.Api.Ads.AdManager.v202305.ReportServiceInterface.getSavedQueriesByStatement ( Google.Api.Ads.AdManager.v202305.Statement  filterStatement)
System.Threading.Tasks.Task<Google.Api.Ads.AdManager.v202305.SavedQueryPage> Google.Api.Ads.AdManager.v202305.ReportServiceInterface.getSavedQueriesByStatementAsync ( Google.Api.Ads.AdManager.v202305.Statement  filterStatement)
Google.Api.Ads.AdManager.v202305.ReportJob Google.Api.Ads.AdManager.v202305.ReportServiceInterface.runReportJob ( Google.Api.Ads.AdManager.v202305.ReportJob  reportJob)
System.Threading.Tasks.Task<Google.Api.Ads.AdManager.v202305.ReportJob> Google.Api.Ads.AdManager.v202305.ReportServiceInterface.runReportJobAsync ( Google.Api.Ads.AdManager.v202305.ReportJob  reportJob)

The documentation for this interface was generated from the following file: