google-shopping-merchant-reviews-v1beta 0.1.0 → 0.2.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/reviews/v1beta/merchant_reviews_service/client.rb +7 -0
- data/lib/google/shopping/merchant/reviews/v1beta/merchant_reviews_service/rest/client.rb +7 -0
- data/lib/google/shopping/merchant/reviews/v1beta/product_reviews_service/client.rb +7 -0
- data/lib/google/shopping/merchant/reviews/v1beta/product_reviews_service/rest/client.rb +7 -0
- data/lib/google/shopping/merchant/reviews/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: 73bde031ac79d6387686ce9a82b6bb8cf9024a48b74f015274b63c54b76744da
|
4
|
+
data.tar.gz: b7cb335aa6a8a128ec310047a12fae144b5f0ca49db1b7d9225f4809c2adbb6c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1611ff079ef64573c9671574c445f8f3c2ee59732b18d4c94e4cc3b8e554e29826ddacc260ebbe6cf4a25fa534729769d2515cc60706865d0f812c2497d5101b
|
7
|
+
data.tar.gz: 3df26117de41c8ebd289eca5df80468003fec8611f3e8f7653c01d01feba864358027cd63a0aa67eed964611847fd04032506fa3dceb770113a9ecb80872fd6b
|
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
|
@@ -602,6 +602,13 @@ module Google
|
|
602
602
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
603
603
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
604
604
|
# * (`nil`) indicating no credentials
|
605
|
+
#
|
606
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
607
|
+
# external source for authentication to Google Cloud, you must validate it before
|
608
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
609
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
610
|
+
# For more information, refer to [Validate credential configurations from external
|
611
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
605
612
|
# @return [::Object]
|
606
613
|
# @!attribute [rw] scope
|
607
614
|
# The OAuth scopes
|
@@ -565,6 +565,13 @@ module Google
|
|
565
565
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
566
566
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
567
567
|
# * (`nil`) indicating no credentials
|
568
|
+
#
|
569
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
570
|
+
# external source for authentication to Google Cloud, you must validate it before
|
571
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
572
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
573
|
+
# For more information, refer to [Validate credential configurations from external
|
574
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
568
575
|
# @return [::Object]
|
569
576
|
# @!attribute [rw] scope
|
570
577
|
# The OAuth scopes
|
@@ -597,6 +597,13 @@ module Google
|
|
597
597
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
598
598
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
599
599
|
# * (`nil`) indicating no credentials
|
600
|
+
#
|
601
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
602
|
+
# external source for authentication to Google Cloud, you must validate it before
|
603
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
604
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
605
|
+
# For more information, refer to [Validate credential configurations from external
|
606
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
600
607
|
# @return [::Object]
|
601
608
|
# @!attribute [rw] scope
|
602
609
|
# The OAuth scopes
|
@@ -560,6 +560,13 @@ module Google
|
|
560
560
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
561
561
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
562
562
|
# * (`nil`) indicating no credentials
|
563
|
+
#
|
564
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
565
|
+
# external source for authentication to Google Cloud, you must validate it before
|
566
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
567
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
568
|
+
# For more information, refer to [Validate credential configurations from external
|
569
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
563
570
|
# @return [::Object]
|
564
571
|
# @!attribute [rw] scope
|
565
572
|
# The OAuth scopes
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-shopping-merchant-reviews-v1beta
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date: 2025-01-
|
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
|
@@ -130,7 +129,6 @@ homepage: https://github.com/googleapis/google-cloud-ruby
|
|
130
129
|
licenses:
|
131
130
|
- Apache-2.0
|
132
131
|
metadata: {}
|
133
|
-
post_install_message:
|
134
132
|
rdoc_options: []
|
135
133
|
require_paths:
|
136
134
|
- lib
|
@@ -138,15 +136,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
138
136
|
requirements:
|
139
137
|
- - ">="
|
140
138
|
- !ruby/object:Gem::Version
|
141
|
-
version: '
|
139
|
+
version: '3.0'
|
142
140
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
143
141
|
requirements:
|
144
142
|
- - ">="
|
145
143
|
- !ruby/object:Gem::Version
|
146
144
|
version: '0'
|
147
145
|
requirements: []
|
148
|
-
rubygems_version: 3.
|
149
|
-
signing_key:
|
146
|
+
rubygems_version: 3.6.2
|
150
147
|
specification_version: 4
|
151
148
|
summary: Programmatically manage your Merchant Center Accounts.
|
152
149
|
test_files: []
|