Skip to content

Commit 4821838

Browse files
yoshi-automationsduskis
authored andcommitted
Regenerate texttospeech client (#4576)
1 parent 04b9da4 commit 4821838

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

  • google-api-grpc
    • proto-google-cloud-texttospeech-v1beta1/src/main/proto/google/cloud/texttospeech/v1beta1
    • proto-google-cloud-texttospeech-v1/src/main/proto/google/cloud/texttospeech/v1
  • google-cloud-clients/google-cloud-texttospeech

google-api-grpc/proto-google-cloud-texttospeech-v1/src/main/proto/google/cloud/texttospeech/v1/cloud_tts.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ option java_outer_classname = "TextToSpeechProto";
2727
option java_package = "com.google.cloud.texttospeech.v1";
2828
option php_namespace = "Google\\Cloud\\TextToSpeech\\V1";
2929

30-
3130
// Service that implements Google Cloud Text-to-Speech API.
3231
service TextToSpeech {
3332
// Returns a list of Voice supported for synthesis.
@@ -39,7 +38,8 @@ service TextToSpeech {
3938

4039
// Synthesizes speech synchronously: receive results after all text input
4140
// has been processed.
42-
rpc SynthesizeSpeech(SynthesizeSpeechRequest) returns (SynthesizeSpeechResponse) {
41+
rpc SynthesizeSpeech(SynthesizeSpeechRequest)
42+
returns (SynthesizeSpeechResponse) {
4343
option (google.api.http) = {
4444
post: "/v1/text:synthesize"
4545
body: "*"

google-api-grpc/proto-google-cloud-texttospeech-v1beta1/src/main/proto/google/cloud/texttospeech/v1beta1/cloud_tts.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ option java_multiple_files = true;
2424
option java_outer_classname = "TextToSpeechProto";
2525
option java_package = "com.google.cloud.texttospeech.v1beta1";
2626

27-
2827
// Service that implements Google Cloud Text-to-Speech API.
2928
service TextToSpeech {
3029
// Returns a list of [Voice][google.cloud.texttospeech.v1beta1.Voice]
@@ -37,7 +36,8 @@ service TextToSpeech {
3736

3837
// Synthesizes speech synchronously: receive results after all text input
3938
// has been processed.
40-
rpc SynthesizeSpeech(SynthesizeSpeechRequest) returns (SynthesizeSpeechResponse) {
39+
rpc SynthesizeSpeech(SynthesizeSpeechRequest)
40+
returns (SynthesizeSpeechResponse) {
4141
option (google.api.http) = {
4242
post: "/v1beta1/text:synthesize"
4343
body: "*"

google-cloud-clients/google-cloud-texttospeech/synth.metadata

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
2-
"updateTime": "2019-02-07T08:50:36.930179Z",
2+
"updateTime": "2019-02-26T08:53:17.676495Z",
33
"sources": [
44
{
55
"generator": {
66
"name": "artman",
7-
"version": "0.16.10",
8-
"dockerImage": "googleapis/artman@sha256:0954ba3e40d694e631bb2f39460d502a3d9f3a66d40b7a9a67f4b30012195beb"
7+
"version": "0.16.14",
8+
"dockerImage": "googleapis/artman@sha256:f3d61ae45abaeefb6be5f228cda22732c2f1b00fb687c79c4bd4f2c42bb1e1a7"
99
}
1010
},
1111
{
1212
"git": {
1313
"name": "googleapis",
1414
"remote": "https://github.com/googleapis/googleapis.git",
15-
"sha": "49b7906ba5f15c1bc52bf5febc3bd0645d29b980",
16-
"internalRef": "232773383"
15+
"sha": "29f098cb03a9983cc9cb15993de5da64419046f2",
16+
"internalRef": "235621085"
1717
}
1818
}
1919
],

0 commit comments

Comments
 (0)