google-cloud-batch-v1 1.1.0 → 1.2.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: c9f6ce6c174625239a8950fe740d3f48d2605d3b068da46521e7926bd012783b
4
- data.tar.gz: 007be9104abde8554204f7fe582ffe0ac20067f46ebbd71116c61d54bbdc52bd
3
+ metadata.gz: 535b97af33ef071b7b1b133703f18643831e4f5c083ad0f8f34667c4145fe086
4
+ data.tar.gz: 3097da5c1046e4264c9246cbd73f3d5ac72c117618973de63cc581f271b46fd6
5
5
  SHA512:
6
- metadata.gz: b081304e24827b523a75930434420217f003bb500295ab082ee95c30d005861ffe643639d758c4acdd2816c0bafe06551a77427ce5fe7fd95985b3e95ab233e7
7
- data.tar.gz: 349db8fdea3a9f2ba18f0d311301c76541325b28744ce64d7ea98406752db9771d90ad1b10a9b3e5400d281b7114740af939963a0e4497addc4f3cf9412edf74
6
+ metadata.gz: 0a3cce2bbad384121668eaf541938e69f6ab4e63f85c0660bd8fe4dea2fc32a1cc9e11aff9a015dd75ff6114b2f56427bb8ddb9cf7e8004880bc7e33865b3de1
7
+ data.tar.gz: 311edc9c3dbcb38b827afb4527f4dda6f84c2fa920cf29da704082d1060009a2ea039563a8528f6995b50f0adeb87a82fb2a178c3444fd1b535f09e60c4d2ce7
@@ -1047,8 +1047,8 @@ module Google
1047
1047
 
1048
1048
  config_attr :endpoint, nil, ::String, nil
1049
1049
  config_attr :credentials, nil do |value|
1050
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
1051
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
1050
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
1051
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
1052
1052
  allowed.any? { |klass| klass === value }
1053
1053
  end
1054
1054
  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
@@ -983,7 +983,7 @@ module Google
983
983
 
984
984
  config_attr :endpoint, nil, ::String, nil
985
985
  config_attr :credentials, nil do |value|
986
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
986
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
987
987
  allowed.any? { |klass| klass === value }
988
988
  end
989
989
  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 Batch
23
23
  module V1
24
- VERSION = "1.1.0"
24
+ VERSION = "1.2.0"
25
25
  end
26
26
  end
27
27
  end
@@ -613,8 +613,8 @@ module Google
613
613
 
614
614
  config_attr :endpoint, nil, ::String, nil
615
615
  config_attr :credentials, nil do |value|
616
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
617
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
616
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
617
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
618
618
  allowed.any? { |klass| klass === value }
619
619
  end
620
620
  config_attr :scope, nil, ::String, ::Array, nil
@@ -577,7 +577,7 @@ module Google
577
577
 
578
578
  config_attr :endpoint, nil, ::String, nil
579
579
  config_attr :credentials, nil do |value|
580
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
580
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
581
581
  allowed.any? { |klass| klass === value }
582
582
  end
583
583
  config_attr :scope, nil, ::String, ::Array, nil
metadata CHANGED
@@ -1,34 +1,28 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-batch-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-02-12 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,36 +41,30 @@ 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
  - !ruby/object:Gem::Dependency
67
55
  name: grpc-google-iam-v1
68
56
  requirement: !ruby/object:Gem::Requirement
69
57
  requirements:
70
58
  - - "~>"
71
59
  - !ruby/object:Gem::Version
72
- version: '1.1'
60
+ version: '1.11'
73
61
  type: :runtime
74
62
  prerelease: false
75
63
  version_requirements: !ruby/object:Gem::Requirement
76
64
  requirements:
77
65
  - - "~>"
78
66
  - !ruby/object:Gem::Version
79
- version: '1.1'
67
+ version: '1.11'
80
68
  description: Google Cloud Batch is a fully managed service used by scientists, VFX
81
69
  artists, developers to easily and efficiently run batch workloads on Google Cloud.
82
70
  This service manages provisioning of resources to satisfy the requirements of the
@@ -153,14 +141,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
153
141
  requirements:
154
142
  - - ">="
155
143
  - !ruby/object:Gem::Version
156
- version: '3.0'
144
+ version: '3.1'
157
145
  required_rubygems_version: !ruby/object:Gem::Requirement
158
146
  requirements:
159
147
  - - ">="
160
148
  - !ruby/object:Gem::Version
161
149
  version: '0'
162
150
  requirements: []
163
- rubygems_version: 3.6.3
151
+ rubygems_version: 3.6.8
164
152
  specification_version: 4
165
153
  summary: An API to manage the running of Batch resources on Google Cloud Platform.
166
154
  test_files: []