google-cloud-parameter_manager-v1 0.2.0 → 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6c871e1cc4fd54180dd2e53682aaf121d99afae07bcf1d77ba7eb0fa310ba7a8
4
- data.tar.gz: 04c6a74e2c7adb05c01d5f2fb65ec2ab9db1335acec1365defb40d894f5d305e
3
+ metadata.gz: 101539c428bdc37406e1f4d58c24a0f381d47bf3fe1d232489cd969d3dbce37d
4
+ data.tar.gz: c578486e9d9e73b230036bbf1166878f6e7e471fe03ab899cd94545771f45e9c
5
5
  SHA512:
6
- metadata.gz: 4b019c91628b787d8bb8b434c34bbd07537ea61e253d14262bf5c5000f851f25b3da17239a20235b1c6a12bd4b9fcfccdb8ed394cd46d6913f5de4570de26bbf
7
- data.tar.gz: 897965df582b3bc32d368a2688e7d7f9e4f313078e0caabf75c7e25a2ae1c4e143180082668464bcad24cffe51909dc45b6b980deeec900ac9a6a68b80d8fb0c
6
+ metadata.gz: 0bb925dbdf40f2c4f9ba5f591c870508171220779da194c909707647b64d4718bf7f4a33db4fb465f92a2656ee216881f6342996ddd83a5538eac966df5e2b48
7
+ data.tar.gz: 5f7df862ed79feabf34da5d8049c771d28a1db8b6d944f87abde2962dab37e690f2c9dcc20906f4996043c6caf72d700fa409386c2459a64ff6d4c397b2c3828
@@ -1424,8 +1424,8 @@ module Google
1424
1424
 
1425
1425
  config_attr :endpoint, nil, ::String, nil
1426
1426
  config_attr :credentials, nil do |value|
1427
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
1428
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
1427
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
1428
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
1429
1429
  allowed.any? { |klass| klass === value }
1430
1430
  end
1431
1431
  config_attr :scope, nil, ::String, ::Array, nil
@@ -1332,7 +1332,7 @@ module Google
1332
1332
 
1333
1333
  config_attr :endpoint, nil, ::String, nil
1334
1334
  config_attr :credentials, nil do |value|
1335
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
1335
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
1336
1336
  allowed.any? { |klass| klass === value }
1337
1337
  end
1338
1338
  config_attr :scope, nil, ::String, ::Array, nil
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module ParameterManager
23
23
  module V1
24
- VERSION = "0.2.0"
24
+ VERSION = "0.2.1"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-parameter_manager-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-03-25 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: gapic-common
@@ -137,7 +137,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
137
137
  - !ruby/object:Gem::Version
138
138
  version: '0'
139
139
  requirements: []
140
- rubygems_version: 3.6.5
140
+ rubygems_version: 3.6.8
141
141
  specification_version: 4
142
142
  summary: Parameter Manager is a single source of truth to store, access and manage
143
143
  the lifecycle of your workload parameters. Parameter Manager aims to make management