google-cloud-speech-v1 0.12.0 → 0.12.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5c3b3e6ee54f4e2bba948193c467882bbf4e47dd69ceac3bbe160cf204db2a9a
4
- data.tar.gz: 55978252b10819ed6cfc5508227fecfa57ba4f761af83c4f4ec54cf12832451c
3
+ metadata.gz: bd90faff3789e7c9cc393e0755527f1a5bb539899de50556f65107fcb1ef689f
4
+ data.tar.gz: 12d5189b4db77194d80dcde4b3ab3a30b355426d33bdbfef7ac000511c3bc368
5
5
  SHA512:
6
- metadata.gz: b64bf3e6385c2f25add2efbfd16be36e7eaaa8f4c4d2078ad3022f9982d6574ac7e6387272c234033980524e8ff6b103ea8db9cf5280b6188105b9f69e5140c3
7
- data.tar.gz: 7d0c1743806c0aa83f873773dae32393d63a921b7a90a0beeeab241bb3ec60a7b5350d154b3cebe8e67af125b219b4519bd6fdefacd4b7fa4aba368d90dbd102
6
+ metadata.gz: 0cd711980438d378bdc449d14d1752917ded710c069e07fbb97503505689e4f804287f6d87e62afd693ffe4c8b3cd06bd4ca4a6336e436b4265fa7171a796f04
7
+ data.tar.gz: e3a7c4e24511a8c734a02e8184d2ed9bfcee1a749328ad1e60d2d838ce4cb8634a60164af3a63c8399b68d15d5f1e2e95f9707194d4150368647dd5b63c0dfef
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://googleapis.dev/ruby/google-cloud-logging/latest)
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}/phraseSets`
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://googleapis.dev/ruby/googleauth/latest/index.html))
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://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
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}/phraseSets`
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://googleapis.dev/ruby/googleauth/latest/index.html))
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://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
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://googleapis.dev/ruby/googleauth/latest/index.html))
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://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
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://googleapis.dev/ruby/googleauth/latest/index.html))
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://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
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://googleapis.dev/ruby/googleauth/latest/index.html))
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://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
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://googleapis.dev/ruby/googleauth/latest/index.html))
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://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
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
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Speech
23
23
  module V1
24
- VERSION = "0.12.0"
24
+ VERSION = "0.12.1"
25
25
  end
26
26
  end
27
27
  end
@@ -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
- # method_behavior:
244
- # - selector: CreateAdDomain
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}/phraseSets`
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-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.0
4
+ version: 0.12.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-02-28 00:00:00.000000000 Z
11
+ date: 2023-03-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common