google-cloud-asset-v1 1.3.0 → 1.3.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: 1b16bec11bb0bc1e8c5d9088dee62c08a7f11755efef6230553a396c2172f55e
4
- data.tar.gz: 58fcdc9147cdea211d30d564ac3a4b6edc30afd605f0216da9fd47c40137fed8
3
+ metadata.gz: f593a4db52b2f7c7ceac39d5ac2ee35b149aaf6f57fdbe529f8cbaedfb54c822
4
+ data.tar.gz: 7fc4626341ea777b687d12cd56ca1a41466788d6b1ad56d98a6c594d8bc1f020
5
5
  SHA512:
6
- metadata.gz: cf76e7f32f3c00d6930924d6d9269aa2d268dfb93bdf9407fa66f0fc083be1c05a6fdf421c719be4401ed6d1fef8e572de9977851dfc5494203dd87f9f9c5f84
7
- data.tar.gz: '0381fa29cb33cbcbe383574437b4c149b7089a1a9800df38d22463c9046177938c64dea53fcbd71d7a1f6e925d8b14ae07fd9c9d09814964432b8a3ac3feb3e0'
6
+ metadata.gz: 2b481ae9d8daa7b9f044c8c60f98b4100934c4a661566bda63211630d39074ae45c737ba0b0bb9b900b1f42b3323638471222a5e326dcbe328e4e616bf1b1a97
7
+ data.tar.gz: ec02ae1baf7033de993994b98e6cd27cb5fee5cf790d0462f6b9e195c8da7d63aad1f39ed50ba8fcc45408de59b4dfbfca7b7ee65303ccafcebb2a4e590fee48
@@ -3229,8 +3229,8 @@ module Google
3229
3229
 
3230
3230
  config_attr :endpoint, nil, ::String, nil
3231
3231
  config_attr :credentials, nil do |value|
3232
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
3233
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
3232
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
3233
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
3234
3234
  allowed.any? { |klass| klass === value }
3235
3235
  end
3236
3236
  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
@@ -3052,7 +3052,7 @@ module Google
3052
3052
 
3053
3053
  config_attr :endpoint, nil, ::String, nil
3054
3054
  config_attr :credentials, nil do |value|
3055
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
3055
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
3056
3056
  allowed.any? { |klass| klass === value }
3057
3057
  end
3058
3058
  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
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Asset
23
23
  module V1
24
- VERSION = "1.3.0"
24
+ VERSION = "1.3.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-asset-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-04-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
@@ -173,7 +173,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
173
173
  - !ruby/object:Gem::Version
174
174
  version: '0'
175
175
  requirements: []
176
- rubygems_version: 3.6.5
176
+ rubygems_version: 3.6.8
177
177
  specification_version: 4
178
178
  summary: The Cloud Asset API manages the history and inventory of Google Cloud resources.
179
179
  test_files: []