@@ -78,10 +78,10 @@ <h2>Instance Methods</h2>
78
78
< code > < a href ="#close "> close()</ a > </ code > </ p >
79
79
< p class ="firstline "> Close httplib2 connections.</ p >
80
80
< p class ="toc_element ">
81
- < code > < a href ="#create "> create(parent, body=None, runtimeId=None, x__xgafv=None)</ a > </ code > </ p >
81
+ < code > < a href ="#create "> create(parent, body=None, requestId=None, runtimeId=None, x__xgafv=None)</ a > </ code > </ p >
82
82
< p class ="firstline "> Creates a new Runtime in a given project and location.</ p >
83
83
< p class ="toc_element ">
84
- < code > < a href ="#delete "> delete(name, x__xgafv=None)</ a > </ code > </ p >
84
+ < code > < a href ="#delete "> delete(name, requestId=None, x__xgafv=None)</ a > </ code > </ p >
85
85
< p class ="firstline "> Deletes a single Runtime.</ p >
86
86
< p class ="toc_element ">
87
87
< code > < a href ="#get "> get(name, x__xgafv=None)</ a > </ code > </ p >
@@ -123,7 +123,7 @@ <h3>Method Details</h3>
123
123
</ div >
124
124
125
125
< div class ="method ">
126
- < code class ="details " id ="create "> create(parent, body=None, runtimeId=None, x__xgafv=None)</ code >
126
+ < code class ="details " id ="create "> create(parent, body=None, requestId=None, runtimeId=None, x__xgafv=None)</ code >
127
127
< pre > Creates a new Runtime in a given project and location.
128
128
129
129
Args:
@@ -238,6 +238,7 @@ <h3>Method Details</h3>
238
238
},
239
239
}
240
240
241
+ requestId: string, Idempotent request UUID.
241
242
runtimeId: string, Required. User-defined unique ID of this Runtime.
242
243
x__xgafv: string, V1 error format.
243
244
Allowed values
@@ -269,11 +270,12 @@ <h3>Method Details</h3>
269
270
</ div >
270
271
271
272
< div class ="method ">
272
- < code class ="details " id ="delete "> delete(name, x__xgafv=None)</ code >
273
+ < code class ="details " id ="delete "> delete(name, requestId=None, x__xgafv=None)</ code >
273
274
< pre > Deletes a single Runtime.
274
275
275
276
Args:
276
277
name: string, Required. Format: `projects/{project_id}/locations/{location}/runtimes/{runtime_id}` (required)
278
+ requestId: string, Idempotent request UUID.
277
279
x__xgafv: string, V1 error format.
278
280
Allowed values
279
281
1 - v1 error format
@@ -665,6 +667,7 @@ <h3>Method Details</h3>
665
667
The object takes the form of:
666
668
667
669
{ # Request for resetting a Managed Notebook Runtime.
670
+ "requestId": "A String", # Idempotent request UUID.
668
671
}
669
672
670
673
x__xgafv: string, V1 error format.
@@ -764,6 +767,7 @@ <h3>Method Details</h3>
764
767
The object takes the form of:
765
768
766
769
{ # Request for starting a Managed Notebook Runtime.
770
+ "requestId": "A String", # Idempotent request UUID.
767
771
}
768
772
769
773
x__xgafv: string, V1 error format.
@@ -805,6 +809,7 @@ <h3>Method Details</h3>
805
809
The object takes the form of:
806
810
807
811
{ # Request for stopping a Managed Notebook Runtime.
812
+ "requestId": "A String", # Idempotent request UUID.
808
813
}
809
814
810
815
x__xgafv: string, V1 error format.
@@ -851,6 +856,7 @@ <h3>Method Details</h3>
851
856
"type": "A String", # Accelerator model.
852
857
},
853
858
"machineType": "A String", # machine type.
859
+ "requestId": "A String", # Idempotent request UUID.
854
860
}
855
861
856
862
x__xgafv: string, V1 error format.
0 commit comments