google-shopping-merchant-notifications 0.2.0 → 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: 7f9da22fdb86376a60b876395464b2256aae0a4cc050a7c9d0faf2d3a7e94551
4
- data.tar.gz: c2f2f7b32c6b5ca5d61ca9199dbbbe1da0b04b4cbcb381983cbdda2eb115c783
3
+ metadata.gz: ac7ad9242f893bd629fbd30e99c8cbe35bd3f223f2b6332d439907fa03c476d9
4
+ data.tar.gz: d0f571a3559e69e9eebe3609b9dcae9de9ed7fa4a15a8a5d6ed11d6a1fbfc660
5
5
  SHA512:
6
- metadata.gz: 53c7264543f34d8b6a6308a856529a87438ab6b4db81c668e7dfef26a38c2957e86ed8ef088af14660b137ce378ef206bde7fe74a0d87950d7470b0334ddd58d
7
- data.tar.gz: 244afbc8a3efed65f4e5ba80d037bf6bb6ddbcd3487631d7839f5b483357fe31f74f7433de8298007bbfe62ff60290e3984e238b9f193b276349d5116fa05cf9
6
+ metadata.gz: ebf0d1e83ee90fd363a75c4efe1aba41aaba41d70eee7893286b9746e91d173c2951afd5ff857e14d00fc3a0b1a7e0792fe08790c93c9a7616ee032728cc9d1b
7
+ data.tar.gz: 4e290b0242490b2330ada212b81fdcc8991a3e244080587ae3c9c9a9d87e09bc0db9416318515b95f230c3f8acec07a8e0f1ba961a8d502c81965c39307d72e5
data/README.md CHANGED
@@ -6,7 +6,7 @@ Programmatically manage your Merchant Center accounts.
6
6
  Actual client classes for the various versions of this API are defined in
7
7
  _versioned_ client gems, with names of the form `google-shopping-merchant-notifications-v*`.
8
8
  The gem `google-shopping-merchant-notifications` is the main client library that brings the
9
- verisoned gems in as dependencies, and provides high-level methods for
9
+ versioned gems in as dependencies, and provides high-level methods for
10
10
  constructing clients. More information on versioned clients can be found below
11
11
  in the section titled *Which client should I use?*.
12
12
 
@@ -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/notifications"
38
+
39
+ client = Google::Shopping::Merchant::Notifications.notifications_api_service
40
+ request = ::Google::Shopping::Merchant::Notifications::V1beta::GetNotificationSubscriptionRequest.new # (request fields as keyword arguments...)
41
+ response = client.get_notification_subscription 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 Notifications
24
- VERSION = "0.2.0"
24
+ VERSION = "0.2.2"
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-notifications
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-01-29 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
@@ -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.2
77
+ rubygems_version: 3.6.9
78
78
  specification_version: 4
79
79
  summary: Programmatically manage your Merchant Center accounts.
80
80
  test_files: []