| Interface | Description |
|---|---|
| AdHocReportDownloadHelperInterface |
Helper object that handles AdWords API report requests.
|
| BatchJobHelperInterface<OperationT,OperandT,ErrorT,ResultT extends BatchJobMutateResultInterface<OperandT,ErrorT>,ResponseT extends BatchJobMutateResponseInterface<OperandT,ErrorT,ResultT>> |
Utility for uploading operations and downloading results for a
BatchJob. |
| BatchJobMutateRequestInterface |
A request containing operations for a
BatchJob. |
| BatchJobMutateResponseInterface<O,E,R extends BatchJobMutateResultInterface<O,E>> |
A response containing the results of a batch job's attempted operations,
downloaded from the job's
downloadUrl after job completion. |
| BatchJobMutateResultInterface<O,E> |
The result of a single attempted operation from a batch job.
|
| BatchJobMutateResultInterface.BatchJobErrorListInterface<E> |
A list of errors for a single result.
|
| BatchJobUploadBodyProvider |
Translates a batch job mutate request into HTTP content for uploading.
|
| DetailedReportDownloadResponseException.Builder |
Builder to allow utilities to create version-specific exceptions.
|
| QueryBuilderInterface<QueryT> |
A builder for query objects.
|
| QueryBuilderInterface.WhereBuilderInterface<QueryT> |
A builder for the WHERE clause of queries.
|
| ReportQueryInterface |
An AWQL report query for downloading AdWords API reports.
|
| ReportQueryInterface.BuilderInterface |
Builds an AWQL report query.
|
| ReportQueryInterface.BuilderInterface.ReportWhereBuilderInterface<BuilderT extends ReportQueryInterface.BuilderInterface> |
A builder for the WHERE clause of queries.
|
| ReportRequest |
Wrapper for AdWords API report requests.
|
| SelectorBuilderInterface<SelectorT> |
A builder for
Selector objects. |
| ServiceQueryInterface<PageT> |
An AWQL query for querying with AdWords API services.
|
| ServiceQueryInterface.BuilderInterface<PageT,SortOrderT> |
Builds an AWQL query.
|
| ServiceQueryInterface.BuilderInterface.ServiceWhereBuilderInterface<PageT,SortOrderT,BuilderT extends ServiceQueryInterface.BuilderInterface<PageT,SortOrderT>> |
A builder for the WHERE clause of queries.
|
| Class | Description |
|---|---|
| AdHocReportDownloadHelper |
Helper class that handles AdHoc report downloads.
|
| AdWordsInternals |
Provides access to some internal guice-injected objects.
|
| BatchJobUploader |
Utility for uploading operations to a BatchJob and downloading results from
a completed BatchJob.
|
| BatchJobUploadResponse |
Holder class for a successful batch job upload response per the
Google Cloud Storage
guidelines.
|
| BatchJobUploadStatus |
Status of the upload process for a batch job.
|
| QueryBuilder<QueryBuilderT extends QueryBuilder<QueryBuilderT,QueryT>,QueryT> |
A builder for query objects.
|
| RawReportDownloadResponse |
Holder class for http status and response body.
|
| ReportDownloadResponse |
Holder class for http status and response body for a successful request.
|
| ReportRequestFactoryHelper |
Helper class that generates a configured HttpURLConnection for report downloads.
|
| Enum | Description |
|---|---|
| ReportRequest.RequestType |
Enumeration of the different types of report requests supported by the AdWords API.
|
| Exception | Description |
|---|---|
| BatchJobException |
Exception thrown while uploading operations or downloading results
for a
BatchJob. |
| DetailedReportDownloadResponseException |
Exception wrapping the ReportDownloadError the server responded with.
|
| ReportDownloadResponseException |
Exception thrown when we receive an error response from the server.
|
| ReportException |
Exception thrown while downloading a report and was a transport-layer problem
with the request.
|
| Annotation Type | Description |
|---|---|
| SessionUtility |
Indicates that:
This type is a utility that needs an
AdWordsSession. |
Copyright © 2018. All Rights Reserved.