google-shopping-merchant-products 0.1.0 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c5eebf61b56e3db71a5da032668016696c4fbfbca6acfa6bcb1f72790251e9fc
4
- data.tar.gz: 1dd5d03de6c6377dfd497749e69ddce7cc5590cb76578327d36b11f61e51f020
3
+ metadata.gz: 49da1b673ee75dc8944ed0f50f73a4124ea58b2f2ca2fa6f5086e41e73a2eca5
4
+ data.tar.gz: 72d3838ea122a1cbcf32e2bbe8855bbeec3bba8d52266532729cde77b6eacbcf
5
5
  SHA512:
6
- metadata.gz: a0ceb075c269d8430520af60a0e23b5b6ae01ccb9805e02ed0d0535d33c41846a106851174bd32122344fd287d620c673be777fa34b2b07e8e47f81acde6f5c8
7
- data.tar.gz: 8ad7fdab9da5fcc60ba15fb3c9f75368ef3dfe87ea043073be9255b2c68f8dec7a5ea98dce519ef0fb5a9fc24625bdc0226033e166fb76d8b014e255ad7d70d7
6
+ metadata.gz: 6d492a860f4573d58078f4783db1c2f1aff3ff888c24617d9dc78b426c2d3c109ead3cb37adb5f11adb73c46b5db9581144b4827e6d9530f74e0cc1c6a30d89c
7
+ data.tar.gz: bd0f690423228f9ca8deefdc953b5f27f36739bbc69b0e5c441046f4c76850634c00cc1e820dffc707d9342cc23b1475ac6e7e88a7f8cdd8232594d28ebc0620
data/README.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # Ruby Client for the Merchant API
2
2
 
3
- Programmatically manage your Merchant Center accounts.
3
+ Programmatically manage your Merchant Center Accounts.
4
4
 
5
- Programmatically manage your Merchant Center accounts.
5
+ Merchant API consists of multiple Sub-APIs. Accounts Sub-API: Enables you to programmatically manage your accounts. Conversions Sub-API: Enables you to programmatically manage your conversion sources for a merchant account. Datasources Sub-API: Enables you to programmatically manage your datasources. Inventories Sub-API: This bundle enables you to programmatically manage your local and regional inventories. Local Feeds Partnerships Sub-API: This bundle enables LFP partners to submit local inventories for a merchant. Notifications Sub-API: This bundle enables you to programmatically manage your notification subscriptions. Products Sub-API: This bundle enables you to programmatically manage your products. Promotions Sub-API: This bundle enables you to programmatically manage your promotions for products. Quota Sub-API: This bundle enables you to list your quotas for all APIs you are using. Reports Sub-API: This bundle enables you to programmatically retrieve reports and insights about products, their performance and their competitive environment.
6
6
 
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*`.
@@ -34,6 +34,31 @@ 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
+ ## Debug Logging
38
+
39
+ This library comes with opt-in Debug Logging that can help you troubleshoot
40
+ your application's integration with the API. When logging is activated, key
41
+ events such as requests and responses, along with data payloads and metadata
42
+ such as headers and client configuration, are logged to the standard error
43
+ stream.
44
+
45
+ **WARNING:** Client Library Debug Logging includes your data payloads in
46
+ plaintext, which could include sensitive data such as PII for yourself or your
47
+ customers, private keys, or other security data that could be compromising if
48
+ leaked. Always practice good data hygiene with your application logs, and follow
49
+ the principle of least access. Google also recommends that Client Library Debug
50
+ Logging be enabled only temporarily during active debugging, and not used
51
+ permanently in production.
52
+
53
+ To enable logging, set the environment variable `GOOGLE_SDK_RUBY_LOGGING_GEMS`
54
+ to the value `all`. Alternatively, you can set the value to a comma-delimited
55
+ list of client library gem names. This will select the default logging behavior,
56
+ which writes logs to the standard error stream. On a local workstation, this may
57
+ result in logs appearing on the console. When running on a Google Cloud hosting
58
+ service such as [Google Cloud Run](https://cloud.google.com/run), this generally
59
+ results in logs appearing alongside your application logs in the
60
+ [Google Cloud Logging](https://cloud.google.com/logging/) service.
61
+
37
62
  ## Supported Ruby Versions
38
63
 
39
64
  This library is supported on Ruby 2.7+.
@@ -21,7 +21,7 @@ module Google
21
21
  module Shopping
22
22
  module Merchant
23
23
  module Products
24
- VERSION = "0.1.0"
24
+ VERSION = "0.1.2"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-shopping-merchant-products
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-06-06 00:00:00.000000000 Z
11
+ date: 2024-12-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-cloud-core
@@ -44,7 +44,19 @@ dependencies:
44
44
  - - "<"
45
45
  - !ruby/object:Gem::Version
46
46
  version: 2.a
47
- description: Programmatically manage your Merchant Center accounts.
47
+ description: 'Merchant API consists of multiple Sub-APIs. Accounts Sub-API: Enables
48
+ you to programmatically manage your accounts. Conversions Sub-API: Enables you to
49
+ programmatically manage your conversion sources for a merchant account. Datasources
50
+ Sub-API: Enables you to programmatically manage your datasources. Inventories Sub-API:
51
+ This bundle enables you to programmatically manage your local and regional inventories.
52
+ Local Feeds Partnerships Sub-API: This bundle enables LFP partners to submit local
53
+ inventories for a merchant. Notifications Sub-API: This bundle enables you to programmatically
54
+ manage your notification subscriptions. Products Sub-API: This bundle enables you
55
+ to programmatically manage your products. Promotions Sub-API: This bundle enables
56
+ you to programmatically manage your promotions for products. Quota Sub-API: This
57
+ bundle enables you to list your quotas for all APIs you are using. Reports Sub-API:
58
+ This bundle enables you to programmatically retrieve reports and insights about
59
+ products, their performance and their competitive environment.'
48
60
  email: googleapis-packages@google.com
49
61
  executables: []
50
62
  extensions: []
@@ -76,8 +88,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
76
88
  - !ruby/object:Gem::Version
77
89
  version: '0'
78
90
  requirements: []
79
- rubygems_version: 3.5.6
91
+ rubygems_version: 3.5.23
80
92
  signing_key:
81
93
  specification_version: 4
82
- summary: Programmatically manage your Merchant Center accounts.
94
+ summary: Programmatically manage your Merchant Center Accounts.
83
95
  test_files: []