google-apis-texttospeech_v1beta1 0.10.0 → 0.11.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: 12d7966757c1a66cb27f1f2cd0657b7eecdcb6c3943fbb28a4a4f7c3546256b3
4
- data.tar.gz: 56dfa141a0b4914118fc83ef46e05fdaaa57783fedd0c6f28471256561572b65
3
+ metadata.gz: bfb812269203412c40c495bdda324b78d431cc4fbcb580bad4f9ec1f4dc9f2a8
4
+ data.tar.gz: 66a63c8b0f4c8d08f1715cb0cdba125c5b3833550702ee9d37bbff74225a115a
5
5
  SHA512:
6
- metadata.gz: a7a10f03c4fca2e502254a1d05021fcea59289f35175169baa3b2d5f9ca7600175f8c8edd754e572c99879828aea8e99c36bf4238140e6d743afb2985f7d6b7b
7
- data.tar.gz: 35d2d8d549c5e03c240f751e1084ca71c38ac31c4f8af3591857f74b994f740b43951a65ab5fa8682b888338f1ffecbacf2d6ac1c70ed8854dcd483b44ffc2a0
6
+ metadata.gz: 43a81965580552ee167bd44149551ec957cafa160a35e84017f28b65116ce19ddb5c91f5158b61e73c43c23166a636506fc8e6ae7bac720b55a627f24367a655
7
+ data.tar.gz: 2b8b13db4f78be61b432d6d7fa29d44d8aa0ae2665f48b064707b5abdf7e69364925d3d97f2f61dcef232c825c101e17eb412ca8f8da2dbe4dea34520d4811d9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-texttospeech_v1beta1
2
2
 
3
+ ### v0.11.0 (2021-11-16)
4
+
5
+ * Regenerated from discovery document revision 20211105
6
+
3
7
  ### v0.10.0 (2021-10-23)
4
8
 
5
9
  * Regenerated from discovery document revision 20211015
@@ -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.10.0"
19
+ GEM_VERSION = "0.11.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 = "20211015"
25
+ REVISION = "20211105"
26
26
  end
27
27
  end
28
28
  end
@@ -85,11 +85,11 @@ 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 "no-\*"
90
- # (Norwegian) and "nb-\*" (Norwegian Bokmal) voices; specifying "zh" will also
91
- # get supported "cmn-\*" voices; specifying "zh-hk" will also get supported "yue-
92
- # hk" voices.
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.
93
93
  # @param [String] fields
94
94
  # Selector specifying which fields to include in a partial response.
95
95
  # @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.10.0
4
+ version: 0.11.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-10-27 00:00:00.000000000 Z
11
+ date: 2021-12-06 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.10.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-texttospeech_v1beta1/v0.11.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: []