google-shopping-merchant-inventories 0.4.1 → 0.4.2

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: 720fedd2dbb578688f41404d1b8e17fe79642706c77dbeaf35478d14ad3e08ca
4
- data.tar.gz: b0171b92dd294cb6639c053426c543f3821097b2b5706eaec87db688c7ba1393
3
+ metadata.gz: 077fc562cbf1f2e825bad03725a4584883c851be99de96f7950c6f1d768d24c9
4
+ data.tar.gz: '08d7e4c9658f3784b3451d0b41bd4f5bcb5e214d56372e8d852176250787283e'
5
5
  SHA512:
6
- metadata.gz: d64fd5184fbbbd5ac940ba8d47ebebc01d56dcd23e18056c08a05e8532a14f977a6db70f8df3f56e7c56d703861afc94f34d4846daa55444b13b8fe5e628cbbc
7
- data.tar.gz: fda4f32cbd7a74b99662d7990bcbe34d35c7e94c326c7c72ce5134ace7e2958d1f868dbdcd64d4108f346e2accd5ad4ca18a36392caf6b3363d01538f0f9e607
6
+ metadata.gz: 7c1add11b6e358b54f0fdc0406e6f004d52bcf83d2e6e4e5b1c9dd0d77525a69f8d35cfb83c30757147fddef622e5bfcb6084a6826cb478fa1c302b40c79dbf1
7
+ data.tar.gz: 2cef7f15d95438d6f25296caa6db000924757449ae978f659240d44d3b3794ed73ffc0a65bc9f726c72333b26e2f0060f87c58ebb55724a6e0d8db8af55a1562
data/README.md CHANGED
@@ -33,6 +33,14 @@ In order to use this library, you first need to go through the following steps:
33
33
  1. [Enable the API.](https://console.cloud.google.com/apis/library/merchantapi.googleapis.com)
34
34
  1. {file:AUTHENTICATION.md Set up authentication.}
35
35
 
36
+ ```ruby
37
+ require "google/shopping/merchant/inventories"
38
+
39
+ client = Google::Shopping::Merchant::Inventories.local_inventory_service
40
+ request = ::Google::Shopping::Merchant::Inventories::V1beta::ListLocalInventoriesRequest.new # (request fields as keyword arguments...)
41
+ response = client.list_local_inventories request
42
+ ```
43
+
36
44
  ## Debug Logging
37
45
 
38
46
  This library comes with opt-in Debug Logging that can help you troubleshoot
@@ -21,7 +21,7 @@ module Google
21
21
  module Shopping
22
22
  module Merchant
23
23
  module Inventories
24
- VERSION = "0.4.1"
24
+ VERSION = "0.4.2"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-shopping-merchant-inventories
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -74,7 +74,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
74
74
  - !ruby/object:Gem::Version
75
75
  version: '0'
76
76
  requirements: []
77
- rubygems_version: 3.6.8
77
+ rubygems_version: 3.6.9
78
78
  specification_version: 4
79
79
  summary: Programmatically manage your Merchant Center accounts.
80
80
  test_files: []