google-shopping-merchant-data_sources 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: 2b0e5d68fee448dfa4bdad2979c239ad334e4daae1ed426852bbaf1e5d23f65b
4
- data.tar.gz: 957c8101f3c079c47084e17ccc3b85b1358585c71d487b4669254b6153c809ae
3
+ metadata.gz: 0e46a072f22a942b56abc9c3696766ff87a0b66e1d9abbee3bb36a037b165ab7
4
+ data.tar.gz: 89e2277379c8cc1b1b1cb51612411392ab018cca6aaf4311f5f2849690a6ee55
5
5
  SHA512:
6
- metadata.gz: c96043143a8ae994fdb49ecee07df84f7b6e09e426a5b10b1f68ad2cdb7a512c885013b3624989465b75b81914c11e06cc97bbd253470a5efd2891fe510fb114
7
- data.tar.gz: b3796fca82d8682184c20b803011d676d7daee728ff1ee3f6b8b55b8b248ee5bdf08a741e7c75b4840d2fe4e43103003b2eecbfae671d0b802ac6704cce5467c
6
+ metadata.gz: fc954dddf52e7ef6a54f97484b5521101689bfaff4f32da07acc52922df8382d4a7732e6fd48896dcd2aca0040aa0b22f63d9c24c8fff90644b37495d6586335
7
+ data.tar.gz: 7460a0eb488db9b3b958ab71d66b458768d893345c7e4ba8a536e8f0b81bd9034b2397d077c18fe1dbb9d20d35951f8a51e7b608c1cbda3b613d75822fa20df7
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/data_sources"
39
+
40
+ client = Google::Shopping::Merchant::DataSources.data_sources_service
41
+ request = ::Google::Shopping::Merchant::DataSources::V1beta::GetDataSourceRequest.new # (request fields as keyword arguments...)
42
+ response = client.get_data_source 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 DataSources
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-data_sources
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: []