Service
MutateJobService
Dependencies
mutate()
▼
SimpleMutateJob
Inheritance
Job
▼
SimpleMutateJob
A mutation job, which was submitted using MutateJobService.mutate, and will execute asynchronously sometime after submission.
- Namespace
-
https://adwords.google.com/api/adwords/cm/v201506
- Fields
Field | Type | Description |
---|---|---|
Job (inherited) | ||
failureReason ReadOnly
|
ApiErrorReason
|
Failure reason if this job has failed. This field is read only and will be ignored when sent to the API. |
stats ReadOnly
|
JobStats
|
The statistics concerning the processing of this job. This field is read only and will be ignored when sent to the API. |
billingSummary ReadOnly
|
BillingSummary
|
The billing summary specifying the cost of this job. This field is read only and will be ignored when sent to the API. |
Job.Type |
xsd:string
|
Indicates that this instance is a subtype of Job. Although this field is returned in the response, it is ignored on input and cannot be selected. Specify xsi:type instead. |
SimpleMutateJob | ||
id |
xsd:long
|
The unique id of the job, which can be used to query it's state and results. |
status |
BasicJobStatus
|
status of the job. if COMPLETED , the id can be used to query
MutateJobService.getResult.
Enumerations
|
history |
JobEvent[]
|
History of this job. |