google-apis-content_v2_1 0.8.0 → 0.9.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: febcf98eb3cb969f059dc65244490f060c4278613dbd6fd7497a83068d3ded82
4
- data.tar.gz: d3f20f7250afa7446abc37ad43be65033fa5b970ac16ef5ad074fa3adf144aa4
3
+ metadata.gz: 52db06f309f117d69fc9b33e36318489f53bae9f00171a58ab72789d1742839b
4
+ data.tar.gz: d8a71992312c31ac9c4c2cb6a1f2a1a8a6fc496c87324646f6188b1abdc05c51
5
5
  SHA512:
6
- metadata.gz: 5eae053c5888512bf3d6febc3a0bbf58d7b48d02fb9bab937cbbd46aae5f3f80561e5123d2605962eea0f559af4f3fabf96f60af836e9e66986210feb5306e7e
7
- data.tar.gz: 4c072c6baf2859d74f81e7bb389b5f6ffc5b26b72ad4383fc97291fc779c2faa16e763aa1777bbe042572b915300807e906cc89efde8393ffe29532c20d900ac
6
+ metadata.gz: 67c4109e1e5a89aef60954156d073aead971c263ac374b08bf50a9f02544e96be9a11ca293ca11e38fc328c54e3d035e9f1038d069732183095084831af1e52e
7
+ data.tar.gz: 2a90ff55afb017ca6f981122fe0f9dfe0f90bb191ce6e979c05ba51cfd6b1be609bc24666a7ff574da5424409d10a766a8e297d8655441c107a73181a45f48ef
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-content_v2_1
2
2
 
3
+ ### v0.9.0 (2021-03-30)
4
+
5
+ * Regenerated from discovery document revision 20210325
6
+
3
7
  ### v0.8.0 (2021-03-16)
4
8
 
5
9
  * Regenerated from discovery document revision 20210311
@@ -1134,8 +1134,7 @@ module Google
1134
1134
  attr_accessor :linked_account_id
1135
1135
 
1136
1136
  # Acceptable values are: - "`shoppingAdsProductManagement`" - "`
1137
- # shoppingAdsOther`" - "`shoppingActionsProductManagement`" - "`
1138
- # shoppingActionsOrderManagement`" - "`shoppingActionsOther`"
1137
+ # shoppingActionsProductManagement`" - "`shoppingActionsOrderManagement`"
1139
1138
  # Corresponds to the JSON property `services`
1140
1139
  # @return [Array<String>]
1141
1140
  attr_accessor :services
@@ -9634,6 +9633,12 @@ module Google
9634
9633
  # @return [Array<String>]
9635
9634
  attr_accessor :additional_image_links
9636
9635
 
9636
+ # Additional cut of the item. Used together with size_type to represent combined
9637
+ # size types for apparel items.
9638
+ # Corresponds to the JSON property `additionalSizeType`
9639
+ # @return [String]
9640
+ attr_accessor :additional_size_type
9641
+
9637
9642
  # Used to group items in an arbitrary way. Only for CPA%, discouraged otherwise.
9638
9643
  # Corresponds to the JSON property `adsGrouping`
9639
9644
  # @return [String]
@@ -10075,6 +10080,7 @@ module Google
10075
10080
  # Update properties of this object
10076
10081
  def update!(**args)
10077
10082
  @additional_image_links = args[:additional_image_links] if args.key?(:additional_image_links)
10083
+ @additional_size_type = args[:additional_size_type] if args.key?(:additional_size_type)
10078
10084
  @ads_grouping = args[:ads_grouping] if args.key?(:ads_grouping)
10079
10085
  @ads_labels = args[:ads_labels] if args.key?(:ads_labels)
10080
10086
  @ads_redirect = args[:ads_redirect] if args.key?(:ads_redirect)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ContentV2_1
18
18
  # Version of the google-apis-content_v2_1 gem
19
- GEM_VERSION = "0.8.0"
19
+ GEM_VERSION = "0.9.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.2.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210311"
25
+ REVISION = "20210325"
26
26
  end
27
27
  end
28
28
  end
@@ -4818,6 +4818,7 @@ module Google
4818
4818
  # @private
4819
4819
  class Representation < Google::Apis::Core::JsonRepresentation
4820
4820
  collection :additional_image_links, as: 'additionalImageLinks'
4821
+ property :additional_size_type, as: 'additionalSizeType'
4821
4822
  property :ads_grouping, as: 'adsGrouping'
4822
4823
  collection :ads_labels, as: 'adsLabels'
4823
4824
  property :ads_redirect, as: 'adsRedirect'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-content_v2_1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.9.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: 2021-03-22 00:00:00.000000000 Z
11
+ date: 2021-04-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-content_v2_1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-content_v2_1/v0.8.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-content_v2_1/v0.9.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-content_v2_1
57
57
  post_install_message:
58
58
  rdoc_options: []