google-apis-retail_v2 0.71.0 → 0.72.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: b5abaae51c40aafdd4cb7896eebb193bc493871981e10862f09bb67ea6984560
4
- data.tar.gz: f84164f162ed326430a1fec6b79ac7532a0e47b55037320ef9f167240a50d1f9
3
+ metadata.gz: 3fac54b601260de04a0e8f0fe843a0b2df4a3da56efdb51de82adb02648a4b70
4
+ data.tar.gz: 8aee7a3a819b2fcf70b9764f4b30c781d5ba41057ed1d56b90337c36272e9113
5
5
  SHA512:
6
- metadata.gz: 97423beeea375718bad3d97cd745f0b0ce9cfe148b55866d9e59d242668a4cd8d5ee478770a32f172d233d15fdcb3e04ecf112c91fa4844bc9f7460fa349f4db
7
- data.tar.gz: 7324b2b589f75875e0dca568087ebe83d3244f075fcf3bfd17244cfe4d345207c4f1d7c7b477525d86e4585abdd43defc8279f04d118c492f0665f63075455ab
6
+ metadata.gz: e3a1aba990fb905a095db243e8ca29fefecce642be0629bf7a1302c319c8f354f5a1cb51cf38e308f2e9e1f370dbf02b4f86b935bfa5ec9d8a0bdceb76617236
7
+ data.tar.gz: 811e5cd657986dff4b2fd6c6d512bce9bf5ab2c21aa30401968b3214a6d589bbfaecefcdf65d6b493daa442a1d7075f7f1740da9ab17df95818a8662f2239c6c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-retail_v2
2
2
 
3
+ ### v0.72.0 (2023-05-07)
4
+
5
+ * Regenerated from discovery document revision 20230427
6
+
3
7
  ### v0.71.0 (2023-04-30)
4
8
 
5
9
  * Regenerated from discovery document revision 20230420
@@ -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. Once a link
5755
- # is established, products from the linked merchant center account will be
5756
- # streamed to the linked branch.
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 id (e.g. 0/1/2) within the catalog that products from
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
- # id can only have one linked merchant center account id.
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. Once a link
6943
- # is established, products from the linked merchant center account will be
6944
- # streamed to the linked branch.
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 id (e.g. 0/1/2) within the catalog that products from
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
- # id can only have one linked merchant center account id.
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.71.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 = "20230420"
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.71.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-04-30 00:00:00.000000000 Z
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.71.0
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: []