google-shopping-merchant-reports-v1beta 0.7.0 → 0.8.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: b2086c6a8416b8e95c728f7cbe8668c7cf9c9d09b1f29ce7ec5191411f03b946
4
- data.tar.gz: a9bff6c5e2dff4cb04e8637a962e98652714a86893ebf868688ee922700cb6d4
3
+ metadata.gz: '05690a728eaa472ab4e85db915be7013aac9fb924652945eccff4053d92beaf5'
4
+ data.tar.gz: 84d25a334677fef739c1b2ade944896c2456a0fb9093fefaa563360e9faa9fea
5
5
  SHA512:
6
- metadata.gz: 188b111af72611a1f3fb58eb49c804213d0160e219b92d1b09b2bf63c22edb9c084c4362342bf540727d6db23d68473cc219a3df8d42863a6d22d775c280990a
7
- data.tar.gz: 62b02d5befc564e059f3b823a50055a4438ffb72d3300a809daf16c9234bfe3dfc02e6c72d77fd772ef2bc28c56cecd2248d81b5976f4a13a00e35edf14cb834
6
+ metadata.gz: 6224641bc0cf34a850d1a1262a8a6bd44c5bd09263ba0f8db4ff0216efa4d613a7630a780c2cacbdd21f2bfeca2cd9a53bfd7098d25d2e2fe00b9d4e6873748a
7
+ data.tar.gz: ced58419f377262b62d3a5a57818ceb1713bb28003dc22d93df6a04f072978a4020a1c2aac57249d51b28d26905ca0e2e77066ab106595df8a5c96f9a50933ca
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
@@ -340,6 +340,13 @@ module Google
340
340
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
341
341
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
342
342
  # * (`nil`) indicating no credentials
343
+ #
344
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
345
+ # external source for authentication to Google Cloud, you must validate it before
346
+ # providing it to a Google API client library. Providing an unvalidated credential
347
+ # configuration to Google APIs can compromise the security of your systems and data.
348
+ # For more information, refer to [Validate credential configurations from external
349
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
343
350
  # @return [::Object]
344
351
  # @!attribute [rw] scope
345
352
  # The OAuth scopes
@@ -324,6 +324,13 @@ module Google
324
324
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
325
325
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
326
326
  # * (`nil`) indicating no credentials
327
+ #
328
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
329
+ # external source for authentication to Google Cloud, you must validate it before
330
+ # providing it to a Google API client library. Providing an unvalidated credential
331
+ # configuration to Google APIs can compromise the security of your systems and data.
332
+ # For more information, refer to [Validate credential configurations from external
333
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
327
334
  # @return [::Object]
328
335
  # @!attribute [rw] scope
329
336
  # The OAuth scopes
@@ -22,7 +22,7 @@ module Google
22
22
  module Merchant
23
23
  module Reports
24
24
  module V1beta
25
- VERSION = "0.7.0"
25
+ VERSION = "0.8.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-reports-v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.8.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
@@ -103,7 +102,6 @@ homepage: https://github.com/googleapis/google-cloud-ruby
103
102
  licenses:
104
103
  - Apache-2.0
105
104
  metadata: {}
106
- post_install_message:
107
105
  rdoc_options: []
108
106
  require_paths:
109
107
  - lib
@@ -111,15 +109,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
111
109
  requirements:
112
110
  - - ">="
113
111
  - !ruby/object:Gem::Version
114
- version: '2.7'
112
+ version: '3.0'
115
113
  required_rubygems_version: !ruby/object:Gem::Requirement
116
114
  requirements:
117
115
  - - ">="
118
116
  - !ruby/object:Gem::Version
119
117
  version: '0'
120
118
  requirements: []
121
- rubygems_version: 3.5.23
122
- signing_key:
119
+ rubygems_version: 3.6.2
123
120
  specification_version: 4
124
121
  summary: Programmatically manage your Merchant Center accounts.
125
122
  test_files: []