google-shopping-merchant-quota 0.2.1 → 0.2.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: ba638a6afc1b5db3ff423224cefaf905137899197e012c4481dd7d591696a58d
4
- data.tar.gz: 74418ed1387b1d4798c3808da086e4d2ba92aa4cdbafa74c1416c296d88be2e1
3
+ metadata.gz: a708a0178f171e26741c2674bcaabfd70d7ea7e22f404c81b4b239c7a30008a5
4
+ data.tar.gz: 535f350af41b5d368699e2a5ad9ae5470d829f5595f99a29d9c4c7593e883429
5
5
  SHA512:
6
- metadata.gz: b0e0f349e88474dc3330ccab161f025cbd6bc9205fbca4fac531f21a39f73fc35945ed7a0a598c0c626ffde05e7e0658350f0d8f5535902bd8512614e98b49dd
7
- data.tar.gz: 6a8beb66db08c3ffda3ea7d07e33de08dd5e79640d67f8ef64102818ea4a7026ee6b82a913bcfe169c90d0a2d589e384533bf6f404bd9321f3234da948291849
6
+ metadata.gz: 4af471bcb47ce6e97437a8152aa4a11c702a9bcc19295c521621ca670c45ae676a5ba4e7890c6257335241200477ee8bc5e897aeb6bf272be67501ebd30e6fb7
7
+ data.tar.gz: a9c2d80e4a525958d00c59546149b10b1d5fcf57ef70fcd5efb50fc85327f1336f50e1b30aeea1736acbd2de44e0fd9033f57d1a43dce63468300ad8c60f24a2
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/quota"
38
+
39
+ client = Google::Shopping::Merchant::Quota.quota_service
40
+ request = ::Google::Shopping::Merchant::Quota::V1beta::ListQuotaGroupsRequest.new # (request fields as keyword arguments...)
41
+ response = client.list_quota_groups 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 Quota
24
- VERSION = "0.2.1"
24
+ VERSION = "0.2.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-quota
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.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: []