google-cloud-run-v2 0.22.0 → 0.22.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: 23e09fa19082999127f6a3ddbfce1959ef8595420f734bdb95555ae08d903ffe
4
- data.tar.gz: f26e0a29d51b35050b76b9921d504156fcbf9fe96718d19ea3765c0fd1174c4c
3
+ metadata.gz: e1a162d059adfa206b16ce0794dd7c9c932378c725ad12d780cdd12509bf6558
4
+ data.tar.gz: f4ca942d6efc30b04ae2f966d0f20a6b6efc7c20136bd5b1ca778029c37faef0
5
5
  SHA512:
6
- metadata.gz: a9091fb8716e4eecd12d9b4433bb7f8a9f7c7fe539758203bb9ab114a4da8465c97e51d17627fc6e6a837e81e49fcf8fe57420739ec616d6a97b75b5e435e257
7
- data.tar.gz: 53364489dea5f886cf11a8adfea8d53ecae2e45a4ba9f6c254501de837ca2e2181f6e5c33d7f0985bd25b87a854814ca25ffa1ba6102c99f2626cacec0ee33b1
6
+ metadata.gz: aac7d6338cda2ab0897fa179cb814070a75439909dcce4213b7e5da9c6bc722a72c6206d911a504a2ca1f8ff9575f6bce8b75370a311ed9a36ce06a668cd1f8c
7
+ data.tar.gz: be5af0ec5af109c86175fb55136b8c949c968bf7d3f3c4ee629034e6f7af219c2533daa856ee5ce1c594e75c6fa4d31c0de375cc478c113e9f22a9efb81fc732
@@ -416,8 +416,8 @@ module Google
416
416
 
417
417
  config_attr :endpoint, nil, ::String, nil
418
418
  config_attr :credentials, nil do |value|
419
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
420
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
419
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
420
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
421
421
  allowed.any? { |klass| klass === value }
422
422
  end
423
423
  config_attr :scope, nil, ::String, ::Array, nil
@@ -393,7 +393,7 @@ module Google
393
393
 
394
394
  config_attr :endpoint, nil, ::String, nil
395
395
  config_attr :credentials, nil do |value|
396
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
396
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
397
397
  allowed.any? { |klass| klass === value }
398
398
  end
399
399
  config_attr :scope, nil, ::String, ::Array, nil
@@ -714,8 +714,8 @@ module Google
714
714
 
715
715
  config_attr :endpoint, nil, ::String, nil
716
716
  config_attr :credentials, nil do |value|
717
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
718
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
717
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
718
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
719
719
  allowed.any? { |klass| klass === value }
720
720
  end
721
721
  config_attr :scope, nil, ::String, ::Array, nil
@@ -709,8 +709,8 @@ module Google
709
709
 
710
710
  config_attr :endpoint, nil, ::String, nil
711
711
  config_attr :credentials, nil do |value|
712
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
713
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
712
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
713
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
714
714
  allowed.any? { |klass| klass === value }
715
715
  end
716
716
  config_attr :scope, nil, ::String, ::Array, nil
@@ -670,7 +670,7 @@ module Google
670
670
 
671
671
  config_attr :endpoint, nil, ::String, nil
672
672
  config_attr :credentials, nil do |value|
673
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
673
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
674
674
  allowed.any? { |klass| klass === value }
675
675
  end
676
676
  config_attr :scope, nil, ::String, ::Array, nil
@@ -655,7 +655,7 @@ module Google
655
655
 
656
656
  config_attr :endpoint, nil, ::String, nil
657
657
  config_attr :credentials, nil do |value|
658
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
658
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
659
659
  allowed.any? { |klass| klass === value }
660
660
  end
661
661
  config_attr :scope, nil, ::String, ::Array, nil
@@ -1216,8 +1216,8 @@ module Google
1216
1216
 
1217
1217
  config_attr :endpoint, nil, ::String, nil
1218
1218
  config_attr :credentials, nil do |value|
1219
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
1220
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
1219
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
1220
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
1221
1221
  allowed.any? { |klass| klass === value }
1222
1222
  end
1223
1223
  config_attr :scope, nil, ::String, ::Array, nil
@@ -709,8 +709,8 @@ module Google
709
709
 
710
710
  config_attr :endpoint, nil, ::String, nil
711
711
  config_attr :credentials, nil do |value|
712
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
713
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
712
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
713
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
714
714
  allowed.any? { |klass| klass === value }
715
715
  end
716
716
  config_attr :scope, nil, ::String, ::Array, nil
@@ -1119,7 +1119,7 @@ module Google
1119
1119
 
1120
1120
  config_attr :endpoint, nil, ::String, nil
1121
1121
  config_attr :credentials, nil do |value|
1122
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
1122
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
1123
1123
  allowed.any? { |klass| klass === value }
1124
1124
  end
1125
1125
  config_attr :scope, nil, ::String, ::Array, nil
@@ -655,7 +655,7 @@ module Google
655
655
 
656
656
  config_attr :endpoint, nil, ::String, nil
657
657
  config_attr :credentials, nil do |value|
658
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
658
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
659
659
  allowed.any? { |klass| klass === value }
660
660
  end
661
661
  config_attr :scope, nil, ::String, ::Array, nil
@@ -618,8 +618,8 @@ module Google
618
618
 
619
619
  config_attr :endpoint, nil, ::String, nil
620
620
  config_attr :credentials, nil do |value|
621
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
622
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
621
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
622
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
623
623
  allowed.any? { |klass| klass === value }
624
624
  end
625
625
  config_attr :scope, nil, ::String, ::Array, nil
@@ -709,8 +709,8 @@ module Google
709
709
 
710
710
  config_attr :endpoint, nil, ::String, nil
711
711
  config_attr :credentials, nil do |value|
712
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
713
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
712
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
713
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
714
714
  allowed.any? { |klass| klass === value }
715
715
  end
716
716
  config_attr :scope, nil, ::String, ::Array, nil
@@ -572,7 +572,7 @@ module Google
572
572
 
573
573
  config_attr :endpoint, nil, ::String, nil
574
574
  config_attr :credentials, nil do |value|
575
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
575
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
576
576
  allowed.any? { |klass| klass === value }
577
577
  end
578
578
  config_attr :scope, nil, ::String, ::Array, nil
@@ -655,7 +655,7 @@ module Google
655
655
 
656
656
  config_attr :endpoint, nil, ::String, nil
657
657
  config_attr :credentials, nil do |value|
658
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
658
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
659
659
  allowed.any? { |klass| klass === value }
660
660
  end
661
661
  config_attr :scope, nil, ::String, ::Array, nil
@@ -1130,8 +1130,8 @@ module Google
1130
1130
 
1131
1131
  config_attr :endpoint, nil, ::String, nil
1132
1132
  config_attr :credentials, nil do |value|
1133
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
1134
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
1133
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
1134
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
1135
1135
  allowed.any? { |klass| klass === value }
1136
1136
  end
1137
1137
  config_attr :scope, nil, ::String, ::Array, nil
@@ -709,8 +709,8 @@ module Google
709
709
 
710
710
  config_attr :endpoint, nil, ::String, nil
711
711
  config_attr :credentials, nil do |value|
712
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
713
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
712
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
713
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
714
714
  allowed.any? { |klass| klass === value }
715
715
  end
716
716
  config_attr :scope, nil, ::String, ::Array, nil
@@ -1043,7 +1043,7 @@ module Google
1043
1043
 
1044
1044
  config_attr :endpoint, nil, ::String, nil
1045
1045
  config_attr :credentials, nil do |value|
1046
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
1046
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
1047
1047
  allowed.any? { |klass| klass === value }
1048
1048
  end
1049
1049
  config_attr :scope, nil, ::String, ::Array, nil
@@ -655,7 +655,7 @@ module Google
655
655
 
656
656
  config_attr :endpoint, nil, ::String, nil
657
657
  config_attr :credentials, nil do |value|
658
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
658
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
659
659
  allowed.any? { |klass| klass === value }
660
660
  end
661
661
  config_attr :scope, nil, ::String, ::Array, nil
@@ -492,8 +492,8 @@ module Google
492
492
 
493
493
  config_attr :endpoint, nil, ::String, nil
494
494
  config_attr :credentials, nil do |value|
495
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
496
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
495
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
496
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
497
497
  allowed.any? { |klass| klass === value }
498
498
  end
499
499
  config_attr :scope, nil, ::String, ::Array, nil
@@ -462,7 +462,7 @@ module Google
462
462
 
463
463
  config_attr :endpoint, nil, ::String, nil
464
464
  config_attr :credentials, nil do |value|
465
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
465
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
466
466
  allowed.any? { |klass| klass === value }
467
467
  end
468
468
  config_attr :scope, nil, ::String, ::Array, nil
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Run
23
23
  module V2
24
- VERSION = "0.22.0"
24
+ VERSION = "0.22.1"
25
25
  end
26
26
  end
27
27
  end
@@ -221,6 +221,12 @@ module Google
221
221
  # Pythonic which are included in `protobuf>=5.29.x`. This feature will be
222
222
  # enabled by default 1 month after launching the feature in preview
223
223
  # packages.
224
+ # @!attribute [rw] unversioned_package_disabled
225
+ # @return [::Boolean]
226
+ # Disables generation of an unversioned Python package for this client
227
+ # library. This means that the module names will need to be versioned in
228
+ # import statements. For example `import google.cloud.library_v2` instead
229
+ # of `import google.cloud.library`.
224
230
  class ExperimentalFeatures
225
231
  include ::Google::Protobuf::MessageExts
226
232
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -52,7 +52,7 @@ module Google
52
52
  # The routing header consists of one or multiple key-value pairs. Every key
53
53
  # and value must be percent-encoded, and joined together in the format of
54
54
  # `key1=value1&key2=value2`.
55
- # In the examples below I am skipping the percent-encoding for readablity.
55
+ # The examples below skip the percent-encoding for readability.
56
56
  #
57
57
  # Example 1
58
58
  #
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-run-v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.22.0
4
+ version: 0.22.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-02-05 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
@@ -213,7 +213,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
213
213
  - !ruby/object:Gem::Version
214
214
  version: '0'
215
215
  requirements: []
216
- rubygems_version: 3.6.3
216
+ rubygems_version: 3.6.8
217
217
  specification_version: 4
218
218
  summary: Deploy and manage user provided container images that scale automatically
219
219
  based on incoming requests. The Cloud Run Admin API v1 follows the Knative Serving