google-apis-texttospeech_v1beta1 0.5.0 → 0.6.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: 501c1baeae04e48d007ab3b2c40f78992b3ddf0a49e7e72b53ceb786d62057af
4
- data.tar.gz: c5c26a19da640c2ceb9b5cce7c77791de6f4f9a1b13c746b2e11307c913c4b46
3
+ metadata.gz: 0e615166baa186e5568f7a1593e1b5f8242183056bd6eaf6324c62ff2c171ada
4
+ data.tar.gz: e8b1995130e0a96aca45a8bf12cb8c9714fc46169eb28ded8071b6574aa06f04
5
5
  SHA512:
6
- metadata.gz: 92ae4afa59b8a9ed65c7773b8ea766cc0ff82f38b4b1a09f0e1818fa716d94868108e58b912f9ce38644ef3f9bf6c33cc9bca2cf859c823587128ed758f6ccf8
7
- data.tar.gz: 44d11783b3643b64346d38801bd9afcc6b4de02614b1c9342c2a1215db3aef12e5a178285a8c46a47f5ab39a464fb7f218549a942499f5a669b3fe95592c4fcd
6
+ metadata.gz: c5138e03ef65ea945c04bd32872836ae1b1f41ea426ff4c9cb091df4b1249f4c0f773b8b757ac39eba2b2048dc072bcb8097a06386c068f720638e44ff747783
7
+ data.tar.gz: 9700ecefe33e92f024eb8fcb17ebc3c116e6650884979deaa66ee5660382878b460f9e1a273421a22fa67ef8404e2498c0a76e8c72d8c23ebae86fc411d8c8b6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-texttospeech_v1beta1
2
2
 
3
+ ### v0.6.0 (2021-06-09)
4
+
5
+ * Regenerated from discovery document revision 20210528
6
+ * Regenerated using generator version 0.3.0
7
+
3
8
  ### v0.5.0 (2021-05-20)
4
9
 
5
10
  * Unspecified changes
@@ -201,7 +201,7 @@ module Google
201
201
  attr_accessor :audio_content
202
202
 
203
203
  # A link between a position in the original request input and a corresponding
204
- # time in the output audio. It's only supported via of SSML input.
204
+ # time in the output audio. It's only supported via `` of SSML input.
205
205
  # Corresponds to the JSON property `timepoints`
206
206
  # @return [Array<Google::Apis::TexttospeechV1beta1::Timepoint>]
207
207
  attr_accessor :timepoints
@@ -223,7 +223,7 @@ module Google
223
223
  class Timepoint
224
224
  include Google::Apis::Core::Hashable
225
225
 
226
- # Timepoint name as received from the client within tag.
226
+ # Timepoint name as received from the client within `` tag.
227
227
  # Corresponds to the JSON property `markName`
228
228
  # @return [String]
229
229
  attr_accessor :mark_name
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module TexttospeechV1beta1
18
18
  # Version of the google-apis-texttospeech_v1beta1 gem
19
- GEM_VERSION = "0.5.0"
19
+ GEM_VERSION = "0.6.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.2.0"
22
+ GENERATOR_VERSION = "0.3.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210326"
25
+ REVISION = "20210528"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-texttospeech_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.6.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-05-24 00:00:00.000000000 Z
11
+ date: 2021-06-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-texttospeech_v1beta1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-texttospeech_v1beta1/v0.5.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-texttospeech_v1beta1/v0.6.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-texttospeech_v1beta1
57
57
  post_install_message:
58
58
  rdoc_options: []