google-cloud-gdc_hardware_management-v1alpha 0.8.0 → 0.9.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: ed2dd240d6ccc19502e3c8e24a1e6217a1fb9aedf686f36f7054c6bd6c07d736
4
- data.tar.gz: e723052e8c94319ac0ad35780c493950d592d21b3503eade41cc653508a1263b
3
+ metadata.gz: fa79548fc62fafcb8ff07051b4f1e15ac8c084406cf1bdae317fd5502b473579
4
+ data.tar.gz: e7b23f6befab552bbb55e568efcaf69e6f84b81b79cbb37ecc4b19b497332bbb
5
5
  SHA512:
6
- metadata.gz: 41ec8e1c6506b10e19f5195b14db89597860b7780997699c59dc778b762a8b122c09c95e3bb77f3408797c8f1995805bbd4d516ae3898317de8f69f789ce2ab7
7
- data.tar.gz: 63dbc26d76419740857eacb44ee4712e8040dd1d796360bd7322a5e3c24ad0e953850b263badf669a2673da78cfad41a87c3dade19a439ee1c4029515ad17b2b
6
+ metadata.gz: 778364ea9ab7b9053479a06a1890cc6aa86ced9727ad1d09a58a6d2b6ba532bde13361954170d73a142a8f118a8c415b7b368a77909d35560eb4364f57ed006e
7
+ data.tar.gz: fa939d27dfff39a0f104ea2b7d5f606caa08ea74f6a71ebef36e93e7e6c2d891c7e715c534e23dc6a2d9aeca56ef5229d07e9dbd07f9ff3eab25618fa2effad5
@@ -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.9.0"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,34 +1,28 @@
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.9.0
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
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
@@ -47,22 +41,16 @@ dependencies:
47
41
  name: google-cloud-location
48
42
  requirement: !ruby/object:Gem::Requirement
49
43
  requirements:
50
- - - ">="
51
- - !ruby/object:Gem::Version
52
- version: '0.7'
53
- - - "<"
44
+ - - "~>"
54
45
  - !ruby/object:Gem::Version
55
- version: 2.a
46
+ version: '1.0'
56
47
  type: :runtime
57
48
  prerelease: false
58
49
  version_requirements: !ruby/object:Gem::Requirement
59
50
  requirements:
60
- - - ">="
61
- - !ruby/object:Gem::Version
62
- version: '0.7'
63
- - - "<"
51
+ - - "~>"
64
52
  - !ruby/object:Gem::Version
65
- version: 2.a
53
+ version: '1.0'
66
54
  description: google-cloud-gdc_hardware_management-v1alpha is the official client library
67
55
  for the GDC Hardware Management V1ALPHA API. Note that google-cloud-gdc_hardware_management-v1alpha
68
56
  is a version-specific client library. For most uses, we recommend installing the
@@ -125,14 +113,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
125
113
  requirements:
126
114
  - - ">="
127
115
  - !ruby/object:Gem::Version
128
- version: '3.0'
116
+ version: '3.1'
129
117
  required_rubygems_version: !ruby/object:Gem::Requirement
130
118
  requirements:
131
119
  - - ">="
132
120
  - !ruby/object:Gem::Version
133
121
  version: '0'
134
122
  requirements: []
135
- rubygems_version: 3.6.5
123
+ rubygems_version: 3.6.8
136
124
  specification_version: 4
137
125
  summary: API Client library for the GDC Hardware Management V1ALPHA API
138
126
  test_files: []