Skip to content

Commit

Permalink
feat(tpu): update the api
Browse files Browse the repository at this point in the history
#### tpu:v2alpha1

The following keys were added:
- schemas.Reservation.properties.state (Total Keys: 2)
  • Loading branch information
yoshi-automation committed Apr 23, 2024
1 parent 9d75ee2 commit a76384a
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 4 deletions.
1 change: 1 addition & 0 deletions docs/dyn/tpu_v2alpha1.projects.locations.reservations.html
Expand Up @@ -122,6 +122,7 @@ <h3>Method Details</h3>
&quot;total&quot;: &quot;A String&quot;, # The real-time value of usage within the reservation, with the unit specified in field capacity_units.
},
},
&quot;state&quot;: &quot;A String&quot;, # Output only. The state of the Reservation.
},
],
}</pre>
Expand Down
2 changes: 1 addition & 1 deletion googleapiclient/discovery_cache/documents/tpu.v1.json
Expand Up @@ -659,7 +659,7 @@
}
}
},
"revision": "20240321",
"revision": "20240411",
"rootUrl": "https://tpu.googleapis.com/",
"schemas": {
"AcceleratorType": {
Expand Down
Expand Up @@ -669,7 +669,7 @@
}
}
},
"revision": "20240321",
"revision": "20240411",
"rootUrl": "https://tpu.googleapis.com/",
"schemas": {
"AcceleratorType": {
Expand Down
2 changes: 1 addition & 1 deletion googleapiclient/discovery_cache/documents/tpu.v2.json
Expand Up @@ -887,7 +887,7 @@
}
}
},
"revision": "20240321",
"revision": "20240411",
"rootUrl": "https://tpu.googleapis.com/",
"schemas": {
"AcceleratorConfig": {
Expand Down
25 changes: 24 additions & 1 deletion googleapiclient/discovery_cache/documents/tpu.v2alpha1.json
Expand Up @@ -965,7 +965,7 @@
}
}
},
"revision": "20240321",
"revision": "20240411",
"rootUrl": "https://tpu.googleapis.com/",
"schemas": {
"AcceleratorConfig": {
Expand Down Expand Up @@ -1983,6 +1983,29 @@
},
"standard": {
"$ref": "Standard"
},
"state": {
"description": "Output only. The state of the Reservation.",
"enum": [
"STATE_UNSPECIFIED",
"APPROVED",
"PROVISIONING",
"ACTIVE",
"DEPROVISIONING",
"EXPIRED",
"FAILED"
],
"enumDescriptions": [
"The Reservation state is unspecified.",
"The Reservation has been approved.",
"The Reservation is being provisioned.",
"The Reservation is active.",
"The Reservation is being deprovisioned.",
"The Reservation is past its end date.",
"The Reservation encountered a failure during mutation."
],
"readOnly": true,
"type": "string"
}
},
"type": "object"
Expand Down

0 comments on commit a76384a

Please sign in to comment.