|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MutateJobServiceInterface
| Method Summary | |
|---|---|
Job[] |
get(JobSelector selector)
Query the status of existing jobs, both simple and bulk API. Use a JobSelector to query and return a list which may
contain both BulkMutateJob and/or SimpleMutateJob. |
JobResult |
getResult(JobSelector selector)
Query mutation results, of a COMPLETED job.Use a JobSelector to query and return either a
BulkMutateResult or a SimpleMutateResult. |
SimpleMutateJob |
mutate(Operation[] operations,
BulkMutateJobPolicy policy)
Simplified way of submitting a mutation job. |
| Method Detail |
|---|
Job[] get(JobSelector selector)
throws RemoteException,
ApiException
JobSelector to query and return a list which may
contain both BulkMutateJob and/or SimpleMutateJob.
This method will limit the number of returned results to the most recent 100 jobs. You should use a selector which will return a reasonable number of jobs in the result.
RemoteException
ApiException
JobResult getResult(JobSelector selector)
throws RemoteException,
ApiException
COMPLETED job.JobSelector to query and return either a
BulkMutateResult or a SimpleMutateResult.
RemoteException
ApiException
SimpleMutateJob mutate(Operation[] operations,
BulkMutateJobPolicy policy)
throws RemoteException,
ApiException
get(com.google.api.ads.adwords.v201109.cm.JobSelector) and getResult(com.google.api.ads.adwords.v201109.cm.JobSelector).
policy can optionally be specified.
When this method returns with success, the job will be
in
PROCESSING or PENDING state and no further
action is
needed for the job to get executed.
You should not use the returned BulkMutateJobId with
bulk API
BulkMutateJobService#mutate method.
RemoteException
ApiException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||