google-apis-texttospeech_v1beta1 0.11.0 → 0.12.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: bfb812269203412c40c495bdda324b78d431cc4fbcb580bad4f9ec1f4dc9f2a8
4
- data.tar.gz: 66a63c8b0f4c8d08f1715cb0cdba125c5b3833550702ee9d37bbff74225a115a
3
+ metadata.gz: 4a671b4937277b1ef8a7a9d7a8271abaaaaabb2dcd72a2cdee45ec8648ff1be0
4
+ data.tar.gz: d2fbc8e403d70d366157431bcc2e48594220f0ac514106b9d2e5c23a09428c0b
5
5
  SHA512:
6
- metadata.gz: 43a81965580552ee167bd44149551ec957cafa160a35e84017f28b65116ce19ddb5c91f5158b61e73c43c23166a636506fc8e6ae7bac720b55a627f24367a655
7
- data.tar.gz: 2b8b13db4f78be61b432d6d7fa29d44d8aa0ae2665f48b064707b5abdf7e69364925d3d97f2f61dcef232c825c101e17eb412ca8f8da2dbe4dea34520d4811d9
6
+ metadata.gz: 3a8dd18057559f5c3da8ff4ad795f1e6b9639582a6e7f51881f44353c23653b02d44c09b7f0d35d103dad6d27542cd5e3a05b7b2c1c9ee2dc741ecbf6b8d0286
7
+ data.tar.gz: 551938c4ec3ad56609c930216ccd0fec47669796336db37003d69cf6f86eb4397a1035211740b4dfe09ab14e7367fb716e0c38b2a17a5d9802a1624d2bb61dc7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-texttospeech_v1beta1
2
2
 
3
+ ### v0.12.0 (2021-12-07)
4
+
5
+ * Regenerated from discovery document revision 20211130
6
+
3
7
  ### v0.11.0 (2021-11-16)
4
8
 
5
9
  * Regenerated from discovery document revision 20211105
@@ -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.11.0"
19
+ GEM_VERSION = "0.12.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 = "20211105"
25
+ REVISION = "20211130"
26
26
  end
27
27
  end
28
28
  end
@@ -85,11 +85,9 @@ module Google
85
85
  # Optional. Recommended. [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt)
86
86
  # language tag. If not specified, the API will return all supported voices. If
87
87
  # specified, the ListVoices call will only return voices that can be used to
88
- # synthesize this language_code. E.g. when specifying `"en-NZ"`, you will get
89
- # supported `"en-NZ"` voices; when specifying `"no"`, you will get supported `"
90
- # no-\*"` (Norwegian) and `"nb-\*"` (Norwegian Bokmal) voices; specifying `"zh"`
91
- # will also get supported `"cmn-\*"` voices; specifying `"zh-hk"` will also get
92
- # supported `"yue-hk"` voices.
88
+ # synthesize this language_code. For example, if you specify `"en-NZ"`, all `"en-
89
+ # NZ"` voices will be returned. If you specify `"no"`, both `"no-\*"` (Norwegian)
90
+ # and `"nb-\*"` (Norwegian Bokmal) voices will be returned.
93
91
  # @param [String] fields
94
92
  # Selector specifying which fields to include in a partial response.
95
93
  # @param [String] quota_user
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.11.0
4
+ version: 0.12.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-12-06 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-texttospeech_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-texttospeech_v1beta1/v0.11.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-texttospeech_v1beta1/v0.12.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-texttospeech_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []