google-apis-speech_v1p1beta1 0.20.0 → 0.23.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: 1cde30f5c85502fb806942e9806d6cddb941999806e4d9e3f4141cd459a32c47
4
- data.tar.gz: 1bf212495a8e69a014f16427c3b076a360a013add392139788530d117ad8ec1a
3
+ metadata.gz: a09b25c7bfd881ca47c83e944599026cdbda9d62786c0d8558642e61177e6722
4
+ data.tar.gz: 56b9b2ff66f9ac5af0516a406cc8d1909fbaaeff498e2c45c773126b3c85e891
5
5
  SHA512:
6
- metadata.gz: b3a8f5046d3020e4010448048d8507940bc42ed8fad2bb3586583bb6e81bea78f92ccb5e326166d7a6b05443a76504e3021c9c235dc4fe16ac9ecf74498b63a2
7
- data.tar.gz: a307df2b2fd85cc7e0043138ff21c7b73410ed8aa1902825366e473165c759c174fdc2076f14f4900dde232f3ba8dae280e843937b80c5b34452906a16909df5
6
+ metadata.gz: 35844f9f486bfaaaafef04c5d6f2b4d833da3e49cd12af48ab67aa23addc6929f0b9940c2612e67bf6552b3330414145e90dd55cea3001e3415cd52361cbfe35
7
+ data.tar.gz: c5df3c95fe6668a5a6af9d806c7120a92f21e6d2bde26955145691dd0ce5a230b10ec82ce2caaf1997d04e8e68953dd7c0bf03fd3c9aebae82456f59be8dd8dc
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-speech_v1p1beta1
2
2
 
3
+ ### v0.23.0 (2022-04-26)
4
+
5
+ * Regenerated from discovery document revision 20220419
6
+
7
+ ### v0.22.0 (2022-04-14)
8
+
9
+ * Regenerated from discovery document revision 20220411
10
+
11
+ ### v0.21.0 (2022-03-18)
12
+
13
+ * Regenerated from discovery document revision 20220310
14
+
3
15
  ### v0.20.0 (2022-03-04)
4
16
 
5
17
  * Regenerated from discovery document revision 20220221
@@ -53,8 +53,9 @@ module Google
53
53
  attr_accessor :custom_class
54
54
 
55
55
  # Required. The ID to use for the custom class, which will become the final
56
- # component of the custom class' resource name. This value should be 4-63
57
- # characters, and valid characters are /a-z-/.
56
+ # component of the custom class' resource name. This value should restrict to
57
+ # letters, numbers, and hyphens, with the first character a letter, the last a
58
+ # letter or a number, and be 4-63 characters.
58
59
  # Corresponds to the JSON property `customClassId`
59
60
  # @return [String]
60
61
  attr_accessor :custom_class_id
@@ -81,8 +82,9 @@ module Google
81
82
  attr_accessor :phrase_set
82
83
 
83
84
  # Required. The ID to use for the phrase set, which will become the final
84
- # component of the phrase set's resource name. This value should be 4-63
85
- # characters, and valid characters are /a-z-/.
85
+ # component of the phrase set's resource name. This value should restrict to
86
+ # letters, numbers, and hyphens, with the first character a letter, the last a
87
+ # letter or a number, and be 4-63 characters.
86
88
  # Corresponds to the JSON property `phraseSetId`
87
89
  # @return [String]
88
90
  attr_accessor :phrase_set_id
@@ -135,8 +137,7 @@ module Google
135
137
  # A generic empty message that you can re-use to avoid defining duplicated empty
136
138
  # messages in your APIs. A typical example is to use it as the request or the
137
139
  # response type of an API method. For instance: service Foo ` rpc Bar(google.
138
- # protobuf.Empty) returns (google.protobuf.Empty); ` The JSON representation for
139
- # `Empty` is empty JSON object ````.
140
+ # protobuf.Empty) returns (google.protobuf.Empty); `
140
141
  class Empty
