google-apis-manufacturers_v1 0.25.0 → 0.26.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2886f352cc332816a3c2621488c16646462183c1db6db4024356703e81dd64ce
|
4
|
+
data.tar.gz: ac51520a41ec05be973e8f542e32899c648ccf9bf33886b0868fb900c084a619
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 219cfdc9b35105f00f29a985468759775d6319c9ba3e4625e3c12e74112ed7138f9717d754fcda8cc75932677b5210c2074fb6bdff07b3daa2fd350f672f45ff
|
7
|
+
data.tar.gz: 3f11eedebcb05e9ec6bce2c5080943ffdbd5cee5022b8af2c3343283908833baa091d7a7877c8b8719c990ef8c0f0cd3ecd77eb0738d765b611876728675725e
|
data/CHANGELOG.md
CHANGED
@@ -662,6 +662,12 @@ module Google
|
|
662
662
|
class Issue
|
663
663
|
include Google::Apis::Core::Hashable
|
664
664
|
|
665
|
+
# Output only. List of country codes (ISO 3166-1 alpha-2) where issue applies to
|
666
|
+
# the manufacturer product.
|
667
|
+
# Corresponds to the JSON property `applicableCountries`
|
668
|
+
# @return [Array<String>]
|
669
|
+
attr_accessor :applicable_countries
|
670
|
+
|
665
671
|
# If present, the attribute that triggered the issue. For more information about
|
666
672
|
# attributes, see https://support.google.com/manufacturers/answer/6124116.
|
667
673
|
# Corresponds to the JSON property `attribute`
|
@@ -710,6 +716,7 @@ module Google
|
|
710
716
|
|
711
717
|
# Update properties of this object
|
712
718
|
def update!(**args)
|
719
|
+
@applicable_countries = args[:applicable_countries] if args.key?(:applicable_countries)
|
713
720
|
@attribute = args[:attribute] if args.key?(:attribute)
|
714
721
|
@description = args[:description] if args.key?(:description)
|
715
722
|
@destination = args[:destination] if args.key?(:destination)
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ManufacturersV1
|
18
18
|
# Version of the google-apis-manufacturers_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.26.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.15.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240716"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -296,6 +296,7 @@ module Google
|
|
296
296
|
class Issue
|
297
297
|
# @private
|
298
298
|
class Representation < Google::Apis::Core::JsonRepresentation
|
299
|
+
collection :applicable_countries, as: 'applicableCountries'
|
299
300
|
property :attribute, as: 'attribute'
|
300
301
|
property :description, as: 'description'
|
301
302
|
property :destination, as: 'destination'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-manufacturers_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.26.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-07-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-manufacturers_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-manufacturers_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-manufacturers_v1/v0.26.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-manufacturers_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|