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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 101539c428bdc37406e1f4d58c24a0f381d47bf3fe1d232489cd969d3dbce37d
|
4
|
+
data.tar.gz: c578486e9d9e73b230036bbf1166878f6e7e471fe03ab899cd94545771f45e9c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
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.
|
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:
|
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.
|
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
|