Service
MutateJobService
Dependencies
mutate()
▼
SimpleMutateJob
Inheritance
A mutation job, which was submitted using MutateJobService.mutate, and will execute asynchronously sometime after submission.
- Namespace
-
https://adwords.google.com/api/adwords/cm/v201306
- Fields
Field | Type | Description |
---|---|---|
Job (inherited) | ||
failureReason ReadOnly
|
ApiErrorReason
|
Failure reason if this job has failed. This field is read only and should not be set. If this field is sent to the API, it will be ignored. |
stats ReadOnly
|
The statistics concerning the processing of this job. This field is read only and should not be set. If this field is sent to the API, it will be ignored. | |
billingSummary ReadOnly
|
BillingSummary
|
The billing summary specifying the cost of this job. This field is read only and should not be set. If this field is sent to the API, it will be ignored. |
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 | History of this job. |