com.google.api.adwords.v11
Interface ReportInterface
- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- ReportServiceSoapBindingStub
public interface ReportInterface
- extends java.rmi.Remote
deleteReport
void deleteReport(long reportJobId)
throws java.rmi.RemoteException,
ApiException
- Throws:
java.rmi.RemoteException
ApiException
getAllJobs
ReportJob[] getAllJobs()
throws java.rmi.RemoteException,
ApiException
- Throws:
java.rmi.RemoteException
ApiException
getGzipReportDownloadUrl
java.lang.String getGzipReportDownloadUrl(long reportJobId)
throws java.rmi.RemoteException,
ApiException
- Throws:
java.rmi.RemoteException
ApiException
getReportDownloadUrl
java.lang.String getReportDownloadUrl(long reportJobId)
throws java.rmi.RemoteException,
ApiException
- Throws:
java.rmi.RemoteException
ApiException
getReportJobStatus
ReportJobStatus getReportJobStatus(long reportJobId)
throws java.rmi.RemoteException,
ApiException
- Throws:
java.rmi.RemoteException
ApiException
scheduleReportJob
long scheduleReportJob(ReportJob job)
throws java.rmi.RemoteException,
ApiException
- Throws:
java.rmi.RemoteException
ApiException
validateReportJob
void validateReportJob(ReportJob job)
throws java.rmi.RemoteException,
ApiException
- Throws:
java.rmi.RemoteException
ApiException
Copyright © 2005 Google Corp. All Rights Reserved.