Skip to content

Commit 9b26030

Browse files
feat(tpu): update the api
#### tpu:v2alpha1 The following keys were added: - schemas.QueuedResource.properties.reservationName.type (Total Keys: 1)
1 parent 440516e commit 9b26030

File tree

5 files changed

+13
-6
lines changed

5 files changed

+13
-6
lines changed

docs/dyn/tpu_v2alpha1.projects.locations.queuedResources.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ <h3>Method Details</h3>
128128
&quot;validUntilDuration&quot;: &quot;A String&quot;, # A relative time after which resources should not be created. If the request cannot be fulfilled by this time the request will be failed.
129129
&quot;validUntilTime&quot;: &quot;A String&quot;, # An absolute time after which resources should not be created. If the request cannot be fulfilled by this time the request will be failed.
130130
},
131+
&quot;reservationName&quot;: &quot;A String&quot;, # Name of the reservation in which the resource should be provisioned. Format: projects/{project}/locations/{zone}/reservations/{reservation}
131132
&quot;state&quot;: { # QueuedResourceState defines the details of the QueuedResource request. # Output only. State of the QueuedResource request.
132133
&quot;acceptedData&quot;: { # Further data for the accepted state. # Further data for the accepted state.
133134
},
@@ -235,7 +236,7 @@ <h3>Method Details</h3>
235236
},
236237
}
237238

238-
queuedResourceId: string, The unqualified resource name. Should follow the ^[A-Za-z0-9_.~+%-]+$ regex format.
239+
queuedResourceId: string, The unqualified resource name. Should follow the `^[A-Za-z0-9_.~+%-]+$` regex format.
239240
requestId: string, Idempotent request UUID.
240241
x__xgafv: string, V1 error format.
241242
Allowed values
@@ -334,6 +335,7 @@ <h3>Method Details</h3>
334335
&quot;validUntilDuration&quot;: &quot;A String&quot;, # A relative time after which resources should not be created. If the request cannot be fulfilled by this time the request will be failed.
335336
&quot;validUntilTime&quot;: &quot;A String&quot;, # An absolute time after which resources should not be created. If the request cannot be fulfilled by this time the request will be failed.
336337
},
338+
&quot;reservationName&quot;: &quot;A String&quot;, # Name of the reservation in which the resource should be provisioned. Format: projects/{project}/locations/{zone}/reservations/{reservation}
337339
&quot;state&quot;: { # QueuedResourceState defines the details of the QueuedResource request. # Output only. State of the QueuedResource request.
338340
&quot;acceptedData&quot;: { # Further data for the accepted state. # Further data for the accepted state.
339341
},
@@ -479,6 +481,7 @@ <h3>Method Details</h3>
479481
&quot;validUntilDuration&quot;: &quot;A String&quot;, # A relative time after which resources should not be created. If the request cannot be fulfilled by this time the request will be failed.
480482
&quot;validUntilTime&quot;: &quot;A String&quot;, # An absolute time after which resources should not be created. If the request cannot be fulfilled by this time the request will be failed.
481483
},
484+
&quot;reservationName&quot;: &quot;A String&quot;, # Name of the reservation in which the resource should be provisioned. Format: projects/{project}/locations/{zone}/reservations/{reservation}
482485
&quot;state&quot;: { # QueuedResourceState defines the details of the QueuedResource request. # Output only. State of the QueuedResource request.
483486
&quot;acceptedData&quot;: { # Further data for the accepted state. # Further data for the accepted state.
484487
},

googleapiclient/discovery_cache/documents/tpu.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,7 @@
659659
}
660660
}
661661
},
662-
"revision": "20230323",
662+
"revision": "20230330",
663663
"rootUrl": "https://tpu.googleapis.com/",
664664
"schemas": {
665665
"AcceleratorType": {

googleapiclient/discovery_cache/documents/tpu.v1alpha1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,7 @@
669669
}
670670
}
671671
},
672-
"revision": "20230323",
672+
"revision": "20230330",
673673
"rootUrl": "https://tpu.googleapis.com/",
674674
"schemas": {
675675
"AcceleratorType": {

googleapiclient/discovery_cache/documents/tpu.v2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,7 @@
721721
}
722722
}
723723
},
724-
"revision": "20230323",
724+
"revision": "20230330",
725725
"rootUrl": "https://tpu.googleapis.com/",
726726
"schemas": {
727727
"AcceleratorConfig": {

googleapiclient/discovery_cache/documents/tpu.v2alpha1.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -698,7 +698,7 @@
698698
"type": "string"
699699
},
700700
"queuedResourceId": {
701-
"description": "The unqualified resource name. Should follow the ^[A-Za-z0-9_.~+%-]+$ regex format.",
701+
"description": "The unqualified resource name. Should follow the `^[A-Za-z0-9_.~+%-]+$` regex format.",
702702
"location": "query",
703703
"type": "string"
704704
},
@@ -920,7 +920,7 @@
920920
}
921921
}
922922
},
923-
"revision": "20230323",
923+
"revision": "20230330",
924924
"rootUrl": "https://tpu.googleapis.com/",
925925
"schemas": {
926926
"AcceleratorConfig": {
@@ -1705,6 +1705,10 @@
17051705
"$ref": "QueueingPolicy",
17061706
"description": "The queueing policy of the QueuedRequest."
17071707
},
1708+
"reservationName": {
1709+
"description": "Name of the reservation in which the resource should be provisioned. Format: projects/{project}/locations/{zone}/reservations/{reservation}",
1710+
"type": "string"
1711+
},
17081712
"state": {
17091713
"$ref": "QueuedResourceState",
17101714
"description": "Output only. State of the QueuedResource request.",

0 commit comments

Comments
 (0)