google-cloud-workflows-v1beta 0.12.1 → 0.12.2

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: c4dcd7511b8e0e4d8ab672e541db549bc620c128c3ba4afa0556928faa9234dd
4
- data.tar.gz: '05961b3cbd15c790508c167bbcdca33dcab7cf4e089272e0acaca49a2fc83cd6'
3
+ metadata.gz: e554decff6da4b711eb0e4c8be6ad24983c4eed10875b0ba19f2200d4806966d
4
+ data.tar.gz: 98dcf58964211c44bf3bd926b826250667393cae68a5c1c1a7dc28cc046773b1
5
5
  SHA512:
6
- metadata.gz: a49bcec2f88d630b4b6ad99dfc95d9a23332eef41d73d5673bdb4d157515edeb3c90c2449b3c8875c01b0589f1b799704153949c3ed725438db68078fc9d63b9
7
- data.tar.gz: '0946a60977255ceb1e539c849939a3bf133c0e16a93946782d116f9ae6c8f931866f9864410ca508231640cdcb5ad37fbb92c7a6d3d9fd41ad934f71376fdf40'
6
+ metadata.gz: 40442ff18d9b13c7a4b60c61113fd7e9a1e4a454ff2d276689e0d51c1b033692c0a15dc2de0d6b21557ca6334c07b6744a0c492d2f352f0094f5d52dc6ad338a
7
+ data.tar.gz: a5ab5c09158ebeae3e0ca554ff2e007d4715e3ca00eeb4d78639a83cd63c21f0e90ffa444c0b77926f42e5eeb34bbabd161bc3ba91d15a5f18e22422d40782bd
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Workflows
23
23
  module V1beta
24
- VERSION = "0.12.1"
24
+ VERSION = "0.12.2"
25
25
  end
26
26
  end
27
27
  end
@@ -823,8 +823,8 @@ module Google
823
823
 
824
824
  config_attr :endpoint, nil, ::String, nil
825
825
  config_attr :credentials, nil do |value|
826
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
827
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
826
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
827
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
828
828
  allowed.any? { |klass| klass === value }
829
829
  end
830
830
  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
@@ -773,7 +773,7 @@ module Google
773
773
 
774
774
  config_attr :endpoint, nil, ::String, nil
775
775
  config_attr :credentials, nil do |value|
776
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
776
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
777
777
  allowed.any? { |klass| klass === value }
778
778
  end
779
779
  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
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-workflows-v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.1
4
+ version: 0.12.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-04-21 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
@@ -126,7 +126,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
126
126
  - !ruby/object:Gem::Version
127
127
  version: '0'
128
128
  requirements: []
129
- rubygems_version: 3.6.5
129
+ rubygems_version: 3.6.8
130
130
  specification_version: 4
131
131
  summary: Manage workflow definitions. To execute workflows and manage executions,
132
132
  see the Workflows Executions API.