google-shopping-merchant-quota-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: 199f1c83504c3155f652f54d055b1d3328973c3d70e7f4eae9756525eac77438
4
- data.tar.gz: c595461ba5f3125337dc3d20539cf8ee3285eb03d8ef4cf2dc9d4687853791e2
3
+ metadata.gz: cc8112402a8d36fdbf7dfbe43107638e98ce846a54ef35595d5accd12644b710
4
+ data.tar.gz: b02fd3828b5208b8724e49ad1735d6312f1f2075eea97f9663e881820ca7b18c
5
5
  SHA512:
6
- metadata.gz: 4ec7bd73b55d0d149108dc44a22d3cfc6b1f45d1712422f21b33a42b9a080e6cca6b228efccaab16a4bcb7a7c3b5e5c9c6c538032020e28e8b7f65cc4b68e730
7
- data.tar.gz: 63093f8268232d8bc421d1655248467d2d44cde8c67120cab47bbe031c83ffebc45e06b77b3d8a58636334f14a2386eb41ec6b729e17cf700600d489c6df2c60
6
+ metadata.gz: 81e6f9aedaae9b64432814001734a69b6988ed0c0f3ff403326da88e4d200ac1a04877488abbb2588299bdb6dae07977fb4d12c62986579f9bd1d91f589ac873
7
+ data.tar.gz: c93b23d961e1255918e0972147d9d6fc0973891995d9b5f3a8f08616681df763d100b7a04a7c64169c926a1681194fe5d0a820cf5396286fee4b56b5c5db2119
data/README.md CHANGED
@@ -85,7 +85,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
85
85
 
86
86
  ## Supported Ruby Versions
87
87
 
88
- This library is supported on Ruby 2.7+.
88
+ This library is supported on Ruby 3.0+.
89
89
 
90
90
  Google provides official support for Ruby versions that are actively supported
91
91
  by Ruby Core—that is, Ruby versions that are either in normal maintenance or
@@ -332,6 +332,13 @@ module Google
332
332
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
333
333
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
334
334
  # * (`nil`) indicating no credentials
335
+ #
336
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
337
+ # external source for authentication to Google Cloud, you must validate it before
338
+ # providing it to a Google API client library. Providing an unvalidated credential
339
+ # configuration to Google APIs can compromise the security of your systems and data.
340
+ # For more information, refer to [Validate credential configurations from external
341
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
335
342
  # @return [::Object]
336
343
  # @!attribute [rw] scope
337
344
  # The OAuth scopes
@@ -316,6 +316,13 @@ module Google
316
316
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
317
317
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
318
318
  # * (`nil`) indicating no credentials
319
+ #
320
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
321
+ # external source for authentication to Google Cloud, you must validate it before
322
+ # providing it to a Google API client library. Providing an unvalidated credential
323
+ # configuration to Google APIs can compromise the security of your systems and data.
324
+ # For more information, refer to [Validate credential configurations from external
325
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
319
326
  # @return [::Object]
320
327
  # @!attribute [rw] scope
321
328
  # The OAuth scopes
@@ -22,7 +22,7 @@ module Google
22
22
  module Merchant
23
23
  module Quota
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-quota-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
@@ -81,7 +80,6 @@ homepage: https://github.com/googleapis/google-cloud-ruby
81
80
  licenses:
82
81
  - Apache-2.0
83
82
  metadata: {}
84
- post_install_message:
85
83
  rdoc_options: []
86
84
  require_paths:
87
85
  - lib
@@ -89,15 +87,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
89
87
  requirements:
90
88
  - - ">="
91
89
  - !ruby/object:Gem::Version
92
- version: '2.7'
90
+ version: '3.0'
93
91
  required_rubygems_version: !ruby/object:Gem::Requirement
94
92
  requirements:
95
93
  - - ">="
96
94
  - !ruby/object:Gem::Version
97
95
  version: '0'
98
96
  requirements: []
99
- rubygems_version: 3.5.23
100
- signing_key:
97
+ rubygems_version: 3.6.2
101
98
  specification_version: 4
102
99
  summary: Programmatically manage your Merchant Center accounts.
103
100
  test_files: []