google-apis-merchantapi_datasources_v1beta 0.13.0 → 0.15.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 529733f8307d983faa9f974c53b45d19e31746a42a6df162c3aea33341d3b09e
|
|
4
|
+
data.tar.gz: aa7a450b59a6c3b2b35b09d30d1c7ea57026057ee783849e41639d1a1d3a2a26
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6dc14bec6249e5f797cd967c9309045e0a9e3df276165aefc0934a0d1b8526134794afaa8396446fc85b50dc5ca2b1844cdd4e86b892a31edab63cf7884278e9
|
|
7
|
+
data.tar.gz: 7d9e0816fed0b4c45fe47f79a49432640397ae20ce29590a36970806d9ea6cb21fee93833d99ca704fe81de8897a76fb2a0253c2c1f605e869eb5c159d282b6e
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# Release history for google-apis-merchantapi_datasources_v1beta
|
|
2
2
|
|
|
3
|
+
### v0.15.0 (2026-06-21)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20260615
|
|
6
|
+
|
|
7
|
+
### v0.14.0 (2026-06-14)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20260527
|
|
10
|
+
* Regenerated using generator version 0.19.0
|
|
11
|
+
|
|
3
12
|
### v0.13.0 (2026-03-15)
|
|
4
13
|
|
|
5
14
|
* Regenerated from discovery document revision 20260303
|
data/OVERVIEW.md
CHANGED
|
@@ -83,7 +83,7 @@ The [product documentation](https://developers.google.com/merchant/api) may prov
|
|
|
83
83
|
|
|
84
84
|
## Supported Ruby versions
|
|
85
85
|
|
|
86
|
-
This library is supported on Ruby 3.
|
|
86
|
+
This library is supported on Ruby 3.2+.
|
|
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
|
|
|
@@ -166,7 +166,11 @@ module Google
|
|
|
166
166
|
# order of this list will result in changing the priority of data sources in the
|
|
167
167
|
# default rule. For example, providing the following list: [`1001`, `self`] will
|
|
168
168
|
# take attribute values from supplemental data source `1001`, and fallback to `
|
|
169
|
-
# self` if the attribute is not set in `1001`.
|
|
169
|
+
# self` if the attribute is not set in `1001`. Warning: The update (patch) and
|
|
170
|
+
# create call replaces the entire default rule setup. It doesn't work as an
|
|
171
|
+
# addition or append. If `self` is missing from the list of `
|
|
172
|
+
# take_from_data_sources`, the API will ignore attributes from the primary data
|
|
173
|
+
# source itself.
|
|
170
174
|
# Corresponds to the JSON property `takeFromDataSources`
|
|
171
175
|
# @return [Array<Google::Apis::MerchantapiDatasourcesV1beta::DataSourceReference>]
|
|
172
176
|
attr_accessor :take_from_data_sources
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module MerchantapiDatasourcesV1beta
|
|
18
18
|
# Version of the google-apis-merchantapi_datasources_v1beta gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.15.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
22
|
+
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260615"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-merchantapi_datasources_v1beta
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.15.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-merchantapi_datasources_v1beta/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-merchantapi_datasources_v1beta/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-merchantapi_datasources_v1beta/v0.15.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-merchantapi_datasources_v1beta
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|
|
@@ -66,7 +66,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
66
66
|
requirements:
|
|
67
67
|
- - ">="
|
|
68
68
|
- !ruby/object:Gem::Version
|
|
69
|
-
version: '3.
|
|
69
|
+
version: '3.2'
|
|
70
70
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
71
71
|
requirements:
|
|
72
72
|
- - ">="
|