Skip to content

Commit

Permalink
feat(texttospeech): update the api
Browse files Browse the repository at this point in the history
#### 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)
  • Loading branch information
yoshi-automation committed Jan 16, 2024
1 parent 1ad4cbe commit 0370d20
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
14 changes: 13 additions & 1 deletion googleapiclient/discovery_cache/documents/texttospeech.v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@
}
}
},
"revision": "20231207",
"revision": "20240109",
"rootUrl": "https://texttospeech.googleapis.com/",
"schemas": {
"AudioConfig": {
Expand Down Expand Up @@ -417,6 +417,12 @@
"description": "Metadata for response returned by the `SynthesizeLongAudio` method.",
"id": "GoogleCloudTexttospeechV1SynthesizeLongAudioMetadata",
"properties": {
"lastUpdateTime": {
"deprecated": true,
"description": "Deprecated. Do not use.",
"format": "google-datetime",
"type": "string"
},
"progressPercentage": {
"description": "The progress of the most recent processing update in percentage, ie. 70.0%.",
"format": "double",
Expand Down Expand Up @@ -543,6 +549,12 @@
"description": "Metadata for response returned by the `SynthesizeLongAudio` method.",
"id": "SynthesizeLongAudioMetadata",
"properties": {
"lastUpdateTime": {
"deprecated": true,
"description": "Deprecated. Do not use.",
"format": "google-datetime",
"type": "string"
},
"progressPercentage": {
"description": "The progress of the most recent processing update in percentage, ie. 70.0%.",
"format": "double",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@
}
}
},
"revision": "20231207",
"revision": "20240109",
"rootUrl": "https://texttospeech.googleapis.com/",
"schemas": {
"AudioConfig": {
Expand Down Expand Up @@ -350,6 +350,12 @@
"description": "Metadata for response returned by the `SynthesizeLongAudio` method.",
"id": "GoogleCloudTexttospeechV1beta1SynthesizeLongAudioMetadata",
"properties": {
"lastUpdateTime": {
"deprecated": true,
"description": "Deprecated. Do not use.",
"format": "google-datetime",
"type": "string"
},
"progressPercentage": {
"description": "The progress of the most recent processing update in percentage, ie. 70.0%.",
"format": "double",
Expand Down Expand Up @@ -476,6 +482,12 @@
"description": "Metadata for response returned by the `SynthesizeLongAudio` method.",
"id": "SynthesizeLongAudioMetadata",
"properties": {
"lastUpdateTime": {
"deprecated": true,
"description": "Deprecated. Do not use.",
"format": "google-datetime",
"type": "string"
},
"progressPercentage": {
"description": "The progress of the most recent processing update in percentage, ie. 70.0%.",
"format": "double",
Expand Down

0 comments on commit 0370d20

Please sign in to comment.