mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
Update the JSON schemas
The command executed was as follows: rm -f .api.deps .cli.deps && FETCH_APIS=1 make update-json -j8
This commit is contained in:
@@ -2008,7 +2008,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"revision": "20231227",
|
||||
"revision": "20240320",
|
||||
"rootUrl": "https://notebooks.googleapis.com/",
|
||||
"schemas": {
|
||||
"AcceleratorConfig": {
|
||||
@@ -2031,6 +2031,7 @@
|
||||
"NVIDIA_TESLA_T4",
|
||||
"NVIDIA_TESLA_A100",
|
||||
"NVIDIA_L4",
|
||||
"NVIDIA_A100_80GB",
|
||||
"NVIDIA_TESLA_T4_VWS",
|
||||
"NVIDIA_TESLA_P100_VWS",
|
||||
"NVIDIA_TESLA_P4_VWS",
|
||||
@@ -2046,6 +2047,7 @@
|
||||
"Accelerator type is Nvidia Tesla T4.",
|
||||
"Accelerator type is Nvidia Tesla A100.",
|
||||
"Accelerator type is Nvidia Tesla L4.",
|
||||
"Accelerator type is Nvidia Tesla A100 80GB.",
|
||||
"Accelerator type is NVIDIA Tesla T4 Virtual Workstations.",
|
||||
"Accelerator type is NVIDIA Tesla P100 Virtual Workstations.",
|
||||
"Accelerator type is NVIDIA Tesla P4 Virtual Workstations.",
|
||||
@@ -2073,7 +2075,7 @@
|
||||
"type": "array"
|
||||
},
|
||||
"role": {
|
||||
"description": "Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`.",
|
||||
"description": "Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`. For an overview of the IAM roles and permissions, see the [IAM documentation](https://cloud.google.com/iam/docs/roles-overview). For a list of the available pre-defined roles, see [here](https://cloud.google.com/iam/docs/understanding-roles).",
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
@@ -2707,7 +2709,7 @@
|
||||
"additionalProperties": {
|
||||
"type": "string"
|
||||
},
|
||||
"description": "Custom metadata to apply to this instance. For example, to specify a Cloud Storage bucket for automatic backup, you can use the `gcs-data-bucket` metadata tag. Format: `\"--metadata=gcs-data-bucket=``BUCKET''\"`.",
|
||||
"description": "Custom metadata to apply to this instance. For example, to specify a Cloud Storage bucket for automatic backup, you can use the `gcs-data-bucket` metadata tag. Format: `\"--metadata=gcs-data-bucket=BUCKET\"`.",
|
||||
"type": "object"
|
||||
},
|
||||
"migrated": {
|
||||
@@ -4052,6 +4054,7 @@
|
||||
"NVIDIA_TESLA_T4",
|
||||
"NVIDIA_TESLA_A100",
|
||||
"NVIDIA_L4",
|
||||
"NVIDIA_A100_80GB",
|
||||
"NVIDIA_TESLA_T4_VWS",
|
||||
"NVIDIA_TESLA_P100_VWS",
|
||||
"NVIDIA_TESLA_P4_VWS",
|
||||
@@ -4067,6 +4070,7 @@
|
||||
"Accelerator type is Nvidia Tesla T4.",
|
||||
"Accelerator type is Nvidia Tesla A100.",
|
||||
"Accelerator type is Nvidia Tesla L4.",
|
||||
"Accelerator type is Nvidia Tesla A100 80GB.",
|
||||
"Accelerator type is NVIDIA Tesla T4 Virtual Workstations.",
|
||||
"Accelerator type is NVIDIA Tesla P100 Virtual Workstations.",
|
||||
"Accelerator type is NVIDIA Tesla P4 Virtual Workstations.",
|
||||
|
||||
Reference in New Issue
Block a user