google-cloud-text_to_speech-v1beta1 0.9.0 → 0.9.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: 5018bbb60d6fd7ada1a0b5ebc9d986743953c40efdc5c14b9acf38243119ff41
4
- data.tar.gz: c1263b630288b117ae1817a0333950686fd0e025b06bf3b88c58e156e1e38d52
3
+ metadata.gz: b5857351981087b607bd1285257fb1df83c3a40c5d81e816b85ae47b71d57735
4
+ data.tar.gz: 2c68fdc71315eb776588fd8a343a8b319860a3c8a32b06ca35eb59da7f873345
5
5
  SHA512:
6
- metadata.gz: f18772db436f4c53a6a37734eaeaaf6d353a70dd855bb7ed6a01f5f9458d4febd03bdce26d7701afb5841ee7b7284de719edd81aceceed05756d44143507674a
7
- data.tar.gz: cd76ff5a5aa9996a3dbddcb9e1adcab6b0abb870aa9ee118707e27ad6e08a63e4bb1a3a79b7c77776dc11e476facf6dcc0e1a10d2313ae1bfd4747531c07360b
6
+ metadata.gz: 1096fdacf05e327218341dee6a4d6d1a9f8526e779a8272feb8efbbbef59f8ef87608216ac1d1885ee2b99ba07975f56d7cb6911156421917867fc3caaa90bb0
7
+ data.tar.gz: 8c769305d9d2b48adc595a1ac153ce41bd2ab0b21e4a346cafa6a81513740941c971f140532a487e58a674f774da5db393de6a18a1c8754514e20dc1a1a4d933
@@ -179,7 +179,7 @@ module Google
179
179
  #
180
180
  # @param parent [::String]
181
181
  # The resource states of the request in the form of
182
- # projects/*/locations/*/voices/*.
182
+ # `projects/*/locations/*/voices/*`.
183
183
  # @param input [::Google::Cloud::TextToSpeech::V1beta1::SynthesisInput, ::Hash]
184
184
  # Required. The Synthesizer requires either plain text or SSML as input.
185
185
  # @param audio_config [::Google::Cloud::TextToSpeech::V1beta1::AudioConfig, ::Hash]
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module TextToSpeech
23
23
  module V1beta1
24
- VERSION = "0.9.0"
24
+ VERSION = "0.9.1"
25
25
  end
26
26
  end
27
27
  end
@@ -26,7 +26,7 @@ module Google
26
26
  # @!attribute [rw] parent
27
27
  # @return [::String]
28
28
  # The resource states of the request in the form of
29
- # projects/*/locations/*/voices/*.
29
+ # `projects/*/locations/*/voices/*`.
30
30
  # @!attribute [rw] input
31
31
  # @return [::Google::Cloud::TextToSpeech::V1beta1::SynthesisInput]
32
32
  # Required. The Synthesizer requires either plain text or SSML as input.
@@ -28,12 +28,14 @@ module Google
28
28
  # [API Design Guide](https://cloud.google.com/apis/design/errors).
29
29
  # @!attribute [rw] code
30
30
  # @return [::Integer]
31
- # The status code, which should be an enum value of [google.rpc.Code][google.rpc.Code].
31
+ # The status code, which should be an enum value of
32
+ # [google.rpc.Code][google.rpc.Code].
32
33
  # @!attribute [rw] message
33
34
  # @return [::String]
34
35
  # A developer-facing error message, which should be in English. Any
35
36
  # user-facing error message should be localized and sent in the
36
- # {::Google::Rpc::Status#details google.rpc.Status.details} field, or localized by the client.
37
+ # {::Google::Rpc::Status#details google.rpc.Status.details} field, or localized
38
+ # by the client.
37
39
  # @!attribute [rw] details
38
40
  # @return [::Array<::Google::Protobuf::Any>]
39
41
  # A list of messages that carry the error details. There is a common set of
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-text_to_speech-v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.9.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: 2022-12-09 00:00:00.000000000 Z
11
+ date: 2022-12-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common