google-apis-speech_v1 0.13.0 → 0.14.0

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: 1519e5aeecdd72e81d8c1ab775167db99dcce91144e377df1309c7d93cb08eda
4
- data.tar.gz: 666c649bc22d2a860ac1f6d9acd272087adabb04bb09ca44b8f314b8113b7537
3
+ metadata.gz: f59afd46da403898d59d6952a9f3494be2cb777d4c3e7a831b98581069e51920
4
+ data.tar.gz: 77cf90515eef66eea9179f58ee34879d1e1aab9394b4aa29252604212f7fe833
5
5
  SHA512:
6
- metadata.gz: 4f9b994619f4c2b802b187fdb4a7f951486a0a9c17a4b89c531a62cee7f762dee24af8708b56bf8130f1bfea7630c2e41909752d03d48cba17e5d7696c052c1a
7
- data.tar.gz: f5af1f125f2b9eecc891b78f2f99cca70eb5c83eb33250dabb8e43874cb0ea44a55209a9de4533401464c98be55885c19c718180611f11fdb89cb55a48b8093d
6
+ metadata.gz: ab10c073a530e405930b035408e982ca4279c23666bd5a83d58249f78cc793b18369f3206daa0289e88b8e0a1b855545a4f04fd9bdd6f9fc6036427e1326e016
7
+ data.tar.gz: f0b5d59971413b821b84b5a8a737b2dfd047b9b87c624e86bccc41cbd599184a2dcb9a53244bc1f94c3d3d070dde0e01f9cfc84d65be8406aaffbdb671ff594f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-speech_v1
2
2
 
3
+ ### v0.14.0 (2021-12-10)
4
+
5
+ * Regenerated from discovery document revision 20211130
6
+
3
7
  ### v0.13.0 (2021-11-12)
4
8
 
5
9
  * Regenerated from discovery document revision 20211104
@@ -427,7 +427,11 @@ module Google
427
427
  # set the class's `custom_class_id` to a string unique to all class resources
428
428
  # and inline classes. Then use the class' id wrapped in $``...`` e.g. "$`my-
429
429
  # months`". To refer to custom classes resources, use the class' id wrapped in `$
430
- # ``` (e.g. `$`my-months``).
430
+ # ``` (e.g. `$`my-months``). Speech-to-Text supports three locations: `global`, `
431
+ # us` (US North America), and `eu` (Europe). If you are calling the `speech.
432
+ # googleapis.com` endpoint, use the `global` location. To specify a region, use
433
+ # a [regional endpoint](/speech-to-text/docs/endpoints) with matching `us` or `
434
+ # eu` location value.
431
435
  class Phrase
432
436
  include Google::Apis::Core::Hashable
433
437
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module SpeechV1
18
18
  # Version of the google-apis-speech_v1 gem
19
- GEM_VERSION = "0.13.0"
19
+ GEM_VERSION = "0.14.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20211104"
25
+ REVISION = "20211130"
26
26
  end
27
27
  end
28
28
  end
@@ -129,7 +129,11 @@ module Google
129
129
  # Create a custom class.
130
130
  # @param [String] parent
131
131
  # Required. The parent resource where this custom class will be created. Format:
132
- # `api_version`/projects/`project`/locations/`location`/customClasses
132
+ # `projects/`project`/locations/`location`/customClasses` Speech-to-Text
133
+ # supports three locations: `global`, `us` (US North America), and `eu` (Europe).
134
+ # If you are calling the `speech.googleapis.com` endpoint, use the `global`
135
+ # location. To specify a region, use a [regional endpoint](/speech-to-text/docs/
136
+ # endpoints) with matching `us` or `eu` location value.
133
137
  # @param [Google::Apis::SpeechV1::CreateCustomClassRequest] create_custom_class_request_object
134
138
  # @param [String] fields
135
139
  # Selector specifying which fields to include in a partial response.
@@ -162,8 +166,12 @@ module Google
162
166
 
163
167
  # Delete a custom class.
164
168
  # @param [String] name
165
- # Required. The name of the custom class to delete. Format: `api_version`/
166
- # projects/`project`/locations/`location`/customClasses/`custom_class`
169
+ # Required. The name of the custom class to delete. Format: `projects/`project`/
170
+ # locations/`location`/customClasses/`custom_class`` Speech-to-Text supports
171
+ # three locations: `global`, `us` (US North America), and `eu` (Europe). If you
172
+ # are calling the `speech.googleapis.com` endpoint, use the `global` location.
173
+ # To specify a region, use a [regional endpoint](/speech-to-text/docs/endpoints)
174
+ # with matching `us` or `eu` location value.
167
175
  # @param [String] fields
168
176
  # Selector specifying which fields to include in a partial response.
169
177
  # @param [String] quota_user
@@ -193,8 +201,8 @@ module Google
193
201
 
194
202
  # Get a custom class.
195
203
  # @param [String] name
