google-cloud-speech-v1p1beta1 0.17.0 → 0.17.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 +4 -4
- data/README.md +1 -1
- data/lib/google/cloud/speech/v1p1beta1/adaptation/client.rb +3 -3
- data/lib/google/cloud/speech/v1p1beta1/adaptation/rest/client.rb +3 -3
- data/lib/google/cloud/speech/v1p1beta1/speech/client.rb +2 -2
- data/lib/google/cloud/speech/v1p1beta1/speech/operations.rb +2 -2
- data/lib/google/cloud/speech/v1p1beta1/speech/rest/client.rb +2 -2
- data/lib/google/cloud/speech/v1p1beta1/speech/rest/operations.rb +2 -2
- data/lib/google/cloud/speech/v1p1beta1/version.rb +1 -1
- data/proto_docs/google/api/client.rb +9 -3
- data/proto_docs/google/cloud/speech/v1p1beta1/cloud_speech_adaptation.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3a9a31ae4c03e0de70e4d30aff8741a132cfeec7a0477f7e24dfaa38ea686b99
|
|
4
|
+
data.tar.gz: eb7850c2b84633d7040034cc86b9bd87855856cf06e0bbd44194e8124afaee4a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 207dc537df35fca8abe841f31a1c92cefc60490f15024bbd85356778eacc4c8b01b80c9dbe3631b4474f6245ad00c386ec466bed161513dba8b26f469d895ade
|
|
7
|
+
data.tar.gz: 1bf1eeac4ebcccb17af7c6476223aab9218f182a0ab9b92983e305cd5f93aa94d8b9d521aa0dc3ff5ad11f34f8222219c68f639c26d65d2517a526e9c6fe3e54
|
data/README.md
CHANGED
|
@@ -47,7 +47,7 @@ for general usage information.
|
|
|
47
47
|
|
|
48
48
|
To enable logging for this library, set the logger for the underlying [gRPC](https://github.com/grpc/grpc/tree/master/src/ruby) library.
|
|
49
49
|
The logger that you set may be a Ruby stdlib [`Logger`](https://ruby-doc.org/current/stdlibs/logger/Logger.html) as shown below,
|
|
50
|
-
or a [`Google::Cloud::Logging::Logger`](https://
|
|
50
|
+
or a [`Google::Cloud::Logging::Logger`](https://cloud.google.com/ruby/docs/reference/google-cloud-logging/latest)
|
|
51
51
|
that will write logs to [Cloud Logging](https://cloud.google.com/logging/). See [grpc/logconfig.rb](https://github.com/grpc/grpc/blob/master/src/ruby/lib/grpc/logconfig.rb)
|
|
52
52
|
and the gRPC [spec_helper.rb](https://github.com/grpc/grpc/blob/master/src/ruby/spec/spec_helper.rb) for additional information.
|
|
53
53
|
|
|
@@ -168,7 +168,7 @@ module Google
|
|
|
168
168
|
# Required. The parent resource where this phrase set will be created.
|
|
169
169
|
# Format:
|
|
170
170
|
#
|
|
171
|
-
# `projects/{project}/locations/{location}
|
|
171
|
+
# `projects/{project}/locations/{location}`
|
|
172
172
|
#
|
|
173
173
|
# Speech-to-Text supports three locations: `global`, `us` (US North America),
|
|
174
174
|
# and `eu` (Europe). If you are calling the `speech.googleapis.com`
|
|
@@ -1162,9 +1162,9 @@ module Google
|
|
|
1162
1162
|
# * (`String`) The path to a service account key file in JSON format
|
|
1163
1163
|
# * (`Hash`) A service account key as a Hash
|
|
1164
1164
|
# * (`Google::Auth::Credentials`) A googleauth credentials object
|
|
1165
|
-
# (see the [googleauth docs](https://
|
|
1165
|
+
# (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
|
|
1166
1166
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
|
1167
|
-
# (see the [signet docs](https://
|
|
1167
|
+
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
|
1168
1168
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
|
1169
1169
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
|
1170
1170
|
# * (`nil`) indicating no credentials
|
|
@@ -159,7 +159,7 @@ module Google
|
|
|
159
159
|
# Required. The parent resource where this phrase set will be created.
|
|
160
160
|
# Format:
|
|
161
161
|
#
|
|
162
|
-
# `projects/{project}/locations/{location}
|
|
162
|
+
# `projects/{project}/locations/{location}`
|
|
163
163
|
#
|
|
164
164
|
# Speech-to-Text supports three locations: `global`, `us` (US North America),
|
|
165
165
|
# and `eu` (Europe). If you are calling the `speech.googleapis.com`
|
|
@@ -915,9 +915,9 @@ module Google
|
|
|
915
915
|
# * (`String`) The path to a service account key file in JSON format
|
|
916
916
|
# * (`Hash`) A service account key as a Hash
|
|
917
917
|
# * (`Google::Auth::Credentials`) A googleauth credentials object
|
|
918
|
-
# (see the [googleauth docs](https://
|
|
918
|
+
# (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
|
|
919
919
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
|
920
|
-
# (see the [signet docs](https://
|
|
920
|
+
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
|
921
921
|
# * (`nil`) indicating no credentials
|
|
922
922
|
# @return [::Object]
|
|
923
923
|
# @!attribute [rw] scope
|
|
@@ -462,9 +462,9 @@ module Google
|
|
|
462
462
|
# * (`String`) The path to a service account key file in JSON format
|
|
463
463
|
# * (`Hash`) A service account key as a Hash
|
|
464
464
|
# * (`Google::Auth::Credentials`) A googleauth credentials object
|
|
465
|
-
# (see the [googleauth docs](https://
|
|
465
|
+
# (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
|
|
466
466
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
|
467
|
-
# (see the [signet docs](https://
|
|
467
|
+
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
|
468
468
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
|
469
469
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
|
470
470
|
# * (`nil`) indicating no credentials
|
|
@@ -612,9 +612,9 @@ module Google
|
|
|
612
612
|
# * (`String`) The path to a service account key file in JSON format
|
|
613
613
|
# * (`Hash`) A service account key as a Hash
|
|
614
614
|
# * (`Google::Auth::Credentials`) A googleauth credentials object
|
|
615
|
-
# (see the [googleauth docs](https://
|
|
615
|
+
# (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
|
|
616
616
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
|
617
|
-
# (see the [signet docs](https://
|
|
617
|
+
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
|
618
618
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
|
619
619
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
|
620
620
|
# * (`nil`) indicating no credentials
|
|
@@ -332,9 +332,9 @@ module Google
|
|
|
332
332
|
# * (`String`) The path to a service account key file in JSON format
|
|
333
333
|
# * (`Hash`) A service account key as a Hash
|
|
334
334
|
# * (`Google::Auth::Credentials`) A googleauth credentials object
|
|
335
|
-
# (see the [googleauth docs](https://
|
|
335
|
+
# (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
|
|
336
336
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
|
337
|
-
# (see the [signet docs](https://
|
|
337
|
+
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
|
338
338
|
# * (`nil`) indicating no credentials
|
|
339
339
|
# @return [::Object]
|
|
340
340
|
# @!attribute [rw] scope
|
|
@@ -411,9 +411,9 @@ module Google
|
|
|
411
411
|
# * (`String`) The path to a service account key file in JSON format
|
|
412
412
|
# * (`Hash`) A service account key as a Hash
|
|
413
413
|
# * (`Google::Auth::Credentials`) A googleauth credentials object
|
|
414
|
-
# (see the [googleauth docs](https://
|
|
414
|
+
# (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
|
|
415
415
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
|
416
|
-
# (see the [signet docs](https://
|
|
416
|
+
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
|
417
417
|
# * (`nil`) indicating no credentials
|
|
418
418
|
# @return [::Object]
|
|
419
419
|
# @!attribute [rw] scope
|
|
@@ -35,7 +35,9 @@ module Google
|
|
|
35
35
|
# Details about how and where to publish client libraries.
|
|
36
36
|
# @!attribute [rw] version
|
|
37
37
|
# @return [::String]
|
|
38
|
-
# Version of the API to apply these settings to.
|
|
38
|
+
# Version of the API to apply these settings to. This is the full protobuf
|
|
39
|
+
# package for the API, ending in the version element.
|
|
40
|
+
# Examples: "google.cloud.speech.v1" and "google.spanner.admin.database.v1".
|
|
39
41
|
# @!attribute [rw] launch_stage
|
|
40
42
|
# @return [::Google::Api::LaunchStage]
|
|
41
43
|
# Launch stage of this version of the API.
|
|
@@ -111,6 +113,10 @@ module Google
|
|
|
111
113
|
# Client library settings. If the same version string appears multiple
|
|
112
114
|
# times in this list, then the last one wins. Settings from earlier
|
|
113
115
|
# settings with the same version string are discarded.
|
|
116
|
+
# @!attribute [rw] proto_reference_documentation_uri
|
|
117
|
+
# @return [::String]
|
|
118
|
+
# Optional link to proto reference documentation. Example:
|
|
119
|
+
# https://cloud.google.com/pubsub/lite/docs/reference/rpc
|
|
114
120
|
class Publishing
|
|
115
121
|
include ::Google::Protobuf::MessageExts
|
|
116
122
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
@@ -240,8 +246,8 @@ module Google
|
|
|
240
246
|
# Example of a YAML configuration::
|
|
241
247
|
#
|
|
242
248
|
# publishing:
|
|
243
|
-
#
|
|
244
|
-
# - selector:
|
|
249
|
+
# method_settings:
|
|
250
|
+
# - selector: google.cloud.speech.v2.Speech.BatchRecognize
|
|
245
251
|
# long_running:
|
|
246
252
|
# initial_poll_delay:
|
|
247
253
|
# seconds: 60 # 1 minute
|
|
@@ -27,7 +27,7 @@ module Google
|
|
|
27
27
|
# Required. The parent resource where this phrase set will be created.
|
|
28
28
|
# Format:
|
|
29
29
|
#
|
|
30
|
-
# `projects/{project}/locations/{location}
|
|
30
|
+
# `projects/{project}/locations/{location}`
|
|
31
31
|
#
|
|
32
32
|
# Speech-to-Text supports three locations: `global`, `us` (US North America),
|
|
33
33
|
# and `eu` (Europe). If you are calling the `speech.googleapis.com`
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-speech-v1p1beta1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.17.
|
|
4
|
+
version: 0.17.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-
|
|
11
|
+
date: 2023-03-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|