Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c4877a6

Browse files
committedJul 5, 2023
feat(batch): update the api
#### batch:v1 The following keys were added: - schemas.Accelerator.properties.installGpuDrivers.deprecated (Total Keys: 1) - schemas.AgentMetadata.properties.creationTime.deprecated (Total Keys: 1) - schemas.TaskSpec.properties.environments.deprecated (Total Keys: 1)
1 parent f78b5b5 commit c4877a6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
 

‎googleapiclient/discovery_cache/documents/batch.v1.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@
556556
}
557557
}
558558
},
559-
"revision": "20230618",
559+
"revision": "20230621",
560560
"rootUrl": "https://batch.googleapis.com/",
561561
"schemas": {
562562
"Accelerator": {
@@ -569,6 +569,7 @@
569569
"type": "string"
570570
},
571571
"installGpuDrivers": {
572+
"deprecated": true,
572573
"description": "Deprecated: please use instances[0].install_gpu_drivers instead.",
573574
"type": "boolean"
574575
},
@@ -715,6 +716,7 @@
715716
"id": "AgentMetadata",
716717
"properties": {
717718
"creationTime": {
719+
"deprecated": true,
718720
"description": "When the VM agent started. Use agent_startup_time instead.",
719721
"format": "google-datetime",
720722
"type": "string"
@@ -2102,6 +2104,7 @@
21022104
"additionalProperties": {
21032105
"type": "string"
21042106
},
2107+
"deprecated": true,
21052108
"description": "Deprecated: please use environment(non-plural) instead.",
21062109
"type": "object"
21072110
},

0 commit comments

Comments
 (0)
Please sign in to comment.