google-cloud-orchestration-airflow-service-v1 1.3.3 → 1.3.4

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: d84c173c1fdc99be91e4023c6cec07e852d330bce6bb7bea438ac0e66f1ee690
4
- data.tar.gz: 22904bb36ce35e0eebd7c776a3eb2517a9e6fa435996fb4ebcb17f1c82a1935b
3
+ metadata.gz: 1181e8c951986a2da67d1bac3259c7a5592cceb665d8a166f9469162a3094f23
4
+ data.tar.gz: 941a155808c68d987c8b730c5267cd5eaf6c2c56b624088faa870bf08ba489c6
5
5
  SHA512:
6
- metadata.gz: ed3b8ca969d43beb79d768a268e5720d3dfd06c9543d7968acae92389b60d9826fe7987a120db247a97f0370fa4c4818407f19d0dbaa424034154ba65fa513ca
7
- data.tar.gz: 47a8394f41667cb6288bfe7f88bb90687d24facbb1032402f25a605c1755815bc78f9888e3494c25b83531e9fe9ec0edceef5830d856450cb929d58a6571f618
6
+ metadata.gz: e5f8609a84a112f14784af0245738aad93f3871130b3d1fd513f4d34bbad2abae3b32a74341aa539d717bebbeba5b494c828be9dcb5d0b505ba956fd7ce9080a
7
+ data.tar.gz: 33bd910ca2e61069636c4d86624a93476cfcf5659eba5a5c315ad181d5664f6af6134b8695eb183d275f8ef2efb5a33031159feafc8e2ab1b0ee7a8861a4e3af
@@ -2725,8 +2725,8 @@ module Google
2725
2725
 
2726
2726
  config_attr :endpoint, nil, ::String, nil
2727
2727
  config_attr :credentials, nil do |value|
2728
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
2729
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
2728
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
2729
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
2730
2730
  allowed.any? { |klass| klass === value }
2731
2731
  end
2732
2732
  config_attr :scope, nil, ::String, ::Array, nil
@@ -703,8 +703,8 @@ module Google
703
703
 
704
704
  config_attr :endpoint, nil, ::String, nil
705
705
  config_attr :credentials, nil do |value|
706
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
707
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
706
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
707
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
708
708
  allowed.any? { |klass| klass === value }
709
709
  end
710
710
  config_attr :scope, nil, ::String, ::Array, nil
@@ -2541,7 +2541,7 @@ module Google
2541
2541
 
2542
2542
  config_attr :endpoint, nil, ::String, nil
2543
2543
  config_attr :credentials, nil do |value|
2544
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
2544
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
2545
2545
  allowed.any? { |klass| klass === value }
2546
2546
  end
2547
2547
  config_attr :scope, nil, ::String, ::Array, nil
@@ -558,7 +558,7 @@ module Google
558
558
 
559
559
  config_attr :endpoint, nil, ::String, nil
560
560
  config_attr :credentials, nil do |value|
561
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
561
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
562
562
  allowed.any? { |klass| klass === value }
563
563
  end
564
564
  config_attr :scope, nil, ::String, ::Array, nil
@@ -386,8 +386,8 @@ module Google
386
386
 
387
387
  config_attr :endpoint, nil, ::String, nil
388
388
  config_attr :credentials, nil do |value|
389
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
390
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
389
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
390
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
391
391
  allowed.any? { |klass| klass === value }
392
392
  end
393
393
  config_attr :scope, nil, ::String, ::Array, nil
@@ -363,7 +363,7 @@ module Google
363
363
 
364
364
  config_attr :endpoint, nil, ::String, nil
365
365
  config_attr :credentials, nil do |value|
366
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
366
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
367
367
  allowed.any? { |klass| klass === value }
368
368
  end
369
369
  config_attr :scope, nil, ::String, ::Array, nil
@@ -23,7 +23,7 @@ module Google
23
23
  module Airflow
24
24
  module Service
25
25
  module V1
26
- VERSION = "1.3.3"
26
+ VERSION = "1.3.4"
27
27
  end
28
28
  end
29
29
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-orchestration-airflow-service-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.3
4
+ version: 1.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-04-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
@@ -117,7 +117,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
117
117
  - !ruby/object:Gem::Version
118
118
  version: '0'
119
119
  requirements: []
120
- rubygems_version: 3.6.5
120
+ rubygems_version: 3.6.8
121
121
  specification_version: 4
122
122
  summary: Manages Apache Airflow environments on Google Cloud Platform.
123
123
  test_files: []