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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2565eff34cfbdea88ebbdf4f89bb4ee766953f7f279a02b11357bde4a216ee6f
4
- data.tar.gz: 5657a011dae143c5c5dae980b57f86613e25cffaca9040e125c96574e9aeefe2
3
+ metadata.gz: 5370f5cc5e0fa7aeffd1296a11855f41a23d6821d0d7a7b5b519fcd3ff3a927f
4
+ data.tar.gz: f3f2ec563e68c23f082399d09fe36754d09b96dcf6b0a8275df30489d9d0b35c
5
5
  SHA512:
6
- metadata.gz: 3e47f0f74120f0fa4a6d80fe39605ed91a3004cb533336bd47b03f7d9a22551a81e9ca2ee572a9e1f4a6d756c15e4498c15c1d846ce30d4230757159089ddc09
7
- data.tar.gz: 23361be9e907decbd591433ee318a17618c78c1c49c489a57f5a86693b028dc0f1bdc896212505c200d32fb91a8e7b42693bf9ff85b1bfa9299fe7365ae45702
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 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
@@ -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
@@ -22,7 +22,7 @@ module Google
22
22
  module Merchant
23
23
  module Products
24
24
  module V1beta
25
- VERSION = "0.2.0"
25
+ VERSION = "0.3.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-products-v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.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: 2024-12-10 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
@@ -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: '2.7'
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.5.23
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: []