google-apis-speech_v1p1beta1 0.16.0 → 0.17.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: d911ffb115ca651bbb7f42afe7249f840c6215e27fe02427b2f744822e507ab7
4
- data.tar.gz: e5c864d5265b15be20f4f790deb10e8b3977352b550ad71025c6b56c465bc239
3
+ metadata.gz: 4df7ee0e12e390baf2d048046bf02b5a0f10a085bd30babde69532493ebc28ff
4
+ data.tar.gz: d46d895b1cf4c1d658eeacfbfad420646dbc1f10a12c98bf35d329c0c84160b2
5
5
  SHA512:
6
- metadata.gz: d041de72baf030372ca1c20aa1c3a79b1e738c7b355092eb4d1d384fc0e2ffe1526045d237fb4ccb47df2731fdb31de0b289a9847c68ef399897ff4da871edbe
7
- data.tar.gz: eb418b9d578986496fb21ac9ab2142913e63a101eb1cd17acacc0010822160248ea2c40a318786213dd2abdc7111b873d59201cec6e796a6d7137f51784ad4e9
6
+ metadata.gz: 1c977eaa460d40060c012a78dc46baf4f44f8661822f7f4e25f7cc5750f3cda74138ffc886e6b99551283599dccc7aa6e40731dc31bc64abc23b368fefd39fe4
7
+ data.tar.gz: b933f47915b5ed46d09de881e42a2c5996dad814fcfc8d87110aba1a28190d7e5fe3ef9fb0fcf855305bd2d174cbc0453cd6b2427384b70bba367f1705d8e012
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-speech_v1p1beta1
2
2
 
3
+ ### v0.17.0 (2021-12-10)
4
+
5
+ * Regenerated from discovery document revision 20211130
6
+
3
7
  ### v0.16.0 (2021-11-12)
4
8
 
5
9
  * Regenerated from discovery document revision 20211104
@@ -465,7 +465,11 @@ module Google
465
465
  # set the class's `custom_class_id` to a string unique to all class resources
466
466
  # and inline classes. Then use the class' id wrapped in $``...`` e.g. "$`my-
467
467
  # months`". To refer to custom classes resources, use the class' id wrapped in `$
468
- # ``` (e.g. `$`my-months``).
468
+ # ``` (e.g. `$`my-months``). Speech-to-Text supports three locations: `global`, `
469
+ # us` (US North America), and `eu` (Europe). If you are calling the `speech.
470
+ # googleapis.com` endpoint, use the `global` location. To specify a region, use
471
+ # a [regional endpoint](/speech-to-text/docs/endpoints) with matching `us` or `
472
+ # eu` location value.
469
473
  class Phrase
470
474
  include Google::Apis::Core::Hashable
471
475
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module SpeechV1p1beta1
18
18
  # Version of the google-apis-speech_v1p1beta1 gem
19
- GEM_VERSION = "0.16.0"
19
+ GEM_VERSION = "0.17.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::SpeechV1p1beta1::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::SpeechV1p1beta1::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_v1p1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.16.0
4
+ version: 0.17.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_v1p1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-speech_v1p1beta1/v0.16.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-speech_v1p1beta1/v0.17.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-speech_v1p1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []