You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/dyn/notebooks_v1.projects.locations.instances.html
+2-2
Original file line number
Diff line number
Diff line change
@@ -347,9 +347,9 @@ <h3>Method Details</h3>
347
347
{ # Request for creating a notebook instance diagnostic file.
348
348
"diagnosticConfig": { # Defines flags that are used to run the diagnostic tool # Required. Defines flags that are used to run the diagnostic tool
349
349
"copyHomeFilesFlagEnabled": True or False, # Optional. Enables flag to copy all `/home/jupyter` folder contents
350
-
"gcsBucket": "A String", # 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's service account attached to VM. Google Managed Notebooks: - storage.buckets.writer: Must be given to the project'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
350
+
"gcsBucket": "A String", # 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's service account attached to VM. Google Managed Notebooks: - storage.buckets.writer: Must be given to the project'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`
351
351
"packetCaptureFlagEnabled": True or False, # Optional. Enables flag to capture packets from the instance for 30 seconds
352
-
"relativePath": "A String", # 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/
352
+
"relativePath": "A String", # 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/`
353
353
"repairFlagEnabled": True or False, # Optional. Enables flag to repair service for instance
Copy file name to clipboardexpand all lines: docs/dyn/notebooks_v1.projects.locations.runtimes.html
+6-2
Original file line number
Diff line number
Diff line change
@@ -174,6 +174,7 @@ <h3>Method Details</h3>
174
174
"postStartupScript": "A String", # Path to a Bash script that automatically runs after a notebook instance fully boots up. The path must be a URL or Cloud Storage path (`gs://path-to-file/file-name`).
175
175
"postStartupScriptBehavior": "A String", # Behavior for the post startup script.
176
176
"upgradeable": True or False, # Output only. Bool indicating whether an newer image is available in an image family.
177
+
"version": "A String", # Output only. version of boot image such as M100, from release label of the image.
{ # Request for creating a notebook instance diagnostic file.
332
333
"diagnosticConfig": { # Defines flags that are used to run the diagnostic tool # Required. Defines flags that are used to run the diagnostic tool
333
334
"copyHomeFilesFlagEnabled": True or False, # Optional. Enables flag to copy all `/home/jupyter` folder contents
334
-
"gcsBucket": "A String", # 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's service account attached to VM. Google Managed Notebooks: - storage.buckets.writer: Must be given to the project'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
335
+
"gcsBucket": "A String", # 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's service account attached to VM. Google Managed Notebooks: - storage.buckets.writer: Must be given to the project'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`
335
336
"packetCaptureFlagEnabled": True or False, # Optional. Enables flag to capture packets from the instance for 30 seconds
336
-
"relativePath": "A String", # 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/
337
+
"relativePath": "A String", # 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/`
337
338
"repairFlagEnabled": True or False, # Optional. Enables flag to repair service for instance
338
339
},
339
340
}
@@ -412,6 +413,7 @@ <h3>Method Details</h3>
412
413
"postStartupScript": "A String", # Path to a Bash script that automatically runs after a notebook instance fully boots up. The path must be a URL or Cloud Storage path (`gs://path-to-file/file-name`).
413
414
"postStartupScriptBehavior": "A String", # Behavior for the post startup script.
414
415
"upgradeable": True or False, # Output only. Bool indicating whether an newer image is available in an image family.
416
+
"version": "A String", # Output only. version of boot image such as M100, from release label of the image.
"postStartupScript": "A String", # Path to a Bash script that automatically runs after a notebook instance fully boots up. The path must be a URL or Cloud Storage path (`gs://path-to-file/file-name`).
577
579
"postStartupScriptBehavior": "A String", # Behavior for the post startup script.
578
580
"upgradeable": True or False, # Output only. Bool indicating whether an newer image is available in an image family.
581
+
"version": "A String", # Output only. version of boot image such as M100, from release label of the image.
"postStartupScript": "A String", # Path to a Bash script that automatically runs after a notebook instance fully boots up. The path must be a URL or Cloud Storage path (`gs://path-to-file/file-name`).
715
718
"postStartupScriptBehavior": "A String", # Behavior for the post startup script.
716
719
"upgradeable": True or False, # Output only. Bool indicating whether an newer image is available in an image family.
720
+
"version": "A String", # Output only. version of boot image such as M100, from release label of the image.
Copy file name to clipboardexpand all lines: googleapiclient/discovery_cache/documents/notebooks.v1.json
+8-3
Original file line number
Diff line number
Diff line change
@@ -1904,7 +1904,7 @@
1904
1904
}
1905
1905
}
1906
1906
},
1907
-
"revision": "20221110",
1907
+
"revision": "20221213",
1908
1908
"rootUrl": "https://notebooks.googleapis.com/",
1909
1909
"schemas": {
1910
1910
"AcceleratorConfig": {
@@ -2042,15 +2042,15 @@
2042
2042
"type": "boolean"
2043
2043
},
2044
2044
"gcsBucket": {
2045
-
"description": "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's service account attached to VM. Google Managed Notebooks: - storage.buckets.writer: Must be given to the project'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",
2045
+
"description": "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's service account attached to VM. Google Managed Notebooks: - storage.buckets.writer: Must be given to the project'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`",
2046
2046
"type": "string"
2047
2047
},
2048
2048
"packetCaptureFlagEnabled": {
2049
2049
"description": "Optional. Enables flag to capture packets from the instance for 30 seconds",
2050
2050
"type": "boolean"
2051
2051
},
2052
2052
"relativePath": {
2053
-
"description": "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/",
2053
+
"description": "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/`",
2054
2054
"type": "string"
2055
2055
},
2056
2056
"repairFlagEnabled": {
@@ -3564,6 +3564,11 @@
3564
3564
"description": "Output only. Bool indicating whether an newer image is available in an image family.",
3565
3565
"readOnly": true,
3566
3566
"type": "boolean"
3567
+
},
3568
+
"version": {
3569
+
"description": "Output only. version of boot image such as M100, from release label of the image.",
0 commit comments