-
ca.eandb.jmist.framework.random.RepeatableRandom.mutate()
-
com.foundationdb.server.store.FDBTransactionService.TransactionState.mutate()
-
com.google.api.ads.adwords.axis.v201306.cm.AdExtensionOverrideServiceInterface.mutate()
Applies the list of mutate operations.
Conditions for adding an ad-level AdExtension override using an AdExtension under the Ad's campaign:
- If the text ad has never been overridden, an AdExtension override may be set on the creative using an extension under the campaign, along with any override info.
- If the text ad has been overriden before, the latitude/longitude of the new extension override must be the same as the previous override and no override info can be specified (i.e. the override info will inherit from the previous override info).
@param operations The operations to apply. The same ad extension overridecannot be specified in more than one operation.
@return The applied ad extension overrides.
-
com.google.api.ads.adwords.axis.v201306.cm.AdGroupAdServiceInterface.mutate()
Applies the list of mutate operations (ie. add, set, remove):
Add - Creates a new {@linkplain AdGroupAd ad group ad}. The {@code adGroupId} mustreference an existing ad group. The child {@code Ad} mustbe sufficiently specified by constructing a concrete ad type (such as {@code TextAd}) and setting its fields accordingly.
Set - Updates an ad group ad. Except for {@code status}, ad group ad fields are not mutable. Status updates are straightforward - the status of the ad group ad is updated as specified. If any other field has changed, it will be ignored. If you want to change any of the fields other than status, you must make a new ad and then delete the old one.
Remove - Removes the link between the specified AdGroup and Ad.
@param operations The operations to apply.
@return A list of AdGroupAds where each entry in the list is the resultof applying the operation in the input list with the same index. For an add/set operation, the return AdGroupAd will be what is saved to the db. In the case of the remove operation, the return AdGroupAd will simply be an AdGroupAd containing an Ad with the id set to the Ad being deleted from the AdGroup.
-
com.google.api.ads.adwords.axis.v201306.cm.AdGroupBidModifierServiceInterface.mutate()
Adds, removes or updates ad group bid modifier overrides.
@param operations The operations to apply.
@return The added ad group bid modifier overrides.
@throws ApiException when there is at least one error with the request.
-
com.google.api.ads.adwords.axis.v201306.cm.AdGroupCriterionServiceInterface.mutate()
Adds, removes or updates adgroup criteria.
@param operations operations to doduring checks on keywords to be added.
@return added and updated adgroup criteria (without optional parts)
@throws ApiException when there is at least one error with the request
-
com.google.api.ads.adwords.axis.v201306.cm.AdGroupServiceInterface.mutate()
Adds, updates, or deletes ad groups.
Note: {@link AdGroupOperation} doesnot support the {@code REMOVE} operator. To delete an ad group, set its{@link AdGroup#status status} to {@code DELETED}.
@param operations List of unique operations. The same ad group cannotbe specified in more than one operation.
@return The updated adgroups.
-
com.google.api.ads.adwords.axis.v201306.cm.AdParamServiceInterface.mutate()
Sets and removes ad parameters.
Note: {@code ADD} is not supported.Use {@code SET}for new ad parameters.
- {@code SET}: Creates or updates an ad parameter, setting the new parameterized value for the given ad group / keyword pair.
- {@code REMOVE}: Removes an ad parameter. The
default-value
specified in the ad text will be used.
@param operations The operations to perform.
@return A list of ad parameters, where each entry in the list is theresult of applying the operation in the input list with the same index. For a {@code SET} operation, the returned ad parameter will containthe updated values. For a {@code REMOVE} operation, the returnedad parameter will simply be the ad parameter that was removed.
-
com.google.api.ads.adwords.axis.v201306.cm.BudgetServiceInterface.mutate()
Applies the list of mutate operations.
@param operations The operations to apply.
@return The modified list of Budgets, returned in the same order asoperations
.
@throws ApiException
-
com.google.api.ads.adwords.axis.v201306.cm.CampaignAdExtensionServiceInterface.mutate()
Applies the list of mutate operations.
@param operations The operations to apply. The same {@link CampaignAdExtension}cannot be specified in more than one operation.
@return The changed {@link CampaignAdExtension}s.
-
com.google.api.ads.adwords.axis.v201306.cm.CampaignCriterionServiceInterface.mutate()
Adds, removes or updates campaign criteria.
@param operations The operations to apply.
@return The added campaign criteria (without any optional parts).
@throws ApiException when there is at least one error with the request.
-
com.google.api.ads.adwords.axis.v201306.cm.CampaignFeedServiceInterface.mutate()
Adds, sets or removes CampaignFeeds.
@param operations The operations to apply.
@return The resulting Feeds.
@throws ApiException Indicates a problem with the request.
-
com.google.api.ads.adwords.axis.v201306.cm.CampaignServiceInterface.mutate()
Adds, updates, or deletes campaigns.
Note: {@link CampaignOperation} doesnot support the REMOVE
operator. To delete a campaign, set its {@link Campaign#status status} to DELETED
.
@param operations A list of unique operations.The same campaign cannot be specified in more than one operation.
@return The list of updated campaigns, returned in the same orderas the
operations
array.
@throws ApiException if problems occurred while updating campaigninformation.
-
com.google.api.ads.adwords.axis.v201306.cm.ConversionTrackerServiceInterface.mutate()
Applies the list of mutate operations such as adding or updating conversion trackers.
Note: {@link ConversionTrackerOperation}does not support the REMOVE
operator. In order to 'disable' a conversion type, send a SET
operation for the conversion tracker with the status
property set to DISABLED
@param operations A list of mutate operations to perform.
@return The list of the conversion trackers as they appear after mutation,in the same order as they appeared in the list of operations.
@throws com.google.ads.api.services.common.error.ApiException if problemsoccurred while updating the data.
-
com.google.api.ads.adwords.axis.v201306.cm.ExperimentServiceInterface.mutate()
Mutates (add, update or remove) experiments. Note: To REMOVE use SET and mark status to DELETED.
@param operations A list of unique operations.The same experiment cannot be specified in more than one operation.
@return The updated experiments. The list of experiments is returnedin the same order in which it came in as input.
@throws ApiException if problems occurred while updating experimentinformation.
-
com.google.api.ads.adwords.axis.v201306.cm.FeedItemServiceInterface.mutate()
Add, remove, and set FeedItems.
@param operations The operations to apply.
@return The resulting FeedItems.
@throws ApiException Indicates a problem with the request.
-
com.google.api.ads.adwords.axis.v201306.cm.FeedMappingServiceInterface.mutate()
Add and remove FeedMappings.
@param operations The operations to apply.
@return The resulting FeedMappings.
@throws ApiException indicates a problem with the request.
-
com.google.api.ads.adwords.axis.v201306.cm.FeedServiceInterface.mutate()
Add, remove, and set Feeds.
@param operations The operations to apply.
@return The resulting Feeds.
@throws ApiException Indicates a problem with the request.
-
com.google.api.ads.adwords.axis.v201306.cm.MutateJobServiceInterface.mutate()
Simplified way of submitting a mutation job. The provided list of operations, if valid, will create a new job with a unique id, which will be returned. This id can later be used in invocations of {@link #get} and {@link #getResult}. Policy can optionally be specified.
When this method returns with success, the job will be in {@code PROCESSING} or {@code PENDING} state and no furtheraction is needed for the job to get executed.
-
com.google.api.ads.adwords.axis.v201306.mcm.ManagedCustomerServiceInterface.mutate()
Adds managed customers.
Note: {@link ManagedCustomerOperation}only supports {@code ADD} operator.
@param operations List of unique operations.
@return The list of updated managed customers, returned in the sameorder as the
operations
array.
-
com.google.api.ads.adwords.axis.v201306.rm.AdwordsUserListServiceInterface.mutate()
Applies a list of mutate operations (i.e. add, set): Add - creates a set of user lists Set - updates a set of user lists
@param operations the operations to apply
@return a list of UserList objects
-
com.google.api.ads.adwords.axis.v201309.cm.AdGroupAdServiceInterface.mutate()
Applies the list of mutate operations (ie. add, set, remove):
Add - Creates a new {@linkplain AdGroupAd ad group ad}. The {@code adGroupId} mustreference an existing ad group. The child {@code Ad} mustbe sufficiently specified by constructing a concrete ad type (such as {@code TextAd}) and setting its fields accordingly.
Set - Updates an ad group ad. Except for {@code status}, ad group ad fields are not mutable. Status updates are straightforward - the status of the ad group ad is updated as specified. If any other field has changed, it will be ignored. If you want to change any of the fields other than status, you must make a new ad and then delete the old one.
Remove - Removes the link between the specified AdGroup and Ad.
@param operations The operations to apply.
@return A list of AdGroupAds where each entry in the list is the resultof applying the operation in the input list with the same index. For an add/set operation, the return AdGroupAd will be what is saved to the db. In the case of the remove operation, the return AdGroupAd will simply be an AdGroupAd containing an Ad with the id set to the Ad being deleted from the AdGroup.
-
com.google.api.ads.adwords.axis.v201309.cm.AdGroupBidModifierServiceInterface.mutate()
Adds, removes or updates ad group bid modifier overrides.
@param operations The operations to apply.
@return The added ad group bid modifier overrides.
@throws ApiException when there is at least one error with the request.
-
com.google.api.ads.adwords.axis.v201309.cm.AdGroupCriterionServiceInterface.mutate()
Adds, removes or updates adgroup criteria.
@param operations operations to doduring checks on keywords to be added.
@return added and updated adgroup criteria (without optional parts)
@throws ApiException when there is at least one error with the request
-
com.google.api.ads.adwords.axis.v201309.cm.AdGroupServiceInterface.mutate()
Adds, updates, or deletes ad groups.
Note: {@link AdGroupOperation} doesnot support the {@code REMOVE} operator. To delete an ad group, set its{@link AdGroup#status status} to {@code DELETED}.
@param operations List of unique operations. The same ad group cannotbe specified in more than one operation.
@return The updated adgroups.
-
com.google.api.ads.adwords.axis.v201309.cm.AdParamServiceInterface.mutate()
Sets and removes ad parameters.
Note: {@code ADD} is not supported.Use {@code SET}for new ad parameters.
- {@code SET}: Creates or updates an ad parameter, setting the new parameterized value for the given ad group / keyword pair.
- {@code REMOVE}: Removes an ad parameter. The
default-value
specified in the ad text will be used.
@param operations The operations to perform.
@return A list of ad parameters, where each entry in the list is theresult of applying the operation in the input list with the same index. For a {@code SET} operation, the returned ad parameter will containthe updated values. For a {@code REMOVE} operation, the returnedad parameter will simply be the ad parameter that was removed.
-
com.google.api.ads.adwords.axis.v201309.cm.BiddingStrategyServiceInterface.mutate()
Applies the list of mutate operations.
@param operations the operations to apply
@return the modified list of BiddingStrategy
@throws ApiException
-
com.google.api.ads.adwords.axis.v201309.cm.BudgetServiceInterface.mutate()
Applies the list of mutate operations.
@param operations The operations to apply.
@return The modified list of Budgets, returned in the same order asoperations
.
@throws ApiException
-
com.google.api.ads.adwords.axis.v201309.cm.CampaignAdExtensionServiceInterface.mutate()
Applies the list of mutate operations.
@param operations The operations to apply. The same {@link CampaignAdExtension}cannot be specified in more than one operation.
@return The changed {@link CampaignAdExtension}s.
-
com.google.api.ads.adwords.axis.v201309.cm.CampaignCriterionServiceInterface.mutate()
Adds, removes or updates campaign criteria.
@param operations The operations to apply.
@return The added campaign criteria (without any optional parts).
@throws ApiException when there is at least one error with the request.
-
com.google.api.ads.adwords.axis.v201309.cm.CampaignFeedServiceInterface.mutate()
Adds, sets or removes CampaignFeeds.
@param operations The operations to apply.
@return The resulting Feeds.
@throws ApiException Indicates a problem with the request.
-
com.google.api.ads.adwords.axis.v201309.cm.CampaignServiceInterface.mutate()
Adds, updates, or deletes campaigns.
Note: {@link CampaignOperation} doesnot support the REMOVE
operator. To delete a campaign, set its {@link Campaign#status status} to DELETED
.
@param operations A list of unique operations.The same campaign cannot be specified in more than one operation.
@return The list of updated campaigns, returned in the same orderas the
operations
array.
@throws ApiException if problems occurred while updating campaigninformation.
-
com.google.api.ads.adwords.axis.v201309.cm.ConversionTrackerServiceInterface.mutate()
Applies the list of mutate operations such as adding or updating conversion trackers.
Note: {@link ConversionTrackerOperation}does not support the REMOVE
operator. In order to 'disable' a conversion type, send a SET
operation for the conversion tracker with the status
property set to DISABLED
@param operations A list of mutate operations to perform.
@return The list of the conversion trackers as they appear after mutation,in the same order as they appeared in the list of operations.
@throws com.google.ads.api.services.common.error.ApiException if problemsoccurred while updating the data.
-
com.google.api.ads.adwords.axis.v201309.cm.ExperimentServiceInterface.mutate()
Mutates (add, update or remove) experiments. Note: To REMOVE use SET and mark status to DELETED.
@param operations A list of unique operations.The same experiment cannot be specified in more than one operation.
@return The updated experiments. The list of experiments is returnedin the same order in which it came in as input.
@throws ApiException if problems occurred while updating experimentinformation.
-
com.google.api.ads.adwords.axis.v201309.cm.FeedItemServiceInterface.mutate()
Add, remove, and set FeedItems.
@param operations The operations to apply.
@return The resulting FeedItems.
@throws ApiException Indicates a problem with the request.
-
com.google.api.ads.adwords.axis.v201309.cm.FeedMappingServiceInterface.mutate()
Add and remove FeedMappings.
@param operations The operations to apply.
@return The resulting FeedMappings.
@throws ApiException indicates a problem with the request.
-
com.google.api.ads.adwords.axis.v201309.cm.FeedServiceInterface.mutate()
Add, remove, and set Feeds.
@param operations The operations to apply.
@return The resulting Feeds.
@throws ApiException Indicates a problem with the request.
-
com.google.api.ads.adwords.axis.v201309.cm.MutateJobServiceInterface.mutate()
Simplified way of submitting a mutation job. The provided list of operations, if valid, will create a new job with a unique id, which will be returned. This id can later be used in invocations of {@link #get} and {@link #getResult}. Policy can optionally be specified.
When this method returns with success, the job will be in {@code PROCESSING} or {@code PENDING} state and no furtheraction is needed for the job to get executed.
-
com.google.api.ads.adwords.axis.v201309.cm.OfflineConversionFeedServiceInterface.mutate()
Reports an offline conversion for each entry in {@code operations}.
This bulk operation does not have any transactional guarantees. Some operations can succeed while others fail.
@param operations A list of offline conversion feed operations.
@return The list of offline conversion feed results (in the same orderas the operations).
@throws {@link ApiException} if problems occurred while applying offlineconversions.
-
com.google.api.ads.adwords.axis.v201309.mcm.ManagedCustomerServiceInterface.mutate()
Adds managed customers.
Note: {@link ManagedCustomerOperation}only supports {@code ADD} operator.
@param operations List of unique operations.
@return The list of updated managed customers, returned in the sameorder as the
operations
array.
-
com.google.api.ads.adwords.axis.v201309.rm.AdwordsUserListServiceInterface.mutate()
Applies a list of mutate operations (i.e. add, set): Add - creates a set of user lists Set - updates a set of user lists
@param operations the operations to apply
@return a list of UserList objects
-
com.google.api.ads.adwords.axis.v201402.cm.AdGroupAdServiceInterface.mutate()
Applies the list of mutate operations (ie. add, set, remove):
Add - Creates a new {@linkplain AdGroupAd ad group ad}. The {@code adGroupId} mustreference an existing ad group. The child {@code Ad} mustbe sufficiently specified by constructing a concrete ad type (such as {@code TextAd}) and setting its fields accordingly.
Set - Updates an ad group ad. Except for {@code status}, ad group ad fields are not mutable. Status updates are straightforward - the status of the ad group ad is updated as specified. If any other field has changed, it will be ignored. If you want to change any of the fields other than status, you must make a new ad and then delete the old one.
Remove - Removes the link between the specified AdGroup and Ad.
@param operations The operations to apply.
@return A list of AdGroupAds where each entry in the list is the resultof applying the operation in the input list with the same index. For an add/set operation, the return AdGroupAd will be what is saved to the db. In the case of the remove operation, the return AdGroupAd will simply be an AdGroupAd containing an Ad with the id set to the Ad being deleted from the AdGroup.
-
com.google.api.ads.adwords.axis.v201402.cm.AdGroupBidModifierServiceInterface.mutate()
Adds, removes or updates ad group bid modifier overrides.
@param operations The operations to apply.
@return The added ad group bid modifier overrides.
@throws ApiException when there is at least one error with the request.
-
com.google.api.ads.adwords.axis.v201402.cm.AdGroupCriterionServiceInterface.mutate()
Adds, removes or updates adgroup criteria.
@param operations operations to doduring checks on keywords to be added.
@return added and updated adgroup criteria (without optional parts)
@throws ApiException when there is at least one error with the request
-
com.google.api.ads.adwords.axis.v201402.cm.AdGroupServiceInterface.mutate()
Adds, updates, or deletes ad groups.
Note: {@link AdGroupOperation} doesnot support the {@code REMOVE} operator. To delete an ad group, set its{@link AdGroup#status status} to {@code DELETED}.
@param operations List of unique operations. The same ad group cannotbe specified in more than one operation.
@return The updated adgroups.
-
com.google.api.ads.adwords.axis.v201402.cm.AdParamServiceInterface.mutate()
Sets and removes ad parameters.
Note: {@code ADD} is not supported.Use {@code SET}for new ad parameters.
- {@code SET}: Creates or updates an ad parameter, setting the new parameterized value for the given ad group / keyword pair.
- {@code REMOVE}: Removes an ad parameter. The
default-value
specified in the ad text will be used.
@param operations The operations to perform.
@return A list of ad parameters, where each entry in the list is theresult of applying the operation in the input list with the same index. For a {@code SET} operation, the returned ad parameter will containthe updated values. For a {@code REMOVE} operation, the returnedad parameter will simply be the ad parameter that was removed.
-
com.google.api.ads.adwords.axis.v201402.cm.BiddingStrategyServiceInterface.mutate()
Applies the list of mutate operations.
@param operations the operations to apply
@return the modified list of BiddingStrategy
@throws ApiException
-
com.google.api.ads.adwords.axis.v201402.cm.BudgetServiceInterface.mutate()
Applies the list of mutate operations.
@param operations The operations to apply.
@return The modified list of Budgets, returned in the same order asoperations
.
@throws ApiException
-
com.google.api.ads.adwords.axis.v201402.cm.CampaignAdExtensionServiceInterface.mutate()
Applies the list of mutate operations.
@param operations The operations to apply. The same {@link CampaignAdExtension}cannot be specified in more than one operation.
@return The changed {@link CampaignAdExtension}s.
-
com.google.api.ads.adwords.axis.v201402.cm.CampaignCriterionServiceInterface.mutate()
Adds, removes or updates campaign criteria.
@param operations The operations to apply.
@return The added campaign criteria (without any optional parts).
@throws ApiException when there is at least one error with the request.
-
com.google.api.ads.adwords.axis.v201402.cm.CampaignFeedServiceInterface.mutate()
Adds, sets or removes CampaignFeeds.
@param operations The operations to apply.
@return The resulting Feeds.
@throws ApiException Indicates a problem with the request.
-
com.google.api.ads.adwords.axis.v201402.cm.CampaignServiceInterface.mutate()
Adds, updates, or deletes campaigns.
Note: {@link CampaignOperation} doesnot support the REMOVE
operator. To delete a campaign, set its {@link Campaign#status status} to DELETED
.
@param operations A list of unique operations.The same campaign cannot be specified in more than one operation.
@return The list of updated campaigns, returned in the same orderas the
operations
array.
@throws ApiException if problems occurred while updating campaigninformation.
-
com.google.api.ads.adwords.axis.v201402.cm.ConversionTrackerServiceInterface.mutate()
Applies the list of mutate operations such as adding or updating conversion trackers.
Note: {@link ConversionTrackerOperation}does not support the REMOVE
operator. In order to 'disable' a conversion type, send a SET
operation for the conversion tracker with the status
property set to DISABLED
@param operations A list of mutate operations to perform.
@return The list of the conversion trackers as they appear after mutation,in the same order as they appeared in the list of operations.
@throws com.google.ads.api.services.common.error.ApiException if problemsoccurred while updating the data.
-
com.google.api.ads.adwords.axis.v201402.cm.CustomerFeedServiceInterface.mutate()
-
com.google.api.ads.adwords.axis.v201402.cm.ExperimentServiceInterface.mutate()
Mutates (add, update or remove) experiments. Note: To REMOVE use SET and mark status to DELETED.
@param operations A list of unique operations.The same experiment cannot be specified in more than one operation.
@return The updated experiments. The list of experiments is returnedin the same order in which it came in as input.
@throws ApiException if problems occurred while updating experimentinformation.
-
com.google.api.ads.adwords.axis.v201402.cm.FeedItemServiceInterface.mutate()
Add, remove, and set FeedItems.
@param operations The operations to apply.
@return The resulting FeedItems.
@throws ApiException Indicates a problem with the request.
-
com.google.api.ads.adwords.axis.v201402.cm.FeedMappingServiceInterface.mutate()
Add and remove FeedMappings.
@param operations The operations to apply.
@return The resulting FeedMappings.
@throws ApiException indicates a problem with the request.
-
com.google.api.ads.adwords.axis.v201402.cm.FeedServiceInterface.mutate()
Add, remove, and set Feeds.
@param operations The operations to apply.
@return The resulting Feeds.
@throws ApiException Indicates a problem with the request.
-
com.google.api.ads.adwords.axis.v201402.cm.MutateJobServiceInterface.mutate()
Simplified way of submitting a mutation job. The provided list of operations, if valid, will create a new job with a unique id, which will be returned. This id can later be used in invocations of {@link #get} and {@link #getResult}. Policy can optionally be specified.
When this method returns with success, the job will be in {@code PROCESSING} or {@code PENDING} state and no furtheraction is needed for the job to get executed.
-
com.google.api.ads.adwords.axis.v201402.cm.OfflineConversionFeedServiceInterface.mutate()
Reports an offline conversion for each entry in {@code operations}.
This bulk operation does not have any transactional guarantees. Some operations can succeed while others fail.
@param operations A list of offline conversion feed operations.
@return The list of offline conversion feed results (in the same orderas the operations).
@throws {@link ApiException} if problems occurred while applying offlineconversions.
-
com.google.api.ads.adwords.axis.v201402.express.ExpressBusinessServiceInterface.mutate()
-
com.google.api.ads.adwords.axis.v201402.express.PromotionServiceInterface.mutate()
-
com.google.api.ads.adwords.axis.v201402.mcm.ManagedCustomerServiceInterface.mutate()
Adds managed customers.
Note: {@link ManagedCustomerOperation}only supports {@code ADD} operator.
@param operations List of unique operations.
@return The list of updated managed customers, returned in the sameorder as the
operations
array.
-
com.google.api.ads.adwords.axis.v201402.rm.AdwordsUserListServiceInterface.mutate()
Applies a list of mutate operations (i.e. add, set): Add - creates a set of user lists Set - updates a set of user lists
@param operations the operations to apply
@return a list of UserList objects
-
com.google.api.ads.adwords.axis.v201402.video.VideoAdServiceInterface.mutate()
-
com.google.api.ads.adwords.axis.v201402.video.VideoCampaignCriterionServiceInterface.mutate()
-
com.google.api.ads.adwords.axis.v201402.video.VideoCampaignServiceInterface.mutate()
-
com.google.api.ads.adwords.axis.v201402.video.VideoTargetingGroupCriterionServiceInterface.mutate()
-
com.google.api.ads.adwords.axis.v201402.video.VideoTargetingGroupServiceInterface.mutate()
-
com.google.api.ads.adwords.axis.v201406.cm.AdGroupAdServiceInterface.mutate()
Applies the list of mutate operations (ie. add, set, remove):
Add - Creates a new {@linkplain AdGroupAd ad group ad}. The {@code adGroupId} mustreference an existing ad group. The child {@code Ad} mustbe sufficiently specified by constructing a concrete ad type (such as {@code TextAd}) and setting its fields accordingly.
Set - Updates an ad group ad. Except for {@code status}, ad group ad fields are not mutable. Status updates are straightforward - the status of the ad group ad is updated as specified. If any other field has changed, it will be ignored. If you want to change any of the fields other than status, you must make a new ad and then delete the old one.
Remove - Removes the link between the specified AdGroup and Ad.
@param operations The operations to apply.
@return A list of AdGroupAds where each entry in the list is the resultof applying the operation in the input list with the same index. For an add/set operation, the return AdGroupAd will be what is saved to the db. In the case of the remove operation, the return AdGroupAd will simply be an AdGroupAd containing an Ad with the id set to the Ad being deleted from the AdGroup.
-
com.google.api.ads.adwords.axis.v201406.cm.AdGroupBidModifierServiceInterface.mutate()
Adds, removes or updates ad group bid modifier overrides.
@param operations The operations to apply.
@return The added ad group bid modifier overrides.
@throws ApiException when there is at least one error with the request.
-
com.google.api.ads.adwords.axis.v201406.cm.AdGroupCriterionServiceInterface.mutate()
Adds, removes or updates adgroup criteria.
@param operations operations to doduring checks on keywords to be added.
@return added and updated adgroup criteria (without optional parts)
@throws ApiException when there is at least one error with the request
-
com.google.api.ads.adwords.axis.v201406.cm.AdGroupServiceInterface.mutate()
Adds, updates, or deletes ad groups.
Note: {@link AdGroupOperation} doesnot support the {@code REMOVE} operator. To delete an ad group, set its{@link AdGroup#status status} to {@code DELETED}.
@param operations List of unique operations. The same ad group cannotbe specified in more than one operation.
@return The updated adgroups.
-
com.google.api.ads.adwords.axis.v201406.cm.AdParamServiceInterface.mutate()
Sets and removes ad parameters.
Note: {@code ADD} is not supported.Use {@code SET}for new ad parameters.
- {@code SET}: Creates or updates an ad parameter, setting the new parameterized value for the given ad group / keyword pair.
- {@code REMOVE}: Removes an ad parameter. The
default-value
specified in the ad text will be used.
@param operations The operations to perform.
@return A list of ad parameters, where each entry in the list is theresult of applying the operation in the input list with the same index. For a {@code SET} operation, the returned ad parameter will containthe updated values. For a {@code REMOVE} operation, the returnedad parameter will simply be the ad parameter that was removed.
-
com.google.api.ads.adwords.axis.v201406.cm.BiddingStrategyServiceInterface.mutate()
Applies the list of mutate operations.
@param operations the operations to apply
@return the modified list of BiddingStrategy
@throws ApiException
-
com.google.api.ads.adwords.axis.v201406.cm.BudgetServiceInterface.mutate()
Applies the list of mutate operations.
@param operations The operations to apply.
@return The modified list of Budgets, returned in the same order asoperations
.
@throws ApiException
-
com.google.api.ads.adwords.axis.v201406.cm.CampaignAdExtensionServiceInterface.mutate()
Applies the list of mutate operations.
@param operations The operations to apply. The same {@link CampaignAdExtension}cannot be specified in more than one operation.
@return The changed {@link CampaignAdExtension}s.
-
com.google.api.ads.adwords.axis.v201406.cm.CampaignCriterionServiceInterface.mutate()
Adds, removes or updates campaign criteria.
@param operations The operations to apply.
@return The added campaign criteria (without any optional parts).
@throws ApiException when there is at least one error with the request.
-
com.google.api.ads.adwords.axis.v201406.cm.CampaignFeedServiceInterface.mutate()
Adds, sets or removes CampaignFeeds.
@param operations The operations to apply.
@return The resulting Feeds.
@throws ApiException Indicates a problem with the request.
-
com.google.api.ads.adwords.axis.v201406.cm.CampaignServiceInterface.mutate()
Adds, updates, or deletes campaigns.
Note: {@link CampaignOperation} doesnot support the REMOVE
operator. To delete a campaign, set its {@link Campaign#status status} to DELETED
.
@param operations A list of unique operations.The same campaign cannot be specified in more than one operation.
@return The list of updated campaigns, returned in the same orderas the
operations
array.
@throws ApiException if problems occurred while updating campaigninformation.
-
com.google.api.ads.adwords.axis.v201406.cm.ConversionTrackerServiceInterface.mutate()
Applies the list of mutate operations such as adding or updating conversion trackers.
Note: {@link ConversionTrackerOperation}does not support the REMOVE
operator. In order to 'disable' a conversion type, send a SET
operation for the conversion tracker with the status
property set to DISABLED
@param operations A list of mutate operations to perform.
@return The list of the conversion trackers as they appear after mutation,in the same order as they appeared in the list of operations.
@throws com.google.ads.api.services.common.error.ApiException if problemsoccurred while updating the data.
-
com.google.api.ads.adwords.axis.v201406.cm.CustomerFeedServiceInterface.mutate()
-
com.google.api.ads.adwords.axis.v201406.cm.ExperimentServiceInterface.mutate()
Mutates (add, update or remove) experiments. Note: To REMOVE use SET and mark status to DELETED.
@param operations A list of unique operations.The same experiment cannot be specified in more than one operation.
@return The updated experiments. The list of experiments is returnedin the same order in which it came in as input.
@throws ApiException if problems occurred while updating experimentinformation.
-
com.google.api.ads.adwords.axis.v201406.cm.FeedItemServiceInterface.mutate()
Add, remove, and set FeedItems.
@param operations The operations to apply.
@return The resulting FeedItems.
@throws ApiException Indicates a problem with the request.
-
com.google.api.ads.adwords.axis.v201406.cm.FeedMappingServiceInterface.mutate()
Add and remove FeedMappings.
@param operations The operations to apply.
@return The resulting FeedMappings.
@throws ApiException indicates a problem with the request.
-
com.google.api.ads.adwords.axis.v201406.cm.FeedServiceInterface.mutate()
Add, remove, and set Feeds.
@param operations The operations to apply.
@return The resulting Feeds.
@throws ApiException Indicates a problem with the request.
-
com.google.api.ads.adwords.axis.v201406.cm.MutateJobServiceInterface.mutate()
Simplified way of submitting a mutation job. The provided list of operations, if valid, will create a new job with a unique id, which will be returned. This id can later be used in invocations of {@link #get} and {@link #getResult}. Policy can optionally be specified.
When this method returns with success, the job will be in {@code PROCESSING} or {@code PENDING} state and no furtheraction is needed for the job to get executed.
-
com.google.api.ads.adwords.axis.v201406.cm.OfflineConversionFeedServiceInterface.mutate()
Reports an offline conversion for each entry in {@code operations}.
This bulk operation does not have any transactional guarantees. Some operations can succeed while others fail.
@param operations A list of offline conversion feed operations.
@return The list of offline conversion feed results (in the same orderas the operations).
@throws {@link ApiException} if problems occurred while applying offlineconversions.
-
com.google.api.ads.adwords.axis.v201406.express.ExpressBusinessServiceInterface.mutate()
-
com.google.api.ads.adwords.axis.v201406.express.PromotionServiceInterface.mutate()
-
com.google.api.ads.adwords.axis.v201406.mcm.ManagedCustomerServiceInterface.mutate()
Adds managed customers.
Note: {@link ManagedCustomerOperation}only supports {@code ADD} operator.
@param operations List of unique operations.
@return The list of updated managed customers, returned in the sameorder as the
operations
array.
-
com.google.api.ads.adwords.axis.v201406.rm.AdwordsUserListServiceInterface.mutate()
Applies a list of mutate operations (i.e. add, set): Add - creates a set of user lists Set - updates a set of user lists
@param operations the operations to apply
@return a list of UserList objects
-
com.google.api.ads.adwords.axis.v201406.video.VideoAdServiceInterface.mutate()
-
com.google.api.ads.adwords.axis.v201406.video.VideoCampaignCriterionServiceInterface.mutate()
-
com.google.api.ads.adwords.axis.v201406.video.VideoCampaignServiceInterface.mutate()
-
com.google.api.ads.adwords.axis.v201406.video.VideoTargetingGroupCriterionServiceInterface.mutate()
-
com.google.api.ads.adwords.axis.v201406.video.VideoTargetingGroupServiceInterface.mutate()
-
com.google.api.adwords.v201008.cm.AdExtensionOverrideServiceInterface.mutate()
Applies the list of mutate operations.
Conditions for adding an ad-level AdExtension override using an AdExtension under the Ad's campaign:
- If the text ad has never been overridden, an AdExtension override may be set on the creative using an extension under the campaign, along with any override info.
- If the text ad has been overriden before, the latitude/longitude of the new extension override must be the same as the previous override and no override info can be specified (i.e. the override info will inherit from the previous override info).
@param operations The operations to apply. The same ad extension overridecannot be specified in more than one operation.
@return The applied ad extension overrides.
-
com.google.api.adwords.v201008.cm.AdGroupAdServiceInterface.mutate()
Applies the list of mutate operations (ie. add, set, remove):
Add - Creates a new {@linkplain AdGroupAd ad group ad}. The {@code adGroupId} mustreference an existing ad group. The child {@code Ad} mustbe sufficiently specified by constructing a concrete ad type (such as {@code TextAd}) and setting its fields accordingly.
Set - Updates an ad group ad. Except for {@code status}, ad group ad fields are not mutable. Status updates are straightforward - the status of the ad group ad is updated as specified. If any other field has changed, it will be ignored. If you want to change any of the fields other than status, you must make a new ad and then delete the old one.
Remove - Removes the link between the specified AdGroup and Ad.
@param operations The operations to apply.
@return A list of AdGroupAds where each entry in the list is the resultof applying the operation in the input list with the same index. For an add/set operation, the return AdGroupAd will be what is saved to the db. In the case of the remove operation, the return AdGroupAd will simply be an AdGroupAd containing an Ad with the id set to the Ad being deleted from the AdGroup.
-
com.google.api.adwords.v201008.cm.AdGroupCriterionServiceInterface.mutate()
Adds, removes or updates adgroup criteria.
@param operations operations to doduring checks on keywords to be added.
@return added and updated adgroup criteria (without optional parts)
@throws ApiException when there is at least one error with the request
-
com.google.api.adwords.v201008.cm.AdGroupServiceInterface.mutate()
Adds, updates, or deletes ad groups.
Note: {@link AdGroupOperation} doesnot support the {@code REMOVE} operator. To delete an ad group, set its{@link AdGroup#status status} to {@code DELETED}.
@param operations List of unique operations. The same ad group cannotbe specified in more than one operation.
@return The updated adgroups.
-
com.google.api.adwords.v201008.cm.AdParamServiceInterface.mutate()
Sets and removes ad parameters.
Note: {@code ADD} is not supported.Use {@code SET}for new ad parameters.
- {@code SET}: Creates or updates an ad parameter, setting the new parameterized value for the given ad group / keyword pair.
- {@code REMOVE}: Removes an ad parameter. The
default-value
specified in the ad text will be used.
@param operations The operations to perform.
@return A list of ad parameters, where each entry in the list is theresult of applying the operation in the input list with the same index. For a {@code SET} operation, the returned ad parameter will containthe updated values. For a {@code REMOVE} operation, the returnedad parameter will simply be the ad parameter that was removed.
-
com.google.api.adwords.v201008.cm.CampaignAdExtensionServiceInterface.mutate()
Applies the list of mutate operations.
@param operations The operations to apply. The same {@link CampaignAdExtension}cannot be specified in more than one operation.
@return The changed {@link CampaignAdExtension}s.
-
com.google.api.adwords.v201008.cm.CampaignCriterionServiceInterface.mutate()
Adds, removes or updates campaign criteria.
@param operations The operations to apply.
@return The added campaign criteria (without any optional parts).
@throws ApiException when there is at least one error with the request.
-
com.google.api.adwords.v201008.cm.CampaignServiceInterface.mutate()
Adds, updates, or deletes campaigns.
Note: {@link CampaignOperation} doesnot support the REMOVE
operator. To delete a campaign, set its {@link Campaign#status status} to DELETED
.
@param operations A list of unique operations.The same campaign cannot be specified in more than one operation.
@return The list of updated campaigns, returned in the same orderas the
operations
array.
@throws ApiException if problems occurred while updating campaigninformation.
-
com.google.api.adwords.v201306.cm.AdExtensionOverrideServiceInterface.mutate()
Applies the list of mutate operations.
Conditions for adding an ad-level AdExtension override using an AdExtension under the Ad's campaign:
- If the text ad has never been overridden, an AdExtension override may be set on the creative using an extension under the campaign, along with any override info.
- If the text ad has been overriden before, the latitude/longitude of the new extension override must be the same as the previous override and no override info can be specified (i.e. the override info will inherit from the previous override info).
@param operations The operations to apply. The same ad extension overridecannot be specified in more than one operation.
@return The applied ad extension overrides.
-
com.google.api.adwords.v201306.cm.AdGroupAdServiceInterface.mutate()
Applies the list of mutate operations (ie. add, set, remove):
Add - Creates a new {@linkplain AdGroupAd ad group ad}. The {@code adGroupId} mustreference an existing ad group. The child {@code Ad} mustbe sufficiently specified by constructing a concrete ad type (such as {@code TextAd}) and setting its fields accordingly.
Set - Updates an ad group ad. Except for {@code status}, ad group ad fields are not mutable. Status updates are straightforward - the status of the ad group ad is updated as specified. If any other field has changed, it will be ignored. If you want to change any of the fields other than status, you must make a new ad and then delete the old one.
Remove - Removes the link between the specified AdGroup and Ad.
@param operations The operations to apply.
@return A list of AdGroupAds where each entry in the list is the resultof applying the operation in the input list with the same index. For an add/set operation, the return AdGroupAd will be what is saved to the db. In the case of the remove operation, the return AdGroupAd will simply be an AdGroupAd containing an Ad with the id set to the Ad being deleted from the AdGroup.
-
com.google.api.adwords.v201306.cm.AdGroupBidModifierServiceInterface.mutate()
Adds, removes or updates ad group bid modifier overrides.
@param operations The operations to apply.
@return The added ad group bid modifier overrides.
@throws ApiException when there is at least one error with the request.
-
com.google.api.adwords.v201306.cm.AdGroupCriterionServiceInterface.mutate()
Adds, removes or updates adgroup criteria.
@param operations operations to doduring checks on keywords to be added.
@return added and updated adgroup criteria (without optional parts)
@throws ApiException when there is at least one error with the request
-
com.google.api.adwords.v201306.cm.AdGroupServiceInterface.mutate()
Adds, updates, or deletes ad groups.
Note: {@link AdGroupOperation} doesnot support the {@code REMOVE} operator. To delete an ad group, set its{@link AdGroup#status status} to {@code DELETED}.
@param operations List of unique operations. The same ad group cannotbe specified in more than one operation.
@return The updated adgroups.
-
com.google.api.adwords.v201306.cm.AdParamServiceInterface.mutate()
Sets and removes ad parameters.
Note: {@code ADD} is not supported.Use {@code SET}for new ad parameters.
- {@code SET}: Creates or updates an ad parameter, setting the new parameterized value for the given ad group / keyword pair.
- {@code REMOVE}: Removes an ad parameter. The
default-value
specified in the ad text will be used.
@param operations The operations to perform.
@return A list of ad parameters, where each entry in the list is theresult of applying the operation in the input list with the same index. For a {@code SET} operation, the returned ad parameter will containthe updated values. For a {@code REMOVE} operation, the returnedad parameter will simply be the ad parameter that was removed.
-
com.google.api.adwords.v201306.cm.BudgetServiceInterface.mutate()
Applies the list of mutate operations.
@param operations The operations to apply.
@return The modified list of Budgets, returned in the same order asoperations
.
@throws ApiException
-
com.google.api.adwords.v201306.cm.CampaignAdExtensionServiceInterface.mutate()
Applies the list of mutate operations.
@param operations The operations to apply. The same {@link CampaignAdExtension}cannot be specified in more than one operation.
@return The changed {@link CampaignAdExtension}s.
-
com.google.api.adwords.v201306.cm.CampaignCriterionServiceInterface.mutate()
Adds, removes or updates campaign criteria.
@param operations The operations to apply.
@return The added campaign criteria (without any optional parts).
@throws ApiException when there is at least one error with the request.
-
com.google.api.adwords.v201306.cm.CampaignFeedServiceInterface.mutate()
Adds, sets or removes CampaignFeeds.
@param operations The operations to apply.
@return The resulting Feeds.
@throws ApiException Indicates a problem with the request.
-
com.google.api.adwords.v201306.cm.CampaignServiceInterface.mutate()
Adds, updates, or deletes campaigns.
Note: {@link CampaignOperation} doesnot support the REMOVE
operator. To delete a campaign, set its {@link Campaign#status status} to DELETED
.
@param operations A list of unique operations.The same campaign cannot be specified in more than one operation.
@return The list of updated campaigns, returned in the same orderas the
operations
array.
@throws ApiException if problems occurred while updating campaigninformation.
-
com.google.api.adwords.v201306.cm.ConversionTrackerServiceInterface.mutate()
Applies the list of mutate operations such as adding or updating conversion trackers.
Note: {@link ConversionTrackerOperation}does not support the REMOVE
operator. In order to 'disable' a conversion type, send a SET
operation for the conversion tracker with the status
property set to DISABLED
@param operations A list of mutate operations to perform.
@return The list of the conversion trackers as they appear after mutation,in the same order as they appeared in the list of operations.
@throws com.google.ads.api.services.common.error.ApiException if problemsoccurred while updating the data.
-
com.google.api.adwords.v201306.cm.ExperimentServiceInterface.mutate()
Mutates (add, update or remove) experiments. Note: To REMOVE use SET and mark status to DELETED.
@param operations A list of unique operations.The same experiment cannot be specified in more than one operation.
@return The updated experiments. The list of experiments is returnedin the same order in which it came in as input.
@throws ApiException if problems occurred while updating experimentinformation.
-
com.google.api.adwords.v201306.cm.FeedItemServiceInterface.mutate()
Add, remove, and set FeedItems.
@param operations The operations to apply.
@return The resulting FeedItems.
@throws ApiException Indicates a problem with the request.
-
com.google.api.adwords.v201306.cm.FeedMappingServiceInterface.mutate()
Add and remove FeedMappings.
@param operations The operations to apply.
@return The resulting FeedMappings.
@throws ApiException indicates a problem with the request.
-
com.google.api.adwords.v201306.cm.FeedServiceInterface.mutate()
Add, remove, and set Feeds.
@param operations The operations to apply.
@return The resulting Feeds.
@throws ApiException Indicates a problem with the request.
-
com.google.api.adwords.v201306.cm.MutateJobServiceInterface.mutate()
Simplified way of submitting a mutation job. The provided list of operations, if valid, will create a new job with a unique id, which will be returned. This id can later be used in invocations of {@link #get} and {@link #getResult}. Policy can optionally be specified.
When this method returns with success, the job will be in {@code PROCESSING} or {@code PENDING} state and no furtheraction is needed for the job to get executed.
-
com.google.api.adwords.v201306.mcm.ManagedCustomerServiceInterface.mutate()
Adds managed customers.
Note: {@link ManagedCustomerOperation}only supports {@code ADD} operator.
@param operations List of unique operations.
@return The list of updated managed customers, returned in the sameorder as the
operations
array.
-
com.google.api.adwords.v201306.rm.AdwordsUserListServiceInterface.mutate()
Applies a list of mutate operations (i.e. add, set): Add - creates a set of user lists Set - updates a set of user lists
@param operations the operations to apply
@return a list of UserList objects
-
com.google.api.adwords.v201309.cm.AdGroupAdServiceInterface.mutate()
Applies the list of mutate operations (ie. add, set, remove):
Add - Creates a new {@linkplain AdGroupAd ad group ad}. The {@code adGroupId} mustreference an existing ad group. The child {@code Ad} mustbe sufficiently specified by constructing a concrete ad type (such as {@code TextAd}) and setting its fields accordingly.
Set - Updates an ad group ad. Except for {@code status}, ad group ad fields are not mutable. Status updates are straightforward - the status of the ad group ad is updated as specified. If any other field has changed, it will be ignored. If you want to change any of the fields other than status, you must make a new ad and then delete the old one.
Remove - Removes the link between the specified AdGroup and Ad.
@param operations The operations to apply.
@return A list of AdGroupAds where each entry in the list is the resultof applying the operation in the input list with the same index. For an add/set operation, the return AdGroupAd will be what is saved to the db. In the case of the remove operation, the return AdGroupAd will simply be an AdGroupAd containing an Ad with the id set to the Ad being deleted from the AdGroup.
-
com.google.api.adwords.v201309.cm.AdGroupBidModifierServiceInterface.mutate()
Adds, removes or updates ad group bid modifier overrides.
@param operations The operations to apply.
@return The added ad group bid modifier overrides.
@throws ApiException when there is at least one error with the request.
-
com.google.api.adwords.v201309.cm.AdGroupCriterionServiceInterface.mutate()
Adds, removes or updates adgroup criteria.
@param operations operations to doduring checks on keywords to be added.
@return added and updated adgroup criteria (without optional parts)
@throws ApiException when there is at least one error with the request
-
com.google.api.adwords.v201309.cm.AdGroupServiceInterface.mutate()
Adds, updates, or deletes ad groups.
Note: {@link AdGroupOperation} doesnot support the {@code REMOVE} operator. To delete an ad group, set its{@link AdGroup#status status} to {@code DELETED}.
@param operations List of unique operations. The same ad group cannotbe specified in more than one operation.
@return The updated adgroups.
-
com.google.api.adwords.v201309.cm.AdParamServiceInterface.mutate()
Sets and removes ad parameters.
Note: {@code ADD} is not supported.Use {@code SET}for new ad parameters.
- {@code SET}: Creates or updates an ad parameter, setting the new parameterized value for the given ad group / keyword pair.
- {@code REMOVE}: Removes an ad parameter. The
default-value
specified in the ad text will be used.
@param operations The operations to perform.
@return A list of ad parameters, where each entry in the list is theresult of applying the operation in the input list with the same index. For a {@code SET} operation, the returned ad parameter will containthe updated values. For a {@code REMOVE} operation, the returnedad parameter will simply be the ad parameter that was removed.
-
com.google.api.adwords.v201309.cm.BiddingStrategyServiceInterface.mutate()
Applies the list of mutate operations.
@param operations the operations to apply
@return the modified list of BiddingStrategy
@throws ApiException
-
com.google.api.adwords.v201309.cm.BudgetServiceInterface.mutate()
Applies the list of mutate operations.
@param operations The operations to apply.
@return The modified list of Budgets, returned in the same order asoperations
.
@throws ApiException
-
com.google.api.adwords.v201309.cm.CampaignCriterionServiceInterface.mutate()
Adds, removes or updates campaign criteria.
@param operations The operations to apply.
@return The added campaign criteria (without any optional parts).
@throws ApiException when there is at least one error with the request.
-
com.google.api.adwords.v201309.cm.CampaignFeedServiceInterface.mutate()
Adds, sets or removes CampaignFeeds.
@param operations The operations to apply.
@return The resulting Feeds.
@throws ApiException Indicates a problem with the request.
-
com.google.api.adwords.v201309.cm.CampaignServiceInterface.mutate()
Adds, updates, or deletes campaigns.
Note: {@link CampaignOperation} doesnot support the REMOVE
operator. To delete a campaign, set its {@link Campaign#status status} to DELETED
.
@param operations A list of unique operations.The same campaign cannot be specified in more than one operation.
@return The list of updated campaigns, returned in the same orderas the
operations
array.
@throws ApiException if problems occurred while updating campaigninformation.
-
com.google.api.adwords.v201309.cm.ConversionTrackerServiceInterface.mutate()
Applies the list of mutate operations such as adding or updating conversion trackers.
Note: {@link ConversionTrackerOperation}does not support the REMOVE
operator. In order to 'disable' a conversion type, send a SET
operation for the conversion tracker with the status
property set to DISABLED
@param operations A list of mutate operations to perform.
@return The list of the conversion trackers as they appear after mutation,in the same order as they appeared in the list of operations.
@throws com.google.ads.api.services.common.error.ApiException if problemsoccurred while updating the data.
-
com.google.api.adwords.v201309.cm.ExperimentServiceInterface.mutate()
Mutates (add, update or remove) experiments. Note: To REMOVE use SET and mark status to DELETED.
@param operations A list of unique operations.The same experiment cannot be specified in more than one operation.
@return The updated experiments. The list of experiments is returnedin the same order in which it came in as input.
@throws ApiException if problems occurred while updating experimentinformation.
-
com.google.api.adwords.v201309.cm.FeedItemServiceInterface.mutate()
Add, remove, and set FeedItems.
@param operations The operations to apply.
@return The resulting FeedItems.
@throws ApiException Indicates a problem with the request.
-
com.google.api.adwords.v201309.cm.FeedMappingServiceInterface.mutate()
Add and remove FeedMappings.
@param operations The operations to apply.
@return The resulting FeedMappings.
@throws ApiException indicates a problem with the request.
-
com.google.api.adwords.v201309.cm.FeedServiceInterface.mutate()
Add, remove, and set Feeds.
@param operations The operations to apply.
@return The resulting Feeds.
@throws ApiException Indicates a problem with the request.
-
com.google.api.adwords.v201309.cm.MutateJobServiceInterface.mutate()
Simplified way of submitting a mutation job. The provided list of operations, if valid, will create a new job with a unique id, which will be returned. This id can later be used in invocations of {@link #get} and {@link #getResult}. Policy can optionally be specified.
When this method returns with success, the job will be in {@code PROCESSING} or {@code PENDING} state and no furtheraction is needed for the job to get executed.
-
com.google.api.adwords.v201309.cm.OfflineConversionFeedServiceInterface.mutate()
Reports an offline conversion for each entry in {@code operations}.
This bulk operation does not have any transactional guarantees. Some operations can succeed while others fail.
@param operations A list of offline conversion feed operations.
@return The list of offline conversion feed results (in the same orderas the operations).
@throws {@link ApiException} if problems occurred while applying offlineconversions.
-
com.google.api.adwords.v201309.mcm.ManagedCustomerServiceInterface.mutate()
Adds managed customers.
Note: {@link ManagedCustomerOperation}only supports {@code ADD} operator.
@param operations List of unique operations.
@return The list of updated managed customers, returned in the sameorder as the
operations
array.
-
com.google.api.adwords.v201309.rm.AdwordsUserListServiceInterface.mutate()
Applies a list of mutate operations (i.e. add, set): Add - creates a set of user lists Set - updates a set of user lists
@param operations the operations to apply
@return a list of UserList objects
-
com.heatonresearch.aifh.examples.ca.mergelife.universe.UniverseRunner.mutate()
Perform a mutate on a parent and generate a new child. The parent is not changed.
@param rnd Random number generator.
@param sourcePhysics The parent object.
@param probChange The probability of changing an individual element.
@param perturb The amount that an object is changed by.
-
eas.users.students.fabian.diplomarbeit.EvolvableBoxAgents3D.Brain.EvoBoxSparseNet.mutate()
mutiert das Netz zufaellig
-
jcgp.backend.population.Mutable.mutate()
This method performs an arbitrary mutation on the {@code Mutable}.
In the case of nodes, this chooses to mutate a function or connection fairly, and carries out the required mutation by using the node's own reference to chromosome.
In the case of outputs, this simply picks a random connection to serve as the source - any connection is allowed.
-
jfun.yan.Component.mutate()
Create a new Component that upon creation, mutates the component instance before it is returned.
@param m the Mutation object.
@return the new Component object.
-
org.apache.accumulo.fate.zookeeper.IZooReaderWriter.mutate()
-
org.apache.accumulo.server.tabletserver.NativeMap.mutate()
-
org.apache.accumulo.tserver.NativeMap.mutate()
-
org.apache.blur.manager.writer.MutatableAction.mutate()
-
org.apache.blur.thrift.generated.Blur.Iface.mutate()
-
org.apache.catalina.CredentialHandler.mutate()
Generates the equivalent stored credentials for the given input credentials.
@param inputCredentials User provided credentials
@return The equivalent stored credentials for the given inputcredentials
-
org.apache.hadoop.hbase.client.ClientProtocol.mutate()
-
org.apache.wiki.StringTransmutator.mutate()
Returns a changed String, suitable for Wiki context.
@param context WikiContext in which mutation is to be done
@param source The source string.
@return The mutated string.
-
org.timepedia.chronoscope.client.MutableDataset.mutate()
Applies the specified mutation to this dataset.