google-apis-searchads360_v0 0.20.0 → 0.22.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: 22b62a56548a5ab29b874a93f3aa04b783e40cdd554bbf158cbeb307a5222283
4
- data.tar.gz: 9556768b321ff55f7d74c41331dd95451c8140794a34ded0f968148e9c47743e
3
+ metadata.gz: da5110732e87a9dfb6fb16a8c2a2cc6ed8cd96d25895acd565b59a226bb3e771
4
+ data.tar.gz: c01bab92c5b231ff80e3aa1b6c75b1448610809d62ff5315e861c0b1e07a8ca2
5
5
  SHA512:
6
- metadata.gz: c432b3450500c77835c6f80a40bfd244b6c3138290e7a4a0889e342fcbe11122f38ae848f5ef221a352b2dbb9b50fd8e396970f9d3f00505230f633bc70d2d30
7
- data.tar.gz: 193c71a074d90f07861cc6a7b5fc0e958db7de235bf09d36de18b32efb9fceba80efdb12f603f09aeef7eedb249d1a6be1ec70b1688eef2e55e02754c6c658a9
6
+ metadata.gz: 58ad620ace41778a63f1f7dcb21acafb758e539dba15874214ac6590b6c7c19f17d49f146d8510b8d65cde51e3d3054f63bdff78184c1b7f90db456e1f2111ab
7
+ data.tar.gz: 2687e39bafdc14cd3f74c081cce2986b67b64e7d1be8c817622b9461533762cd43b73b9fc46369d6789f499d090c7ccb004916ca9f44ad1ead69fe1869468e40
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-searchads360_v0
2
2
 
3
+ ### v0.22.0 (2025-07-27)
4
+
5
+ * Regenerated from discovery document revision 20250721
6
+ * Regenerated using generator version 0.18.0
7
+
8
+ ### v0.21.0 (2025-05-04)
9
+
10
+ * Regenerated using generator version 0.17.0
11
+
3
12
  ### v0.20.0 (2025-04-20)
4
13
 
5
14
  * Regenerated from discovery document revision 20250407
data/OVERVIEW.md CHANGED
@@ -83,7 +83,7 @@ The [product documentation](https://developers.google.com/search-ads/reporting)
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
 
@@ -2992,6 +2992,11 @@ module Google
2992
2992
  # @return [String]
2993
2993
  attr_accessor :authorization_error
2994
2994
 
2995
+ # The reasons for the conversion custom variable error
2996
+ # Corresponds to the JSON property `conversionCustomVariableError`
2997
+ # @return [String]
2998
+ attr_accessor :conversion_custom_variable_error
2999
+
2995
3000
  # The reasons for the custom column error
2996
3001
  # Corresponds to the JSON property `customColumnError`
2997
3002
  # @return [String]
@@ -3055,6 +3060,7 @@ module Google
3055
3060
  def update!(**args)
3056
3061
  @authentication_error = args[:authentication_error] if args.key?(:authentication_error)
3057
3062
  @authorization_error = args[:authorization_error] if args.key?(:authorization_error)
3063
+ @conversion_custom_variable_error = args[:conversion_custom_variable_error] if args.key?(:conversion_custom_variable_error)
3058
3064
  @custom_column_error = args[:custom_column_error] if args.key?(:custom_column_error)
3059
3065
  @date_error = args[:date_error] if args.key?(:date_error)
3060
3066
  @date_range_error = args[:date_range_error] if args.key?(:date_range_error)
@@ -4048,9 +4054,7 @@ module Google
4048
4054
  attr_accessor :id
4049
4055
 
4050
4056
  # Immutable. The name of the ad. This is only used to be able to identify the ad.
4051
- # It does not need to be unique and does not affect the served ad. The name
4052
- # field is currently only supported for DisplayUploadAd, ImageAd,
4053
- # ShoppingComparisonListingAd and VideoAd.
4057
+ # It does not need to be unique and does not affect the served ad.
4054
4058
  # Corresponds to the JSON property `name`
4055
4059
  # @return [String]
4056
4060
  attr_accessor :name
@@ -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.20.0"
19
+ GEM_VERSION = "0.22.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.16.0"
22
+ GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250407"
25
+ REVISION = "20250721"
26
26
  end
27
27
  end
28
28
  end
@@ -1662,6 +1662,7 @@ module Google
1662
1662
  class Representation < Google::Apis::Core::JsonRepresentation
1663
1663
  property :authentication_error, as: 'authenticationError'
1664
1664
  property :authorization_error, as: 'authorizationError'
1665
+ property :conversion_custom_variable_error, as: 'conversionCustomVariableError'
1665
1666
  property :custom_column_error, as: 'customColumnError'
1666
1667
  property :date_error, as: 'dateError'
1667
1668
  property :date_range_error, as: 'dateRangeError'
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-searchads360_v0
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.20.0
4
+ version: 0.22.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-04-20 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: google-apis-core
@@ -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.20.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-searchads360_v0/v0.22.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:
@@ -66,14 +66,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
66
66
  requirements:
67
67
  - - ">="
68
68
  - !ruby/object:Gem::Version
69
- version: '2.7'
69
+ version: '3.1'
70
70
  required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - ">="
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  requirements: []
76
- rubygems_version: 3.6.5
76
+ rubygems_version: 3.6.9
77
77
  specification_version: 4
78
78
  summary: Simple REST client for Search Ads 360 Reporting API V0
79
79
  test_files: []