Skip to content

Commit

Permalink
Add speech v2
Browse files Browse the repository at this point in the history
Fixes #603
  • Loading branch information
kevmoo committed Mar 11, 2024
1 parent 71b5519 commit 3ff269e
Show file tree
Hide file tree
Showing 16 changed files with 10,110 additions and 73 deletions.
2 changes: 2 additions & 0 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ packages:
- sourcerepo:v1 # https://cloud.google.com/eap/cloud-repositories/cloud-sourcerepo-api
- spanner:v1 # https://cloud.google.com/spanner/docs/
- speech:v1 # https://cloud.google.com/speech/
- speech:v2
- storage:v1 # https://developers.google.com/storage/
- storagetransfer:v1 # https://cloud.google.com/storage/transfer/
- streetviewpublish:v1 # https://developers.google.com/streetview/publish/
Expand Down Expand Up @@ -324,6 +325,7 @@ packages:
additional_apis:
"firebaseremoteconfig:v1": https://firebaseremoteconfig.googleapis.com/$discovery/rest?version=v1
"photoslibrary:v1": https://photoslibrary.googleapis.com/$discovery/rest?version=v1
"speech:v2": https://speech.googleapis.com/$discovery/rest?version=v2

# APIs that we do not wish to include in this package
skipped_apis:
Expand Down
2 changes: 1 addition & 1 deletion discovery/googleapis/datamigration__v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"ownerDomain": "google.com",
"ownerName": "Google",
"protocol": "rest",
"revision": "20240221",
"revision": "20240228",
"rootUrl": "https://datamigration.googleapis.com/",
"servicePath": "",
"title": "Database Migration API",
Expand Down
2 changes: 1 addition & 1 deletion discovery/googleapis/firebasedynamiclinks__v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"ownerDomain": "google.com",
"ownerName": "Google",
"protocol": "rest",
"revision": "20240308",
"revision": "20240309",
"rootUrl": "https://firebasedynamiclinks.googleapis.com/",
"servicePath": "",
"title": "Firebase Dynamic Links API",
Expand Down
2 changes: 1 addition & 1 deletion discovery/googleapis/iam__v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"ownerDomain": "google.com",
"ownerName": "Google",
"protocol": "rest",
"revision": "20240220",
"revision": "20240307",
"rootUrl": "https://iam.googleapis.com/",
"servicePath": "",
"title": "Identity and Access Management (IAM) API",
Expand Down
10 changes: 5 additions & 5 deletions discovery/googleapis/monitoring__v3.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"ownerDomain": "google.com",
"ownerName": "Google",
"protocol": "rest",
"revision": "20240211",
"revision": "20240303",
"rootUrl": "https://monitoring.googleapis.com/",
"servicePath": "",
"title": "Cloud Monitoring API",
Expand Down Expand Up @@ -2456,7 +2456,7 @@
],
"parameters": {
"name": {
"description": "Resource name for this Service. The format is: projects/[PROJECT_ID_OR_NUMBER]/services/[SERVICE_ID] ",
"description": "Identifier. Resource name for this Service. The format is: projects/[PROJECT_ID_OR_NUMBER]/services/[SERVICE_ID] ",
"location": "path",
"pattern": "^[^/]+/[^/]+/services/[^/]+$",
"required": true,
Expand Down Expand Up @@ -2655,7 +2655,7 @@
],
"parameters": {
"name": {
"description": "Resource name for this ServiceLevelObjective. The format is: projects/[PROJECT_ID_OR_NUMBER]/services/[SERVICE_ID]/serviceLevelObjectives/[SLO_NAME] ",
"description": "Identifier. Resource name for this ServiceLevelObjective. The format is: projects/[PROJECT_ID_OR_NUMBER]/services/[SERVICE_ID]/serviceLevelObjectives/[SLO_NAME] ",
"location": "path",
"pattern": "^[^/]+/[^/]+/services/[^/]+/serviceLevelObjectives/[^/]+$",
"required": true,
Expand Down Expand Up @@ -5369,7 +5369,7 @@
"description": "Type used for Istio services scoped to an Istio mesh."
},
"name": {
"description": "Resource name for this Service. The format is: projects/[PROJECT_ID_OR_NUMBER]/services/[SERVICE_ID] ",
"description": "Identifier. Resource name for this Service. The format is: projects/[PROJECT_ID_OR_NUMBER]/services/[SERVICE_ID] ",
"type": "string"
},
"telemetry": {
Expand Down Expand Up @@ -5443,7 +5443,7 @@
"type": "number"
},
"name": {
"description": "Resource name for this ServiceLevelObjective. The format is: projects/[PROJECT_ID_OR_NUMBER]/services/[SERVICE_ID]/serviceLevelObjectives/[SLO_NAME] ",
"description": "Identifier. Resource name for this ServiceLevelObjective. The format is: projects/[PROJECT_ID_OR_NUMBER]/services/[SERVICE_ID]/serviceLevelObjectives/[SLO_NAME] ",
"type": "string"
},
"rollingPeriod": {
Expand Down
2 changes: 1 addition & 1 deletion discovery/googleapis/servicecontrol__v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"ownerDomain": "google.com",
"ownerName": "Google",
"protocol": "rest",
"revision": "20240223",
"revision": "20240301",
"rootUrl": "https://servicecontrol.googleapis.com/",
"servicePath": "",
"title": "Service Control API",
Expand Down
2 changes: 1 addition & 1 deletion discovery/googleapis/servicecontrol__v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"ownerDomain": "google.com",
"ownerName": "Google",
"protocol": "rest",
"revision": "20240223",
"revision": "20240301",
"rootUrl": "https://servicecontrol.googleapis.com/",
"servicePath": "",
"title": "Service Control API",
Expand Down
Loading

0 comments on commit 3ff269e

Please sign in to comment.