google-apis-retail_v2 0.71.0 → 0.72.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/retail_v2/classes.rb +10 -10
- data/lib/google/apis/retail_v2/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3fac54b601260de04a0e8f0fe843a0b2df4a3da56efdb51de82adb02648a4b70
|
4
|
+
data.tar.gz: 8aee7a3a819b2fcf70b9764f4b30c781d5ba41057ed1d56b90337c36272e9113
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e3a1aba990fb905a095db243e8ca29fefecce642be0629bf7a1302c319c8f354f5a1cb51cf38e308f2e9e1f370dbf02b4f86b935bfa5ec9d8a0bdceb76617236
|
7
|
+
data.tar.gz: 811e5cd657986dff4b2fd6c6d512bce9bf5ab2c21aa30401968b3214a6d589bbfaecefcdf65d6b493daa442a1d7075f7f1740da9ab17df95818a8662f2239c6c
|
data/CHANGELOG.md
CHANGED
@@ -5751,17 +5751,17 @@ module Google
|
|
5751
5751
|
end
|
5752
5752
|
end
|
5753
5753
|
|
5754
|
-
# Represents a link between a Merchant Center account and a branch.
|
5755
|
-
# is established, products from the linked
|
5756
|
-
#
|
5754
|
+
# Represents a link between a Merchant Center account and a branch. After a link
|
5755
|
+
# is established, products from the linked Merchant Center account are streamed
|
5756
|
+
# to the linked branch.
|
5757
5757
|
class GoogleCloudRetailV2alphaMerchantCenterAccountLink
|
5758
5758
|
include Google::Apis::Core::Hashable
|
5759
5759
|
|
5760
|
-
# Required. The branch
|
5760
|
+
# Required. The branch ID (e.g. 0/1/2) within the catalog that products from
|
5761
5761
|
# merchant_center_account_id are streamed to. When updating this field, an empty
|
5762
5762
|
# value will use the currently configured default branch. However, changing the
|
5763
5763
|
# default branch later on won't change the linked branch here. A single branch
|
5764
|
-
#
|
5764
|
+
# ID can only have one linked Merchant Center account ID.
|
5765
5765
|
# Corresponds to the JSON property `branchId`
|
5766
5766
|
# @return [String]
|
5767
5767
|
attr_accessor :branch_id
|
@@ -6939,17 +6939,17 @@ module Google
|
|
6939
6939
|
end
|
6940
6940
|
end
|
6941
6941
|
|
6942
|
-
# Represents a link between a Merchant Center account and a branch.
|
6943
|
-
# is established, products from the linked
|
6944
|
-
#
|
6942
|
+
# Represents a link between a Merchant Center account and a branch. After a link
|
6943
|
+
# is established, products from the linked Merchant Center account are streamed
|
6944
|
+
# to the linked branch.
|
6945
6945
|
class GoogleCloudRetailV2betaMerchantCenterAccountLink
|
6946
6946
|
include Google::Apis::Core::Hashable
|
6947
6947
|
|
6948
|
-
# Required. The branch
|
6948
|
+
# Required. The branch ID (e.g. 0/1/2) within the catalog that products from
|
6949
6949
|
# merchant_center_account_id are streamed to. When updating this field, an empty
|
6950
6950
|
# value will use the currently configured default branch. However, changing the
|
6951
6951
|
# default branch later on won't change the linked branch here. A single branch
|
6952
|
-
#
|
6952
|
+
# ID can only have one linked Merchant Center account ID.
|
6953
6953
|
# Corresponds to the JSON property `branchId`
|
6954
6954
|
# @return [String]
|
6955
6955
|
attr_accessor :branch_id
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module RetailV2
|
18
18
|
# Version of the google-apis-retail_v2 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.72.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230427"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-retail_v2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.72.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: 2023-
|
11
|
+
date: 2023-05-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2/v0.72.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|