google-apis-merchantapi_products_v1beta 0.29.0 → 0.30.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: cb32eca20d2f22e8bf98dd32504dee525e7914891068ffa5c808a17e70ee31cd
|
|
4
|
+
data.tar.gz: 0c31ae1e99487554995d26d5bfb63202d20b15288459e4791e42eb647dcc8d62
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e47dd05e2e236634ffb99613825dc2210c0c8d3f79bec4567dd9d6dc3b268a21d3c765368fa7e64e99d0db5bed93236ca416536fe695987794c70ed72a3e5d8b
|
|
7
|
+
data.tar.gz: 8dca969563f2c9c91ace01cbeb939096ee952daaeac27753931d2dbb4a7960c12946d0ba10a73bf4fec80d6fe29b190a1713f9db4573c8559d8479cf19414d52
|
data/CHANGELOG.md
CHANGED
|
@@ -91,8 +91,8 @@ module Google
|
|
|
91
91
|
|
|
92
92
|
# Product Certifications, for example for energy efficiency labeling of products
|
|
93
93
|
# recorded in the [EU EPREL](https://eprel.ec.europa.eu/screen/home) database.
|
|
94
|
-
#
|
|
95
|
-
#
|
|
94
|
+
# For more information, see [Certification](https://support.google.com/merchants/
|
|
95
|
+
# answer/13528839).
|
|
96
96
|
# Corresponds to the JSON property `certifications`
|
|
97
97
|
# @return [Array<Google::Apis::MerchantapiProductsV1beta::Certification>]
|
|
98
98
|
attr_accessor :certifications
|
|
@@ -739,6 +739,22 @@ module Google
|
|
|
739
739
|
# @return [String]
|
|
740
740
|
attr_accessor :certification_code
|
|
741
741
|
|
|
742
|
+
# Optional. URL to the certification document (eg. `https://www.example.com/
|
|
743
|
+
# document`), for example, the product data sheet or fiche required by UK's
|
|
744
|
+
# DESNZ or EU's EPREL. Maximum length is 2000 characters. For more information,
|
|
745
|
+
# see [Certification](https://support.google.com/merchants/answer/13528839).
|
|
746
|
+
# Corresponds to the JSON property `certificationDocumentLink`
|
|
747
|
+
# @return [String]
|
|
748
|
+
attr_accessor :certification_document_link
|
|
749
|
+
|
|
750
|
+
# Optional. URL to the certification label (eg. `https://www.example.com/label`),
|
|
751
|
+
# for example, the energy efficiency label required by UK's DESNZ or EU's EPREL.
|
|
752
|
+
# Maximum length is 2000 characters. For more information, see [Certification](
|
|
753
|
+
# https://support.google.com/merchants/answer/13528839).
|
|
754
|
+
# Corresponds to the JSON property `certificationLabelLink`
|
|
755
|
+
# @return [String]
|
|
756
|
+
attr_accessor :certification_label_link
|
|
757
|
+
|
|
742
758
|
# The name of the certification, for example "EPREL". Maximum length is 2000
|
|
743
759
|
# characters.
|
|
744
760
|
# Corresponds to the JSON property `certificationName`
|
|
@@ -759,6 +775,8 @@ module Google
|
|
|
759
775
|
def update!(**args)
|
|
760
776
|
@certification_authority = args[:certification_authority] if args.key?(:certification_authority)
|
|
761
777
|
@certification_code = args[:certification_code] if args.key?(:certification_code)
|
|
778
|
+
@certification_document_link = args[:certification_document_link] if args.key?(:certification_document_link)
|
|
779
|
+
@certification_label_link = args[:certification_label_link] if args.key?(:certification_label_link)
|
|
762
780
|
@certification_name = args[:certification_name] if args.key?(:certification_name)
|
|
763
781
|
@certification_value = args[:certification_value] if args.key?(:certification_value)
|
|
764
782
|
end
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module MerchantapiProductsV1beta
|
|
18
18
|
# Version of the google-apis-merchantapi_products_v1beta gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.30.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260903"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -367,6 +367,8 @@ module Google
|
|
|
367
367
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
368
368
|
property :certification_authority, as: 'certificationAuthority'
|
|
369
369
|
property :certification_code, as: 'certificationCode'
|
|
370
|
+
property :certification_document_link, as: 'certificationDocumentLink'
|
|
371
|
+
property :certification_label_link, as: 'certificationLabelLink'
|
|
370
372
|
property :certification_name, as: 'certificationName'
|
|
371
373
|
property :certification_value, as: 'certificationValue'
|
|
372
374
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-merchantapi_products_v1beta
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.30.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_products_v1beta/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-merchantapi_products_v1beta/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-merchantapi_products_v1beta/v0.30.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-merchantapi_products_v1beta
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|