google-apis-doubleclicksearch_v2 0.22.0 → 0.23.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ee5b91f8914f7e98b1493b96dc73499d23a888a7f1dc0aab53f51e4f30b7f1e5
4
- data.tar.gz: 16711f3ee005326c115777c50deecc0aa7f77b63f1a02b97685f59006c59b13c
3
+ metadata.gz: 56eeda6c859f15ca302836573edef5f6249305c779d2d607eb46bea2da4fa20a
4
+ data.tar.gz: 602f52c5c6492c711503fecdd8a960be80f156cb8fe6a4f6a7664aec3d5e3d7d
5
5
  SHA512:
6
- metadata.gz: 940ea646d401f648448329abbdd69762854e6ceda5ff0e8ab7d8c4c9043e52cb3800524d333b3f4cd2295f9d20413b83197c28b81ba16c3a3d6dfc2f03a6a8e4
7
- data.tar.gz: fed6df08513c9930579d73af300c844a2cbbd4b3eeb23ffe2ea84e365d3c36f1319300b54eea0ab407ce4d13ba44024838f0991c3f273deb55cc69b6582809e1
6
+ metadata.gz: cd747354b2255e5c8631d26332a085537a64c959da55670c0b84572ebc67b9352d6af59c457baafc174bf8f016831f90f824dbb488e15e7ad41ed9e4daa1fb33
7
+ data.tar.gz: bb91447eb18bb4b9df94a5656a711af980ec9c50c9e0a6549391547d0b0658bcd50fab1a4f53d7d9dfcaecd1d265ae5f0109179440d8ee288052145c648ec61e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-doubleclicksearch_v2
2
2
 
3
+ ### v0.23.0 (2025-05-04)
4
+
5
+ * Regenerated from discovery document revision 20250430
6
+ * Regenerated using generator version 0.17.0
7
+
3
8
  ### v0.22.0 (2024-05-19)
4
9
 
5
10
  * Regenerated using generator version 0.15.0
data/OVERVIEW.md CHANGED
@@ -83,7 +83,7 @@ The [product documentation](https://developers.google.com/search-ads) may provid
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 2.7+.
86
+ This library is supported on Ruby 3.1+.
87
87
 
88
88
  Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
@@ -80,7 +80,8 @@ module Google
80
80
  end
81
81
  end
82
82
 
83
- # A conversion containing data relevant to DoubleClick Search.
83
+ # A conversion containing data relevant to DoubleClick Search. Common DS3 API
84
+ # conversion fields: Id Range [1 - 2800]. Next Id to use: 33
84
85
  class Conversion
85
86
  include Google::Apis::Core::Hashable
86
87
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DoubleclicksearchV2
18
18
  # Version of the google-apis-doubleclicksearch_v2 gem
19
- GEM_VERSION = "0.22.0"
19
+ GEM_VERSION = "0.23.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.0"
22
+ GENERATOR_VERSION = "0.17.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240124"
25
+ REVISION = "20250430"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-doubleclicksearch_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.22.0
4
+ version: 0.23.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-05-26 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: google-apis-core
@@ -58,9 +57,8 @@ licenses:
58
57
  metadata:
59
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-doubleclicksearch_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-doubleclicksearch_v2/v0.22.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-doubleclicksearch_v2/v0.23.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-doubleclicksearch_v2
63
- post_install_message:
64
62
  rdoc_options: []
65
63
  require_paths:
66
64
  - lib
@@ -68,15 +66,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
68
66
  requirements:
69
67
  - - ">="
70
68
  - !ruby/object:Gem::Version
71
- version: '2.7'
69
+ version: '3.1'
72
70
  required_rubygems_version: !ruby/object:Gem::Requirement
73
71
  requirements:
74
72
  - - ">="
75
73
  - !ruby/object:Gem::Version
76
74
  version: '0'
77
75
  requirements: []
78
- rubygems_version: 3.5.6
79
- signing_key:
76
+ rubygems_version: 3.6.8
80
77
  specification_version: 4
81
78
  summary: Simple REST client for Search Ads 360 API V2
82
79
  test_files: []