google-shopping-merchant-promotions-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: 8b4c5e1aac856db45adde140b88445dcddd9e5c50fe2bd3758f2b7298c37287f
4
- data.tar.gz: 0dfc936bd08c6415dce2b457d0794661bfedb02a3594c5863324771eba27b545
3
+ metadata.gz: 250babe5988295c63f0b8fa2a7cbf22a71c1dc209768dd45deab09be91dec7c6
4
+ data.tar.gz: a370db021b7446895f4062a7633d2414274c58cfbb02482a7b214ed0e1d3a187
5
5
  SHA512:
6
- metadata.gz: c1240219b1585b7727e2aef45cc7e54924f2cf4e92da2a36cbddbdb2be1ec5fd32e19aaa0822eca0910e2d45b3d6ab889d9d6a8b62eb0abd44a4b69d34861cb1
7
- data.tar.gz: be21f896c7aa4ab8b349a879faedfdcd22588b90a7dd592992dd53a15f7e6bbb4fa64e7ec67a0e6dc94358d5b1ebc19ed02b6d8b26bfc45edba408f5bb1c78d1
6
+ metadata.gz: c2a45cd642ac47beddb967f8200a273e92271094ba8601b62351d0b787058e4216e69adc84fbe2ba446c1ffefd645d6a8f37c3e423d18b9dba7884be59111300
7
+ data.tar.gz: 8966bf4af32b8e67bf1ca583948206b376c896691598ff1fe2507e2a94c55cdec9e2001a1a8a3d29ec6f4ada7dde007107ee347408b865551271e41e1eea7c0a
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
@@ -513,6 +513,13 @@ module Google
513
513
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
514
514
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
515
515
  # * (`nil`) indicating no credentials
516
+ #
517
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
518
+ # external source for authentication to Google Cloud, you must validate it before
519
+ # providing it to a Google API client library. Providing an unvalidated credential
520
+ # configuration to Google APIs can compromise the security of your systems and data.
521
+ # For more information, refer to [Validate credential configurations from external
522
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
516
523
  # @return [::Object]
517
524
  # @!attribute [rw] scope
518
525
  # The OAuth scopes
@@ -483,6 +483,13 @@ module Google
483
483
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
484
484
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
485
485
  # * (`nil`) indicating no credentials
486
+ #
487
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
488
+ # external source for authentication to Google Cloud, you must validate it before
489
+ # providing it to a Google API client library. Providing an unvalidated credential
490
+ # configuration to Google APIs can compromise the security of your systems and data.
491
+ # For more information, refer to [Validate credential configurations from external
492
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
486
493
  # @return [::Object]
487
494
  # @!attribute [rw] scope
488
495
  # The OAuth scopes
@@ -22,7 +22,7 @@ module Google
22
22
  module Merchant
23
23
  module Promotions
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-promotions-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
@@ -106,7 +105,6 @@ homepage: https://github.com/googleapis/google-cloud-ruby
106
105
  licenses:
107
106
  - Apache-2.0
108
107
  metadata: {}
109
- post_install_message:
110
108
  rdoc_options: []
111
109
  require_paths:
112
110
  - lib
@@ -114,15 +112,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
114
112
  requirements:
115
113
  - - ">="
116
114
  - !ruby/object:Gem::Version
117
- version: '2.7'
115
+ version: '3.0'
118
116
  required_rubygems_version: !ruby/object:Gem::Requirement
119
117
  requirements:
120
118
  - - ">="
121
119
  - !ruby/object:Gem::Version
122
120
  version: '0'
123
121
  requirements: []
124
- rubygems_version: 3.5.23
125
- signing_key:
122
+ rubygems_version: 3.6.2
126
123
  specification_version: 4
127
124
  summary: Programmatically manage your Merchant Center accounts.
128
125
  test_files: []