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
{ # Request for creating a notebook instance diagnostic file.
348
+
"diagnosticConfig": { # Defines flags that are used to run the diagnostic tool # Required. Defines flags that are used to run the diagnostic tool
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
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/
353
+
"repairFlagEnabled": True or False, # Optional. Enables flag to repair service for instance
354
+
},
355
+
}
356
+
357
+
x__xgafv: string, V1 error format.
358
+
Allowed values
359
+
1 - v1 error format
360
+
2 - v2 error format
361
+
362
+
Returns:
363
+
An object of the form:
364
+
365
+
{ # This resource represents a long-running operation that is the result of a network API call.
366
+
"done": True or False, # If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, and either `error` or `response` is available.
367
+
"error": { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # The error result of the operation in case of failure or cancellation.
368
+
"code": 42, # The status code, which should be an enum value of google.rpc.Code.
369
+
"details": [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
370
+
{
371
+
"a_key": "", # Properties of the object. Contains field @type with type URL.
372
+
},
373
+
],
374
+
"message": "A String", # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
375
+
},
376
+
"metadata": { # Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.
377
+
"a_key": "", # Properties of the object. Contains field @type with type URL.
378
+
},
379
+
"name": "A String", # The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`.
380
+
"response": { # The normal response of the operation in case of success. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.
381
+
"a_key": "", # Properties of the object. Contains field @type with type URL.
<pclass="firstline">Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning.</p>
{ # Request for creating a notebook instance diagnostic file.
332
+
"diagnosticConfig": { # Defines flags that are used to run the diagnostic tool # Required. Defines flags that are used to run the diagnostic tool
333
+
"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
+
"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
+
"repairFlagEnabled": True or False, # Optional. Enables flag to repair service for instance
338
+
},
339
+
}
340
+
341
+
x__xgafv: string, V1 error format.
342
+
Allowed values
343
+
1 - v1 error format
344
+
2 - v2 error format
345
+
346
+
Returns:
347
+
An object of the form:
348
+
349
+
{ # This resource represents a long-running operation that is the result of a network API call.
350
+
"done": True or False, # If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, and either `error` or `response` is available.
351
+
"error": { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # The error result of the operation in case of failure or cancellation.
352
+
"code": 42, # The status code, which should be an enum value of google.rpc.Code.
353
+
"details": [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
354
+
{
355
+
"a_key": "", # Properties of the object. Contains field @type with type URL.
356
+
},
357
+
],
358
+
"message": "A String", # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
359
+
},
360
+
"metadata": { # Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.
361
+
"a_key": "", # Properties of the object. Contains field @type with type URL.
362
+
},
363
+
"name": "A String", # The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`.
364
+
"response": { # The normal response of the operation in case of success. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.
365
+
"a_key": "", # Properties of the object. Contains field @type with type URL.
{ # Request for upgrading a Managed Notebook Runtime to the latest version. option (google.api.message_visibility).restriction = "TRUSTED_TESTER,SPECIAL_TESTER";
{ # This resource represents a long-running operation that is the result of a network API call.
1185
+
"done": True or False, # If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, and either `error` or `response` is available.
1186
+
"error": { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # The error result of the operation in case of failure or cancellation.
1187
+
"code": 42, # The status code, which should be an enum value of google.rpc.Code.
1188
+
"details": [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
1189
+
{
1190
+
"a_key": "", # Properties of the object. Contains field @type with type URL.
1191
+
},
1192
+
],
1193
+
"message": "A String", # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
1194
+
},
1195
+
"metadata": { # Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.
1196
+
"a_key": "", # Properties of the object. Contains field @type with type URL.
1197
+
},
1198
+
"name": "A String", # The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`.
1199
+
"response": { # The normal response of the operation in case of success. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.
1200
+
"a_key": "", # Properties of the object. Contains field @type with type URL.
"description": "Request for creating a notebook instance diagnostic file.",
2016
+
"id": "DiagnoseInstanceRequest",
2017
+
"properties": {
2018
+
"diagnosticConfig": {
2019
+
"$ref": "DiagnosticConfig",
2020
+
"description": "Required. Defines flags that are used to run the diagnostic tool"
2021
+
}
2022
+
},
2023
+
"type": "object"
2024
+
},
2025
+
"DiagnoseRuntimeRequest": {
2026
+
"description": "Request for creating a notebook instance diagnostic file.",
2027
+
"id": "DiagnoseRuntimeRequest",
2028
+
"properties": {
2029
+
"diagnosticConfig": {
2030
+
"$ref": "DiagnosticConfig",
2031
+
"description": "Required. Defines flags that are used to run the diagnostic tool"
2032
+
}
2033
+
},
2034
+
"type": "object"
2035
+
},
2036
+
"DiagnosticConfig": {
2037
+
"description": "Defines flags that are used to run the diagnostic tool",
2038
+
"id": "DiagnosticConfig",
2039
+
"properties": {
2040
+
"copyHomeFilesFlagEnabled": {
2041
+
"description": "Optional. Enables flag to copy all `/home/jupyter` folder contents",
2042
+
"type": "boolean"
2043
+
},
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",
2046
+
"type": "string"
2047
+
},
2048
+
"packetCaptureFlagEnabled": {
2049
+
"description": "Optional. Enables flag to capture packets from the instance for 30 seconds",
2050
+
"type": "boolean"
2051
+
},
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/",
2054
+
"type": "string"
2055
+
},
2056
+
"repairFlagEnabled": {
2057
+
"description": "Optional. Enables flag to repair service for instance",
2058
+
"type": "boolean"
2059
+
}
2060
+
},
2061
+
"type": "object"
2062
+
},
1930
2063
"Disk": {
1931
2064
"description": "An instance-attached disk resource.",
1932
2065
"id": "Disk",
@@ -3934,6 +4067,17 @@
3934
4067
},
3935
4068
"type": "object"
3936
4069
},
4070
+
"UpgradeRuntimeRequest": {
4071
+
"description": "Request for upgrading a Managed Notebook Runtime to the latest version. option (google.api.message_visibility).restriction = \"TRUSTED_TESTER,SPECIAL_TESTER\";",
4072
+
"id": "UpgradeRuntimeRequest",
4073
+
"properties": {
4074
+
"requestId": {
4075
+
"description": "Idempotent request UUID.",
4076
+
"type": "string"
4077
+
}
4078
+
},
4079
+
"type": "object"
4080
+
},
3937
4081
"VertexAIParameters": {
3938
4082
"description": "Parameters used in Vertex AI JobType executions.",
0 commit comments