Skip to content

Commit

Permalink
update to version 12.13.5
Browse files Browse the repository at this point in the history
  • Loading branch information
qitia committed Sep 10, 2019
1 parent 2c0d690 commit e30e5b7
Show file tree
Hide file tree
Showing 61 changed files with 1,425 additions and 433 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The Bing Ads Java SDK includes and depends on the microsoft.bingads Maven artifa
<dependency>
<groupId>com.microsoft.bingads</groupId>
<artifactId>microsoft.bingads</artifactId>
<version>12.13.4.2</version>
<version>12.13.5</version>
</dependency>
```
If you are not using a Maven project, you must include the correct version of each dependency. You can review the complete list of Bing Ads Java SDK dependencies at the [Maven Repository](http://mvnrepository.com/artifact/com.microsoft.bingads/microsoft.bingads/).
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.microsoft.bingads</groupId>
<version>12.13.4.2</version>
<version>12.13.5</version>
<name>Bing Ads Java SDK</name>
<description>The Bing Ads Java SDK is a library improving developer experience when working with the Bing Ads services by providing high-level access to features such as Bulk API, OAuth Authorization and SOAP API.</description>
<url>https://github.com/BingAds/BingAds-Java-SDK</url>
Expand Down
44 changes: 22 additions & 22 deletions proxies/com/microsoft/bingads/v12/adinsight/IAdInsightService.java
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ public Future<?> getBidOpportunitiesAsync(
* @param parameters
* @return
* returns com.microsoft.bingads.v12.adinsight.GetBidOpportunitiesResponse
* @throws ApiFaultDetail_Exception
* @throws AdApiFaultDetail_Exception
* @throws ApiFaultDetail_Exception
*/
@WebMethod(operationName = "GetBidOpportunities", action = "GetBidOpportunities")
@WebResult(name = "GetBidOpportunitiesResponse", targetNamespace = "Microsoft.Advertiser.AdInsight.Api.Service.V12", partName = "parameters")
Expand Down Expand Up @@ -97,8 +97,8 @@ public Future<?> getBudgetOpportunitiesAsync(
* @param parameters
* @return
* returns com.microsoft.bingads.v12.adinsight.GetBudgetOpportunitiesResponse
* @throws ApiFaultDetail_Exception
* @throws AdApiFaultDetail_Exception
* @throws ApiFaultDetail_Exception
*/
@WebMethod(operationName = "GetBudgetOpportunities", action = "GetBudgetOpportunities")
@WebResult(name = "GetBudgetOpportunitiesResponse", targetNamespace = "Microsoft.Advertiser.AdInsight.Api.Service.V12", partName = "parameters")
Expand Down Expand Up @@ -138,8 +138,8 @@ public Future<?> getKeywordOpportunitiesAsync(
* @param parameters
* @return
* returns com.microsoft.bingads.v12.adinsight.GetKeywordOpportunitiesResponse
* @throws ApiFaultDetail_Exception
* @throws AdApiFaultDetail_Exception
* @throws ApiFaultDetail_Exception
*/
@WebMethod(operationName = "GetKeywordOpportunities", action = "GetKeywordOpportunities")
@WebResult(name = "GetKeywordOpportunitiesResponse", targetNamespace = "Microsoft.Advertiser.AdInsight.Api.Service.V12", partName = "parameters")
Expand Down Expand Up @@ -179,8 +179,8 @@ public Future<?> getEstimatedBidByKeywordIdsAsync(
* @param parameters
* @return
* returns com.microsoft.bingads.v12.adinsight.GetEstimatedBidByKeywordIdsResponse
* @throws ApiFaultDetail_Exception
* @throws AdApiFaultDetail_Exception
* @throws ApiFaultDetail_Exception
*/
@WebMethod(operationName = "GetEstimatedBidByKeywordIds", action = "GetEstimatedBidByKeywordIds")
@WebResult(name = "GetEstimatedBidByKeywordIdsResponse", targetNamespace = "Microsoft.Advertiser.AdInsight.Api.Service.V12", partName = "parameters")
Expand Down Expand Up @@ -220,8 +220,8 @@ public Future<?> getEstimatedPositionByKeywordIdsAsync(
* @param parameters
* @return
* returns com.microsoft.bingads.v12.adinsight.GetEstimatedPositionByKeywordIdsResponse
* @throws ApiFaultDetail_Exception
* @throws AdApiFaultDetail_Exception
* @throws ApiFaultDetail_Exception
*/
@WebMethod(operationName = "GetEstimatedPositionByKeywordIds", action = "GetEstimatedPositionByKeywordIds")
@WebResult(name = "GetEstimatedPositionByKeywordIdsResponse", targetNamespace = "Microsoft.Advertiser.AdInsight.Api.Service.V12", partName = "parameters")
Expand Down Expand Up @@ -261,8 +261,8 @@ public Future<?> getEstimatedBidByKeywordsAsync(
* @param parameters
* @return
* returns com.microsoft.bingads.v12.adinsight.GetEstimatedBidByKeywordsResponse
* @throws ApiFaultDetail_Exception
* @throws AdApiFaultDetail_Exception
* @throws ApiFaultDetail_Exception
*/
@WebMethod(operationName = "GetEstimatedBidByKeywords", action = "GetEstimatedBidByKeywords")
@WebResult(name = "GetEstimatedBidByKeywordsResponse", targetNamespace = "Microsoft.Advertiser.AdInsight.Api.Service.V12", partName = "parameters")
Expand Down Expand Up @@ -302,8 +302,8 @@ public Future<?> getEstimatedPositionByKeywordsAsync(
* @param parameters
* @return
* returns com.microsoft.bingads.v12.adinsight.GetEstimatedPositionByKeywordsResponse
* @throws ApiFaultDetail_Exception
* @throws AdApiFaultDetail_Exception
* @throws ApiFaultDetail_Exception
*/
@WebMethod(operationName = "GetEstimatedPositionByKeywords", action = "GetEstimatedPositionByKeywords")
@WebResult(name = "GetEstimatedPositionByKeywordsResponse", targetNamespace = "Microsoft.Advertiser.AdInsight.Api.Service.V12", partName = "parameters")
Expand Down Expand Up @@ -343,8 +343,8 @@ public Future<?> getBidLandscapeByAdGroupIdsAsync(
* @param parameters
* @return
* returns com.microsoft.bingads.v12.adinsight.GetBidLandscapeByAdGroupIdsResponse
* @throws ApiFaultDetail_Exception
* @throws AdApiFaultDetail_Exception
* @throws ApiFaultDetail_Exception
*/
@WebMethod(operationName = "GetBidLandscapeByAdGroupIds", action = "GetBidLandscapeByAdGroupIds")
@WebResult(name = "GetBidLandscapeByAdGroupIdsResponse", targetNamespace = "Microsoft.Advertiser.AdInsight.Api.Service.V12", partName = "parameters")
Expand Down Expand Up @@ -384,8 +384,8 @@ public Future<?> getBidLandscapeByKeywordIdsAsync(
* @param parameters
* @return
* returns com.microsoft.bingads.v12.adinsight.GetBidLandscapeByKeywordIdsResponse
* @throws ApiFaultDetail_Exception
* @throws AdApiFaultDetail_Exception
* @throws ApiFaultDetail_Exception
*/
@WebMethod(operationName = "GetBidLandscapeByKeywordIds", action = "GetBidLandscapeByKeywordIds")
@WebResult(name = "GetBidLandscapeByKeywordIdsResponse", targetNamespace = "Microsoft.Advertiser.AdInsight.Api.Service.V12", partName = "parameters")
Expand Down Expand Up @@ -425,8 +425,8 @@ public Future<?> getHistoricalKeywordPerformanceAsync(
* @param parameters
* @return
* returns com.microsoft.bingads.v12.adinsight.GetHistoricalKeywordPerformanceResponse
* @throws ApiFaultDetail_Exception
* @throws AdApiFaultDetail_Exception
* @throws ApiFaultDetail_Exception
*/
@WebMethod(operationName = "GetHistoricalKeywordPerformance", action = "GetHistoricalKeywordPerformance")
@WebResult(name = "GetHistoricalKeywordPerformanceResponse", targetNamespace = "Microsoft.Advertiser.AdInsight.Api.Service.V12", partName = "parameters")
Expand Down Expand Up @@ -466,8 +466,8 @@ public Future<?> getHistoricalSearchCountAsync(
* @param parameters
* @return
* returns com.microsoft.bingads.v12.adinsight.GetHistoricalSearchCountResponse
* @throws ApiFaultDetail_Exception
* @throws AdApiFaultDetail_Exception
* @throws ApiFaultDetail_Exception
*/
@WebMethod(operationName = "GetHistoricalSearchCount", action = "GetHistoricalSearchCount")
@WebResult(name = "GetHistoricalSearchCountResponse", targetNamespace = "Microsoft.Advertiser.AdInsight.Api.Service.V12", partName = "parameters")
Expand Down Expand Up @@ -507,8 +507,8 @@ public Future<?> getKeywordCategoriesAsync(
* @param parameters
* @return
* returns com.microsoft.bingads.v12.adinsight.GetKeywordCategoriesResponse
* @throws ApiFaultDetail_Exception
* @throws AdApiFaultDetail_Exception
* @throws ApiFaultDetail_Exception
*/
@WebMethod(operationName = "GetKeywordCategories", action = "GetKeywordCategories")
@WebResult(name = "GetKeywordCategoriesResponse", targetNamespace = "Microsoft.Advertiser.AdInsight.Api.Service.V12", partName = "parameters")
Expand Down Expand Up @@ -548,8 +548,8 @@ public Future<?> getKeywordDemographicsAsync(
* @param parameters
* @return
* returns com.microsoft.bingads.v12.adinsight.GetKeywordDemographicsResponse
* @throws ApiFaultDetail_Exception
* @throws AdApiFaultDetail_Exception
* @throws ApiFaultDetail_Exception
*/
@WebMethod(operationName = "GetKeywordDemographics", action = "GetKeywordDemographics")
@WebResult(name = "GetKeywordDemographicsResponse", targetNamespace = "Microsoft.Advertiser.AdInsight.Api.Service.V12", partName = "parameters")
Expand Down Expand Up @@ -589,8 +589,8 @@ public Future<?> getKeywordLocationsAsync(
* @param parameters
* @return
* returns com.microsoft.bingads.v12.adinsight.GetKeywordLocationsResponse
* @throws ApiFaultDetail_Exception
* @throws AdApiFaultDetail_Exception
* @throws ApiFaultDetail_Exception
*/
@WebMethod(operationName = "GetKeywordLocations", action = "GetKeywordLocations")
@WebResult(name = "GetKeywordLocationsResponse", targetNamespace = "Microsoft.Advertiser.AdInsight.Api.Service.V12", partName = "parameters")
Expand Down Expand Up @@ -630,8 +630,8 @@ public Future<?> suggestKeywordsForUrlAsync(
* @param parameters
* @return
* returns com.microsoft.bingads.v12.adinsight.SuggestKeywordsForUrlResponse
* @throws ApiFaultDetail_Exception
* @throws AdApiFaultDetail_Exception
* @throws ApiFaultDetail_Exception
*/
@WebMethod(operationName = "SuggestKeywordsForUrl", action = "SuggestKeywordsForUrl")
@WebResult(name = "SuggestKeywordsForUrlResponse", targetNamespace = "Microsoft.Advertiser.AdInsight.Api.Service.V12", partName = "parameters")
Expand Down Expand Up @@ -671,8 +671,8 @@ public Future<?> suggestKeywordsFromExistingKeywordsAsync(
* @param parameters
* @return
* returns com.microsoft.bingads.v12.adinsight.SuggestKeywordsFromExistingKeywordsResponse
* @throws ApiFaultDetail_Exception
* @throws AdApiFaultDetail_Exception
* @throws ApiFaultDetail_Exception
*/
@WebMethod(operationName = "SuggestKeywordsFromExistingKeywords", action = "SuggestKeywordsFromExistingKeywords")
@WebResult(name = "SuggestKeywordsFromExistingKeywordsResponse", targetNamespace = "Microsoft.Advertiser.AdInsight.Api.Service.V12", partName = "parameters")
Expand Down Expand Up @@ -712,8 +712,8 @@ public Future<?> getAuctionInsightDataAsync(
* @param parameters
* @return
* returns com.microsoft.bingads.v12.adinsight.GetAuctionInsightDataResponse
* @throws ApiFaultDetail_Exception
* @throws AdApiFaultDetail_Exception
* @throws ApiFaultDetail_Exception
*/
@WebMethod(operationName = "GetAuctionInsightData", action = "GetAuctionInsightData")
@WebResult(name = "GetAuctionInsightDataResponse", targetNamespace = "Microsoft.Advertiser.AdInsight.Api.Service.V12", partName = "parameters")
Expand Down Expand Up @@ -753,8 +753,8 @@ public Future<?> getDomainCategoriesAsync(
* @param parameters
* @return
* returns com.microsoft.bingads.v12.adinsight.GetDomainCategoriesResponse
* @throws ApiFaultDetail_Exception
* @throws AdApiFaultDetail_Exception
* @throws ApiFaultDetail_Exception
*/
@WebMethod(operationName = "GetDomainCategories", action = "GetDomainCategories")
@WebResult(name = "GetDomainCategoriesResponse", targetNamespace = "Microsoft.Advertiser.AdInsight.Api.Service.V12", partName = "parameters")
Expand Down Expand Up @@ -794,8 +794,8 @@ public Future<?> putMetricDataAsync(
* @param parameters
* @return
* returns com.microsoft.bingads.v12.adinsight.PutMetricDataResponse
* @throws ApiFaultDetail_Exception
* @throws AdApiFaultDetail_Exception
* @throws ApiFaultDetail_Exception
*/
@WebMethod(operationName = "PutMetricData", action = "PutMetricData")
@WebResult(name = "PutMetricDataResponse", targetNamespace = "Microsoft.Advertiser.AdInsight.Api.Service.V12", partName = "parameters")
Expand Down Expand Up @@ -835,8 +835,8 @@ public Future<?> getKeywordIdeaCategoriesAsync(
* @param parameters
* @return
* returns com.microsoft.bingads.v12.adinsight.GetKeywordIdeaCategoriesResponse
* @throws ApiFaultDetail_Exception
* @throws AdApiFaultDetail_Exception
* @throws ApiFaultDetail_Exception
*/
@WebMethod(operationName = "GetKeywordIdeaCategories", action = "GetKeywordIdeaCategories")
@WebResult(name = "GetKeywordIdeaCategoriesResponse", targetNamespace = "Microsoft.Advertiser.AdInsight.Api.Service.V12", partName = "parameters")
Expand Down Expand Up @@ -876,8 +876,8 @@ public Future<?> getKeywordIdeasAsync(
* @param parameters
* @return
* returns com.microsoft.bingads.v12.adinsight.GetKeywordIdeasResponse
* @throws ApiFaultDetail_Exception
* @throws AdApiFaultDetail_Exception
* @throws ApiFaultDetail_Exception
*/
@WebMethod(operationName = "GetKeywordIdeas", action = "GetKeywordIdeas")
@WebResult(name = "GetKeywordIdeasResponse", targetNamespace = "Microsoft.Advertiser.AdInsight.Api.Service.V12", partName = "parameters")
Expand Down Expand Up @@ -917,8 +917,8 @@ public Future<?> getKeywordTrafficEstimatesAsync(
* @param parameters
* @return
* returns com.microsoft.bingads.v12.adinsight.GetKeywordTrafficEstimatesResponse
* @throws ApiFaultDetail_Exception
* @throws AdApiFaultDetail_Exception
* @throws ApiFaultDetail_Exception
*/
@WebMethod(operationName = "GetKeywordTrafficEstimates", action = "GetKeywordTrafficEstimates")
@WebResult(name = "GetKeywordTrafficEstimatesResponse", targetNamespace = "Microsoft.Advertiser.AdInsight.Api.Service.V12", partName = "parameters")
Expand Down
10 changes: 5 additions & 5 deletions proxies/com/microsoft/bingads/v12/bulk/IBulkService.java
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ public Future<?> downloadCampaignsByAccountIdsAsync(
* @param parameters
* @return
* returns com.microsoft.bingads.v12.bulk.DownloadCampaignsByAccountIdsResponse
* @throws AdApiFaultDetail_Exception
* @throws ApiFaultDetail_Exception
* @throws AdApiFaultDetail_Exception
*/
@WebMethod(operationName = "DownloadCampaignsByAccountIds", action = "DownloadCampaignsByAccountIds")
@WebResult(name = "DownloadCampaignsByAccountIdsResponse", targetNamespace = "https://bingads.microsoft.com/CampaignManagement/v12", partName = "parameters")
Expand Down Expand Up @@ -97,8 +97,8 @@ public Future<?> downloadCampaignsByCampaignIdsAsync(
* @param parameters
* @return
* returns com.microsoft.bingads.v12.bulk.DownloadCampaignsByCampaignIdsResponse
* @throws AdApiFaultDetail_Exception
* @throws ApiFaultDetail_Exception
* @throws AdApiFaultDetail_Exception
*/
@WebMethod(operationName = "DownloadCampaignsByCampaignIds", action = "DownloadCampaignsByCampaignIds")
@WebResult(name = "DownloadCampaignsByCampaignIdsResponse", targetNamespace = "https://bingads.microsoft.com/CampaignManagement/v12", partName = "parameters")
Expand Down Expand Up @@ -138,8 +138,8 @@ public Future<?> getBulkDownloadStatusAsync(
* @param parameters
* @return
* returns com.microsoft.bingads.v12.bulk.GetBulkDownloadStatusResponse
* @throws AdApiFaultDetail_Exception
* @throws ApiFaultDetail_Exception
* @throws AdApiFaultDetail_Exception
*/
@WebMethod(operationName = "GetBulkDownloadStatus", action = "GetBulkDownloadStatus")
@WebResult(name = "GetBulkDownloadStatusResponse", targetNamespace = "https://bingads.microsoft.com/CampaignManagement/v12", partName = "parameters")
Expand Down Expand Up @@ -179,8 +179,8 @@ public Future<?> getBulkUploadUrlAsync(
* @param parameters
* @return
* returns com.microsoft.bingads.v12.bulk.GetBulkUploadUrlResponse
* @throws AdApiFaultDetail_Exception
* @throws ApiFaultDetail_Exception
* @throws AdApiFaultDetail_Exception
*/
@WebMethod(operationName = "GetBulkUploadUrl", action = "GetBulkUploadUrl")
@WebResult(name = "GetBulkUploadUrlResponse", targetNamespace = "https://bingads.microsoft.com/CampaignManagement/v12", partName = "parameters")
Expand Down Expand Up @@ -220,8 +220,8 @@ public Future<?> getBulkUploadStatusAsync(
* @param parameters
* @return
* returns com.microsoft.bingads.v12.bulk.GetBulkUploadStatusResponse
* @throws AdApiFaultDetail_Exception
* @throws ApiFaultDetail_Exception
* @throws AdApiFaultDetail_Exception
*/
@WebMethod(operationName = "GetBulkUploadStatus", action = "GetBulkUploadStatus")
@WebResult(name = "GetBulkUploadStatusResponse", targetNamespace = "https://bingads.microsoft.com/CampaignManagement/v12", partName = "parameters")
Expand Down
Loading

0 comments on commit e30e5b7

Please sign in to comment.