google-cloud-app_hub-v1 1.1.0 → 1.1.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: c5074296de3373a94db53fea22c0a65b18010aa843a8a20b40e62c1406a29834
4
- data.tar.gz: fa1d3358c9953102c494741815a7157e19d24a6c2ea44913d94809ea80f44b93
3
+ metadata.gz: 933dae4a76f7838452532a04277132d3440518313fa401e8c9d367f390ad9690
4
+ data.tar.gz: 81bb1306615f0e0bc5ed7f62936bcd3646af37c01104042e13d8f80dfdc16488
5
5
  SHA512:
6
- metadata.gz: 8f1ed22bd1592a68061083643e16d0a6fe6abd60244c64e37847c4b0e5f8efeb5010a67e755a043470a40616feab9cfac4f303327085821c05b4045d498f60a9
7
- data.tar.gz: 3a2b3136a6735643b773f9e8aa5df48de5a939b54cea428b0a98969236571581e0403af6d6e2d024cc9ebda87d0f4183c9a13b751e7e2f710d0c8e058656c603
6
+ metadata.gz: d7c0078daa8f27a900cba2f71b0411d9dd4b429cea3d8591f5743145acec1d3c33f9b726be625bb93142a1d30976b39a5a62185850081026eecf862a504ac6cd
7
+ data.tar.gz: 9e2d24499d3b5ea265f616963d476d1016d2b4093879881bc800a006f79cb4b9f0385f73db80ab1b8ed3b9aace22312a39ea1d6e88ce0667ec169dfda33f43fe
@@ -3185,8 +3185,8 @@ module Google
3185
3185
 
3186
3186
  config_attr :endpoint, nil, ::String, nil
3187
3187
  config_attr :credentials, nil do |value|
3188
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
3189
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
3188
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
3189
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
3190
3190
  allowed.any? { |klass| klass === value }
3191
3191
  end
3192
3192
  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
@@ -2982,7 +2982,7 @@ module Google
2982
2982
 
2983
2983
  config_attr :endpoint, nil, ::String, nil
2984
2984
  config_attr :credentials, nil do |value|
2985
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
2985
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
2986
2986
  allowed.any? { |klass| klass === value }
2987
2987
  end
2988
2988
  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 AppHub
23
23
  module V1
24
- VERSION = "1.1.0"
24
+ VERSION = "1.1.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-app_hub-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-03-27 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
@@ -155,7 +155,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
155
155
  - !ruby/object:Gem::Version
156
156
  version: '0'
157
157
  requirements: []
158
- rubygems_version: 3.6.5
158
+ rubygems_version: 3.6.8
159
159
  specification_version: 4
160
160
  summary: API Client library for the App Hub V1 API
161
161
  test_files: []