Skip to content

Commit 7f2baff

Browse files
chore(notebooks): update the api
1 parent f0d7f76 commit 7f2baff

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/dyn/notebooks_v1.projects.locations.executions.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ <h3>Method Details</h3>
205205
<pre>Gets details of executions
206206

207207
Args:
208-
name: string, Required. Format: `projects/{project_id}/locations/{location}/schedules/{execution_id}` (required)
208+
name: string, Required. Format: `projects/{project_id}/locations/{location}/executions/{execution_id}` (required)
209209
x__xgafv: string, V1 error format.
210210
Allowed values
211211
1 - v1 error format

googleapiclient/discovery_cache/documents/notebooks.v1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@
370370
],
371371
"parameters": {
372372
"name": {
373-
"description": "Required. Format: `projects/{project_id}/locations/{location}/schedules/{execution_id}`",
373+
"description": "Required. Format: `projects/{project_id}/locations/{location}/executions/{execution_id}`",
374374
"location": "path",
375375
"pattern": "^projects/[^/]+/locations/[^/]+/executions/[^/]+$",
376376
"required": true,
@@ -1609,7 +1609,7 @@
16091609
}
16101610
}
16111611
},
1612-
"revision": "20210715",
1612+
"revision": "20210722",
16131613
"rootUrl": "https://notebooks.googleapis.com/",
16141614
"schemas": {
16151615
"AcceleratorConfig": {

0 commit comments

Comments
 (0)