public class SegmentPopulationServiceSoapBindingStub extends org.apache.axis.client.Stub implements SegmentPopulationServiceInterface
_call, cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, serviceENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY| Constructor and Description |
|---|
SegmentPopulationServiceSoapBindingStub() |
SegmentPopulationServiceSoapBindingStub(javax.xml.rpc.Service service) |
SegmentPopulationServiceSoapBindingStub(URL endpointURL,
javax.xml.rpc.Service service) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.axis.client.Call |
createCall() |
SegmentPopulationResults[] |
getSegmentPopulationResultsByIds(long[] batchUploadIds)
Returns a list of
SegmentPopulationResults for the
given batchUploadIds. |
UpdateResult |
performSegmentPopulationAction(SegmentPopulationAction action,
long[] batchUploadIds)
Performs an action on the uploads denoted by
batchUploadIds. |
SegmentPopulationResponse |
updateSegmentMemberships(SegmentPopulationRequest updateRequest)
Updates identifiers in an audience segment.
|
_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, setUsernamepublic SegmentPopulationServiceSoapBindingStub()
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic SegmentPopulationServiceSoapBindingStub(URL endpointURL, javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic SegmentPopulationServiceSoapBindingStub(javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultprotected org.apache.axis.client.Call createCall()
throws RemoteException
RemoteExceptionpublic SegmentPopulationResults[] getSegmentPopulationResultsByIds(long[] batchUploadIds) throws RemoteException, ApiException
SegmentPopulationServiceInterfaceSegmentPopulationResults for the
given batchUploadIds.getSegmentPopulationResultsByIds in interface SegmentPopulationServiceInterfaceRemoteExceptionApiExceptionpublic UpdateResult performSegmentPopulationAction(SegmentPopulationAction action, long[] batchUploadIds) throws RemoteException, ApiException
SegmentPopulationServiceInterfacebatchUploadIds.performSegmentPopulationAction in interface SegmentPopulationServiceInterfaceRemoteExceptionApiExceptionpublic SegmentPopulationResponse updateSegmentMemberships(SegmentPopulationRequest updateRequest) throws RemoteException, ApiException
SegmentPopulationServiceInterfaceThe returned SegmentPopulationRequest.batchUploadId
can be used in subsequent
requests to group them together as part of the same batch.
The identifiers associated with a
batch will not be processed until SegmentPopulationServiceInterface.performSegmentPopulationAction(com.google.api.ads.admanager.axis.v202308.SegmentPopulationAction, long[])
is called with a
ProcessAction. The batch will expire if ProcessAction is not
called within the TTL of 5 days.
updateSegmentMemberships in interface SegmentPopulationServiceInterfaceRemoteExceptionApiExceptionCopyright © 2024. All rights reserved.