Skip to content

Commit 0b6e2a9

Browse files
feat(notebooks): update the api
#### notebooks:v1 The following keys were added: - schemas.DiagnoseInstanceRequest.properties.timeoutMinutes (Total Keys: 2) - schemas.DiagnoseRuntimeRequest.properties.timeoutMinutes (Total Keys: 2) #### notebooks:v2 The following keys were added: - schemas.DiagnoseInstanceRequest.properties.timeoutMinutes (Total Keys: 2)
1 parent 7236ed5 commit 0b6e2a9

File tree

5 files changed

+20
-2
lines changed

5 files changed

+20
-2
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,7 @@ <h3>Method Details</h3>
360360
&quot;relativePath&quot;: &quot;A String&quot;, # Optional. Defines the relative storage path in the Cloud Storage bucket where the diagnostic logs will be written: Default path will be the root directory of the Cloud Storage bucket (`gs://$GCS_BUCKET/$DATE_$TIME.tar.gz`) Example of full path where Log file will be written: `gs://$GCS_BUCKET/$RELATIVE_PATH/`
361361
&quot;repairFlagEnabled&quot;: True or False, # Optional. Enables flag to repair service for instance
362362
},
363+
&quot;timeoutMinutes&quot;: 42, # Optional. Maxmium amount of time in minutes before the operation times out.
363364
}
364365

365366
x__xgafv: string, V1 error format.

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,7 @@ <h3>Method Details</h3>
342342
&quot;relativePath&quot;: &quot;A String&quot;, # Optional. Defines the relative storage path in the Cloud Storage bucket where the diagnostic logs will be written: Default path will be the root directory of the Cloud Storage bucket (`gs://$GCS_BUCKET/$DATE_$TIME.tar.gz`) Example of full path where Log file will be written: `gs://$GCS_BUCKET/$RELATIVE_PATH/`
343343
&quot;repairFlagEnabled&quot;: True or False, # Optional. Enables flag to repair service for instance
344344
},
345+
&quot;timeoutMinutes&quot;: 42, # Optional. Maxmium amount of time in minutes before the operation times out.
345346
}
346347

347348
x__xgafv: string, V1 error format.

docs/dyn/notebooks_v2.projects.locations.instances.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,7 @@ <h3>Method Details</h3>
350350
&quot;gcsBucket&quot;: &quot;A String&quot;, # Required. User Cloud Storage bucket location (REQUIRED). Must be formatted with path prefix (`gs://$GCS_BUCKET`). Permissions: User Managed Notebooks: - storage.buckets.writer: Must be given to the project&#x27;s service account attached to VM. Google Managed Notebooks: - storage.buckets.writer: Must be given to the project&#x27;s service account or user credentials attached to VM depending on authentication mode. Cloud Storage bucket Log file will be written to `gs://$GCS_BUCKET/$RELATIVE_PATH/$VM_DATE_$TIME.tar.gz`
351351
&quot;relativePath&quot;: &quot;A String&quot;, # Optional. Defines the relative storage path in the Cloud Storage bucket where the diagnostic logs will be written: Default path will be the root directory of the Cloud Storage bucket (`gs://$GCS_BUCKET/$DATE_$TIME.tar.gz`) Example of full path where Log file will be written: `gs://$GCS_BUCKET/$RELATIVE_PATH/`
352352
},
353+
&quot;timeoutMinutes&quot;: 42, # Optional. Maxmium amount of time in minutes before the operation times out.
353354
}
354355

355356
x__xgafv: string, V1 error format.

googleapiclient/discovery_cache/documents/notebooks.v1.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1932,7 +1932,7 @@
19321932
}
19331933
}
19341934
},
1935-
"revision": "20230710",
1935+
"revision": "20230720",
19361936
"rootUrl": "https://notebooks.googleapis.com/",
19371937
"schemas": {
19381938
"AcceleratorConfig": {
@@ -2046,6 +2046,11 @@
20462046
"diagnosticConfig": {
20472047
"$ref": "DiagnosticConfig",
20482048
"description": "Required. Defines flags that are used to run the diagnostic tool"
2049+
},
2050+
"timeoutMinutes": {
2051+
"description": "Optional. Maxmium amount of time in minutes before the operation times out.",
2052+
"format": "int32",
2053+
"type": "integer"
20492054
}
20502055
},
20512056
"type": "object"
@@ -2057,6 +2062,11 @@
20572062
"diagnosticConfig": {
20582063
"$ref": "DiagnosticConfig",
20592064
"description": "Required. Defines flags that are used to run the diagnostic tool"
2065+
},
2066+
"timeoutMinutes": {
2067+
"description": "Optional. Maxmium amount of time in minutes before the operation times out.",
2068+
"format": "int32",
2069+
"type": "integer"
20602070
}
20612071
},
20622072
"type": "object"

googleapiclient/discovery_cache/documents/notebooks.v2.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -813,7 +813,7 @@
813813
}
814814
}
815815
},
816-
"revision": "20230710",
816+
"revision": "20230720",
817817
"rootUrl": "https://notebooks.googleapis.com/",
818818
"schemas": {
819819
"AcceleratorConfig": {
@@ -1027,6 +1027,11 @@
10271027
"diagnosticConfig": {
10281028
"$ref": "DiagnosticConfig",
10291029
"description": "Required. Defines flags that are used to run the diagnostic tool"
1030+
},
1031+
"timeoutMinutes": {
1032+
"description": "Optional. Maxmium amount of time in minutes before the operation times out.",
1033+
"format": "int32",
1034+
"type": "integer"
10301035
}
10311036
},
10321037
"type": "object"

0 commit comments

Comments
 (0)