Skip to content

Commit

Permalink
feat(videointelligence)!: update the API
Browse files Browse the repository at this point in the history
BREAKING CHANGE: This release has breaking changes.

#### videointelligence:v1
The following keys were deleted:
- resources.projects.resources.locations.resources.corpora.resources.operations.methods.get.description
- resources.projects.resources.locations.resources.corpora.resources.operations.methods.get.flatPath
- resources.projects.resources.locations.resources.corpora.resources.operations.methods.get.httpMethod
- resources.projects.resources.locations.resources.corpora.resources.operations.methods.get.id
- resources.projects.resources.locations.resources.corpora.resources.operations.methods.get.parameterOrder
- resources.projects.resources.locations.resources.corpora.resources.operations.methods.get.parameters.name.description
- resources.projects.resources.locations.resources.corpora.resources.operations.methods.get.parameters.name.location
- resources.projects.resources.locations.resources.corpora.resources.operations.methods.get.parameters.name.pattern
- resources.projects.resources.locations.resources.corpora.resources.operations.methods.get.parameters.name.required
- resources.projects.resources.locations.resources.corpora.resources.operations.methods.get.parameters.name.type
- resources.projects.resources.locations.resources.corpora.resources.operations.methods.get.path
- resources.projects.resources.locations.resources.corpora.resources.operations.methods.get.response.$ref
- resources.projects.resources.locations.resources.corpora.resources.operations.methods.get.scopes
- resources.projects.resources.locations.resources.corpura.resources.operations.methods.get.description
- resources.projects.resources.locations.resources.corpura.resources.operations.methods.get.flatPath
- resources.projects.resources.locations.resources.corpura.resources.operations.methods.get.httpMethod
- resources.projects.resources.locations.resources.corpura.resources.operations.methods.get.id
- resources.projects.resources.locations.resources.corpura.resources.operations.methods.get.parameterOrder
- resources.projects.resources.locations.resources.corpura.resources.operations.methods.get.parameters.name.description
- resources.projects.resources.locations.resources.corpura.resources.operations.methods.get.parameters.name.location
- resources.projects.resources.locations.resources.corpura.resources.operations.methods.get.parameters.name.pattern
- resources.projects.resources.locations.resources.corpura.resources.operations.methods.get.parameters.name.required
- resources.projects.resources.locations.resources.corpura.resources.operations.methods.get.parameters.name.type
- resources.projects.resources.locations.resources.corpura.resources.operations.methods.get.path
- resources.projects.resources.locations.resources.corpura.resources.operations.methods.get.response.$ref
- resources.projects.resources.locations.resources.corpura.resources.operations.methods.get.scopes
  • Loading branch information
yoshi-automation authored and bcoe committed Oct 28, 2020
1 parent da24c53 commit b2c326f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 409 deletions.
68 changes: 1 addition & 67 deletions discovery/videointelligence-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -200,72 +200,6 @@
"resources": {
"locations": {
"resources": {
"corpora": {
"resources": {
"operations": {
"methods": {
"get": {
"description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.",
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/corpora/{corporaId}/operations/{operationsId}",
"httpMethod": "GET",
"id": "videointelligence.projects.locations.corpora.operations.get",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"description": "The name of the operation resource.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/corpora/[^/]+/operations/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v1/{+name}",
"response": {
"$ref": "GoogleLongrunning_Operation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
}
}
}
}
},
"corpura": {
"resources": {
"operations": {
"methods": {
"get": {
"description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.",
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/corpura/{corpuraId}/operations/{operationsId}",
"httpMethod": "GET",
"id": "videointelligence.projects.locations.corpura.operations.get",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"description": "The name of the operation resource.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/corpura/[^/]+/operations/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v1/{+name}",
"response": {
"$ref": "GoogleLongrunning_Operation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
}
}
}
}
},
"operations": {
"methods": {
"cancel": {
Expand Down Expand Up @@ -416,7 +350,7 @@
}
}
},
"revision": "20201002",
"revision": "20201023",
"rootUrl": "https://videointelligence.googleapis.com/",
"schemas": {
"GoogleCloudVideointelligenceV1_AnnotateVideoProgress": {
Expand Down
Loading

0 comments on commit b2c326f

Please sign in to comment.