google-cloud-speech-v1p1beta1 0.15.1 → 0.15.2

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: 56a75804232a2e74b9e6f63a6ca00288fed68614a7d8364a96bcdd7291951fc3
4
- data.tar.gz: 54db45d4625a6167a281f515616b1dc0399658c29e879c0f57289a3709ea52fa
3
+ metadata.gz: 516838e515e3a9e9fec5ea70dde00d0ec3be43d4bc86084353f53da3c99e7856
4
+ data.tar.gz: 83840b5efde7db67cab58f2e4abbebe5b40417f211897b76a042635498a7a66f
5
5
  SHA512:
6
- metadata.gz: 20bd982a7fe929340ba87d0112203f2f207166abae630cb7f18f7a0709ebde8196ee0c60bb1d955c5ae0506e6f8f3746235ee6b6c4b6e87b7fa2f21329fa2633
7
- data.tar.gz: e35ce87d402a212711ea829c5bda39dd15ffc1158c83b283faca5ae8472113e2438ade4e6623a4722bc94fc5dfe253cbe09795bba2096eff401d9da3ebb9aa7b
6
+ metadata.gz: fb4333ce9a3e9ed43839495b7f5c4a0249d0ee1ea049cdc02c186c80d14591d65017a8855fef9ae4558d3635f0243ca3cc0269a9d2f5229f175d31d295c2c84e
7
+ data.tar.gz: 12550f192108799ab4258f7671de6bb0201a8cf4ece6371654be5df7bf28c4dba554fb3ce12376837311545aaec43f6a6080fcb0e0edfbb0b766baf0a5014858
@@ -165,7 +165,8 @@ module Google
165
165
  # the default parameter values, pass an empty Hash as a request object (see above).
166
166
  #
167
167
  # @param parent [::String]
168
- # Required. The parent resource where this phrase set will be created. Format:
168
+ # Required. The parent resource where this phrase set will be created.
169
+ # Format:
169
170
  #
170
171
  # `projects/{project}/locations/{location}/phraseSets`
171
172
  #
@@ -655,7 +656,8 @@ module Google
655
656
  # the default parameter values, pass an empty Hash as a request object (see above).
656
657
  #
657
658
  # @param parent [::String]
658
- # Required. The parent resource where this custom class will be created. Format:
659
+ # Required. The parent resource where this custom class will be created.
660
+ # Format:
659
661
  #
660
662
  # `projects/{project}/locations/{location}/customClasses`
661
663
  #
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Speech
23
23
  module V1p1beta1
24
- VERSION = "0.15.1"
24
+ VERSION = "0.15.2"
25
25
  end
26
26
  end
27
27
  end
@@ -24,7 +24,8 @@ module Google
24
24
  # Message sent by the client for the `CreatePhraseSet` method.
25
25
  # @!attribute [rw] parent
26
26
  # @return [::String]
27
- # Required. The parent resource where this phrase set will be created. Format:
27
+ # Required. The parent resource where this phrase set will be created.
28
+ # Format:
28
29
  #
29
30
  # `projects/{project}/locations/{location}/phraseSets`
30
31
  #
@@ -145,7 +146,8 @@ module Google
145
146
  # Message sent by the client for the `CreateCustomClass` method.
146
147
  # @!attribute [rw] parent
147
148
  # @return [::String]
148
- # Required. The parent resource where this custom class will be created. Format:
149
+ # Required. The parent resource where this custom class will be created.
150
+ # Format:
149
151
  #
150
152
  # `projects/{project}/locations/{location}/customClasses`
151
153
  #
@@ -94,8 +94,8 @@ module Google
94
94
  # Speech-to-Text supports three locations: `global`, `us` (US North America),
95
95
  # and `eu` (Europe). If you are calling the `speech.googleapis.com`
96
96
  # endpoint, use the `global` location. To specify a region, use a
97
- # [regional endpoint](/speech-to-text/docs/endpoints) with matching `us` or
98
- # `eu` location value.
97
+ # [regional endpoint](https://cloud.google.com/speech-to-text/docs/endpoints)
98
+ # with matching `us` or `eu` location value.
99
99
  # @!attribute [rw] value
100
100
  # @return [::String]
101
101
  # The phrase itself.
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.15.1
4
+ version: 0.15.2
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-01-27 00:00:00.000000000 Z
11
+ date: 2023-02-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common