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
Copy file name to clipboardExpand all lines: docs/dyn/tpu_v2alpha1.projects.locations.queuedResources.html
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -128,6 +128,7 @@ <h3>Method Details</h3>
128
128
"validUntilDuration": "A String", # A relative time after which resources should not be created. If the request cannot be fulfilled by this time the request will be failed.
129
129
"validUntilTime": "A String", # An absolute time after which resources should not be created. If the request cannot be fulfilled by this time the request will be failed.
130
130
},
131
+
"reservationName": "A String", # Name of the reservation in which the resource should be provisioned. Format: projects/{project}/locations/{zone}/reservations/{reservation}
131
132
"state": { # QueuedResourceState defines the details of the QueuedResource request. # Output only. State of the QueuedResource request.
132
133
"acceptedData": { # Further data for the accepted state. # Further data for the accepted state.
133
134
},
@@ -235,7 +236,7 @@ <h3>Method Details</h3>
235
236
},
236
237
}
237
238
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.
239
240
requestId: string, Idempotent request UUID.
240
241
x__xgafv: string, V1 error format.
241
242
Allowed values
@@ -334,6 +335,7 @@ <h3>Method Details</h3>
334
335
"validUntilDuration": "A String", # A relative time after which resources should not be created. If the request cannot be fulfilled by this time the request will be failed.
335
336
"validUntilTime": "A String", # An absolute time after which resources should not be created. If the request cannot be fulfilled by this time the request will be failed.
336
337
},
338
+
"reservationName": "A String", # Name of the reservation in which the resource should be provisioned. Format: projects/{project}/locations/{zone}/reservations/{reservation}
337
339
"state": { # QueuedResourceState defines the details of the QueuedResource request. # Output only. State of the QueuedResource request.
338
340
"acceptedData": { # Further data for the accepted state. # Further data for the accepted state.
339
341
},
@@ -479,6 +481,7 @@ <h3>Method Details</h3>
479
481
"validUntilDuration": "A String", # A relative time after which resources should not be created. If the request cannot be fulfilled by this time the request will be failed.
480
482
"validUntilTime": "A String", # An absolute time after which resources should not be created. If the request cannot be fulfilled by this time the request will be failed.
481
483
},
484
+
"reservationName": "A String", # Name of the reservation in which the resource should be provisioned. Format: projects/{project}/locations/{zone}/reservations/{reservation}
482
485
"state": { # QueuedResourceState defines the details of the QueuedResource request. # Output only. State of the QueuedResource request.
483
486
"acceptedData": { # Further data for the accepted state. # Further data for the accepted state.
Copy file name to clipboardExpand all lines: googleapiclient/discovery_cache/documents/tpu.v2alpha1.json
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -698,7 +698,7 @@
698
698
"type": "string"
699
699
},
700
700
"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.",
702
702
"location": "query",
703
703
"type": "string"
704
704
},
@@ -920,7 +920,7 @@
920
920
}
921
921
}
922
922
},
923
-
"revision": "20230323",
923
+
"revision": "20230330",
924
924
"rootUrl": "https://tpu.googleapis.com/",
925
925
"schemas": {
926
926
"AcceleratorConfig": {
@@ -1705,6 +1705,10 @@
1705
1705
"$ref": "QueueingPolicy",
1706
1706
"description": "The queueing policy of the QueuedRequest."
1707
1707
},
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
+
},
1708
1712
"state": {
1709
1713
"$ref": "QueuedResourceState",
1710
1714
"description": "Output only. State of the QueuedResource request.",
0 commit comments