google-cloud-kms-v1 1.5.0 → 1.5.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 +4 -4
- data/lib/google/cloud/kms/v1/autokey/client.rb +2 -2
- data/lib/google/cloud/kms/v1/autokey/operations.rb +2 -2
- data/lib/google/cloud/kms/v1/autokey/rest/client.rb +1 -1
- data/lib/google/cloud/kms/v1/autokey/rest/operations.rb +1 -1
- data/lib/google/cloud/kms/v1/autokey_admin/client.rb +2 -2
- data/lib/google/cloud/kms/v1/autokey_admin/rest/client.rb +1 -1
- data/lib/google/cloud/kms/v1/ekm_service/client.rb +2 -2
- data/lib/google/cloud/kms/v1/ekm_service/rest/client.rb +1 -1
- data/lib/google/cloud/kms/v1/key_management_service/client.rb +2 -2
- data/lib/google/cloud/kms/v1/key_management_service/rest/client.rb +1 -1
- data/lib/google/cloud/kms/v1/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 555b30af447a9a104af1428b0367564a2e3987392e2a85c4e872285f1a8f55a2
|
4
|
+
data.tar.gz: 8234bb30055a48dd21bc5640cd76d9fd626a3ff4760d719d608d5de6a49721e7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f6abb9922838a77a6b84d5c15d142fecb680ac078fda1aacd602c80c4f869a6b3e5b20b3b0628a274bc6088429d77a26cb988a4af26b5bb9d7aaddbb760dce05
|
7
|
+
data.tar.gz: 1fdae2bc7583f92277ecdcf4a1bfc4df4d7d9064ab13aba821b064ba99af16a3a9d8b6c7499f5e5b58cb5463d8c2cd4742bf5454130c8b39663853c34baa00fc
|
@@ -667,8 +667,8 @@ module Google
|
|
667
667
|
|
668
668
|
config_attr :endpoint, nil, ::String, nil
|
669
669
|
config_attr :credentials, nil do |value|
|
670
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
671
|
-
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
|
670
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
671
|
+
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
|
672
672
|
allowed.any? { |klass| klass === value }
|
673
673
|
end
|
674
674
|
config_attr :scope, nil, ::String, ::Array, nil
|
@@ -701,8 +701,8 @@ module Google
|
|
701
701
|
|
702
702
|
config_attr :endpoint, nil, ::String, nil
|
703
703
|
config_attr :credentials, nil do |value|
|
704
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
705
|
-
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
|
704
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
705
|
+
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
|
706
706
|
allowed.any? { |klass| klass === value }
|
707
707
|
end
|
708
708
|
config_attr :scope, nil, ::String, ::Array, nil
|
@@ -632,7 +632,7 @@ module Google
|
|
632
632
|
|
633
633
|
config_attr :endpoint, nil, ::String, nil
|
634
634
|
config_attr :credentials, nil do |value|
|
635
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
635
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
636
636
|
allowed.any? { |klass| klass === value }
|
637
637
|
end
|
638
638
|
config_attr :scope, nil, ::String, ::Array, nil
|
@@ -556,7 +556,7 @@ module Google
|
|
556
556
|
|
557
557
|
config_attr :endpoint, nil, ::String, nil
|
558
558
|
config_attr :credentials, nil do |value|
|
559
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
559
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
560
560
|
allowed.any? { |klass| klass === value }
|
561
561
|
end
|
562
562
|
config_attr :scope, nil, ::String, ::Array, nil
|
@@ -612,8 +612,8 @@ module Google
|
|
612
612
|
|
613
613
|
config_attr :endpoint, nil, ::String, nil
|
614
614
|
config_attr :credentials, nil do |value|
|
615
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
616
|
-
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
|
615
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
616
|
+
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
|
617
617
|
allowed.any? { |klass| klass === value }
|
618
618
|
end
|
619
619
|
config_attr :scope, nil, ::String, ::Array, nil
|
@@ -577,7 +577,7 @@ module Google
|
|
577
577
|
|
578
578
|
config_attr :endpoint, nil, ::String, nil
|
579
579
|
config_attr :credentials, nil do |value|
|
580
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
580
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
581
581
|
allowed.any? { |klass| klass === value }
|
582
582
|
end
|
583
583
|
config_attr :scope, nil, ::String, ::Array, nil
|
@@ -992,8 +992,8 @@ module Google
|
|
992
992
|
|
993
993
|
config_attr :endpoint, nil, ::String, nil
|
994
994
|
config_attr :credentials, nil do |value|
|
995
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
996
|
-
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
|
995
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
996
|
+
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
|
997
997
|
allowed.any? { |klass| klass === value }
|
998
998
|
end
|
999
999
|
config_attr :scope, nil, ::String, ::Array, nil
|
@@ -929,7 +929,7 @@ module Google
|
|
929
929
|
|
930
930
|
config_attr :endpoint, nil, ::String, nil
|
931
931
|
config_attr :credentials, nil do |value|
|
932
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
932
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
933
933
|
allowed.any? { |klass| klass === value }
|
934
934
|
end
|
935
935
|
config_attr :scope, nil, ::String, ::Array, nil
|
@@ -3624,8 +3624,8 @@ module Google
|
|
3624
3624
|
|
3625
3625
|
config_attr :endpoint, nil, ::String, nil
|
3626
3626
|
config_attr :credentials, nil do |value|
|
3627
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
3628
|
-
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
|
3627
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
3628
|
+
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
|
3629
3629
|
allowed.any? { |klass| klass === value }
|
3630
3630
|
end
|
3631
3631
|
config_attr :scope, nil, ::String, ::Array, nil
|
@@ -3414,7 +3414,7 @@ module Google
|
|
3414
3414
|
|
3415
3415
|
config_attr :endpoint, nil, ::String, nil
|
3416
3416
|
config_attr :credentials, nil do |value|
|
3417
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
3417
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
3418
3418
|
allowed.any? { |klass| klass === value }
|
3419
3419
|
end
|
3420
3420
|
config_attr :scope, nil, ::String, ::Array, nil
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-kms-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.5.
|
4
|
+
version: 1.5.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
|
@@ -181,7 +181,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
181
181
|
- !ruby/object:Gem::Version
|
182
182
|
version: '0'
|
183
183
|
requirements: []
|
184
|
-
rubygems_version: 3.6.
|
184
|
+
rubygems_version: 3.6.8
|
185
185
|
specification_version: 4
|
186
186
|
summary: Manages keys and performs cryptographic operations in a central cloud service,
|
187
187
|
for direct use by other cloud resources and applications.
|