google-apis-searchads360_v0 0.23.0 → 0.24.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: 9410d16206bd1cd9098a1b619b5383b51cd6f2331e17c018f9a56048df3a661c
4
- data.tar.gz: bf2ec7d3f93f4b6311d1dba63e50e120627e78c21a4ba26b9166fbc42264e2a5
3
+ metadata.gz: 824215de2ed3728ecc5b68b30152e36df107843702dec4c471fee28b0c8b67d8
4
+ data.tar.gz: 5289aac114e094f7c6b7fb41bd9d41c86f8fee7a1304f3a098ef6497704958c6
5
5
  SHA512:
6
- metadata.gz: fdcd560c84a71417bbf32317e8e955a08ed727378e7e7262fff55258a44824a03cf0e00d3cda50e54986f7a639afec68eeabf1306b392a17e66363aeecc83560
7
- data.tar.gz: a6a496ee10cd9599251ee5f3b3deb477a18f6bd6f59d12d12195af61e84cd6b4d89c57500b4ff3fa01bc62704a2ab05ccea56e1c9b66b04fd6f41f35c50c94df
6
+ metadata.gz: f2fc359b05f8e9e1e8a3b663304d041a3eecdd29b1450ae027f32313f158a22b1199241624479ce3640525766812a7c8619796ac191487ce21a19d05117c0ffb
7
+ data.tar.gz: 1ef04a058fa3c56c6dd0324debb50c75d2596c0a0c0db65c5b30871296061d0f454feeefc5fe282a72e3da1c2e65bf11c3a73fc59c34ec42571e5bd9de9b9763
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-searchads360_v0
2
2
 
3
+ ### v0.24.0 (2025-12-07)
4
+
5
+ * Regenerated from discovery document revision 20251204
6
+
3
7
  ### v0.23.0 (2025-11-23)
4
8
 
5
9
  * Regenerated from discovery document revision 20251116
@@ -2062,6 +2062,11 @@ module Google
2062
2062
  # @return [String]
2063
2063
  attr_accessor :geo_target_metro
2064
2064
 
2065
+ # Resource name of the geo target constant that represents a postal code.
2066
+ # Corresponds to the JSON property `geoTargetPostalCode`
2067
+ # @return [String]
2068
+ attr_accessor :geo_target_postal_code
2069
+
2065
2070
  # Resource name of the geo target constant that represents a region.
2066
2071
  # Corresponds to the JSON property `geoTargetRegion`
2067
2072
  # @return [String]
@@ -2340,6 +2345,7 @@ module Google
2340
2345
  @geo_target_city = args[:geo_target_city] if args.key?(:geo_target_city)
2341
2346
  @geo_target_country = args[:geo_target_country] if args.key?(:geo_target_country)
2342
2347
  @geo_target_metro = args[:geo_target_metro] if args.key?(:geo_target_metro)
2348
+ @geo_target_postal_code = args[:geo_target_postal_code] if args.key?(:geo_target_postal_code)
2343
2349
  @geo_target_region = args[:geo_target_region] if args.key?(:geo_target_region)
2344
2350
  @hour = args[:hour] if args.key?(:hour)
2345
2351
  @keyword = args[:keyword] if args.key?(:keyword)
@@ -4699,8 +4705,7 @@ module Google
4699
4705
  include Google::Apis::Core::Hashable
4700
4706
 
4701
4707
  # The modifier for the bid when the criterion matches. The modifier must be in
4702
- # the range: 0.1 - 10.0. The range is 1.0 - 6.0 for PreferredContent. Use 0 to
4703
- # opt out of a Device type.
4708
+ # the range: 0.1 - 10.0. Use 0 to opt out of a Device type.
4704
4709
  # Corresponds to the JSON property `bidModifier`
4705
4710
  # @return [Float]
4706
4711
  attr_accessor :bid_modifier
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module Searchads360V0
18
18
  # Version of the google-apis-searchads360_v0 gem
19
- GEM_VERSION = "0.23.0"
19
+ GEM_VERSION = "0.24.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20251116"
25
+ REVISION = "20251204"
26
26
  end
27
27
  end
28
28
  end
@@ -1430,6 +1430,7 @@ module Google
1430
1430
  property :geo_target_city, as: 'geoTargetCity'
1431
1431
  property :geo_target_country, as: 'geoTargetCountry'
1432
1432
  property :geo_target_metro, as: 'geoTargetMetro'
1433
+ property :geo_target_postal_code, as: 'geoTargetPostalCode'
1433
1434
  property :geo_target_region, as: 'geoTargetRegion'
1434
1435
  property :hour, as: 'hour'
1435
1436
  property :keyword, as: 'keyword', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0CommonKeyword, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0CommonKeyword::Representation
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-searchads360_v0
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.23.0
4
+ version: 0.24.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-searchads360_v0/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-searchads360_v0/v0.23.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-searchads360_v0/v0.24.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-searchads360_v0
62
62
  rdoc_options: []
63
63
  require_paths: