Skip to content

Commit 1f8b464

Browse files
yoshi-automationsduskis
authored andcommitted
---
yaml --- r: 23197 b: refs/heads/autosynth-datastore c: 4821838 h: refs/heads/master i: 23195: 5688864
1 parent bc585dd commit 1f8b464

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

  • branches/autosynth-datastore
    • 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

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ refs/heads/autosynth-bigquerystorage: d2c53da3b012e38c662e4df0738042435f19365f
127127
refs/heads/autosynth-bigtable: 9e5429f45cf9face9fed585d0233534993e36b58
128128
refs/heads/autosynth-bigtable-admin: 6379a2bc712f2736c83de0e009b4d26da4fa82ca
129129
refs/heads/autosynth-containeranalysis: af5b804492292b43372c9fe00386696136ccae89
130-
refs/heads/autosynth-datastore: 04b9da4bb170c7dc3658e46e83b4976d84f1c2a4
130+
refs/heads/autosynth-datastore: 4821838a7419eab0b0131440044c502215d0c2a2
131131
refs/heads/autosynth-dialogflow: 7dbc2c1ea714328ccfa4f33645045f017ff080e7
132132
refs/heads/autosynth-errorreporting: 1101a04e8be074802c35332d5fcf8297f61cae32
133133
refs/heads/autosynth-firestore: d1a44f9acc302750e37b008ecb9c1aa535cc94df

branches/autosynth-datastore/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: "*"

branches/autosynth-datastore/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: "*"

branches/autosynth-datastore/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)