google-apis-content_v2_1 0.11.0 → 0.12.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: 14613626a11a49e0f05fbbb75348c5a01e894b5d1c836481a5af2f5bb3c70836
|
4
|
+
data.tar.gz: e428703539ad9ec920c528355c28b2b654f04599cf2305c7183dc98c24152cb4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: aa706132c90939522551d26397116ce4343b717eaaca836fd7487c4d10740f5686ffc7c5018113e12f3854e71ab088ae0210a1e214bda379a8eab0cf2604c10f
|
7
|
+
data.tar.gz: 1221ad9d71aa151664dfc25ffffa86030bb5c4e398c5fd998ee8dbe346463b811002310f53e42112b9be276829dcf33c6350584cbd3b5df70367cba5adbdc1d7
|
data/CHANGELOG.md
CHANGED
@@ -10827,11 +10827,12 @@ module Google
|
|
10827
10827
|
# @return [String]
|
10828
10828
|
attr_accessor :product_id
|
10829
10829
|
|
10830
|
-
# The list of product attributes to be updated.
|
10831
|
-
#
|
10832
|
-
#
|
10833
|
-
#
|
10834
|
-
# stay unchanged. Only defined if the
|
10830
|
+
# The comma-separated list of product attributes to be updated. Example: `"title,
|
10831
|
+
# salePrice"`. Attributes specified in the update mask without a value specified
|
10832
|
+
# in the body will be deleted from the product. Only top-level product
|
10833
|
+
# attributes can be updated. If not defined, product attributes with set values
|
10834
|
+
# will be updated and other attributes will stay unchanged. Only defined if the
|
10835
|
+
# method is `update`.
|
10835
10836
|
# Corresponds to the JSON property `updateMask`
|
10836
10837
|
# @return [String]
|
10837
10838
|
attr_accessor :update_mask
|
@@ -14772,7 +14773,8 @@ module Google
|
|
14772
14773
|
# @return [String]
|
14773
14774
|
attr_accessor :unit
|
14774
14775
|
|
14775
|
-
# Required. The weight represented as a number.
|
14776
|
+
# Required. The weight represented as a number. The weight can have a maximum
|
14777
|
+
# precision of four decimal places.
|
14776
14778
|
# Corresponds to the JSON property `value`
|
14777
14779
|
# @return [String]
|
14778
14780
|
attr_accessor :value
|
@@ -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.12.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 = "20210519"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -4035,11 +4035,11 @@ module Google
|
|
4035
4035
|
# The REST ID of the product for which to update.
|
4036
4036
|
# @param [Google::Apis::ContentV2_1::Product] product_object
|
4037
4037
|
# @param [String] update_mask
|
4038
|
-
# The list of product attributes to be updated.
|
4039
|
-
#
|
4040
|
-
#
|
4041
|
-
#
|
4042
|
-
# stay unchanged.
|
4038
|
+
# The comma-separated list of product attributes to be updated. Example: `"title,
|
4039
|
+
# salePrice"`. Attributes specified in the update mask without a value specified
|
4040
|
+
# in the body will be deleted from the product. Only top-level product
|
4041
|
+
# attributes can be updated. If not defined, product attributes with set values
|
4042
|
+
# will be updated and other attributes will stay unchanged.
|
4043
4043
|
# @param [String] fields
|
4044
4044
|
# Selector specifying which fields to include in a partial response.
|
4045
4045
|
# @param [String] quota_user
|
@@ -4523,7 +4523,8 @@ module Google
|
|
4523
4523
|
# Required. The id of the region to update.
|
4524
4524
|
# @param [Google::Apis::ContentV2_1::Region] region_object
|
4525
4525
|
# @param [String] update_mask
|
4526
|
-
# Optional. The field mask indicating the fields to update.
|
4526
|
+
# Optional. The comma-separated field mask indicating the fields to update.
|
4527
|
+
# Example: `"displayName,postalCodeArea.regionCode"`.
|
4527
4528
|
# @param [String] fields
|
4528
4529
|
# Selector specifying which fields to include in a partial response.
|
4529
4530
|
# @param [String] quota_user
|
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.12.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-05-
|
11
|
+
date: 2021-05-31 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.12.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: []
|