google-cloud-asset-v1beta1 0.2.4 → 0.2.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5c19e46d69aad3d2ef67a3456405e8f60dc7f4d52d0f1c0541f6bf5f76f3750a
4
- data.tar.gz: aeb207c7bd531999e463a7cc883b92500cc737ecd0971368fb01fcb67fe2960b
3
+ metadata.gz: f7de46a02201c7d0232a694db7fc617be5d41f29bd5ed4ab5ca0554b872a90a2
4
+ data.tar.gz: 9eb14d5e86451b8ab72cb2fefe2642f40cb7c3f1a6b59cc9e619e24475c8b72f
5
5
  SHA512:
6
- metadata.gz: 822b40598dcb09f6835b4f0d5f79c144c187955f144988645bce3b06908a3d740f416f7dfa98dd6ccd92357f58a9f03f99f16d6c1b74f94064cf888a5bcc076a
7
- data.tar.gz: af40f6d0edf68aa3d7fd8e64d3cd0ed4343a121c28cf99b2b9928f2bc378b229a3c4791e383e9488b5141410b19cd4d7ab624b428cdc0c7f426bc9f9b1efa647
6
+ metadata.gz: 942c7b6116a3dbf6f24f4571231a1114a4c0cec4bb918e6501f3f3ff5b1abf0dbdfa768e3dd53f8139e582322708a36f6c1f31ee9f24d5c7dd802d5b9934b448
7
+ data.tar.gz: 7dd2c99443b938edd8833d616f667a81d6aee5fa65d6c084dc2c3a96f9cb4bdc679e44bedaa6b802b003a6c423b97e870637d0eda82eff929f59fbaa47b772a8
@@ -433,7 +433,7 @@ module Google
433
433
 
434
434
  config_attr :endpoint, "cloudasset.googleapis.com", ::String
435
435
  config_attr :credentials, nil do |value|
436
- allowed = [::String, ::Hash, ::Proc, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
436
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
437
437
  allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
438
438
  allowed.any? { |klass| klass === value }
439
439
  end
@@ -475,7 +475,7 @@ module Google
475
475
 
476
476
  config_attr :endpoint, "cloudasset.googleapis.com", ::String
477
477
  config_attr :credentials, nil do |value|
478
- allowed = [::String, ::Hash, ::Proc, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
478
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
479
479
  allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
480
480
  allowed.any? { |klass| klass === value }
481
481
  end
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Asset
23
23
  module V1beta1
24
- VERSION = "0.2.4"
24
+ VERSION = "0.2.5"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-asset-v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.4
4
+ version: 0.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-08-06 00:00:00.000000000 Z
11
+ date: 2020-08-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common