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
// Parent ID for this request. The ID can be either be "folders/[FOLDER_ID]" if the parent is a folder or "organizations/[ORGANIZATION_ID]" if the parent is an organization.
// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
14976
14982
optional string request_id = 37109963;
@@ -26620,7 +26626,7 @@ service FirewallPolicies {
Copy file name to clipboardExpand all lines: google/cloud/compute/v1/compute.v1.json
+9-3Lines changed: 9 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -16891,7 +16891,8 @@
16891
16891
},
16892
16892
"move": {
16893
16893
"parameterOrder": [
16894
-
"firewallPolicy"
16894
+
"firewallPolicy",
16895
+
"parentId"
16895
16896
],
16896
16897
"response": {
16897
16898
"$ref": "Operation"
@@ -16914,7 +16915,8 @@
16914
16915
"parentId": {
16915
16916
"type": "string",
16916
16917
"description": "The new parent of the firewall policy.",
16917
-
"location": "query"
16918
+
"location": "query",
16919
+
"required": true
16918
16920
},
16919
16921
"requestId": {
16920
16922
"description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).",
@@ -17265,6 +17267,9 @@
17265
17267
}
17266
17268
},
17267
17269
"insert": {
17270
+
"parameterOrder": [
17271
+
"parentId"
17272
+
],
17268
17273
"response": {
17269
17274
"$ref": "Operation"
17270
17275
},
@@ -17284,7 +17289,8 @@
17284
17289
"parentId": {
17285
17290
"location": "query",
17286
17291
"description": "Parent ID for this request. The ID can be either be \"folders/[FOLDER_ID]\" if the parent is a folder or \"organizations/[ORGANIZATION_ID]\" if the parent is an organization.",
0 commit comments