google-cloud-datastream-v1alpha1 0.10.0 → 0.10.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: 7e8ef044ed9305d12f63da62630b4d219897dde63c3812518ad3b5e181ca29bb
4
- data.tar.gz: e0d8da7cbc30b8f0ff76436013b4bac665ac597836147b126121041717e0682e
3
+ metadata.gz: c4e9383f207b7072b4e9426894360f3b818509dfc02cea1ea97dd098cf07c47f
4
+ data.tar.gz: f22d023fc83d974b3091b71af7a0c88b2e60f6cbd1f84aeb24274abc39e8478b
5
5
  SHA512:
6
- metadata.gz: fc4afc4518e75fb5934aa76caf2e281ab79f2905c09bd1d74e710a6676b76d6b6a8bfe6fb3eaa8aa302cb2e82387d8c3ea0dde1206f8a5615d7cc0e1126e0650
7
- data.tar.gz: d95de14bded2dcc156b75ea2aa80aa969581d642225fc48d8a482864010a321ef5245b80713c9a88121831707d0a670888b26bde611e27e258cc88e06e6c6e87
6
+ metadata.gz: 115a7e8ea6e050521aad4297541bd11ae5204db37854872c6627d5f55e32bdafd903341cf881162fb5d3b9a2d9d792f2389e8e0527f8dde0a2a14caec48951cb
7
+ data.tar.gz: ab9df7dccf3ff177f9f8fa6f349901703a8fe29d199045cea1cb048735d5622f6e1c56583d294351bf7a44bc2428dd5654e40de7d4ef96d89f3ef4d48c7b433a
@@ -2517,8 +2517,8 @@ module Google
2517
2517
 
2518
2518
  config_attr :endpoint, nil, ::String, nil
2519
2519
  config_attr :credentials, nil do |value|
2520
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
2521
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
2520
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
2521
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
2522
2522
  allowed.any? { |klass| klass === value }
2523
2523
  end
2524
2524
  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
@@ -2354,7 +2354,7 @@ module Google
2354
2354
 
2355
2355
  config_attr :endpoint, nil, ::String, nil
2356
2356
  config_attr :credentials, nil do |value|
2357
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
2357
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
2358
2358
  allowed.any? { |klass| klass === value }
2359
2359
  end
2360
2360
  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
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Datastream
23
23
  module V1alpha1
24
- VERSION = "0.10.0"
24
+ VERSION = "0.10.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
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-datastream-v1alpha1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0
4
+ version: 0.10.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-02-07 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
@@ -106,7 +106,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
106
106
  - !ruby/object:Gem::Version
107
107
  version: '0'
108
108
  requirements: []
109
- rubygems_version: 3.6.3
109
+ rubygems_version: 3.6.8
110
110
  specification_version: 4
111
111
  summary: API Client library for the Datastream V1alpha1 API
112
112
  test_files: []