Skip to content

Commit 2ea91bd

Browse files
feat(texttospeech): update the api
#### texttospeech:v1 The following keys were added: - schemas.GoogleCloudTexttospeechV1SynthesizeLongAudioMetadata (Total Keys: 6) - schemas.SynthesizeLongAudioMetadata (Total Keys: 6) #### texttospeech:v1beta1 The following keys were added: - schemas.GoogleCloudTexttospeechV1beta1SynthesizeLongAudioMetadata (Total Keys: 6) - schemas.SynthesizeLongAudioMetadata (Total Keys: 6)
1 parent 044e97c commit 2ea91bd

File tree

2 files changed

+70
-2
lines changed

2 files changed

+70
-2
lines changed

googleapiclient/discovery_cache/documents/texttospeech.v1.json

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@
318318
}
319319
}
320320
},
321-
"revision": "20221219",
321+
"revision": "20230103",
322322
"rootUrl": "https://texttospeech.googleapis.com/",
323323
"schemas": {
324324
"AudioConfig": {
@@ -412,6 +412,23 @@
412412
"properties": {},
413413
"type": "object"
414414
},
415+
"GoogleCloudTexttospeechV1SynthesizeLongAudioMetadata": {
416+
"description": "Metadata for response returned by the `SynthesizeLongAudio` method.",
417+
"id": "GoogleCloudTexttospeechV1SynthesizeLongAudioMetadata",
418+
"properties": {
419+
"progressPercentage": {
420+
"description": "The progress of the most recent processing update in percentage, ie. 70.0%.",
421+
"format": "double",
422+
"type": "number"
423+
},
424+
"startTime": {
425+
"description": "Time when the request was received.",
426+
"format": "google-datetime",
427+
"type": "string"
428+
}
429+
},
430+
"type": "object"
431+
},
415432
"ListOperationsResponse": {
416433
"description": "The response message for Operations.ListOperations.",
417434
"id": "ListOperationsResponse",
@@ -521,6 +538,23 @@
521538
},
522539
"type": "object"
523540
},
541+
"SynthesizeLongAudioMetadata": {
542+
"description": "Metadata for response returned by the `SynthesizeLongAudio` method.",
543+
"id": "SynthesizeLongAudioMetadata",
544+
"properties": {
545+
"progressPercentage": {
546+
"description": "The progress of the most recent processing update in percentage, ie. 70.0%.",
547+
"format": "double",
548+
"type": "number"
549+
},
550+
"startTime": {
551+
"description": "Time when the request was received.",
552+
"format": "google-datetime",
553+
"type": "string"
554+
}
555+
},
556+
"type": "object"
557+
},
524558
"SynthesizeLongAudioRequest": {
525559
"description": "The top-level message sent by the client for the `SynthesizeLongAudio` method.",
526560
"id": "SynthesizeLongAudioRequest",

googleapiclient/discovery_cache/documents/texttospeech.v1beta1.json

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@
261261
}
262262
}
263263
},
264-
"revision": "20221219",
264+
"revision": "20230103",
265265
"rootUrl": "https://texttospeech.googleapis.com/",
266266
"schemas": {
267267
"AudioConfig": {
@@ -345,6 +345,23 @@
345345
},
346346
"type": "object"
347347
},
348+
"GoogleCloudTexttospeechV1beta1SynthesizeLongAudioMetadata": {
349+
"description": "Metadata for response returned by the `SynthesizeLongAudio` method.",
350+
"id": "GoogleCloudTexttospeechV1beta1SynthesizeLongAudioMetadata",
351+
"properties": {
352+
"progressPercentage": {
353+
"description": "The progress of the most recent processing update in percentage, ie. 70.0%.",
354+
"format": "double",
355+
"type": "number"
356+
},
357+
"startTime": {
358+
"description": "Time when the request was received.",
359+
"format": "google-datetime",
360+
"type": "string"
361+
}
362+
},
363+
"type": "object"
364+
},
348365
"ListOperationsResponse": {
349366
"description": "The response message for Operations.ListOperations.",
350367
"id": "ListOperationsResponse",
@@ -454,6 +471,23 @@
454471
},
455472
"type": "object"
456473
},
474+
"SynthesizeLongAudioMetadata": {
475+
"description": "Metadata for response returned by the `SynthesizeLongAudio` method.",
476+
"id": "SynthesizeLongAudioMetadata",
477+
"properties": {
478+
"progressPercentage": {
479+
"description": "The progress of the most recent processing update in percentage, ie. 70.0%.",
480+
"format": "double",
481+
"type": "number"
482+
},
483+
"startTime": {
484+
"description": "Time when the request was received.",
485+
"format": "google-datetime",
486+
"type": "string"
487+
}
488+
},
489+
"type": "object"
490+
},
457491
"SynthesizeLongAudioRequest": {
458492
"description": "The top-level message sent by the client for the `SynthesizeLongAudio` method.",
459493
"id": "SynthesizeLongAudioRequest",

0 commit comments

Comments
 (0)