google-cloud-kms-inventory-v1 0.14.0 → 0.15.0

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: 4ac7ca99af2defab187687ad4d039f2b7f839fc5da629a546990c8d69ba54c56
4
- data.tar.gz: 9d4ea1fd91b79ec3388045a189914a220d716b10d10fd0a254892fc3232a8353
3
+ metadata.gz: 75c128d816dff5119036ad9d15a9cb57342d016d661d2c343ddeb5323425c020
4
+ data.tar.gz: '093fbb1044c536b352ae01e6880a6036a1b50a9ca434994b6e47243d7505df5e'
5
5
  SHA512:
6
- metadata.gz: '0926072530c03fcea9e552de365f0761f59b110e0de91c01dd6a833c14e8584c4ee6d14a2d57d6b41719d48d2db42f32b25b4636a51cc165757eeb3fa0aca65e'
7
- data.tar.gz: 246e5a521af3f3f62cd8a18e51fb209552e56f6af98e10ab933c71f705ec2234ae4ff52e892d46d2701831a19939f27ed5af274f06aa2200b0c71ce4aebc2d8f
6
+ metadata.gz: 3bc5b5401a9d3ede35904dd012907091085514ab659c859184ed6a50c232a1c4f5a8da57478b7d97c4bdaffbb05645d1ab52ac1b4dbd3359262ee7ca74a05f10
7
+ data.tar.gz: 9b45af32d0bb29ac0c7b616eb9d87bcacaf78cc1c7400074fec08c1c3f468c7b73fac90ad4c702acb325df097858b2db7ad7247086d7ed823d76053268d4e0a8
@@ -392,8 +392,8 @@ module Google
392
392
 
393
393
  config_attr :endpoint, nil, ::String, nil
394
394
  config_attr :credentials, nil do |value|
395
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
396
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
395
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
396
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
397
397
  allowed.any? { |klass| klass === value }
398
398
  end
399
399
  config_attr :scope, nil, ::String, ::Array, nil
@@ -369,7 +369,7 @@ module Google
369
369
 
370
370
  config_attr :endpoint, nil, ::String, nil
371
371
  config_attr :credentials, nil do |value|
372
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
372
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
373
373
  allowed.any? { |klass| klass === value }
374
374
  end
375
375
  config_attr :scope, nil, ::String, ::Array, nil
@@ -508,8 +508,8 @@ module Google
508
508
 
509
509
  config_attr :endpoint, nil, ::String, nil
510
510
  config_attr :credentials, nil do |value|
511
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
512
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
511
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
512
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
513
513
  allowed.any? { |klass| klass === value }
514
514
  end
515
515
  config_attr :scope, nil, ::String, ::Array, nil
@@ -478,7 +478,7 @@ module Google
478
478
 
479
479
  config_attr :endpoint, nil, ::String, nil
480
480
  config_attr :credentials, nil do |value|
481
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
481
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
482
482
  allowed.any? { |klass| klass === value }
483
483
  end
484
484
  config_attr :scope, nil, ::String, ::Array, nil
@@ -22,7 +22,7 @@ module Google
22
22
  module Kms
23
23
  module Inventory
24
24
  module V1
25
- VERSION = "0.14.0"
25
+ VERSION = "0.15.0"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,34 +1,28 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-kms-inventory-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.14.0
4
+ version: 0.15.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-02-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
14
14
  requirement: !ruby/object:Gem::Requirement
15
15
  requirements:
16
- - - ">="
17
- - !ruby/object:Gem::Version
18
- version: 0.25.0
19
- - - "<"
16
+ - - "~>"
20
17
  - !ruby/object:Gem::Version
21
- version: 2.a
18
+ version: '1.0'
22
19
  type: :runtime
23
20
  prerelease: false
24
21
  version_requirements: !ruby/object:Gem::Requirement
25
22
  requirements:
26
- - - ">="
27
- - !ruby/object:Gem::Version
28
- version: 0.25.0
29
- - - "<"
23
+ - - "~>"
30
24
  - !ruby/object:Gem::Version
31
- version: 2.a
25
+ version: '1.0'
32
26
  - !ruby/object:Gem::Dependency
33
27
  name: google-cloud-errors
34
28
  requirement: !ruby/object:Gem::Requirement
@@ -120,14 +114,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
120
114
  requirements:
121
115
  - - ">="
122
116
  - !ruby/object:Gem::Version
123
- version: '3.0'
117
+ version: '3.1'
124
118
  required_rubygems_version: !ruby/object:Gem::Requirement
125
119
  requirements:
126
120
  - - ">="
127
121
  - !ruby/object:Gem::Version
128
122
  version: '0'
129
123
  requirements: []
130
- rubygems_version: 3.6.5
124
+ rubygems_version: 3.6.8
131
125
  specification_version: 4
132
126
  summary: API Client library for the KMS Inventory V1 API
133
127
  test_files: []