google-cloud-speech-v1p1beta1 0.24.0 → 0.24.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: fd9329bf96f07310b3c331f6f3e536e1edd41f535c9089f2a47a4bd48a4c5559
4
- data.tar.gz: 71b3f2e5443be8c4236e879cf9d02da952c66077f7f6612118dce84960998230
3
+ metadata.gz: 473d778810274afadb6df557a5462c6606c4834988ced0fa11695d54e32686fe
4
+ data.tar.gz: 0b987eb69ca8d69797ab972be971581e57b077ea5871d4127fcc853e57ea6fe2
5
5
  SHA512:
6
- metadata.gz: 1910097089742967af4f7a3317259884a7782cf058246dd6f33e72829d500918f13ffcd3f8e37eceec6199d1411fec8694780752a26b21fbe900c4f894a74ca4
7
- data.tar.gz: b6e53532f42f3c28807069bc213424fb24e2065f93c549e57959e64896601157e51ac3f9cba1a182fa082f8bec4261d5136f18ef791c04d4c75b573030d486eb
6
+ metadata.gz: e1112e18568986719c2d403eb52a955fb725baf603d7c13158f6f39c836b5a4cb29e8689f9e08a1a1bea2671d7d813b14b0e7a97cb5296c77ecda152f4377bc8
7
+ data.tar.gz: 2148b448f32a415f7f3504099cf88b1df7a847b37420d4c07e9f643c373b374ea863d4c15d2aedf3ca1c2fe73965db03a44f984def1d43d7121d05d03a62d5eb
@@ -1270,8 +1270,8 @@ module Google
1270
1270
 
1271
1271
  config_attr :endpoint, nil, ::String, nil
1272
1272
  config_attr :credentials, nil do |value|
1273
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
1274
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
1273
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
1274
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
1275
1275
  allowed.any? { |klass| klass === value }
1276
1276
  end
1277
1277
  config_attr :scope, nil, ::String, ::Array, nil
@@ -1184,7 +1184,7 @@ module Google
1184
1184
 
1185
1185
  config_attr :endpoint, nil, ::String, nil
1186
1186
  config_attr :credentials, nil do |value|
1187
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
1187
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
1188
1188
  allowed.any? { |klass| klass === value }
1189
1189
  end
1190
1190
  config_attr :scope, nil, ::String, ::Array, nil
@@ -570,8 +570,8 @@ module Google
570
570
 
571
571
  config_attr :endpoint, nil, ::String, nil
572
572
  config_attr :credentials, nil do |value|
573
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
574
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
573
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
574
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
575
575
  allowed.any? { |klass| klass === value }
576
576
  end
577
577
  config_attr :scope, nil, ::String, ::Array, nil
@@ -693,8 +693,8 @@ module Google
693
693
 
694
694
  config_attr :endpoint, nil, ::String, nil
695
695
  config_attr :credentials, nil do |value|
696
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
697
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
696
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
697
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
698
698
  allowed.any? { |klass| klass === value }
699
699
  end
700
700
  config_attr :scope, nil, ::String, ::Array, nil
@@ -472,7 +472,7 @@ module Google
472
472
 
473
473
  config_attr :endpoint, nil, ::String, nil
474
474
  config_attr :credentials, nil do |value|
475
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
475
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
476
476
  allowed.any? { |klass| klass === value }
477
477
  end
478
478
  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 Speech
23
23
  module V1p1beta1
24
- VERSION = "0.24.0"
24
+ VERSION = "0.24.1"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-speech-v1p1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.24.0
4
+ version: 0.24.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-04-21 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
@@ -119,7 +119,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
119
119
  - !ruby/object:Gem::Version
120
120
  version: '0'
121
121
  requirements: []
122
- rubygems_version: 3.6.5
122
+ rubygems_version: 3.6.8
123
123
  specification_version: 4
124
124
  summary: Converts audio to text by applying powerful neural network models.
125
125
  test_files: []