google-apis-texttospeech_v1beta1 0.23.0 → 0.24.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: a7176d65ba45377f24161c56808c4dc3c7b607519eb0502437fbeac5de2c88fd
4
- data.tar.gz: 6b1468b4f37da976c760fe32fd16a4b7b693d236b70b66c72ccc709db33633f3
3
+ metadata.gz: 27b74193bbb19a457f50ea77b35d5fd2fe9b1c440d05d58ff124b2aebd8093a5
4
+ data.tar.gz: b027a7695591db1a5afe776240530bf92b824d701fcd73d12bd250780c7db34e
5
5
  SHA512:
6
- metadata.gz: d6e9e1a4ead30361f20841c502f41c243d487321c519187feb98b50058e436f680157a2ee1e8a91beb4cd6a9a956e88245fd6c64ded3225cecf3a97e9a388ae9
7
- data.tar.gz: 8f04c28026b46056e4d2a2845d3c528923dd2aac2e84378d3ddbb209b959ae914a73f5a1aa122478a70a2c640bc61f81b95bbcdc944564ef328836c48b0e0959
6
+ metadata.gz: cf69848b9c5b9649a5494694e7150bc9e0b28f9405f42ff26eb8d0a00a18d1d2a5b5d09911053e93611276649c3e90dcec72abfd450c03647dc0e3384150008a
7
+ data.tar.gz: 3060371ad514b044c3abd89919a53e1ed721927552198d5776bb77f9a8dd5da9853f7602b0c29faa88fe25c537151cc46f26b0f024d9af1094341a88c0093988
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-texttospeech_v1beta1
2
2
 
3
+ ### v0.24.0 (2023-05-07)
4
+
5
+ * Regenerated from discovery document revision 20230427
6
+
3
7
  ### v0.23.0 (2023-04-02)
4
8
 
5
9
  * Regenerated from discovery document revision 20230327
@@ -359,8 +359,9 @@ module Google
359
359
  # @return [Google::Apis::TexttospeechV1beta1::SynthesisInput]
360
360
  attr_accessor :input
361
361
 
362
- # Specifies a Cloud Storage URI for the synthesis results. Must be specified in
363
- # the format: `gs://bucket_name/object_name`, and the bucket must already exist.
362
+ # Required. Specifies a Cloud Storage URI for the synthesis results. Must be
363
+ # specified in the format: `gs://bucket_name/object_name`, and the bucket must
364
+ # already exist.
364
365
  # Corresponds to the JSON property `outputGcsUri`
365
366
  # @return [String]
366
367
  attr_accessor :output_gcs_uri
@@ -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.23.0"
19
+ GEM_VERSION = "0.24.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230327"
25
+ REVISION = "20230427"
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.23.0
4
+ version: 0.24.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: 2023-04-02 00:00:00.000000000 Z
11
+ date: 2023-05-14 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.23.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-texttospeech_v1beta1/v0.24.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: []