diff --git a/api_names_out.yaml b/api_names_out.yaml index 2aa714db6..42f1b6855 100644 --- a/api_names_out.yaml +++ b/api_names_out.yaml @@ -122203,6 +122203,8 @@ "/manufacturers:v1/Attributes/pattern": pattern "/manufacturers:v1/Attributes/productDetail": product_detail "/manufacturers:v1/Attributes/productDetail/product_detail": product_detail +"/manufacturers:v1/Attributes/productHighlight": product_highlight +"/manufacturers:v1/Attributes/productHighlight/product_highlight": product_highlight "/manufacturers:v1/Attributes/productLine": product_line "/manufacturers:v1/Attributes/productName": product_name "/manufacturers:v1/Attributes/productPageUrl": product_page_url diff --git a/generated/google-apis-manufacturers_v1/CHANGELOG.md b/generated/google-apis-manufacturers_v1/CHANGELOG.md index 0bfa4af7c..1c6825798 100644 --- a/generated/google-apis-manufacturers_v1/CHANGELOG.md +++ b/generated/google-apis-manufacturers_v1/CHANGELOG.md @@ -1,5 +1,9 @@ # Release history for google-apis-manufacturers_v1 +### v0.2.0 (2021-01-12) + +* Regenerated from discovery document revision 20210106 + ### v0.1.0 (2021-01-07) * Regenerated using generator version 0.1.1 diff --git a/generated/google-apis-manufacturers_v1/lib/google/apis/manufacturers_v1/classes.rb b/generated/google-apis-manufacturers_v1/lib/google/apis/manufacturers_v1/classes.rb index 85d58a7b8..aee7facd3 100644 --- a/generated/google-apis-manufacturers_v1/lib/google/apis/manufacturers_v1/classes.rb +++ b/generated/google-apis-manufacturers_v1/lib/google/apis/manufacturers_v1/classes.rb @@ -23,7 +23,7 @@ module Google module ManufacturersV1 # Attributes of the product. For more information, see https://support.google. - # com/manufacturers/answer/6124116. Next tag: 47 + # com/manufacturers/answer/6124116. Next tag: 48 class Attributes include Google::Apis::Core::Hashable @@ -150,6 +150,12 @@ module Google # @return [Array] attr_accessor :product_detail + # The product highlights. For more information, see https://support.google.com/ + # manufacturers/answer/10066942 + # Corresponds to the JSON property `productHighlight` + # @return [Array] + attr_accessor :product_highlight + # The name of the group of products related to the product. For more information, # see https://support.google.com/manufacturers/answer/6124116#productline. # Corresponds to the JSON property `productLine` @@ -265,6 +271,7 @@ module Google @mpn = args[:mpn] if args.key?(:mpn) @pattern = args[:pattern] if args.key?(:pattern) @product_detail = args[:product_detail] if args.key?(:product_detail) + @product_highlight = args[:product_highlight] if args.key?(:product_highlight) @product_line = args[:product_line] if args.key?(:product_line) @product_name = args[:product_name] if args.key?(:product_name) @product_page_url = args[:product_page_url] if args.key?(:product_page_url) @@ -560,7 +567,7 @@ module Google include Google::Apis::Core::Hashable # Attributes of the product. For more information, see https://support.google. - # com/manufacturers/answer/6124116. Next tag: 47 + # com/manufacturers/answer/6124116. Next tag: 48 # Corresponds to the JSON property `attributes` # @return [Google::Apis::ManufacturersV1::Attributes] attr_accessor :attributes diff --git a/generated/google-apis-manufacturers_v1/lib/google/apis/manufacturers_v1/gem_version.rb b/generated/google-apis-manufacturers_v1/lib/google/apis/manufacturers_v1/gem_version.rb index ef08b30d5..710dc5221 100644 --- a/generated/google-apis-manufacturers_v1/lib/google/apis/manufacturers_v1/gem_version.rb +++ b/generated/google-apis-manufacturers_v1/lib/google/apis/manufacturers_v1/gem_version.rb @@ -16,13 +16,13 @@ module Google module Apis module ManufacturersV1 # Version of the google-apis-manufacturers_v1 gem - GEM_VERSION = "0.1.0" + GEM_VERSION = "0.2.0" # Version of the code generator used to generate this client GENERATOR_VERSION = "0.1.1" # Revision of the discovery document this client was generated from - REVISION = "20201208" + REVISION = "20210106" end end end diff --git a/generated/google-apis-manufacturers_v1/lib/google/apis/manufacturers_v1/representations.rb b/generated/google-apis-manufacturers_v1/lib/google/apis/manufacturers_v1/representations.rb index 54e2260cd..91fe96329 100644 --- a/generated/google-apis-manufacturers_v1/lib/google/apis/manufacturers_v1/representations.rb +++ b/generated/google-apis-manufacturers_v1/lib/google/apis/manufacturers_v1/representations.rb @@ -124,6 +124,7 @@ module Google property :pattern, as: 'pattern' collection :product_detail, as: 'productDetail', class: Google::Apis::ManufacturersV1::ProductDetail, decorator: Google::Apis::ManufacturersV1::ProductDetail::Representation + collection :product_highlight, as: 'productHighlight' property :product_line, as: 'productLine' property :product_name, as: 'productName' property :product_page_url, as: 'productPageUrl' diff --git a/generated/google-apis-manufacturers_v1/synth.metadata b/generated/google-apis-manufacturers_v1/synth.metadata index a72d5609d..1a58b8101 100644 --- a/generated/google-apis-manufacturers_v1/synth.metadata +++ b/generated/google-apis-manufacturers_v1/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/google-api-ruby-client.git", - "sha": "0905748a79468cf02ae05d5bb952b3c5dd3c48b2" + "sha": "c84082c844d9e7c2947bf38c09ad46e84e16602f" } } ]