google-apis-content_v2_1 0.8.0 → 0.9.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: 52db06f309f117d69fc9b33e36318489f53bae9f00171a58ab72789d1742839b
|
|
4
|
+
data.tar.gz: d8a71992312c31ac9c4c2cb6a1f2a1a8a6fc496c87324646f6188b1abdc05c51
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 67c4109e1e5a89aef60954156d073aead971c263ac374b08bf50a9f02544e96be9a11ca293ca11e38fc328c54e3d035e9f1038d069732183095084831af1e52e
|
|
7
|
+
data.tar.gz: 2a90ff55afb017ca6f981122fe0f9dfe0f90bb191ce6e979c05ba51cfd6b1be609bc24666a7ff574da5424409d10a766a8e297d8655441c107a73181a45f48ef
|
data/CHANGELOG.md
CHANGED
|
@@ -1134,8 +1134,7 @@ module Google
|
|
|
1134
1134
|
attr_accessor :linked_account_id
|
|
1135
1135
|
|
|
1136
1136
|
# Acceptable values are: - "`shoppingAdsProductManagement`" - "`
|
|
1137
|
-
#
|
|
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.
|
|
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 = "
|
|
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.
|
|
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-
|
|
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.
|
|
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: []
|