google-cloud-workflows-v1 2.1.0 → 2.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: 6d06787d0534d5c2c51675acb18b22fc2179a7bb4da2aeaca54a7ed18596351a
4
- data.tar.gz: 5e0ac9ed29fa46125cbcf3bfde0cfb68ba9dabf4793e461d1460f5c17e9aeaec
3
+ metadata.gz: 1c031446dd6f4bb70c623287c5a752f365b19e28166defd315c61f089088c982
4
+ data.tar.gz: b124b961bf7c84505161d11e1e6b0cbacbd544c86086db5c817dbe4af25f3615
5
5
  SHA512:
6
- metadata.gz: 9b46c11403489bd6e53eb8d4427bf780a34e51dda81f10e916e39f2a02a4732f2df5c5077ae64d6be3137fb72d96394604f9c5d015225852eb110f7f0592e930
7
- data.tar.gz: 7648ce02c8bbb0687ca682b247ef55d07291c007c78536326c5bdfab99010944c911c19c3f87de4060b8d25a395c52a9224e2b7a69c57fb4bcac81efa00b69eb
6
+ metadata.gz: 2e80588d287e11c60c6201d0b44607fffaccbc253a8252f89ed37ac424a9dc09ff21b444e485b8a251a89eff14eb0676b4b7e31cfeded6a4ff58e110bb7853ac
7
+ data.tar.gz: a10774e2ecf9204ad504717bf8f13a08b8063fd454feef13a4a438abd6ddfe46c2b48fca9be12fd7e494148b6d6f3adadb048384884ff054f9023eb178e4cd0d
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Workflows
23
23
  module V1
24
- VERSION = "2.1.0"
24
+ VERSION = "2.1.1"
25
25
  end
26
26
  end
27
27
  end
@@ -938,8 +938,8 @@ module Google
938
938
 
939
939
  config_attr :endpoint, nil, ::String, nil
940
940
  config_attr :credentials, nil do |value|
941
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
942
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
941
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
942
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
943
943
  allowed.any? { |klass| klass === value }
944
944
  end
945
945
  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
@@ -881,7 +881,7 @@ module Google
881
881
 
882
882
  config_attr :endpoint, nil, ::String, nil
883
883
  config_attr :credentials, nil do |value|
884
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
884
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
885
885
  allowed.any? { |klass| klass === value }
886
886
  end
887
887
  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-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.0
4
+ version: 2.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-18 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.