google-shopping-merchant-issue_resolution 0.2.0 → 0.2.1

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: 8f9b71a0e6bc9f65cd6adff6db1db77b2d3be10877408a32a6b39aee568d930a
4
- data.tar.gz: 2dff4d4cb19b84ba86f4f6cfed597aba8c4b5ddf3edd7318b53cb5f04a9b4956
3
+ metadata.gz: bfd22d30ee8622c86197b5ca64665254d2a4cb2e6fcadfe9a3cf44fb52a3b77c
4
+ data.tar.gz: 68e208e4a264d549ebd55c8197ade444ee9338aae165b17d98cb9b75c64c5c4d
5
5
  SHA512:
6
- metadata.gz: a446b96b6a466fc9ef25643931ff9db62382b21851b15cccd1d59bef5bdd6b6fbdfab6c9c313c90d38d39495e45fa2b8978e4dc348becf2bf09f9c9845f82dca
7
- data.tar.gz: e7c025877d771801df361190642dbe6fb848e57f05d7e68ad15586fe82f21fdc23df4b08b0474d609ba9924302100b955dbbaa120db9546202da7ebaf3f95405
6
+ metadata.gz: 1b32ed001d8d2be0a3116b0e4d31e08c64d282c0ce8e71ca279716d17ec61e080147bf96c75f930292842056be212ba4353affab6f5348e4767fcf9d5cc3fd45
7
+ data.tar.gz: 377d93651821fb15cbb51d59e27e8f4e67bb93e05c776fa54ed7df52141297d287cb080f5b54910cfa977e7baf3b76bd98f8a0da775f19ae2e1c2754b3c6942c
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/issue_resolution"
39
+
40
+ client = Google::Shopping::Merchant::IssueResolution.aggregate_product_statuses_service
41
+ request = ::Google::Shopping::Merchant::IssueResolution::V1beta::ListAggregateProductStatusesRequest.new # (request fields as keyword arguments...)
42
+ response = client.list_aggregate_product_statuses 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 IssueResolution
24
- VERSION = "0.2.0"
24
+ VERSION = "0.2.1"
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-issue_resolution
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC