google-shopping-merchant-lfp 0.3.1 → 0.3.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: 611b00d033a6549509514ad8c9d241555fb1a503617494af77ed0b833d359771
4
- data.tar.gz: 6e2957419dd824669206b7a25afa920e08f07d170985e33abd5f9cbf6d8a6d9a
3
+ metadata.gz: 16cd26b3292420992df40f52c4496a36b9fb00f836b94303c3871956faa1d2c4
4
+ data.tar.gz: b1b528aff6fce9de9b335b833cdd952c3b4a969395be6925a570232768ea6b48
5
5
  SHA512:
6
- metadata.gz: c3c723b38ccede054cfb84c8ec352e93d7da467fcb880c9657efe0fcdb9c92d04fe2a9669698401038ff9ada100ebf1082a8d9eff2b43beeeafa11bdd20f31eb
7
- data.tar.gz: 8840c7132792b3a781e738ea99d61e2f627eba3ccfd2c6fcfbe7dd0f9fba4f98dabfe4c5b75de7f42fb49aed6d45e3208ffb08c0a7866a4df3fec304631a2942
6
+ metadata.gz: faf23e1d718df11dab7def128b1df000ee5af91e6c54ff553dff869c3d2518bee6eed6ecdfde6df0d939b16df64f4bb31d03f0aca4f3b054f2be53d0fe9543b7
7
+ data.tar.gz: 39011cde06668b30b57f7189ec5b07c10e4b6f734d2c960a6f5b4ce763bd2a71d1982d83c66e36c7dac38b884a63bf859efec175b9897e0b4a0535f6940a1d62
data/README.md CHANGED
@@ -34,6 +34,14 @@ In order to use this library, you first need to go through the following steps:
34
34
  1. [Enable the API.](https://console.cloud.google.com/apis/library/merchantapi.googleapis.com)
35
35
  1. {file:AUTHENTICATION.md Set up authentication.}
36
36
 
37
+ ```ruby
38
+ require "google/shopping/merchant/lfp"
39
+
40
+ client = Google::Shopping::Merchant::Lfp.lfp_inventory_service
41
+ request = ::Google::Shopping::Merchant::Lfp::V1beta::InsertLfpInventoryRequest.new # (request fields as keyword arguments...)
42
+ response = client.insert_lfp_inventory request
43
+ ```
44
+
37
45
  ## Debug Logging
38
46
 
39
47
  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 Lfp
24
- VERSION = "0.3.1"
24
+ VERSION = "0.3.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-lfp
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -86,7 +86,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
86
86
  - !ruby/object:Gem::Version
87
87
  version: '0'
88
88
  requirements: []
89
- rubygems_version: 3.6.8
89
+ rubygems_version: 3.6.9
90
90
  specification_version: 4
91
91
  summary: Programmatically manage your Merchant Center Accounts.
92
92
  test_files: []