google-cloud-gdc_hardware_management-v1alpha 0.8.0 → 0.8.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: ed2dd240d6ccc19502e3c8e24a1e6217a1fb9aedf686f36f7054c6bd6c07d736
4
- data.tar.gz: e723052e8c94319ac0ad35780c493950d592d21b3503eade41cc653508a1263b
3
+ metadata.gz: 1ef56a843160c282b712b226a0da5025bf061abf1735d2cc06357fa08985eb9a
4
+ data.tar.gz: b6bcc85429849b7d40f0615773eb16ab54e0a9cc3c10fdb41c2c5e4533903a6e
5
5
  SHA512:
6
- metadata.gz: 41ec8e1c6506b10e19f5195b14db89597860b7780997699c59dc778b762a8b122c09c95e3bb77f3408797c8f1995805bbd4d516ae3898317de8f69f789ce2ab7
7
- data.tar.gz: 63dbc26d76419740857eacb44ee4712e8040dd1d796360bd7322a5e3c24ad0e953850b263badf669a2673da78cfad41a87c3dade19a439ee1c4029515ad17b2b
6
+ metadata.gz: 62357581ed0326ce229935e8219d2a4c9d41fdf58b5fe0a93514afb4d6be2eb7049f311ecb5bc7dc355b6bd520e599cf10bcdf3763c8432598bc15cce890262f
7
+ data.tar.gz: 95b0c44b0503ba89b09f438ac7b5f1285a3735fc267332fa53e217e6416ff04abaf515bd32e1694e191b7ccf43690f5ab5215f39120345857b376a97f39f24d5
@@ -3945,8 +3945,8 @@ module Google
3945
3945
 
3946
3946
  config_attr :endpoint, nil, ::String, nil
3947
3947
  config_attr :credentials, nil do |value|
3948
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
3949
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
3948
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
3949
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
3950
3950
  allowed.any? { |klass| klass === value }
3951
3951
  end
3952
3952
  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
@@ -3685,7 +3685,7 @@ module Google
3685
3685
 
3686
3686
  config_attr :endpoint, nil, ::String, nil
3687
3687
  config_attr :credentials, nil do |value|
3688
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
3688
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
3689
3689
  allowed.any? { |klass| klass === value }
3690
3690
  end
3691
3691
  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 GDCHardwareManagement
23
23
  module V1alpha
24
- VERSION = "0.8.0"
24
+ VERSION = "0.8.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-gdc_hardware_management-v1alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.8.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
@@ -132,7 +132,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
132
132
  - !ruby/object:Gem::Version
133
133
  version: '0'
134
134
  requirements: []
135
- rubygems_version: 3.6.5
135
+ rubygems_version: 3.6.8
136
136
  specification_version: 4
137
137
  summary: API Client library for the GDC Hardware Management V1ALPHA API
138
138
  test_files: []