|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.axis.client.Stub
com.google.api.ads.adwords.v201109.cm.BulkMutateJobServiceSoapBindingStub
public class BulkMutateJobServiceSoapBindingStub
| Field Summary |
|---|
| Fields inherited from class org.apache.axis.client.Stub |
|---|
_call, cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, service |
| Fields inherited from interface javax.xml.rpc.Stub |
|---|
ENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY |
| Constructor Summary | |
|---|---|
BulkMutateJobServiceSoapBindingStub()
|
|
BulkMutateJobServiceSoapBindingStub(javax.xml.rpc.Service service)
|
|
BulkMutateJobServiceSoapBindingStub(URL endpointURL,
javax.xml.rpc.Service service)
|
|
| Method Summary | |
|---|---|
protected org.apache.axis.client.Call |
createCall()
|
BulkMutateJob[] |
get(BulkMutateJobSelector selector)
Returns a list of bulk mutate jobs. |
BulkMutateJob |
mutate(JobOperation operation)
Adds or updates a bulk mutate job. |
| Methods inherited from class org.apache.axis.client.Stub |
|---|
_createCall, _getCall, _getProperty, _getPropertyNames, _getService, _setProperty, addAttachment, clearAttachments, clearHeaders, extractAttachments, firstCall, getAttachments, getHeader, getHeaders, getPassword, getPortName, getResponseHeader, getResponseHeaders, getResponseHeaders, getTimeout, getUsername, removeProperty, setAttachments, setHeader, setHeader, setMaintainSession, setPassword, setPortName, setPortName, setRequestHeaders, setTimeout, setUsername |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BulkMutateJobServiceSoapBindingStub()
throws org.apache.axis.AxisFault
org.apache.axis.AxisFault
public BulkMutateJobServiceSoapBindingStub(URL endpointURL,
javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
org.apache.axis.AxisFault
public BulkMutateJobServiceSoapBindingStub(javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
org.apache.axis.AxisFault| Method Detail |
|---|
protected org.apache.axis.client.Call createCall()
throws RemoteException
RemoteException
public BulkMutateJob[] get(BulkMutateJobSelector selector)
throws RemoteException,
ApiException
BulkMutateJobServiceInterface
get in interface BulkMutateJobServiceInterfaceselector - Specifies which jobs to return.
If the selector is empty, all jobs are returned.
selector criteria.
ApiException - if problems occurred while fetching the jobs
RemoteException
public BulkMutateJob mutate(JobOperation operation)
throws RemoteException,
ApiException
BulkMutateJobServiceInterfaceUse the «ADD» operator to submit a new job, and the «SET» operator to add additional request parts to an existing job. The «DELETE» operator is not supported. From v201008 and later, use the «REMOVE» operator to cancel a job. Only jobs that still have pending additions of request parts may be canceled.
Note: In the current implementation, the check for duplicate job keys is only "best effort", and may not prevent jobs with the same keys from being accepted if they are submitted around the same instant.
mutate in interface BulkMutateJobServiceInterfaceoperation - The operation to perform.
ApiException - if problems occurred while creating or updating
jobs
RemoteException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||