Skip to content

Commit

Permalink
Regenerate to pick up reformatted Doubleclicksearch naming.
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasvl committed May 28, 2020
1 parent 4f8bc5d commit 0befb07
Show file tree
Hide file tree
Showing 10 changed files with 1,891 additions and 11 deletions.
4 changes: 2 additions & 2 deletions GoogleAPIClientForREST.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -384,9 +384,9 @@ Pod::Spec.new do |s|
sp.dependency 'GoogleAPIClientForREST/Core'
sp.source_files = 'Source/GeneratedServices/DoubleClickBidManager/*.{h,m}'
end
s.subspec 'DoubleClickSearch' do |sp|
s.subspec 'Doubleclicksearch' do |sp|
sp.dependency 'GoogleAPIClientForREST/Core'
sp.source_files = 'Source/GeneratedServices/DoubleClickSearch/*.{h,m}'
sp.source_files = 'Source/GeneratedServices/Doubleclicksearch/*.{h,m}'
end
s.subspec 'Drive' do |sp|
sp.dependency 'GoogleAPIClientForREST/Core'
Expand Down
8 changes: 4 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -370,8 +370,8 @@ let package = Package(
targets: ["GoogleAPIClientForREST_DoubleClickBidManager"]
),
.library(
name: "GoogleAPIClientForREST_DoubleClickSearch",
targets: ["GoogleAPIClientForREST_DoubleClickSearch"]
name: "GoogleAPIClientForREST_Doubleclicksearch",
targets: ["GoogleAPIClientForREST_Doubleclicksearch"]
),
.library(
name: "GoogleAPIClientForREST_Drive",
Expand Down Expand Up @@ -1284,9 +1284,9 @@ let package = Package(
publicHeadersPath: "."
),
.target(
name: "GoogleAPIClientForREST_DoubleClickSearch",
name: "GoogleAPIClientForREST_Doubleclicksearch",
dependencies: ["GoogleAPIClientForRESTCore"],
path: "Source/GeneratedServices/DoubleClickSearch",
path: "Source/GeneratedServices/Doubleclicksearch",
publicHeadersPath: "."
),
.target(
Expand Down
14 changes: 14 additions & 0 deletions Source/GeneratedServices/Doubleclicksearch/GTLRDoubleclicksearch.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
// NOTE: This file was generated by the ServiceGenerator.

// ----------------------------------------------------------------------------
// API:
// Search Ads 360 API (doubleclicksearch/v2)
// Description:
// Reports and modifies your advertising data in DoubleClick Search (for
// example, campaigns, ad groups, keywords, and conversions).
// Documentation:
// https://developers.google.com/doubleclick-search/

#import "GTLRDoubleclicksearchObjects.h"
#import "GTLRDoubleclicksearchQuery.h"
#import "GTLRDoubleclicksearchService.h"
Loading

0 comments on commit 0befb07

Please sign in to comment.