Skip to content

Commit 0370d20

Browse files
feat(texttospeech): update the api
#### texttospeech:v1 The following keys were added: - schemas.GoogleCloudTexttospeechV1SynthesizeLongAudioMetadata.properties.lastUpdateTime (Total Keys: 3) - schemas.SynthesizeLongAudioMetadata.properties.lastUpdateTime (Total Keys: 3) #### texttospeech:v1beta1 The following keys were added: - schemas.GoogleCloudTexttospeechV1beta1SynthesizeLongAudioMetadata.properties.lastUpdateTime (Total Keys: 3) - schemas.SynthesizeLongAudioMetadata.properties.lastUpdateTime (Total Keys: 3)
1 parent 1ad4cbe commit 0370d20

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

googleapiclient/discovery_cache/documents/texttospeech.v1.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@
318318
}
319319
}
320320
},
321-
"revision": "20231207",
321+
"revision": "20240109",
322322
"rootUrl": "https://texttospeech.googleapis.com/",
323323
"schemas": {
324324
"AudioConfig": {
@@ -417,6 +417,12 @@
417417
"description": "Metadata for response returned by the `SynthesizeLongAudio` method.",
418418
"id": "GoogleCloudTexttospeechV1SynthesizeLongAudioMetadata",
419419
"properties": {
420+
"lastUpdateTime": {
421+
"deprecated": true,
422+
"description": "Deprecated. Do not use.",
423+
"format": "google-datetime",
424+
"type": "string"
425+
},
420426
"progressPercentage": {
421427
"description": "The progress of the most recent processing update in percentage, ie. 70.0%.",
422428
"format": "double",
@@ -543,6 +549,12 @@
543549
"description": "Metadata for response returned by the `SynthesizeLongAudio` method.",
544550
"id": "SynthesizeLongAudioMetadata",
545551
"properties": {
552+
"lastUpdateTime": {
553+
"deprecated": true,
554+
"description": "Deprecated. Do not use.",
555+
"format": "google-datetime",
556+
"type": "string"
557+
},
546558
"progressPercentage": {
547559
"description": "The progress of the most recent processing update in percentage, ie. 70.0%.",
548560
"format": "double",

googleapiclient/discovery_cache/documents/texttospeech.v1beta1.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@
261261
}
262262
}
263263
},
264-
"revision": "20231207",
264+
"revision": "20240109",
265265
"rootUrl": "https://texttospeech.googleapis.com/",
266266
"schemas": {
267267
"AudioConfig": {
@@ -350,6 +350,12 @@
350350
"description": "Metadata for response returned by the `SynthesizeLongAudio` method.",
351351
"id": "GoogleCloudTexttospeechV1beta1SynthesizeLongAudioMetadata",
352352
"properties": {
353+
"lastUpdateTime": {
354+
"deprecated": true,
355+
"description": "Deprecated. Do not use.",
356+
"format": "google-datetime",
357+
"type": "string"
358+
},
353359
"progressPercentage": {
354360
"description": "The progress of the most recent processing update in percentage, ie. 70.0%.",
355361
"format": "double",
@@ -476,6 +482,12 @@
476482
"description": "Metadata for response returned by the `SynthesizeLongAudio` method.",
477483
"id": "SynthesizeLongAudioMetadata",
478484
"properties": {
485+
"lastUpdateTime": {
486+
"deprecated": true,
487+
"description": "Deprecated. Do not use.",
488+
"format": "google-datetime",
489+
"type": "string"
490+
},
479491
"progressPercentage": {
480492
"description": "The progress of the most recent processing update in percentage, ie. 70.0%.",
481493
"format": "double",

0 commit comments

Comments
 (0)