google-shopping-merchant-products-v1beta 0.2.0 → 0.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/google/shopping/merchant/products/v1beta/product_inputs_service/client.rb +7 -0
- data/lib/google/shopping/merchant/products/v1beta/product_inputs_service/rest/client.rb +7 -0
- data/lib/google/shopping/merchant/products/v1beta/products_service/client.rb +7 -0
- data/lib/google/shopping/merchant/products/v1beta/products_service/rest/client.rb +7 -0
- data/lib/google/shopping/merchant/products/v1beta/version.rb +1 -1
- metadata +6 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5370f5cc5e0fa7aeffd1296a11855f41a23d6821d0d7a7b5b519fcd3ff3a927f
|
4
|
+
data.tar.gz: f3f2ec563e68c23f082399d09fe36754d09b96dcf6b0a8275df30489d9d0b35c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b1a54e35cac6c9cb67fa0f0d0eb9c0f200a08e545ede69b45a72fdfdd88e7f4f58e134007d189c5796a680f3d67f5bf106899433972fa9002038df49a3cc12c1
|
7
|
+
data.tar.gz: 814ef424d25d9818afc68c04949c40fb467cacb172dfbc881729a325711f11eeff734cc6c6214ce4a8d1bf7ed6c4516fe9b985d47f405d39a9dc6ff57b1620e6
|
data/README.md
CHANGED
@@ -86,7 +86,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
|
|
86
86
|
|
87
87
|
## Supported Ruby Versions
|
88
88
|
|
89
|
-
This library is supported on Ruby
|
89
|
+
This library is supported on Ruby 3.0+.
|
90
90
|
|
91
91
|
Google provides official support for Ruby versions that are actively supported
|
92
92
|
by Ruby Core—that is, Ruby versions that are either in normal maintenance or
|
@@ -429,6 +429,13 @@ module Google
|
|
429
429
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
430
430
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
431
431
|
# * (`nil`) indicating no credentials
|
432
|
+
#
|
433
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
434
|
+
# external source for authentication to Google Cloud, you must validate it before
|
435
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
436
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
437
|
+
# For more information, refer to [Validate credential configurations from external
|
438
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
432
439
|
# @return [::Object]
|
433
440
|
# @!attribute [rw] scope
|
434
441
|
# The OAuth scopes
|
@@ -406,6 +406,13 @@ module Google
|
|
406
406
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
407
407
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
408
408
|
# * (`nil`) indicating no credentials
|
409
|
+
#
|
410
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
411
|
+
# external source for authentication to Google Cloud, you must validate it before
|
412
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
413
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
414
|
+
# For more information, refer to [Validate credential configurations from external
|
415
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
409
416
|
# @return [::Object]
|
410
417
|
# @!attribute [rw] scope
|
411
418
|
# The OAuth scopes
|
@@ -435,6 +435,13 @@ module Google
|
|
435
435
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
436
436
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
437
437
|
# * (`nil`) indicating no credentials
|
438
|
+
#
|
439
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
440
|
+
# external source for authentication to Google Cloud, you must validate it before
|
441
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
442
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
443
|
+
# For more information, refer to [Validate credential configurations from external
|
444
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
438
445
|
# @return [::Object]
|
439
446
|
# @!attribute [rw] scope
|
440
447
|
# The OAuth scopes
|
@@ -412,6 +412,13 @@ module Google
|
|
412
412
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
413
413
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
414
414
|
# * (`nil`) indicating no credentials
|
415
|
+
#
|
416
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
417
|
+
# external source for authentication to Google Cloud, you must validate it before
|
418
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
419
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
420
|
+
# For more information, refer to [Validate credential configurations from external
|
421
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
415
422
|
# @return [::Object]
|
416
423
|
# @!attribute [rw] scope
|
417
424
|
# The OAuth scopes
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-shopping-merchant-products-v1beta
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 2025-01-29 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: gapic-common
|
@@ -16,7 +15,7 @@ dependencies:
|
|
16
15
|
requirements:
|
17
16
|
- - ">="
|
18
17
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
18
|
+
version: 0.25.0
|
20
19
|
- - "<"
|
21
20
|
- !ruby/object:Gem::Version
|
22
21
|
version: 2.a
|
@@ -26,7 +25,7 @@ dependencies:
|
|
26
25
|
requirements:
|
27
26
|
- - ">="
|
28
27
|
- !ruby/object:Gem::Version
|
29
|
-
version: 0.
|
28
|
+
version: 0.25.0
|
30
29
|
- - "<"
|
31
30
|
- !ruby/object:Gem::Version
|
32
31
|
version: 2.a
|
@@ -129,7 +128,6 @@ homepage: https://github.com/googleapis/google-cloud-ruby
|
|
129
128
|
licenses:
|
130
129
|
- Apache-2.0
|
131
130
|
metadata: {}
|
132
|
-
post_install_message:
|
133
131
|
rdoc_options: []
|
134
132
|
require_paths:
|
135
133
|
- lib
|
@@ -137,15 +135,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
137
135
|
requirements:
|
138
136
|
- - ">="
|
139
137
|
- !ruby/object:Gem::Version
|
140
|
-
version: '
|
138
|
+
version: '3.0'
|
141
139
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
142
140
|
requirements:
|
143
141
|
- - ">="
|
144
142
|
- !ruby/object:Gem::Version
|
145
143
|
version: '0'
|
146
144
|
requirements: []
|
147
|
-
rubygems_version: 3.
|
148
|
-
signing_key:
|
145
|
+
rubygems_version: 3.6.2
|
149
146
|
specification_version: 4
|
150
147
|
summary: Programmatically manage your Merchant Center Accounts.
|
151
148
|
test_files: []
|