google-apis-searchads360_v0 0.21.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: 2fd68da44ccec3637cea68f23a8dc08afcd28144b45848f434e6cf313e80ba51
4
- data.tar.gz: faeae24947b44e3bea485669445eb439688a939f1d81909736b5c08d8484e7f5
3
+ metadata.gz: da5110732e87a9dfb6fb16a8c2a2cc6ed8cd96d25895acd565b59a226bb3e771
4
+ data.tar.gz: c01bab92c5b231ff80e3aa1b6c75b1448610809d62ff5315e861c0b1e07a8ca2
5
5
  SHA512:
6
- metadata.gz: 67e0cf792c592659e09774af0b75a027d4a9cd766c44b8a299e865458e499302d37b8b514efc632ded158c99727e1e202444c04c80dc74a53397fc98361de51c
7
- data.tar.gz: 25a956b9f51045d01ab4f3f1d7514f7e1b7d27495aba243e9fb2b3264fb932781418087874d0a9d50ea3be2afd41910f8a453b567dfac11bc72496f1ad099a82
6
+ metadata.gz: 58ad620ace41778a63f1f7dcb21acafb758e539dba15874214ac6590b6c7c19f17d49f146d8510b8d65cde51e3d3054f63bdff78184c1b7f90db456e1f2111ab
7
+ data.tar.gz: 2687e39bafdc14cd3f74c081cce2986b67b64e7d1be8c817622b9461533762cd43b73b9fc46369d6789f499d090c7ccb004916ca9f44ad1ead69fe1869468e40
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
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
+
3
8
  ### v0.21.0 (2025-05-04)
4
9
 
5
10
  * Regenerated using generator version 0.17.0
@@ -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.21.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.17.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,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.21.0
4
+ version: 0.22.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.21.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:
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  requirements: []
76
- rubygems_version: 3.6.8
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: []