google-shopping-merchant-products 0.2.1 → 0.2.3

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: aaab4c31a579d2d2cc0a762a18882ed576d0f143645110fb52a4954cddee006f
4
- data.tar.gz: 0ec872c087f57e2b9e90ccd4c6c3825e3b84920bc56e6d58fcc46026a9b571df
3
+ metadata.gz: 773414771459114fa7e4c6dac6d43dfcc4486f5c6dac89f8f566a37d77dcd785
4
+ data.tar.gz: 70f0fc2778278c3db2583917f30d50ee7f25a5e828517abc66c5b00ef6c4f442
5
5
  SHA512:
6
- metadata.gz: 9d0fb530653757513f1dce84e2e0f748061c0834808bf50bb033ae3ed2313ae2a522649423e28a9def6fe88649cb1e6c2b364dd182b4b265113f722d8a7514d9
7
- data.tar.gz: 23275e5b33531c7380ca81e4e90ef091ad5e1a4b186d3e5dc70f9f86f66e29cee36831690b2959a18cc9798b9354a0e8d7ff513d5ce22273348bb9c9eb04f60b
6
+ metadata.gz: d51f3afdc1d4cfa40c088e78a47af04fac2ee219cb2a63396341032c0acdb69a90bbf620b5096e5003150e1f3b494aca7aa42e3fb2c0330136449bee3288adee
7
+ data.tar.gz: be409e091b8f8797fc689a69757e57e1aeb5e3356683e3c3df900a6a2211910ca7e38f3e121f511ed583dc00f6c65afdf4cbbc78adc4bdadf486f8453e0d7c93
data/README.md CHANGED
@@ -7,7 +7,7 @@ Merchant API consists of multiple Sub-APIs. Accounts Sub-API: Enables you to pro
7
7
  Actual client classes for the various versions of this API are defined in
8
8
  _versioned_ client gems, with names of the form `google-shopping-merchant-products-v*`.
9
9
  The gem `google-shopping-merchant-products` is the main client library that brings the
10
- verisoned gems in as dependencies, and provides high-level methods for
10
+ versioned gems in as dependencies, and provides high-level methods for
11
11
  constructing clients. More information on versioned clients can be found below
12
12
  in the section titled *Which client should I use?*.
13
13
 
@@ -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/products"
39
+
40
+ client = Google::Shopping::Merchant::Products.product_inputs_service
41
+ request = ::Google::Shopping::Merchant::Products::V1beta::InsertProductInputRequest.new # (request fields as keyword arguments...)
42
+ response = client.insert_product_input 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 Products
24
- VERSION = "0.2.1"
24
+ VERSION = "0.2.3"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-shopping-merchant-products
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-04-21 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: google-cloud-core
@@ -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.5
89
+ rubygems_version: 3.6.9
90
90
  specification_version: 4
91
91
  summary: Programmatically manage your Merchant Center Accounts.
92
92
  test_files: []