196
- # Required. The name of the custom class to retrieve. Format: `api_version`/
197
- # projects/`project`/locations/`location`/customClasses/`custom_class`
204
+ # Required. The name of the custom class to retrieve. Format: `projects/`project`
205
+ # /locations/`location`/customClasses/`custom_class``
198
206
  # @param [String] fields
199
207
  # Selector specifying which fields to include in a partial response.
200
208
  # @param [String] quota_user
@@ -225,7 +233,11 @@ module Google
225
233
  # List custom classes.
226
234
  # @param [String] parent
227
235
  # Required. The parent, which owns this collection of custom classes. Format: `
228
- # api_version`/projects/`project`/locations/`location`/customClasses
236
+ # projects/`project`/locations/`location`/customClasses` Speech-to-Text supports
237
+ # three locations: `global`, `us` (US North America), and `eu` (Europe). If you
238
+ # are calling the `speech.googleapis.com` endpoint, use the `global` location.
239
+ # To specify a region, use a [regional endpoint](/speech-to-text/docs/endpoints)
240
+ # with matching `us` or `eu` location value.
229
241
  # @param [Fixnum] page_size
230
242
  # The maximum number of custom classes to return. The service may return fewer
231
243
  # than this value. If unspecified, at most 50 custom classes will be returned.
@@ -304,7 +316,11 @@ module Google
304
316
  # model when you send a call that includes the PhraseSet.
305
317
  # @param [String] parent
306
318
  # Required. The parent resource where this phrase set will be created. Format: `
307
- # api_version`/projects/`project`/locations/`location`/phraseSets
319
+ # projects/`project`/locations/`location`/phraseSets` Speech-to-Text supports
320
+ # three locations: `global`, `us` (US North America), and `eu` (Europe). If you
321
+ # are calling the `speech.googleapis.com` endpoint, use the `global` location.
322
+ # To specify a region, use a [regional endpoint](/speech-to-text/docs/endpoints)
323
+ # with matching `us` or `eu` location value.
308
324
  # @param [Google::Apis::SpeechV1::CreatePhraseSetRequest] create_phrase_set_request_object
309
325
  # @param [String] fields
310
326
  # Selector specifying which fields to include in a partial response.
@@ -337,8 +353,8 @@ module Google
337
353
 
338
354
  # Delete a phrase set.
339
355
  # @param [String] name
340
- # Required. The name of the phrase set to delete. Format: `api_version`/projects/
341
- # `project`/locations/`location`/phraseSets/`phrase_set`
356
+ # Required. The name of the phrase set to delete. Format: `projects/`project`/
357
+ # locations/`location`/phraseSets/`phrase_set``
342
358
  # @param [String] fields
343
359
  # Selector specifying which fields to include in a partial response.
344
360
  # @param [String] quota_user
@@ -368,8 +384,12 @@ module Google
368
384
 
369
385
  # Get a phrase set.
370
386
  # @param [String] name
371
- # Required. The name of the phrase set to retrieve. Format: `api_version`/
372
- # projects/`project`/locations/`location`/phraseSets/`phrase_set`
387
+ # Required. The name of the phrase set to retrieve. Format: `projects/`project`/
388
+ # locations/`location`/phraseSets/`phrase_set`` Speech-to-Text supports three
389
+ # locations: `global`, `us` (US North America), and `eu` (Europe). If you are
390
+ # calling the `speech.googleapis.com` endpoint, use the `global` location. To
391
+ # specify a region, use a [regional endpoint](/speech-to-text/docs/endpoints)
392
+ # with matching `us` or `eu` location value.
373
393
  # @param [String] fields
374
394
  # Selector specifying which fields to include in a partial response.
375
395
  # @param [String] quota_user
@@ -399,8 +419,12 @@ module Google
399
419
 
400
420
  # List phrase sets.
401
421
  # @param [String] parent
402
- # Required. The parent, which owns this collection of phrase set. Format:
403
- # projects/`project`/locations/`location`
422
+ # Required. The parent, which owns this collection of phrase set. Format: `
423
+ # projects/`project`/locations/`location`` Speech-to-Text supports three
424
+ # locations: `global`, `us` (US North America), and `eu` (Europe). If you are
425
+ # calling the `speech.googleapis.com` endpoint, use the `global` location. To
426
+ # specify a region, use a [regional endpoint](/speech-to-text/docs/endpoints)
427
+ # with matching `us` or `eu` location value.
404
428
  # @param [Fixnum] page_size
405
429
  # The maximum number of phrase sets to return. The service may return fewer than
406
430
  # this value. If unspecified, at most 50 phrase sets will be returned. The
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-speech_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.13.0
4
+ version: 0.14.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-11-15 00:00:00.000000000 Z
11
+ date: 2021-12-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-speech_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-speech_v1/v0.13.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-speech_v1/v0.14.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-speech_v1
63
63
  post_install_message:
64
64
  rdoc_options: []