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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: de57cbfe1338c1d4887d91b2169c43ff0f6aa11d8199ec88401882a7b70da416
4
- data.tar.gz: d5076b76c430b156161c48e7b41ce015dc8817b8e9e0858df3e10902165d6841
3
+ metadata.gz: 73bde031ac79d6387686ce9a82b6bb8cf9024a48b74f015274b63c54b76744da
4
+ data.tar.gz: b7cb335aa6a8a128ec310047a12fae144b5f0ca49db1b7d9225f4809c2adbb6c
5
5
  SHA512:
6
- metadata.gz: 1c5a44e30f2d5f903ea6e49ff86b84977277299e2a87931b8b95e667c99f98f5ad157e9953977c27f65680aa477c758d3314981b55d6527e97da173e007a4256
7
- data.tar.gz: 5ec90847901efa0fd9341b30b92aaac6a4136ea17e7743aed9de1f2c532f6082bd6745e6aa10fcbb2eb1c12c7e23472b9f8c367cacf57fd0166f76a457ef8944
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 2.7+.
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
@@ -22,7 +22,7 @@ module Google
22
22
  module Merchant
23
23
  module Reviews
24
24
  module V1beta
25
- VERSION = "0.1.0"
25
+ VERSION = "0.2.0"
26
26
  end
27
27
  end
28
28
  end
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.1.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-08 00:00:00.000000000 Z
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.24.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.24.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: '2.7'
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.5.23
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: []