google-cloud-tasks-v2beta3 0.15.0 → 0.15.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: 54d58e4706ad94ccfbe9a8cdbfb761c1801dbcb1ff08c5cb40db62f6f4971c4e
4
- data.tar.gz: 0db2f1d2225698688d55171e86b234302665a9e0130690458e11334e8930ce70
3
+ metadata.gz: 748fd130a96f58daff07a60257a877502d510d304af29321c663483039dda986
4
+ data.tar.gz: bda8fd6ea2aaa4a31bade8564d4f1614acde28a4b43517f1c20fea0a91a4c114
5
5
  SHA512:
6
- metadata.gz: b5611330464ee350d8c2c63cf8ffe1cfec78f4bc7701f1fb8b5f5df940d3df33410a025fb6ad022cc26a156d632dc7a3e0b79ef1595019f6e18dd762cd0d713b
7
- data.tar.gz: 34c53d2a00b8af94b11c813bd4f80f8c5aa24e46e66f5fccc807fa42f020105cce13765a992c827604b12b07784a8a085e0e26ac19552556e3b40d36bf425365
6
+ metadata.gz: 6f22745b6eac5581e14130e8453ad3c713117dd21fd88737d8bd35bb613075a327ba7e7ff731d5eef5819e9650e3e14ac4bce5dd1100d4f6c93bff8dcb8420a5
7
+ data.tar.gz: a59345af8f54b0a2e6da7eab39a1a31066b73f6f105ea04e1934797c2a593c33536ab101ee24b79c7c8ac8a8c36dcff2b077a531ca4b41b832e79a4eaf66b872
@@ -2071,8 +2071,8 @@ module Google
2071
2071
 
2072
2072
  config_attr :endpoint, nil, ::String, nil
2073
2073
  config_attr :credentials, nil do |value|
2074
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
2075
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
2074
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
2075
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
2076
2076
  allowed.any? { |klass| klass === value }
2077
2077
  end
2078
2078
  config_attr :scope, nil, ::String, ::Array, nil
@@ -1944,7 +1944,7 @@ module Google
1944
1944
 
1945
1945
  config_attr :endpoint, nil, ::String, nil
1946
1946
  config_attr :credentials, nil do |value|
1947
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
1947
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
1948
1948
  allowed.any? { |klass| klass === value }
1949
1949
  end
1950
1950
  config_attr :scope, nil, ::String, ::Array, nil
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Tasks
23
23
  module V2beta3
24
- VERSION = "0.15.0"
24
+ VERSION = "0.15.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-v2beta3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.15.0
4
+ version: 0.15.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
@@ -146,7 +146,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
146
146
  - !ruby/object:Gem::Version
147
147
  version: '0'
148
148
  requirements: []
149
- rubygems_version: 3.6.2
149
+ rubygems_version: 3.6.8
150
150
  specification_version: 4
151
151
  summary: Manages the execution of large numbers of distributed requests.
152
152
  test_files: []