141
142
  include Google::Apis::Core::Hashable
142
143
 
@@ -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.20.0"
19
+ GEM_VERSION = "0.23.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220221"
25
+ REVISION = "20220419"
26
26
  end
27
27
  end
28
28
  end
@@ -132,8 +132,8 @@ module Google
132
132
  # `projects/`project`/locations/`location`/customClasses` Speech-to-Text
133
133
  # supports three locations: `global`, `us` (US North America), and `eu` (Europe).
134
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.
135
+ # location. To specify a region, use a [regional endpoint](https://cloud.google.
136
+ # com/speech-to-text/docs/endpoints) with matching `us` or `eu` location value.
137
137
  # @param [Google::Apis::SpeechV1p1beta1::CreateCustomClassRequest] create_custom_class_request_object
138
138
  # @param [String] fields
139
139
  # Selector specifying which fields to include in a partial response.
@@ -170,8 +170,8 @@ module Google
170
170
  # locations/`location`/customClasses/`custom_class`` Speech-to-Text supports
171
171
  # three locations: `global`, `us` (US North America), and `eu` (Europe). If you
172
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.
173
+ # To specify a region, use a [regional endpoint](https://cloud.google.com/speech-
174
+ # to-text/docs/endpoints) with matching `us` or `eu` location value.
175
175
  # @param [String] fields
176
176
  # Selector specifying which fields to include in a partial response.
177
177
  # @param [String] quota_user
@@ -236,8 +236,8 @@ module Google
236
236
  # projects/`project`/locations/`location`/customClasses` Speech-to-Text supports
237
237
  # three locations: `global`, `us` (US North America), and `eu` (Europe). If you
238
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.
239
+ # To specify a region, use a [regional endpoint](https://cloud.google.com/speech-
240
+ # to-text/docs/endpoints) with matching `us` or `eu` location value.
241
241
  # @param [Fixnum] page_size
242
242
  # The maximum number of custom classes to return. The service may return fewer
243
243
  # than this value. If unspecified, at most 50 custom classes will be returned.
@@ -319,8 +319,8 @@ module Google
319
319
  # projects/`project`/locations/`location`/phraseSets` Speech-to-Text supports
320
320
  # three locations: `global`, `us` (US North America), and `eu` (Europe). If you
321
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.
322
+ # To specify a region, use a [regional endpoint](https://cloud.google.com/speech-
323
+ # to-text/docs/endpoints) with matching `us` or `eu` location value.
324
324
  # @param [Google::Apis::SpeechV1p1beta1::CreatePhraseSetRequest] create_phrase_set_request_object
325
325
  # @param [String] fields
326
326
  # Selector specifying which fields to include in a partial response.
@@ -388,8 +388,8 @@ module Google
388
388
  # locations/`location`/phraseSets/`phrase_set`` Speech-to-Text supports three
389
389
  # locations: `global`, `us` (US North America), and `eu` (Europe). If you are
390
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.
391
+ # specify a region, use a [regional endpoint](https://cloud.google.com/speech-to-
392
+ # text/docs/endpoints) with matching `us` or `eu` location value.
393
393
  # @param [String] fields
394
394
  # Selector specifying which fields to include in a partial response.
395
395
  # @param [String] quota_user
@@ -423,8 +423,8 @@ module Google
423
423
  # projects/`project`/locations/`location`` Speech-to-Text supports three
424
424
  # locations: `global`, `us` (US North America), and `eu` (Europe). If you are
425
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.
426
+ # specify a region, use a [regional endpoint](https://cloud.google.com/speech-to-
427
+ # text/docs/endpoints) with matching `us` or `eu` location value.
428
428
  # @param [Fixnum] page_size
429
429
  # The maximum number of phrase sets to return. The service may return fewer than
430
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.20.0
4
+ version: 0.23.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: 2022-03-07 00:00:00.000000000 Z
11
+ date: 2022-05-02 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.20.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-speech_v1p1beta1/v0.23.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: []