google-cloud-tasks-v2beta2 0.14.0 → 0.14.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: 56bb06f021c91aa640b436ecef6b6abb99ca142a462ddc1b759e5d4e88e7ea1e
4
- data.tar.gz: 6ae775ec86d102747aee94ec611ba7a9f8c4587ba2148711294054b0d79593ee
3
+ metadata.gz: 6f54dc418d80793634c2e27112e9042becb5cb9026d3cfaec11b8a2f9e0096c3
4
+ data.tar.gz: 21effb61589d0325eb6f4ca68af31ac310ce390efb0171e26497f47c487a23f2
5
5
  SHA512:
6
- metadata.gz: e1da31030e7215c1b3f998c306ad648ebec15fcbe483c34237d7e750f502ceec4809de989f8c3ec0e22b5a1926b3908245637008db501e5219a06fc9dd5a7d37
7
- data.tar.gz: 682d6f2d79fa7fc859efa7ed3d3c7771649246bcafbf816269352efab92ccaa0ec79db0ba8359fbca160857eceb3121b04d1f0b07d985125f84aff745b826fd7
6
+ metadata.gz: dd018ae64dcd6a5db33b359341ad680c31aeffb6a9d2d2b6bd66b39807a9b8c08e554316688cc706a9ed182ce27c99a02f1e8225fc5f804f86eac1a43d03bf59
7
+ data.tar.gz: 32f9c4b8137293c1a9086241b90c38f6302b90ffa89c49e95373d87e058092b152c34f0f1e77c68fa73a04a03371ed32771545aa97bd52ec7d732315a5641f16
@@ -2695,8 +2695,8 @@ module Google
2695
2695
 
2696
2696
  config_attr :endpoint, nil, ::String, nil
2697
2697
  config_attr :credentials, nil do |value|
2698
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
2699
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
2698
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
2699
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
2700
2700
  allowed.any? { |klass| klass === value }
2701
2701
  end
2702
2702
  config_attr :scope, nil, ::String, ::Array, nil
@@ -2453,7 +2453,7 @@ module Google
2453
2453
 
2454
2454
  config_attr :endpoint, nil, ::String, nil
2455
2455
  config_attr :credentials, nil do |value|
2456
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
2456
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
2457
2457
  allowed.any? { |klass| klass === value }
2458
2458
  end
2459
2459
  config_attr :scope, nil, ::String, ::Array, nil
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Tasks
23
23
  module V2beta2
24
- VERSION = "0.14.0"
24
+ VERSION = "0.14.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
@@ -409,6 +415,14 @@ module Google
409
415
  # @return [::Array<::String>]
410
416
  # An allowlist of the fully qualified names of RPCs that should be included
411
417
  # on public client surfaces.
418
+ # @!attribute [rw] generate_omitted_as_internal
419
+ # @return [::Boolean]
420
+ # Setting this to true indicates to the client generators that methods
421
+ # that would be excluded from the generation should instead be generated
422
+ # in a way that indicates these methods should not be consumed by
423
+ # end users. How this is expressed is up to individual language
424
+ # implementations to decide. Some examples may be: added annotations,
425
+ # obfuscated identifiers, or other language idiomatic patterns.
412
426
  class SelectiveGapicGeneration
413
427
  include ::Google::Protobuf::MessageExts
414
428
  extend ::Google::Protobuf::MessageExts::ClassMethods
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-tasks-v2beta2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.14.0
4
+ version: 0.14.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-01-29 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
@@ -148,7 +148,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
148
148
  - !ruby/object:Gem::Version
149
149
  version: '0'
150
150
  requirements: []
151
- rubygems_version: 3.6.2
151
+ rubygems_version: 3.6.8
152
152
  specification_version: 4
153
153
  summary: Manages the execution of large numbers of distributed requests.
154
154
  test_files: []