1{
2  "auth": {
3    "oauth2": {
4      "scopes": {
5        "https://www.googleapis.com/auth/cloud-platform": {
6          "description": "View and manage your data across Google Cloud Platform services"
7        },
8        "https://www.googleapis.com/auth/compute": {
9          "description": "View and manage your Google Compute Engine resources"
10        },
11        "https://www.googleapis.com/auth/compute.readonly": {
12          "description": "View your Google Compute Engine resources"
13        },
14        "https://www.googleapis.com/auth/devstorage.full_control": {
15          "description": "Manage your data and permissions in Google Cloud Storage"
16        },
17        "https://www.googleapis.com/auth/devstorage.read_only": {
18          "description": "View your data in Google Cloud Storage"
19        },
20        "https://www.googleapis.com/auth/devstorage.read_write": {
21          "description": "Manage your data in Google Cloud Storage"
22        }
23      }
24    }
25  },
26  "basePath": "/compute/alpha/",
27  "baseUrl": "https://compute.googleapis.com/compute/alpha/",
28  "batchPath": "batch/compute/alpha",
29  "description": "Creates and runs virtual machines on Google Cloud Platform.",
30  "discoveryVersion": "v1",
31  "documentationLink": "https://developers.google.com/compute/docs/reference/latest/",
32  "etag": "\"-2NioU2H8y8siEzrBOV_qzRI6kQ/9ahXG5LMOkoK4jbn0XWcoDNk8_U\"",
33  "icons": {
34    "x16": "https://www.google.com/images/icons/product/compute_engine-16.png",
35    "x32": "https://www.google.com/images/icons/product/compute_engine-32.png"
36  },
37  "id": "compute:alpha",
38  "kind": "discovery#restDescription",
39  "name": "compute",
40  "ownerDomain": "google.com",
41  "ownerName": "Google",
42  "parameters": {
43    "alt": {
44      "default": "json",
45      "description": "Data format for the response.",
46      "enum": [
47        "json"
48      ],
49      "enumDescriptions": [
50        "Responses with Content-Type of application/json"
51      ],
52      "location": "query",
53      "type": "string"
54    },
55    "fields": {
56      "description": "Selector specifying which fields to include in a partial response.",
57      "location": "query",
58      "type": "string"
59    },
60    "key": {
61      "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.",
62      "location": "query",
63      "type": "string"
64    },
65    "oauth_token": {
66      "description": "OAuth 2.0 token for the current user.",
67      "location": "query",
68      "type": "string"
69    },
70    "prettyPrint": {
71      "default": "true",
72      "description": "Returns response with indentations and line breaks.",
73      "location": "query",
74      "type": "boolean"
75    },
76    "quotaUser": {
77      "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.",
78      "location": "query",
79      "type": "string"
80    },
81    "userIp": {
82      "description": "Deprecated. Please use quotaUser instead.",
83      "location": "query",
84      "type": "string"
85    }
86  },
87  "protocol": "rest",
88  "resources": {
89    "acceleratorTypes": {
90      "methods": {
91        "aggregatedList": {
92          "description": "Retrieves an aggregated list of accelerator types.",
93          "httpMethod": "GET",
94          "id": "compute.acceleratorTypes.aggregatedList",
95          "parameterOrder": [
96            "project"
97          ],
98          "parameters": {
99            "filter": {
100              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
101              "location": "query",
102              "type": "string"
103            },
104            "includeAllScopes": {
105              "description": "Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.",
106              "location": "query",
107              "type": "boolean"
108            },
109            "maxResults": {
110              "default": "500",
111              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
112              "format": "uint32",
113              "location": "query",
114              "minimum": "0",
115              "type": "integer"
116            },
117            "orderBy": {
118              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
119              "location": "query",
120              "type": "string"
121            },
122            "pageToken": {
123              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
124              "location": "query",
125              "type": "string"
126            },
127            "project": {
128              "description": "Project ID for this request.",
129              "location": "path",
130              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
131              "required": true,
132              "type": "string"
133            },
134            "returnPartialSuccess": {
135              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
136              "location": "query",
137              "type": "boolean"
138            }
139          },
140          "path": "projects/{project}/aggregated/acceleratorTypes",
141          "response": {
142            "$ref": "AcceleratorTypeAggregatedList"
143          },
144          "scopes": [
145            "https://www.googleapis.com/auth/cloud-platform",
146            "https://www.googleapis.com/auth/compute",
147            "https://www.googleapis.com/auth/compute.readonly"
148          ]
149        },
150        "get": {
151          "description": "Returns the specified accelerator type.",
152          "httpMethod": "GET",
153          "id": "compute.acceleratorTypes.get",
154          "parameterOrder": [
155            "project",
156            "zone",
157            "acceleratorType"
158          ],
159          "parameters": {
160            "acceleratorType": {
161              "description": "Name of the accelerator type to return.",
162              "location": "path",
163              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
164              "required": true,
165              "type": "string"
166            },
167            "project": {
168              "description": "Project ID for this request.",
169              "location": "path",
170              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
171              "required": true,
172              "type": "string"
173            },
174            "zone": {
175              "description": "The name of the zone for this request.",
176              "location": "path",
177              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
178              "required": true,
179              "type": "string"
180            }
181          },
182          "path": "projects/{project}/zones/{zone}/acceleratorTypes/{acceleratorType}",
183          "response": {
184            "$ref": "AcceleratorType"
185          },
186          "scopes": [
187            "https://www.googleapis.com/auth/cloud-platform",
188            "https://www.googleapis.com/auth/compute",
189            "https://www.googleapis.com/auth/compute.readonly"
190          ]
191        },
192        "list": {
193          "description": "Retrieves a list of accelerator types that are available to the specified project.",
194          "httpMethod": "GET",
195          "id": "compute.acceleratorTypes.list",
196          "parameterOrder": [
197            "project",
198            "zone"
199          ],
200          "parameters": {
201            "filter": {
202              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
203              "location": "query",
204              "type": "string"
205            },
206            "maxResults": {
207              "default": "500",
208              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
209              "format": "uint32",
210              "location": "query",
211              "minimum": "0",
212              "type": "integer"
213            },
214            "orderBy": {
215              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
216              "location": "query",
217              "type": "string"
218            },
219            "pageToken": {
220              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
221              "location": "query",
222              "type": "string"
223            },
224            "project": {
225              "description": "Project ID for this request.",
226              "location": "path",
227              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
228              "required": true,
229              "type": "string"
230            },
231            "returnPartialSuccess": {
232              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
233              "location": "query",
234              "type": "boolean"
235            },
236            "zone": {
237              "description": "The name of the zone for this request.",
238              "location": "path",
239              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
240              "required": true,
241              "type": "string"
242            }
243          },
244          "path": "projects/{project}/zones/{zone}/acceleratorTypes",
245          "response": {
246            "$ref": "AcceleratorTypeList"
247          },
248          "scopes": [
249            "https://www.googleapis.com/auth/cloud-platform",
250            "https://www.googleapis.com/auth/compute",
251            "https://www.googleapis.com/auth/compute.readonly"
252          ]
253        }
254      }
255    },
256    "addresses": {
257      "methods": {
258        "aggregatedList": {
259          "description": "Retrieves an aggregated list of addresses.",
260          "httpMethod": "GET",
261          "id": "compute.addresses.aggregatedList",
262          "parameterOrder": [
263            "project"
264          ],
265          "parameters": {
266            "filter": {
267              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
268              "location": "query",
269              "type": "string"
270            },
271            "includeAllScopes": {
272              "description": "Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.",
273              "location": "query",
274              "type": "boolean"
275            },
276            "maxResults": {
277              "default": "500",
278              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
279              "format": "uint32",
280              "location": "query",
281              "minimum": "0",
282              "type": "integer"
283            },
284            "orderBy": {
285              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
286              "location": "query",
287              "type": "string"
288            },
289            "pageToken": {
290              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
291              "location": "query",
292              "type": "string"
293            },
294            "project": {
295              "description": "Project ID for this request.",
296              "location": "path",
297              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
298              "required": true,
299              "type": "string"
300            },
301            "returnPartialSuccess": {
302              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
303              "location": "query",
304              "type": "boolean"
305            }
306          },
307          "path": "projects/{project}/aggregated/addresses",
308          "response": {
309            "$ref": "AddressAggregatedList"
310          },
311          "scopes": [
312            "https://www.googleapis.com/auth/cloud-platform",
313            "https://www.googleapis.com/auth/compute",
314            "https://www.googleapis.com/auth/compute.readonly"
315          ]
316        },
317        "delete": {
318          "description": "Deletes the specified address resource.",
319          "httpMethod": "DELETE",
320          "id": "compute.addresses.delete",
321          "parameterOrder": [
322            "project",
323            "region",
324            "address"
325          ],
326          "parameters": {
327            "address": {
328              "description": "Name of the address resource to delete.",
329              "location": "path",
330              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
331              "required": true,
332              "type": "string"
333            },
334            "project": {
335              "description": "Project ID for this request.",
336              "location": "path",
337              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
338              "required": true,
339              "type": "string"
340            },
341            "region": {
342              "description": "Name of the region for this request.",
343              "location": "path",
344              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
345              "required": true,
346              "type": "string"
347            },
348            "requestId": {
349              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
350              "location": "query",
351              "type": "string"
352            }
353          },
354          "path": "projects/{project}/regions/{region}/addresses/{address}",
355          "response": {
356            "$ref": "Operation"
357          },
358          "scopes": [
359            "https://www.googleapis.com/auth/cloud-platform",
360            "https://www.googleapis.com/auth/compute"
361          ]
362        },
363        "get": {
364          "description": "Returns the specified address resource.",
365          "httpMethod": "GET",
366          "id": "compute.addresses.get",
367          "parameterOrder": [
368            "project",
369            "region",
370            "address"
371          ],
372          "parameters": {
373            "address": {
374              "description": "Name of the address resource to return.",
375              "location": "path",
376              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
377              "required": true,
378              "type": "string"
379            },
380            "project": {
381              "description": "Project ID for this request.",
382              "location": "path",
383              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
384              "required": true,
385              "type": "string"
386            },
387            "region": {
388              "description": "Name of the region for this request.",
389              "location": "path",
390              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
391              "required": true,
392              "type": "string"
393            }
394          },
395          "path": "projects/{project}/regions/{region}/addresses/{address}",
396          "response": {
397            "$ref": "Address"
398          },
399          "scopes": [
400            "https://www.googleapis.com/auth/cloud-platform",
401            "https://www.googleapis.com/auth/compute",
402            "https://www.googleapis.com/auth/compute.readonly"
403          ]
404        },
405        "insert": {
406          "description": "Creates an address resource in the specified project by using the data included in the request.",
407          "httpMethod": "POST",
408          "id": "compute.addresses.insert",
409          "parameterOrder": [
410            "project",
411            "region"
412          ],
413          "parameters": {
414            "project": {
415              "description": "Project ID for this request.",
416              "location": "path",
417              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
418              "required": true,
419              "type": "string"
420            },
421            "region": {
422              "description": "Name of the region for this request.",
423              "location": "path",
424              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
425              "required": true,
426              "type": "string"
427            },
428            "requestId": {
429              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
430              "location": "query",
431              "type": "string"
432            }
433          },
434          "path": "projects/{project}/regions/{region}/addresses",
435          "request": {
436            "$ref": "Address"
437          },
438          "response": {
439            "$ref": "Operation"
440          },
441          "scopes": [
442            "https://www.googleapis.com/auth/cloud-platform",
443            "https://www.googleapis.com/auth/compute"
444          ]
445        },
446        "list": {
447          "description": "Retrieves a list of addresses contained within the specified region.",
448          "httpMethod": "GET",
449          "id": "compute.addresses.list",
450          "parameterOrder": [
451            "project",
452            "region"
453          ],
454          "parameters": {
455            "filter": {
456              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
457              "location": "query",
458              "type": "string"
459            },
460            "maxResults": {
461              "default": "500",
462              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
463              "format": "uint32",
464              "location": "query",
465              "minimum": "0",
466              "type": "integer"
467            },
468            "orderBy": {
469              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
470              "location": "query",
471              "type": "string"
472            },
473            "pageToken": {
474              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
475              "location": "query",
476              "type": "string"
477            },
478            "project": {
479              "description": "Project ID for this request.",
480              "location": "path",
481              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
482              "required": true,
483              "type": "string"
484            },
485            "region": {
486              "description": "Name of the region for this request.",
487              "location": "path",
488              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
489              "required": true,
490              "type": "string"
491            },
492            "returnPartialSuccess": {
493              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
494              "location": "query",
495              "type": "boolean"
496            }
497          },
498          "path": "projects/{project}/regions/{region}/addresses",
499          "response": {
500            "$ref": "AddressList"
501          },
502          "scopes": [
503            "https://www.googleapis.com/auth/cloud-platform",
504            "https://www.googleapis.com/auth/compute",
505            "https://www.googleapis.com/auth/compute.readonly"
506          ]
507        },
508        "setLabels": {
509          "description": "Sets the labels on an Address. To learn more about labels, read the Labeling Resources documentation.",
510          "httpMethod": "POST",
511          "id": "compute.addresses.setLabels",
512          "parameterOrder": [
513            "project",
514            "region",
515            "resource"
516          ],
517          "parameters": {
518            "project": {
519              "description": "Project ID for this request.",
520              "location": "path",
521              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
522              "required": true,
523              "type": "string"
524            },
525            "region": {
526              "description": "The region for this request.",
527              "location": "path",
528              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
529              "required": true,
530              "type": "string"
531            },
532            "requestId": {
533              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
534              "location": "query",
535              "type": "string"
536            },
537            "resource": {
538              "description": "Name or id of the resource for this request.",
539              "location": "path",
540              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
541              "required": true,
542              "type": "string"
543            }
544          },
545          "path": "projects/{project}/regions/{region}/addresses/{resource}/setLabels",
546          "request": {
547            "$ref": "RegionSetLabelsRequest"
548          },
549          "response": {
550            "$ref": "Operation"
551          },
552          "scopes": [
553            "https://www.googleapis.com/auth/cloud-platform",
554            "https://www.googleapis.com/auth/compute"
555          ]
556        },
557        "testIamPermissions": {
558          "description": "Returns permissions that a caller has on the specified resource.",
559          "httpMethod": "POST",
560          "id": "compute.addresses.testIamPermissions",
561          "parameterOrder": [
562            "project",
563            "region",
564            "resource"
565          ],
566          "parameters": {
567            "project": {
568              "description": "Project ID for this request.",
569              "location": "path",
570              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
571              "required": true,
572              "type": "string"
573            },
574            "region": {
575              "description": "The name of the region for this request.",
576              "location": "path",
577              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
578              "required": true,
579              "type": "string"
580            },
581            "resource": {
582              "description": "Name or id of the resource for this request.",
583              "location": "path",
584              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
585              "required": true,
586              "type": "string"
587            }
588          },
589          "path": "projects/{project}/regions/{region}/addresses/{resource}/testIamPermissions",
590          "request": {
591            "$ref": "TestPermissionsRequest"
592          },
593          "response": {
594            "$ref": "TestPermissionsResponse"
595          },
596          "scopes": [
597            "https://www.googleapis.com/auth/cloud-platform",
598            "https://www.googleapis.com/auth/compute",
599            "https://www.googleapis.com/auth/compute.readonly"
600          ]
601        }
602      }
603    },
604    "autoscalers": {
605      "methods": {
606        "aggregatedList": {
607          "description": "Retrieves an aggregated list of autoscalers.",
608          "httpMethod": "GET",
609          "id": "compute.autoscalers.aggregatedList",
610          "parameterOrder": [
611            "project"
612          ],
613          "parameters": {
614            "filter": {
615              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
616              "location": "query",
617              "type": "string"
618            },
619            "includeAllScopes": {
620              "description": "Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.",
621              "location": "query",
622              "type": "boolean"
623            },
624            "maxResults": {
625              "default": "500",
626              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
627              "format": "uint32",
628              "location": "query",
629              "minimum": "0",
630              "type": "integer"
631            },
632            "orderBy": {
633              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
634              "location": "query",
635              "type": "string"
636            },
637            "pageToken": {
638              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
639              "location": "query",
640              "type": "string"
641            },
642            "project": {
643              "description": "Project ID for this request.",
644              "location": "path",
645              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
646              "required": true,
647              "type": "string"
648            },
649            "returnPartialSuccess": {
650              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
651              "location": "query",
652              "type": "boolean"
653            }
654          },
655          "path": "projects/{project}/aggregated/autoscalers",
656          "response": {
657            "$ref": "AutoscalerAggregatedList"
658          },
659          "scopes": [
660            "https://www.googleapis.com/auth/cloud-platform",
661            "https://www.googleapis.com/auth/compute",
662            "https://www.googleapis.com/auth/compute.readonly"
663          ]
664        },
665        "delete": {
666          "description": "Deletes the specified autoscaler.",
667          "httpMethod": "DELETE",
668          "id": "compute.autoscalers.delete",
669          "parameterOrder": [
670            "project",
671            "zone",
672            "autoscaler"
673          ],
674          "parameters": {
675            "autoscaler": {
676              "description": "Name of the autoscaler to delete.",
677              "location": "path",
678              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
679              "required": true,
680              "type": "string"
681            },
682            "project": {
683              "description": "Project ID for this request.",
684              "location": "path",
685              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
686              "required": true,
687              "type": "string"
688            },
689            "requestId": {
690              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
691              "location": "query",
692              "type": "string"
693            },
694            "zone": {
695              "description": "Name of the zone for this request.",
696              "location": "path",
697              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
698              "required": true,
699              "type": "string"
700            }
701          },
702          "path": "projects/{project}/zones/{zone}/autoscalers/{autoscaler}",
703          "response": {
704            "$ref": "Operation"
705          },
706          "scopes": [
707            "https://www.googleapis.com/auth/cloud-platform",
708            "https://www.googleapis.com/auth/compute"
709          ]
710        },
711        "get": {
712          "description": "Returns the specified autoscaler resource. Gets a list of available autoscalers by making a list() request.",
713          "httpMethod": "GET",
714          "id": "compute.autoscalers.get",
715          "parameterOrder": [
716            "project",
717            "zone",
718            "autoscaler"
719          ],
720          "parameters": {
721            "autoscaler": {
722              "description": "Name of the autoscaler to return.",
723              "location": "path",
724              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
725              "required": true,
726              "type": "string"
727            },
728            "project": {
729              "description": "Project ID for this request.",
730              "location": "path",
731              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
732              "required": true,
733              "type": "string"
734            },
735            "zone": {
736              "description": "Name of the zone for this request.",
737              "location": "path",
738              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
739              "required": true,
740              "type": "string"
741            }
742          },
743          "path": "projects/{project}/zones/{zone}/autoscalers/{autoscaler}",
744          "response": {
745            "$ref": "Autoscaler"
746          },
747          "scopes": [
748            "https://www.googleapis.com/auth/cloud-platform",
749            "https://www.googleapis.com/auth/compute",
750            "https://www.googleapis.com/auth/compute.readonly"
751          ]
752        },
753        "insert": {
754          "description": "Creates an autoscaler in the specified project using the data included in the request.",
755          "httpMethod": "POST",
756          "id": "compute.autoscalers.insert",
757          "parameterOrder": [
758            "project",
759            "zone"
760          ],
761          "parameters": {
762            "project": {
763              "description": "Project ID for this request.",
764              "location": "path",
765              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
766              "required": true,
767              "type": "string"
768            },
769            "requestId": {
770              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
771              "location": "query",
772              "type": "string"
773            },
774            "zone": {
775              "description": "Name of the zone for this request.",
776              "location": "path",
777              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
778              "required": true,
779              "type": "string"
780            }
781          },
782          "path": "projects/{project}/zones/{zone}/autoscalers",
783          "request": {
784            "$ref": "Autoscaler"
785          },
786          "response": {
787            "$ref": "Operation"
788          },
789          "scopes": [
790            "https://www.googleapis.com/auth/cloud-platform",
791            "https://www.googleapis.com/auth/compute"
792          ]
793        },
794        "list": {
795          "description": "Retrieves a list of autoscalers contained within the specified zone.",
796          "httpMethod": "GET",
797          "id": "compute.autoscalers.list",
798          "parameterOrder": [
799            "project",
800            "zone"
801          ],
802          "parameters": {
803            "filter": {
804              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
805              "location": "query",
806              "type": "string"
807            },
808            "maxResults": {
809              "default": "500",
810              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
811              "format": "uint32",
812              "location": "query",
813              "minimum": "0",
814              "type": "integer"
815            },
816            "orderBy": {
817              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
818              "location": "query",
819              "type": "string"
820            },
821            "pageToken": {
822              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
823              "location": "query",
824              "type": "string"
825            },
826            "project": {
827              "description": "Project ID for this request.",
828              "location": "path",
829              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
830              "required": true,
831              "type": "string"
832            },
833            "returnPartialSuccess": {
834              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
835              "location": "query",
836              "type": "boolean"
837            },
838            "zone": {
839              "description": "Name of the zone for this request.",
840              "location": "path",
841              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
842              "required": true,
843              "type": "string"
844            }
845          },
846          "path": "projects/{project}/zones/{zone}/autoscalers",
847          "response": {
848            "$ref": "AutoscalerList"
849          },
850          "scopes": [
851            "https://www.googleapis.com/auth/cloud-platform",
852            "https://www.googleapis.com/auth/compute",
853            "https://www.googleapis.com/auth/compute.readonly"
854          ]
855        },
856        "patch": {
857          "description": "Updates an autoscaler in the specified project using the data included in the request. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.",
858          "httpMethod": "PATCH",
859          "id": "compute.autoscalers.patch",
860          "parameterOrder": [
861            "project",
862            "zone"
863          ],
864          "parameters": {
865            "autoscaler": {
866              "description": "Name of the autoscaler to patch.",
867              "location": "query",
868              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
869              "type": "string"
870            },
871            "project": {
872              "description": "Project ID for this request.",
873              "location": "path",
874              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
875              "required": true,
876              "type": "string"
877            },
878            "requestId": {
879              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
880              "location": "query",
881              "type": "string"
882            },
883            "zone": {
884              "description": "Name of the zone for this request.",
885              "location": "path",
886              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
887              "required": true,
888              "type": "string"
889            }
890          },
891          "path": "projects/{project}/zones/{zone}/autoscalers",
892          "request": {
893            "$ref": "Autoscaler"
894          },
895          "response": {
896            "$ref": "Operation"
897          },
898          "scopes": [
899            "https://www.googleapis.com/auth/cloud-platform",
900            "https://www.googleapis.com/auth/compute"
901          ]
902        },
903        "testIamPermissions": {
904          "description": "Returns permissions that a caller has on the specified resource.",
905          "httpMethod": "POST",
906          "id": "compute.autoscalers.testIamPermissions",
907          "parameterOrder": [
908            "project",
909            "zone",
910            "resource"
911          ],
912          "parameters": {
913            "project": {
914              "description": "Project ID for this request.",
915              "location": "path",
916              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
917              "required": true,
918              "type": "string"
919            },
920            "resource": {
921              "description": "Name or id of the resource for this request.",
922              "location": "path",
923              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
924              "required": true,
925              "type": "string"
926            },
927            "zone": {
928              "description": "The name of the zone for this request.",
929              "location": "path",
930              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
931              "required": true,
932              "type": "string"
933            }
934          },
935          "path": "projects/{project}/zones/{zone}/autoscalers/{resource}/testIamPermissions",
936          "request": {
937            "$ref": "TestPermissionsRequest"
938          },
939          "response": {
940            "$ref": "TestPermissionsResponse"
941          },
942          "scopes": [
943            "https://www.googleapis.com/auth/cloud-platform",
944            "https://www.googleapis.com/auth/compute",
945            "https://www.googleapis.com/auth/compute.readonly"
946          ]
947        },
948        "update": {
949          "description": "Updates an autoscaler in the specified project using the data included in the request.",
950          "httpMethod": "PUT",
951          "id": "compute.autoscalers.update",
952          "parameterOrder": [
953            "project",
954            "zone"
955          ],
956          "parameters": {
957            "autoscaler": {
958              "description": "Name of the autoscaler to update.",
959              "location": "query",
960              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
961              "type": "string"
962            },
963            "project": {
964              "description": "Project ID for this request.",
965              "location": "path",
966              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
967              "required": true,
968              "type": "string"
969            },
970            "requestId": {
971              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
972              "location": "query",
973              "type": "string"
974            },
975            "zone": {
976              "description": "Name of the zone for this request.",
977              "location": "path",
978              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
979              "required": true,
980              "type": "string"
981            }
982          },
983          "path": "projects/{project}/zones/{zone}/autoscalers",
984          "request": {
985            "$ref": "Autoscaler"
986          },
987          "response": {
988            "$ref": "Operation"
989          },
990          "scopes": [
991            "https://www.googleapis.com/auth/cloud-platform",
992            "https://www.googleapis.com/auth/compute"
993          ]
994        }
995      }
996    },
997    "backendBuckets": {
998      "methods": {
999        "addSignedUrlKey": {
1000          "description": "Adds a key for validating requests with signed URLs for this backend bucket.",
1001          "httpMethod": "POST",
1002          "id": "compute.backendBuckets.addSignedUrlKey",
1003          "parameterOrder": [
1004            "project",
1005            "backendBucket"
1006          ],
1007          "parameters": {
1008            "backendBucket": {
1009              "description": "Name of the BackendBucket resource to which the Signed URL Key should be added. The name should conform to RFC1035.",
1010              "location": "path",
1011              "required": true,
1012              "type": "string"
1013            },
1014            "project": {
1015              "description": "Project ID for this request.",
1016              "location": "path",
1017              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
1018              "required": true,
1019              "type": "string"
1020            },
1021            "requestId": {
1022              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
1023              "location": "query",
1024              "type": "string"
1025            }
1026          },
1027          "path": "projects/{project}/global/backendBuckets/{backendBucket}/addSignedUrlKey",
1028          "request": {
1029            "$ref": "SignedUrlKey"
1030          },
1031          "response": {
1032            "$ref": "Operation"
1033          },
1034          "scopes": [
1035            "https://www.googleapis.com/auth/cloud-platform",
1036            "https://www.googleapis.com/auth/compute"
1037          ]
1038        },
1039        "delete": {
1040          "description": "Deletes the specified BackendBucket resource.",
1041          "httpMethod": "DELETE",
1042          "id": "compute.backendBuckets.delete",
1043          "parameterOrder": [
1044            "project",
1045            "backendBucket"
1046          ],
1047          "parameters": {
1048            "backendBucket": {
1049              "description": "Name of the BackendBucket resource to delete.",
1050              "location": "path",
1051              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
1052              "required": true,
1053              "type": "string"
1054            },
1055            "project": {
1056              "description": "Project ID for this request.",
1057              "location": "path",
1058              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
1059              "required": true,
1060              "type": "string"
1061            },
1062            "requestId": {
1063              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
1064              "location": "query",
1065              "type": "string"
1066            }
1067          },
1068          "path": "projects/{project}/global/backendBuckets/{backendBucket}",
1069          "response": {
1070            "$ref": "Operation"
1071          },
1072          "scopes": [
1073            "https://www.googleapis.com/auth/cloud-platform",
1074            "https://www.googleapis.com/auth/compute"
1075          ]
1076        },
1077        "deleteSignedUrlKey": {
1078          "description": "Deletes a key for validating requests with signed URLs for this backend bucket.",
1079          "httpMethod": "POST",
1080          "id": "compute.backendBuckets.deleteSignedUrlKey",
1081          "parameterOrder": [
1082            "project",
1083            "backendBucket",
1084            "keyName"
1085          ],
1086          "parameters": {
1087            "backendBucket": {
1088              "description": "Name of the BackendBucket resource to which the Signed URL Key should be added. The name should conform to RFC1035.",
1089              "location": "path",
1090              "required": true,
1091              "type": "string"
1092            },
1093            "keyName": {
1094              "description": "The name of the Signed URL Key to delete.",
1095              "location": "query",
1096              "required": true,
1097              "type": "string"
1098            },
1099            "project": {
1100              "description": "Project ID for this request.",
1101              "location": "path",
1102              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
1103              "required": true,
1104              "type": "string"
1105            },
1106            "requestId": {
1107              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
1108              "location": "query",
1109              "type": "string"
1110            }
1111          },
1112          "path": "projects/{project}/global/backendBuckets/{backendBucket}/deleteSignedUrlKey",
1113          "response": {
1114            "$ref": "Operation"
1115          },
1116          "scopes": [
1117            "https://www.googleapis.com/auth/cloud-platform",
1118            "https://www.googleapis.com/auth/compute"
1119          ]
1120        },
1121        "get": {
1122          "description": "Returns the specified BackendBucket resource. Gets a list of available backend buckets by making a list() request.",
1123          "httpMethod": "GET",
1124          "id": "compute.backendBuckets.get",
1125          "parameterOrder": [
1126            "project",
1127            "backendBucket"
1128          ],
1129          "parameters": {
1130            "backendBucket": {
1131              "description": "Name of the BackendBucket resource to return.",
1132              "location": "path",
1133              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
1134              "required": true,
1135              "type": "string"
1136            },
1137            "project": {
1138              "description": "Project ID for this request.",
1139              "location": "path",
1140              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
1141              "required": true,
1142              "type": "string"
1143            }
1144          },
1145          "path": "projects/{project}/global/backendBuckets/{backendBucket}",
1146          "response": {
1147            "$ref": "BackendBucket"
1148          },
1149          "scopes": [
1150            "https://www.googleapis.com/auth/cloud-platform",
1151            "https://www.googleapis.com/auth/compute",
1152            "https://www.googleapis.com/auth/compute.readonly"
1153          ]
1154        },
1155        "getIamPolicy": {
1156          "description": "Gets the access control policy for a resource. May be empty if no such policy or resource exists.",
1157          "httpMethod": "GET",
1158          "id": "compute.backendBuckets.getIamPolicy",
1159          "parameterOrder": [
1160            "project",
1161            "resource"
1162          ],
1163          "parameters": {
1164            "optionsRequestedPolicyVersion": {
1165              "description": "Requested IAM Policy version.",
1166              "format": "int32",
1167              "location": "query",
1168              "type": "integer"
1169            },
1170            "project": {
1171              "description": "Project ID for this request.",
1172              "location": "path",
1173              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
1174              "required": true,
1175              "type": "string"
1176            },
1177            "resource": {
1178              "description": "Name or id of the resource for this request.",
1179              "location": "path",
1180              "pattern": "[a-z](?:[-a-z0-9_]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
1181              "required": true,
1182              "type": "string"
1183            }
1184          },
1185          "path": "projects/{project}/global/backendBuckets/{resource}/getIamPolicy",
1186          "response": {
1187            "$ref": "Policy"
1188          },
1189          "scopes": [
1190            "https://www.googleapis.com/auth/cloud-platform",
1191            "https://www.googleapis.com/auth/compute",
1192            "https://www.googleapis.com/auth/compute.readonly"
1193          ]
1194        },
1195        "insert": {
1196          "description": "Creates a BackendBucket resource in the specified project using the data included in the request.",
1197          "httpMethod": "POST",
1198          "id": "compute.backendBuckets.insert",
1199          "parameterOrder": [
1200            "project"
1201          ],
1202          "parameters": {
1203            "project": {
1204              "description": "Project ID for this request.",
1205              "location": "path",
1206              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
1207              "required": true,
1208              "type": "string"
1209            },
1210            "requestId": {
1211              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
1212              "location": "query",
1213              "type": "string"
1214            }
1215          },
1216          "path": "projects/{project}/global/backendBuckets",
1217          "request": {
1218            "$ref": "BackendBucket"
1219          },
1220          "response": {
1221            "$ref": "Operation"
1222          },
1223          "scopes": [
1224            "https://www.googleapis.com/auth/cloud-platform",
1225            "https://www.googleapis.com/auth/compute"
1226          ]
1227        },
1228        "list": {
1229          "description": "Retrieves the list of BackendBucket resources available to the specified project.",
1230          "httpMethod": "GET",
1231          "id": "compute.backendBuckets.list",
1232          "parameterOrder": [
1233            "project"
1234          ],
1235          "parameters": {
1236            "filter": {
1237              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
1238              "location": "query",
1239              "type": "string"
1240            },
1241            "maxResults": {
1242              "default": "500",
1243              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
1244              "format": "uint32",
1245              "location": "query",
1246              "minimum": "0",
1247              "type": "integer"
1248            },
1249            "orderBy": {
1250              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
1251              "location": "query",
1252              "type": "string"
1253            },
1254            "pageToken": {
1255              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
1256              "location": "query",
1257              "type": "string"
1258            },
1259            "project": {
1260              "description": "Project ID for this request.",
1261              "location": "path",
1262              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
1263              "required": true,
1264              "type": "string"
1265            },
1266            "returnPartialSuccess": {
1267              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
1268              "location": "query",
1269              "type": "boolean"
1270            }
1271          },
1272          "path": "projects/{project}/global/backendBuckets",
1273          "response": {
1274            "$ref": "BackendBucketList"
1275          },
1276          "scopes": [
1277            "https://www.googleapis.com/auth/cloud-platform",
1278            "https://www.googleapis.com/auth/compute",
1279            "https://www.googleapis.com/auth/compute.readonly"
1280          ]
1281        },
1282        "patch": {
1283          "description": "Updates the specified BackendBucket resource with the data included in the request. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.",
1284          "httpMethod": "PATCH",
1285          "id": "compute.backendBuckets.patch",
1286          "parameterOrder": [
1287            "project",
1288            "backendBucket"
1289          ],
1290          "parameters": {
1291            "backendBucket": {
1292              "description": "Name of the BackendBucket resource to patch.",
1293              "location": "path",
1294              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
1295              "required": true,
1296              "type": "string"
1297            },
1298            "project": {
1299              "description": "Project ID for this request.",
1300              "location": "path",
1301              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
1302              "required": true,
1303              "type": "string"
1304            },
1305            "requestId": {
1306              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
1307              "location": "query",
1308              "type": "string"
1309            }
1310          },
1311          "path": "projects/{project}/global/backendBuckets/{backendBucket}",
1312          "request": {
1313            "$ref": "BackendBucket"
1314          },
1315          "response": {
1316            "$ref": "Operation"
1317          },
1318          "scopes": [
1319            "https://www.googleapis.com/auth/cloud-platform",
1320            "https://www.googleapis.com/auth/compute"
1321          ]
1322        },
1323        "setEdgeSecurityPolicy": {
1324          "description": "Sets the edge security policy for the specified backend bucket.",
1325          "httpMethod": "POST",
1326          "id": "compute.backendBuckets.setEdgeSecurityPolicy",
1327          "parameterOrder": [
1328            "project",
1329            "backendBucket"
1330          ],
1331          "parameters": {
1332            "backendBucket": {
1333              "description": "Name of the BackendService resource to which the security policy should be set. The name should conform to RFC1035.",
1334              "location": "path",
1335              "required": true,
1336              "type": "string"
1337            },
1338            "project": {
1339              "description": "Project ID for this request.",
1340              "location": "path",
1341              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
1342              "required": true,
1343              "type": "string"
1344            },
1345            "requestId": {
1346              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
1347              "location": "query",
1348              "type": "string"
1349            }
1350          },
1351          "path": "projects/{project}/global/backendBuckets/{backendBucket}/setEdgeSecurityPolicy",
1352          "request": {
1353            "$ref": "SecurityPolicyReference"
1354          },
1355          "response": {
1356            "$ref": "Operation"
1357          },
1358          "scopes": [
1359            "https://www.googleapis.com/auth/cloud-platform",
1360            "https://www.googleapis.com/auth/compute"
1361          ]
1362        },
1363        "setIamPolicy": {
1364          "description": "Sets the access control policy on the specified resource. Replaces any existing policy.",
1365          "httpMethod": "POST",
1366          "id": "compute.backendBuckets.setIamPolicy",
1367          "parameterOrder": [
1368            "project",
1369            "resource"
1370          ],
1371          "parameters": {
1372            "project": {
1373              "description": "Project ID for this request.",
1374              "location": "path",
1375              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
1376              "required": true,
1377              "type": "string"
1378            },
1379            "resource": {
1380              "description": "Name or id of the resource for this request.",
1381              "location": "path",
1382              "pattern": "[a-z](?:[-a-z0-9_]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
1383              "required": true,
1384              "type": "string"
1385            }
1386          },
1387          "path": "projects/{project}/global/backendBuckets/{resource}/setIamPolicy",
1388          "request": {
1389            "$ref": "GlobalSetPolicyRequest"
1390          },
1391          "response": {
1392            "$ref": "Policy"
1393          },
1394          "scopes": [
1395            "https://www.googleapis.com/auth/cloud-platform",
1396            "https://www.googleapis.com/auth/compute"
1397          ]
1398        },
1399        "testIamPermissions": {
1400          "description": "Returns permissions that a caller has on the specified resource.",
1401          "httpMethod": "POST",
1402          "id": "compute.backendBuckets.testIamPermissions",
1403          "parameterOrder": [
1404            "project",
1405            "resource"
1406          ],
1407          "parameters": {
1408            "project": {
1409              "description": "Project ID for this request.",
1410              "location": "path",
1411              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
1412              "required": true,
1413              "type": "string"
1414            },
1415            "resource": {
1416              "description": "Name or id of the resource for this request.",
1417              "location": "path",
1418              "pattern": "[a-z](?:[-a-z0-9_]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
1419              "required": true,
1420              "type": "string"
1421            }
1422          },
1423          "path": "projects/{project}/global/backendBuckets/{resource}/testIamPermissions",
1424          "request": {
1425            "$ref": "TestPermissionsRequest"
1426          },
1427          "response": {
1428            "$ref": "TestPermissionsResponse"
1429          },
1430          "scopes": [
1431            "https://www.googleapis.com/auth/cloud-platform",
1432            "https://www.googleapis.com/auth/compute",
1433            "https://www.googleapis.com/auth/compute.readonly"
1434          ]
1435        },
1436        "update": {
1437          "description": "Updates the specified BackendBucket resource with the data included in the request.",
1438          "httpMethod": "PUT",
1439          "id": "compute.backendBuckets.update",
1440          "parameterOrder": [
1441            "project",
1442            "backendBucket"
1443          ],
1444          "parameters": {
1445            "backendBucket": {
1446              "description": "Name of the BackendBucket resource to update.",
1447              "location": "path",
1448              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
1449              "required": true,
1450              "type": "string"
1451            },
1452            "project": {
1453              "description": "Project ID for this request.",
1454              "location": "path",
1455              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
1456              "required": true,
1457              "type": "string"
1458            },
1459            "requestId": {
1460              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
1461              "location": "query",
1462              "type": "string"
1463            }
1464          },
1465          "path": "projects/{project}/global/backendBuckets/{backendBucket}",
1466          "request": {
1467            "$ref": "BackendBucket"
1468          },
1469          "response": {
1470            "$ref": "Operation"
1471          },
1472          "scopes": [
1473            "https://www.googleapis.com/auth/cloud-platform",
1474            "https://www.googleapis.com/auth/compute"
1475          ]
1476        }
1477      }
1478    },
1479    "backendServices": {
1480      "methods": {
1481        "addSignedUrlKey": {
1482          "description": "Adds a key for validating requests with signed URLs for this backend service.",
1483          "httpMethod": "POST",
1484          "id": "compute.backendServices.addSignedUrlKey",
1485          "parameterOrder": [
1486            "project",
1487            "backendService"
1488          ],
1489          "parameters": {
1490            "backendService": {
1491              "description": "Name of the BackendService resource to which the Signed URL Key should be added. The name should conform to RFC1035.",
1492              "location": "path",
1493              "required": true,
1494              "type": "string"
1495            },
1496            "project": {
1497              "description": "Project ID for this request.",
1498              "location": "path",
1499              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
1500              "required": true,
1501              "type": "string"
1502            },
1503            "requestId": {
1504              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
1505              "location": "query",
1506              "type": "string"
1507            }
1508          },
1509          "path": "projects/{project}/global/backendServices/{backendService}/addSignedUrlKey",
1510          "request": {
1511            "$ref": "SignedUrlKey"
1512          },
1513          "response": {
1514            "$ref": "Operation"
1515          },
1516          "scopes": [
1517            "https://www.googleapis.com/auth/cloud-platform",
1518            "https://www.googleapis.com/auth/compute"
1519          ]
1520        },
1521        "aggregatedList": {
1522          "description": "Retrieves the list of all BackendService resources, regional and global, available to the specified project.",
1523          "httpMethod": "GET",
1524          "id": "compute.backendServices.aggregatedList",
1525          "parameterOrder": [
1526            "project"
1527          ],
1528          "parameters": {
1529            "filter": {
1530              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
1531              "location": "query",
1532              "type": "string"
1533            },
1534            "includeAllScopes": {
1535              "description": "Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.",
1536              "location": "query",
1537              "type": "boolean"
1538            },
1539            "maxResults": {
1540              "default": "500",
1541              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
1542              "format": "uint32",
1543              "location": "query",
1544              "minimum": "0",
1545              "type": "integer"
1546            },
1547            "orderBy": {
1548              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
1549              "location": "query",
1550              "type": "string"
1551            },
1552            "pageToken": {
1553              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
1554              "location": "query",
1555              "type": "string"
1556            },
1557            "project": {
1558              "description": "Name of the project scoping this request.",
1559              "location": "path",
1560              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
1561              "required": true,
1562              "type": "string"
1563            },
1564            "returnPartialSuccess": {
1565              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
1566              "location": "query",
1567              "type": "boolean"
1568            }
1569          },
1570          "path": "projects/{project}/aggregated/backendServices",
1571          "response": {
1572            "$ref": "BackendServiceAggregatedList"
1573          },
1574          "scopes": [
1575            "https://www.googleapis.com/auth/cloud-platform",
1576            "https://www.googleapis.com/auth/compute",
1577            "https://www.googleapis.com/auth/compute.readonly"
1578          ]
1579        },
1580        "delete": {
1581          "description": "Deletes the specified BackendService resource.",
1582          "httpMethod": "DELETE",
1583          "id": "compute.backendServices.delete",
1584          "parameterOrder": [
1585            "project",
1586            "backendService"
1587          ],
1588          "parameters": {
1589            "backendService": {
1590              "description": "Name of the BackendService resource to delete.",
1591              "location": "path",
1592              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
1593              "required": true,
1594              "type": "string"
1595            },
1596            "project": {
1597              "description": "Project ID for this request.",
1598              "location": "path",
1599              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
1600              "required": true,
1601              "type": "string"
1602            },
1603            "requestId": {
1604              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
1605              "location": "query",
1606              "type": "string"
1607            }
1608          },
1609          "path": "projects/{project}/global/backendServices/{backendService}",
1610          "response": {
1611            "$ref": "Operation"
1612          },
1613          "scopes": [
1614            "https://www.googleapis.com/auth/cloud-platform",
1615            "https://www.googleapis.com/auth/compute"
1616          ]
1617        },
1618        "deleteSignedUrlKey": {
1619          "description": "Deletes a key for validating requests with signed URLs for this backend service.",
1620          "httpMethod": "POST",
1621          "id": "compute.backendServices.deleteSignedUrlKey",
1622          "parameterOrder": [
1623            "project",
1624            "backendService",
1625            "keyName"
1626          ],
1627          "parameters": {
1628            "backendService": {
1629              "description": "Name of the BackendService resource to which the Signed URL Key should be added. The name should conform to RFC1035.",
1630              "location": "path",
1631              "required": true,
1632              "type": "string"
1633            },
1634            "keyName": {
1635              "description": "The name of the Signed URL Key to delete.",
1636              "location": "query",
1637              "required": true,
1638              "type": "string"
1639            },
1640            "project": {
1641              "description": "Project ID for this request.",
1642              "location": "path",
1643              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
1644              "required": true,
1645              "type": "string"
1646            },
1647            "requestId": {
1648              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
1649              "location": "query",
1650              "type": "string"
1651            }
1652          },
1653          "path": "projects/{project}/global/backendServices/{backendService}/deleteSignedUrlKey",
1654          "response": {
1655            "$ref": "Operation"
1656          },
1657          "scopes": [
1658            "https://www.googleapis.com/auth/cloud-platform",
1659            "https://www.googleapis.com/auth/compute"
1660          ]
1661        },
1662        "get": {
1663          "description": "Returns the specified BackendService resource. Gets a list of available backend services.",
1664          "httpMethod": "GET",
1665          "id": "compute.backendServices.get",
1666          "parameterOrder": [
1667            "project",
1668            "backendService"
1669          ],
1670          "parameters": {
1671            "backendService": {
1672              "description": "Name of the BackendService resource to return.",
1673              "location": "path",
1674              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
1675              "required": true,
1676              "type": "string"
1677            },
1678            "project": {
1679              "description": "Project ID for this request.",
1680              "location": "path",
1681              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
1682              "required": true,
1683              "type": "string"
1684            }
1685          },
1686          "path": "projects/{project}/global/backendServices/{backendService}",
1687          "response": {
1688            "$ref": "BackendService"
1689          },
1690          "scopes": [
1691            "https://www.googleapis.com/auth/cloud-platform",
1692            "https://www.googleapis.com/auth/compute",
1693            "https://www.googleapis.com/auth/compute.readonly"
1694          ]
1695        },
1696        "getHealth": {
1697          "description": "Gets the most recent health check results for this BackendService.\n\nExample request body:\n\n{ \"group\": \"/zones/us-east1-b/instanceGroups/lb-backend-example\" }",
1698          "httpMethod": "POST",
1699          "id": "compute.backendServices.getHealth",
1700          "parameterOrder": [
1701            "project",
1702            "backendService"
1703          ],
1704          "parameters": {
1705            "backendService": {
1706              "description": "Name of the BackendService resource to which the queried instance belongs.",
1707              "location": "path",
1708              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
1709              "required": true,
1710              "type": "string"
1711            },
1712            "project": {
1713              "location": "path",
1714              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
1715              "required": true,
1716              "type": "string"
1717            }
1718          },
1719          "path": "projects/{project}/global/backendServices/{backendService}/getHealth",
1720          "request": {
1721            "$ref": "ResourceGroupReference"
1722          },
1723          "response": {
1724            "$ref": "BackendServiceGroupHealth"
1725          },
1726          "scopes": [
1727            "https://www.googleapis.com/auth/cloud-platform",
1728            "https://www.googleapis.com/auth/compute",
1729            "https://www.googleapis.com/auth/compute.readonly"
1730          ]
1731        },
1732        "insert": {
1733          "description": "Creates a BackendService resource in the specified project using the data included in the request. For more information, see  Backend services overview.",
1734          "httpMethod": "POST",
1735          "id": "compute.backendServices.insert",
1736          "parameterOrder": [
1737            "project"
1738          ],
1739          "parameters": {
1740            "project": {
1741              "description": "Project ID for this request.",
1742              "location": "path",
1743              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
1744              "required": true,
1745              "type": "string"
1746            },
1747            "requestId": {
1748              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
1749              "location": "query",
1750              "type": "string"
1751            }
1752          },
1753          "path": "projects/{project}/global/backendServices",
1754          "request": {
1755            "$ref": "BackendService"
1756          },
1757          "response": {
1758            "$ref": "Operation"
1759          },
1760          "scopes": [
1761            "https://www.googleapis.com/auth/cloud-platform",
1762            "https://www.googleapis.com/auth/compute"
1763          ]
1764        },
1765        "list": {
1766          "description": "Retrieves the list of BackendService resources available to the specified project.",
1767          "httpMethod": "GET",
1768          "id": "compute.backendServices.list",
1769          "parameterOrder": [
1770            "project"
1771          ],
1772          "parameters": {
1773            "filter": {
1774              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
1775              "location": "query",
1776              "type": "string"
1777            },
1778            "maxResults": {
1779              "default": "500",
1780              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
1781              "format": "uint32",
1782              "location": "query",
1783              "minimum": "0",
1784              "type": "integer"
1785            },
1786            "orderBy": {
1787              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
1788              "location": "query",
1789              "type": "string"
1790            },
1791            "pageToken": {
1792              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
1793              "location": "query",
1794              "type": "string"
1795            },
1796            "project": {
1797              "description": "Project ID for this request.",
1798              "location": "path",
1799              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
1800              "required": true,
1801              "type": "string"
1802            },
1803            "returnPartialSuccess": {
1804              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
1805              "location": "query",
1806              "type": "boolean"
1807            }
1808          },
1809          "path": "projects/{project}/global/backendServices",
1810          "response": {
1811            "$ref": "BackendServiceList"
1812          },
1813          "scopes": [
1814            "https://www.googleapis.com/auth/cloud-platform",
1815            "https://www.googleapis.com/auth/compute",
1816            "https://www.googleapis.com/auth/compute.readonly"
1817          ]
1818        },
1819        "patch": {
1820          "description": "Patches the specified BackendService resource with the data included in the request. For more information, see  Backend services overview. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.",
1821          "httpMethod": "PATCH",
1822          "id": "compute.backendServices.patch",
1823          "parameterOrder": [
1824            "project",
1825            "backendService"
1826          ],
1827          "parameters": {
1828            "backendService": {
1829              "description": "Name of the BackendService resource to patch.",
1830              "location": "path",
1831              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
1832              "required": true,
1833              "type": "string"
1834            },
1835            "project": {
1836              "description": "Project ID for this request.",
1837              "location": "path",
1838              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
1839              "required": true,
1840              "type": "string"
1841            },
1842            "requestId": {
1843              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
1844              "location": "query",
1845              "type": "string"
1846            }
1847          },
1848          "path": "projects/{project}/global/backendServices/{backendService}",
1849          "request": {
1850            "$ref": "BackendService"
1851          },
1852          "response": {
1853            "$ref": "Operation"
1854          },
1855          "scopes": [
1856            "https://www.googleapis.com/auth/cloud-platform",
1857            "https://www.googleapis.com/auth/compute"
1858          ]
1859        },
1860        "setEdgeSecurityPolicy": {
1861          "description": "Sets the edge security policy for the specified backend service.",
1862          "httpMethod": "POST",
1863          "id": "compute.backendServices.setEdgeSecurityPolicy",
1864          "parameterOrder": [
1865            "project",
1866            "backendService"
1867          ],
1868          "parameters": {
1869            "backendService": {
1870              "description": "Name of the BackendService resource to which the edge security policy should be set. The name should conform to RFC1035.",
1871              "location": "path",
1872              "required": true,
1873              "type": "string"
1874            },
1875            "project": {
1876              "description": "Project ID for this request.",
1877              "location": "path",
1878              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
1879              "required": true,
1880              "type": "string"
1881            },
1882            "requestId": {
1883              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
1884              "location": "query",
1885              "type": "string"
1886            }
1887          },
1888          "path": "projects/{project}/global/backendServices/{backendService}/setEdgeSecurityPolicy",
1889          "request": {
1890            "$ref": "SecurityPolicyReference"
1891          },
1892          "response": {
1893            "$ref": "Operation"
1894          },
1895          "scopes": [
1896            "https://www.googleapis.com/auth/cloud-platform",
1897            "https://www.googleapis.com/auth/compute"
1898          ]
1899        },
1900        "setSecurityPolicy": {
1901          "description": "Sets the security policy for the specified backend service.",
1902          "httpMethod": "POST",
1903          "id": "compute.backendServices.setSecurityPolicy",
1904          "parameterOrder": [
1905            "project",
1906            "backendService"
1907          ],
1908          "parameters": {
1909            "backendService": {
1910              "description": "Name of the BackendService resource to which the security policy should be set. The name should conform to RFC1035.",
1911              "location": "path",
1912              "required": true,
1913              "type": "string"
1914            },
1915            "project": {
1916              "description": "Project ID for this request.",
1917              "location": "path",
1918              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
1919              "required": true,
1920              "type": "string"
1921            },
1922            "requestId": {
1923              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
1924              "location": "query",
1925              "type": "string"
1926            }
1927          },
1928          "path": "projects/{project}/global/backendServices/{backendService}/setSecurityPolicy",
1929          "request": {
1930            "$ref": "SecurityPolicyReference"
1931          },
1932          "response": {
1933            "$ref": "Operation"
1934          },
1935          "scopes": [
1936            "https://www.googleapis.com/auth/cloud-platform",
1937            "https://www.googleapis.com/auth/compute"
1938          ]
1939        },
1940        "testIamPermissions": {
1941          "description": "Returns permissions that a caller has on the specified resource.",
1942          "httpMethod": "POST",
1943          "id": "compute.backendServices.testIamPermissions",
1944          "parameterOrder": [
1945            "project",
1946            "resource"
1947          ],
1948          "parameters": {
1949            "project": {
1950              "description": "Project ID for this request.",
1951              "location": "path",
1952              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
1953              "required": true,
1954              "type": "string"
1955            },
1956            "resource": {
1957              "description": "Name or id of the resource for this request.",
1958              "location": "path",
1959              "pattern": "[a-z](?:[-a-z0-9_]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
1960              "required": true,
1961              "type": "string"
1962            }
1963          },
1964          "path": "projects/{project}/global/backendServices/{resource}/testIamPermissions",
1965          "request": {
1966            "$ref": "TestPermissionsRequest"
1967          },
1968          "response": {
1969            "$ref": "TestPermissionsResponse"
1970          },
1971          "scopes": [
1972            "https://www.googleapis.com/auth/cloud-platform",
1973            "https://www.googleapis.com/auth/compute",
1974            "https://www.googleapis.com/auth/compute.readonly"
1975          ]
1976        },
1977        "update": {
1978          "description": "Updates the specified BackendService resource with the data included in the request. For more information, see Backend services overview.",
1979          "httpMethod": "PUT",
1980          "id": "compute.backendServices.update",
1981          "parameterOrder": [
1982            "project",
1983            "backendService"
1984          ],
1985          "parameters": {
1986            "backendService": {
1987              "description": "Name of the BackendService resource to update.",
1988              "location": "path",
1989              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
1990              "required": true,
1991              "type": "string"
1992            },
1993            "project": {
1994              "description": "Project ID for this request.",
1995              "location": "path",
1996              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
1997              "required": true,
1998              "type": "string"
1999            },
2000            "requestId": {
2001              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
2002              "location": "query",
2003              "type": "string"
2004            }
2005          },
2006          "path": "projects/{project}/global/backendServices/{backendService}",
2007          "request": {
2008            "$ref": "BackendService"
2009          },
2010          "response": {
2011            "$ref": "Operation"
2012          },
2013          "scopes": [
2014            "https://www.googleapis.com/auth/cloud-platform",
2015            "https://www.googleapis.com/auth/compute"
2016          ]
2017        }
2018      }
2019    },
2020    "diskTypes": {
2021      "methods": {
2022        "aggregatedList": {
2023          "description": "Retrieves an aggregated list of disk types.",
2024          "httpMethod": "GET",
2025          "id": "compute.diskTypes.aggregatedList",
2026          "parameterOrder": [
2027            "project"
2028          ],
2029          "parameters": {
2030            "filter": {
2031              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
2032              "location": "query",
2033              "type": "string"
2034            },
2035            "includeAllScopes": {
2036              "description": "Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.",
2037              "location": "query",
2038              "type": "boolean"
2039            },
2040            "maxResults": {
2041              "default": "500",
2042              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
2043              "format": "uint32",
2044              "location": "query",
2045              "minimum": "0",
2046              "type": "integer"
2047            },
2048            "orderBy": {
2049              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
2050              "location": "query",
2051              "type": "string"
2052            },
2053            "pageToken": {
2054              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
2055              "location": "query",
2056              "type": "string"
2057            },
2058            "project": {
2059              "description": "Project ID for this request.",
2060              "location": "path",
2061              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
2062              "required": true,
2063              "type": "string"
2064            },
2065            "returnPartialSuccess": {
2066              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
2067              "location": "query",
2068              "type": "boolean"
2069            }
2070          },
2071          "path": "projects/{project}/aggregated/diskTypes",
2072          "response": {
2073            "$ref": "DiskTypeAggregatedList"
2074          },
2075          "scopes": [
2076            "https://www.googleapis.com/auth/cloud-platform",
2077            "https://www.googleapis.com/auth/compute",
2078            "https://www.googleapis.com/auth/compute.readonly"
2079          ]
2080        },
2081        "get": {
2082          "description": "Returns the specified disk type. Gets a list of available disk types by making a list() request.",
2083          "httpMethod": "GET",
2084          "id": "compute.diskTypes.get",
2085          "parameterOrder": [
2086            "project",
2087            "zone",
2088            "diskType"
2089          ],
2090          "parameters": {
2091            "diskType": {
2092              "description": "Name of the disk type to return.",
2093              "location": "path",
2094              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
2095              "required": true,
2096              "type": "string"
2097            },
2098            "project": {
2099              "description": "Project ID for this request.",
2100              "location": "path",
2101              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
2102              "required": true,
2103              "type": "string"
2104            },
2105            "zone": {
2106              "description": "The name of the zone for this request.",
2107              "location": "path",
2108              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
2109              "required": true,
2110              "type": "string"
2111            }
2112          },
2113          "path": "projects/{project}/zones/{zone}/diskTypes/{diskType}",
2114          "response": {
2115            "$ref": "DiskType"
2116          },
2117          "scopes": [
2118            "https://www.googleapis.com/auth/cloud-platform",
2119            "https://www.googleapis.com/auth/compute",
2120            "https://www.googleapis.com/auth/compute.readonly"
2121          ]
2122        },
2123        "list": {
2124          "description": "Retrieves a list of disk types available to the specified project.",
2125          "httpMethod": "GET",
2126          "id": "compute.diskTypes.list",
2127          "parameterOrder": [
2128            "project",
2129            "zone"
2130          ],
2131          "parameters": {
2132            "filter": {
2133              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
2134              "location": "query",
2135              "type": "string"
2136            },
2137            "maxResults": {
2138              "default": "500",
2139              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
2140              "format": "uint32",
2141              "location": "query",
2142              "minimum": "0",
2143              "type": "integer"
2144            },
2145            "orderBy": {
2146              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
2147              "location": "query",
2148              "type": "string"
2149            },
2150            "pageToken": {
2151              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
2152              "location": "query",
2153              "type": "string"
2154            },
2155            "project": {
2156              "description": "Project ID for this request.",
2157              "location": "path",
2158              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
2159              "required": true,
2160              "type": "string"
2161            },
2162            "returnPartialSuccess": {
2163              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
2164              "location": "query",
2165              "type": "boolean"
2166            },
2167            "zone": {
2168              "description": "The name of the zone for this request.",
2169              "location": "path",
2170              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
2171              "required": true,
2172              "type": "string"
2173            }
2174          },
2175          "path": "projects/{project}/zones/{zone}/diskTypes",
2176          "response": {
2177            "$ref": "DiskTypeList"
2178          },
2179          "scopes": [
2180            "https://www.googleapis.com/auth/cloud-platform",
2181            "https://www.googleapis.com/auth/compute",
2182            "https://www.googleapis.com/auth/compute.readonly"
2183          ]
2184        }
2185      }
2186    },
2187    "disks": {
2188      "methods": {
2189        "addResourcePolicies": {
2190          "description": "Adds existing resource policies to a disk. You can only add one policy which will be applied to this disk for scheduling snapshot creation.",
2191          "httpMethod": "POST",
2192          "id": "compute.disks.addResourcePolicies",
2193          "parameterOrder": [
2194            "project",
2195            "zone",
2196            "disk"
2197          ],
2198          "parameters": {
2199            "disk": {
2200              "description": "The disk name for this request.",
2201              "location": "path",
2202              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
2203              "required": true,
2204              "type": "string"
2205            },
2206            "project": {
2207              "description": "Project ID for this request.",
2208              "location": "path",
2209              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
2210              "required": true,
2211              "type": "string"
2212            },
2213            "requestId": {
2214              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
2215              "location": "query",
2216              "type": "string"
2217            },
2218            "zone": {
2219              "description": "The name of the zone for this request.",
2220              "location": "path",
2221              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
2222              "required": true,
2223              "type": "string"
2224            }
2225          },
2226          "path": "projects/{project}/zones/{zone}/disks/{disk}/addResourcePolicies",
2227          "request": {
2228            "$ref": "DisksAddResourcePoliciesRequest"
2229          },
2230          "response": {
2231            "$ref": "Operation"
2232          },
2233          "scopes": [
2234            "https://www.googleapis.com/auth/cloud-platform",
2235            "https://www.googleapis.com/auth/compute"
2236          ]
2237        },
2238        "aggregatedList": {
2239          "description": "Retrieves an aggregated list of persistent disks.",
2240          "httpMethod": "GET",
2241          "id": "compute.disks.aggregatedList",
2242          "parameterOrder": [
2243            "project"
2244          ],
2245          "parameters": {
2246            "filter": {
2247              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
2248              "location": "query",
2249              "type": "string"
2250            },
2251            "includeAllScopes": {
2252              "description": "Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.",
2253              "location": "query",
2254              "type": "boolean"
2255            },
2256            "maxResults": {
2257              "default": "500",
2258              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
2259              "format": "uint32",
2260              "location": "query",
2261              "minimum": "0",
2262              "type": "integer"
2263            },
2264            "orderBy": {
2265              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
2266              "location": "query",
2267              "type": "string"
2268            },
2269            "pageToken": {
2270              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
2271              "location": "query",
2272              "type": "string"
2273            },
2274            "project": {
2275              "description": "Project ID for this request.",
2276              "location": "path",
2277              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
2278              "required": true,
2279              "type": "string"
2280            },
2281            "returnPartialSuccess": {
2282              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
2283              "location": "query",
2284              "type": "boolean"
2285            }
2286          },
2287          "path": "projects/{project}/aggregated/disks",
2288          "response": {
2289            "$ref": "DiskAggregatedList"
2290          },
2291          "scopes": [
2292            "https://www.googleapis.com/auth/cloud-platform",
2293            "https://www.googleapis.com/auth/compute",
2294            "https://www.googleapis.com/auth/compute.readonly"
2295          ]
2296        },
2297        "createSnapshot": {
2298          "description": "Creates a snapshot of a specified persistent disk.",
2299          "httpMethod": "POST",
2300          "id": "compute.disks.createSnapshot",
2301          "parameterOrder": [
2302            "project",
2303            "zone",
2304            "disk"
2305          ],
2306          "parameters": {
2307            "disk": {
2308              "description": "Name of the persistent disk to snapshot.",
2309              "location": "path",
2310              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
2311              "required": true,
2312              "type": "string"
2313            },
2314            "guestFlush": {
2315              "description": "[Input Only] Whether to attempt an application consistent snapshot by informing the OS to prepare for the snapshot process. Currently only supported on Windows instances using the Volume Shadow Copy Service (VSS).",
2316              "location": "query",
2317              "type": "boolean"
2318            },
2319            "project": {
2320              "description": "Project ID for this request.",
2321              "location": "path",
2322              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
2323              "required": true,
2324              "type": "string"
2325            },
2326            "requestId": {
2327              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
2328              "location": "query",
2329              "type": "string"
2330            },
2331            "zone": {
2332              "description": "The name of the zone for this request.",
2333              "location": "path",
2334              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
2335              "required": true,
2336              "type": "string"
2337            }
2338          },
2339          "path": "projects/{project}/zones/{zone}/disks/{disk}/createSnapshot",
2340          "request": {
2341            "$ref": "Snapshot"
2342          },
2343          "response": {
2344            "$ref": "Operation"
2345          },
2346          "scopes": [
2347            "https://www.googleapis.com/auth/cloud-platform",
2348            "https://www.googleapis.com/auth/compute"
2349          ]
2350        },
2351        "delete": {
2352          "description": "Deletes the specified persistent disk. Deleting a disk removes its data permanently and is irreversible. However, deleting a disk does not delete any snapshots previously made from the disk. You must separately delete snapshots.",
2353          "httpMethod": "DELETE",
2354          "id": "compute.disks.delete",
2355          "parameterOrder": [
2356            "project",
2357            "zone",
2358            "disk"
2359          ],
2360          "parameters": {
2361            "disk": {
2362              "description": "Name of the persistent disk to delete.",
2363              "location": "path",
2364              "required": true,
2365              "type": "string"
2366            },
2367            "project": {
2368              "description": "Project ID for this request.",
2369              "location": "path",
2370              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
2371              "required": true,
2372              "type": "string"
2373            },
2374            "requestId": {
2375              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
2376              "location": "query",
2377              "type": "string"
2378            },
2379            "zone": {
2380              "description": "The name of the zone for this request.",
2381              "location": "path",
2382              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
2383              "required": true,
2384              "type": "string"
2385            }
2386          },
2387          "path": "projects/{project}/zones/{zone}/disks/{disk}",
2388          "response": {
2389            "$ref": "Operation"
2390          },
2391          "scopes": [
2392            "https://www.googleapis.com/auth/cloud-platform",
2393            "https://www.googleapis.com/auth/compute"
2394          ]
2395        },
2396        "get": {
2397          "description": "Returns a specified persistent disk. Gets a list of available persistent disks by making a list() request.",
2398          "httpMethod": "GET",
2399          "id": "compute.disks.get",
2400          "parameterOrder": [
2401            "project",
2402            "zone",
2403            "disk"
2404          ],
2405          "parameters": {
2406            "disk": {
2407              "description": "Name of the persistent disk to return.",
2408              "location": "path",
2409              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
2410              "required": true,
2411              "type": "string"
2412            },
2413            "project": {
2414              "description": "Project ID for this request.",
2415              "location": "path",
2416              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
2417              "required": true,
2418              "type": "string"
2419            },
2420            "zone": {
2421              "description": "The name of the zone for this request.",
2422              "location": "path",
2423              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
2424              "required": true,
2425              "type": "string"
2426            }
2427          },
2428          "path": "projects/{project}/zones/{zone}/disks/{disk}",
2429          "response": {
2430            "$ref": "Disk"
2431          },
2432          "scopes": [
2433            "https://www.googleapis.com/auth/cloud-platform",
2434            "https://www.googleapis.com/auth/compute",
2435            "https://www.googleapis.com/auth/compute.readonly"
2436          ]
2437        },
2438        "getIamPolicy": {
2439          "description": "Gets the access control policy for a resource. May be empty if no such policy or resource exists.",
2440          "httpMethod": "GET",
2441          "id": "compute.disks.getIamPolicy",
2442          "parameterOrder": [
2443            "project",
2444            "zone",
2445            "resource"
2446          ],
2447          "parameters": {
2448            "optionsRequestedPolicyVersion": {
2449              "description": "Requested IAM Policy version.",
2450              "format": "int32",
2451              "location": "query",
2452              "type": "integer"
2453            },
2454            "project": {
2455              "description": "Project ID for this request.",
2456              "location": "path",
2457              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
2458              "required": true,
2459              "type": "string"
2460            },
2461            "resource": {
2462              "description": "Name or id of the resource for this request.",
2463              "location": "path",
2464              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
2465              "required": true,
2466              "type": "string"
2467            },
2468            "zone": {
2469              "description": "The name of the zone for this request.",
2470              "location": "path",
2471              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
2472              "required": true,
2473              "type": "string"
2474            }
2475          },
2476          "path": "projects/{project}/zones/{zone}/disks/{resource}/getIamPolicy",
2477          "response": {
2478            "$ref": "Policy"
2479          },
2480          "scopes": [
2481            "https://www.googleapis.com/auth/cloud-platform",
2482            "https://www.googleapis.com/auth/compute",
2483            "https://www.googleapis.com/auth/compute.readonly"
2484          ]
2485        },
2486        "insert": {
2487          "description": "Creates a persistent disk in the specified project using the data in the request. You can create a disk from a source (sourceImage, sourceSnapshot, or sourceDisk) or create an empty 500 GB data disk by omitting all properties. You can also create a disk that is larger than the default size by specifying the sizeGb property.",
2488          "httpMethod": "POST",
2489          "id": "compute.disks.insert",
2490          "parameterOrder": [
2491            "project",
2492            "zone"
2493          ],
2494          "parameters": {
2495            "project": {
2496              "description": "Project ID for this request.",
2497              "location": "path",
2498              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
2499              "required": true,
2500              "type": "string"
2501            },
2502            "requestId": {
2503              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
2504              "location": "query",
2505              "type": "string"
2506            },
2507            "sourceImage": {
2508              "description": "Optional. Source image to restore onto a disk.",
2509              "location": "query",
2510              "type": "string"
2511            },
2512            "zone": {
2513              "description": "The name of the zone for this request.",
2514              "location": "path",
2515              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
2516              "required": true,
2517              "type": "string"
2518            }
2519          },
2520          "path": "projects/{project}/zones/{zone}/disks",
2521          "request": {
2522            "$ref": "Disk"
2523          },
2524          "response": {
2525            "$ref": "Operation"
2526          },
2527          "scopes": [
2528            "https://www.googleapis.com/auth/cloud-platform",
2529            "https://www.googleapis.com/auth/compute"
2530          ]
2531        },
2532        "list": {
2533          "description": "Retrieves a list of persistent disks contained within the specified zone.",
2534          "httpMethod": "GET",
2535          "id": "compute.disks.list",
2536          "parameterOrder": [
2537            "project",
2538            "zone"
2539          ],
2540          "parameters": {
2541            "filter": {
2542              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
2543              "location": "query",
2544              "type": "string"
2545            },
2546            "maxResults": {
2547              "default": "500",
2548              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
2549              "format": "uint32",
2550              "location": "query",
2551              "minimum": "0",
2552              "type": "integer"
2553            },
2554            "orderBy": {
2555              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
2556              "location": "query",
2557              "type": "string"
2558            },
2559            "pageToken": {
2560              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
2561              "location": "query",
2562              "type": "string"
2563            },
2564            "project": {
2565              "description": "Project ID for this request.",
2566              "location": "path",
2567              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
2568              "required": true,
2569              "type": "string"
2570            },
2571            "returnPartialSuccess": {
2572              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
2573              "location": "query",
2574              "type": "boolean"
2575            },
2576            "zone": {
2577              "description": "The name of the zone for this request.",
2578              "location": "path",
2579              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
2580              "required": true,
2581              "type": "string"
2582            }
2583          },
2584          "path": "projects/{project}/zones/{zone}/disks",
2585          "response": {
2586            "$ref": "DiskList"
2587          },
2588          "scopes": [
2589            "https://www.googleapis.com/auth/cloud-platform",
2590            "https://www.googleapis.com/auth/compute",
2591            "https://www.googleapis.com/auth/compute.readonly"
2592          ]
2593        },
2594        "removeResourcePolicies": {
2595          "description": "Removes resource policies from a disk.",
2596          "httpMethod": "POST",
2597          "id": "compute.disks.removeResourcePolicies",
2598          "parameterOrder": [
2599            "project",
2600            "zone",
2601            "disk"
2602          ],
2603          "parameters": {
2604            "disk": {
2605              "description": "The disk name for this request.",
2606              "location": "path",
2607              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
2608              "required": true,
2609              "type": "string"
2610            },
2611            "project": {
2612              "description": "Project ID for this request.",
2613              "location": "path",
2614              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
2615              "required": true,
2616              "type": "string"
2617            },
2618            "requestId": {
2619              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
2620              "location": "query",
2621              "type": "string"
2622            },
2623            "zone": {
2624              "description": "The name of the zone for this request.",
2625              "location": "path",
2626              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
2627              "required": true,
2628              "type": "string"
2629            }
2630          },
2631          "path": "projects/{project}/zones/{zone}/disks/{disk}/removeResourcePolicies",
2632          "request": {
2633            "$ref": "DisksRemoveResourcePoliciesRequest"
2634          },
2635          "response": {
2636            "$ref": "Operation"
2637          },
2638          "scopes": [
2639            "https://www.googleapis.com/auth/cloud-platform",
2640            "https://www.googleapis.com/auth/compute"
2641          ]
2642        },
2643        "resize": {
2644          "description": "Resizes the specified persistent disk. You can only increase the size of the disk.",
2645          "httpMethod": "POST",
2646          "id": "compute.disks.resize",
2647          "parameterOrder": [
2648            "project",
2649            "zone",
2650            "disk"
2651          ],
2652          "parameters": {
2653            "disk": {
2654              "description": "The name of the persistent disk.",
2655              "location": "path",
2656              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
2657              "required": true,
2658              "type": "string"
2659            },
2660            "project": {
2661              "description": "Project ID for this request.",
2662              "location": "path",
2663              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
2664              "required": true,
2665              "type": "string"
2666            },
2667            "requestId": {
2668              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
2669              "location": "query",
2670              "type": "string"
2671            },
2672            "zone": {
2673              "description": "The name of the zone for this request.",
2674              "location": "path",
2675              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
2676              "required": true,
2677              "type": "string"
2678            }
2679          },
2680          "path": "projects/{project}/zones/{zone}/disks/{disk}/resize",
2681          "request": {
2682            "$ref": "DisksResizeRequest"
2683          },
2684          "response": {
2685            "$ref": "Operation"
2686          },
2687          "scopes": [
2688            "https://www.googleapis.com/auth/cloud-platform",
2689            "https://www.googleapis.com/auth/compute"
2690          ]
2691        },
2692        "setIamPolicy": {
2693          "description": "Sets the access control policy on the specified resource. Replaces any existing policy.",
2694          "httpMethod": "POST",
2695          "id": "compute.disks.setIamPolicy",
2696          "parameterOrder": [
2697            "project",
2698            "zone",
2699            "resource"
2700          ],
2701          "parameters": {
2702            "project": {
2703              "description": "Project ID for this request.",
2704              "location": "path",
2705              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
2706              "required": true,
2707              "type": "string"
2708            },
2709            "resource": {
2710              "description": "Name or id of the resource for this request.",
2711              "location": "path",
2712              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
2713              "required": true,
2714              "type": "string"
2715            },
2716            "zone": {
2717              "description": "The name of the zone for this request.",
2718              "location": "path",
2719              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
2720              "required": true,
2721              "type": "string"
2722            }
2723          },
2724          "path": "projects/{project}/zones/{zone}/disks/{resource}/setIamPolicy",
2725          "request": {
2726            "$ref": "ZoneSetPolicyRequest"
2727          },
2728          "response": {
2729            "$ref": "Policy"
2730          },
2731          "scopes": [
2732            "https://www.googleapis.com/auth/cloud-platform",
2733            "https://www.googleapis.com/auth/compute"
2734          ]
2735        },
2736        "setLabels": {
2737          "description": "Sets the labels on a disk. To learn more about labels, read the Labeling Resources documentation.",
2738          "httpMethod": "POST",
2739          "id": "compute.disks.setLabels",
2740          "parameterOrder": [
2741            "project",
2742            "zone",
2743            "resource"
2744          ],
2745          "parameters": {
2746            "project": {
2747              "description": "Project ID for this request.",
2748              "location": "path",
2749              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
2750              "required": true,
2751              "type": "string"
2752            },
2753            "requestId": {
2754              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
2755              "location": "query",
2756              "type": "string"
2757            },
2758            "resource": {
2759              "description": "Name or id of the resource for this request.",
2760              "location": "path",
2761              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
2762              "required": true,
2763              "type": "string"
2764            },
2765            "zone": {
2766              "description": "The name of the zone for this request.",
2767              "location": "path",
2768              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
2769              "required": true,
2770              "type": "string"
2771            }
2772          },
2773          "path": "projects/{project}/zones/{zone}/disks/{resource}/setLabels",
2774          "request": {
2775            "$ref": "ZoneSetLabelsRequest"
2776          },
2777          "response": {
2778            "$ref": "Operation"
2779          },
2780          "scopes": [
2781            "https://www.googleapis.com/auth/cloud-platform",
2782            "https://www.googleapis.com/auth/compute"
2783          ]
2784        },
2785        "testIamPermissions": {
2786          "description": "Returns permissions that a caller has on the specified resource.",
2787          "httpMethod": "POST",
2788          "id": "compute.disks.testIamPermissions",
2789          "parameterOrder": [
2790            "project",
2791            "zone",
2792            "resource"
2793          ],
2794          "parameters": {
2795            "project": {
2796              "description": "Project ID for this request.",
2797              "location": "path",
2798              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
2799              "required": true,
2800              "type": "string"
2801            },
2802            "resource": {
2803              "description": "Name or id of the resource for this request.",
2804              "location": "path",
2805              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
2806              "required": true,
2807              "type": "string"
2808            },
2809            "zone": {
2810              "description": "The name of the zone for this request.",
2811              "location": "path",
2812              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
2813              "required": true,
2814              "type": "string"
2815            }
2816          },
2817          "path": "projects/{project}/zones/{zone}/disks/{resource}/testIamPermissions",
2818          "request": {
2819            "$ref": "TestPermissionsRequest"
2820          },
2821          "response": {
2822            "$ref": "TestPermissionsResponse"
2823          },
2824          "scopes": [
2825            "https://www.googleapis.com/auth/cloud-platform",
2826            "https://www.googleapis.com/auth/compute",
2827            "https://www.googleapis.com/auth/compute.readonly"
2828          ]
2829        },
2830        "update": {
2831          "description": "Update the specified disk with the data included in the request. Update is performed only on selected fields included as part of update-mask. Only the following fields can be modified: user_license.",
2832          "httpMethod": "PATCH",
2833          "id": "compute.disks.update",
2834          "parameterOrder": [
2835            "project",
2836            "zone",
2837            "disk"
2838          ],
2839          "parameters": {
2840            "disk": {
2841              "description": "The disk name for this request.",
2842              "location": "path",
2843              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
2844              "required": true,
2845              "type": "string"
2846            },
2847            "paths": {
2848              "description": "The set of field mask paths.",
2849              "location": "query",
2850              "repeated": true,
2851              "type": "string"
2852            },
2853            "project": {
2854              "description": "Project ID for this request.",
2855              "location": "path",
2856              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
2857              "required": true,
2858              "type": "string"
2859            },
2860            "requestId": {
2861              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
2862              "location": "query",
2863              "type": "string"
2864            },
2865            "zone": {
2866              "description": "The name of the zone for this request.",
2867              "location": "path",
2868              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
2869              "required": true,
2870              "type": "string"
2871            }
2872          },
2873          "path": "projects/{project}/zones/{zone}/disks/{disk}",
2874          "request": {
2875            "$ref": "Disk"
2876          },
2877          "response": {
2878            "$ref": "Operation"
2879          },
2880          "scopes": [
2881            "https://www.googleapis.com/auth/cloud-platform",
2882            "https://www.googleapis.com/auth/compute"
2883          ]
2884        }
2885      }
2886    },
2887    "externalVpnGateways": {
2888      "methods": {
2889        "delete": {
2890          "description": "Deletes the specified externalVpnGateway.",
2891          "httpMethod": "DELETE",
2892          "id": "compute.externalVpnGateways.delete",
2893          "parameterOrder": [
2894            "project",
2895            "externalVpnGateway"
2896          ],
2897          "parameters": {
2898            "externalVpnGateway": {
2899              "description": "Name of the externalVpnGateways to delete.",
2900              "location": "path",
2901              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
2902              "required": true,
2903              "type": "string"
2904            },
2905            "project": {
2906              "description": "Project ID for this request.",
2907              "location": "path",
2908              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
2909              "required": true,
2910              "type": "string"
2911            },
2912            "requestId": {
2913              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
2914              "location": "query",
2915              "type": "string"
2916            }
2917          },
2918          "path": "projects/{project}/global/externalVpnGateways/{externalVpnGateway}",
2919          "response": {
2920            "$ref": "Operation"
2921          },
2922          "scopes": [
2923            "https://www.googleapis.com/auth/cloud-platform",
2924            "https://www.googleapis.com/auth/compute"
2925          ]
2926        },
2927        "get": {
2928          "description": "Returns the specified externalVpnGateway. Get a list of available externalVpnGateways by making a list() request.",
2929          "httpMethod": "GET",
2930          "id": "compute.externalVpnGateways.get",
2931          "parameterOrder": [
2932            "project",
2933            "externalVpnGateway"
2934          ],
2935          "parameters": {
2936            "externalVpnGateway": {
2937              "description": "Name of the externalVpnGateway to return.",
2938              "location": "path",
2939              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
2940              "required": true,
2941              "type": "string"
2942            },
2943            "project": {
2944              "description": "Project ID for this request.",
2945              "location": "path",
2946              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
2947              "required": true,
2948              "type": "string"
2949            }
2950          },
2951          "path": "projects/{project}/global/externalVpnGateways/{externalVpnGateway}",
2952          "response": {
2953            "$ref": "ExternalVpnGateway"
2954          },
2955          "scopes": [
2956            "https://www.googleapis.com/auth/cloud-platform",
2957            "https://www.googleapis.com/auth/compute",
2958            "https://www.googleapis.com/auth/compute.readonly"
2959          ]
2960        },
2961        "insert": {
2962          "description": "Creates a ExternalVpnGateway in the specified project using the data included in the request.",
2963          "httpMethod": "POST",
2964          "id": "compute.externalVpnGateways.insert",
2965          "parameterOrder": [
2966            "project"
2967          ],
2968          "parameters": {
2969            "project": {
2970              "description": "Project ID for this request.",
2971              "location": "path",
2972              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
2973              "required": true,
2974              "type": "string"
2975            },
2976            "requestId": {
2977              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
2978              "location": "query",
2979              "type": "string"
2980            }
2981          },
2982          "path": "projects/{project}/global/externalVpnGateways",
2983          "request": {
2984            "$ref": "ExternalVpnGateway"
2985          },
2986          "response": {
2987            "$ref": "Operation"
2988          },
2989          "scopes": [
2990            "https://www.googleapis.com/auth/cloud-platform",
2991            "https://www.googleapis.com/auth/compute"
2992          ]
2993        },
2994        "list": {
2995          "description": "Retrieves the list of ExternalVpnGateway available to the specified project.",
2996          "httpMethod": "GET",
2997          "id": "compute.externalVpnGateways.list",
2998          "parameterOrder": [
2999            "project"
3000          ],
3001          "parameters": {
3002            "filter": {
3003              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
3004              "location": "query",
3005              "type": "string"
3006            },
3007            "maxResults": {
3008              "default": "500",
3009              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
3010              "format": "uint32",
3011              "location": "query",
3012              "minimum": "0",
3013              "type": "integer"
3014            },
3015            "orderBy": {
3016              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
3017              "location": "query",
3018              "type": "string"
3019            },
3020            "pageToken": {
3021              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
3022              "location": "query",
3023              "type": "string"
3024            },
3025            "project": {
3026              "description": "Project ID for this request.",
3027              "location": "path",
3028              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
3029              "required": true,
3030              "type": "string"
3031            },
3032            "returnPartialSuccess": {
3033              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
3034              "location": "query",
3035              "type": "boolean"
3036            }
3037          },
3038          "path": "projects/{project}/global/externalVpnGateways",
3039          "response": {
3040            "$ref": "ExternalVpnGatewayList"
3041          },
3042          "scopes": [
3043            "https://www.googleapis.com/auth/cloud-platform",
3044            "https://www.googleapis.com/auth/compute",
3045            "https://www.googleapis.com/auth/compute.readonly"
3046          ]
3047        },
3048        "setLabels": {
3049          "description": "Sets the labels on an ExternalVpnGateway. To learn more about labels, read the Labeling Resources documentation.",
3050          "httpMethod": "POST",
3051          "id": "compute.externalVpnGateways.setLabels",
3052          "parameterOrder": [
3053            "project",
3054            "resource"
3055          ],
3056          "parameters": {
3057            "project": {
3058              "description": "Project ID for this request.",
3059              "location": "path",
3060              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
3061              "required": true,
3062              "type": "string"
3063            },
3064            "resource": {
3065              "description": "Name or id of the resource for this request.",
3066              "location": "path",
3067              "pattern": "[a-z](?:[-a-z0-9_]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
3068              "required": true,
3069              "type": "string"
3070            }
3071          },
3072          "path": "projects/{project}/global/externalVpnGateways/{resource}/setLabels",
3073          "request": {
3074            "$ref": "GlobalSetLabelsRequest"
3075          },
3076          "response": {
3077            "$ref": "Operation"
3078          },
3079          "scopes": [
3080            "https://www.googleapis.com/auth/cloud-platform",
3081            "https://www.googleapis.com/auth/compute"
3082          ]
3083        },
3084        "testIamPermissions": {
3085          "description": "Returns permissions that a caller has on the specified resource.",
3086          "httpMethod": "POST",
3087          "id": "compute.externalVpnGateways.testIamPermissions",
3088          "parameterOrder": [
3089            "project",
3090            "resource"
3091          ],
3092          "parameters": {
3093            "project": {
3094              "description": "Project ID for this request.",
3095              "location": "path",
3096              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
3097              "required": true,
3098              "type": "string"
3099            },
3100            "resource": {
3101              "description": "Name or id of the resource for this request.",
3102              "location": "path",
3103              "pattern": "[a-z](?:[-a-z0-9_]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
3104              "required": true,
3105              "type": "string"
3106            }
3107          },
3108          "path": "projects/{project}/global/externalVpnGateways/{resource}/testIamPermissions",
3109          "request": {
3110            "$ref": "TestPermissionsRequest"
3111          },
3112          "response": {
3113            "$ref": "TestPermissionsResponse"
3114          },
3115          "scopes": [
3116            "https://www.googleapis.com/auth/cloud-platform",
3117            "https://www.googleapis.com/auth/compute",
3118            "https://www.googleapis.com/auth/compute.readonly"
3119          ]
3120        }
3121      }
3122    },
3123    "firewalls": {
3124      "methods": {
3125        "delete": {
3126          "description": "Deletes the specified firewall.",
3127          "httpMethod": "DELETE",
3128          "id": "compute.firewalls.delete",
3129          "parameterOrder": [
3130            "project",
3131            "firewall"
3132          ],
3133          "parameters": {
3134            "firewall": {
3135              "description": "Name of the firewall rule to delete.",
3136              "location": "path",
3137              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
3138              "required": true,
3139              "type": "string"
3140            },
3141            "project": {
3142              "description": "Project ID for this request.",
3143              "location": "path",
3144              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
3145              "required": true,
3146              "type": "string"
3147            },
3148            "requestId": {
3149              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
3150              "location": "query",
3151              "type": "string"
3152            }
3153          },
3154          "path": "projects/{project}/global/firewalls/{firewall}",
3155          "response": {
3156            "$ref": "Operation"
3157          },
3158          "scopes": [
3159            "https://www.googleapis.com/auth/cloud-platform",
3160            "https://www.googleapis.com/auth/compute"
3161          ]
3162        },
3163        "get": {
3164          "description": "Returns the specified firewall.",
3165          "httpMethod": "GET",
3166          "id": "compute.firewalls.get",
3167          "parameterOrder": [
3168            "project",
3169            "firewall"
3170          ],
3171          "parameters": {
3172            "firewall": {
3173              "description": "Name of the firewall rule to return.",
3174              "location": "path",
3175              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
3176              "required": true,
3177              "type": "string"
3178            },
3179            "project": {
3180              "description": "Project ID for this request.",
3181              "location": "path",
3182              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
3183              "required": true,
3184              "type": "string"
3185            }
3186          },
3187          "path": "projects/{project}/global/firewalls/{firewall}",
3188          "response": {
3189            "$ref": "Firewall"
3190          },
3191          "scopes": [
3192            "https://www.googleapis.com/auth/cloud-platform",
3193            "https://www.googleapis.com/auth/compute",
3194            "https://www.googleapis.com/auth/compute.readonly"
3195          ]
3196        },
3197        "insert": {
3198          "description": "Creates a firewall rule in the specified project using the data included in the request.",
3199          "httpMethod": "POST",
3200          "id": "compute.firewalls.insert",
3201          "parameterOrder": [
3202            "project"
3203          ],
3204          "parameters": {
3205            "project": {
3206              "description": "Project ID for this request.",
3207              "location": "path",
3208              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
3209              "required": true,
3210              "type": "string"
3211            },
3212            "requestId": {
3213              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
3214              "location": "query",
3215              "type": "string"
3216            }
3217          },
3218          "path": "projects/{project}/global/firewalls",
3219          "request": {
3220            "$ref": "Firewall"
3221          },
3222          "response": {
3223            "$ref": "Operation"
3224          },
3225          "scopes": [
3226            "https://www.googleapis.com/auth/cloud-platform",
3227            "https://www.googleapis.com/auth/compute"
3228          ]
3229        },
3230        "list": {
3231          "description": "Retrieves the list of firewall rules available to the specified project.",
3232          "httpMethod": "GET",
3233          "id": "compute.firewalls.list",
3234          "parameterOrder": [
3235            "project"
3236          ],
3237          "parameters": {
3238            "filter": {
3239              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
3240              "location": "query",
3241              "type": "string"
3242            },
3243            "maxResults": {
3244              "default": "500",
3245              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
3246              "format": "uint32",
3247              "location": "query",
3248              "minimum": "0",
3249              "type": "integer"
3250            },
3251            "orderBy": {
3252              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
3253              "location": "query",
3254              "type": "string"
3255            },
3256            "pageToken": {
3257              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
3258              "location": "query",
3259              "type": "string"
3260            },
3261            "project": {
3262              "description": "Project ID for this request.",
3263              "location": "path",
3264              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
3265              "required": true,
3266              "type": "string"
3267            },
3268            "returnPartialSuccess": {
3269              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
3270              "location": "query",
3271              "type": "boolean"
3272            }
3273          },
3274          "path": "projects/{project}/global/firewalls",
3275          "response": {
3276            "$ref": "FirewallList"
3277          },
3278          "scopes": [
3279            "https://www.googleapis.com/auth/cloud-platform",
3280            "https://www.googleapis.com/auth/compute",
3281            "https://www.googleapis.com/auth/compute.readonly"
3282          ]
3283        },
3284        "patch": {
3285          "description": "Updates the specified firewall rule with the data included in the request. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.",
3286          "httpMethod": "PATCH",
3287          "id": "compute.firewalls.patch",
3288          "parameterOrder": [
3289            "project",
3290            "firewall"
3291          ],
3292          "parameters": {
3293            "firewall": {
3294              "description": "Name of the firewall rule to patch.",
3295              "location": "path",
3296              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
3297              "required": true,
3298              "type": "string"
3299            },
3300            "project": {
3301              "description": "Project ID for this request.",
3302              "location": "path",
3303              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
3304              "required": true,
3305              "type": "string"
3306            },
3307            "requestId": {
3308              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
3309              "location": "query",
3310              "type": "string"
3311            }
3312          },
3313          "path": "projects/{project}/global/firewalls/{firewall}",
3314          "request": {
3315            "$ref": "Firewall"
3316          },
3317          "response": {
3318            "$ref": "Operation"
3319          },
3320          "scopes": [
3321            "https://www.googleapis.com/auth/cloud-platform",
3322            "https://www.googleapis.com/auth/compute"
3323          ]
3324        },
3325        "testIamPermissions": {
3326          "description": "Returns permissions that a caller has on the specified resource.",
3327          "httpMethod": "POST",
3328          "id": "compute.firewalls.testIamPermissions",
3329          "parameterOrder": [
3330            "project",
3331            "resource"
3332          ],
3333          "parameters": {
3334            "project": {
3335              "description": "Project ID for this request.",
3336              "location": "path",
3337              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
3338              "required": true,
3339              "type": "string"
3340            },
3341            "resource": {
3342              "description": "Name or id of the resource for this request.",
3343              "location": "path",
3344              "pattern": "[a-z](?:[-a-z0-9_]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
3345              "required": true,
3346              "type": "string"
3347            }
3348          },
3349          "path": "projects/{project}/global/firewalls/{resource}/testIamPermissions",
3350          "request": {
3351            "$ref": "TestPermissionsRequest"
3352          },
3353          "response": {
3354            "$ref": "TestPermissionsResponse"
3355          },
3356          "scopes": [
3357            "https://www.googleapis.com/auth/cloud-platform",
3358            "https://www.googleapis.com/auth/compute",
3359            "https://www.googleapis.com/auth/compute.readonly"
3360          ]
3361        },
3362        "update": {
3363          "description": "Updates the specified firewall rule with the data included in the request. Note that all fields will be updated if using PUT, even fields that are not specified. To update individual fields, please use PATCH instead.",
3364          "httpMethod": "PUT",
3365          "id": "compute.firewalls.update",
3366          "parameterOrder": [
3367            "project",
3368            "firewall"
3369          ],
3370          "parameters": {
3371            "firewall": {
3372              "description": "Name of the firewall rule to update.",
3373              "location": "path",
3374              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
3375              "required": true,
3376              "type": "string"
3377            },
3378            "project": {
3379              "description": "Project ID for this request.",
3380              "location": "path",
3381              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
3382              "required": true,
3383              "type": "string"
3384            },
3385            "requestId": {
3386              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
3387              "location": "query",
3388              "type": "string"
3389            }
3390          },
3391          "path": "projects/{project}/global/firewalls/{firewall}",
3392          "request": {
3393            "$ref": "Firewall"
3394          },
3395          "response": {
3396            "$ref": "Operation"
3397          },
3398          "scopes": [
3399            "https://www.googleapis.com/auth/cloud-platform",
3400            "https://www.googleapis.com/auth/compute"
3401          ]
3402        }
3403      }
3404    },
3405    "forwardingRules": {
3406      "methods": {
3407        "aggregatedList": {
3408          "description": "Retrieves an aggregated list of forwarding rules.",
3409          "httpMethod": "GET",
3410          "id": "compute.forwardingRules.aggregatedList",
3411          "parameterOrder": [
3412            "project"
3413          ],
3414          "parameters": {
3415            "filter": {
3416              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
3417              "location": "query",
3418              "type": "string"
3419            },
3420            "includeAllScopes": {
3421              "description": "Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.",
3422              "location": "query",
3423              "type": "boolean"
3424            },
3425            "maxResults": {
3426              "default": "500",
3427              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
3428              "format": "uint32",
3429              "location": "query",
3430              "minimum": "0",
3431              "type": "integer"
3432            },
3433            "orderBy": {
3434              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
3435              "location": "query",
3436              "type": "string"
3437            },
3438            "pageToken": {
3439              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
3440              "location": "query",
3441              "type": "string"
3442            },
3443            "project": {
3444              "description": "Project ID for this request.",
3445              "location": "path",
3446              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
3447              "required": true,
3448              "type": "string"
3449            },
3450            "returnPartialSuccess": {
3451              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
3452              "location": "query",
3453              "type": "boolean"
3454            }
3455          },
3456          "path": "projects/{project}/aggregated/forwardingRules",
3457          "response": {
3458            "$ref": "ForwardingRuleAggregatedList"
3459          },
3460          "scopes": [
3461            "https://www.googleapis.com/auth/cloud-platform",
3462            "https://www.googleapis.com/auth/compute",
3463            "https://www.googleapis.com/auth/compute.readonly"
3464          ]
3465        },
3466        "delete": {
3467          "description": "Deletes the specified ForwardingRule resource.",
3468          "httpMethod": "DELETE",
3469          "id": "compute.forwardingRules.delete",
3470          "parameterOrder": [
3471            "project",
3472            "region",
3473            "forwardingRule"
3474          ],
3475          "parameters": {
3476            "forwardingRule": {
3477              "description": "Name of the ForwardingRule resource to delete.",
3478              "location": "path",
3479              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
3480              "required": true,
3481              "type": "string"
3482            },
3483            "project": {
3484              "description": "Project ID for this request.",
3485              "location": "path",
3486              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
3487              "required": true,
3488              "type": "string"
3489            },
3490            "region": {
3491              "description": "Name of the region scoping this request.",
3492              "location": "path",
3493              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
3494              "required": true,
3495              "type": "string"
3496            },
3497            "requestId": {
3498              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
3499              "location": "query",
3500              "type": "string"
3501            }
3502          },
3503          "path": "projects/{project}/regions/{region}/forwardingRules/{forwardingRule}",
3504          "response": {
3505            "$ref": "Operation"
3506          },
3507          "scopes": [
3508            "https://www.googleapis.com/auth/cloud-platform",
3509            "https://www.googleapis.com/auth/compute"
3510          ]
3511        },
3512        "get": {
3513          "description": "Returns the specified ForwardingRule resource.",
3514          "httpMethod": "GET",
3515          "id": "compute.forwardingRules.get",
3516          "parameterOrder": [
3517            "project",
3518            "region",
3519            "forwardingRule"
3520          ],
3521          "parameters": {
3522            "forwardingRule": {
3523              "description": "Name of the ForwardingRule resource to return.",
3524              "location": "path",
3525              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
3526              "required": true,
3527              "type": "string"
3528            },
3529            "project": {
3530              "description": "Project ID for this request.",
3531              "location": "path",
3532              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
3533              "required": true,
3534              "type": "string"
3535            },
3536            "region": {
3537              "description": "Name of the region scoping this request.",
3538              "location": "path",
3539              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
3540              "required": true,
3541              "type": "string"
3542            }
3543          },
3544          "path": "projects/{project}/regions/{region}/forwardingRules/{forwardingRule}",
3545          "response": {
3546            "$ref": "ForwardingRule"
3547          },
3548          "scopes": [
3549            "https://www.googleapis.com/auth/cloud-platform",
3550            "https://www.googleapis.com/auth/compute",
3551            "https://www.googleapis.com/auth/compute.readonly"
3552          ]
3553        },
3554        "insert": {
3555          "description": "Creates a ForwardingRule resource in the specified project and region using the data included in the request.",
3556          "httpMethod": "POST",
3557          "id": "compute.forwardingRules.insert",
3558          "parameterOrder": [
3559            "project",
3560            "region"
3561          ],
3562          "parameters": {
3563            "project": {
3564              "description": "Project ID for this request.",
3565              "location": "path",
3566              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
3567              "required": true,
3568              "type": "string"
3569            },
3570            "region": {
3571              "description": "Name of the region scoping this request.",
3572              "location": "path",
3573              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
3574              "required": true,
3575              "type": "string"
3576            },
3577            "requestId": {
3578              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
3579              "location": "query",
3580              "type": "string"
3581            }
3582          },
3583          "path": "projects/{project}/regions/{region}/forwardingRules",
3584          "request": {
3585            "$ref": "ForwardingRule"
3586          },
3587          "response": {
3588            "$ref": "Operation"
3589          },
3590          "scopes": [
3591            "https://www.googleapis.com/auth/cloud-platform",
3592            "https://www.googleapis.com/auth/compute"
3593          ]
3594        },
3595        "list": {
3596          "description": "Retrieves a list of ForwardingRule resources available to the specified project and region.",
3597          "httpMethod": "GET",
3598          "id": "compute.forwardingRules.list",
3599          "parameterOrder": [
3600            "project",
3601            "region"
3602          ],
3603          "parameters": {
3604            "filter": {
3605              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
3606              "location": "query",
3607              "type": "string"
3608            },
3609            "maxResults": {
3610              "default": "500",
3611              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
3612              "format": "uint32",
3613              "location": "query",
3614              "minimum": "0",
3615              "type": "integer"
3616            },
3617            "orderBy": {
3618              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
3619              "location": "query",
3620              "type": "string"
3621            },
3622            "pageToken": {
3623              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
3624              "location": "query",
3625              "type": "string"
3626            },
3627            "project": {
3628              "description": "Project ID for this request.",
3629              "location": "path",
3630              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
3631              "required": true,
3632              "type": "string"
3633            },
3634            "region": {
3635              "description": "Name of the region scoping this request.",
3636              "location": "path",
3637              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
3638              "required": true,
3639              "type": "string"
3640            },
3641            "returnPartialSuccess": {
3642              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
3643              "location": "query",
3644              "type": "boolean"
3645            }
3646          },
3647          "path": "projects/{project}/regions/{region}/forwardingRules",
3648          "response": {
3649            "$ref": "ForwardingRuleList"
3650          },
3651          "scopes": [
3652            "https://www.googleapis.com/auth/cloud-platform",
3653            "https://www.googleapis.com/auth/compute",
3654            "https://www.googleapis.com/auth/compute.readonly"
3655          ]
3656        },
3657        "patch": {
3658          "description": "Updates the specified forwarding rule with the data included in the request. This method supports PATCH semantics and uses the JSON merge patch format and processing rules. Currently, you can only patch the network_tier field.",
3659          "httpMethod": "PATCH",
3660          "id": "compute.forwardingRules.patch",
3661          "parameterOrder": [
3662            "project",
3663            "region",
3664            "forwardingRule"
3665          ],
3666          "parameters": {
3667            "forwardingRule": {
3668              "description": "Name of the ForwardingRule resource to patch.",
3669              "location": "path",
3670              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
3671              "required": true,
3672              "type": "string"
3673            },
3674            "project": {
3675              "description": "Project ID for this request.",
3676              "location": "path",
3677              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
3678              "required": true,
3679              "type": "string"
3680            },
3681            "region": {
3682              "description": "Name of the region scoping this request.",
3683              "location": "path",
3684              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
3685              "required": true,
3686              "type": "string"
3687            },
3688            "requestId": {
3689              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
3690              "location": "query",
3691              "type": "string"
3692            }
3693          },
3694          "path": "projects/{project}/regions/{region}/forwardingRules/{forwardingRule}",
3695          "request": {
3696            "$ref": "ForwardingRule"
3697          },
3698          "response": {
3699            "$ref": "Operation"
3700          },
3701          "scopes": [
3702            "https://www.googleapis.com/auth/cloud-platform",
3703            "https://www.googleapis.com/auth/compute"
3704          ]
3705        },
3706        "setLabels": {
3707          "description": "Sets the labels on the specified resource. To learn more about labels, read the Labeling Resources documentation.",
3708          "httpMethod": "POST",
3709          "id": "compute.forwardingRules.setLabels",
3710          "parameterOrder": [
3711            "project",
3712            "region",
3713            "resource"
3714          ],
3715          "parameters": {
3716            "project": {
3717              "description": "Project ID for this request.",
3718              "location": "path",
3719              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
3720              "required": true,
3721              "type": "string"
3722            },
3723            "region": {
3724              "description": "The region for this request.",
3725              "location": "path",
3726              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
3727              "required": true,
3728              "type": "string"
3729            },
3730            "requestId": {
3731              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
3732              "location": "query",
3733              "type": "string"
3734            },
3735            "resource": {
3736              "description": "Name or id of the resource for this request.",
3737              "location": "path",
3738              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
3739              "required": true,
3740              "type": "string"
3741            }
3742          },
3743          "path": "projects/{project}/regions/{region}/forwardingRules/{resource}/setLabels",
3744          "request": {
3745            "$ref": "RegionSetLabelsRequest"
3746          },
3747          "response": {
3748            "$ref": "Operation"
3749          },
3750          "scopes": [
3751            "https://www.googleapis.com/auth/cloud-platform",
3752            "https://www.googleapis.com/auth/compute"
3753          ]
3754        },
3755        "setTarget": {
3756          "description": "Changes target URL for forwarding rule. The new target should be of the same type as the old target.",
3757          "httpMethod": "POST",
3758          "id": "compute.forwardingRules.setTarget",
3759          "parameterOrder": [
3760            "project",
3761            "region",
3762            "forwardingRule"
3763          ],
3764          "parameters": {
3765            "forwardingRule": {
3766              "description": "Name of the ForwardingRule resource in which target is to be set.",
3767              "location": "path",
3768              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
3769              "required": true,
3770              "type": "string"
3771            },
3772            "project": {
3773              "description": "Project ID for this request.",
3774              "location": "path",
3775              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
3776              "required": true,
3777              "type": "string"
3778            },
3779            "region": {
3780              "description": "Name of the region scoping this request.",
3781              "location": "path",
3782              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
3783              "required": true,
3784              "type": "string"
3785            },
3786            "requestId": {
3787              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
3788              "location": "query",
3789              "type": "string"
3790            }
3791          },
3792          "path": "projects/{project}/regions/{region}/forwardingRules/{forwardingRule}/setTarget",
3793          "request": {
3794            "$ref": "TargetReference"
3795          },
3796          "response": {
3797            "$ref": "Operation"
3798          },
3799          "scopes": [
3800            "https://www.googleapis.com/auth/cloud-platform",
3801            "https://www.googleapis.com/auth/compute"
3802          ]
3803        },
3804        "testIamPermissions": {
3805          "description": "Returns permissions that a caller has on the specified resource.",
3806          "httpMethod": "POST",
3807          "id": "compute.forwardingRules.testIamPermissions",
3808          "parameterOrder": [
3809            "project",
3810            "region",
3811            "resource"
3812          ],
3813          "parameters": {
3814            "project": {
3815              "description": "Project ID for this request.",
3816              "location": "path",
3817              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
3818              "required": true,
3819              "type": "string"
3820            },
3821            "region": {
3822              "description": "The name of the region for this request.",
3823              "location": "path",
3824              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
3825              "required": true,
3826              "type": "string"
3827            },
3828            "resource": {
3829              "description": "Name or id of the resource for this request.",
3830              "location": "path",
3831              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
3832              "required": true,
3833              "type": "string"
3834            }
3835          },
3836          "path": "projects/{project}/regions/{region}/forwardingRules/{resource}/testIamPermissions",
3837          "request": {
3838            "$ref": "TestPermissionsRequest"
3839          },
3840          "response": {
3841            "$ref": "TestPermissionsResponse"
3842          },
3843          "scopes": [
3844            "https://www.googleapis.com/auth/cloud-platform",
3845            "https://www.googleapis.com/auth/compute",
3846            "https://www.googleapis.com/auth/compute.readonly"
3847          ]
3848        }
3849      }
3850    },
3851    "globalAddresses": {
3852      "methods": {
3853        "delete": {
3854          "description": "Deletes the specified address resource.",
3855          "httpMethod": "DELETE",
3856          "id": "compute.globalAddresses.delete",
3857          "parameterOrder": [
3858            "project",
3859            "address"
3860          ],
3861          "parameters": {
3862            "address": {
3863              "description": "Name of the address resource to delete.",
3864              "location": "path",
3865              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
3866              "required": true,
3867              "type": "string"
3868            },
3869            "project": {
3870              "description": "Project ID for this request.",
3871              "location": "path",
3872              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
3873              "required": true,
3874              "type": "string"
3875            },
3876            "requestId": {
3877              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
3878              "location": "query",
3879              "type": "string"
3880            }
3881          },
3882          "path": "projects/{project}/global/addresses/{address}",
3883          "response": {
3884            "$ref": "Operation"
3885          },
3886          "scopes": [
3887            "https://www.googleapis.com/auth/cloud-platform",
3888            "https://www.googleapis.com/auth/compute"
3889          ]
3890        },
3891        "get": {
3892          "description": "Returns the specified address resource. Gets a list of available addresses by making a list() request.",
3893          "httpMethod": "GET",
3894          "id": "compute.globalAddresses.get",
3895          "parameterOrder": [
3896            "project",
3897            "address"
3898          ],
3899          "parameters": {
3900            "address": {
3901              "description": "Name of the address resource to return.",
3902              "location": "path",
3903              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
3904              "required": true,
3905              "type": "string"
3906            },
3907            "project": {
3908              "description": "Project ID for this request.",
3909              "location": "path",
3910              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
3911              "required": true,
3912              "type": "string"
3913            }
3914          },
3915          "path": "projects/{project}/global/addresses/{address}",
3916          "response": {
3917            "$ref": "Address"
3918          },
3919          "scopes": [
3920            "https://www.googleapis.com/auth/cloud-platform",
3921            "https://www.googleapis.com/auth/compute",
3922            "https://www.googleapis.com/auth/compute.readonly"
3923          ]
3924        },
3925        "getOwnerInstance": {
3926          "description": "Find owner instance from given ip address",
3927          "httpMethod": "GET",
3928          "id": "compute.globalAddresses.getOwnerInstance",
3929          "parameterOrder": [
3930            "project"
3931          ],
3932          "parameters": {
3933            "ipAddress": {
3934              "description": "The ip_address could be external IPv4, or internal IPv4 within IPv6 form of virtual_network_id with internal IPv4. IPv6 is not supported yet.",
3935              "location": "query",
3936              "type": "string"
3937            },
3938            "project": {
3939              "description": "Project ID for this request.",
3940              "location": "path",
3941              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
3942              "required": true,
3943              "type": "string"
3944            }
3945          },
3946          "path": "projects/{project}/global/addresses/getOwnerInstance",
3947          "response": {
3948            "$ref": "GetOwnerInstanceResponse"
3949          },
3950          "scopes": [
3951            "https://www.googleapis.com/auth/cloud-platform",
3952            "https://www.googleapis.com/auth/compute"
3953          ]
3954        },
3955        "insert": {
3956          "description": "Creates an address resource in the specified project by using the data included in the request.",
3957          "httpMethod": "POST",
3958          "id": "compute.globalAddresses.insert",
3959          "parameterOrder": [
3960            "project"
3961          ],
3962          "parameters": {
3963            "project": {
3964              "description": "Project ID for this request.",
3965              "location": "path",
3966              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
3967              "required": true,
3968              "type": "string"
3969            },
3970            "requestId": {
3971              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
3972              "location": "query",
3973              "type": "string"
3974            }
3975          },
3976          "path": "projects/{project}/global/addresses",
3977          "request": {
3978            "$ref": "Address"
3979          },
3980          "response": {
3981            "$ref": "Operation"
3982          },
3983          "scopes": [
3984            "https://www.googleapis.com/auth/cloud-platform",
3985            "https://www.googleapis.com/auth/compute"
3986          ]
3987        },
3988        "list": {
3989          "description": "Retrieves a list of global addresses.",
3990          "httpMethod": "GET",
3991          "id": "compute.globalAddresses.list",
3992          "parameterOrder": [
3993            "project"
3994          ],
3995          "parameters": {
3996            "filter": {
3997              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
3998              "location": "query",
3999              "type": "string"
4000            },
4001            "maxResults": {
4002              "default": "500",
4003              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
4004              "format": "uint32",
4005              "location": "query",
4006              "minimum": "0",
4007              "type": "integer"
4008            },
4009            "orderBy": {
4010              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
4011              "location": "query",
4012              "type": "string"
4013            },
4014            "pageToken": {
4015              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
4016              "location": "query",
4017              "type": "string"
4018            },
4019            "project": {
4020              "description": "Project ID for this request.",
4021              "location": "path",
4022              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
4023              "required": true,
4024              "type": "string"
4025            },
4026            "returnPartialSuccess": {
4027              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
4028              "location": "query",
4029              "type": "boolean"
4030            }
4031          },
4032          "path": "projects/{project}/global/addresses",
4033          "response": {
4034            "$ref": "AddressList"
4035          },
4036          "scopes": [
4037            "https://www.googleapis.com/auth/cloud-platform",
4038            "https://www.googleapis.com/auth/compute",
4039            "https://www.googleapis.com/auth/compute.readonly"
4040          ]
4041        },
4042        "setLabels": {
4043          "description": "Sets the labels on a GlobalAddress. To learn more about labels, read the Labeling Resources documentation.",
4044          "httpMethod": "POST",
4045          "id": "compute.globalAddresses.setLabels",
4046          "parameterOrder": [
4047            "project",
4048            "resource"
4049          ],
4050          "parameters": {
4051            "project": {
4052              "description": "Project ID for this request.",
4053              "location": "path",
4054              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
4055              "required": true,
4056              "type": "string"
4057            },
4058            "resource": {
4059              "description": "Name or id of the resource for this request.",
4060              "location": "path",
4061              "pattern": "[a-z](?:[-a-z0-9_]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
4062              "required": true,
4063              "type": "string"
4064            }
4065          },
4066          "path": "projects/{project}/global/addresses/{resource}/setLabels",
4067          "request": {
4068            "$ref": "GlobalSetLabelsRequest"
4069          },
4070          "response": {
4071            "$ref": "Operation"
4072          },
4073          "scopes": [
4074            "https://www.googleapis.com/auth/cloud-platform",
4075            "https://www.googleapis.com/auth/compute"
4076          ]
4077        },
4078        "testIamPermissions": {
4079          "description": "Returns permissions that a caller has on the specified resource.",
4080          "httpMethod": "POST",
4081          "id": "compute.globalAddresses.testIamPermissions",
4082          "parameterOrder": [
4083            "project",
4084            "resource"
4085          ],
4086          "parameters": {
4087            "project": {
4088              "description": "Project ID for this request.",
4089              "location": "path",
4090              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
4091              "required": true,
4092              "type": "string"
4093            },
4094            "resource": {
4095              "description": "Name or id of the resource for this request.",
4096              "location": "path",
4097              "pattern": "[a-z](?:[-a-z0-9_]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
4098              "required": true,
4099              "type": "string"
4100            }
4101          },
4102          "path": "projects/{project}/global/addresses/{resource}/testIamPermissions",
4103          "request": {
4104            "$ref": "TestPermissionsRequest"
4105          },
4106          "response": {
4107            "$ref": "TestPermissionsResponse"
4108          },
4109          "scopes": [
4110            "https://www.googleapis.com/auth/cloud-platform",
4111            "https://www.googleapis.com/auth/compute",
4112            "https://www.googleapis.com/auth/compute.readonly"
4113          ]
4114        }
4115      }
4116    },
4117    "globalForwardingRules": {
4118      "methods": {
4119        "delete": {
4120          "description": "Deletes the specified GlobalForwardingRule resource.",
4121          "httpMethod": "DELETE",
4122          "id": "compute.globalForwardingRules.delete",
4123          "parameterOrder": [
4124            "project",
4125            "forwardingRule"
4126          ],
4127          "parameters": {
4128            "forwardingRule": {
4129              "description": "Name of the ForwardingRule resource to delete.",
4130              "location": "path",
4131              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
4132              "required": true,
4133              "type": "string"
4134            },
4135            "project": {
4136              "description": "Project ID for this request.",
4137              "location": "path",
4138              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
4139              "required": true,
4140              "type": "string"
4141            },
4142            "requestId": {
4143              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
4144              "location": "query",
4145              "type": "string"
4146            }
4147          },
4148          "path": "projects/{project}/global/forwardingRules/{forwardingRule}",
4149          "response": {
4150            "$ref": "Operation"
4151          },
4152          "scopes": [
4153            "https://www.googleapis.com/auth/cloud-platform",
4154            "https://www.googleapis.com/auth/compute"
4155          ]
4156        },
4157        "get": {
4158          "description": "Returns the specified GlobalForwardingRule resource. Gets a list of available forwarding rules by making a list() request.",
4159          "httpMethod": "GET",
4160          "id": "compute.globalForwardingRules.get",
4161          "parameterOrder": [
4162            "project",
4163            "forwardingRule"
4164          ],
4165          "parameters": {
4166            "forwardingRule": {
4167              "description": "Name of the ForwardingRule resource to return.",
4168              "location": "path",
4169              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
4170              "required": true,
4171              "type": "string"
4172            },
4173            "project": {
4174              "description": "Project ID for this request.",
4175              "location": "path",
4176              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
4177              "required": true,
4178              "type": "string"
4179            }
4180          },
4181          "path": "projects/{project}/global/forwardingRules/{forwardingRule}",
4182          "response": {
4183            "$ref": "ForwardingRule"
4184          },
4185          "scopes": [
4186            "https://www.googleapis.com/auth/cloud-platform",
4187            "https://www.googleapis.com/auth/compute",
4188            "https://www.googleapis.com/auth/compute.readonly"
4189          ]
4190        },
4191        "insert": {
4192          "description": "Creates a GlobalForwardingRule resource in the specified project using the data included in the request.",
4193          "httpMethod": "POST",
4194          "id": "compute.globalForwardingRules.insert",
4195          "parameterOrder": [
4196            "project"
4197          ],
4198          "parameters": {
4199            "project": {
4200              "description": "Project ID for this request.",
4201              "location": "path",
4202              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
4203              "required": true,
4204              "type": "string"
4205            },
4206            "requestId": {
4207              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
4208              "location": "query",
4209              "type": "string"
4210            }
4211          },
4212          "path": "projects/{project}/global/forwardingRules",
4213          "request": {
4214            "$ref": "ForwardingRule"
4215          },
4216          "response": {
4217            "$ref": "Operation"
4218          },
4219          "scopes": [
4220            "https://www.googleapis.com/auth/cloud-platform",
4221            "https://www.googleapis.com/auth/compute"
4222          ]
4223        },
4224        "list": {
4225          "description": "Retrieves a list of GlobalForwardingRule resources available to the specified project.",
4226          "httpMethod": "GET",
4227          "id": "compute.globalForwardingRules.list",
4228          "parameterOrder": [
4229            "project"
4230          ],
4231          "parameters": {
4232            "filter": {
4233              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
4234              "location": "query",
4235              "type": "string"
4236            },
4237            "maxResults": {
4238              "default": "500",
4239              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
4240              "format": "uint32",
4241              "location": "query",
4242              "minimum": "0",
4243              "type": "integer"
4244            },
4245            "orderBy": {
4246              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
4247              "location": "query",
4248              "type": "string"
4249            },
4250            "pageToken": {
4251              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
4252              "location": "query",
4253              "type": "string"
4254            },
4255            "project": {
4256              "description": "Project ID for this request.",
4257              "location": "path",
4258              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
4259              "required": true,
4260              "type": "string"
4261            },
4262            "returnPartialSuccess": {
4263              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
4264              "location": "query",
4265              "type": "boolean"
4266            }
4267          },
4268          "path": "projects/{project}/global/forwardingRules",
4269          "response": {
4270            "$ref": "ForwardingRuleList"
4271          },
4272          "scopes": [
4273            "https://www.googleapis.com/auth/cloud-platform",
4274            "https://www.googleapis.com/auth/compute",
4275            "https://www.googleapis.com/auth/compute.readonly"
4276          ]
4277        },
4278        "patch": {
4279          "description": "Updates the specified forwarding rule with the data included in the request. This method supports PATCH semantics and uses the JSON merge patch format and processing rules. Currently, you can only patch the network_tier field.",
4280          "httpMethod": "PATCH",
4281          "id": "compute.globalForwardingRules.patch",
4282          "parameterOrder": [
4283            "project",
4284            "forwardingRule"
4285          ],
4286          "parameters": {
4287            "forwardingRule": {
4288              "description": "Name of the ForwardingRule resource to patch.",
4289              "location": "path",
4290              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
4291              "required": true,
4292              "type": "string"
4293            },
4294            "project": {
4295              "description": "Project ID for this request.",
4296              "location": "path",
4297              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
4298              "required": true,
4299              "type": "string"
4300            },
4301            "requestId": {
4302              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
4303              "location": "query",
4304              "type": "string"
4305            }
4306          },
4307          "path": "projects/{project}/global/forwardingRules/{forwardingRule}",
4308          "request": {
4309            "$ref": "ForwardingRule"
4310          },
4311          "response": {
4312            "$ref": "Operation"
4313          },
4314          "scopes": [
4315            "https://www.googleapis.com/auth/cloud-platform",
4316            "https://www.googleapis.com/auth/compute"
4317          ]
4318        },
4319        "setLabels": {
4320          "description": "Sets the labels on the specified resource. To learn more about labels, read the Labeling Resources documentation.",
4321          "httpMethod": "POST",
4322          "id": "compute.globalForwardingRules.setLabels",
4323          "parameterOrder": [
4324            "project",
4325            "resource"
4326          ],
4327          "parameters": {
4328            "project": {
4329              "description": "Project ID for this request.",
4330              "location": "path",
4331              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
4332              "required": true,
4333              "type": "string"
4334            },
4335            "resource": {
4336              "description": "Name or id of the resource for this request.",
4337              "location": "path",
4338              "pattern": "[a-z](?:[-a-z0-9_]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
4339              "required": true,
4340              "type": "string"
4341            }
4342          },
4343          "path": "projects/{project}/global/forwardingRules/{resource}/setLabels",
4344          "request": {
4345            "$ref": "GlobalSetLabelsRequest"
4346          },
4347          "response": {
4348            "$ref": "Operation"
4349          },
4350          "scopes": [
4351            "https://www.googleapis.com/auth/cloud-platform",
4352            "https://www.googleapis.com/auth/compute"
4353          ]
4354        },
4355        "setTarget": {
4356          "description": "Changes target URL for the GlobalForwardingRule resource. The new target should be of the same type as the old target.",
4357          "httpMethod": "POST",
4358          "id": "compute.globalForwardingRules.setTarget",
4359          "parameterOrder": [
4360            "project",
4361            "forwardingRule"
4362          ],
4363          "parameters": {
4364            "forwardingRule": {
4365              "description": "Name of the ForwardingRule resource in which target is to be set.",
4366              "location": "path",
4367              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
4368              "required": true,
4369              "type": "string"
4370            },
4371            "project": {
4372              "description": "Project ID for this request.",
4373              "location": "path",
4374              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
4375              "required": true,
4376              "type": "string"
4377            },
4378            "requestId": {
4379              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
4380              "location": "query",
4381              "type": "string"
4382            }
4383          },
4384          "path": "projects/{project}/global/forwardingRules/{forwardingRule}/setTarget",
4385          "request": {
4386            "$ref": "TargetReference"
4387          },
4388          "response": {
4389            "$ref": "Operation"
4390          },
4391          "scopes": [
4392            "https://www.googleapis.com/auth/cloud-platform",
4393            "https://www.googleapis.com/auth/compute"
4394          ]
4395        },
4396        "testIamPermissions": {
4397          "description": "Returns permissions that a caller has on the specified resource.",
4398          "httpMethod": "POST",
4399          "id": "compute.globalForwardingRules.testIamPermissions",
4400          "parameterOrder": [
4401            "project",
4402            "resource"
4403          ],
4404          "parameters": {
4405            "project": {
4406              "description": "Project ID for this request.",
4407              "location": "path",
4408              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
4409              "required": true,
4410              "type": "string"
4411            },
4412            "resource": {
4413              "description": "Name or id of the resource for this request.",
4414              "location": "path",
4415              "pattern": "[a-z](?:[-a-z0-9_]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
4416              "required": true,
4417              "type": "string"
4418            }
4419          },
4420          "path": "projects/{project}/global/forwardingRules/{resource}/testIamPermissions",
4421          "request": {
4422            "$ref": "TestPermissionsRequest"
4423          },
4424          "response": {
4425            "$ref": "TestPermissionsResponse"
4426          },
4427          "scopes": [
4428            "https://www.googleapis.com/auth/cloud-platform",
4429            "https://www.googleapis.com/auth/compute",
4430            "https://www.googleapis.com/auth/compute.readonly"
4431          ]
4432        }
4433      }
4434    },
4435    "globalNetworkEndpointGroups": {
4436      "methods": {
4437        "attachNetworkEndpoints": {
4438          "description": "Attach a network endpoint to the specified network endpoint group.",
4439          "httpMethod": "POST",
4440          "id": "compute.globalNetworkEndpointGroups.attachNetworkEndpoints",
4441          "parameterOrder": [
4442            "project",
4443            "networkEndpointGroup"
4444          ],
4445          "parameters": {
4446            "networkEndpointGroup": {
4447              "description": "The name of the network endpoint group where you are attaching network endpoints to. It should comply with RFC1035.",
4448              "location": "path",
4449              "required": true,
4450              "type": "string"
4451            },
4452            "project": {
4453              "description": "Project ID for this request.",
4454              "location": "path",
4455              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
4456              "required": true,
4457              "type": "string"
4458            },
4459            "requestId": {
4460              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
4461              "location": "query",
4462              "type": "string"
4463            }
4464          },
4465          "path": "projects/{project}/global/networkEndpointGroups/{networkEndpointGroup}/attachNetworkEndpoints",
4466          "request": {
4467            "$ref": "GlobalNetworkEndpointGroupsAttachEndpointsRequest"
4468          },
4469          "response": {
4470            "$ref": "Operation"
4471          },
4472          "scopes": [
4473            "https://www.googleapis.com/auth/cloud-platform",
4474            "https://www.googleapis.com/auth/compute"
4475          ]
4476        },
4477        "delete": {
4478          "description": "Deletes the specified network endpoint group.Note that the NEG cannot be deleted if there are backend services referencing it.",
4479          "httpMethod": "DELETE",
4480          "id": "compute.globalNetworkEndpointGroups.delete",
4481          "parameterOrder": [
4482            "project",
4483            "networkEndpointGroup"
4484          ],
4485          "parameters": {
4486            "networkEndpointGroup": {
4487              "description": "The name of the network endpoint group to delete. It should comply with RFC1035.",
4488              "location": "path",
4489              "required": true,
4490              "type": "string"
4491            },
4492            "project": {
4493              "description": "Project ID for this request.",
4494              "location": "path",
4495              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
4496              "required": true,
4497              "type": "string"
4498            },
4499            "requestId": {
4500              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
4501              "location": "query",
4502              "type": "string"
4503            }
4504          },
4505          "path": "projects/{project}/global/networkEndpointGroups/{networkEndpointGroup}",
4506          "response": {
4507            "$ref": "Operation"
4508          },
4509          "scopes": [
4510            "https://www.googleapis.com/auth/cloud-platform",
4511            "https://www.googleapis.com/auth/compute"
4512          ]
4513        },
4514        "detachNetworkEndpoints": {
4515          "description": "Detach the network endpoint from the specified network endpoint group.",
4516          "httpMethod": "POST",
4517          "id": "compute.globalNetworkEndpointGroups.detachNetworkEndpoints",
4518          "parameterOrder": [
4519            "project",
4520            "networkEndpointGroup"
4521          ],
4522          "parameters": {
4523            "networkEndpointGroup": {
4524              "description": "The name of the network endpoint group where you are removing network endpoints. It should comply with RFC1035.",
4525              "location": "path",
4526              "required": true,
4527              "type": "string"
4528            },
4529            "project": {
4530              "description": "Project ID for this request.",
4531              "location": "path",
4532              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
4533              "required": true,
4534              "type": "string"
4535            },
4536            "requestId": {
4537              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
4538              "location": "query",
4539              "type": "string"
4540            }
4541          },
4542          "path": "projects/{project}/global/networkEndpointGroups/{networkEndpointGroup}/detachNetworkEndpoints",
4543          "request": {
4544            "$ref": "GlobalNetworkEndpointGroupsDetachEndpointsRequest"
4545          },
4546          "response": {
4547            "$ref": "Operation"
4548          },
4549          "scopes": [
4550            "https://www.googleapis.com/auth/cloud-platform",
4551            "https://www.googleapis.com/auth/compute"
4552          ]
4553        },
4554        "get": {
4555          "description": "Returns the specified network endpoint group. Gets a list of available network endpoint groups by making a list() request.",
4556          "httpMethod": "GET",
4557          "id": "compute.globalNetworkEndpointGroups.get",
4558          "parameterOrder": [
4559            "project",
4560            "networkEndpointGroup"
4561          ],
4562          "parameters": {
4563            "networkEndpointGroup": {
4564              "description": "The name of the network endpoint group. It should comply with RFC1035.",
4565              "location": "path",
4566              "required": true,
4567              "type": "string"
4568            },
4569            "project": {
4570              "description": "Project ID for this request.",
4571              "location": "path",
4572              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
4573              "required": true,
4574              "type": "string"
4575            }
4576          },
4577          "path": "projects/{project}/global/networkEndpointGroups/{networkEndpointGroup}",
4578          "response": {
4579            "$ref": "NetworkEndpointGroup"
4580          },
4581          "scopes": [
4582            "https://www.googleapis.com/auth/cloud-platform",
4583            "https://www.googleapis.com/auth/compute",
4584            "https://www.googleapis.com/auth/compute.readonly"
4585          ]
4586        },
4587        "insert": {
4588          "description": "Creates a network endpoint group in the specified project using the parameters that are included in the request.",
4589          "httpMethod": "POST",
4590          "id": "compute.globalNetworkEndpointGroups.insert",
4591          "parameterOrder": [
4592            "project"
4593          ],
4594          "parameters": {
4595            "project": {
4596              "description": "Project ID for this request.",
4597              "location": "path",
4598              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
4599              "required": true,
4600              "type": "string"
4601            },
4602            "requestId": {
4603              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
4604              "location": "query",
4605              "type": "string"
4606            }
4607          },
4608          "path": "projects/{project}/global/networkEndpointGroups",
4609          "request": {
4610            "$ref": "NetworkEndpointGroup"
4611          },
4612          "response": {
4613            "$ref": "Operation"
4614          },
4615          "scopes": [
4616            "https://www.googleapis.com/auth/cloud-platform",
4617            "https://www.googleapis.com/auth/compute"
4618          ]
4619        },
4620        "list": {
4621          "description": "Retrieves the list of network endpoint groups that are located in the specified project.",
4622          "httpMethod": "GET",
4623          "id": "compute.globalNetworkEndpointGroups.list",
4624          "parameterOrder": [
4625            "project"
4626          ],
4627          "parameters": {
4628            "filter": {
4629              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
4630              "location": "query",
4631              "type": "string"
4632            },
4633            "maxResults": {
4634              "default": "500",
4635              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
4636              "format": "uint32",
4637              "location": "query",
4638              "minimum": "0",
4639              "type": "integer"
4640            },
4641            "orderBy": {
4642              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
4643              "location": "query",
4644              "type": "string"
4645            },
4646            "pageToken": {
4647              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
4648              "location": "query",
4649              "type": "string"
4650            },
4651            "project": {
4652              "description": "Project ID for this request.",
4653              "location": "path",
4654              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
4655              "required": true,
4656              "type": "string"
4657            },
4658            "returnPartialSuccess": {
4659              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
4660              "location": "query",
4661              "type": "boolean"
4662            }
4663          },
4664          "path": "projects/{project}/global/networkEndpointGroups",
4665          "response": {
4666            "$ref": "NetworkEndpointGroupList"
4667          },
4668          "scopes": [
4669            "https://www.googleapis.com/auth/cloud-platform",
4670            "https://www.googleapis.com/auth/compute",
4671            "https://www.googleapis.com/auth/compute.readonly"
4672          ]
4673        },
4674        "listNetworkEndpoints": {
4675          "description": "Lists the network endpoints in the specified network endpoint group.",
4676          "httpMethod": "POST",
4677          "id": "compute.globalNetworkEndpointGroups.listNetworkEndpoints",
4678          "parameterOrder": [
4679            "project",
4680            "networkEndpointGroup"
4681          ],
4682          "parameters": {
4683            "filter": {
4684              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
4685              "location": "query",
4686              "type": "string"
4687            },
4688            "maxResults": {
4689              "default": "500",
4690              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
4691              "format": "uint32",
4692              "location": "query",
4693              "minimum": "0",
4694              "type": "integer"
4695            },
4696            "networkEndpointGroup": {
4697              "description": "The name of the network endpoint group from which you want to generate a list of included network endpoints. It should comply with RFC1035.",
4698              "location": "path",
4699              "required": true,
4700              "type": "string"
4701            },
4702            "orderBy": {
4703              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
4704              "location": "query",
4705              "type": "string"
4706            },
4707            "pageToken": {
4708              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
4709              "location": "query",
4710              "type": "string"
4711            },
4712            "project": {
4713              "description": "Project ID for this request.",
4714              "location": "path",
4715              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
4716              "required": true,
4717              "type": "string"
4718            },
4719            "returnPartialSuccess": {
4720              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
4721              "location": "query",
4722              "type": "boolean"
4723            }
4724          },
4725          "path": "projects/{project}/global/networkEndpointGroups/{networkEndpointGroup}/listNetworkEndpoints",
4726          "response": {
4727            "$ref": "NetworkEndpointGroupsListNetworkEndpoints"
4728          },
4729          "scopes": [
4730            "https://www.googleapis.com/auth/cloud-platform",
4731            "https://www.googleapis.com/auth/compute",
4732            "https://www.googleapis.com/auth/compute.readonly"
4733          ]
4734        }
4735      }
4736    },
4737    "globalOperations": {
4738      "methods": {
4739        "aggregatedList": {
4740          "description": "Retrieves an aggregated list of all operations.",
4741          "httpMethod": "GET",
4742          "id": "compute.globalOperations.aggregatedList",
4743          "parameterOrder": [
4744            "project"
4745          ],
4746          "parameters": {
4747            "filter": {
4748              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
4749              "location": "query",
4750              "type": "string"
4751            },
4752            "includeAllScopes": {
4753              "description": "Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.",
4754              "location": "query",
4755              "type": "boolean"
4756            },
4757            "maxResults": {
4758              "default": "500",
4759              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
4760              "format": "uint32",
4761              "location": "query",
4762              "minimum": "0",
4763              "type": "integer"
4764            },
4765            "orderBy": {
4766              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
4767              "location": "query",
4768              "type": "string"
4769            },
4770            "pageToken": {
4771              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
4772              "location": "query",
4773              "type": "string"
4774            },
4775            "project": {
4776              "description": "Project ID for this request.",
4777              "location": "path",
4778              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
4779              "required": true,
4780              "type": "string"
4781            },
4782            "returnPartialSuccess": {
4783              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
4784              "location": "query",
4785              "type": "boolean"
4786            }
4787          },
4788          "path": "projects/{project}/aggregated/operations",
4789          "response": {
4790            "$ref": "OperationAggregatedList"
4791          },
4792          "scopes": [
4793            "https://www.googleapis.com/auth/cloud-platform",
4794            "https://www.googleapis.com/auth/compute",
4795            "https://www.googleapis.com/auth/compute.readonly"
4796          ]
4797        },
4798        "delete": {
4799          "description": "Deletes the specified Operations resource.",
4800          "httpMethod": "DELETE",
4801          "id": "compute.globalOperations.delete",
4802          "parameterOrder": [
4803            "project",
4804            "operation"
4805          ],
4806          "parameters": {
4807            "operation": {
4808              "description": "Name of the Operations resource to delete.",
4809              "location": "path",
4810              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
4811              "required": true,
4812              "type": "string"
4813            },
4814            "project": {
4815              "description": "Project ID for this request.",
4816              "location": "path",
4817              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
4818              "required": true,
4819              "type": "string"
4820            }
4821          },
4822          "path": "projects/{project}/global/operations/{operation}",
4823          "scopes": [
4824            "https://www.googleapis.com/auth/cloud-platform",
4825            "https://www.googleapis.com/auth/compute"
4826          ]
4827        },
4828        "get": {
4829          "description": "Retrieves the specified Operations resource. Gets a list of operations by making a `list()` request.",
4830          "httpMethod": "GET",
4831          "id": "compute.globalOperations.get",
4832          "parameterOrder": [
4833            "project",
4834            "operation"
4835          ],
4836          "parameters": {
4837            "operation": {
4838              "description": "Name of the Operations resource to return.",
4839              "location": "path",
4840              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
4841              "required": true,
4842              "type": "string"
4843            },
4844            "project": {
4845              "description": "Project ID for this request.",
4846              "location": "path",
4847              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
4848              "required": true,
4849              "type": "string"
4850            }
4851          },
4852          "path": "projects/{project}/global/operations/{operation}",
4853          "response": {
4854            "$ref": "Operation"
4855          },
4856          "scopes": [
4857            "https://www.googleapis.com/auth/cloud-platform",
4858            "https://www.googleapis.com/auth/compute",
4859            "https://www.googleapis.com/auth/compute.readonly"
4860          ]
4861        },
4862        "list": {
4863          "description": "Retrieves a list of Operation resources contained within the specified project.",
4864          "httpMethod": "GET",
4865          "id": "compute.globalOperations.list",
4866          "parameterOrder": [
4867            "project"
4868          ],
4869          "parameters": {
4870            "filter": {
4871              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
4872              "location": "query",
4873              "type": "string"
4874            },
4875            "maxResults": {
4876              "default": "500",
4877              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
4878              "format": "uint32",
4879              "location": "query",
4880              "minimum": "0",
4881              "type": "integer"
4882            },
4883            "orderBy": {
4884              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
4885              "location": "query",
4886              "type": "string"
4887            },
4888            "pageToken": {
4889              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
4890              "location": "query",
4891              "type": "string"
4892            },
4893            "project": {
4894              "description": "Project ID for this request.",
4895              "location": "path",
4896              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
4897              "required": true,
4898              "type": "string"
4899            },
4900            "returnPartialSuccess": {
4901              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
4902              "location": "query",
4903              "type": "boolean"
4904            }
4905          },
4906          "path": "projects/{project}/global/operations",
4907          "response": {
4908            "$ref": "OperationList"
4909          },
4910          "scopes": [
4911            "https://www.googleapis.com/auth/cloud-platform",
4912            "https://www.googleapis.com/auth/compute",
4913            "https://www.googleapis.com/auth/compute.readonly"
4914          ]
4915        },
4916        "wait": {
4917          "description": "Waits for the specified Operation resource to return as `DONE` or for the request to approach the 2 minute deadline, and retrieves the specified Operation resource. This method differs from the `GET` method in that it waits for no more than the default deadline (2 minutes) and then returns the current state of the operation, which might be `DONE` or still in progress.\n\nThis method is called on a best-effort basis. Specifically:  \n- In uncommon cases, when the server is overloaded, the request might return before the default deadline is reached, or might return after zero seconds. \n- If the default deadline is reached, there is no guarantee that the operation is actually done when the method returns. Be prepared to retry if the operation is not `DONE`.",
4918          "httpMethod": "POST",
4919          "id": "compute.globalOperations.wait",
4920          "parameterOrder": [
4921            "project",
4922            "operation"
4923          ],
4924          "parameters": {
4925            "operation": {
4926              "description": "Name of the Operations resource to return.",
4927              "location": "path",
4928              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
4929              "required": true,
4930              "type": "string"
4931            },
4932            "project": {
4933              "description": "Project ID for this request.",
4934              "location": "path",
4935              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
4936              "required": true,
4937              "type": "string"
4938            }
4939          },
4940          "path": "projects/{project}/global/operations/{operation}/wait",
4941          "response": {
4942            "$ref": "Operation"
4943          },
4944          "scopes": [
4945            "https://www.googleapis.com/auth/cloud-platform",
4946            "https://www.googleapis.com/auth/compute",
4947            "https://www.googleapis.com/auth/compute.readonly"
4948          ]
4949        }
4950      }
4951    },
4952    "globalOrganizationOperations": {
4953      "methods": {
4954        "delete": {
4955          "description": "Deletes the specified Operations resource.",
4956          "httpMethod": "DELETE",
4957          "id": "compute.globalOrganizationOperations.delete",
4958          "parameterOrder": [
4959            "operation"
4960          ],
4961          "parameters": {
4962            "operation": {
4963              "description": "Name of the Operations resource to delete.",
4964              "location": "path",
4965              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
4966              "required": true,
4967              "type": "string"
4968            },
4969            "parentId": {
4970              "description": "Parent ID for this request.",
4971              "location": "query",
4972              "type": "string"
4973            }
4974          },
4975          "path": "locations/global/operations/{operation}",
4976          "scopes": [
4977            "https://www.googleapis.com/auth/cloud-platform",
4978            "https://www.googleapis.com/auth/compute"
4979          ]
4980        },
4981        "get": {
4982          "description": "Retrieves the specified Operations resource. Gets a list of operations by making a `list()` request.",
4983          "httpMethod": "GET",
4984          "id": "compute.globalOrganizationOperations.get",
4985          "parameterOrder": [
4986            "operation"
4987          ],
4988          "parameters": {
4989            "operation": {
4990              "description": "Name of the Operations resource to return.",
4991              "location": "path",
4992              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
4993              "required": true,
4994              "type": "string"
4995            },
4996            "parentId": {
4997              "description": "Parent ID for this request.",
4998              "location": "query",
4999              "type": "string"
5000            }
5001          },
5002          "path": "locations/global/operations/{operation}",
5003          "response": {
5004            "$ref": "Operation"
5005          },
5006          "scopes": [
5007            "https://www.googleapis.com/auth/cloud-platform",
5008            "https://www.googleapis.com/auth/compute",
5009            "https://www.googleapis.com/auth/compute.readonly"
5010          ]
5011        },
5012        "list": {
5013          "description": "Retrieves a list of Operation resources contained within the specified organization.",
5014          "httpMethod": "GET",
5015          "id": "compute.globalOrganizationOperations.list",
5016          "parameters": {
5017            "filter": {
5018              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
5019              "location": "query",
5020              "type": "string"
5021            },
5022            "maxResults": {
5023              "default": "500",
5024              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
5025              "format": "uint32",
5026              "location": "query",
5027              "minimum": "0",
5028              "type": "integer"
5029            },
5030            "orderBy": {
5031              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
5032              "location": "query",
5033              "type": "string"
5034            },
5035            "pageToken": {
5036              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
5037              "location": "query",
5038              "type": "string"
5039            },
5040            "parentId": {
5041              "description": "Parent ID for this request.",
5042              "location": "query",
5043              "type": "string"
5044            },
5045            "returnPartialSuccess": {
5046              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
5047              "location": "query",
5048              "type": "boolean"
5049            }
5050          },
5051          "path": "locations/global/operations",
5052          "response": {
5053            "$ref": "OperationList"
5054          },
5055          "scopes": [
5056            "https://www.googleapis.com/auth/cloud-platform",
5057            "https://www.googleapis.com/auth/compute",
5058            "https://www.googleapis.com/auth/compute.readonly"
5059          ]
5060        }
5061      }
5062    },
5063    "globalPublicDelegatedPrefixes": {
5064      "methods": {
5065        "delete": {
5066          "description": "Deletes the specified global PublicDelegatedPrefix.",
5067          "httpMethod": "DELETE",
5068          "id": "compute.globalPublicDelegatedPrefixes.delete",
5069          "parameterOrder": [
5070            "project",
5071            "publicDelegatedPrefix"
5072          ],
5073          "parameters": {
5074            "project": {
5075              "description": "Project ID for this request.",
5076              "location": "path",
5077              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
5078              "required": true,
5079              "type": "string"
5080            },
5081            "publicDelegatedPrefix": {
5082              "description": "Name of the PublicDelegatedPrefix resource to delete.",
5083              "location": "path",
5084              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
5085              "required": true,
5086              "type": "string"
5087            },
5088            "requestId": {
5089              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
5090              "location": "query",
5091              "type": "string"
5092            }
5093          },
5094          "path": "projects/{project}/global/publicDelegatedPrefixes/{publicDelegatedPrefix}",
5095          "response": {
5096            "$ref": "Operation"
5097          },
5098          "scopes": [
5099            "https://www.googleapis.com/auth/cloud-platform",
5100            "https://www.googleapis.com/auth/compute"
5101          ]
5102        },
5103        "get": {
5104          "description": "Returns the specified global PublicDelegatedPrefix resource.",
5105          "httpMethod": "GET",
5106          "id": "compute.globalPublicDelegatedPrefixes.get",
5107          "parameterOrder": [
5108            "project",
5109            "publicDelegatedPrefix"
5110          ],
5111          "parameters": {
5112            "project": {
5113              "description": "Project ID for this request.",
5114              "location": "path",
5115              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
5116              "required": true,
5117              "type": "string"
5118            },
5119            "publicDelegatedPrefix": {
5120              "description": "Name of the PublicDelegatedPrefix resource to return.",
5121              "location": "path",
5122              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
5123              "required": true,
5124              "type": "string"
5125            }
5126          },
5127          "path": "projects/{project}/global/publicDelegatedPrefixes/{publicDelegatedPrefix}",
5128          "response": {
5129            "$ref": "PublicDelegatedPrefix"
5130          },
5131          "scopes": [
5132            "https://www.googleapis.com/auth/cloud-platform",
5133            "https://www.googleapis.com/auth/compute",
5134            "https://www.googleapis.com/auth/compute.readonly"
5135          ]
5136        },
5137        "insert": {
5138          "description": "Creates a global PublicDelegatedPrefix in the specified project using the parameters that are included in the request.",
5139          "httpMethod": "POST",
5140          "id": "compute.globalPublicDelegatedPrefixes.insert",
5141          "parameterOrder": [
5142            "project"
5143          ],
5144          "parameters": {
5145            "project": {
5146              "description": "Project ID for this request.",
5147              "location": "path",
5148              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
5149              "required": true,
5150              "type": "string"
5151            },
5152            "requestId": {
5153              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
5154              "location": "query",
5155              "type": "string"
5156            }
5157          },
5158          "path": "projects/{project}/global/publicDelegatedPrefixes",
5159          "request": {
5160            "$ref": "PublicDelegatedPrefix"
5161          },
5162          "response": {
5163            "$ref": "Operation"
5164          },
5165          "scopes": [
5166            "https://www.googleapis.com/auth/cloud-platform",
5167            "https://www.googleapis.com/auth/compute"
5168          ]
5169        },
5170        "list": {
5171          "description": "Lists the global PublicDelegatedPrefixes for a project.",
5172          "httpMethod": "GET",
5173          "id": "compute.globalPublicDelegatedPrefixes.list",
5174          "parameterOrder": [
5175            "project"
5176          ],
5177          "parameters": {
5178            "filter": {
5179              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
5180              "location": "query",
5181              "type": "string"
5182            },
5183            "maxResults": {
5184              "default": "500",
5185              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
5186              "format": "uint32",
5187              "location": "query",
5188              "minimum": "0",
5189              "type": "integer"
5190            },
5191            "orderBy": {
5192              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
5193              "location": "query",
5194              "type": "string"
5195            },
5196            "pageToken": {
5197              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
5198              "location": "query",
5199              "type": "string"
5200            },
5201            "project": {
5202              "description": "Project ID for this request.",
5203              "location": "path",
5204              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
5205              "required": true,
5206              "type": "string"
5207            },
5208            "returnPartialSuccess": {
5209              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
5210              "location": "query",
5211              "type": "boolean"
5212            }
5213          },
5214          "path": "projects/{project}/global/publicDelegatedPrefixes",
5215          "response": {
5216            "$ref": "PublicDelegatedPrefixList"
5217          },
5218          "scopes": [
5219            "https://www.googleapis.com/auth/cloud-platform",
5220            "https://www.googleapis.com/auth/compute",
5221            "https://www.googleapis.com/auth/compute.readonly"
5222          ]
5223        },
5224        "patch": {
5225          "description": "Patches the specified global PublicDelegatedPrefix resource with the data included in the request. This method supports PATCH semantics and uses JSON merge patch format and processing rules.",
5226          "httpMethod": "PATCH",
5227          "id": "compute.globalPublicDelegatedPrefixes.patch",
5228          "parameterOrder": [
5229            "project",
5230            "publicDelegatedPrefix"
5231          ],
5232          "parameters": {
5233            "project": {
5234              "description": "Project ID for this request.",
5235              "location": "path",
5236              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
5237              "required": true,
5238              "type": "string"
5239            },
5240            "publicDelegatedPrefix": {
5241              "description": "Name of the PublicDelegatedPrefix resource to patch.",
5242              "location": "path",
5243              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
5244              "required": true,
5245              "type": "string"
5246            },
5247            "requestId": {
5248              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
5249              "location": "query",
5250              "type": "string"
5251            }
5252          },
5253          "path": "projects/{project}/global/publicDelegatedPrefixes/{publicDelegatedPrefix}",
5254          "request": {
5255            "$ref": "PublicDelegatedPrefix"
5256          },
5257          "response": {
5258            "$ref": "Operation"
5259          },
5260          "scopes": [
5261            "https://www.googleapis.com/auth/cloud-platform",
5262            "https://www.googleapis.com/auth/compute"
5263          ]
5264        }
5265      }
5266    },
5267    "healthChecks": {
5268      "methods": {
5269        "aggregatedList": {
5270          "description": "Retrieves the list of all HealthCheck resources, regional and global, available to the specified project.",
5271          "httpMethod": "GET",
5272          "id": "compute.healthChecks.aggregatedList",
5273          "parameterOrder": [
5274            "project"
5275          ],
5276          "parameters": {
5277            "filter": {
5278              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
5279              "location": "query",
5280              "type": "string"
5281            },
5282            "includeAllScopes": {
5283              "description": "Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.",
5284              "location": "query",
5285              "type": "boolean"
5286            },
5287            "maxResults": {
5288              "default": "500",
5289              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
5290              "format": "uint32",
5291              "location": "query",
5292              "minimum": "0",
5293              "type": "integer"
5294            },
5295            "orderBy": {
5296              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
5297              "location": "query",
5298              "type": "string"
5299            },
5300            "pageToken": {
5301              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
5302              "location": "query",
5303              "type": "string"
5304            },
5305            "project": {
5306              "description": "Name of the project scoping this request.",
5307              "location": "path",
5308              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
5309              "required": true,
5310              "type": "string"
5311            },
5312            "returnPartialSuccess": {
5313              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
5314              "location": "query",
5315              "type": "boolean"
5316            }
5317          },
5318          "path": "projects/{project}/aggregated/healthChecks",
5319          "response": {
5320            "$ref": "HealthChecksAggregatedList"
5321          },
5322          "scopes": [
5323            "https://www.googleapis.com/auth/cloud-platform",
5324            "https://www.googleapis.com/auth/compute",
5325            "https://www.googleapis.com/auth/compute.readonly"
5326          ]
5327        },
5328        "delete": {
5329          "description": "Deletes the specified HealthCheck resource.",
5330          "httpMethod": "DELETE",
5331          "id": "compute.healthChecks.delete",
5332          "parameterOrder": [
5333            "project",
5334            "healthCheck"
5335          ],
5336          "parameters": {
5337            "healthCheck": {
5338              "description": "Name of the HealthCheck resource to delete.",
5339              "location": "path",
5340              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
5341              "required": true,
5342              "type": "string"
5343            },
5344            "project": {
5345              "description": "Project ID for this request.",
5346              "location": "path",
5347              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
5348              "required": true,
5349              "type": "string"
5350            },
5351            "requestId": {
5352              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
5353              "location": "query",
5354              "type": "string"
5355            }
5356          },
5357          "path": "projects/{project}/global/healthChecks/{healthCheck}",
5358          "response": {
5359            "$ref": "Operation"
5360          },
5361          "scopes": [
5362            "https://www.googleapis.com/auth/cloud-platform",
5363            "https://www.googleapis.com/auth/compute"
5364          ]
5365        },
5366        "get": {
5367          "description": "Returns the specified HealthCheck resource. Gets a list of available health checks by making a list() request.",
5368          "httpMethod": "GET",
5369          "id": "compute.healthChecks.get",
5370          "parameterOrder": [
5371            "project",
5372            "healthCheck"
5373          ],
5374          "parameters": {
5375            "healthCheck": {
5376              "description": "Name of the HealthCheck resource to return.",
5377              "location": "path",
5378              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
5379              "required": true,
5380              "type": "string"
5381            },
5382            "project": {
5383              "description": "Project ID for this request.",
5384              "location": "path",
5385              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
5386              "required": true,
5387              "type": "string"
5388            }
5389          },
5390          "path": "projects/{project}/global/healthChecks/{healthCheck}",
5391          "response": {
5392            "$ref": "HealthCheck"
5393          },
5394          "scopes": [
5395            "https://www.googleapis.com/auth/cloud-platform",
5396            "https://www.googleapis.com/auth/compute",
5397            "https://www.googleapis.com/auth/compute.readonly"
5398          ]
5399        },
5400        "insert": {
5401          "description": "Creates a HealthCheck resource in the specified project using the data included in the request.",
5402          "httpMethod": "POST",
5403          "id": "compute.healthChecks.insert",
5404          "parameterOrder": [
5405            "project"
5406          ],
5407          "parameters": {
5408            "project": {
5409              "description": "Project ID for this request.",
5410              "location": "path",
5411              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
5412              "required": true,
5413              "type": "string"
5414            },
5415            "requestId": {
5416              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
5417              "location": "query",
5418              "type": "string"
5419            }
5420          },
5421          "path": "projects/{project}/global/healthChecks",
5422          "request": {
5423            "$ref": "HealthCheck"
5424          },
5425          "response": {
5426            "$ref": "Operation"
5427          },
5428          "scopes": [
5429            "https://www.googleapis.com/auth/cloud-platform",
5430            "https://www.googleapis.com/auth/compute"
5431          ]
5432        },
5433        "list": {
5434          "description": "Retrieves the list of HealthCheck resources available to the specified project.",
5435          "httpMethod": "GET",
5436          "id": "compute.healthChecks.list",
5437          "parameterOrder": [
5438            "project"
5439          ],
5440          "parameters": {
5441            "filter": {
5442              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
5443              "location": "query",
5444              "type": "string"
5445            },
5446            "maxResults": {
5447              "default": "500",
5448              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
5449              "format": "uint32",
5450              "location": "query",
5451              "minimum": "0",
5452              "type": "integer"
5453            },
5454            "orderBy": {
5455              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
5456              "location": "query",
5457              "type": "string"
5458            },
5459            "pageToken": {
5460              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
5461              "location": "query",
5462              "type": "string"
5463            },
5464            "project": {
5465              "description": "Project ID for this request.",
5466              "location": "path",
5467              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
5468              "required": true,
5469              "type": "string"
5470            },
5471            "returnPartialSuccess": {
5472              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
5473              "location": "query",
5474              "type": "boolean"
5475            }
5476          },
5477          "path": "projects/{project}/global/healthChecks",
5478          "response": {
5479            "$ref": "HealthCheckList"
5480          },
5481          "scopes": [
5482            "https://www.googleapis.com/auth/cloud-platform",
5483            "https://www.googleapis.com/auth/compute",
5484            "https://www.googleapis.com/auth/compute.readonly"
5485          ]
5486        },
5487        "patch": {
5488          "description": "Updates a HealthCheck resource in the specified project using the data included in the request. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.",
5489          "httpMethod": "PATCH",
5490          "id": "compute.healthChecks.patch",
5491          "parameterOrder": [
5492            "project",
5493            "healthCheck"
5494          ],
5495          "parameters": {
5496            "healthCheck": {
5497              "description": "Name of the HealthCheck resource to patch.",
5498              "location": "path",
5499              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
5500              "required": true,
5501              "type": "string"
5502            },
5503            "project": {
5504              "description": "Project ID for this request.",
5505              "location": "path",
5506              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
5507              "required": true,
5508              "type": "string"
5509            },
5510            "requestId": {
5511              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
5512              "location": "query",
5513              "type": "string"
5514            }
5515          },
5516          "path": "projects/{project}/global/healthChecks/{healthCheck}",
5517          "request": {
5518            "$ref": "HealthCheck"
5519          },
5520          "response": {
5521            "$ref": "Operation"
5522          },
5523          "scopes": [
5524            "https://www.googleapis.com/auth/cloud-platform",
5525            "https://www.googleapis.com/auth/compute"
5526          ]
5527        },
5528        "testIamPermissions": {
5529          "description": "Returns permissions that a caller has on the specified resource.",
5530          "httpMethod": "POST",
5531          "id": "compute.healthChecks.testIamPermissions",
5532          "parameterOrder": [
5533            "project",
5534            "resource"
5535          ],
5536          "parameters": {
5537            "project": {
5538              "description": "Project ID for this request.",
5539              "location": "path",
5540              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
5541              "required": true,
5542              "type": "string"
5543            },
5544            "resource": {
5545              "description": "Name or id of the resource for this request.",
5546              "location": "path",
5547              "pattern": "[a-z](?:[-a-z0-9_]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
5548              "required": true,
5549              "type": "string"
5550            }
5551          },
5552          "path": "projects/{project}/global/healthChecks/{resource}/testIamPermissions",
5553          "request": {
5554            "$ref": "TestPermissionsRequest"
5555          },
5556          "response": {
5557            "$ref": "TestPermissionsResponse"
5558          },
5559          "scopes": [
5560            "https://www.googleapis.com/auth/cloud-platform",
5561            "https://www.googleapis.com/auth/compute",
5562            "https://www.googleapis.com/auth/compute.readonly"
5563          ]
5564        },
5565        "update": {
5566          "description": "Updates a HealthCheck resource in the specified project using the data included in the request.",
5567          "httpMethod": "PUT",
5568          "id": "compute.healthChecks.update",
5569          "parameterOrder": [
5570            "project",
5571            "healthCheck"
5572          ],
5573          "parameters": {
5574            "healthCheck": {
5575              "description": "Name of the HealthCheck resource to update.",
5576              "location": "path",
5577              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
5578              "required": true,
5579              "type": "string"
5580            },
5581            "project": {
5582              "description": "Project ID for this request.",
5583              "location": "path",
5584              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
5585              "required": true,
5586              "type": "string"
5587            },
5588            "requestId": {
5589              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
5590              "location": "query",
5591              "type": "string"
5592            }
5593          },
5594          "path": "projects/{project}/global/healthChecks/{healthCheck}",
5595          "request": {
5596            "$ref": "HealthCheck"
5597          },
5598          "response": {
5599            "$ref": "Operation"
5600          },
5601          "scopes": [
5602            "https://www.googleapis.com/auth/cloud-platform",
5603            "https://www.googleapis.com/auth/compute"
5604          ]
5605        }
5606      }
5607    },
5608    "httpHealthChecks": {
5609      "methods": {
5610        "delete": {
5611          "description": "Deletes the specified HttpHealthCheck resource.",
5612          "httpMethod": "DELETE",
5613          "id": "compute.httpHealthChecks.delete",
5614          "parameterOrder": [
5615            "project",
5616            "httpHealthCheck"
5617          ],
5618          "parameters": {
5619            "httpHealthCheck": {
5620              "description": "Name of the HttpHealthCheck resource to delete.",
5621              "location": "path",
5622              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
5623              "required": true,
5624              "type": "string"
5625            },
5626            "project": {
5627              "description": "Project ID for this request.",
5628              "location": "path",
5629              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
5630              "required": true,
5631              "type": "string"
5632            },
5633            "requestId": {
5634              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
5635              "location": "query",
5636              "type": "string"
5637            }
5638          },
5639          "path": "projects/{project}/global/httpHealthChecks/{httpHealthCheck}",
5640          "response": {
5641            "$ref": "Operation"
5642          },
5643          "scopes": [
5644            "https://www.googleapis.com/auth/cloud-platform",
5645            "https://www.googleapis.com/auth/compute"
5646          ]
5647        },
5648        "get": {
5649          "description": "Returns the specified HttpHealthCheck resource. Gets a list of available HTTP health checks by making a list() request.",
5650          "httpMethod": "GET",
5651          "id": "compute.httpHealthChecks.get",
5652          "parameterOrder": [
5653            "project",
5654            "httpHealthCheck"
5655          ],
5656          "parameters": {
5657            "httpHealthCheck": {
5658              "description": "Name of the HttpHealthCheck resource to return.",
5659              "location": "path",
5660              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
5661              "required": true,
5662              "type": "string"
5663            },
5664            "project": {
5665              "description": "Project ID for this request.",
5666              "location": "path",
5667              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
5668              "required": true,
5669              "type": "string"
5670            }
5671          },
5672          "path": "projects/{project}/global/httpHealthChecks/{httpHealthCheck}",
5673          "response": {
5674            "$ref": "HttpHealthCheck"
5675          },
5676          "scopes": [
5677            "https://www.googleapis.com/auth/cloud-platform",
5678            "https://www.googleapis.com/auth/compute",
5679            "https://www.googleapis.com/auth/compute.readonly"
5680          ]
5681        },
5682        "insert": {
5683          "description": "Creates a HttpHealthCheck resource in the specified project using the data included in the request.",
5684          "httpMethod": "POST",
5685          "id": "compute.httpHealthChecks.insert",
5686          "parameterOrder": [
5687            "project"
5688          ],
5689          "parameters": {
5690            "project": {
5691              "description": "Project ID for this request.",
5692              "location": "path",
5693              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
5694              "required": true,
5695              "type": "string"
5696            },
5697            "requestId": {
5698              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
5699              "location": "query",
5700              "type": "string"
5701            }
5702          },
5703          "path": "projects/{project}/global/httpHealthChecks",
5704          "request": {
5705            "$ref": "HttpHealthCheck"
5706          },
5707          "response": {
5708            "$ref": "Operation"
5709          },
5710          "scopes": [
5711            "https://www.googleapis.com/auth/cloud-platform",
5712            "https://www.googleapis.com/auth/compute"
5713          ]
5714        },
5715        "list": {
5716          "description": "Retrieves the list of HttpHealthCheck resources available to the specified project.",
5717          "httpMethod": "GET",
5718          "id": "compute.httpHealthChecks.list",
5719          "parameterOrder": [
5720            "project"
5721          ],
5722          "parameters": {
5723            "filter": {
5724              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
5725              "location": "query",
5726              "type": "string"
5727            },
5728            "maxResults": {
5729              "default": "500",
5730              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
5731              "format": "uint32",
5732              "location": "query",
5733              "minimum": "0",
5734              "type": "integer"
5735            },
5736            "orderBy": {
5737              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
5738              "location": "query",
5739              "type": "string"
5740            },
5741            "pageToken": {
5742              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
5743              "location": "query",
5744              "type": "string"
5745            },
5746            "project": {
5747              "description": "Project ID for this request.",
5748              "location": "path",
5749              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
5750              "required": true,
5751              "type": "string"
5752            },
5753            "returnPartialSuccess": {
5754              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
5755              "location": "query",
5756              "type": "boolean"
5757            }
5758          },
5759          "path": "projects/{project}/global/httpHealthChecks",
5760          "response": {
5761            "$ref": "HttpHealthCheckList"
5762          },
5763          "scopes": [
5764            "https://www.googleapis.com/auth/cloud-platform",
5765            "https://www.googleapis.com/auth/compute",
5766            "https://www.googleapis.com/auth/compute.readonly"
5767          ]
5768        },
5769        "patch": {
5770          "description": "Updates a HttpHealthCheck resource in the specified project using the data included in the request. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.",
5771          "httpMethod": "PATCH",
5772          "id": "compute.httpHealthChecks.patch",
5773          "parameterOrder": [
5774            "project",
5775            "httpHealthCheck"
5776          ],
5777          "parameters": {
5778            "httpHealthCheck": {
5779              "description": "Name of the HttpHealthCheck resource to patch.",
5780              "location": "path",
5781              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
5782              "required": true,
5783              "type": "string"
5784            },
5785            "project": {
5786              "description": "Project ID for this request.",
5787              "location": "path",
5788              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
5789              "required": true,
5790              "type": "string"
5791            },
5792            "requestId": {
5793              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
5794              "location": "query",
5795              "type": "string"
5796            }
5797          },
5798          "path": "projects/{project}/global/httpHealthChecks/{httpHealthCheck}",
5799          "request": {
5800            "$ref": "HttpHealthCheck"
5801          },
5802          "response": {
5803            "$ref": "Operation"
5804          },
5805          "scopes": [
5806            "https://www.googleapis.com/auth/cloud-platform",
5807            "https://www.googleapis.com/auth/compute"
5808          ]
5809        },
5810        "testIamPermissions": {
5811          "description": "Returns permissions that a caller has on the specified resource.",
5812          "httpMethod": "POST",
5813          "id": "compute.httpHealthChecks.testIamPermissions",
5814          "parameterOrder": [
5815            "project",
5816            "resource"
5817          ],
5818          "parameters": {
5819            "project": {
5820              "description": "Project ID for this request.",
5821              "location": "path",
5822              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
5823              "required": true,
5824              "type": "string"
5825            },
5826            "resource": {
5827              "description": "Name or id of the resource for this request.",
5828              "location": "path",
5829              "pattern": "[a-z](?:[-a-z0-9_]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
5830              "required": true,
5831              "type": "string"
5832            }
5833          },
5834          "path": "projects/{project}/global/httpHealthChecks/{resource}/testIamPermissions",
5835          "request": {
5836            "$ref": "TestPermissionsRequest"
5837          },
5838          "response": {
5839            "$ref": "TestPermissionsResponse"
5840          },
5841          "scopes": [
5842            "https://www.googleapis.com/auth/cloud-platform",
5843            "https://www.googleapis.com/auth/compute",
5844            "https://www.googleapis.com/auth/compute.readonly"
5845          ]
5846        },
5847        "update": {
5848          "description": "Updates a HttpHealthCheck resource in the specified project using the data included in the request.",
5849          "httpMethod": "PUT",
5850          "id": "compute.httpHealthChecks.update",
5851          "parameterOrder": [
5852            "project",
5853            "httpHealthCheck"
5854          ],
5855          "parameters": {
5856            "httpHealthCheck": {
5857              "description": "Name of the HttpHealthCheck resource to update.",
5858              "location": "path",
5859              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
5860              "required": true,
5861              "type": "string"
5862            },
5863            "project": {
5864              "description": "Project ID for this request.",
5865              "location": "path",
5866              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
5867              "required": true,
5868              "type": "string"
5869            },
5870            "requestId": {
5871              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
5872              "location": "query",
5873              "type": "string"
5874            }
5875          },
5876          "path": "projects/{project}/global/httpHealthChecks/{httpHealthCheck}",
5877          "request": {
5878            "$ref": "HttpHealthCheck"
5879          },
5880          "response": {
5881            "$ref": "Operation"
5882          },
5883          "scopes": [
5884            "https://www.googleapis.com/auth/cloud-platform",
5885            "https://www.googleapis.com/auth/compute"
5886          ]
5887        }
5888      }
5889    },
5890    "httpsHealthChecks": {
5891      "methods": {
5892        "delete": {
5893          "description": "Deletes the specified HttpsHealthCheck resource.",
5894          "httpMethod": "DELETE",
5895          "id": "compute.httpsHealthChecks.delete",
5896          "parameterOrder": [
5897            "project",
5898            "httpsHealthCheck"
5899          ],
5900          "parameters": {
5901            "httpsHealthCheck": {
5902              "description": "Name of the HttpsHealthCheck resource to delete.",
5903              "location": "path",
5904              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
5905              "required": true,
5906              "type": "string"
5907            },
5908            "project": {
5909              "description": "Project ID for this request.",
5910              "location": "path",
5911              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
5912              "required": true,
5913              "type": "string"
5914            },
5915            "requestId": {
5916              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
5917              "location": "query",
5918              "type": "string"
5919            }
5920          },
5921          "path": "projects/{project}/global/httpsHealthChecks/{httpsHealthCheck}",
5922          "response": {
5923            "$ref": "Operation"
5924          },
5925          "scopes": [
5926            "https://www.googleapis.com/auth/cloud-platform",
5927            "https://www.googleapis.com/auth/compute"
5928          ]
5929        },
5930        "get": {
5931          "description": "Returns the specified HttpsHealthCheck resource. Gets a list of available HTTPS health checks by making a list() request.",
5932          "httpMethod": "GET",
5933          "id": "compute.httpsHealthChecks.get",
5934          "parameterOrder": [
5935            "project",
5936            "httpsHealthCheck"
5937          ],
5938          "parameters": {
5939            "httpsHealthCheck": {
5940              "description": "Name of the HttpsHealthCheck resource to return.",
5941              "location": "path",
5942              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
5943              "required": true,
5944              "type": "string"
5945            },
5946            "project": {
5947              "description": "Project ID for this request.",
5948              "location": "path",
5949              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
5950              "required": true,
5951              "type": "string"
5952            }
5953          },
5954          "path": "projects/{project}/global/httpsHealthChecks/{httpsHealthCheck}",
5955          "response": {
5956            "$ref": "HttpsHealthCheck"
5957          },
5958          "scopes": [
5959            "https://www.googleapis.com/auth/cloud-platform",
5960            "https://www.googleapis.com/auth/compute",
5961            "https://www.googleapis.com/auth/compute.readonly"
5962          ]
5963        },
5964        "insert": {
5965          "description": "Creates a HttpsHealthCheck resource in the specified project using the data included in the request.",
5966          "httpMethod": "POST",
5967          "id": "compute.httpsHealthChecks.insert",
5968          "parameterOrder": [
5969            "project"
5970          ],
5971          "parameters": {
5972            "project": {
5973              "description": "Project ID for this request.",
5974              "location": "path",
5975              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
5976              "required": true,
5977              "type": "string"
5978            },
5979            "requestId": {
5980              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
5981              "location": "query",
5982              "type": "string"
5983            }
5984          },
5985          "path": "projects/{project}/global/httpsHealthChecks",
5986          "request": {
5987            "$ref": "HttpsHealthCheck"
5988          },
5989          "response": {
5990            "$ref": "Operation"
5991          },
5992          "scopes": [
5993            "https://www.googleapis.com/auth/cloud-platform",
5994            "https://www.googleapis.com/auth/compute"
5995          ]
5996        },
5997        "list": {
5998          "description": "Retrieves the list of HttpsHealthCheck resources available to the specified project.",
5999          "httpMethod": "GET",
6000          "id": "compute.httpsHealthChecks.list",
6001          "parameterOrder": [
6002            "project"
6003          ],
6004          "parameters": {
6005            "filter": {
6006              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
6007              "location": "query",
6008              "type": "string"
6009            },
6010            "maxResults": {
6011              "default": "500",
6012              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
6013              "format": "uint32",
6014              "location": "query",
6015              "minimum": "0",
6016              "type": "integer"
6017            },
6018            "orderBy": {
6019              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
6020              "location": "query",
6021              "type": "string"
6022            },
6023            "pageToken": {
6024              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
6025              "location": "query",
6026              "type": "string"
6027            },
6028            "project": {
6029              "description": "Project ID for this request.",
6030              "location": "path",
6031              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
6032              "required": true,
6033              "type": "string"
6034            },
6035            "returnPartialSuccess": {
6036              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
6037              "location": "query",
6038              "type": "boolean"
6039            }
6040          },
6041          "path": "projects/{project}/global/httpsHealthChecks",
6042          "response": {
6043            "$ref": "HttpsHealthCheckList"
6044          },
6045          "scopes": [
6046            "https://www.googleapis.com/auth/cloud-platform",
6047            "https://www.googleapis.com/auth/compute",
6048            "https://www.googleapis.com/auth/compute.readonly"
6049          ]
6050        },
6051        "patch": {
6052          "description": "Updates a HttpsHealthCheck resource in the specified project using the data included in the request. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.",
6053          "httpMethod": "PATCH",
6054          "id": "compute.httpsHealthChecks.patch",
6055          "parameterOrder": [
6056            "project",
6057            "httpsHealthCheck"
6058          ],
6059          "parameters": {
6060            "httpsHealthCheck": {
6061              "description": "Name of the HttpsHealthCheck resource to patch.",
6062              "location": "path",
6063              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
6064              "required": true,
6065              "type": "string"
6066            },
6067            "project": {
6068              "description": "Project ID for this request.",
6069              "location": "path",
6070              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
6071              "required": true,
6072              "type": "string"
6073            },
6074            "requestId": {
6075              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
6076              "location": "query",
6077              "type": "string"
6078            }
6079          },
6080          "path": "projects/{project}/global/httpsHealthChecks/{httpsHealthCheck}",
6081          "request": {
6082            "$ref": "HttpsHealthCheck"
6083          },
6084          "response": {
6085            "$ref": "Operation"
6086          },
6087          "scopes": [
6088            "https://www.googleapis.com/auth/cloud-platform",
6089            "https://www.googleapis.com/auth/compute"
6090          ]
6091        },
6092        "testIamPermissions": {
6093          "description": "Returns permissions that a caller has on the specified resource.",
6094          "httpMethod": "POST",
6095          "id": "compute.httpsHealthChecks.testIamPermissions",
6096          "parameterOrder": [
6097            "project",
6098            "resource"
6099          ],
6100          "parameters": {
6101            "project": {
6102              "description": "Project ID for this request.",
6103              "location": "path",
6104              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
6105              "required": true,
6106              "type": "string"
6107            },
6108            "resource": {
6109              "description": "Name or id of the resource for this request.",
6110              "location": "path",
6111              "pattern": "[a-z](?:[-a-z0-9_]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
6112              "required": true,
6113              "type": "string"
6114            }
6115          },
6116          "path": "projects/{project}/global/httpsHealthChecks/{resource}/testIamPermissions",
6117          "request": {
6118            "$ref": "TestPermissionsRequest"
6119          },
6120          "response": {
6121            "$ref": "TestPermissionsResponse"
6122          },
6123          "scopes": [
6124            "https://www.googleapis.com/auth/cloud-platform",
6125            "https://www.googleapis.com/auth/compute",
6126            "https://www.googleapis.com/auth/compute.readonly"
6127          ]
6128        },
6129        "update": {
6130          "description": "Updates a HttpsHealthCheck resource in the specified project using the data included in the request.",
6131          "httpMethod": "PUT",
6132          "id": "compute.httpsHealthChecks.update",
6133          "parameterOrder": [
6134            "project",
6135            "httpsHealthCheck"
6136          ],
6137          "parameters": {
6138            "httpsHealthCheck": {
6139              "description": "Name of the HttpsHealthCheck resource to update.",
6140              "location": "path",
6141              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
6142              "required": true,
6143              "type": "string"
6144            },
6145            "project": {
6146              "description": "Project ID for this request.",
6147              "location": "path",
6148              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
6149              "required": true,
6150              "type": "string"
6151            },
6152            "requestId": {
6153              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
6154              "location": "query",
6155              "type": "string"
6156            }
6157          },
6158          "path": "projects/{project}/global/httpsHealthChecks/{httpsHealthCheck}",
6159          "request": {
6160            "$ref": "HttpsHealthCheck"
6161          },
6162          "response": {
6163            "$ref": "Operation"
6164          },
6165          "scopes": [
6166            "https://www.googleapis.com/auth/cloud-platform",
6167            "https://www.googleapis.com/auth/compute"
6168          ]
6169        }
6170      }
6171    },
6172    "images": {
6173      "methods": {
6174        "delete": {
6175          "description": "Deletes the specified image.",
6176          "httpMethod": "DELETE",
6177          "id": "compute.images.delete",
6178          "parameterOrder": [
6179            "project",
6180            "image"
6181          ],
6182          "parameters": {
6183            "image": {
6184              "description": "Name of the image resource to delete.",
6185              "location": "path",
6186              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
6187              "required": true,
6188              "type": "string"
6189            },
6190            "project": {
6191              "description": "Project ID for this request.",
6192              "location": "path",
6193              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
6194              "required": true,
6195              "type": "string"
6196            },
6197            "requestId": {
6198              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
6199              "location": "query",
6200              "type": "string"
6201            }
6202          },
6203          "path": "projects/{project}/global/images/{image}",
6204          "response": {
6205            "$ref": "Operation"
6206          },
6207          "scopes": [
6208            "https://www.googleapis.com/auth/cloud-platform",
6209            "https://www.googleapis.com/auth/compute"
6210          ]
6211        },
6212        "deprecate": {
6213          "description": "Sets the deprecation status of an image.\n\nIf an empty request body is given, clears the deprecation status instead.",
6214          "httpMethod": "POST",
6215          "id": "compute.images.deprecate",
6216          "parameterOrder": [
6217            "project",
6218            "image"
6219          ],
6220          "parameters": {
6221            "image": {
6222              "description": "Image name.",
6223              "location": "path",
6224              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
6225              "required": true,
6226              "type": "string"
6227            },
6228            "project": {
6229              "description": "Project ID for this request.",
6230              "location": "path",
6231              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
6232              "required": true,
6233              "type": "string"
6234            },
6235            "requestId": {
6236              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
6237              "location": "query",
6238              "type": "string"
6239            }
6240          },
6241          "path": "projects/{project}/global/images/{image}/deprecate",
6242          "request": {
6243            "$ref": "DeprecationStatus"
6244          },
6245          "response": {
6246            "$ref": "Operation"
6247          },
6248          "scopes": [
6249            "https://www.googleapis.com/auth/cloud-platform",
6250            "https://www.googleapis.com/auth/compute"
6251          ]
6252        },
6253        "get": {
6254          "description": "Returns the specified image. Gets a list of available images by making a list() request.",
6255          "httpMethod": "GET",
6256          "id": "compute.images.get",
6257          "parameterOrder": [
6258            "project",
6259            "image"
6260          ],
6261          "parameters": {
6262            "image": {
6263              "description": "Name of the image resource to return.",
6264              "location": "path",
6265              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
6266              "required": true,
6267              "type": "string"
6268            },
6269            "project": {
6270              "description": "Project ID for this request.",
6271              "location": "path",
6272              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
6273              "required": true,
6274              "type": "string"
6275            }
6276          },
6277          "path": "projects/{project}/global/images/{image}",
6278          "response": {
6279            "$ref": "Image"
6280          },
6281          "scopes": [
6282            "https://www.googleapis.com/auth/cloud-platform",
6283            "https://www.googleapis.com/auth/compute",
6284            "https://www.googleapis.com/auth/compute.readonly"
6285          ]
6286        },
6287        "getFromFamily": {
6288          "description": "Returns the latest image that is part of an image family and is not deprecated.",
6289          "httpMethod": "GET",
6290          "id": "compute.images.getFromFamily",
6291          "parameterOrder": [
6292            "project",
6293            "family"
6294          ],
6295          "parameters": {
6296            "family": {
6297              "description": "Name of the image family to search for.",
6298              "location": "path",
6299              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
6300              "required": true,
6301              "type": "string"
6302            },
6303            "project": {
6304              "description": "Project ID for this request.",
6305              "location": "path",
6306              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
6307              "required": true,
6308              "type": "string"
6309            }
6310          },
6311          "path": "projects/{project}/global/images/family/{family}",
6312          "response": {
6313            "$ref": "Image"
6314          },
6315          "scopes": [
6316            "https://www.googleapis.com/auth/cloud-platform",
6317            "https://www.googleapis.com/auth/compute",
6318            "https://www.googleapis.com/auth/compute.readonly"
6319          ]
6320        },
6321        "getIamPolicy": {
6322          "description": "Gets the access control policy for a resource. May be empty if no such policy or resource exists.",
6323          "httpMethod": "GET",
6324          "id": "compute.images.getIamPolicy",
6325          "parameterOrder": [
6326            "project",
6327            "resource"
6328          ],
6329          "parameters": {
6330            "optionsRequestedPolicyVersion": {
6331              "description": "Requested IAM Policy version.",
6332              "format": "int32",
6333              "location": "query",
6334              "type": "integer"
6335            },
6336            "project": {
6337              "description": "Project ID for this request.",
6338              "location": "path",
6339              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
6340              "required": true,
6341              "type": "string"
6342            },
6343            "resource": {
6344              "description": "Name or id of the resource for this request.",
6345              "location": "path",
6346              "pattern": "[a-z](?:[-a-z0-9_]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
6347              "required": true,
6348              "type": "string"
6349            }
6350          },
6351          "path": "projects/{project}/global/images/{resource}/getIamPolicy",
6352          "response": {
6353            "$ref": "Policy"
6354          },
6355          "scopes": [
6356            "https://www.googleapis.com/auth/cloud-platform",
6357            "https://www.googleapis.com/auth/compute",
6358            "https://www.googleapis.com/auth/compute.readonly"
6359          ]
6360        },
6361        "insert": {
6362          "description": "Creates an image in the specified project using the data included in the request.",
6363          "httpMethod": "POST",
6364          "id": "compute.images.insert",
6365          "parameterOrder": [
6366            "project"
6367          ],
6368          "parameters": {
6369            "forceCreate": {
6370              "description": "Force image creation if true.",
6371              "location": "query",
6372              "type": "boolean"
6373            },
6374            "project": {
6375              "description": "Project ID for this request.",
6376              "location": "path",
6377              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
6378              "required": true,
6379              "type": "string"
6380            },
6381            "requestId": {
6382              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
6383              "location": "query",
6384              "type": "string"
6385            }
6386          },
6387          "path": "projects/{project}/global/images",
6388          "request": {
6389            "$ref": "Image"
6390          },
6391          "response": {
6392            "$ref": "Operation"
6393          },
6394          "scopes": [
6395            "https://www.googleapis.com/auth/cloud-platform",
6396            "https://www.googleapis.com/auth/compute",
6397            "https://www.googleapis.com/auth/devstorage.full_control",
6398            "https://www.googleapis.com/auth/devstorage.read_only",
6399            "https://www.googleapis.com/auth/devstorage.read_write"
6400          ]
6401        },
6402        "list": {
6403          "description": "Retrieves the list of custom images available to the specified project. Custom images are images you create that belong to your project. This method does not get any images that belong to other projects, including publicly-available images, like Debian 8. If you want to get a list of publicly-available images, use this method to make a request to the respective image project, such as debian-cloud or windows-cloud.",
6404          "httpMethod": "GET",
6405          "id": "compute.images.list",
6406          "parameterOrder": [
6407            "project"
6408          ],
6409          "parameters": {
6410            "filter": {
6411              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
6412              "location": "query",
6413              "type": "string"
6414            },
6415            "maxResults": {
6416              "default": "500",
6417              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
6418              "format": "uint32",
6419              "location": "query",
6420              "minimum": "0",
6421              "type": "integer"
6422            },
6423            "orderBy": {
6424              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
6425              "location": "query",
6426              "type": "string"
6427            },
6428            "pageToken": {
6429              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
6430              "location": "query",
6431              "type": "string"
6432            },
6433            "project": {
6434              "description": "Project ID for this request.",
6435              "location": "path",
6436              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
6437              "required": true,
6438              "type": "string"
6439            },
6440            "returnPartialSuccess": {
6441              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
6442              "location": "query",
6443              "type": "boolean"
6444            }
6445          },
6446          "path": "projects/{project}/global/images",
6447          "response": {
6448            "$ref": "ImageList"
6449          },
6450          "scopes": [
6451            "https://www.googleapis.com/auth/cloud-platform",
6452            "https://www.googleapis.com/auth/compute",
6453            "https://www.googleapis.com/auth/compute.readonly"
6454          ]
6455        },
6456        "patch": {
6457          "description": "Patches the specified image with the data included in the request. Only the following fields can be modified: family, description, deprecation status.",
6458          "httpMethod": "PATCH",
6459          "id": "compute.images.patch",
6460          "parameterOrder": [
6461            "project",
6462            "image"
6463          ],
6464          "parameters": {
6465            "image": {
6466              "description": "Name of the image resource to patch.",
6467              "location": "path",
6468              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
6469              "required": true,
6470              "type": "string"
6471            },
6472            "project": {
6473              "description": "Project ID for this request.",
6474              "location": "path",
6475              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
6476              "required": true,
6477              "type": "string"
6478            },
6479            "requestId": {
6480              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
6481              "location": "query",
6482              "type": "string"
6483            }
6484          },
6485          "path": "projects/{project}/global/images/{image}",
6486          "request": {
6487            "$ref": "Image"
6488          },
6489          "response": {
6490            "$ref": "Operation"
6491          },
6492          "scopes": [
6493            "https://www.googleapis.com/auth/cloud-platform",
6494            "https://www.googleapis.com/auth/compute"
6495          ]
6496        },
6497        "setIamPolicy": {
6498          "description": "Sets the access control policy on the specified resource. Replaces any existing policy.",
6499          "httpMethod": "POST",
6500          "id": "compute.images.setIamPolicy",
6501          "parameterOrder": [
6502            "project",
6503            "resource"
6504          ],
6505          "parameters": {
6506            "project": {
6507              "description": "Project ID for this request.",
6508              "location": "path",
6509              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
6510              "required": true,
6511              "type": "string"
6512            },
6513            "resource": {
6514              "description": "Name or id of the resource for this request.",
6515              "location": "path",
6516              "pattern": "[a-z](?:[-a-z0-9_]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
6517              "required": true,
6518              "type": "string"
6519            }
6520          },
6521          "path": "projects/{project}/global/images/{resource}/setIamPolicy",
6522          "request": {
6523            "$ref": "GlobalSetPolicyRequest"
6524          },
6525          "response": {
6526            "$ref": "Policy"
6527          },
6528          "scopes": [
6529            "https://www.googleapis.com/auth/cloud-platform",
6530            "https://www.googleapis.com/auth/compute"
6531          ]
6532        },
6533        "setLabels": {
6534          "description": "Sets the labels on an image. To learn more about labels, read the Labeling Resources documentation.",
6535          "httpMethod": "POST",
6536          "id": "compute.images.setLabels",
6537          "parameterOrder": [
6538            "project",
6539            "resource"
6540          ],
6541          "parameters": {
6542            "project": {
6543              "description": "Project ID for this request.",
6544              "location": "path",
6545              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
6546              "required": true,
6547              "type": "string"
6548            },
6549            "resource": {
6550              "description": "Name or id of the resource for this request.",
6551              "location": "path",
6552              "pattern": "[a-z](?:[-a-z0-9_]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
6553              "required": true,
6554              "type": "string"
6555            }
6556          },
6557          "path": "projects/{project}/global/images/{resource}/setLabels",
6558          "request": {
6559            "$ref": "GlobalSetLabelsRequest"
6560          },
6561          "response": {
6562            "$ref": "Operation"
6563          },
6564          "scopes": [
6565            "https://www.googleapis.com/auth/cloud-platform",
6566            "https://www.googleapis.com/auth/compute"
6567          ]
6568        },
6569        "testIamPermissions": {
6570          "description": "Returns permissions that a caller has on the specified resource.",
6571          "httpMethod": "POST",
6572          "id": "compute.images.testIamPermissions",
6573          "parameterOrder": [
6574            "project",
6575            "resource"
6576          ],
6577          "parameters": {
6578            "project": {
6579              "description": "Project ID for this request.",
6580              "location": "path",
6581              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
6582              "required": true,
6583              "type": "string"
6584            },
6585            "resource": {
6586              "description": "Name or id of the resource for this request.",
6587              "location": "path",
6588              "pattern": "[a-z](?:[-a-z0-9_]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
6589              "required": true,
6590              "type": "string"
6591            }
6592          },
6593          "path": "projects/{project}/global/images/{resource}/testIamPermissions",
6594          "request": {
6595            "$ref": "TestPermissionsRequest"
6596          },
6597          "response": {
6598            "$ref": "TestPermissionsResponse"
6599          },
6600          "scopes": [
6601            "https://www.googleapis.com/auth/cloud-platform",
6602            "https://www.googleapis.com/auth/compute",
6603            "https://www.googleapis.com/auth/compute.readonly"
6604          ]
6605        }
6606      }
6607    },
6608    "instanceGroupManagers": {
6609      "methods": {
6610        "abandonInstances": {
6611          "description": "Flags the specified instances to be removed from the managed instance group. Abandoning an instance does not delete the instance, but it does remove the instance from any target pools that are applied by the managed instance group. This method reduces the targetSize of the managed instance group by the number of instances that you abandon. This operation is marked as DONE when the action is scheduled even if the instances have not yet been removed from the group. You must separately verify the status of the abandoning action with the listmanagedinstances method.\n\nIf the group is part of a backend service that has enabled connection draining, it can take up to 60 seconds after the connection draining duration has elapsed before the VM instance is removed or deleted.\n\nYou can specify a maximum of 1000 instances with this method per request.",
6612          "httpMethod": "POST",
6613          "id": "compute.instanceGroupManagers.abandonInstances",
6614          "parameterOrder": [
6615            "project",
6616            "zone",
6617            "instanceGroupManager"
6618          ],
6619          "parameters": {
6620            "instanceGroupManager": {
6621              "description": "The name of the managed instance group.",
6622              "location": "path",
6623              "required": true,
6624              "type": "string"
6625            },
6626            "project": {
6627              "description": "Project ID for this request.",
6628              "location": "path",
6629              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
6630              "required": true,
6631              "type": "string"
6632            },
6633            "requestId": {
6634              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
6635              "location": "query",
6636              "type": "string"
6637            },
6638            "zone": {
6639              "description": "The name of the zone where the managed instance group is located.",
6640              "location": "path",
6641              "required": true,
6642              "type": "string"
6643            }
6644          },
6645          "path": "projects/{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}/abandonInstances",
6646          "request": {
6647            "$ref": "InstanceGroupManagersAbandonInstancesRequest"
6648          },
6649          "response": {
6650            "$ref": "Operation"
6651          },
6652          "scopes": [
6653            "https://www.googleapis.com/auth/cloud-platform",
6654            "https://www.googleapis.com/auth/compute"
6655          ]
6656        },
6657        "aggregatedList": {
6658          "description": "Retrieves the list of managed instance groups and groups them by zone.",
6659          "httpMethod": "GET",
6660          "id": "compute.instanceGroupManagers.aggregatedList",
6661          "parameterOrder": [
6662            "project"
6663          ],
6664          "parameters": {
6665            "filter": {
6666              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
6667              "location": "query",
6668              "type": "string"
6669            },
6670            "includeAllScopes": {
6671              "description": "Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.",
6672              "location": "query",
6673              "type": "boolean"
6674            },
6675            "maxResults": {
6676              "default": "500",
6677              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
6678              "format": "uint32",
6679              "location": "query",
6680              "minimum": "0",
6681              "type": "integer"
6682            },
6683            "orderBy": {
6684              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
6685              "location": "query",
6686              "type": "string"
6687            },
6688            "pageToken": {
6689              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
6690              "location": "query",
6691              "type": "string"
6692            },
6693            "project": {
6694              "description": "Project ID for this request.",
6695              "location": "path",
6696              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
6697              "required": true,
6698              "type": "string"
6699            },
6700            "returnPartialSuccess": {
6701              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
6702              "location": "query",
6703              "type": "boolean"
6704            }
6705          },
6706          "path": "projects/{project}/aggregated/instanceGroupManagers",
6707          "response": {
6708            "$ref": "InstanceGroupManagerAggregatedList"
6709          },
6710          "scopes": [
6711            "https://www.googleapis.com/auth/cloud-platform",
6712            "https://www.googleapis.com/auth/compute",
6713            "https://www.googleapis.com/auth/compute.readonly"
6714          ]
6715        },
6716        "applyUpdatesToInstances": {
6717          "description": "Applies changes to selected instances on the managed instance group. This method can be used to apply new overrides and/or new versions.",
6718          "httpMethod": "POST",
6719          "id": "compute.instanceGroupManagers.applyUpdatesToInstances",
6720          "parameterOrder": [
6721            "project",
6722            "zone",
6723            "instanceGroupManager"
6724          ],
6725          "parameters": {
6726            "instanceGroupManager": {
6727              "description": "The name of the managed instance group, should conform to RFC1035.",
6728              "location": "path",
6729              "required": true,
6730              "type": "string"
6731            },
6732            "project": {
6733              "description": "Project ID for this request.",
6734              "location": "path",
6735              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
6736              "required": true,
6737              "type": "string"
6738            },
6739            "zone": {
6740              "description": "The name of the zone where the managed instance group is located. Should conform to RFC1035.",
6741              "location": "path",
6742              "required": true,
6743              "type": "string"
6744            }
6745          },
6746          "path": "projects/{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}/applyUpdatesToInstances",
6747          "request": {
6748            "$ref": "InstanceGroupManagersApplyUpdatesRequest"
6749          },
6750          "response": {
6751            "$ref": "Operation"
6752          },
6753          "scopes": [
6754            "https://www.googleapis.com/auth/cloud-platform",
6755            "https://www.googleapis.com/auth/compute"
6756          ]
6757        },
6758        "createInstances": {
6759          "description": "Creates instances with per-instance configs in this managed instance group. Instances are created using the current instance template. The create instances operation is marked DONE if the createInstances request is successful. The underlying actions take additional time. You must separately verify the status of the creating or actions with the listmanagedinstances method.",
6760          "httpMethod": "POST",
6761          "id": "compute.instanceGroupManagers.createInstances",
6762          "parameterOrder": [
6763            "project",
6764            "zone",
6765            "instanceGroupManager"
6766          ],
6767          "parameters": {
6768            "instanceGroupManager": {
6769              "description": "The name of the managed instance group. It should conform to RFC1035.",
6770              "location": "path",
6771              "required": true,
6772              "type": "string"
6773            },
6774            "project": {
6775              "description": "Project ID for this request.",
6776              "location": "path",
6777              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
6778              "required": true,
6779              "type": "string"
6780            },
6781            "requestId": {
6782              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
6783              "location": "query",
6784              "type": "string"
6785            },
6786            "zone": {
6787              "description": "The name of the zone where the managed instance group is located. It should conform to RFC1035.",
6788              "location": "path",
6789              "required": true,
6790              "type": "string"
6791            }
6792          },
6793          "path": "projects/{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}/createInstances",
6794          "request": {
6795            "$ref": "InstanceGroupManagersCreateInstancesRequest"
6796          },
6797          "response": {
6798            "$ref": "Operation"
6799          },
6800          "scopes": [
6801            "https://www.googleapis.com/auth/cloud-platform",
6802            "https://www.googleapis.com/auth/compute"
6803          ]
6804        },
6805        "delete": {
6806          "description": "Deletes the specified managed instance group and all of the instances in that group. Note that the instance group must not belong to a backend service. Read  Deleting an instance group for more information.",
6807          "httpMethod": "DELETE",
6808          "id": "compute.instanceGroupManagers.delete",
6809          "parameterOrder": [
6810            "project",
6811            "zone",
6812            "instanceGroupManager"
6813          ],
6814          "parameters": {
6815            "instanceGroupManager": {
6816              "description": "The name of the managed instance group to delete.",
6817              "location": "path",
6818              "required": true,
6819              "type": "string"
6820            },
6821            "project": {
6822              "description": "Project ID for this request.",
6823              "location": "path",
6824              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
6825              "required": true,
6826              "type": "string"
6827            },
6828            "requestId": {
6829              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
6830              "location": "query",
6831              "type": "string"
6832            },
6833            "zone": {
6834              "description": "The name of the zone where the managed instance group is located.",
6835              "location": "path",
6836              "required": true,
6837              "type": "string"
6838            }
6839          },
6840          "path": "projects/{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}",
6841          "response": {
6842            "$ref": "Operation"
6843          },
6844          "scopes": [
6845            "https://www.googleapis.com/auth/cloud-platform",
6846            "https://www.googleapis.com/auth/compute"
6847          ]
6848        },
6849        "deleteInstances": {
6850          "description": "Flags the specified instances in the managed instance group for immediate deletion. The instances are also removed from any target pools of which they were a member. This method reduces the targetSize of the managed instance group by the number of instances that you delete. This operation is marked as DONE when the action is scheduled even if the instances are still being deleted. You must separately verify the status of the deleting action with the listmanagedinstances method.\n\nIf the group is part of a backend service that has enabled connection draining, it can take up to 60 seconds after the connection draining duration has elapsed before the VM instance is removed or deleted.\n\nYou can specify a maximum of 1000 instances with this method per request.",
6851          "httpMethod": "POST",
6852          "id": "compute.instanceGroupManagers.deleteInstances",
6853          "parameterOrder": [
6854            "project",
6855            "zone",
6856            "instanceGroupManager"
6857          ],
6858          "parameters": {
6859            "instanceGroupManager": {
6860              "description": "The name of the managed instance group.",
6861              "location": "path",
6862              "required": true,
6863              "type": "string"
6864            },
6865            "project": {
6866              "description": "Project ID for this request.",
6867              "location": "path",
6868              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
6869              "required": true,
6870              "type": "string"
6871            },
6872            "requestId": {
6873              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
6874              "location": "query",
6875              "type": "string"
6876            },
6877            "zone": {
6878              "description": "The name of the zone where the managed instance group is located.",
6879              "location": "path",
6880              "required": true,
6881              "type": "string"
6882            }
6883          },
6884          "path": "projects/{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}/deleteInstances",
6885          "request": {
6886            "$ref": "InstanceGroupManagersDeleteInstancesRequest"
6887          },
6888          "response": {
6889            "$ref": "Operation"
6890          },
6891          "scopes": [
6892            "https://www.googleapis.com/auth/cloud-platform",
6893            "https://www.googleapis.com/auth/compute"
6894          ]
6895        },
6896        "deletePerInstanceConfigs": {
6897          "description": "Deletes selected per-instance configs for the managed instance group.",
6898          "httpMethod": "POST",
6899          "id": "compute.instanceGroupManagers.deletePerInstanceConfigs",
6900          "parameterOrder": [
6901            "project",
6902            "zone",
6903            "instanceGroupManager"
6904          ],
6905          "parameters": {
6906            "instanceGroupManager": {
6907              "description": "The name of the managed instance group. It should conform to RFC1035.",
6908              "location": "path",
6909              "required": true,
6910              "type": "string"
6911            },
6912            "project": {
6913              "description": "Project ID for this request.",
6914              "location": "path",
6915              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
6916              "required": true,
6917              "type": "string"
6918            },
6919            "zone": {
6920              "description": "The name of the zone where the managed instance group is located. It should conform to RFC1035.",
6921              "location": "path",
6922              "required": true,
6923              "type": "string"
6924            }
6925          },
6926          "path": "projects/{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}/deletePerInstanceConfigs",
6927          "request": {
6928            "$ref": "InstanceGroupManagersDeletePerInstanceConfigsReq"
6929          },
6930          "response": {
6931            "$ref": "Operation"
6932          },
6933          "scopes": [
6934            "https://www.googleapis.com/auth/cloud-platform",
6935            "https://www.googleapis.com/auth/compute"
6936          ]
6937        },
6938        "get": {
6939          "description": "Returns all of the details about the specified managed instance group. Gets a list of available managed instance groups by making a list() request.",
6940          "httpMethod": "GET",
6941          "id": "compute.instanceGroupManagers.get",
6942          "parameterOrder": [
6943            "project",
6944            "zone",
6945            "instanceGroupManager"
6946          ],
6947          "parameters": {
6948            "instanceGroupManager": {
6949              "description": "The name of the managed instance group.",
6950              "location": "path",
6951              "required": true,
6952              "type": "string"
6953            },
6954            "project": {
6955              "description": "Project ID for this request.",
6956              "location": "path",
6957              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
6958              "required": true,
6959              "type": "string"
6960            },
6961            "zone": {
6962              "description": "The name of the zone where the managed instance group is located.",
6963              "location": "path",
6964              "required": true,
6965              "type": "string"
6966            }
6967          },
6968          "path": "projects/{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}",
6969          "response": {
6970            "$ref": "InstanceGroupManager"
6971          },
6972          "scopes": [
6973            "https://www.googleapis.com/auth/cloud-platform",
6974            "https://www.googleapis.com/auth/compute",
6975            "https://www.googleapis.com/auth/compute.readonly"
6976          ]
6977        },
6978        "insert": {
6979          "description": "Creates a managed instance group using the information that you specify in the request. After the group is created, instances in the group are created using the specified instance template. This operation is marked as DONE when the group is created even if the instances in the group have not yet been created. You must separately verify the status of the individual instances with the listmanagedinstances method.\n\nA managed instance group can have up to 1000 VM instances per group. Please contact Cloud Support if you need an increase in this limit.",
6980          "httpMethod": "POST",
6981          "id": "compute.instanceGroupManagers.insert",
6982          "parameterOrder": [
6983            "project",
6984            "zone"
6985          ],
6986          "parameters": {
6987            "project": {
6988              "description": "Project ID for this request.",
6989              "location": "path",
6990              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
6991              "required": true,
6992              "type": "string"
6993            },
6994            "requestId": {
6995              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
6996              "location": "query",
6997              "type": "string"
6998            },
6999            "zone": {
7000              "description": "The name of the zone where you want to create the managed instance group.",
7001              "location": "path",
7002              "required": true,
7003              "type": "string"
7004            }
7005          },
7006          "path": "projects/{project}/zones/{zone}/instanceGroupManagers",
7007          "request": {
7008            "$ref": "InstanceGroupManager"
7009          },
7010          "response": {
7011            "$ref": "Operation"
7012          },
7013          "scopes": [
7014            "https://www.googleapis.com/auth/cloud-platform",
7015            "https://www.googleapis.com/auth/compute"
7016          ]
7017        },
7018        "list": {
7019          "description": "Retrieves a list of managed instance groups that are contained within the specified project and zone.",
7020          "httpMethod": "GET",
7021          "id": "compute.instanceGroupManagers.list",
7022          "parameterOrder": [
7023            "project",
7024            "zone"
7025          ],
7026          "parameters": {
7027            "filter": {
7028              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
7029              "location": "query",
7030              "type": "string"
7031            },
7032            "maxResults": {
7033              "default": "500",
7034              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
7035              "format": "uint32",
7036              "location": "query",
7037              "minimum": "0",
7038              "type": "integer"
7039            },
7040            "orderBy": {
7041              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
7042              "location": "query",
7043              "type": "string"
7044            },
7045            "pageToken": {
7046              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
7047              "location": "query",
7048              "type": "string"
7049            },
7050            "project": {
7051              "description": "Project ID for this request.",
7052              "location": "path",
7053              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
7054              "required": true,
7055              "type": "string"
7056            },
7057            "returnPartialSuccess": {
7058              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
7059              "location": "query",
7060              "type": "boolean"
7061            },
7062            "zone": {
7063              "description": "The name of the zone where the managed instance group is located.",
7064              "location": "path",
7065              "required": true,
7066              "type": "string"
7067            }
7068          },
7069          "path": "projects/{project}/zones/{zone}/instanceGroupManagers",
7070          "response": {
7071            "$ref": "InstanceGroupManagerList"
7072          },
7073          "scopes": [
7074            "https://www.googleapis.com/auth/cloud-platform",
7075            "https://www.googleapis.com/auth/compute",
7076            "https://www.googleapis.com/auth/compute.readonly"
7077          ]
7078        },
7079        "listErrors": {
7080          "description": "Lists all errors thrown by actions on instances for a given managed instance group. The filter and orderBy query parameters are not supported.",
7081          "httpMethod": "GET",
7082          "id": "compute.instanceGroupManagers.listErrors",
7083          "parameterOrder": [
7084            "project",
7085            "zone",
7086            "instanceGroupManager"
7087          ],
7088          "parameters": {
7089            "filter": {
7090              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
7091              "location": "query",
7092              "type": "string"
7093            },
7094            "instanceGroupManager": {
7095              "description": "The name of the managed instance group. It must be a string that meets the requirements in RFC1035, or an unsigned long integer: must match regexp pattern: (?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?)|[1-9][0-9]{0,19}.",
7096              "location": "path",
7097              "required": true,
7098              "type": "string"
7099            },
7100            "maxResults": {
7101              "default": "500",
7102              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
7103              "format": "uint32",
7104              "location": "query",
7105              "minimum": "0",
7106              "type": "integer"
7107            },
7108            "orderBy": {
7109              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
7110              "location": "query",
7111              "type": "string"
7112            },
7113            "pageToken": {
7114              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
7115              "location": "query",
7116              "type": "string"
7117            },
7118            "project": {
7119              "description": "Project ID for this request.",
7120              "location": "path",
7121              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
7122              "required": true,
7123              "type": "string"
7124            },
7125            "returnPartialSuccess": {
7126              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
7127              "location": "query",
7128              "type": "boolean"
7129            },
7130            "zone": {
7131              "description": "The name of the zone where the managed instance group is located. It should conform to RFC1035.",
7132              "location": "path",
7133              "required": true,
7134              "type": "string"
7135            }
7136          },
7137          "path": "projects/{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}/listErrors",
7138          "response": {
7139            "$ref": "InstanceGroupManagersListErrorsResponse"
7140          },
7141          "scopes": [
7142            "https://www.googleapis.com/auth/cloud-platform",
7143            "https://www.googleapis.com/auth/compute",
7144            "https://www.googleapis.com/auth/compute.readonly"
7145          ]
7146        },
7147        "listManagedInstances": {
7148          "description": "Lists all of the instances in the managed instance group. Each instance in the list has a currentAction, which indicates the action that the managed instance group is performing on the instance. For example, if the group is still creating an instance, the currentAction is CREATING. If a previous action failed, the list displays the errors for that failed action. The orderBy query parameter is not supported.",
7149          "httpMethod": "POST",
7150          "id": "compute.instanceGroupManagers.listManagedInstances",
7151          "parameterOrder": [
7152            "project",
7153            "zone",
7154            "instanceGroupManager"
7155          ],
7156          "parameters": {
7157            "filter": {
7158              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
7159              "location": "query",
7160              "type": "string"
7161            },
7162            "instanceGroupManager": {
7163              "description": "The name of the managed instance group.",
7164              "location": "path",
7165              "required": true,
7166              "type": "string"
7167            },
7168            "maxResults": {
7169              "default": "500",
7170              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
7171              "format": "uint32",
7172              "location": "query",
7173              "minimum": "0",
7174              "type": "integer"
7175            },
7176            "orderBy": {
7177              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
7178              "location": "query",
7179              "type": "string"
7180            },
7181            "pageToken": {
7182              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
7183              "location": "query",
7184              "type": "string"
7185            },
7186            "project": {
7187              "description": "Project ID for this request.",
7188              "location": "path",
7189              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
7190              "required": true,
7191              "type": "string"
7192            },
7193            "returnPartialSuccess": {
7194              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
7195              "location": "query",
7196              "type": "boolean"
7197            },
7198            "zone": {
7199              "description": "The name of the zone where the managed instance group is located.",
7200              "location": "path",
7201              "required": true,
7202              "type": "string"
7203            }
7204          },
7205          "path": "projects/{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}/listManagedInstances",
7206          "response": {
7207            "$ref": "InstanceGroupManagersListManagedInstancesResponse"
7208          },
7209          "scopes": [
7210            "https://www.googleapis.com/auth/cloud-platform",
7211            "https://www.googleapis.com/auth/compute",
7212            "https://www.googleapis.com/auth/compute.readonly"
7213          ]
7214        },
7215        "listPerInstanceConfigs": {
7216          "description": "Lists all of the per-instance configs defined for the managed instance group. The orderBy query parameter is not supported.",
7217          "httpMethod": "POST",
7218          "id": "compute.instanceGroupManagers.listPerInstanceConfigs",
7219          "parameterOrder": [
7220            "project",
7221            "zone",
7222            "instanceGroupManager"
7223          ],
7224          "parameters": {
7225            "filter": {
7226              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
7227              "location": "query",
7228              "type": "string"
7229            },
7230            "instanceGroupManager": {
7231              "description": "The name of the managed instance group. It should conform to RFC1035.",
7232              "location": "path",
7233              "required": true,
7234              "type": "string"
7235            },
7236            "maxResults": {
7237              "default": "500",
7238              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
7239              "format": "uint32",
7240              "location": "query",
7241              "minimum": "0",
7242              "type": "integer"
7243            },
7244            "orderBy": {
7245              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
7246              "location": "query",
7247              "type": "string"
7248            },
7249            "pageToken": {
7250              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
7251              "location": "query",
7252              "type": "string"
7253            },
7254            "project": {
7255              "description": "Project ID for this request.",
7256              "location": "path",
7257              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
7258              "required": true,
7259              "type": "string"
7260            },
7261            "returnPartialSuccess": {
7262              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
7263              "location": "query",
7264              "type": "boolean"
7265            },
7266            "zone": {
7267              "description": "The name of the zone where the managed instance group is located. It should conform to RFC1035.",
7268              "location": "path",
7269              "required": true,
7270              "type": "string"
7271            }
7272          },
7273          "path": "projects/{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}/listPerInstanceConfigs",
7274          "response": {
7275            "$ref": "InstanceGroupManagersListPerInstanceConfigsResp"
7276          },
7277          "scopes": [
7278            "https://www.googleapis.com/auth/cloud-platform",
7279            "https://www.googleapis.com/auth/compute",
7280            "https://www.googleapis.com/auth/compute.readonly"
7281          ]
7282        },
7283        "patch": {
7284          "description": "Updates a managed instance group using the information that you specify in the request. This operation is marked as DONE when the group is patched even if the instances in the group are still in the process of being patched. You must separately verify the status of the individual instances with the listManagedInstances method. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.",
7285          "httpMethod": "PATCH",
7286          "id": "compute.instanceGroupManagers.patch",
7287          "parameterOrder": [
7288            "project",
7289            "zone",
7290            "instanceGroupManager"
7291          ],
7292          "parameters": {
7293            "instanceGroupManager": {
7294              "description": "The name of the instance group manager.",
7295              "location": "path",
7296              "required": true,
7297              "type": "string"
7298            },
7299            "project": {
7300              "description": "Project ID for this request.",
7301              "location": "path",
7302              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
7303              "required": true,
7304              "type": "string"
7305            },
7306            "requestId": {
7307              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
7308              "location": "query",
7309              "type": "string"
7310            },
7311            "zone": {
7312              "description": "The name of the zone where you want to create the managed instance group.",
7313              "location": "path",
7314              "required": true,
7315              "type": "string"
7316            }
7317          },
7318          "path": "projects/{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}",
7319          "request": {
7320            "$ref": "InstanceGroupManager"
7321          },
7322          "response": {
7323            "$ref": "Operation"
7324          },
7325          "scopes": [
7326            "https://www.googleapis.com/auth/cloud-platform",
7327            "https://www.googleapis.com/auth/compute"
7328          ]
7329        },
7330        "patchPerInstanceConfigs": {
7331          "description": "Inserts or patches per-instance configs for the managed instance group. perInstanceConfig.name serves as a key used to distinguish whether to perform insert or patch.",
7332          "httpMethod": "POST",
7333          "id": "compute.instanceGroupManagers.patchPerInstanceConfigs",
7334          "parameterOrder": [
7335            "project",
7336            "zone",
7337            "instanceGroupManager"
7338          ],
7339          "parameters": {
7340            "instanceGroupManager": {
7341              "description": "The name of the managed instance group. It should conform to RFC1035.",
7342              "location": "path",
7343              "required": true,
7344              "type": "string"
7345            },
7346            "project": {
7347              "description": "Project ID for this request.",
7348              "location": "path",
7349              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
7350              "required": true,
7351              "type": "string"
7352            },
7353            "requestId": {
7354              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
7355              "location": "query",
7356              "type": "string"
7357            },
7358            "zone": {
7359              "description": "The name of the zone where the managed instance group is located. It should conform to RFC1035.",
7360              "location": "path",
7361              "required": true,
7362              "type": "string"
7363            }
7364          },
7365          "path": "projects/{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}/patchPerInstanceConfigs",
7366          "request": {
7367            "$ref": "InstanceGroupManagersPatchPerInstanceConfigsReq"
7368          },
7369          "response": {
7370            "$ref": "Operation"
7371          },
7372          "scopes": [
7373            "https://www.googleapis.com/auth/cloud-platform",
7374            "https://www.googleapis.com/auth/compute"
7375          ]
7376        },
7377        "recreateInstances": {
7378          "description": "Flags the specified instances in the managed instance group to be immediately recreated. The instances are deleted and recreated using the current instance template for the managed instance group. This operation is marked as DONE when the flag is set even if the instances have not yet been recreated. You must separately verify the status of the recreating action with the listmanagedinstances method.\n\nIf the group is part of a backend service that has enabled connection draining, it can take up to 60 seconds after the connection draining duration has elapsed before the VM instance is removed or deleted.\n\nYou can specify a maximum of 1000 instances with this method per request.",
7379          "httpMethod": "POST",
7380          "id": "compute.instanceGroupManagers.recreateInstances",
7381          "parameterOrder": [
7382            "project",
7383            "zone",
7384            "instanceGroupManager"
7385          ],
7386          "parameters": {
7387            "instanceGroupManager": {
7388              "description": "The name of the managed instance group.",
7389              "location": "path",
7390              "required": true,
7391              "type": "string"
7392            },
7393            "project": {
7394              "description": "Project ID for this request.",
7395              "location": "path",
7396              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
7397              "required": true,
7398              "type": "string"
7399            },
7400            "requestId": {
7401              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
7402              "location": "query",
7403              "type": "string"
7404            },
7405            "zone": {
7406              "description": "The name of the zone where the managed instance group is located.",
7407              "location": "path",
7408              "required": true,
7409              "type": "string"
7410            }
7411          },
7412          "path": "projects/{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}/recreateInstances",
7413          "request": {
7414            "$ref": "InstanceGroupManagersRecreateInstancesRequest"
7415          },
7416          "response": {
7417            "$ref": "Operation"
7418          },
7419          "scopes": [
7420            "https://www.googleapis.com/auth/cloud-platform",
7421            "https://www.googleapis.com/auth/compute"
7422          ]
7423        },
7424        "resize": {
7425          "description": "Resizes the managed instance group. If you increase the size, the group creates new instances using the current instance template. If you decrease the size, the group deletes instances. The resize operation is marked DONE when the resize actions are scheduled even if the group has not yet added or deleted any instances. You must separately verify the status of the creating or deleting actions with the listmanagedinstances method.\n\nWhen resizing down, the instance group arbitrarily chooses the order in which VMs are deleted. The group takes into account some VM attributes when making the selection including:\n\n+ The status of the VM instance. + The health of the VM instance. + The instance template version the VM is based on. + For regional managed instance groups, the location of the VM instance.\n\nThis list is subject to change.\n\nIf the group is part of a backend service that has enabled connection draining, it can take up to 60 seconds after the connection draining duration has elapsed before the VM instance is removed or deleted.",
7426          "httpMethod": "POST",
7427          "id": "compute.instanceGroupManagers.resize",
7428          "parameterOrder": [
7429            "project",
7430            "zone",
7431            "instanceGroupManager",
7432            "size"
7433          ],
7434          "parameters": {
7435            "instanceGroupManager": {
7436              "description": "The name of the managed instance group.",
7437              "location": "path",
7438              "required": true,
7439              "type": "string"
7440            },
7441            "project": {
7442              "description": "Project ID for this request.",
7443              "location": "path",
7444              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
7445              "required": true,
7446              "type": "string"
7447            },
7448            "requestId": {
7449              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
7450              "location": "query",
7451              "type": "string"
7452            },
7453            "size": {
7454              "description": "The number of running instances that the managed instance group should maintain at any given time. The group automatically adds or removes instances to maintain the number of instances specified by this parameter.",
7455              "format": "int32",
7456              "location": "query",
7457              "required": true,
7458              "type": "integer"
7459            },
7460            "zone": {
7461              "description": "The name of the zone where the managed instance group is located.",
7462              "location": "path",
7463              "required": true,
7464              "type": "string"
7465            }
7466          },
7467          "path": "projects/{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}/resize",
7468          "response": {
7469            "$ref": "Operation"
7470          },
7471          "scopes": [
7472            "https://www.googleapis.com/auth/cloud-platform",
7473            "https://www.googleapis.com/auth/compute"
7474          ]
7475        },
7476        "resizeAdvanced": {
7477          "description": "Resizes the managed instance group with advanced configuration options like disabling creation retries. This is an extended version of the resize method.\n\nIf you increase the size of the instance group, the group creates new instances using the current instance template. If you decrease the size, the group deletes instances. The resize operation is marked DONE when the resize actions are scheduled even if the group has not yet added or deleted any instances. You must separately verify the status of the creating, creatingWithoutRetries, or deleting actions with the get or listmanagedinstances method.\n\nIf the group is part of a backend service that has enabled connection draining, it can take up to 60 seconds after the connection draining duration has elapsed before the VM instance is removed or deleted.",
7478          "httpMethod": "POST",
7479          "id": "compute.instanceGroupManagers.resizeAdvanced",
7480          "parameterOrder": [
7481            "project",
7482            "zone",
7483            "instanceGroupManager"
7484          ],
7485          "parameters": {
7486            "instanceGroupManager": {
7487              "description": "The name of the managed instance group.",
7488              "location": "path",
7489              "required": true,
7490              "type": "string"
7491            },
7492            "project": {
7493              "description": "Project ID for this request.",
7494              "location": "path",
7495              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
7496              "required": true,
7497              "type": "string"
7498            },
7499            "requestId": {
7500              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
7501              "location": "query",
7502              "type": "string"
7503            },
7504            "zone": {
7505              "description": "The name of the zone where the managed instance group is located.",
7506              "location": "path",
7507              "required": true,
7508              "type": "string"
7509            }
7510          },
7511          "path": "projects/{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}/resizeAdvanced",
7512          "request": {
7513            "$ref": "InstanceGroupManagersResizeAdvancedRequest"
7514          },
7515          "response": {
7516            "$ref": "Operation"
7517          },
7518          "scopes": [
7519            "https://www.googleapis.com/auth/cloud-platform",
7520            "https://www.googleapis.com/auth/compute"
7521          ]
7522        },
7523        "setAutoHealingPolicies": {
7524          "description": "Modifies the autohealing policies. [Deprecated] This method is deprecated. Please use Patch instead.",
7525          "httpMethod": "POST",
7526          "id": "compute.instanceGroupManagers.setAutoHealingPolicies",
7527          "parameterOrder": [
7528            "project",
7529            "zone",
7530            "instanceGroupManager"
7531          ],
7532          "parameters": {
7533            "instanceGroupManager": {
7534              "description": "The name of the instance group manager.",
7535              "location": "path",
7536              "required": true,
7537              "type": "string"
7538            },
7539            "project": {
7540              "description": "Project ID for this request.",
7541              "location": "path",
7542              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
7543              "required": true,
7544              "type": "string"
7545            },
7546            "requestId": {
7547              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
7548              "location": "query",
7549              "type": "string"
7550            },
7551            "zone": {
7552              "description": "The name of the zone where the managed instance group is located.",
7553              "location": "path",
7554              "required": true,
7555              "type": "string"
7556            }
7557          },
7558          "path": "projects/{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}/setAutoHealingPolicies",
7559          "request": {
7560            "$ref": "InstanceGroupManagersSetAutoHealingRequest"
7561          },
7562          "response": {
7563            "$ref": "Operation"
7564          },
7565          "scopes": [
7566            "https://www.googleapis.com/auth/cloud-platform",
7567            "https://www.googleapis.com/auth/compute"
7568          ]
7569        },
7570        "setInstanceTemplate": {
7571          "description": "Specifies the instance template to use when creating new instances in this group. The templates for existing instances in the group do not change unless you run recreateInstances, run applyUpdatesToInstances, or set the group's updatePolicy.type to PROACTIVE.",
7572          "httpMethod": "POST",
7573          "id": "compute.instanceGroupManagers.setInstanceTemplate",
7574          "parameterOrder": [
7575            "project",
7576            "zone",
7577            "instanceGroupManager"
7578          ],
7579          "parameters": {
7580            "instanceGroupManager": {
7581              "description": "The name of the managed instance group.",
7582              "location": "path",
7583              "required": true,
7584              "type": "string"
7585            },
7586            "project": {
7587              "description": "Project ID for this request.",
7588              "location": "path",
7589              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
7590              "required": true,
7591              "type": "string"
7592            },
7593            "requestId": {
7594              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
7595              "location": "query",
7596              "type": "string"
7597            },
7598            "zone": {
7599              "description": "The name of the zone where the managed instance group is located.",
7600              "location": "path",
7601              "required": true,
7602              "type": "string"
7603            }
7604          },
7605          "path": "projects/{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}/setInstanceTemplate",
7606          "request": {
7607            "$ref": "InstanceGroupManagersSetInstanceTemplateRequest"
7608          },
7609          "response": {
7610            "$ref": "Operation"
7611          },
7612          "scopes": [
7613            "https://www.googleapis.com/auth/cloud-platform",
7614            "https://www.googleapis.com/auth/compute"
7615          ]
7616        },
7617        "setTargetPools": {
7618          "description": "Modifies the target pools to which all instances in this managed instance group are assigned. The target pools automatically apply to all of the instances in the managed instance group. This operation is marked DONE when you make the request even if the instances have not yet been added to their target pools. The change might take some time to apply to all of the instances in the group depending on the size of the group.",
7619          "httpMethod": "POST",
7620          "id": "compute.instanceGroupManagers.setTargetPools",
7621          "parameterOrder": [
7622            "project",
7623            "zone",
7624            "instanceGroupManager"
7625          ],
7626          "parameters": {
7627            "instanceGroupManager": {
7628              "description": "The name of the managed instance group.",
7629              "location": "path",
7630              "required": true,
7631              "type": "string"
7632            },
7633            "project": {
7634              "description": "Project ID for this request.",
7635              "location": "path",
7636              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
7637              "required": true,
7638              "type": "string"
7639            },
7640            "requestId": {
7641              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
7642              "location": "query",
7643              "type": "string"
7644            },
7645            "zone": {
7646              "description": "The name of the zone where the managed instance group is located.",
7647              "location": "path",
7648              "required": true,
7649              "type": "string"
7650            }
7651          },
7652          "path": "projects/{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}/setTargetPools",
7653          "request": {
7654            "$ref": "InstanceGroupManagersSetTargetPoolsRequest"
7655          },
7656          "response": {
7657            "$ref": "Operation"
7658          },
7659          "scopes": [
7660            "https://www.googleapis.com/auth/cloud-platform",
7661            "https://www.googleapis.com/auth/compute"
7662          ]
7663        },
7664        "testIamPermissions": {
7665          "description": "Returns permissions that a caller has on the specified resource.",
7666          "httpMethod": "POST",
7667          "id": "compute.instanceGroupManagers.testIamPermissions",
7668          "parameterOrder": [
7669            "project",
7670            "zone",
7671            "resource"
7672          ],
7673          "parameters": {
7674            "project": {
7675              "description": "Project ID for this request.",
7676              "location": "path",
7677              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
7678              "required": true,
7679              "type": "string"
7680            },
7681            "resource": {
7682              "description": "Name or id of the resource for this request.",
7683              "location": "path",
7684              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
7685              "required": true,
7686              "type": "string"
7687            },
7688            "zone": {
7689              "description": "The name of the zone for this request.",
7690              "location": "path",
7691              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
7692              "required": true,
7693              "type": "string"
7694            }
7695          },
7696          "path": "projects/{project}/zones/{zone}/instanceGroupManagers/{resource}/testIamPermissions",
7697          "request": {
7698            "$ref": "TestPermissionsRequest"
7699          },
7700          "response": {
7701            "$ref": "TestPermissionsResponse"
7702          },
7703          "scopes": [
7704            "https://www.googleapis.com/auth/cloud-platform",
7705            "https://www.googleapis.com/auth/compute",
7706            "https://www.googleapis.com/auth/compute.readonly"
7707          ]
7708        },
7709        "update": {
7710          "description": "Updates a managed instance group using the information that you specify in the request. This operation is marked as DONE when the group is updated even if the instances in the group have not yet been updated. You must separately verify the status of the individual instances with the listManagedInstances method.",
7711          "httpMethod": "PUT",
7712          "id": "compute.instanceGroupManagers.update",
7713          "parameterOrder": [
7714            "project",
7715            "zone",
7716            "instanceGroupManager"
7717          ],
7718          "parameters": {
7719            "instanceGroupManager": {
7720              "description": "The name of the instance group manager.",
7721              "location": "path",
7722              "required": true,
7723              "type": "string"
7724            },
7725            "project": {
7726              "description": "Project ID for this request.",
7727              "location": "path",
7728              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
7729              "required": true,
7730              "type": "string"
7731            },
7732            "requestId": {
7733              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
7734              "location": "query",
7735              "type": "string"
7736            },
7737            "zone": {
7738              "description": "The name of the zone where you want to create the managed instance group.",
7739              "location": "path",
7740              "required": true,
7741              "type": "string"
7742            }
7743          },
7744          "path": "projects/{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}",
7745          "request": {
7746            "$ref": "InstanceGroupManager"
7747          },
7748          "response": {
7749            "$ref": "Operation"
7750          },
7751          "scopes": [
7752            "https://www.googleapis.com/auth/cloud-platform",
7753            "https://www.googleapis.com/auth/compute"
7754          ]
7755        },
7756        "updatePerInstanceConfigs": {
7757          "description": "Inserts or updates per-instance configs for the managed instance group. perInstanceConfig.name serves as a key used to distinguish whether to perform insert or patch.",
7758          "httpMethod": "POST",
7759          "id": "compute.instanceGroupManagers.updatePerInstanceConfigs",
7760          "parameterOrder": [
7761            "project",
7762            "zone",
7763            "instanceGroupManager"
7764          ],
7765          "parameters": {
7766            "instanceGroupManager": {
7767              "description": "The name of the managed instance group. It should conform to RFC1035.",
7768              "location": "path",
7769              "required": true,
7770              "type": "string"
7771            },
7772            "project": {
7773              "description": "Project ID for this request.",
7774              "location": "path",
7775              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
7776              "required": true,
7777              "type": "string"
7778            },
7779            "requestId": {
7780              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
7781              "location": "query",
7782              "type": "string"
7783            },
7784            "zone": {
7785              "description": "The name of the zone where the managed instance group is located. It should conform to RFC1035.",
7786              "location": "path",
7787              "required": true,
7788              "type": "string"
7789            }
7790          },
7791          "path": "projects/{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}/updatePerInstanceConfigs",
7792          "request": {
7793            "$ref": "InstanceGroupManagersUpdatePerInstanceConfigsReq"
7794          },
7795          "response": {
7796            "$ref": "Operation"
7797          },
7798          "scopes": [
7799            "https://www.googleapis.com/auth/cloud-platform",
7800            "https://www.googleapis.com/auth/compute"
7801          ]
7802        }
7803      }
7804    },
7805    "instanceGroups": {
7806      "methods": {
7807        "addInstances": {
7808          "description": "Adds a list of instances to the specified instance group. All of the instances in the instance group must be in the same network/subnetwork. Read  Adding instances for more information.",
7809          "httpMethod": "POST",
7810          "id": "compute.instanceGroups.addInstances",
7811          "parameterOrder": [
7812            "project",
7813            "zone",
7814            "instanceGroup"
7815          ],
7816          "parameters": {
7817            "instanceGroup": {
7818              "description": "The name of the instance group where you are adding instances.",
7819              "location": "path",
7820              "required": true,
7821              "type": "string"
7822            },
7823            "project": {
7824              "description": "Project ID for this request.",
7825              "location": "path",
7826              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
7827              "required": true,
7828              "type": "string"
7829            },
7830            "requestId": {
7831              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
7832              "location": "query",
7833              "type": "string"
7834            },
7835            "zone": {
7836              "description": "The name of the zone where the instance group is located.",
7837              "location": "path",
7838              "required": true,
7839              "type": "string"
7840            }
7841          },
7842          "path": "projects/{project}/zones/{zone}/instanceGroups/{instanceGroup}/addInstances",
7843          "request": {
7844            "$ref": "InstanceGroupsAddInstancesRequest"
7845          },
7846          "response": {
7847            "$ref": "Operation"
7848          },
7849          "scopes": [
7850            "https://www.googleapis.com/auth/cloud-platform",
7851            "https://www.googleapis.com/auth/compute"
7852          ]
7853        },
7854        "aggregatedList": {
7855          "description": "Retrieves the list of instance groups and sorts them by zone.",
7856          "httpMethod": "GET",
7857          "id": "compute.instanceGroups.aggregatedList",
7858          "parameterOrder": [
7859            "project"
7860          ],
7861          "parameters": {
7862            "filter": {
7863              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
7864              "location": "query",
7865              "type": "string"
7866            },
7867            "includeAllScopes": {
7868              "description": "Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.",
7869              "location": "query",
7870              "type": "boolean"
7871            },
7872            "maxResults": {
7873              "default": "500",
7874              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
7875              "format": "uint32",
7876              "location": "query",
7877              "minimum": "0",
7878              "type": "integer"
7879            },
7880            "orderBy": {
7881              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
7882              "location": "query",
7883              "type": "string"
7884            },
7885            "pageToken": {
7886              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
7887              "location": "query",
7888              "type": "string"
7889            },
7890            "project": {
7891              "description": "Project ID for this request.",
7892              "location": "path",
7893              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
7894              "required": true,
7895              "type": "string"
7896            },
7897            "returnPartialSuccess": {
7898              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
7899              "location": "query",
7900              "type": "boolean"
7901            }
7902          },
7903          "path": "projects/{project}/aggregated/instanceGroups",
7904          "response": {
7905            "$ref": "InstanceGroupAggregatedList"
7906          },
7907          "scopes": [
7908            "https://www.googleapis.com/auth/cloud-platform",
7909            "https://www.googleapis.com/auth/compute",
7910            "https://www.googleapis.com/auth/compute.readonly"
7911          ]
7912        },
7913        "delete": {
7914          "description": "Deletes the specified instance group. The instances in the group are not deleted. Note that instance group must not belong to a backend service. Read  Deleting an instance group for more information.",
7915          "httpMethod": "DELETE",
7916          "id": "compute.instanceGroups.delete",
7917          "parameterOrder": [
7918            "project",
7919            "zone",
7920            "instanceGroup"
7921          ],
7922          "parameters": {
7923            "instanceGroup": {
7924              "description": "The name of the instance group to delete.",
7925              "location": "path",
7926              "required": true,
7927              "type": "string"
7928            },
7929            "project": {
7930              "description": "Project ID for this request.",
7931              "location": "path",
7932              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
7933              "required": true,
7934              "type": "string"
7935            },
7936            "requestId": {
7937              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
7938              "location": "query",
7939              "type": "string"
7940            },
7941            "zone": {
7942              "description": "The name of the zone where the instance group is located.",
7943              "location": "path",
7944              "required": true,
7945              "type": "string"
7946            }
7947          },
7948          "path": "projects/{project}/zones/{zone}/instanceGroups/{instanceGroup}",
7949          "response": {
7950            "$ref": "Operation"
7951          },
7952          "scopes": [
7953            "https://www.googleapis.com/auth/cloud-platform",
7954            "https://www.googleapis.com/auth/compute"
7955          ]
7956        },
7957        "get": {
7958          "description": "Returns the specified zonal instance group. Get a list of available zonal instance groups by making a list() request.\n\nFor managed instance groups, use the instanceGroupManagers or regionInstanceGroupManagers methods instead.",
7959          "httpMethod": "GET",
7960          "id": "compute.instanceGroups.get",
7961          "parameterOrder": [
7962            "project",
7963            "zone",
7964            "instanceGroup"
7965          ],
7966          "parameters": {
7967            "instanceGroup": {
7968              "description": "The name of the instance group.",
7969              "location": "path",
7970              "required": true,
7971              "type": "string"
7972            },
7973            "project": {
7974              "description": "Project ID for this request.",
7975              "location": "path",
7976              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
7977              "required": true,
7978              "type": "string"
7979            },
7980            "zone": {
7981              "description": "The name of the zone where the instance group is located.",
7982              "location": "path",
7983              "required": true,
7984              "type": "string"
7985            }
7986          },
7987          "path": "projects/{project}/zones/{zone}/instanceGroups/{instanceGroup}",
7988          "response": {
7989            "$ref": "InstanceGroup"
7990          },
7991          "scopes": [
7992            "https://www.googleapis.com/auth/cloud-platform",
7993            "https://www.googleapis.com/auth/compute",
7994            "https://www.googleapis.com/auth/compute.readonly"
7995          ]
7996        },
7997        "insert": {
7998          "description": "Creates an instance group in the specified project using the parameters that are included in the request.",
7999          "httpMethod": "POST",
8000          "id": "compute.instanceGroups.insert",
8001          "parameterOrder": [
8002            "project",
8003            "zone"
8004          ],
8005          "parameters": {
8006            "project": {
8007              "description": "Project ID for this request.",
8008              "location": "path",
8009              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
8010              "required": true,
8011              "type": "string"
8012            },
8013            "requestId": {
8014              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
8015              "location": "query",
8016              "type": "string"
8017            },
8018            "zone": {
8019              "description": "The name of the zone where you want to create the instance group.",
8020              "location": "path",
8021              "required": true,
8022              "type": "string"
8023            }
8024          },
8025          "path": "projects/{project}/zones/{zone}/instanceGroups",
8026          "request": {
8027            "$ref": "InstanceGroup"
8028          },
8029          "response": {
8030            "$ref": "Operation"
8031          },
8032          "scopes": [
8033            "https://www.googleapis.com/auth/cloud-platform",
8034            "https://www.googleapis.com/auth/compute"
8035          ]
8036        },
8037        "list": {
8038          "description": "Retrieves the list of zonal instance group resources contained within the specified zone.\n\nFor managed instance groups, use the instanceGroupManagers or regionInstanceGroupManagers methods instead.",
8039          "httpMethod": "GET",
8040          "id": "compute.instanceGroups.list",
8041          "parameterOrder": [
8042            "project",
8043            "zone"
8044          ],
8045          "parameters": {
8046            "filter": {
8047              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
8048              "location": "query",
8049              "type": "string"
8050            },
8051            "maxResults": {
8052              "default": "500",
8053              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
8054              "format": "uint32",
8055              "location": "query",
8056              "minimum": "0",
8057              "type": "integer"
8058            },
8059            "orderBy": {
8060              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
8061              "location": "query",
8062              "type": "string"
8063            },
8064            "pageToken": {
8065              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
8066              "location": "query",
8067              "type": "string"
8068            },
8069            "project": {
8070              "description": "Project ID for this request.",
8071              "location": "path",
8072              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
8073              "required": true,
8074              "type": "string"
8075            },
8076            "returnPartialSuccess": {
8077              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
8078              "location": "query",
8079              "type": "boolean"
8080            },
8081            "zone": {
8082              "description": "The name of the zone where the instance group is located.",
8083              "location": "path",
8084              "required": true,
8085              "type": "string"
8086            }
8087          },
8088          "path": "projects/{project}/zones/{zone}/instanceGroups",
8089          "response": {
8090            "$ref": "InstanceGroupList"
8091          },
8092          "scopes": [
8093            "https://www.googleapis.com/auth/cloud-platform",
8094            "https://www.googleapis.com/auth/compute",
8095            "https://www.googleapis.com/auth/compute.readonly"
8096          ]
8097        },
8098        "listInstances": {
8099          "description": "Lists the instances in the specified instance group. The orderBy query parameter is not supported.",
8100          "httpMethod": "POST",
8101          "id": "compute.instanceGroups.listInstances",
8102          "parameterOrder": [
8103            "project",
8104            "zone",
8105            "instanceGroup"
8106          ],
8107          "parameters": {
8108            "filter": {
8109              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
8110              "location": "query",
8111              "type": "string"
8112            },
8113            "instanceGroup": {
8114              "description": "The name of the instance group from which you want to generate a list of included instances.",
8115              "location": "path",
8116              "required": true,
8117              "type": "string"
8118            },
8119            "maxResults": {
8120              "default": "500",
8121              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
8122              "format": "uint32",
8123              "location": "query",
8124              "minimum": "0",
8125              "type": "integer"
8126            },
8127            "orderBy": {
8128              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
8129              "location": "query",
8130              "type": "string"
8131            },
8132            "pageToken": {
8133              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
8134              "location": "query",
8135              "type": "string"
8136            },
8137            "project": {
8138              "description": "Project ID for this request.",
8139              "location": "path",
8140              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
8141              "required": true,
8142              "type": "string"
8143            },
8144            "returnPartialSuccess": {
8145              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
8146              "location": "query",
8147              "type": "boolean"
8148            },
8149            "zone": {
8150              "description": "The name of the zone where the instance group is located.",
8151              "location": "path",
8152              "required": true,
8153              "type": "string"
8154            }
8155          },
8156          "path": "projects/{project}/zones/{zone}/instanceGroups/{instanceGroup}/listInstances",
8157          "request": {
8158            "$ref": "InstanceGroupsListInstancesRequest"
8159          },
8160          "response": {
8161            "$ref": "InstanceGroupsListInstances"
8162          },
8163          "scopes": [
8164            "https://www.googleapis.com/auth/cloud-platform",
8165            "https://www.googleapis.com/auth/compute",
8166            "https://www.googleapis.com/auth/compute.readonly"
8167          ]
8168        },
8169        "removeInstances": {
8170          "description": "Removes one or more instances from the specified instance group, but does not delete those instances.\n\nIf the group is part of a backend service that has enabled connection draining, it can take up to 60 seconds after the connection draining duration before the VM instance is removed or deleted.",
8171          "httpMethod": "POST",
8172          "id": "compute.instanceGroups.removeInstances",
8173          "parameterOrder": [
8174            "project",
8175            "zone",
8176            "instanceGroup"
8177          ],
8178          "parameters": {
8179            "instanceGroup": {
8180              "description": "The name of the instance group where the specified instances will be removed.",
8181              "location": "path",
8182              "required": true,
8183              "type": "string"
8184            },
8185            "project": {
8186              "description": "Project ID for this request.",
8187              "location": "path",
8188              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
8189              "required": true,
8190              "type": "string"
8191            },
8192            "requestId": {
8193              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
8194              "location": "query",
8195              "type": "string"
8196            },
8197            "zone": {
8198              "description": "The name of the zone where the instance group is located.",
8199              "location": "path",
8200              "required": true,
8201              "type": "string"
8202            }
8203          },
8204          "path": "projects/{project}/zones/{zone}/instanceGroups/{instanceGroup}/removeInstances",
8205          "request": {
8206            "$ref": "InstanceGroupsRemoveInstancesRequest"
8207          },
8208          "response": {
8209            "$ref": "Operation"
8210          },
8211          "scopes": [
8212            "https://www.googleapis.com/auth/cloud-platform",
8213            "https://www.googleapis.com/auth/compute"
8214          ]
8215        },
8216        "setNamedPorts": {
8217          "description": "Sets the named ports for the specified instance group.",
8218          "httpMethod": "POST",
8219          "id": "compute.instanceGroups.setNamedPorts",
8220          "parameterOrder": [
8221            "project",
8222            "zone",
8223            "instanceGroup"
8224          ],
8225          "parameters": {
8226            "instanceGroup": {
8227              "description": "The name of the instance group where the named ports are updated.",
8228              "location": "path",
8229              "required": true,
8230              "type": "string"
8231            },
8232            "project": {
8233              "description": "Project ID for this request.",
8234              "location": "path",
8235              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
8236              "required": true,
8237              "type": "string"
8238            },
8239            "requestId": {
8240              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
8241              "location": "query",
8242              "type": "string"
8243            },
8244            "zone": {
8245              "description": "The name of the zone where the instance group is located.",
8246              "location": "path",
8247              "required": true,
8248              "type": "string"
8249            }
8250          },
8251          "path": "projects/{project}/zones/{zone}/instanceGroups/{instanceGroup}/setNamedPorts",
8252          "request": {
8253            "$ref": "InstanceGroupsSetNamedPortsRequest"
8254          },
8255          "response": {
8256            "$ref": "Operation"
8257          },
8258          "scopes": [
8259            "https://www.googleapis.com/auth/cloud-platform",
8260            "https://www.googleapis.com/auth/compute"
8261          ]
8262        },
8263        "testIamPermissions": {
8264          "description": "Returns permissions that a caller has on the specified resource.",
8265          "httpMethod": "POST",
8266          "id": "compute.instanceGroups.testIamPermissions",
8267          "parameterOrder": [
8268            "project",
8269            "zone",
8270            "resource"
8271          ],
8272          "parameters": {
8273            "project": {
8274              "description": "Project ID for this request.",
8275              "location": "path",
8276              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
8277              "required": true,
8278              "type": "string"
8279            },
8280            "resource": {
8281              "description": "Name or id of the resource for this request.",
8282              "location": "path",
8283              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
8284              "required": true,
8285              "type": "string"
8286            },
8287            "zone": {
8288              "description": "The name of the zone for this request.",
8289              "location": "path",
8290              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
8291              "required": true,
8292              "type": "string"
8293            }
8294          },
8295          "path": "projects/{project}/zones/{zone}/instanceGroups/{resource}/testIamPermissions",
8296          "request": {
8297            "$ref": "TestPermissionsRequest"
8298          },
8299          "response": {
8300            "$ref": "TestPermissionsResponse"
8301          },
8302          "scopes": [
8303            "https://www.googleapis.com/auth/cloud-platform",
8304            "https://www.googleapis.com/auth/compute",
8305            "https://www.googleapis.com/auth/compute.readonly"
8306          ]
8307        }
8308      }
8309    },
8310    "instanceTemplates": {
8311      "methods": {
8312        "delete": {
8313          "description": "Deletes the specified instance template. Deleting an instance template is permanent and cannot be undone. It is not possible to delete templates that are already in use by a managed instance group.",
8314          "httpMethod": "DELETE",
8315          "id": "compute.instanceTemplates.delete",
8316          "parameterOrder": [
8317            "project",
8318            "instanceTemplate"
8319          ],
8320          "parameters": {
8321            "instanceTemplate": {
8322              "description": "The name of the instance template to delete.",
8323              "location": "path",
8324              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
8325              "required": true,
8326              "type": "string"
8327            },
8328            "project": {
8329              "description": "Project ID for this request.",
8330              "location": "path",
8331              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
8332              "required": true,
8333              "type": "string"
8334            },
8335            "requestId": {
8336              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
8337              "location": "query",
8338              "type": "string"
8339            }
8340          },
8341          "path": "projects/{project}/global/instanceTemplates/{instanceTemplate}",
8342          "response": {
8343            "$ref": "Operation"
8344          },
8345          "scopes": [
8346            "https://www.googleapis.com/auth/cloud-platform",
8347            "https://www.googleapis.com/auth/compute"
8348          ]
8349        },
8350        "get": {
8351          "description": "Returns the specified instance template. Gets a list of available instance templates by making a list() request.",
8352          "httpMethod": "GET",
8353          "id": "compute.instanceTemplates.get",
8354          "parameterOrder": [
8355            "project",
8356            "instanceTemplate"
8357          ],
8358          "parameters": {
8359            "instanceTemplate": {
8360              "description": "The name of the instance template.",
8361              "location": "path",
8362              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
8363              "required": true,
8364              "type": "string"
8365            },
8366            "project": {
8367              "description": "Project ID for this request.",
8368              "location": "path",
8369              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
8370              "required": true,
8371              "type": "string"
8372            }
8373          },
8374          "path": "projects/{project}/global/instanceTemplates/{instanceTemplate}",
8375          "response": {
8376            "$ref": "InstanceTemplate"
8377          },
8378          "scopes": [
8379            "https://www.googleapis.com/auth/cloud-platform",
8380            "https://www.googleapis.com/auth/compute",
8381            "https://www.googleapis.com/auth/compute.readonly"
8382          ]
8383        },
8384        "getIamPolicy": {
8385          "description": "Gets the access control policy for a resource. May be empty if no such policy or resource exists.",
8386          "httpMethod": "GET",
8387          "id": "compute.instanceTemplates.getIamPolicy",
8388          "parameterOrder": [
8389            "project",
8390            "resource"
8391          ],
8392          "parameters": {
8393            "optionsRequestedPolicyVersion": {
8394              "description": "Requested IAM Policy version.",
8395              "format": "int32",
8396              "location": "query",
8397              "type": "integer"
8398            },
8399            "project": {
8400              "description": "Project ID for this request.",
8401              "location": "path",
8402              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
8403              "required": true,
8404              "type": "string"
8405            },
8406            "resource": {
8407              "description": "Name or id of the resource for this request.",
8408              "location": "path",
8409              "pattern": "[a-z](?:[-a-z0-9_]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
8410              "required": true,
8411              "type": "string"
8412            }
8413          },
8414          "path": "projects/{project}/global/instanceTemplates/{resource}/getIamPolicy",
8415          "response": {
8416            "$ref": "Policy"
8417          },
8418          "scopes": [
8419            "https://www.googleapis.com/auth/cloud-platform",
8420            "https://www.googleapis.com/auth/compute",
8421            "https://www.googleapis.com/auth/compute.readonly"
8422          ]
8423        },
8424        "insert": {
8425          "description": "Creates an instance template in the specified project using the data that is included in the request. If you are creating a new template to update an existing instance group, your new instance template must use the same network or, if applicable, the same subnetwork as the original template.",
8426          "httpMethod": "POST",
8427          "id": "compute.instanceTemplates.insert",
8428          "parameterOrder": [
8429            "project"
8430          ],
8431          "parameters": {
8432            "project": {
8433              "description": "Project ID for this request.",
8434              "location": "path",
8435              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
8436              "required": true,
8437              "type": "string"
8438            },
8439            "requestId": {
8440              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
8441              "location": "query",
8442              "type": "string"
8443            }
8444          },
8445          "path": "projects/{project}/global/instanceTemplates",
8446          "request": {
8447            "$ref": "InstanceTemplate"
8448          },
8449          "response": {
8450            "$ref": "Operation"
8451          },
8452          "scopes": [
8453            "https://www.googleapis.com/auth/cloud-platform",
8454            "https://www.googleapis.com/auth/compute"
8455          ]
8456        },
8457        "list": {
8458          "description": "Retrieves a list of instance templates that are contained within the specified project.",
8459          "httpMethod": "GET",
8460          "id": "compute.instanceTemplates.list",
8461          "parameterOrder": [
8462            "project"
8463          ],
8464          "parameters": {
8465            "filter": {
8466              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
8467              "location": "query",
8468              "type": "string"
8469            },
8470            "maxResults": {
8471              "default": "500",
8472              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
8473              "format": "uint32",
8474              "location": "query",
8475              "minimum": "0",
8476              "type": "integer"
8477            },
8478            "orderBy": {
8479              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
8480              "location": "query",
8481              "type": "string"
8482            },
8483            "pageToken": {
8484              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
8485              "location": "query",
8486              "type": "string"
8487            },
8488            "project": {
8489              "description": "Project ID for this request.",
8490              "location": "path",
8491              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
8492              "required": true,
8493              "type": "string"
8494            },
8495            "returnPartialSuccess": {
8496              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
8497              "location": "query",
8498              "type": "boolean"
8499            }
8500          },
8501          "path": "projects/{project}/global/instanceTemplates",
8502          "response": {
8503            "$ref": "InstanceTemplateList"
8504          },
8505          "scopes": [
8506            "https://www.googleapis.com/auth/cloud-platform",
8507            "https://www.googleapis.com/auth/compute",
8508            "https://www.googleapis.com/auth/compute.readonly"
8509          ]
8510        },
8511        "setIamPolicy": {
8512          "description": "Sets the access control policy on the specified resource. Replaces any existing policy.",
8513          "httpMethod": "POST",
8514          "id": "compute.instanceTemplates.setIamPolicy",
8515          "parameterOrder": [
8516            "project",
8517            "resource"
8518          ],
8519          "parameters": {
8520            "project": {
8521              "description": "Project ID for this request.",
8522              "location": "path",
8523              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
8524              "required": true,
8525              "type": "string"
8526            },
8527            "resource": {
8528              "description": "Name or id of the resource for this request.",
8529              "location": "path",
8530              "pattern": "[a-z](?:[-a-z0-9_]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
8531              "required": true,
8532              "type": "string"
8533            }
8534          },
8535          "path": "projects/{project}/global/instanceTemplates/{resource}/setIamPolicy",
8536          "request": {
8537            "$ref": "GlobalSetPolicyRequest"
8538          },
8539          "response": {
8540            "$ref": "Policy"
8541          },
8542          "scopes": [
8543            "https://www.googleapis.com/auth/cloud-platform",
8544            "https://www.googleapis.com/auth/compute"
8545          ]
8546        },
8547        "testIamPermissions": {
8548          "description": "Returns permissions that a caller has on the specified resource.",
8549          "httpMethod": "POST",
8550          "id": "compute.instanceTemplates.testIamPermissions",
8551          "parameterOrder": [
8552            "project",
8553            "resource"
8554          ],
8555          "parameters": {
8556            "project": {
8557              "description": "Project ID for this request.",
8558              "location": "path",
8559              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
8560              "required": true,
8561              "type": "string"
8562            },
8563            "resource": {
8564              "description": "Name or id of the resource for this request.",
8565              "location": "path",
8566              "pattern": "[a-z](?:[-a-z0-9_]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
8567              "required": true,
8568              "type": "string"
8569            }
8570          },
8571          "path": "projects/{project}/global/instanceTemplates/{resource}/testIamPermissions",
8572          "request": {
8573            "$ref": "TestPermissionsRequest"
8574          },
8575          "response": {
8576            "$ref": "TestPermissionsResponse"
8577          },
8578          "scopes": [
8579            "https://www.googleapis.com/auth/cloud-platform",
8580            "https://www.googleapis.com/auth/compute",
8581            "https://www.googleapis.com/auth/compute.readonly"
8582          ]
8583        }
8584      }
8585    },
8586    "instances": {
8587      "methods": {
8588        "addAccessConfig": {
8589          "description": "Adds an access config to an instance's network interface.",
8590          "httpMethod": "POST",
8591          "id": "compute.instances.addAccessConfig",
8592          "parameterOrder": [
8593            "project",
8594            "zone",
8595            "instance",
8596            "networkInterface"
8597          ],
8598          "parameters": {
8599            "instance": {
8600              "description": "The instance name for this request.",
8601              "location": "path",
8602              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
8603              "required": true,
8604              "type": "string"
8605            },
8606            "networkInterface": {
8607              "description": "The name of the network interface to add to this instance.",
8608              "location": "query",
8609              "required": true,
8610              "type": "string"
8611            },
8612            "project": {
8613              "description": "Project ID for this request.",
8614              "location": "path",
8615              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
8616              "required": true,
8617              "type": "string"
8618            },
8619            "requestId": {
8620              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
8621              "location": "query",
8622              "type": "string"
8623            },
8624            "zone": {
8625              "description": "The name of the zone for this request.",
8626              "location": "path",
8627              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
8628              "required": true,
8629              "type": "string"
8630            }
8631          },
8632          "path": "projects/{project}/zones/{zone}/instances/{instance}/addAccessConfig",
8633          "request": {
8634            "$ref": "AccessConfig"
8635          },
8636          "response": {
8637            "$ref": "Operation"
8638          },
8639          "scopes": [
8640            "https://www.googleapis.com/auth/cloud-platform",
8641            "https://www.googleapis.com/auth/compute"
8642          ]
8643        },
8644        "addResourcePolicies": {
8645          "description": "Adds existing resource policies to an instance. You can only add one policy right now which will be applied to this instance for scheduling live migrations.",
8646          "httpMethod": "POST",
8647          "id": "compute.instances.addResourcePolicies",
8648          "parameterOrder": [
8649            "project",
8650            "zone",
8651            "instance"
8652          ],
8653          "parameters": {
8654            "instance": {
8655              "description": "The instance name for this request.",
8656              "location": "path",
8657              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
8658              "required": true,
8659              "type": "string"
8660            },
8661            "project": {
8662              "description": "Project ID for this request.",
8663              "location": "path",
8664              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
8665              "required": true,
8666              "type": "string"
8667            },
8668            "requestId": {
8669              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
8670              "location": "query",
8671              "type": "string"
8672            },
8673            "zone": {
8674              "description": "The name of the zone for this request.",
8675              "location": "path",
8676              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
8677              "required": true,
8678              "type": "string"
8679            }
8680          },
8681          "path": "projects/{project}/zones/{zone}/instances/{instance}/addResourcePolicies",
8682          "request": {
8683            "$ref": "InstancesAddResourcePoliciesRequest"
8684          },
8685          "response": {
8686            "$ref": "Operation"
8687          },
8688          "scopes": [
8689            "https://www.googleapis.com/auth/cloud-platform",
8690            "https://www.googleapis.com/auth/compute"
8691          ]
8692        },
8693        "aggregatedList": {
8694          "description": "Retrieves aggregated list of all of the instances in your project across all regions and zones.",
8695          "httpMethod": "GET",
8696          "id": "compute.instances.aggregatedList",
8697          "parameterOrder": [
8698            "project"
8699          ],
8700          "parameters": {
8701            "filter": {
8702              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
8703              "location": "query",
8704              "type": "string"
8705            },
8706            "includeAllScopes": {
8707              "description": "Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.",
8708              "location": "query",
8709              "type": "boolean"
8710            },
8711            "maxResults": {
8712              "default": "500",
8713              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
8714              "format": "uint32",
8715              "location": "query",
8716              "minimum": "0",
8717              "type": "integer"
8718            },
8719            "orderBy": {
8720              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
8721              "location": "query",
8722              "type": "string"
8723            },
8724            "pageToken": {
8725              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
8726              "location": "query",
8727              "type": "string"
8728            },
8729            "project": {
8730              "description": "Project ID for this request.",
8731              "location": "path",
8732              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
8733              "required": true,
8734              "type": "string"
8735            },
8736            "returnPartialSuccess": {
8737              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
8738              "location": "query",
8739              "type": "boolean"
8740            }
8741          },
8742          "path": "projects/{project}/aggregated/instances",
8743          "response": {
8744            "$ref": "InstanceAggregatedList"
8745          },
8746          "scopes": [
8747            "https://www.googleapis.com/auth/cloud-platform",
8748            "https://www.googleapis.com/auth/compute",
8749            "https://www.googleapis.com/auth/compute.readonly"
8750          ]
8751        },
8752        "attachDisk": {
8753          "description": "Attaches an existing Disk resource to an instance. You must first create the disk before you can attach it. It is not possible to create and attach a disk at the same time. For more information, read Adding a persistent disk to your instance.",
8754          "httpMethod": "POST",
8755          "id": "compute.instances.attachDisk",
8756          "parameterOrder": [
8757            "project",
8758            "zone",
8759            "instance"
8760          ],
8761          "parameters": {
8762            "forceAttach": {
8763              "description": "Whether to force attach the regional disk even if it's currently attached to another instance. If you try to force attach a zonal disk to an instance, you will receive an error.",
8764              "location": "query",
8765              "type": "boolean"
8766            },
8767            "instance": {
8768              "description": "The instance name for this request.",
8769              "location": "path",
8770              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
8771              "required": true,
8772              "type": "string"
8773            },
8774            "project": {
8775              "description": "Project ID for this request.",
8776              "location": "path",
8777              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
8778              "required": true,
8779              "type": "string"
8780            },
8781            "requestId": {
8782              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
8783              "location": "query",
8784              "type": "string"
8785            },
8786            "zone": {
8787              "description": "The name of the zone for this request.",
8788              "location": "path",
8789              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
8790              "required": true,
8791              "type": "string"
8792            }
8793          },
8794          "path": "projects/{project}/zones/{zone}/instances/{instance}/attachDisk",
8795          "request": {
8796            "$ref": "AttachedDisk"
8797          },
8798          "response": {
8799            "$ref": "Operation"
8800          },
8801          "scopes": [
8802            "https://www.googleapis.com/auth/cloud-platform",
8803            "https://www.googleapis.com/auth/compute"
8804          ]
8805        },
8806        "bulkInsert": {
8807          "description": "Creates multiple instances. Count specifies the number of instances to create.",
8808          "httpMethod": "POST",
8809          "id": "compute.instances.bulkInsert",
8810          "parameterOrder": [
8811            "project",
8812            "zone"
8813          ],
8814          "parameters": {
8815            "project": {
8816              "description": "Project ID for this request.",
8817              "location": "path",
8818              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
8819              "required": true,
8820              "type": "string"
8821            },
8822            "requestId": {
8823              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
8824              "location": "query",
8825              "type": "string"
8826            },
8827            "zone": {
8828              "description": "The name of the zone for this request.",
8829              "location": "path",
8830              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
8831              "required": true,
8832              "type": "string"
8833            }
8834          },
8835          "path": "projects/{project}/zones/{zone}/instances/bulkInsert",
8836          "request": {
8837            "$ref": "BulkInsertInstanceResource"
8838          },
8839          "response": {
8840            "$ref": "Operation"
8841          },
8842          "scopes": [
8843            "https://www.googleapis.com/auth/cloud-platform",
8844            "https://www.googleapis.com/auth/compute"
8845          ]
8846        },
8847        "delete": {
8848          "description": "Deletes the specified Instance resource. For more information, see Stopping or Deleting an Instance.",
8849          "httpMethod": "DELETE",
8850          "id": "compute.instances.delete",
8851          "parameterOrder": [
8852            "project",
8853            "zone",
8854            "instance"
8855          ],
8856          "parameters": {
8857            "instance": {
8858              "description": "Name of the instance resource to delete.",
8859              "location": "path",
8860              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
8861              "required": true,
8862              "type": "string"
8863            },
8864            "project": {
8865              "description": "Project ID for this request.",
8866              "location": "path",
8867              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
8868              "required": true,
8869              "type": "string"
8870            },
8871            "requestId": {
8872              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
8873              "location": "query",
8874              "type": "string"
8875            },
8876            "zone": {
8877              "description": "The name of the zone for this request.",
8878              "location": "path",
8879              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
8880              "required": true,
8881              "type": "string"
8882            }
8883          },
8884          "path": "projects/{project}/zones/{zone}/instances/{instance}",
8885          "response": {
8886            "$ref": "Operation"
8887          },
8888          "scopes": [
8889            "https://www.googleapis.com/auth/cloud-platform",
8890            "https://www.googleapis.com/auth/compute"
8891          ]
8892        },
8893        "deleteAccessConfig": {
8894          "description": "Deletes an access config from an instance's network interface.",
8895          "httpMethod": "POST",
8896          "id": "compute.instances.deleteAccessConfig",
8897          "parameterOrder": [
8898            "project",
8899            "zone",
8900            "instance",
8901            "accessConfig",
8902            "networkInterface"
8903          ],
8904          "parameters": {
8905            "accessConfig": {
8906              "description": "The name of the access config to delete.",
8907              "location": "query",
8908              "required": true,
8909              "type": "string"
8910            },
8911            "instance": {
8912              "description": "The instance name for this request.",
8913              "location": "path",
8914              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
8915              "required": true,
8916              "type": "string"
8917            },
8918            "networkInterface": {
8919              "description": "The name of the network interface.",
8920              "location": "query",
8921              "required": true,
8922              "type": "string"
8923            },
8924            "project": {
8925              "description": "Project ID for this request.",
8926              "location": "path",
8927              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
8928              "required": true,
8929              "type": "string"
8930            },
8931            "requestId": {
8932              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
8933              "location": "query",
8934              "type": "string"
8935            },
8936            "zone": {
8937              "description": "The name of the zone for this request.",
8938              "location": "path",
8939              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
8940              "required": true,
8941              "type": "string"
8942            }
8943          },
8944          "path": "projects/{project}/zones/{zone}/instances/{instance}/deleteAccessConfig",
8945          "response": {
8946            "$ref": "Operation"
8947          },
8948          "scopes": [
8949            "https://www.googleapis.com/auth/cloud-platform",
8950            "https://www.googleapis.com/auth/compute"
8951          ]
8952        },
8953        "detachDisk": {
8954          "description": "Detaches a disk from an instance.",
8955          "httpMethod": "POST",
8956          "id": "compute.instances.detachDisk",
8957          "parameterOrder": [
8958            "project",
8959            "zone",
8960            "instance",
8961            "deviceName"
8962          ],
8963          "parameters": {
8964            "deviceName": {
8965              "description": "The device name of the disk to detach. Make a get() request on the instance to view currently attached disks and device names.",
8966              "location": "query",
8967              "required": true,
8968              "type": "string"
8969            },
8970            "instance": {
8971              "description": "Instance name for this request.",
8972              "location": "path",
8973              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
8974              "required": true,
8975              "type": "string"
8976            },
8977            "project": {
8978              "description": "Project ID for this request.",
8979              "location": "path",
8980              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
8981              "required": true,
8982              "type": "string"
8983            },
8984            "requestId": {
8985              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
8986              "location": "query",
8987              "type": "string"
8988            },
8989            "zone": {
8990              "description": "The name of the zone for this request.",
8991              "location": "path",
8992              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
8993              "required": true,
8994              "type": "string"
8995            }
8996          },
8997          "path": "projects/{project}/zones/{zone}/instances/{instance}/detachDisk",
8998          "response": {
8999            "$ref": "Operation"
9000          },
9001          "scopes": [
9002            "https://www.googleapis.com/auth/cloud-platform",
9003            "https://www.googleapis.com/auth/compute"
9004          ]
9005        },
9006        "get": {
9007          "description": "Returns the specified Instance resource. Gets a list of available instances by making a list() request.",
9008          "httpMethod": "GET",
9009          "id": "compute.instances.get",
9010          "parameterOrder": [
9011            "project",
9012            "zone",
9013            "instance"
9014          ],
9015          "parameters": {
9016            "instance": {
9017              "description": "Name of the instance resource to return.",
9018              "location": "path",
9019              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
9020              "required": true,
9021              "type": "string"
9022            },
9023            "project": {
9024              "description": "Project ID for this request.",
9025              "location": "path",
9026              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
9027              "required": true,
9028              "type": "string"
9029            },
9030            "zone": {
9031              "description": "The name of the zone for this request.",
9032              "location": "path",
9033              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
9034              "required": true,
9035              "type": "string"
9036            }
9037          },
9038          "path": "projects/{project}/zones/{zone}/instances/{instance}",
9039          "response": {
9040            "$ref": "Instance"
9041          },
9042          "scopes": [
9043            "https://www.googleapis.com/auth/cloud-platform",
9044            "https://www.googleapis.com/auth/compute",
9045            "https://www.googleapis.com/auth/compute.readonly"
9046          ]
9047        },
9048        "getEffectiveFirewalls": {
9049          "description": "Returns effective firewalls applied to an interface of the instance.",
9050          "httpMethod": "GET",
9051          "id": "compute.instances.getEffectiveFirewalls",
9052          "parameterOrder": [
9053            "project",
9054            "zone",
9055            "instance",
9056            "networkInterface"
9057          ],
9058          "parameters": {
9059            "instance": {
9060              "description": "Name of the instance scoping this request.",
9061              "location": "path",
9062              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
9063              "required": true,
9064              "type": "string"
9065            },
9066            "networkInterface": {
9067              "description": "The name of the network interface to get the effective firewalls.",
9068              "location": "query",
9069              "required": true,
9070              "type": "string"
9071            },
9072            "project": {
9073              "description": "Project ID for this request.",
9074              "location": "path",
9075              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
9076              "required": true,
9077              "type": "string"
9078            },
9079            "zone": {
9080              "description": "The name of the zone for this request.",
9081              "location": "path",
9082              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
9083              "required": true,
9084              "type": "string"
9085            }
9086          },
9087          "path": "projects/{project}/zones/{zone}/instances/{instance}/getEffectiveFirewalls",
9088          "response": {
9089            "$ref": "InstancesGetEffectiveFirewallsResponse"
9090          },
9091          "scopes": [
9092            "https://www.googleapis.com/auth/cloud-platform",
9093            "https://www.googleapis.com/auth/compute",
9094            "https://www.googleapis.com/auth/compute.readonly"
9095          ]
9096        },
9097        "getGuestAttributes": {
9098          "description": "Returns the specified guest attributes entry.",
9099          "httpMethod": "GET",
9100          "id": "compute.instances.getGuestAttributes",
9101          "parameterOrder": [
9102            "project",
9103            "zone",
9104            "instance"
9105          ],
9106          "parameters": {
9107            "instance": {
9108              "description": "Name of the instance scoping this request.",
9109              "location": "path",
9110              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
9111              "required": true,
9112              "type": "string"
9113            },
9114            "project": {
9115              "description": "Project ID for this request.",
9116              "location": "path",
9117              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
9118              "required": true,
9119              "type": "string"
9120            },
9121            "queryPath": {
9122              "description": "Specifies the guest attributes path to be queried.",
9123              "location": "query",
9124              "type": "string"
9125            },
9126            "variableKey": {
9127              "description": "Specifies the key for the guest attributes entry.",
9128              "location": "query",
9129              "type": "string"
9130            },
9131            "zone": {
9132              "description": "The name of the zone for this request.",
9133              "location": "path",
9134              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
9135              "required": true,
9136              "type": "string"
9137            }
9138          },
9139          "path": "projects/{project}/zones/{zone}/instances/{instance}/getGuestAttributes",
9140          "response": {
9141            "$ref": "GuestAttributes"
9142          },
9143          "scopes": [
9144            "https://www.googleapis.com/auth/cloud-platform",
9145            "https://www.googleapis.com/auth/compute",
9146            "https://www.googleapis.com/auth/compute.readonly"
9147          ]
9148        },
9149        "getIamPolicy": {
9150          "description": "Gets the access control policy for a resource. May be empty if no such policy or resource exists.",
9151          "httpMethod": "GET",
9152          "id": "compute.instances.getIamPolicy",
9153          "parameterOrder": [
9154            "project",
9155            "zone",
9156            "resource"
9157          ],
9158          "parameters": {
9159            "optionsRequestedPolicyVersion": {
9160              "description": "Requested IAM Policy version.",
9161              "format": "int32",
9162              "location": "query",
9163              "type": "integer"
9164            },
9165            "project": {
9166              "description": "Project ID for this request.",
9167              "location": "path",
9168              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
9169              "required": true,
9170              "type": "string"
9171            },
9172            "resource": {
9173              "description": "Name or id of the resource for this request.",
9174              "location": "path",
9175              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
9176              "required": true,
9177              "type": "string"
9178            },
9179            "zone": {
9180              "description": "The name of the zone for this request.",
9181              "location": "path",
9182              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
9183              "required": true,
9184              "type": "string"
9185            }
9186          },
9187          "path": "projects/{project}/zones/{zone}/instances/{resource}/getIamPolicy",
9188          "response": {
9189            "$ref": "Policy"
9190          },
9191          "scopes": [
9192            "https://www.googleapis.com/auth/cloud-platform",
9193            "https://www.googleapis.com/auth/compute",
9194            "https://www.googleapis.com/auth/compute.readonly"
9195          ]
9196        },
9197        "getScreenshot": {
9198          "description": "Returns the screenshot from the specified instance.",
9199          "httpMethod": "GET",
9200          "id": "compute.instances.getScreenshot",
9201          "parameterOrder": [
9202            "project",
9203            "zone",
9204            "instance"
9205          ],
9206          "parameters": {
9207            "instance": {
9208              "description": "Name of the instance scoping this request.",
9209              "location": "path",
9210              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
9211              "required": true,
9212              "type": "string"
9213            },
9214            "project": {
9215              "description": "Project ID for this request.",
9216              "location": "path",
9217              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
9218              "required": true,
9219              "type": "string"
9220            },
9221            "zone": {
9222              "description": "The name of the zone for this request.",
9223              "location": "path",
9224              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
9225              "required": true,
9226              "type": "string"
9227            }
9228          },
9229          "path": "projects/{project}/zones/{zone}/instances/{instance}/screenshot",
9230          "response": {
9231            "$ref": "Screenshot"
9232          },
9233          "scopes": [
9234            "https://www.googleapis.com/auth/cloud-platform",
9235            "https://www.googleapis.com/auth/compute",
9236            "https://www.googleapis.com/auth/compute.readonly"
9237          ]
9238        },
9239        "getSerialPortOutput": {
9240          "description": "Returns the last 1 MB of serial port output from the specified instance.",
9241          "httpMethod": "GET",
9242          "id": "compute.instances.getSerialPortOutput",
9243          "parameterOrder": [
9244            "project",
9245            "zone",
9246            "instance"
9247          ],
9248          "parameters": {
9249            "instance": {
9250              "description": "Name of the instance for this request.",
9251              "location": "path",
9252              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
9253              "required": true,
9254              "type": "string"
9255            },
9256            "port": {
9257              "default": "1",
9258              "description": "Specifies which COM or serial port to retrieve data from.",
9259              "format": "int32",
9260              "location": "query",
9261              "maximum": "4",
9262              "minimum": "1",
9263              "type": "integer"
9264            },
9265            "project": {
9266              "description": "Project ID for this request.",
9267              "location": "path",
9268              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
9269              "required": true,
9270              "type": "string"
9271            },
9272            "start": {
9273              "description": "Specifies the starting byte position of the output to return. To start with the first byte of output to the specified port, omit this field or set it to `0`.\n\nIf the output for that byte position is available, this field matches the `start` parameter sent with the request. If the amount of serial console output exceeds the size of the buffer (1 MB), the oldest output is discarded and is no longer available. If the requested start position refers to discarded output, the start position is adjusted to the oldest output still available, and the adjusted start position is returned as the `start` property value.\n\nYou can also provide a negative start position, which translates to the most recent number of bytes written to the serial port. For example, -3 is interpreted as the most recent 3 bytes written to the serial console.",
9274              "format": "int64",
9275              "location": "query",
9276              "type": "string"
9277            },
9278            "zone": {
9279              "description": "The name of the zone for this request.",
9280              "location": "path",
9281              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
9282              "required": true,
9283              "type": "string"
9284            }
9285          },
9286          "path": "projects/{project}/zones/{zone}/instances/{instance}/serialPort",
9287          "response": {
9288            "$ref": "SerialPortOutput"
9289          },
9290          "scopes": [
9291            "https://www.googleapis.com/auth/cloud-platform",
9292            "https://www.googleapis.com/auth/compute",
9293            "https://www.googleapis.com/auth/compute.readonly"
9294          ]
9295        },
9296        "getShieldedInstanceIdentity": {
9297          "description": "Returns the Shielded Instance Identity of an instance",
9298          "httpMethod": "GET",
9299          "id": "compute.instances.getShieldedInstanceIdentity",
9300          "parameterOrder": [
9301            "project",
9302            "zone",
9303            "instance"
9304          ],
9305          "parameters": {
9306            "instance": {
9307              "description": "Name or id of the instance scoping this request.",
9308              "location": "path",
9309              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
9310              "required": true,
9311              "type": "string"
9312            },
9313            "project": {
9314              "description": "Project ID for this request.",
9315              "location": "path",
9316              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
9317              "required": true,
9318              "type": "string"
9319            },
9320            "zone": {
9321              "description": "The name of the zone for this request.",
9322              "location": "path",
9323              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
9324              "required": true,
9325              "type": "string"
9326            }
9327          },
9328          "path": "projects/{project}/zones/{zone}/instances/{instance}/getShieldedInstanceIdentity",
9329          "response": {
9330            "$ref": "ShieldedInstanceIdentity"
9331          },
9332          "scopes": [
9333            "https://www.googleapis.com/auth/cloud-platform",
9334            "https://www.googleapis.com/auth/compute",
9335            "https://www.googleapis.com/auth/compute.readonly"
9336          ]
9337        },
9338        "getShieldedVmIdentity": {
9339          "description": "Returns the Shielded VM Identity of an instance",
9340          "httpMethod": "GET",
9341          "id": "compute.instances.getShieldedVmIdentity",
9342          "parameterOrder": [
9343            "project",
9344            "zone",
9345            "instance"
9346          ],
9347          "parameters": {
9348            "instance": {
9349              "description": "Name of the instance scoping this request.",
9350              "location": "path",
9351              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
9352              "required": true,
9353              "type": "string"
9354            },
9355            "project": {
9356              "description": "Project ID for this request.",
9357              "location": "path",
9358              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
9359              "required": true,
9360              "type": "string"
9361            },
9362            "zone": {
9363              "description": "The name of the zone for this request.",
9364              "location": "path",
9365              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
9366              "required": true,
9367              "type": "string"
9368            }
9369          },
9370          "path": "projects/{project}/zones/{zone}/instances/{instance}/getShieldedVmIdentity",
9371          "response": {
9372            "$ref": "ShieldedVmIdentity"
9373          },
9374          "scopes": [
9375            "https://www.googleapis.com/auth/cloud-platform",
9376            "https://www.googleapis.com/auth/compute",
9377            "https://www.googleapis.com/auth/compute.readonly"
9378          ]
9379        },
9380        "insert": {
9381          "description": "Creates an instance resource in the specified project using the data included in the request.",
9382          "httpMethod": "POST",
9383          "id": "compute.instances.insert",
9384          "parameterOrder": [
9385            "project",
9386            "zone"
9387          ],
9388          "parameters": {
9389            "project": {
9390              "description": "Project ID for this request.",
9391              "location": "path",
9392              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
9393              "required": true,
9394              "type": "string"
9395            },
9396            "requestId": {
9397              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
9398              "location": "query",
9399              "type": "string"
9400            },
9401            "sourceInstanceTemplate": {
9402              "description": "Specifies instance template to create the instance.\n\nThis field is optional. It can be a full or partial URL. For example, the following are all valid URLs to an instance template:  \n- https://www.googleapis.com/compute/v1/projects/project/global/instanceTemplates/instanceTemplate \n- projects/project/global/instanceTemplates/instanceTemplate \n- global/instanceTemplates/instanceTemplate",
9403              "location": "query",
9404              "type": "string"
9405            },
9406            "sourceMachineImage": {
9407              "description": "Specifies the machine image to use to create the instance.\n\nThis field is optional. It can be a full or partial URL. For example, the following are all valid URLs to a machine image:  \n- https://www.googleapis.com/compute/v1/projects/project/global/global/machineImages/machineImage \n- projects/project/global/global/machineImages/machineImage \n- global/machineImages/machineImage",
9408              "location": "query",
9409              "type": "string"
9410            },
9411            "zone": {
9412              "description": "The name of the zone for this request.",
9413              "location": "path",
9414              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
9415              "required": true,
9416              "type": "string"
9417            }
9418          },
9419          "path": "projects/{project}/zones/{zone}/instances",
9420          "request": {
9421            "$ref": "Instance"
9422          },
9423          "response": {
9424            "$ref": "Operation"
9425          },
9426          "scopes": [
9427            "https://www.googleapis.com/auth/cloud-platform",
9428            "https://www.googleapis.com/auth/compute"
9429          ]
9430        },
9431        "list": {
9432          "description": "Retrieves the list of instances contained within the specified zone.",
9433          "httpMethod": "GET",
9434          "id": "compute.instances.list",
9435          "parameterOrder": [
9436            "project",
9437            "zone"
9438          ],
9439          "parameters": {
9440            "filter": {
9441              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
9442              "location": "query",
9443              "type": "string"
9444            },
9445            "maxResults": {
9446              "default": "500",
9447              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
9448              "format": "uint32",
9449              "location": "query",
9450              "minimum": "0",
9451              "type": "integer"
9452            },
9453            "orderBy": {
9454              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
9455              "location": "query",
9456              "type": "string"
9457            },
9458            "pageToken": {
9459              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
9460              "location": "query",
9461              "type": "string"
9462            },
9463            "project": {
9464              "description": "Project ID for this request.",
9465              "location": "path",
9466              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
9467              "required": true,
9468              "type": "string"
9469            },
9470            "returnPartialSuccess": {
9471              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
9472              "location": "query",
9473              "type": "boolean"
9474            },
9475            "zone": {
9476              "description": "The name of the zone for this request.",
9477              "location": "path",
9478              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
9479              "required": true,
9480              "type": "string"
9481            }
9482          },
9483          "path": "projects/{project}/zones/{zone}/instances",
9484          "response": {
9485            "$ref": "InstanceList"
9486          },
9487          "scopes": [
9488            "https://www.googleapis.com/auth/cloud-platform",
9489            "https://www.googleapis.com/auth/compute",
9490            "https://www.googleapis.com/auth/compute.readonly"
9491          ]
9492        },
9493        "listReferrers": {
9494          "description": "Retrieves a list of resources that refer to the VM instance specified in the request. For example, if the VM instance is part of a managed or unmanaged instance group, the referrers list includes the instance group. For more information, read Viewing referrers to VM instances.",
9495          "httpMethod": "GET",
9496          "id": "compute.instances.listReferrers",
9497          "parameterOrder": [
9498            "project",
9499            "zone",
9500            "instance"
9501          ],
9502          "parameters": {
9503            "filter": {
9504              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
9505              "location": "query",
9506              "type": "string"
9507            },
9508            "instance": {
9509              "description": "Name of the target instance scoping this request, or '-' if the request should span over all instances in the container.",
9510              "location": "path",
9511              "pattern": "-|[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
9512              "required": true,
9513              "type": "string"
9514            },
9515            "maxResults": {
9516              "default": "500",
9517              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
9518              "format": "uint32",
9519              "location": "query",
9520              "minimum": "0",
9521              "type": "integer"
9522            },
9523            "orderBy": {
9524              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
9525              "location": "query",
9526              "type": "string"
9527            },
9528            "pageToken": {
9529              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
9530              "location": "query",
9531              "type": "string"
9532            },
9533            "project": {
9534              "description": "Project ID for this request.",
9535              "location": "path",
9536              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
9537              "required": true,
9538              "type": "string"
9539            },
9540            "returnPartialSuccess": {
9541              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
9542              "location": "query",
9543              "type": "boolean"
9544            },
9545            "zone": {
9546              "description": "The name of the zone for this request.",
9547              "location": "path",
9548              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
9549              "required": true,
9550              "type": "string"
9551            }
9552          },
9553          "path": "projects/{project}/zones/{zone}/instances/{instance}/referrers",
9554          "response": {
9555            "$ref": "InstanceListReferrers"
9556          },
9557          "scopes": [
9558            "https://www.googleapis.com/auth/cloud-platform",
9559            "https://www.googleapis.com/auth/compute",
9560            "https://www.googleapis.com/auth/compute.readonly"
9561          ]
9562        },
9563        "removeResourcePolicies": {
9564          "description": "Removes resource policies from an instance.",
9565          "httpMethod": "POST",
9566          "id": "compute.instances.removeResourcePolicies",
9567          "parameterOrder": [
9568            "project",
9569            "zone",
9570            "instance"
9571          ],
9572          "parameters": {
9573            "instance": {
9574              "description": "The instance name for this request.",
9575              "location": "path",
9576              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
9577              "required": true,
9578              "type": "string"
9579            },
9580            "project": {
9581              "description": "Project ID for this request.",
9582              "location": "path",
9583              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
9584              "required": true,
9585              "type": "string"
9586            },
9587            "requestId": {
9588              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
9589              "location": "query",
9590              "type": "string"
9591            },
9592            "zone": {
9593              "description": "The name of the zone for this request.",
9594              "location": "path",
9595              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
9596              "required": true,
9597              "type": "string"
9598            }
9599          },
9600          "path": "projects/{project}/zones/{zone}/instances/{instance}/removeResourcePolicies",
9601          "request": {
9602            "$ref": "InstancesRemoveResourcePoliciesRequest"
9603          },
9604          "response": {
9605            "$ref": "Operation"
9606          },
9607          "scopes": [
9608            "https://www.googleapis.com/auth/cloud-platform",
9609            "https://www.googleapis.com/auth/compute"
9610          ]
9611        },
9612        "reset": {
9613          "description": "Performs a reset on the instance. This is a hard reset the VM does not do a graceful shutdown. For more information, see Resetting an instance.",
9614          "httpMethod": "POST",
9615          "id": "compute.instances.reset",
9616          "parameterOrder": [
9617            "project",
9618            "zone",
9619            "instance"
9620          ],
9621          "parameters": {
9622            "instance": {
9623              "description": "Name of the instance scoping this request.",
9624              "location": "path",
9625              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
9626              "required": true,
9627              "type": "string"
9628            },
9629            "project": {
9630              "description": "Project ID for this request.",
9631              "location": "path",
9632              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
9633              "required": true,
9634              "type": "string"
9635            },
9636            "requestId": {
9637              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
9638              "location": "query",
9639              "type": "string"
9640            },
9641            "zone": {
9642              "description": "The name of the zone for this request.",
9643              "location": "path",
9644              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
9645              "required": true,
9646              "type": "string"
9647            }
9648          },
9649          "path": "projects/{project}/zones/{zone}/instances/{instance}/reset",
9650          "response": {
9651            "$ref": "Operation"
9652          },
9653          "scopes": [
9654            "https://www.googleapis.com/auth/cloud-platform",
9655            "https://www.googleapis.com/auth/compute"
9656          ]
9657        },
9658        "resume": {
9659          "description": "Resumes an instance that was suspended using the instances().suspend method.",
9660          "httpMethod": "POST",
9661          "id": "compute.instances.resume",
9662          "parameterOrder": [
9663            "project",
9664            "zone",
9665            "instance"
9666          ],
9667          "parameters": {
9668            "instance": {
9669              "description": "Name of the instance resource to resume.",
9670              "location": "path",
9671              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
9672              "required": true,
9673              "type": "string"
9674            },
9675            "project": {
9676              "description": "Project ID for this request.",
9677              "location": "path",
9678              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
9679              "required": true,
9680              "type": "string"
9681            },
9682            "requestId": {
9683              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
9684              "location": "query",
9685              "type": "string"
9686            },
9687            "zone": {
9688              "description": "The name of the zone for this request.",
9689              "location": "path",
9690              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
9691              "required": true,
9692              "type": "string"
9693            }
9694          },
9695          "path": "projects/{project}/zones/{zone}/instances/{instance}/resume",
9696          "request": {
9697            "$ref": "InstancesResumeRequest"
9698          },
9699          "response": {
9700            "$ref": "Operation"
9701          },
9702          "scopes": [
9703            "https://www.googleapis.com/auth/cloud-platform",
9704            "https://www.googleapis.com/auth/compute"
9705          ]
9706        },
9707        "setDeletionProtection": {
9708          "description": "Sets deletion protection on the instance.",
9709          "httpMethod": "POST",
9710          "id": "compute.instances.setDeletionProtection",
9711          "parameterOrder": [
9712            "project",
9713            "zone",
9714            "resource"
9715          ],
9716          "parameters": {
9717            "deletionProtection": {
9718              "default": "true",
9719              "description": "Whether the resource should be protected against deletion.",
9720              "location": "query",
9721              "type": "boolean"
9722            },
9723            "project": {
9724              "description": "Project ID for this request.",
9725              "location": "path",
9726              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
9727              "required": true,
9728              "type": "string"
9729            },
9730            "requestId": {
9731              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
9732              "location": "query",
9733              "type": "string"
9734            },
9735            "resource": {
9736              "description": "Name or id of the resource for this request.",
9737              "location": "path",
9738              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
9739              "required": true,
9740              "type": "string"
9741            },
9742            "zone": {
9743              "description": "The name of the zone for this request.",
9744              "location": "path",
9745              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
9746              "required": true,
9747              "type": "string"
9748            }
9749          },
9750          "path": "projects/{project}/zones/{zone}/instances/{resource}/setDeletionProtection",
9751          "response": {
9752            "$ref": "Operation"
9753          },
9754          "scopes": [
9755            "https://www.googleapis.com/auth/cloud-platform",
9756            "https://www.googleapis.com/auth/compute"
9757          ]
9758        },
9759        "setDiskAutoDelete": {
9760          "description": "Sets the auto-delete flag for a disk attached to an instance.",
9761          "httpMethod": "POST",
9762          "id": "compute.instances.setDiskAutoDelete",
9763          "parameterOrder": [
9764            "project",
9765            "zone",
9766            "instance",
9767            "autoDelete",
9768            "deviceName"
9769          ],
9770          "parameters": {
9771            "autoDelete": {
9772              "description": "Whether to auto-delete the disk when the instance is deleted.",
9773              "location": "query",
9774              "required": true,
9775              "type": "boolean"
9776            },
9777            "deviceName": {
9778              "description": "The device name of the disk to modify. Make a get() request on the instance to view currently attached disks and device names.",
9779              "location": "query",
9780              "pattern": "\\w[\\w.-]{0,254}",
9781              "required": true,
9782              "type": "string"
9783            },
9784            "instance": {
9785              "description": "The instance name for this request.",
9786              "location": "path",
9787              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
9788              "required": true,
9789              "type": "string"
9790            },
9791            "project": {
9792              "description": "Project ID for this request.",
9793              "location": "path",
9794              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
9795              "required": true,
9796              "type": "string"
9797            },
9798            "requestId": {
9799              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
9800              "location": "query",
9801              "type": "string"
9802            },
9803            "zone": {
9804              "description": "The name of the zone for this request.",
9805              "location": "path",
9806              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
9807              "required": true,
9808              "type": "string"
9809            }
9810          },
9811          "path": "projects/{project}/zones/{zone}/instances/{instance}/setDiskAutoDelete",
9812          "response": {
9813            "$ref": "Operation"
9814          },
9815          "scopes": [
9816            "https://www.googleapis.com/auth/cloud-platform",
9817            "https://www.googleapis.com/auth/compute"
9818          ]
9819        },
9820        "setIamPolicy": {
9821          "description": "Sets the access control policy on the specified resource. Replaces any existing policy.",
9822          "httpMethod": "POST",
9823          "id": "compute.instances.setIamPolicy",
9824          "parameterOrder": [
9825            "project",
9826            "zone",
9827            "resource"
9828          ],
9829          "parameters": {
9830            "project": {
9831              "description": "Project ID for this request.",
9832              "location": "path",
9833              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
9834              "required": true,
9835              "type": "string"
9836            },
9837            "resource": {
9838              "description": "Name or id of the resource for this request.",
9839              "location": "path",
9840              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
9841              "required": true,
9842              "type": "string"
9843            },
9844            "zone": {
9845              "description": "The name of the zone for this request.",
9846              "location": "path",
9847              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
9848              "required": true,
9849              "type": "string"
9850            }
9851          },
9852          "path": "projects/{project}/zones/{zone}/instances/{resource}/setIamPolicy",
9853          "request": {
9854            "$ref": "ZoneSetPolicyRequest"
9855          },
9856          "response": {
9857            "$ref": "Policy"
9858          },
9859          "scopes": [
9860            "https://www.googleapis.com/auth/cloud-platform",
9861            "https://www.googleapis.com/auth/compute"
9862          ]
9863        },
9864        "setLabels": {
9865          "description": "Sets labels on an instance. To learn more about labels, read the Labeling Resources documentation.",
9866          "httpMethod": "POST",
9867          "id": "compute.instances.setLabels",
9868          "parameterOrder": [
9869            "project",
9870            "zone",
9871            "instance"
9872          ],
9873          "parameters": {
9874            "instance": {
9875              "description": "Name of the instance scoping this request.",
9876              "location": "path",
9877              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
9878              "required": true,
9879              "type": "string"
9880            },
9881            "project": {
9882              "description": "Project ID for this request.",
9883              "location": "path",
9884              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
9885              "required": true,
9886              "type": "string"
9887            },
9888            "requestId": {
9889              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
9890              "location": "query",
9891              "type": "string"
9892            },
9893            "zone": {
9894              "description": "The name of the zone for this request.",
9895              "location": "path",
9896              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
9897              "required": true,
9898              "type": "string"
9899            }
9900          },
9901          "path": "projects/{project}/zones/{zone}/instances/{instance}/setLabels",
9902          "request": {
9903            "$ref": "InstancesSetLabelsRequest"
9904          },
9905          "response": {
9906            "$ref": "Operation"
9907          },
9908          "scopes": [
9909            "https://www.googleapis.com/auth/cloud-platform",
9910            "https://www.googleapis.com/auth/compute"
9911          ]
9912        },
9913        "setMachineResources": {
9914          "description": "Changes the number and/or type of accelerator for a stopped instance to the values specified in the request.",
9915          "httpMethod": "POST",
9916          "id": "compute.instances.setMachineResources",
9917          "parameterOrder": [
9918            "project",
9919            "zone",
9920            "instance"
9921          ],
9922          "parameters": {
9923            "instance": {
9924              "description": "Name of the instance scoping this request.",
9925              "location": "path",
9926              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
9927              "required": true,
9928              "type": "string"
9929            },
9930            "project": {
9931              "description": "Project ID for this request.",
9932              "location": "path",
9933              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
9934              "required": true,
9935              "type": "string"
9936            },
9937            "requestId": {
9938              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
9939              "location": "query",
9940              "type": "string"
9941            },
9942            "zone": {
9943              "description": "The name of the zone for this request.",
9944              "location": "path",
9945              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
9946              "required": true,
9947              "type": "string"
9948            }
9949          },
9950          "path": "projects/{project}/zones/{zone}/instances/{instance}/setMachineResources",
9951          "request": {
9952            "$ref": "InstancesSetMachineResourcesRequest"
9953          },
9954          "response": {
9955            "$ref": "Operation"
9956          },
9957          "scopes": [
9958            "https://www.googleapis.com/auth/cloud-platform",
9959            "https://www.googleapis.com/auth/compute"
9960          ]
9961        },
9962        "setMachineType": {
9963          "description": "Changes the machine type for a stopped instance to the machine type specified in the request.",
9964          "httpMethod": "POST",
9965          "id": "compute.instances.setMachineType",
9966          "parameterOrder": [
9967            "project",
9968            "zone",
9969            "instance"
9970          ],
9971          "parameters": {
9972            "instance": {
9973              "description": "Name of the instance scoping this request.",
9974              "location": "path",
9975              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
9976              "required": true,
9977              "type": "string"
9978            },
9979            "project": {
9980              "description": "Project ID for this request.",
9981              "location": "path",
9982              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
9983              "required": true,
9984              "type": "string"
9985            },
9986            "requestId": {
9987              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
9988              "location": "query",
9989              "type": "string"
9990            },
9991            "zone": {
9992              "description": "The name of the zone for this request.",
9993              "location": "path",
9994              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
9995              "required": true,
9996              "type": "string"
9997            }
9998          },
9999          "path": "projects/{project}/zones/{zone}/instances/{instance}/setMachineType",
10000          "request": {
10001            "$ref": "InstancesSetMachineTypeRequest"
10002          },
10003          "response": {
10004            "$ref": "Operation"
10005          },
10006          "scopes": [
10007            "https://www.googleapis.com/auth/cloud-platform",
10008            "https://www.googleapis.com/auth/compute"
10009          ]
10010        },
10011        "setMetadata": {
10012          "description": "Sets metadata for the specified instance to the data included in the request.",
10013          "httpMethod": "POST",
10014          "id": "compute.instances.setMetadata",
10015          "parameterOrder": [
10016            "project",
10017            "zone",
10018            "instance"
10019          ],
10020          "parameters": {
10021            "instance": {
10022              "description": "Name of the instance scoping this request.",
10023              "location": "path",
10024              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
10025              "required": true,
10026              "type": "string"
10027            },
10028            "project": {
10029              "description": "Project ID for this request.",
10030              "location": "path",
10031              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
10032              "required": true,
10033              "type": "string"
10034            },
10035            "requestId": {
10036              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
10037              "location": "query",
10038              "type": "string"
10039            },
10040            "zone": {
10041              "description": "The name of the zone for this request.",
10042              "location": "path",
10043              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
10044              "required": true,
10045              "type": "string"
10046            }
10047          },
10048          "path": "projects/{project}/zones/{zone}/instances/{instance}/setMetadata",
10049          "request": {
10050            "$ref": "Metadata"
10051          },
10052          "response": {
10053            "$ref": "Operation"
10054          },
10055          "scopes": [
10056            "https://www.googleapis.com/auth/cloud-platform",
10057            "https://www.googleapis.com/auth/compute"
10058          ]
10059        },
10060        "setMinCpuPlatform": {
10061          "description": "Changes the minimum CPU platform that this instance should use. This method can only be called on a stopped instance. For more information, read Specifying a Minimum CPU Platform.",
10062          "httpMethod": "POST",
10063          "id": "compute.instances.setMinCpuPlatform",
10064          "parameterOrder": [
10065            "project",
10066            "zone",
10067            "instance"
10068          ],
10069          "parameters": {
10070            "instance": {
10071              "description": "Name of the instance scoping this request.",
10072              "location": "path",
10073              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
10074              "required": true,
10075              "type": "string"
10076            },
10077            "project": {
10078              "description": "Project ID for this request.",
10079              "location": "path",
10080              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
10081              "required": true,
10082              "type": "string"
10083            },
10084            "requestId": {
10085              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
10086              "location": "query",
10087              "type": "string"
10088            },
10089            "zone": {
10090              "description": "The name of the zone for this request.",
10091              "location": "path",
10092              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
10093              "required": true,
10094              "type": "string"
10095            }
10096          },
10097          "path": "projects/{project}/zones/{zone}/instances/{instance}/setMinCpuPlatform",
10098          "request": {
10099            "$ref": "InstancesSetMinCpuPlatformRequest"
10100          },
10101          "response": {
10102            "$ref": "Operation"
10103          },
10104          "scopes": [
10105            "https://www.googleapis.com/auth/cloud-platform",
10106            "https://www.googleapis.com/auth/compute"
10107          ]
10108        },
10109        "setName": {
10110          "description": "Sets name of an instance.",
10111          "httpMethod": "POST",
10112          "id": "compute.instances.setName",
10113          "parameterOrder": [
10114            "project",
10115            "zone",
10116            "instance"
10117          ],
10118          "parameters": {
10119            "instance": {
10120              "description": "The instance name for this request.",
10121              "location": "path",
10122              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
10123              "required": true,
10124              "type": "string"
10125            },
10126            "project": {
10127              "description": "Project ID for this request.",
10128              "location": "path",
10129              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
10130              "required": true,
10131              "type": "string"
10132            },
10133            "requestId": {
10134              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
10135              "location": "query",
10136              "type": "string"
10137            },
10138            "zone": {
10139              "description": "The name of the zone for this request.",
10140              "location": "path",
10141              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
10142              "required": true,
10143              "type": "string"
10144            }
10145          },
10146          "path": "projects/{project}/zones/{zone}/instances/{instance}/setName",
10147          "request": {
10148            "$ref": "InstancesSetNameRequest"
10149          },
10150          "response": {
10151            "$ref": "Operation"
10152          },
10153          "scopes": [
10154            "https://www.googleapis.com/auth/cloud-platform",
10155            "https://www.googleapis.com/auth/compute"
10156          ]
10157        },
10158        "setScheduling": {
10159          "description": "Sets an instance's scheduling options. You can only call this method on a stopped instance, that is, a VM instance that is in a `TERMINATED` state. See Instance Life Cycle for more information on the possible instance states.",
10160          "httpMethod": "POST",
10161          "id": "compute.instances.setScheduling",
10162          "parameterOrder": [
10163            "project",
10164            "zone",
10165            "instance"
10166          ],
10167          "parameters": {
10168            "instance": {
10169              "description": "Instance name for this request.",
10170              "location": "path",
10171              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
10172              "required": true,
10173              "type": "string"
10174            },
10175            "project": {
10176              "description": "Project ID for this request.",
10177              "location": "path",
10178              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
10179              "required": true,
10180              "type": "string"
10181            },
10182            "requestId": {
10183              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
10184              "location": "query",
10185              "type": "string"
10186            },
10187            "zone": {
10188              "description": "The name of the zone for this request.",
10189              "location": "path",
10190              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
10191              "required": true,
10192              "type": "string"
10193            }
10194          },
10195          "path": "projects/{project}/zones/{zone}/instances/{instance}/setScheduling",
10196          "request": {
10197            "$ref": "Scheduling"
10198          },
10199          "response": {
10200            "$ref": "Operation"
10201          },
10202          "scopes": [
10203            "https://www.googleapis.com/auth/cloud-platform",
10204            "https://www.googleapis.com/auth/compute"
10205          ]
10206        },
10207        "setServiceAccount": {
10208          "description": "Sets the service account on the instance. For more information, read Changing the service account and access scopes for an instance.",
10209          "httpMethod": "POST",
10210          "id": "compute.instances.setServiceAccount",
10211          "parameterOrder": [
10212            "project",
10213            "zone",
10214            "instance"
10215          ],
10216          "parameters": {
10217            "instance": {
10218              "description": "Name of the instance resource to start.",
10219              "location": "path",
10220              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
10221              "required": true,
10222              "type": "string"
10223            },
10224            "project": {
10225              "description": "Project ID for this request.",
10226              "location": "path",
10227              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
10228              "required": true,
10229              "type": "string"
10230            },
10231            "requestId": {
10232              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
10233              "location": "query",
10234              "type": "string"
10235            },
10236            "zone": {
10237              "description": "The name of the zone for this request.",
10238              "location": "path",
10239              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
10240              "required": true,
10241              "type": "string"
10242            }
10243          },
10244          "path": "projects/{project}/zones/{zone}/instances/{instance}/setServiceAccount",
10245          "request": {
10246            "$ref": "InstancesSetServiceAccountRequest"
10247          },
10248          "response": {
10249            "$ref": "Operation"
10250          },
10251          "scopes": [
10252            "https://www.googleapis.com/auth/cloud-platform",
10253            "https://www.googleapis.com/auth/compute"
10254          ]
10255        },
10256        "setShieldedInstanceIntegrityPolicy": {
10257          "description": "Sets the Shielded Instance integrity policy for an instance. You can only use this method on a running instance. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.",
10258          "httpMethod": "PATCH",
10259          "id": "compute.instances.setShieldedInstanceIntegrityPolicy",
10260          "parameterOrder": [
10261            "project",
10262            "zone",
10263            "instance"
10264          ],
10265          "parameters": {
10266            "instance": {
10267              "description": "Name or id of the instance scoping this request.",
10268              "location": "path",
10269              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
10270              "required": true,
10271              "type": "string"
10272            },
10273            "project": {
10274              "description": "Project ID for this request.",
10275              "location": "path",
10276              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
10277              "required": true,
10278              "type": "string"
10279            },
10280            "requestId": {
10281              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
10282              "location": "query",
10283              "type": "string"
10284            },
10285            "zone": {
10286              "description": "The name of the zone for this request.",
10287              "location": "path",
10288              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
10289              "required": true,
10290              "type": "string"
10291            }
10292          },
10293          "path": "projects/{project}/zones/{zone}/instances/{instance}/setShieldedInstanceIntegrityPolicy",
10294          "request": {
10295            "$ref": "ShieldedInstanceIntegrityPolicy"
10296          },
10297          "response": {
10298            "$ref": "Operation"
10299          },
10300          "scopes": [
10301            "https://www.googleapis.com/auth/cloud-platform",
10302            "https://www.googleapis.com/auth/compute"
10303          ]
10304        },
10305        "setShieldedVmIntegrityPolicy": {
10306          "description": "Sets the Shielded VM integrity policy for a VM instance. You can only use this method on a running VM instance. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.",
10307          "httpMethod": "PATCH",
10308          "id": "compute.instances.setShieldedVmIntegrityPolicy",
10309          "parameterOrder": [
10310            "project",
10311            "zone",
10312            "instance"
10313          ],
10314          "parameters": {
10315            "instance": {
10316              "description": "Name of the instance scoping this request.",
10317              "location": "path",
10318              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
10319              "required": true,
10320              "type": "string"
10321            },
10322            "project": {
10323              "description": "Project ID for this request.",
10324              "location": "path",
10325              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
10326              "required": true,
10327              "type": "string"
10328            },
10329            "requestId": {
10330              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
10331              "location": "query",
10332              "type": "string"
10333            },
10334            "zone": {
10335              "description": "The name of the zone for this request.",
10336              "location": "path",
10337              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
10338              "required": true,
10339              "type": "string"
10340            }
10341          },
10342          "path": "projects/{project}/zones/{zone}/instances/{instance}/setShieldedVmIntegrityPolicy",
10343          "request": {
10344            "$ref": "ShieldedVmIntegrityPolicy"
10345          },
10346          "response": {
10347            "$ref": "Operation"
10348          },
10349          "scopes": [
10350            "https://www.googleapis.com/auth/cloud-platform",
10351            "https://www.googleapis.com/auth/compute"
10352          ]
10353        },
10354        "setTags": {
10355          "description": "Sets network tags for the specified instance to the data included in the request.",
10356          "httpMethod": "POST",
10357          "id": "compute.instances.setTags",
10358          "parameterOrder": [
10359            "project",
10360            "zone",
10361            "instance"
10362          ],
10363          "parameters": {
10364            "instance": {
10365              "description": "Name of the instance scoping this request.",
10366              "location": "path",
10367              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
10368              "required": true,
10369              "type": "string"
10370            },
10371            "project": {
10372              "description": "Project ID for this request.",
10373              "location": "path",
10374              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
10375              "required": true,
10376              "type": "string"
10377            },
10378            "requestId": {
10379              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
10380              "location": "query",
10381              "type": "string"
10382            },
10383            "zone": {
10384              "description": "The name of the zone for this request.",
10385              "location": "path",
10386              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
10387              "required": true,
10388              "type": "string"
10389            }
10390          },
10391          "path": "projects/{project}/zones/{zone}/instances/{instance}/setTags",
10392          "request": {
10393            "$ref": "Tags"
10394          },
10395          "response": {
10396            "$ref": "Operation"
10397          },
10398          "scopes": [
10399            "https://www.googleapis.com/auth/cloud-platform",
10400            "https://www.googleapis.com/auth/compute"
10401          ]
10402        },
10403        "simulateMaintenanceEvent": {
10404          "description": "Simulates a maintenance event on the instance.",
10405          "httpMethod": "POST",
10406          "id": "compute.instances.simulateMaintenanceEvent",
10407          "parameterOrder": [
10408            "project",
10409            "zone",
10410            "instance"
10411          ],
10412          "parameters": {
10413            "instance": {
10414              "description": "Name of the instance scoping this request.",
10415              "location": "path",
10416              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
10417              "required": true,
10418              "type": "string"
10419            },
10420            "project": {
10421              "description": "Project ID for this request.",
10422              "location": "path",
10423              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
10424              "required": true,
10425              "type": "string"
10426            },
10427            "zone": {
10428              "description": "The name of the zone for this request.",
10429              "location": "path",
10430              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
10431              "required": true,
10432              "type": "string"
10433            }
10434          },
10435          "path": "projects/{project}/zones/{zone}/instances/{instance}/simulateMaintenanceEvent",
10436          "response": {
10437            "$ref": "Operation"
10438          },
10439          "scopes": [
10440            "https://www.googleapis.com/auth/cloud-platform",
10441            "https://www.googleapis.com/auth/compute"
10442          ]
10443        },
10444        "start": {
10445          "description": "Starts an instance that was stopped using the instances().stop method. For more information, see Restart an instance.",
10446          "httpMethod": "POST",
10447          "id": "compute.instances.start",
10448          "parameterOrder": [
10449            "project",
10450            "zone",
10451            "instance"
10452          ],
10453          "parameters": {
10454            "instance": {
10455              "description": "Name of the instance resource to start.",
10456              "location": "path",
10457              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
10458              "required": true,
10459              "type": "string"
10460            },
10461            "project": {
10462              "description": "Project ID for this request.",
10463              "location": "path",
10464              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
10465              "required": true,
10466              "type": "string"
10467            },
10468            "requestId": {
10469              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
10470              "location": "query",
10471              "type": "string"
10472            },
10473            "zone": {
10474              "description": "The name of the zone for this request.",
10475              "location": "path",
10476              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
10477              "required": true,
10478              "type": "string"
10479            }
10480          },
10481          "path": "projects/{project}/zones/{zone}/instances/{instance}/start",
10482          "response": {
10483            "$ref": "Operation"
10484          },
10485          "scopes": [
10486            "https://www.googleapis.com/auth/cloud-platform",
10487            "https://www.googleapis.com/auth/compute"
10488          ]
10489        },
10490        "startWithEncryptionKey": {
10491          "description": "Starts an instance that was stopped using the instances().stop method. For more information, see Restart an instance.",
10492          "httpMethod": "POST",
10493          "id": "compute.instances.startWithEncryptionKey",
10494          "parameterOrder": [
10495            "project",
10496            "zone",
10497            "instance"
10498          ],
10499          "parameters": {
10500            "instance": {
10501              "description": "Name of the instance resource to start.",
10502              "location": "path",
10503              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
10504              "required": true,
10505              "type": "string"
10506            },
10507            "project": {
10508              "description": "Project ID for this request.",
10509              "location": "path",
10510              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
10511              "required": true,
10512              "type": "string"
10513            },
10514            "requestId": {
10515              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
10516              "location": "query",
10517              "type": "string"
10518            },
10519            "zone": {
10520              "description": "The name of the zone for this request.",
10521              "location": "path",
10522              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
10523              "required": true,
10524              "type": "string"
10525            }
10526          },
10527          "path": "projects/{project}/zones/{zone}/instances/{instance}/startWithEncryptionKey",
10528          "request": {
10529            "$ref": "InstancesStartWithEncryptionKeyRequest"
10530          },
10531          "response": {
10532            "$ref": "Operation"
10533          },
10534          "scopes": [
10535            "https://www.googleapis.com/auth/cloud-platform",
10536            "https://www.googleapis.com/auth/compute"
10537          ]
10538        },
10539        "stop": {
10540          "description": "Stops a running instance, shutting it down cleanly, and allows you to restart the instance at a later time. Stopped instances do not incur VM usage charges while they are stopped. However, resources that the VM is using, such as persistent disks and static IP addresses, will continue to be charged until they are deleted. For more information, see Stopping an instance.",
10541          "httpMethod": "POST",
10542          "id": "compute.instances.stop",
10543          "parameterOrder": [
10544            "project",
10545            "zone",
10546            "instance"
10547          ],
10548          "parameters": {
10549            "discardLocalSsd": {
10550              "description": "If true, discard the contents of any attached localSSD partitions. Default value is false (== preserve localSSD data).",
10551              "location": "query",
10552              "type": "boolean"
10553            },
10554            "instance": {
10555              "description": "Name of the instance resource to stop.",
10556              "location": "path",
10557              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
10558              "required": true,
10559              "type": "string"
10560            },
10561            "project": {
10562              "description": "Project ID for this request.",
10563              "location": "path",
10564              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
10565              "required": true,
10566              "type": "string"
10567            },
10568            "requestId": {
10569              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
10570              "location": "query",
10571              "type": "string"
10572            },
10573            "zone": {
10574              "description": "The name of the zone for this request.",
10575              "location": "path",
10576              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
10577              "required": true,
10578              "type": "string"
10579            }
10580          },
10581          "path": "projects/{project}/zones/{zone}/instances/{instance}/stop",
10582          "response": {
10583            "$ref": "Operation"
10584          },
10585          "scopes": [
10586            "https://www.googleapis.com/auth/cloud-platform",
10587            "https://www.googleapis.com/auth/compute"
10588          ]
10589        },
10590        "suspend": {
10591          "description": "This method suspends a running instance, saving its state to persistent storage, and allows you to resume the instance at a later time. Suspended instances incur reduced per-minute, virtual machine usage charges while they are suspended. Any resources the virtual machine is using, such as persistent disks and static IP addresses, will continue to be charged until they are deleted.",
10592          "httpMethod": "POST",
10593          "id": "compute.instances.suspend",
10594          "parameterOrder": [
10595            "project",
10596            "zone",
10597            "instance"
10598          ],
10599          "parameters": {
10600            "discardLocalSsd": {
10601              "description": "If true, discard the contents of any attached localSSD partitions. Default value is false (== preserve localSSD data).",
10602              "location": "query",
10603              "type": "boolean"
10604            },
10605            "instance": {
10606              "description": "Name of the instance resource to suspend.",
10607              "location": "path",
10608              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
10609              "required": true,
10610              "type": "string"
10611            },
10612            "project": {
10613              "description": "Project ID for this request.",
10614              "location": "path",
10615              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
10616              "required": true,
10617              "type": "string"
10618            },
10619            "requestId": {
10620              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
10621              "location": "query",
10622              "type": "string"
10623            },
10624            "zone": {
10625              "description": "The name of the zone for this request.",
10626              "location": "path",
10627              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
10628              "required": true,
10629              "type": "string"
10630            }
10631          },
10632          "path": "projects/{project}/zones/{zone}/instances/{instance}/suspend",
10633          "response": {
10634            "$ref": "Operation"
10635          },
10636          "scopes": [
10637            "https://www.googleapis.com/auth/cloud-platform",
10638            "https://www.googleapis.com/auth/compute"
10639          ]
10640        },
10641        "testIamPermissions": {
10642          "description": "Returns permissions that a caller has on the specified resource.",
10643          "httpMethod": "POST",
10644          "id": "compute.instances.testIamPermissions",
10645          "parameterOrder": [
10646            "project",
10647            "zone",
10648            "resource"
10649          ],
10650          "parameters": {
10651            "project": {
10652              "description": "Project ID for this request.",
10653              "location": "path",
10654              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
10655              "required": true,
10656              "type": "string"
10657            },
10658            "resource": {
10659              "description": "Name or id of the resource for this request.",
10660              "location": "path",
10661              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
10662              "required": true,
10663              "type": "string"
10664            },
10665            "zone": {
10666              "description": "The name of the zone for this request.",
10667              "location": "path",
10668              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
10669              "required": true,
10670              "type": "string"
10671            }
10672          },
10673          "path": "projects/{project}/zones/{zone}/instances/{resource}/testIamPermissions",
10674          "request": {
10675            "$ref": "TestPermissionsRequest"
10676          },
10677          "response": {
10678            "$ref": "TestPermissionsResponse"
10679          },
10680          "scopes": [
10681            "https://www.googleapis.com/auth/cloud-platform",
10682            "https://www.googleapis.com/auth/compute",
10683            "https://www.googleapis.com/auth/compute.readonly"
10684          ]
10685        },
10686        "update": {
10687          "description": "Updates an instance only if the necessary resources are available. This method can update only a specific set of instance properties. See  Updating a running instance for a list of updatable instance properties.",
10688          "httpMethod": "PUT",
10689          "id": "compute.instances.update",
10690          "parameterOrder": [
10691            "project",
10692            "zone",
10693            "instance"
10694          ],
10695          "parameters": {
10696            "instance": {
10697              "description": "Name of the instance resource to update.",
10698              "location": "path",
10699              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
10700              "required": true,
10701              "type": "string"
10702            },
10703            "minimalAction": {
10704              "description": "Specifies the action to take when updating an instance even if the updated properties do not require it. If not specified, then Compute Engine acts based on the minimum action that the updated properties require.",
10705              "enum": [
10706                "INVALID",
10707                "NO_EFFECT",
10708                "REFRESH",
10709                "RESTART"
10710              ],
10711              "enumDescriptions": [
10712                "",
10713                "",
10714                "",
10715                ""
10716              ],
10717              "location": "query",
10718              "type": "string"
10719            },
10720            "mostDisruptiveAllowedAction": {
10721              "description": "Specifies the most disruptive action that can be taken on the instance as part of the update. Compute Engine returns an error if the instance properties require a more disruptive action as part of the instance update. Valid options from lowest to highest are NO_EFFECT, REFRESH, and RESTART.",
10722              "enum": [
10723                "INVALID",
10724                "NO_EFFECT",
10725                "REFRESH",
10726                "RESTART"
10727              ],
10728              "enumDescriptions": [
10729                "",
10730                "",
10731                "",
10732                ""
10733              ],
10734              "location": "query",
10735              "type": "string"
10736            },
10737            "project": {
10738              "description": "Project ID for this request.",
10739              "location": "path",
10740              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
10741              "required": true,
10742              "type": "string"
10743            },
10744            "requestId": {
10745              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
10746              "location": "query",
10747              "type": "string"
10748            },
10749            "zone": {
10750              "description": "The name of the zone for this request.",
10751              "location": "path",
10752              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
10753              "required": true,
10754              "type": "string"
10755            }
10756          },
10757          "path": "projects/{project}/zones/{zone}/instances/{instance}",
10758          "request": {
10759            "$ref": "Instance"
10760          },
10761          "response": {
10762            "$ref": "Operation"
10763          },
10764          "scopes": [
10765            "https://www.googleapis.com/auth/cloud-platform",
10766            "https://www.googleapis.com/auth/compute"
10767          ]
10768        },
10769        "updateAccessConfig": {
10770          "description": "Updates the specified access config from an instance's network interface with the data included in the request. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.",
10771          "httpMethod": "POST",
10772          "id": "compute.instances.updateAccessConfig",
10773          "parameterOrder": [
10774            "project",
10775            "zone",
10776            "instance",
10777            "networkInterface"
10778          ],
10779          "parameters": {
10780            "instance": {
10781              "description": "The instance name for this request.",
10782              "location": "path",
10783              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
10784              "required": true,
10785              "type": "string"
10786            },
10787            "networkInterface": {
10788              "description": "The name of the network interface where the access config is attached.",
10789              "location": "query",
10790              "required": true,
10791              "type": "string"
10792            },
10793            "project": {
10794              "description": "Project ID for this request.",
10795              "location": "path",
10796              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
10797              "required": true,
10798              "type": "string"
10799            },
10800            "requestId": {
10801              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
10802              "location": "query",
10803              "type": "string"
10804            },
10805            "zone": {
10806              "description": "The name of the zone for this request.",
10807              "location": "path",
10808              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
10809              "required": true,
10810              "type": "string"
10811            }
10812          },
10813          "path": "projects/{project}/zones/{zone}/instances/{instance}/updateAccessConfig",
10814          "request": {
10815            "$ref": "AccessConfig"
10816          },
10817          "response": {
10818            "$ref": "Operation"
10819          },
10820          "scopes": [
10821            "https://www.googleapis.com/auth/cloud-platform",
10822            "https://www.googleapis.com/auth/compute"
10823          ]
10824        },
10825        "updateDisplayDevice": {
10826          "description": "Updates the Display config for a VM instance. You can only use this method on a stopped VM instance. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.",
10827          "httpMethod": "PATCH",
10828          "id": "compute.instances.updateDisplayDevice",
10829          "parameterOrder": [
10830            "project",
10831            "zone",
10832            "instance"
10833          ],
10834          "parameters": {
10835            "instance": {
10836              "description": "Name of the instance scoping this request.",
10837              "location": "path",
10838              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
10839              "required": true,
10840              "type": "string"
10841            },
10842            "project": {
10843              "description": "Project ID for this request.",
10844              "location": "path",
10845              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
10846              "required": true,
10847              "type": "string"
10848            },
10849            "requestId": {
10850              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
10851              "location": "query",
10852              "type": "string"
10853            },
10854            "zone": {
10855              "description": "The name of the zone for this request.",
10856              "location": "path",
10857              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
10858              "required": true,
10859              "type": "string"
10860            }
10861          },
10862          "path": "projects/{project}/zones/{zone}/instances/{instance}/updateDisplayDevice",
10863          "request": {
10864            "$ref": "DisplayDevice"
10865          },
10866          "response": {
10867            "$ref": "Operation"
10868          },
10869          "scopes": [
10870            "https://www.googleapis.com/auth/cloud-platform",
10871            "https://www.googleapis.com/auth/compute"
10872          ]
10873        },
10874        "updateNetworkInterface": {
10875          "description": "Updates an instance's network interface. This method follows PATCH semantics.",
10876          "httpMethod": "PATCH",
10877          "id": "compute.instances.updateNetworkInterface",
10878          "parameterOrder": [
10879            "project",
10880            "zone",
10881            "instance",
10882            "networkInterface"
10883          ],
10884          "parameters": {
10885            "instance": {
10886              "description": "The instance name for this request.",
10887              "location": "path",
10888              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
10889              "required": true,
10890              "type": "string"
10891            },
10892            "networkInterface": {
10893              "description": "The name of the network interface to update.",
10894              "location": "query",
10895              "required": true,
10896              "type": "string"
10897            },
10898            "project": {
10899              "description": "Project ID for this request.",
10900              "location": "path",
10901              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
10902              "required": true,
10903              "type": "string"
10904            },
10905            "requestId": {
10906              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
10907              "location": "query",
10908              "type": "string"
10909            },
10910            "zone": {
10911              "description": "The name of the zone for this request.",
10912              "location": "path",
10913              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
10914              "required": true,
10915              "type": "string"
10916            }
10917          },
10918          "path": "projects/{project}/zones/{zone}/instances/{instance}/updateNetworkInterface",
10919          "request": {
10920            "$ref": "NetworkInterface"
10921          },
10922          "response": {
10923            "$ref": "Operation"
10924          },
10925          "scopes": [
10926            "https://www.googleapis.com/auth/cloud-platform",
10927            "https://www.googleapis.com/auth/compute"
10928          ]
10929        },
10930        "updateShieldedInstanceConfig": {
10931          "description": "Updates the Shielded Instance config for an instance. You can only use this method on a stopped instance. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.",
10932          "httpMethod": "PATCH",
10933          "id": "compute.instances.updateShieldedInstanceConfig",
10934          "parameterOrder": [
10935            "project",
10936            "zone",
10937            "instance"
10938          ],
10939          "parameters": {
10940            "instance": {
10941              "description": "Name or id of the instance scoping this request.",
10942              "location": "path",
10943              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
10944              "required": true,
10945              "type": "string"
10946            },
10947            "project": {
10948              "description": "Project ID for this request.",
10949              "location": "path",
10950              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
10951              "required": true,
10952              "type": "string"
10953            },
10954            "requestId": {
10955              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
10956              "location": "query",
10957              "type": "string"
10958            },
10959            "zone": {
10960              "description": "The name of the zone for this request.",
10961              "location": "path",
10962              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
10963              "required": true,
10964              "type": "string"
10965            }
10966          },
10967          "path": "projects/{project}/zones/{zone}/instances/{instance}/updateShieldedInstanceConfig",
10968          "request": {
10969            "$ref": "ShieldedInstanceConfig"
10970          },
10971          "response": {
10972            "$ref": "Operation"
10973          },
10974          "scopes": [
10975            "https://www.googleapis.com/auth/cloud-platform",
10976            "https://www.googleapis.com/auth/compute"
10977          ]
10978        },
10979        "updateShieldedVmConfig": {
10980          "description": "Updates the Shielded VM config for a VM instance. You can only use this method on a stopped VM instance. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.",
10981          "httpMethod": "PATCH",
10982          "id": "compute.instances.updateShieldedVmConfig",
10983          "parameterOrder": [
10984            "project",
10985            "zone",
10986            "instance"
10987          ],
10988          "parameters": {
10989            "instance": {
10990              "description": "Name of the instance scoping this request.",
10991              "location": "path",
10992              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
10993              "required": true,
10994              "type": "string"
10995            },
10996            "project": {
10997              "description": "Project ID for this request.",
10998              "location": "path",
10999              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
11000              "required": true,
11001              "type": "string"
11002            },
11003            "requestId": {
11004              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
11005              "location": "query",
11006              "type": "string"
11007            },
11008            "zone": {
11009              "description": "The name of the zone for this request.",
11010              "location": "path",
11011              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
11012              "required": true,
11013              "type": "string"
11014            }
11015          },
11016          "path": "projects/{project}/zones/{zone}/instances/{instance}/updateShieldedVmConfig",
11017          "request": {
11018            "$ref": "ShieldedVmConfig"
11019          },
11020          "response": {
11021            "$ref": "Operation"
11022          },
11023          "scopes": [
11024            "https://www.googleapis.com/auth/cloud-platform",
11025            "https://www.googleapis.com/auth/compute"
11026          ]
11027        }
11028      }
11029    },
11030    "interconnectAttachments": {
11031      "methods": {
11032        "aggregatedList": {
11033          "description": "Retrieves an aggregated list of interconnect attachments.",
11034          "httpMethod": "GET",
11035          "id": "compute.interconnectAttachments.aggregatedList",
11036          "parameterOrder": [
11037            "project"
11038          ],
11039          "parameters": {
11040            "filter": {
11041              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
11042              "location": "query",
11043              "type": "string"
11044            },
11045            "includeAllScopes": {
11046              "description": "Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.",
11047              "location": "query",
11048              "type": "boolean"
11049            },
11050            "maxResults": {
11051              "default": "500",
11052              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
11053              "format": "uint32",
11054              "location": "query",
11055              "minimum": "0",
11056              "type": "integer"
11057            },
11058            "orderBy": {
11059              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
11060              "location": "query",
11061              "type": "string"
11062            },
11063            "pageToken": {
11064              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
11065              "location": "query",
11066              "type": "string"
11067            },
11068            "project": {
11069              "description": "Project ID for this request.",
11070              "location": "path",
11071              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
11072              "required": true,
11073              "type": "string"
11074            },
11075            "returnPartialSuccess": {
11076              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
11077              "location": "query",
11078              "type": "boolean"
11079            }
11080          },
11081          "path": "projects/{project}/aggregated/interconnectAttachments",
11082          "response": {
11083            "$ref": "InterconnectAttachmentAggregatedList"
11084          },
11085          "scopes": [
11086            "https://www.googleapis.com/auth/cloud-platform",
11087            "https://www.googleapis.com/auth/compute",
11088            "https://www.googleapis.com/auth/compute.readonly"
11089          ]
11090        },
11091        "delete": {
11092          "description": "Deletes the specified interconnect attachment.",
11093          "httpMethod": "DELETE",
11094          "id": "compute.interconnectAttachments.delete",
11095          "parameterOrder": [
11096            "project",
11097            "region",
11098            "interconnectAttachment"
11099          ],
11100          "parameters": {
11101            "interconnectAttachment": {
11102              "description": "Name of the interconnect attachment to delete.",
11103              "location": "path",
11104              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
11105              "required": true,
11106              "type": "string"
11107            },
11108            "project": {
11109              "description": "Project ID for this request.",
11110              "location": "path",
11111              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
11112              "required": true,
11113              "type": "string"
11114            },
11115            "region": {
11116              "description": "Name of the region for this request.",
11117              "location": "path",
11118              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
11119              "required": true,
11120              "type": "string"
11121            },
11122            "requestId": {
11123              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
11124              "location": "query",
11125              "type": "string"
11126            }
11127          },
11128          "path": "projects/{project}/regions/{region}/interconnectAttachments/{interconnectAttachment}",
11129          "response": {
11130            "$ref": "Operation"
11131          },
11132          "scopes": [
11133            "https://www.googleapis.com/auth/cloud-platform",
11134            "https://www.googleapis.com/auth/compute"
11135          ]
11136        },
11137        "get": {
11138          "description": "Returns the specified interconnect attachment.",
11139          "httpMethod": "GET",
11140          "id": "compute.interconnectAttachments.get",
11141          "parameterOrder": [
11142            "project",
11143            "region",
11144            "interconnectAttachment"
11145          ],
11146          "parameters": {
11147            "interconnectAttachment": {
11148              "description": "Name of the interconnect attachment to return.",
11149              "location": "path",
11150              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
11151              "required": true,
11152              "type": "string"
11153            },
11154            "project": {
11155              "description": "Project ID for this request.",
11156              "location": "path",
11157              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
11158              "required": true,
11159              "type": "string"
11160            },
11161            "region": {
11162              "description": "Name of the region for this request.",
11163              "location": "path",
11164              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
11165              "required": true,
11166              "type": "string"
11167            }
11168          },
11169          "path": "projects/{project}/regions/{region}/interconnectAttachments/{interconnectAttachment}",
11170          "response": {
11171            "$ref": "InterconnectAttachment"
11172          },
11173          "scopes": [
11174            "https://www.googleapis.com/auth/cloud-platform",
11175            "https://www.googleapis.com/auth/compute",
11176            "https://www.googleapis.com/auth/compute.readonly"
11177          ]
11178        },
11179        "getIamPolicy": {
11180          "description": "Gets the access control policy for a resource. May be empty if no such policy or resource exists.",
11181          "httpMethod": "GET",
11182          "id": "compute.interconnectAttachments.getIamPolicy",
11183          "parameterOrder": [
11184            "project",
11185            "region",
11186            "resource"
11187          ],
11188          "parameters": {
11189            "optionsRequestedPolicyVersion": {
11190              "description": "Requested IAM Policy version.",
11191              "format": "int32",
11192              "location": "query",
11193              "type": "integer"
11194            },
11195            "project": {
11196              "description": "Project ID for this request.",
11197              "location": "path",
11198              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
11199              "required": true,
11200              "type": "string"
11201            },
11202            "region": {
11203              "description": "The name of the region for this request.",
11204              "location": "path",
11205              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
11206              "required": true,
11207              "type": "string"
11208            },
11209            "resource": {
11210              "description": "Name or id of the resource for this request.",
11211              "location": "path",
11212              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
11213              "required": true,
11214              "type": "string"
11215            }
11216          },
11217          "path": "projects/{project}/regions/{region}/interconnectAttachments/{resource}/getIamPolicy",
11218          "response": {
11219            "$ref": "Policy"
11220          },
11221          "scopes": [
11222            "https://www.googleapis.com/auth/cloud-platform",
11223            "https://www.googleapis.com/auth/compute",
11224            "https://www.googleapis.com/auth/compute.readonly"
11225          ]
11226        },
11227        "insert": {
11228          "description": "Creates an InterconnectAttachment in the specified project using the data included in the request.",
11229          "httpMethod": "POST",
11230          "id": "compute.interconnectAttachments.insert",
11231          "parameterOrder": [
11232            "project",
11233            "region"
11234          ],
11235          "parameters": {
11236            "project": {
11237              "description": "Project ID for this request.",
11238              "location": "path",
11239              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
11240              "required": true,
11241              "type": "string"
11242            },
11243            "region": {
11244              "description": "Name of the region for this request.",
11245              "location": "path",
11246              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
11247              "required": true,
11248              "type": "string"
11249            },
11250            "requestId": {
11251              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
11252              "location": "query",
11253              "type": "string"
11254            },
11255            "validateOnly": {
11256              "description": "If true, the request will not be committed.",
11257              "location": "query",
11258              "type": "boolean"
11259            }
11260          },
11261          "path": "projects/{project}/regions/{region}/interconnectAttachments",
11262          "request": {
11263            "$ref": "InterconnectAttachment"
11264          },
11265          "response": {
11266            "$ref": "Operation"
11267          },
11268          "scopes": [
11269            "https://www.googleapis.com/auth/cloud-platform",
11270            "https://www.googleapis.com/auth/compute"
11271          ]
11272        },
11273        "list": {
11274          "description": "Retrieves the list of interconnect attachments contained within the specified region.",
11275          "httpMethod": "GET",
11276          "id": "compute.interconnectAttachments.list",
11277          "parameterOrder": [
11278            "project",
11279            "region"
11280          ],
11281          "parameters": {
11282            "filter": {
11283              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
11284              "location": "query",
11285              "type": "string"
11286            },
11287            "maxResults": {
11288              "default": "500",
11289              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
11290              "format": "uint32",
11291              "location": "query",
11292              "minimum": "0",
11293              "type": "integer"
11294            },
11295            "orderBy": {
11296              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
11297              "location": "query",
11298              "type": "string"
11299            },
11300            "pageToken": {
11301              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
11302              "location": "query",
11303              "type": "string"
11304            },
11305            "project": {
11306              "description": "Project ID for this request.",
11307              "location": "path",
11308              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
11309              "required": true,
11310              "type": "string"
11311            },
11312            "region": {
11313              "description": "Name of the region for this request.",
11314              "location": "path",
11315              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
11316              "required": true,
11317              "type": "string"
11318            },
11319            "returnPartialSuccess": {
11320              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
11321              "location": "query",
11322              "type": "boolean"
11323            }
11324          },
11325          "path": "projects/{project}/regions/{region}/interconnectAttachments",
11326          "response": {
11327            "$ref": "InterconnectAttachmentList"
11328          },
11329          "scopes": [
11330            "https://www.googleapis.com/auth/cloud-platform",
11331            "https://www.googleapis.com/auth/compute",
11332            "https://www.googleapis.com/auth/compute.readonly"
11333          ]
11334        },
11335        "patch": {
11336          "description": "Updates the specified interconnect attachment with the data included in the request. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.",
11337          "httpMethod": "PATCH",
11338          "id": "compute.interconnectAttachments.patch",
11339          "parameterOrder": [
11340            "project",
11341            "region",
11342            "interconnectAttachment"
11343          ],
11344          "parameters": {
11345            "interconnectAttachment": {
11346              "description": "Name of the interconnect attachment to patch.",
11347              "location": "path",
11348              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
11349              "required": true,
11350              "type": "string"
11351            },
11352            "project": {
11353              "description": "Project ID for this request.",
11354              "location": "path",
11355              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
11356              "required": true,
11357              "type": "string"
11358            },
11359            "region": {
11360              "description": "Name of the region scoping this request.",
11361              "location": "path",
11362              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
11363              "required": true,
11364              "type": "string"
11365            },
11366            "requestId": {
11367              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
11368              "location": "query",
11369              "type": "string"
11370            }
11371          },
11372          "path": "projects/{project}/regions/{region}/interconnectAttachments/{interconnectAttachment}",
11373          "request": {
11374            "$ref": "InterconnectAttachment"
11375          },
11376          "response": {
11377            "$ref": "Operation"
11378          },
11379          "scopes": [
11380            "https://www.googleapis.com/auth/cloud-platform",
11381            "https://www.googleapis.com/auth/compute"
11382          ]
11383        },
11384        "setIamPolicy": {
11385          "description": "Sets the access control policy on the specified resource. Replaces any existing policy.",
11386          "httpMethod": "POST",
11387          "id": "compute.interconnectAttachments.setIamPolicy",
11388          "parameterOrder": [
11389            "project",
11390            "region",
11391            "resource"
11392          ],
11393          "parameters": {
11394            "project": {
11395              "description": "Project ID for this request.",
11396              "location": "path",
11397              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
11398              "required": true,
11399              "type": "string"
11400            },
11401            "region": {
11402              "description": "The name of the region for this request.",
11403              "location": "path",
11404              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
11405              "required": true,
11406              "type": "string"
11407            },
11408            "resource": {
11409              "description": "Name or id of the resource for this request.",
11410              "location": "path",
11411              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
11412              "required": true,
11413              "type": "string"
11414            }
11415          },
11416          "path": "projects/{project}/regions/{region}/interconnectAttachments/{resource}/setIamPolicy",
11417          "request": {
11418            "$ref": "RegionSetPolicyRequest"
11419          },
11420          "response": {
11421            "$ref": "Policy"
11422          },
11423          "scopes": [
11424            "https://www.googleapis.com/auth/cloud-platform",
11425            "https://www.googleapis.com/auth/compute"
11426          ]
11427        },
11428        "setLabels": {
11429          "description": "Sets the labels on an InterconnectAttachment. To learn more about labels, read the Labeling Resources documentation.",
11430          "httpMethod": "POST",
11431          "id": "compute.interconnectAttachments.setLabels",
11432          "parameterOrder": [
11433            "project",
11434            "region",
11435            "resource"
11436          ],
11437          "parameters": {
11438            "project": {
11439              "description": "Project ID for this request.",
11440              "location": "path",
11441              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
11442              "required": true,
11443              "type": "string"
11444            },
11445            "region": {
11446              "description": "The region for this request.",
11447              "location": "path",
11448              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
11449              "required": true,
11450              "type": "string"
11451            },
11452            "requestId": {
11453              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
11454              "location": "query",
11455              "type": "string"
11456            },
11457            "resource": {
11458              "description": "Name or id of the resource for this request.",
11459              "location": "path",
11460              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
11461              "required": true,
11462              "type": "string"
11463            }
11464          },
11465          "path": "projects/{project}/regions/{region}/interconnectAttachments/{resource}/setLabels",
11466          "request": {
11467            "$ref": "RegionSetLabelsRequest"
11468          },
11469          "response": {
11470            "$ref": "Operation"
11471          },
11472          "scopes": [
11473            "https://www.googleapis.com/auth/cloud-platform",
11474            "https://www.googleapis.com/auth/compute"
11475          ]
11476        },
11477        "testIamPermissions": {
11478          "description": "Returns permissions that a caller has on the specified resource.",
11479          "httpMethod": "POST",
11480          "id": "compute.interconnectAttachments.testIamPermissions",
11481          "parameterOrder": [
11482            "project",
11483            "region",
11484            "resource"
11485          ],
11486          "parameters": {
11487            "project": {
11488              "description": "Project ID for this request.",
11489              "location": "path",
11490              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
11491              "required": true,
11492              "type": "string"
11493            },
11494            "region": {
11495              "description": "The name of the region for this request.",
11496              "location": "path",
11497              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
11498              "required": true,
11499              "type": "string"
11500            },
11501            "resource": {
11502              "description": "Name or id of the resource for this request.",
11503              "location": "path",
11504              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
11505              "required": true,
11506              "type": "string"
11507            }
11508          },
11509          "path": "projects/{project}/regions/{region}/interconnectAttachments/{resource}/testIamPermissions",
11510          "request": {
11511            "$ref": "TestPermissionsRequest"
11512          },
11513          "response": {
11514            "$ref": "TestPermissionsResponse"
11515          },
11516          "scopes": [
11517            "https://www.googleapis.com/auth/cloud-platform",
11518            "https://www.googleapis.com/auth/compute",
11519            "https://www.googleapis.com/auth/compute.readonly"
11520          ]
11521        }
11522      }
11523    },
11524    "interconnectLocations": {
11525      "methods": {
11526        "get": {
11527          "description": "Returns the details for the specified interconnect location. Gets a list of available interconnect locations by making a list() request.",
11528          "httpMethod": "GET",
11529          "id": "compute.interconnectLocations.get",
11530          "parameterOrder": [
11531            "project",
11532            "interconnectLocation"
11533          ],
11534          "parameters": {
11535            "interconnectLocation": {
11536              "description": "Name of the interconnect location to return.",
11537              "location": "path",
11538              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
11539              "required": true,
11540              "type": "string"
11541            },
11542            "project": {
11543              "description": "Project ID for this request.",
11544              "location": "path",
11545              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
11546              "required": true,
11547              "type": "string"
11548            }
11549          },
11550          "path": "projects/{project}/global/interconnectLocations/{interconnectLocation}",
11551          "response": {
11552            "$ref": "InterconnectLocation"
11553          },
11554          "scopes": [
11555            "https://www.googleapis.com/auth/cloud-platform",
11556            "https://www.googleapis.com/auth/compute",
11557            "https://www.googleapis.com/auth/compute.readonly"
11558          ]
11559        },
11560        "list": {
11561          "description": "Retrieves the list of interconnect locations available to the specified project.",
11562          "httpMethod": "GET",
11563          "id": "compute.interconnectLocations.list",
11564          "parameterOrder": [
11565            "project"
11566          ],
11567          "parameters": {
11568            "filter": {
11569              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
11570              "location": "query",
11571              "type": "string"
11572            },
11573            "maxResults": {
11574              "default": "500",
11575              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
11576              "format": "uint32",
11577              "location": "query",
11578              "minimum": "0",
11579              "type": "integer"
11580            },
11581            "orderBy": {
11582              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
11583              "location": "query",
11584              "type": "string"
11585            },
11586            "pageToken": {
11587              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
11588              "location": "query",
11589              "type": "string"
11590            },
11591            "project": {
11592              "description": "Project ID for this request.",
11593              "location": "path",
11594              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
11595              "required": true,
11596              "type": "string"
11597            },
11598            "returnPartialSuccess": {
11599              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
11600              "location": "query",
11601              "type": "boolean"
11602            }
11603          },
11604          "path": "projects/{project}/global/interconnectLocations",
11605          "response": {
11606            "$ref": "InterconnectLocationList"
11607          },
11608          "scopes": [
11609            "https://www.googleapis.com/auth/cloud-platform",
11610            "https://www.googleapis.com/auth/compute",
11611            "https://www.googleapis.com/auth/compute.readonly"
11612          ]
11613        },
11614        "testIamPermissions": {
11615          "description": "Returns permissions that a caller has on the specified resource.",
11616          "httpMethod": "POST",
11617          "id": "compute.interconnectLocations.testIamPermissions",
11618          "parameterOrder": [
11619            "project",
11620            "resource"
11621          ],
11622          "parameters": {
11623            "project": {
11624              "description": "Project ID for this request.",
11625              "location": "path",
11626              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
11627              "required": true,
11628              "type": "string"
11629            },
11630            "resource": {
11631              "description": "Name or id of the resource for this request.",
11632              "location": "path",
11633              "pattern": "[a-z](?:[-a-z0-9_]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
11634              "required": true,
11635              "type": "string"
11636            }
11637          },
11638          "path": "projects/{project}/global/interconnectLocations/{resource}/testIamPermissions",
11639          "request": {
11640            "$ref": "TestPermissionsRequest"
11641          },
11642          "response": {
11643            "$ref": "TestPermissionsResponse"
11644          },
11645          "scopes": [
11646            "https://www.googleapis.com/auth/cloud-platform",
11647            "https://www.googleapis.com/auth/compute",
11648            "https://www.googleapis.com/auth/compute.readonly"
11649          ]
11650        }
11651      }
11652    },
11653    "interconnects": {
11654      "methods": {
11655        "delete": {
11656          "description": "Deletes the specified interconnect.",
11657          "httpMethod": "DELETE",
11658          "id": "compute.interconnects.delete",
11659          "parameterOrder": [
11660            "project",
11661            "interconnect"
11662          ],
11663          "parameters": {
11664            "interconnect": {
11665              "description": "Name of the interconnect to delete.",
11666              "location": "path",
11667              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
11668              "required": true,
11669              "type": "string"
11670            },
11671            "project": {
11672              "description": "Project ID for this request.",
11673              "location": "path",
11674              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
11675              "required": true,
11676              "type": "string"
11677            },
11678            "requestId": {
11679              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
11680              "location": "query",
11681              "type": "string"
11682            }
11683          },
11684          "path": "projects/{project}/global/interconnects/{interconnect}",
11685          "response": {
11686            "$ref": "Operation"
11687          },
11688          "scopes": [
11689            "https://www.googleapis.com/auth/cloud-platform",
11690            "https://www.googleapis.com/auth/compute"
11691          ]
11692        },
11693        "get": {
11694          "description": "Returns the specified interconnect. Get a list of available interconnects by making a list() request.",
11695          "httpMethod": "GET",
11696          "id": "compute.interconnects.get",
11697          "parameterOrder": [
11698            "project",
11699            "interconnect"
11700          ],
11701          "parameters": {
11702            "interconnect": {
11703              "description": "Name of the interconnect to return.",
11704              "location": "path",
11705              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
11706              "required": true,
11707              "type": "string"
11708            },
11709            "project": {
11710              "description": "Project ID for this request.",
11711              "location": "path",
11712              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
11713              "required": true,
11714              "type": "string"
11715            }
11716          },
11717          "path": "projects/{project}/global/interconnects/{interconnect}",
11718          "response": {
11719            "$ref": "Interconnect"
11720          },
11721          "scopes": [
11722            "https://www.googleapis.com/auth/cloud-platform",
11723            "https://www.googleapis.com/auth/compute",
11724            "https://www.googleapis.com/auth/compute.readonly"
11725          ]
11726        },
11727        "getDiagnostics": {
11728          "description": "Returns the interconnectDiagnostics for the specified interconnect.",
11729          "httpMethod": "GET",
11730          "id": "compute.interconnects.getDiagnostics",
11731          "parameterOrder": [
11732            "project",
11733            "interconnect"
11734          ],
11735          "parameters": {
11736            "interconnect": {
11737              "description": "Name of the interconnect resource to query.",
11738              "location": "path",
11739              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
11740              "required": true,
11741              "type": "string"
11742            },
11743            "project": {
11744              "description": "Project ID for this request.",
11745              "location": "path",
11746              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
11747              "required": true,
11748              "type": "string"
11749            }
11750          },
11751          "path": "projects/{project}/global/interconnects/{interconnect}/getDiagnostics",
11752          "response": {
11753            "$ref": "InterconnectsGetDiagnosticsResponse"
11754          },
11755          "scopes": [
11756            "https://www.googleapis.com/auth/cloud-platform",
11757            "https://www.googleapis.com/auth/compute",
11758            "https://www.googleapis.com/auth/compute.readonly"
11759          ]
11760        },
11761        "getIamPolicy": {
11762          "description": "Gets the access control policy for a resource. May be empty if no such policy or resource exists.",
11763          "httpMethod": "GET",
11764          "id": "compute.interconnects.getIamPolicy",
11765          "parameterOrder": [
11766            "project",
11767            "resource"
11768          ],
11769          "parameters": {
11770            "optionsRequestedPolicyVersion": {
11771              "description": "Requested IAM Policy version.",
11772              "format": "int32",
11773              "location": "query",
11774              "type": "integer"
11775            },
11776            "project": {
11777              "description": "Project ID for this request.",
11778              "location": "path",
11779              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
11780              "required": true,
11781              "type": "string"
11782            },
11783            "resource": {
11784              "description": "Name or id of the resource for this request.",
11785              "location": "path",
11786              "pattern": "[a-z](?:[-a-z0-9_]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
11787              "required": true,
11788              "type": "string"
11789            }
11790          },
11791          "path": "projects/{project}/global/interconnects/{resource}/getIamPolicy",
11792          "response": {
11793            "$ref": "Policy"
11794          },
11795          "scopes": [
11796            "https://www.googleapis.com/auth/cloud-platform",
11797            "https://www.googleapis.com/auth/compute",
11798            "https://www.googleapis.com/auth/compute.readonly"
11799          ]
11800        },
11801        "insert": {
11802          "description": "Creates a Interconnect in the specified project using the data included in the request.",
11803          "httpMethod": "POST",
11804          "id": "compute.interconnects.insert",
11805          "parameterOrder": [
11806            "project"
11807          ],
11808          "parameters": {
11809            "project": {
11810              "description": "Project ID for this request.",
11811              "location": "path",
11812              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
11813              "required": true,
11814              "type": "string"
11815            },
11816            "requestId": {
11817              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
11818              "location": "query",
11819              "type": "string"
11820            }
11821          },
11822          "path": "projects/{project}/global/interconnects",
11823          "request": {
11824            "$ref": "Interconnect"
11825          },
11826          "response": {
11827            "$ref": "Operation"
11828          },
11829          "scopes": [
11830            "https://www.googleapis.com/auth/cloud-platform",
11831            "https://www.googleapis.com/auth/compute"
11832          ]
11833        },
11834        "list": {
11835          "description": "Retrieves the list of interconnect available to the specified project.",
11836          "httpMethod": "GET",
11837          "id": "compute.interconnects.list",
11838          "parameterOrder": [
11839            "project"
11840          ],
11841          "parameters": {
11842            "filter": {
11843              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
11844              "location": "query",
11845              "type": "string"
11846            },
11847            "maxResults": {
11848              "default": "500",
11849              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
11850              "format": "uint32",
11851              "location": "query",
11852              "minimum": "0",
11853              "type": "integer"
11854            },
11855            "orderBy": {
11856              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
11857              "location": "query",
11858              "type": "string"
11859            },
11860            "pageToken": {
11861              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
11862              "location": "query",
11863              "type": "string"
11864            },
11865            "project": {
11866              "description": "Project ID for this request.",
11867              "location": "path",
11868              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
11869              "required": true,
11870              "type": "string"
11871            },
11872            "returnPartialSuccess": {
11873              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
11874              "location": "query",
11875              "type": "boolean"
11876            }
11877          },
11878          "path": "projects/{project}/global/interconnects",
11879          "response": {
11880            "$ref": "InterconnectList"
11881          },
11882          "scopes": [
11883            "https://www.googleapis.com/auth/cloud-platform",
11884            "https://www.googleapis.com/auth/compute",
11885            "https://www.googleapis.com/auth/compute.readonly"
11886          ]
11887        },
11888        "patch": {
11889          "description": "Updates the specified interconnect with the data included in the request. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.",
11890          "httpMethod": "PATCH",
11891          "id": "compute.interconnects.patch",
11892          "parameterOrder": [
11893            "project",
11894            "interconnect"
11895          ],
11896          "parameters": {
11897            "interconnect": {
11898              "description": "Name of the interconnect to update.",
11899              "location": "path",
11900              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
11901              "required": true,
11902              "type": "string"
11903            },
11904            "project": {
11905              "description": "Project ID for this request.",
11906              "location": "path",
11907              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
11908              "required": true,
11909              "type": "string"
11910            },
11911            "requestId": {
11912              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
11913              "location": "query",
11914              "type": "string"
11915            }
11916          },
11917          "path": "projects/{project}/global/interconnects/{interconnect}",
11918          "request": {
11919            "$ref": "Interconnect"
11920          },
11921          "response": {
11922            "$ref": "Operation"
11923          },
11924          "scopes": [
11925            "https://www.googleapis.com/auth/cloud-platform",
11926            "https://www.googleapis.com/auth/compute"
11927          ]
11928        },
11929        "setIamPolicy": {
11930          "description": "Sets the access control policy on the specified resource. Replaces any existing policy.",
11931          "httpMethod": "POST",
11932          "id": "compute.interconnects.setIamPolicy",
11933          "parameterOrder": [
11934            "project",
11935            "resource"
11936          ],
11937          "parameters": {
11938            "project": {
11939              "description": "Project ID for this request.",
11940              "location": "path",
11941              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
11942              "required": true,
11943              "type": "string"
11944            },
11945            "resource": {
11946              "description": "Name or id of the resource for this request.",
11947              "location": "path",
11948              "pattern": "[a-z](?:[-a-z0-9_]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
11949              "required": true,
11950              "type": "string"
11951            }
11952          },
11953          "path": "projects/{project}/global/interconnects/{resource}/setIamPolicy",
11954          "request": {
11955            "$ref": "GlobalSetPolicyRequest"
11956          },
11957          "response": {
11958            "$ref": "Policy"
11959          },
11960          "scopes": [
11961            "https://www.googleapis.com/auth/cloud-platform",
11962            "https://www.googleapis.com/auth/compute"
11963          ]
11964        },
11965        "setLabels": {
11966          "description": "Sets the labels on an Interconnect. To learn more about labels, read the Labeling Resources documentation.",
11967          "httpMethod": "POST",
11968          "id": "compute.interconnects.setLabels",
11969          "parameterOrder": [
11970            "project",
11971            "resource"
11972          ],
11973          "parameters": {
11974            "project": {
11975              "description": "Project ID for this request.",
11976              "location": "path",
11977              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
11978              "required": true,
11979              "type": "string"
11980            },
11981            "resource": {
11982              "description": "Name or id of the resource for this request.",
11983              "location": "path",
11984              "pattern": "[a-z](?:[-a-z0-9_]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
11985              "required": true,
11986              "type": "string"
11987            }
11988          },
11989          "path": "projects/{project}/global/interconnects/{resource}/setLabels",
11990          "request": {
11991            "$ref": "GlobalSetLabelsRequest"
11992          },
11993          "response": {
11994            "$ref": "Operation"
11995          },
11996          "scopes": [
11997            "https://www.googleapis.com/auth/cloud-platform",
11998            "https://www.googleapis.com/auth/compute"
11999          ]
12000        },
12001        "testIamPermissions": {
12002          "description": "Returns permissions that a caller has on the specified resource.",
12003          "httpMethod": "POST",
12004          "id": "compute.interconnects.testIamPermissions",
12005          "parameterOrder": [
12006            "project",
12007            "resource"
12008          ],
12009          "parameters": {
12010            "project": {
12011              "description": "Project ID for this request.",
12012              "location": "path",
12013              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
12014              "required": true,
12015              "type": "string"
12016            },
12017            "resource": {
12018              "description": "Name or id of the resource for this request.",
12019              "location": "path",
12020              "pattern": "[a-z](?:[-a-z0-9_]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
12021              "required": true,
12022              "type": "string"
12023            }
12024          },
12025          "path": "projects/{project}/global/interconnects/{resource}/testIamPermissions",
12026          "request": {
12027            "$ref": "TestPermissionsRequest"
12028          },
12029          "response": {
12030            "$ref": "TestPermissionsResponse"
12031          },
12032          "scopes": [
12033            "https://www.googleapis.com/auth/cloud-platform",
12034            "https://www.googleapis.com/auth/compute",
12035            "https://www.googleapis.com/auth/compute.readonly"
12036          ]
12037        }
12038      }
12039    },
12040    "licenseCodes": {
12041      "methods": {
12042        "get": {
12043          "description": "Return a specified license code. License codes are mirrored across all projects that have permissions to read the License Code.  Caution This resource is intended for use only by third-party partners who are creating Cloud Marketplace images.",
12044          "httpMethod": "GET",
12045          "id": "compute.licenseCodes.get",
12046          "parameterOrder": [
12047            "project",
12048            "licenseCode"
12049          ],
12050          "parameters": {
12051            "licenseCode": {
12052              "description": "Number corresponding to the License code resource to return.",
12053              "location": "path",
12054              "pattern": "[0-9]{0,61}?",
12055              "required": true,
12056              "type": "string"
12057            },
12058            "project": {
12059              "description": "Project ID for this request.",
12060              "location": "path",
12061              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
12062              "required": true,
12063              "type": "string"
12064            }
12065          },
12066          "path": "projects/{project}/global/licenseCodes/{licenseCode}",
12067          "response": {
12068            "$ref": "LicenseCode"
12069          },
12070          "scopes": [
12071            "https://www.googleapis.com/auth/cloud-platform",
12072            "https://www.googleapis.com/auth/compute",
12073            "https://www.googleapis.com/auth/compute.readonly"
12074          ]
12075        },
12076        "getIamPolicy": {
12077          "description": "Gets the access control policy for a resource. May be empty if no such policy or resource exists.  Caution This resource is intended for use only by third-party partners who are creating Cloud Marketplace images.",
12078          "httpMethod": "GET",
12079          "id": "compute.licenseCodes.getIamPolicy",
12080          "parameterOrder": [
12081            "project",
12082            "resource"
12083          ],
12084          "parameters": {
12085            "optionsRequestedPolicyVersion": {
12086              "description": "Requested IAM Policy version.",
12087              "format": "int32",
12088              "location": "query",
12089              "type": "integer"
12090            },
12091            "project": {
12092              "description": "Project ID for this request.",
12093              "location": "path",
12094              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
12095              "required": true,
12096              "type": "string"
12097            },
12098            "resource": {
12099              "description": "Name or id of the resource for this request.",
12100              "location": "path",
12101              "pattern": "[a-z](?:[-a-z0-9_]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
12102              "required": true,
12103              "type": "string"
12104            }
12105          },
12106          "path": "projects/{project}/global/licenseCodes/{resource}/getIamPolicy",
12107          "response": {
12108            "$ref": "Policy"
12109          },
12110          "scopes": [
12111            "https://www.googleapis.com/auth/cloud-platform",
12112            "https://www.googleapis.com/auth/compute",
12113            "https://www.googleapis.com/auth/compute.readonly"
12114          ]
12115        },
12116        "setIamPolicy": {
12117          "description": "Sets the access control policy on the specified resource. Replaces any existing policy.  Caution This resource is intended for use only by third-party partners who are creating Cloud Marketplace images.",
12118          "httpMethod": "POST",
12119          "id": "compute.licenseCodes.setIamPolicy",
12120          "parameterOrder": [
12121            "project",
12122            "resource"
12123          ],
12124          "parameters": {
12125            "project": {
12126              "description": "Project ID for this request.",
12127              "location": "path",
12128              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
12129              "required": true,
12130              "type": "string"
12131            },
12132            "resource": {
12133              "description": "Name or id of the resource for this request.",
12134              "location": "path",
12135              "pattern": "[a-z](?:[-a-z0-9_]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
12136              "required": true,
12137              "type": "string"
12138            }
12139          },
12140          "path": "projects/{project}/global/licenseCodes/{resource}/setIamPolicy",
12141          "request": {
12142            "$ref": "GlobalSetPolicyRequest"
12143          },
12144          "response": {
12145            "$ref": "Policy"
12146          },
12147          "scopes": [
12148            "https://www.googleapis.com/auth/cloud-platform",
12149            "https://www.googleapis.com/auth/compute"
12150          ]
12151        },
12152        "testIamPermissions": {
12153          "description": "Returns permissions that a caller has on the specified resource.  Caution This resource is intended for use only by third-party partners who are creating Cloud Marketplace images.",
12154          "httpMethod": "POST",
12155          "id": "compute.licenseCodes.testIamPermissions",
12156          "parameterOrder": [
12157            "project",
12158            "resource"
12159          ],
12160          "parameters": {
12161            "project": {
12162              "description": "Project ID for this request.",
12163              "location": "path",
12164              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
12165              "required": true,
12166              "type": "string"
12167            },
12168            "resource": {
12169              "description": "Name or id of the resource for this request.",
12170              "location": "path",
12171              "pattern": "[a-z](?:[-a-z0-9_]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
12172              "required": true,
12173              "type": "string"
12174            }
12175          },
12176          "path": "projects/{project}/global/licenseCodes/{resource}/testIamPermissions",
12177          "request": {
12178            "$ref": "TestPermissionsRequest"
12179          },
12180          "response": {
12181            "$ref": "TestPermissionsResponse"
12182          },
12183          "scopes": [
12184            "https://www.googleapis.com/auth/cloud-platform",
12185            "https://www.googleapis.com/auth/compute",
12186            "https://www.googleapis.com/auth/compute.readonly"
12187          ]
12188        }
12189      }
12190    },
12191    "licenses": {
12192      "methods": {
12193        "delete": {
12194          "description": "Deletes the specified license.  Caution This resource is intended for use only by third-party partners who are creating Cloud Marketplace images.",
12195          "httpMethod": "DELETE",
12196          "id": "compute.licenses.delete",
12197          "parameterOrder": [
12198            "project",
12199            "license"
12200          ],
12201          "parameters": {
12202            "license": {
12203              "description": "Name of the license resource to delete.",
12204              "location": "path",
12205              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
12206              "required": true,
12207              "type": "string"
12208            },
12209            "project": {
12210              "description": "Project ID for this request.",
12211              "location": "path",
12212              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
12213              "required": true,
12214              "type": "string"
12215            },
12216            "requestId": {
12217              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
12218              "location": "query",
12219              "type": "string"
12220            }
12221          },
12222          "path": "projects/{project}/global/licenses/{license}",
12223          "response": {
12224            "$ref": "Operation"
12225          },
12226          "scopes": [
12227            "https://www.googleapis.com/auth/cloud-platform",
12228            "https://www.googleapis.com/auth/compute"
12229          ]
12230        },
12231        "get": {
12232          "description": "Returns the specified License resource.  Caution This resource is intended for use only by third-party partners who are creating Cloud Marketplace images.",
12233          "httpMethod": "GET",
12234          "id": "compute.licenses.get",
12235          "parameterOrder": [
12236            "project",
12237            "license"
12238          ],
12239          "parameters": {
12240            "license": {
12241              "description": "Name of the License resource to return.",
12242              "location": "path",
12243              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
12244              "required": true,
12245              "type": "string"
12246            },
12247            "project": {
12248              "description": "Project ID for this request.",
12249              "location": "path",
12250              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
12251              "required": true,
12252              "type": "string"
12253            }
12254          },
12255          "path": "projects/{project}/global/licenses/{license}",
12256          "response": {
12257            "$ref": "License"
12258          },
12259          "scopes": [
12260            "https://www.googleapis.com/auth/cloud-platform",
12261            "https://www.googleapis.com/auth/compute",
12262            "https://www.googleapis.com/auth/compute.readonly"
12263          ]
12264        },
12265        "getIamPolicy": {
12266          "description": "Gets the access control policy for a resource. May be empty if no such policy or resource exists.  Caution This resource is intended for use only by third-party partners who are creating Cloud Marketplace images.",
12267          "httpMethod": "GET",
12268          "id": "compute.licenses.getIamPolicy",
12269          "parameterOrder": [
12270            "project",
12271            "resource"
12272          ],
12273          "parameters": {
12274            "optionsRequestedPolicyVersion": {
12275              "description": "Requested IAM Policy version.",
12276              "format": "int32",
12277              "location": "query",
12278              "type": "integer"
12279            },
12280            "project": {
12281              "description": "Project ID for this request.",
12282              "location": "path",
12283              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
12284              "required": true,
12285              "type": "string"
12286            },
12287            "resource": {
12288              "description": "Name or id of the resource for this request.",
12289              "location": "path",
12290              "pattern": "[a-z](?:[-a-z0-9_]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
12291              "required": true,
12292              "type": "string"
12293            }
12294          },
12295          "path": "projects/{project}/global/licenses/{resource}/getIamPolicy",
12296          "response": {
12297            "$ref": "Policy"
12298          },
12299          "scopes": [
12300            "https://www.googleapis.com/auth/cloud-platform",
12301            "https://www.googleapis.com/auth/compute",
12302            "https://www.googleapis.com/auth/compute.readonly"
12303          ]
12304        },
12305        "insert": {
12306          "description": "Create a License resource in the specified project.  Caution This resource is intended for use only by third-party partners who are creating Cloud Marketplace images.",
12307          "httpMethod": "POST",
12308          "id": "compute.licenses.insert",
12309          "parameterOrder": [
12310            "project"
12311          ],
12312          "parameters": {
12313            "project": {
12314              "description": "Project ID for this request.",
12315              "location": "path",
12316              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
12317              "required": true,
12318              "type": "string"
12319            },
12320            "requestId": {
12321              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
12322              "location": "query",
12323              "type": "string"
12324            }
12325          },
12326          "path": "projects/{project}/global/licenses",
12327          "request": {
12328            "$ref": "License"
12329          },
12330          "response": {
12331            "$ref": "Operation"
12332          },
12333          "scopes": [
12334            "https://www.googleapis.com/auth/cloud-platform",
12335            "https://www.googleapis.com/auth/compute",
12336            "https://www.googleapis.com/auth/devstorage.full_control",
12337            "https://www.googleapis.com/auth/devstorage.read_only",
12338            "https://www.googleapis.com/auth/devstorage.read_write"
12339          ]
12340        },
12341        "list": {
12342          "description": "Retrieves the list of licenses available in the specified project. This method does not get any licenses that belong to other projects, including licenses attached to publicly-available images, like Debian 9. If you want to get a list of publicly-available licenses, use this method to make a request to the respective image project, such as debian-cloud or windows-cloud.  Caution This resource is intended for use only by third-party partners who are creating Cloud Marketplace images.",
12343          "httpMethod": "GET",
12344          "id": "compute.licenses.list",
12345          "parameterOrder": [
12346            "project"
12347          ],
12348          "parameters": {
12349            "filter": {
12350              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
12351              "location": "query",
12352              "type": "string"
12353            },
12354            "maxResults": {
12355              "default": "500",
12356              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
12357              "format": "uint32",
12358              "location": "query",
12359              "minimum": "0",
12360              "type": "integer"
12361            },
12362            "orderBy": {
12363              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
12364              "location": "query",
12365              "type": "string"
12366            },
12367            "pageToken": {
12368              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
12369              "location": "query",
12370              "type": "string"
12371            },
12372            "project": {
12373              "description": "Project ID for this request.",
12374              "location": "path",
12375              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
12376              "required": true,
12377              "type": "string"
12378            },
12379            "returnPartialSuccess": {
12380              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
12381              "location": "query",
12382              "type": "boolean"
12383            }
12384          },
12385          "path": "projects/{project}/global/licenses",
12386          "response": {
12387            "$ref": "LicensesListResponse"
12388          },
12389          "scopes": [
12390            "https://www.googleapis.com/auth/cloud-platform",
12391            "https://www.googleapis.com/auth/compute",
12392            "https://www.googleapis.com/auth/compute.readonly"
12393          ]
12394        },
12395        "setIamPolicy": {
12396          "description": "Sets the access control policy on the specified resource. Replaces any existing policy.  Caution This resource is intended for use only by third-party partners who are creating Cloud Marketplace images.",
12397          "httpMethod": "POST",
12398          "id": "compute.licenses.setIamPolicy",
12399          "parameterOrder": [
12400            "project",
12401            "resource"
12402          ],
12403          "parameters": {
12404            "project": {
12405              "description": "Project ID for this request.",
12406              "location": "path",
12407              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
12408              "required": true,
12409              "type": "string"
12410            },
12411            "resource": {
12412              "description": "Name or id of the resource for this request.",
12413              "location": "path",
12414              "pattern": "[a-z](?:[-a-z0-9_]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
12415              "required": true,
12416              "type": "string"
12417            }
12418          },
12419          "path": "projects/{project}/global/licenses/{resource}/setIamPolicy",
12420          "request": {
12421            "$ref": "GlobalSetPolicyRequest"
12422          },
12423          "response": {
12424            "$ref": "Policy"
12425          },
12426          "scopes": [
12427            "https://www.googleapis.com/auth/cloud-platform",
12428            "https://www.googleapis.com/auth/compute"
12429          ]
12430        },
12431        "testIamPermissions": {
12432          "description": "Returns permissions that a caller has on the specified resource.  Caution This resource is intended for use only by third-party partners who are creating Cloud Marketplace images.",
12433          "httpMethod": "POST",
12434          "id": "compute.licenses.testIamPermissions",
12435          "parameterOrder": [
12436            "project",
12437            "resource"
12438          ],
12439          "parameters": {
12440            "project": {
12441              "description": "Project ID for this request.",
12442              "location": "path",
12443              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
12444              "required": true,
12445              "type": "string"
12446            },
12447            "resource": {
12448              "description": "Name or id of the resource for this request.",
12449              "location": "path",
12450              "pattern": "[a-z](?:[-a-z0-9_]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
12451              "required": true,
12452              "type": "string"
12453            }
12454          },
12455          "path": "projects/{project}/global/licenses/{resource}/testIamPermissions",
12456          "request": {
12457            "$ref": "TestPermissionsRequest"
12458          },
12459          "response": {
12460            "$ref": "TestPermissionsResponse"
12461          },
12462          "scopes": [
12463            "https://www.googleapis.com/auth/cloud-platform",
12464            "https://www.googleapis.com/auth/compute",
12465            "https://www.googleapis.com/auth/compute.readonly"
12466          ]
12467        }
12468      }
12469    },
12470    "machineImages": {
12471      "methods": {
12472        "delete": {
12473          "description": "Deletes the specified machine image. Deleting a machine image is permanent and cannot be undone.",
12474          "httpMethod": "DELETE",
12475          "id": "compute.machineImages.delete",
12476          "parameterOrder": [
12477            "project",
12478            "machineImage"
12479          ],
12480          "parameters": {
12481            "machineImage": {
12482              "description": "The name of the machine image to delete.",
12483              "location": "path",
12484              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
12485              "required": true,
12486              "type": "string"
12487            },
12488            "project": {
12489              "description": "Project ID for this request.",
12490              "location": "path",
12491              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
12492              "required": true,
12493              "type": "string"
12494            },
12495            "requestId": {
12496              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
12497              "location": "query",
12498              "type": "string"
12499            }
12500          },
12501          "path": "projects/{project}/global/machineImages/{machineImage}",
12502          "response": {
12503            "$ref": "Operation"
12504          },
12505          "scopes": [
12506            "https://www.googleapis.com/auth/cloud-platform",
12507            "https://www.googleapis.com/auth/compute"
12508          ]
12509        },
12510        "get": {
12511          "description": "Returns the specified machine image. Gets a list of available machine images by making a list() request.",
12512          "httpMethod": "GET",
12513          "id": "compute.machineImages.get",
12514          "parameterOrder": [
12515            "project",
12516            "machineImage"
12517          ],
12518          "parameters": {
12519            "machineImage": {
12520              "description": "The name of the machine image.",
12521              "location": "path",
12522              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
12523              "required": true,
12524              "type": "string"
12525            },
12526            "project": {
12527              "description": "Project ID for this request.",
12528              "location": "path",
12529              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
12530              "required": true,
12531              "type": "string"
12532            }
12533          },
12534          "path": "projects/{project}/global/machineImages/{machineImage}",
12535          "response": {
12536            "$ref": "MachineImage"
12537          },
12538          "scopes": [
12539            "https://www.googleapis.com/auth/cloud-platform",
12540            "https://www.googleapis.com/auth/compute",
12541            "https://www.googleapis.com/auth/compute.readonly"
12542          ]
12543        },
12544        "getIamPolicy": {
12545          "description": "Gets the access control policy for a resource. May be empty if no such policy or resource exists.",
12546          "httpMethod": "GET",
12547          "id": "compute.machineImages.getIamPolicy",
12548          "parameterOrder": [
12549            "project",
12550            "resource"
12551          ],
12552          "parameters": {
12553            "optionsRequestedPolicyVersion": {
12554              "description": "Requested IAM Policy version.",
12555              "format": "int32",
12556              "location": "query",
12557              "type": "integer"
12558            },
12559            "project": {
12560              "description": "Project ID for this request.",
12561              "location": "path",
12562              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
12563              "required": true,
12564              "type": "string"
12565            },
12566            "resource": {
12567              "description": "Name or id of the resource for this request.",
12568              "location": "path",
12569              "pattern": "[a-z](?:[-a-z0-9_]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
12570              "required": true,
12571              "type": "string"
12572            }
12573          },
12574          "path": "projects/{project}/global/machineImages/{resource}/getIamPolicy",
12575          "response": {
12576            "$ref": "Policy"
12577          },
12578          "scopes": [
12579            "https://www.googleapis.com/auth/cloud-platform",
12580            "https://www.googleapis.com/auth/compute",
12581            "https://www.googleapis.com/auth/compute.readonly"
12582          ]
12583        },
12584        "insert": {
12585          "description": "Creates a machine image in the specified project using the data that is included in the request. If you are creating a new machine image to update an existing instance, your new machine image should use the same network or, if applicable, the same subnetwork as the original instance.",
12586          "httpMethod": "POST",
12587          "id": "compute.machineImages.insert",
12588          "parameterOrder": [
12589            "project"
12590          ],
12591          "parameters": {
12592            "project": {
12593              "description": "Project ID for this request.",
12594              "location": "path",
12595              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
12596              "required": true,
12597              "type": "string"
12598            },
12599            "requestId": {
12600              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
12601              "location": "query",
12602              "type": "string"
12603            },
12604            "sourceInstance": {
12605              "description": "Required. Source instance that is used to create the machine image from.",
12606              "location": "query",
12607              "type": "string"
12608            }
12609          },
12610          "path": "projects/{project}/global/machineImages",
12611          "request": {
12612            "$ref": "MachineImage"
12613          },
12614          "response": {
12615            "$ref": "Operation"
12616          },
12617          "scopes": [
12618            "https://www.googleapis.com/auth/cloud-platform",
12619            "https://www.googleapis.com/auth/compute"
12620          ]
12621        },
12622        "list": {
12623          "description": "Retrieves a list of machine images that are contained within the specified project.",
12624          "httpMethod": "GET",
12625          "id": "compute.machineImages.list",
12626          "parameterOrder": [
12627            "project"
12628          ],
12629          "parameters": {
12630            "filter": {
12631              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
12632              "location": "query",
12633              "type": "string"
12634            },
12635            "maxResults": {
12636              "default": "500",
12637              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
12638              "format": "uint32",
12639              "location": "query",
12640              "minimum": "0",
12641              "type": "integer"
12642            },
12643            "orderBy": {
12644              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
12645              "location": "query",
12646              "type": "string"
12647            },
12648            "pageToken": {
12649              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
12650              "location": "query",
12651              "type": "string"
12652            },
12653            "project": {
12654              "description": "Project ID for this request.",
12655              "location": "path",
12656              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
12657              "required": true,
12658              "type": "string"
12659            },
12660            "returnPartialSuccess": {
12661              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
12662              "location": "query",
12663              "type": "boolean"
12664            }
12665          },
12666          "path": "projects/{project}/global/machineImages",
12667          "response": {
12668            "$ref": "MachineImageList"
12669          },
12670          "scopes": [
12671            "https://www.googleapis.com/auth/cloud-platform",
12672            "https://www.googleapis.com/auth/compute",
12673            "https://www.googleapis.com/auth/compute.readonly"
12674          ]
12675        },
12676        "setIamPolicy": {
12677          "description": "Sets the access control policy on the specified resource. Replaces any existing policy.",
12678          "httpMethod": "POST",
12679          "id": "compute.machineImages.setIamPolicy",
12680          "parameterOrder": [
12681            "project",
12682            "resource"
12683          ],
12684          "parameters": {
12685            "project": {
12686              "description": "Project ID for this request.",
12687              "location": "path",
12688              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
12689              "required": true,
12690              "type": "string"
12691            },
12692            "resource": {
12693              "description": "Name or id of the resource for this request.",
12694              "location": "path",
12695              "pattern": "[a-z](?:[-a-z0-9_]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
12696              "required": true,
12697              "type": "string"
12698            }
12699          },
12700          "path": "projects/{project}/global/machineImages/{resource}/setIamPolicy",
12701          "request": {
12702            "$ref": "GlobalSetPolicyRequest"
12703          },
12704          "response": {
12705            "$ref": "Policy"
12706          },
12707          "scopes": [
12708            "https://www.googleapis.com/auth/cloud-platform",
12709            "https://www.googleapis.com/auth/compute"
12710          ]
12711        },
12712        "testIamPermissions": {
12713          "description": "Returns permissions that a caller has on the specified resource.",
12714          "httpMethod": "POST",
12715          "id": "compute.machineImages.testIamPermissions",
12716          "parameterOrder": [
12717            "project",
12718            "resource"
12719          ],
12720          "parameters": {
12721            "project": {
12722              "description": "Project ID for this request.",
12723              "location": "path",
12724              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
12725              "required": true,
12726              "type": "string"
12727            },
12728            "resource": {
12729              "description": "Name or id of the resource for this request.",
12730              "location": "path",
12731              "pattern": "[a-z](?:[-a-z0-9_]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
12732              "required": true,
12733              "type": "string"
12734            }
12735          },
12736          "path": "projects/{project}/global/machineImages/{resource}/testIamPermissions",
12737          "request": {
12738            "$ref": "TestPermissionsRequest"
12739          },
12740          "response": {
12741            "$ref": "TestPermissionsResponse"
12742          },
12743          "scopes": [
12744            "https://www.googleapis.com/auth/cloud-platform",
12745            "https://www.googleapis.com/auth/compute",
12746            "https://www.googleapis.com/auth/compute.readonly"
12747          ]
12748        }
12749      }
12750    },
12751    "machineTypes": {
12752      "methods": {
12753        "aggregatedList": {
12754          "description": "Retrieves an aggregated list of machine types.",
12755          "httpMethod": "GET",
12756          "id": "compute.machineTypes.aggregatedList",
12757          "parameterOrder": [
12758            "project"
12759          ],
12760          "parameters": {
12761            "filter": {
12762              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
12763              "location": "query",
12764              "type": "string"
12765            },
12766            "includeAllScopes": {
12767              "description": "Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.",
12768              "location": "query",
12769              "type": "boolean"
12770            },
12771            "maxResults": {
12772              "default": "500",
12773              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
12774              "format": "uint32",
12775              "location": "query",
12776              "minimum": "0",
12777              "type": "integer"
12778            },
12779            "orderBy": {
12780              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
12781              "location": "query",
12782              "type": "string"
12783            },
12784            "pageToken": {
12785              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
12786              "location": "query",
12787              "type": "string"
12788            },
12789            "project": {
12790              "description": "Project ID for this request.",
12791              "location": "path",
12792              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
12793              "required": true,
12794              "type": "string"
12795            },
12796            "returnPartialSuccess": {
12797              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
12798              "location": "query",
12799              "type": "boolean"
12800            }
12801          },
12802          "path": "projects/{project}/aggregated/machineTypes",
12803          "response": {
12804            "$ref": "MachineTypeAggregatedList"
12805          },
12806          "scopes": [
12807            "https://www.googleapis.com/auth/cloud-platform",
12808            "https://www.googleapis.com/auth/compute",
12809            "https://www.googleapis.com/auth/compute.readonly"
12810          ]
12811        },
12812        "get": {
12813          "description": "Returns the specified machine type. Gets a list of available machine types by making a list() request.",
12814          "httpMethod": "GET",
12815          "id": "compute.machineTypes.get",
12816          "parameterOrder": [
12817            "project",
12818            "zone",
12819            "machineType"
12820          ],
12821          "parameters": {
12822            "machineType": {
12823              "description": "Name of the machine type to return.",
12824              "location": "path",
12825              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
12826              "required": true,
12827              "type": "string"
12828            },
12829            "project": {
12830              "description": "Project ID for this request.",
12831              "location": "path",
12832              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
12833              "required": true,
12834              "type": "string"
12835            },
12836            "zone": {
12837              "description": "The name of the zone for this request.",
12838              "location": "path",
12839              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
12840              "required": true,
12841              "type": "string"
12842            }
12843          },
12844          "path": "projects/{project}/zones/{zone}/machineTypes/{machineType}",
12845          "response": {
12846            "$ref": "MachineType"
12847          },
12848          "scopes": [
12849            "https://www.googleapis.com/auth/cloud-platform",
12850            "https://www.googleapis.com/auth/compute",
12851            "https://www.googleapis.com/auth/compute.readonly"
12852          ]
12853        },
12854        "list": {
12855          "description": "Retrieves a list of machine types available to the specified project.",
12856          "httpMethod": "GET",
12857          "id": "compute.machineTypes.list",
12858          "parameterOrder": [
12859            "project",
12860            "zone"
12861          ],
12862          "parameters": {
12863            "filter": {
12864              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
12865              "location": "query",
12866              "type": "string"
12867            },
12868            "maxResults": {
12869              "default": "500",
12870              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
12871              "format": "uint32",
12872              "location": "query",
12873              "minimum": "0",
12874              "type": "integer"
12875            },
12876            "orderBy": {
12877              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
12878              "location": "query",
12879              "type": "string"
12880            },
12881            "pageToken": {
12882              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
12883              "location": "query",
12884              "type": "string"
12885            },
12886            "project": {
12887              "description": "Project ID for this request.",
12888              "location": "path",
12889              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
12890              "required": true,
12891              "type": "string"
12892            },
12893            "returnPartialSuccess": {
12894              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
12895              "location": "query",
12896              "type": "boolean"
12897            },
12898            "zone": {
12899              "description": "The name of the zone for this request.",
12900              "location": "path",
12901              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
12902              "required": true,
12903              "type": "string"
12904            }
12905          },
12906          "path": "projects/{project}/zones/{zone}/machineTypes",
12907          "response": {
12908            "$ref": "MachineTypeList"
12909          },
12910          "scopes": [
12911            "https://www.googleapis.com/auth/cloud-platform",
12912            "https://www.googleapis.com/auth/compute",
12913            "https://www.googleapis.com/auth/compute.readonly"
12914          ]
12915        }
12916      }
12917    },
12918    "networkEndpointGroups": {
12919      "methods": {
12920        "aggregatedList": {
12921          "description": "Retrieves the list of network endpoint groups and sorts them by zone.",
12922          "httpMethod": "GET",
12923          "id": "compute.networkEndpointGroups.aggregatedList",
12924          "parameterOrder": [
12925            "project"
12926          ],
12927          "parameters": {
12928            "filter": {
12929              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
12930              "location": "query",
12931              "type": "string"
12932            },
12933            "includeAllScopes": {
12934              "description": "Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.",
12935              "location": "query",
12936              "type": "boolean"
12937            },
12938            "maxResults": {
12939              "default": "500",
12940              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
12941              "format": "uint32",
12942              "location": "query",
12943              "minimum": "0",
12944              "type": "integer"
12945            },
12946            "orderBy": {
12947              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
12948              "location": "query",
12949              "type": "string"
12950            },
12951            "pageToken": {
12952              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
12953              "location": "query",
12954              "type": "string"
12955            },
12956            "project": {
12957              "description": "Project ID for this request.",
12958              "location": "path",
12959              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
12960              "required": true,
12961              "type": "string"
12962            },
12963            "returnPartialSuccess": {
12964              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
12965              "location": "query",
12966              "type": "boolean"
12967            }
12968          },
12969          "path": "projects/{project}/aggregated/networkEndpointGroups",
12970          "response": {
12971            "$ref": "NetworkEndpointGroupAggregatedList"
12972          },
12973          "scopes": [
12974            "https://www.googleapis.com/auth/cloud-platform",
12975            "https://www.googleapis.com/auth/compute",
12976            "https://www.googleapis.com/auth/compute.readonly"
12977          ]
12978        },
12979        "attachNetworkEndpoints": {
12980          "description": "Attach a list of network endpoints to the specified network endpoint group.",
12981          "httpMethod": "POST",
12982          "id": "compute.networkEndpointGroups.attachNetworkEndpoints",
12983          "parameterOrder": [
12984            "project",
12985            "zone",
12986            "networkEndpointGroup"
12987          ],
12988          "parameters": {
12989            "networkEndpointGroup": {
12990              "description": "The name of the network endpoint group where you are attaching network endpoints to. It should comply with RFC1035.",
12991              "location": "path",
12992              "required": true,
12993              "type": "string"
12994            },
12995            "project": {
12996              "description": "Project ID for this request.",
12997              "location": "path",
12998              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
12999              "required": true,
13000              "type": "string"
13001            },
13002            "requestId": {
13003              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
13004              "location": "query",
13005              "type": "string"
13006            },
13007            "zone": {
13008              "description": "The name of the zone where the network endpoint group is located. It should comply with RFC1035.",
13009              "location": "path",
13010              "required": true,
13011              "type": "string"
13012            }
13013          },
13014          "path": "projects/{project}/zones/{zone}/networkEndpointGroups/{networkEndpointGroup}/attachNetworkEndpoints",
13015          "request": {
13016            "$ref": "NetworkEndpointGroupsAttachEndpointsRequest"
13017          },
13018          "response": {
13019            "$ref": "Operation"
13020          },
13021          "scopes": [
13022            "https://www.googleapis.com/auth/cloud-platform",
13023            "https://www.googleapis.com/auth/compute"
13024          ]
13025        },
13026        "delete": {
13027          "description": "Deletes the specified network endpoint group. The network endpoints in the NEG and the VM instances they belong to are not terminated when the NEG is deleted. Note that the NEG cannot be deleted if there are backend services referencing it.",
13028          "httpMethod": "DELETE",
13029          "id": "compute.networkEndpointGroups.delete",
13030          "parameterOrder": [
13031            "project",
13032            "zone",
13033            "networkEndpointGroup"
13034          ],
13035          "parameters": {
13036            "networkEndpointGroup": {
13037              "description": "The name of the network endpoint group to delete. It should comply with RFC1035.",
13038              "location": "path",
13039              "required": true,
13040              "type": "string"
13041            },
13042            "project": {
13043              "description": "Project ID for this request.",
13044              "location": "path",
13045              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
13046              "required": true,
13047              "type": "string"
13048            },
13049            "requestId": {
13050              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
13051              "location": "query",
13052              "type": "string"
13053            },
13054            "zone": {
13055              "description": "The name of the zone where the network endpoint group is located. It should comply with RFC1035.",
13056              "location": "path",
13057              "required": true,
13058              "type": "string"
13059            }
13060          },
13061          "path": "projects/{project}/zones/{zone}/networkEndpointGroups/{networkEndpointGroup}",
13062          "response": {
13063            "$ref": "Operation"
13064          },
13065          "scopes": [
13066            "https://www.googleapis.com/auth/cloud-platform",
13067            "https://www.googleapis.com/auth/compute"
13068          ]
13069        },
13070        "detachNetworkEndpoints": {
13071          "description": "Detach a list of network endpoints from the specified network endpoint group.",
13072          "httpMethod": "POST",
13073          "id": "compute.networkEndpointGroups.detachNetworkEndpoints",
13074          "parameterOrder": [
13075            "project",
13076            "zone",
13077            "networkEndpointGroup"
13078          ],
13079          "parameters": {
13080            "networkEndpointGroup": {
13081              "description": "The name of the network endpoint group where you are removing network endpoints. It should comply with RFC1035.",
13082              "location": "path",
13083              "required": true,
13084              "type": "string"
13085            },
13086            "project": {
13087              "description": "Project ID for this request.",
13088              "location": "path",
13089              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
13090              "required": true,
13091              "type": "string"
13092            },
13093            "requestId": {
13094              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
13095              "location": "query",
13096              "type": "string"
13097            },
13098            "zone": {
13099              "description": "The name of the zone where the network endpoint group is located. It should comply with RFC1035.",
13100              "location": "path",
13101              "required": true,
13102              "type": "string"
13103            }
13104          },
13105          "path": "projects/{project}/zones/{zone}/networkEndpointGroups/{networkEndpointGroup}/detachNetworkEndpoints",
13106          "request": {
13107            "$ref": "NetworkEndpointGroupsDetachEndpointsRequest"
13108          },
13109          "response": {
13110            "$ref": "Operation"
13111          },
13112          "scopes": [
13113            "https://www.googleapis.com/auth/cloud-platform",
13114            "https://www.googleapis.com/auth/compute"
13115          ]
13116        },
13117        "get": {
13118          "description": "Returns the specified network endpoint group. Gets a list of available network endpoint groups by making a list() request.",
13119          "httpMethod": "GET",
13120          "id": "compute.networkEndpointGroups.get",
13121          "parameterOrder": [
13122            "project",
13123            "zone",
13124            "networkEndpointGroup"
13125          ],
13126          "parameters": {
13127            "networkEndpointGroup": {
13128              "description": "The name of the network endpoint group. It should comply with RFC1035.",
13129              "location": "path",
13130              "required": true,
13131              "type": "string"
13132            },
13133            "project": {
13134              "description": "Project ID for this request.",
13135              "location": "path",
13136              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
13137              "required": true,
13138              "type": "string"
13139            },
13140            "zone": {
13141              "description": "The name of the zone where the network endpoint group is located. It should comply with RFC1035.",
13142              "location": "path",
13143              "required": true,
13144              "type": "string"
13145            }
13146          },
13147          "path": "projects/{project}/zones/{zone}/networkEndpointGroups/{networkEndpointGroup}",
13148          "response": {
13149            "$ref": "NetworkEndpointGroup"
13150          },
13151          "scopes": [
13152            "https://www.googleapis.com/auth/cloud-platform",
13153            "https://www.googleapis.com/auth/compute",
13154            "https://www.googleapis.com/auth/compute.readonly"
13155          ]
13156        },
13157        "insert": {
13158          "description": "Creates a network endpoint group in the specified project using the parameters that are included in the request.",
13159          "httpMethod": "POST",
13160          "id": "compute.networkEndpointGroups.insert",
13161          "parameterOrder": [
13162            "project",
13163            "zone"
13164          ],
13165          "parameters": {
13166            "project": {
13167              "description": "Project ID for this request.",
13168              "location": "path",
13169              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
13170              "required": true,
13171              "type": "string"
13172            },
13173            "requestId": {
13174              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
13175              "location": "query",
13176              "type": "string"
13177            },
13178            "zone": {
13179              "description": "The name of the zone where you want to create the network endpoint group. It should comply with RFC1035.",
13180              "location": "path",
13181              "required": true,
13182              "type": "string"
13183            }
13184          },
13185          "path": "projects/{project}/zones/{zone}/networkEndpointGroups",
13186          "request": {
13187            "$ref": "NetworkEndpointGroup"
13188          },
13189          "response": {
13190            "$ref": "Operation"
13191          },
13192          "scopes": [
13193            "https://www.googleapis.com/auth/cloud-platform",
13194            "https://www.googleapis.com/auth/compute"
13195          ]
13196        },
13197        "list": {
13198          "description": "Retrieves the list of network endpoint groups that are located in the specified project and zone.",
13199          "httpMethod": "GET",
13200          "id": "compute.networkEndpointGroups.list",
13201          "parameterOrder": [
13202            "project",
13203            "zone"
13204          ],
13205          "parameters": {
13206            "filter": {
13207              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
13208              "location": "query",
13209              "type": "string"
13210            },
13211            "maxResults": {
13212              "default": "500",
13213              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
13214              "format": "uint32",
13215              "location": "query",
13216              "minimum": "0",
13217              "type": "integer"
13218            },
13219            "orderBy": {
13220              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
13221              "location": "query",
13222              "type": "string"
13223            },
13224            "pageToken": {
13225              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
13226              "location": "query",
13227              "type": "string"
13228            },
13229            "project": {
13230              "description": "Project ID for this request.",
13231              "location": "path",
13232              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
13233              "required": true,
13234              "type": "string"
13235            },
13236            "returnPartialSuccess": {
13237              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
13238              "location": "query",
13239              "type": "boolean"
13240            },
13241            "zone": {
13242              "description": "The name of the zone where the network endpoint group is located. It should comply with RFC1035.",
13243              "location": "path",
13244              "required": true,
13245              "type": "string"
13246            }
13247          },
13248          "path": "projects/{project}/zones/{zone}/networkEndpointGroups",
13249          "response": {
13250            "$ref": "NetworkEndpointGroupList"
13251          },
13252          "scopes": [
13253            "https://www.googleapis.com/auth/cloud-platform",
13254            "https://www.googleapis.com/auth/compute",
13255            "https://www.googleapis.com/auth/compute.readonly"
13256          ]
13257        },
13258        "listNetworkEndpoints": {
13259          "description": "Lists the network endpoints in the specified network endpoint group.",
13260          "httpMethod": "POST",
13261          "id": "compute.networkEndpointGroups.listNetworkEndpoints",
13262          "parameterOrder": [
13263            "project",
13264            "zone",
13265            "networkEndpointGroup"
13266          ],
13267          "parameters": {
13268            "filter": {
13269              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
13270              "location": "query",
13271              "type": "string"
13272            },
13273            "maxResults": {
13274              "default": "500",
13275              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
13276              "format": "uint32",
13277              "location": "query",
13278              "minimum": "0",
13279              "type": "integer"
13280            },
13281            "networkEndpointGroup": {
13282              "description": "The name of the network endpoint group from which you want to generate a list of included network endpoints. It should comply with RFC1035.",
13283              "location": "path",
13284              "required": true,
13285              "type": "string"
13286            },
13287            "orderBy": {
13288              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
13289              "location": "query",
13290              "type": "string"
13291            },
13292            "pageToken": {
13293              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
13294              "location": "query",
13295              "type": "string"
13296            },
13297            "project": {
13298              "description": "Project ID for this request.",
13299              "location": "path",
13300              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
13301              "required": true,
13302              "type": "string"
13303            },
13304            "returnPartialSuccess": {
13305              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
13306              "location": "query",
13307              "type": "boolean"
13308            },
13309            "zone": {
13310              "description": "The name of the zone where the network endpoint group is located. It should comply with RFC1035.",
13311              "location": "path",
13312              "required": true,
13313              "type": "string"
13314            }
13315          },
13316          "path": "projects/{project}/zones/{zone}/networkEndpointGroups/{networkEndpointGroup}/listNetworkEndpoints",
13317          "request": {
13318            "$ref": "NetworkEndpointGroupsListEndpointsRequest"
13319          },
13320          "response": {
13321            "$ref": "NetworkEndpointGroupsListNetworkEndpoints"
13322          },
13323          "scopes": [
13324            "https://www.googleapis.com/auth/cloud-platform",
13325            "https://www.googleapis.com/auth/compute",
13326            "https://www.googleapis.com/auth/compute.readonly"
13327          ]
13328        },
13329        "testIamPermissions": {
13330          "description": "Returns permissions that a caller has on the specified resource.",
13331          "httpMethod": "POST",
13332          "id": "compute.networkEndpointGroups.testIamPermissions",
13333          "parameterOrder": [
13334            "project",
13335            "zone",
13336            "resource"
13337          ],
13338          "parameters": {
13339            "project": {
13340              "description": "Project ID for this request.",
13341              "location": "path",
13342              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
13343              "required": true,
13344              "type": "string"
13345            },
13346            "resource": {
13347              "description": "Name or id of the resource for this request.",
13348              "location": "path",
13349              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
13350              "required": true,
13351              "type": "string"
13352            },
13353            "zone": {
13354              "description": "The name of the zone for this request.",
13355              "location": "path",
13356              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
13357              "required": true,
13358              "type": "string"
13359            }
13360          },
13361          "path": "projects/{project}/zones/{zone}/networkEndpointGroups/{resource}/testIamPermissions",
13362          "request": {
13363            "$ref": "TestPermissionsRequest"
13364          },
13365          "response": {
13366            "$ref": "TestPermissionsResponse"
13367          },
13368          "scopes": [
13369            "https://www.googleapis.com/auth/cloud-platform",
13370            "https://www.googleapis.com/auth/compute",
13371            "https://www.googleapis.com/auth/compute.readonly"
13372          ]
13373        }
13374      }
13375    },
13376    "networkFirewallPolicies": {
13377      "methods": {
13378        "addAssociation": {
13379          "description": "Inserts an association for the specified firewall policy.",
13380          "httpMethod": "POST",
13381          "id": "compute.networkFirewallPolicies.addAssociation",
13382          "parameterOrder": [
13383            "project",
13384            "firewallPolicy"
13385          ],
13386          "parameters": {
13387            "firewallPolicy": {
13388              "description": "Name of the firewall policy to update.",
13389              "location": "path",
13390              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
13391              "required": true,
13392              "type": "string"
13393            },
13394            "project": {
13395              "description": "Project ID for this request.",
13396              "location": "path",
13397              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
13398              "required": true,
13399              "type": "string"
13400            },
13401            "replaceExistingAssociation": {
13402              "description": "Indicates whether or not to replace it if an association of the attachment already exists. This is false by default, in which case an error will be returned if an association already exists.",
13403              "location": "query",
13404              "type": "boolean"
13405            },
13406            "requestId": {
13407              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
13408              "location": "query",
13409              "type": "string"
13410            }
13411          },
13412          "path": "projects/{project}/global/firewallPolicies/{firewallPolicy}/addAssociation",
13413          "request": {
13414            "$ref": "FirewallPolicyAssociation"
13415          },
13416          "response": {
13417            "$ref": "Operation"
13418          },
13419          "scopes": [
13420            "https://www.googleapis.com/auth/cloud-platform",
13421            "https://www.googleapis.com/auth/compute"
13422          ]
13423        },
13424        "addRule": {
13425          "description": "Inserts a rule into a firewall policy.",
13426          "httpMethod": "POST",
13427          "id": "compute.networkFirewallPolicies.addRule",
13428          "parameterOrder": [
13429            "project",
13430            "firewallPolicy"
13431          ],
13432          "parameters": {
13433            "firewallPolicy": {
13434              "description": "Name of the firewall policy to update.",
13435              "location": "path",
13436              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
13437              "required": true,
13438              "type": "string"
13439            },
13440            "project": {
13441              "description": "Project ID for this request.",
13442              "location": "path",
13443              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
13444              "required": true,
13445              "type": "string"
13446            }
13447          },
13448          "path": "projects/{project}/global/firewallPolicies/{firewallPolicy}/addRule",
13449          "request": {
13450            "$ref": "FirewallPolicyRule"
13451          },
13452          "response": {
13453            "$ref": "Operation"
13454          },
13455          "scopes": [
13456            "https://www.googleapis.com/auth/cloud-platform",
13457            "https://www.googleapis.com/auth/compute"
13458          ]
13459        },
13460        "cloneRules": {
13461          "description": "Copies rules to the specified firewall policy.",
13462          "httpMethod": "POST",
13463          "id": "compute.networkFirewallPolicies.cloneRules",
13464          "parameterOrder": [
13465            "project",
13466            "firewallPolicy"
13467          ],
13468          "parameters": {
13469            "firewallPolicy": {
13470              "description": "Name of the firewall policy to update.",
13471              "location": "path",
13472              "pattern": "(firewallPolicies/)?[0-9]{0,20}",
13473              "required": true,
13474              "type": "string"
13475            },
13476            "project": {
13477              "description": "Project ID for this request.",
13478              "location": "path",
13479              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
13480              "required": true,
13481              "type": "string"
13482            },
13483            "requestId": {
13484              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
13485              "location": "query",
13486              "type": "string"
13487            },
13488            "sourceFirewallPolicy": {
13489              "description": "The firewall policy from which to copy rules.",
13490              "location": "query",
13491              "type": "string"
13492            }
13493          },
13494          "path": "projects/{project}/global/firewallPolicies/{firewallPolicy}/cloneRules",
13495          "response": {
13496            "$ref": "Operation"
13497          },
13498          "scopes": [
13499            "https://www.googleapis.com/auth/cloud-platform",
13500            "https://www.googleapis.com/auth/compute"
13501          ]
13502        },
13503        "delete": {
13504          "description": "Deletes the specified policy.",
13505          "httpMethod": "DELETE",
13506          "id": "compute.networkFirewallPolicies.delete",
13507          "parameterOrder": [
13508            "project",
13509            "firewallPolicy"
13510          ],
13511          "parameters": {
13512            "firewallPolicy": {
13513              "description": "Name of the firewall policy to delete.",
13514              "location": "path",
13515              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
13516              "required": true,
13517              "type": "string"
13518            },
13519            "project": {
13520              "description": "Project ID for this request.",
13521              "location": "path",
13522              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
13523              "required": true,
13524              "type": "string"
13525            },
13526            "requestId": {
13527              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
13528              "location": "query",
13529              "type": "string"
13530            }
13531          },
13532          "path": "projects/{project}/global/firewallPolicies/{firewallPolicy}",
13533          "response": {
13534            "$ref": "Operation"
13535          },
13536          "scopes": [
13537            "https://www.googleapis.com/auth/cloud-platform",
13538            "https://www.googleapis.com/auth/compute"
13539          ]
13540        },
13541        "get": {
13542          "description": "Returns the specified network firewall policy.",
13543          "httpMethod": "GET",
13544          "id": "compute.networkFirewallPolicies.get",
13545          "parameterOrder": [
13546            "project",
13547            "firewallPolicy"
13548          ],
13549          "parameters": {
13550            "firewallPolicy": {
13551              "description": "Name of the firewall policy to get.",
13552              "location": "path",
13553              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
13554              "required": true,
13555              "type": "string"
13556            },
13557            "project": {
13558              "description": "Project ID for this request.",
13559              "location": "path",
13560              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
13561              "required": true,
13562              "type": "string"
13563            }
13564          },
13565          "path": "projects/{project}/global/firewallPolicies/{firewallPolicy}",
13566          "response": {
13567            "$ref": "FirewallPolicy"
13568          },
13569          "scopes": [
13570            "https://www.googleapis.com/auth/cloud-platform",
13571            "https://www.googleapis.com/auth/compute",
13572            "https://www.googleapis.com/auth/compute.readonly"
13573          ]
13574        },
13575        "getAssociation": {
13576          "description": "Gets an association with the specified name.",
13577          "httpMethod": "GET",
13578          "id": "compute.networkFirewallPolicies.getAssociation",
13579          "parameterOrder": [
13580            "project",
13581            "firewallPolicy"
13582          ],
13583          "parameters": {
13584            "firewallPolicy": {
13585              "description": "Name of the firewall policy to which the queried rule belongs.",
13586              "location": "path",
13587              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
13588              "required": true,
13589              "type": "string"
13590            },
13591            "name": {
13592              "description": "The name of the association to get from the firewall policy.",
13593              "location": "query",
13594              "type": "string"
13595            },
13596            "project": {
13597              "description": "Project ID for this request.",
13598              "location": "path",
13599              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
13600              "required": true,
13601              "type": "string"
13602            }
13603          },
13604          "path": "projects/{project}/global/firewallPolicies/{firewallPolicy}/getAssociation",
13605          "response": {
13606            "$ref": "FirewallPolicyAssociation"
13607          },
13608          "scopes": [
13609            "https://www.googleapis.com/auth/cloud-platform",
13610            "https://www.googleapis.com/auth/compute",
13611            "https://www.googleapis.com/auth/compute.readonly"
13612          ]
13613        },
13614        "getIamPolicy": {
13615          "description": "Gets the access control policy for a resource. May be empty if no such policy or resource exists.",
13616          "httpMethod": "GET",
13617          "id": "compute.networkFirewallPolicies.getIamPolicy",
13618          "parameterOrder": [
13619            "project",
13620            "resource"
13621          ],
13622          "parameters": {
13623            "optionsRequestedPolicyVersion": {
13624              "description": "Requested IAM Policy version.",
13625              "format": "int32",
13626              "location": "query",
13627              "type": "integer"
13628            },
13629            "project": {
13630              "description": "Project ID for this request.",
13631              "location": "path",
13632              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
13633              "required": true,
13634              "type": "string"
13635            },
13636            "resource": {
13637              "description": "Name or id of the resource for this request.",
13638              "location": "path",
13639              "pattern": "[a-z](?:[-a-z0-9_]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
13640              "required": true,
13641              "type": "string"
13642            }
13643          },
13644          "path": "projects/{project}/global/firewallPolicies/{resource}/getIamPolicy",
13645          "response": {
13646            "$ref": "Policy"
13647          },
13648          "scopes": [
13649            "https://www.googleapis.com/auth/cloud-platform",
13650            "https://www.googleapis.com/auth/compute",
13651            "https://www.googleapis.com/auth/compute.readonly"
13652          ]
13653        },
13654        "getRule": {
13655          "description": "Gets a rule of the specified priority.",
13656          "httpMethod": "GET",
13657          "id": "compute.networkFirewallPolicies.getRule",
13658          "parameterOrder": [
13659            "project",
13660            "firewallPolicy"
13661          ],
13662          "parameters": {
13663            "firewallPolicy": {
13664              "description": "Name of the firewall policy to which the queried rule belongs.",
13665              "location": "path",
13666              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
13667              "required": true,
13668              "type": "string"
13669            },
13670            "priority": {
13671              "description": "The priority of the rule to get from the firewall policy.",
13672              "format": "int32",
13673              "location": "query",
13674              "type": "integer"
13675            },
13676            "project": {
13677              "description": "Project ID for this request.",
13678              "location": "path",
13679              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
13680              "required": true,
13681              "type": "string"
13682            }
13683          },
13684          "path": "projects/{project}/global/firewallPolicies/{firewallPolicy}/getRule",
13685          "response": {
13686            "$ref": "FirewallPolicyRule"
13687          },
13688          "scopes": [
13689            "https://www.googleapis.com/auth/cloud-platform",
13690            "https://www.googleapis.com/auth/compute",
13691            "https://www.googleapis.com/auth/compute.readonly"
13692          ]
13693        },
13694        "insert": {
13695          "description": "Creates a new policy in the specified project using the data included in the request.",
13696          "httpMethod": "POST",
13697          "id": "compute.networkFirewallPolicies.insert",
13698          "parameterOrder": [
13699            "project"
13700          ],
13701          "parameters": {
13702            "project": {
13703              "description": "Project ID for this request.",
13704              "location": "path",
13705              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
13706              "required": true,
13707              "type": "string"
13708            },
13709            "requestId": {
13710              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
13711              "location": "query",
13712              "type": "string"
13713            }
13714          },
13715          "path": "projects/{project}/global/firewallPolicies",
13716          "request": {
13717            "$ref": "FirewallPolicy"
13718          },
13719          "response": {
13720            "$ref": "Operation"
13721          },
13722          "scopes": [
13723            "https://www.googleapis.com/auth/cloud-platform",
13724            "https://www.googleapis.com/auth/compute"
13725          ]
13726        },
13727        "list": {
13728          "description": "Lists all the policies that have been configured for the specified project.",
13729          "httpMethod": "GET",
13730          "id": "compute.networkFirewallPolicies.list",
13731          "parameterOrder": [
13732            "project"
13733          ],
13734          "parameters": {
13735            "filter": {
13736              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
13737              "location": "query",
13738              "type": "string"
13739            },
13740            "maxResults": {
13741              "default": "500",
13742              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
13743              "format": "uint32",
13744              "location": "query",
13745              "minimum": "0",
13746              "type": "integer"
13747            },
13748            "orderBy": {
13749              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
13750              "location": "query",
13751              "type": "string"
13752            },
13753            "pageToken": {
13754              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
13755              "location": "query",
13756              "type": "string"
13757            },
13758            "project": {
13759              "description": "Project ID for this request.",
13760              "location": "path",
13761              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
13762              "required": true,
13763              "type": "string"
13764            },
13765            "returnPartialSuccess": {
13766              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
13767              "location": "query",
13768              "type": "boolean"
13769            }
13770          },
13771          "path": "projects/{project}/global/firewallPolicies",
13772          "response": {
13773            "$ref": "FirewallPolicyList"
13774          },
13775          "scopes": [
13776            "https://www.googleapis.com/auth/cloud-platform",
13777            "https://www.googleapis.com/auth/compute",
13778            "https://www.googleapis.com/auth/compute.readonly"
13779          ]
13780        },
13781        "patch": {
13782          "description": "Patches the specified policy with the data included in the request.",
13783          "httpMethod": "PATCH",
13784          "id": "compute.networkFirewallPolicies.patch",
13785          "parameterOrder": [
13786            "project",
13787            "firewallPolicy"
13788          ],
13789          "parameters": {
13790            "firewallPolicy": {
13791              "description": "Name of the firewall policy to update.",
13792              "location": "path",
13793              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
13794              "required": true,
13795              "type": "string"
13796            },
13797            "project": {
13798              "description": "Project ID for this request.",
13799              "location": "path",
13800              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
13801              "required": true,
13802              "type": "string"
13803            },
13804            "requestId": {
13805              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
13806              "location": "query",
13807              "type": "string"
13808            }
13809          },
13810          "path": "projects/{project}/global/firewallPolicies/{firewallPolicy}",
13811          "request": {
13812            "$ref": "FirewallPolicy"
13813          },
13814          "response": {
13815            "$ref": "Operation"
13816          },
13817          "scopes": [
13818            "https://www.googleapis.com/auth/cloud-platform",
13819            "https://www.googleapis.com/auth/compute"
13820          ]
13821        },
13822        "patchRule": {
13823          "description": "Patches a rule of the specified priority.",
13824          "httpMethod": "POST",
13825          "id": "compute.networkFirewallPolicies.patchRule",
13826          "parameterOrder": [
13827            "project",
13828            "firewallPolicy"
13829          ],
13830          "parameters": {
13831            "firewallPolicy": {
13832              "description": "Name of the firewall policy to update.",
13833              "location": "path",
13834              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
13835              "required": true,
13836              "type": "string"
13837            },
13838            "priority": {
13839              "description": "The priority of the rule to patch.",
13840              "format": "int32",
13841              "location": "query",
13842              "type": "integer"
13843            },
13844            "project": {
13845              "description": "Project ID for this request.",
13846              "location": "path",
13847              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
13848              "required": true,
13849              "type": "string"
13850            }
13851          },
13852          "path": "projects/{project}/global/firewallPolicies/{firewallPolicy}/patchRule",
13853          "request": {
13854            "$ref": "FirewallPolicyRule"
13855          },
13856          "response": {
13857            "$ref": "Operation"
13858          },
13859          "scopes": [
13860            "https://www.googleapis.com/auth/cloud-platform",
13861            "https://www.googleapis.com/auth/compute"
13862          ]
13863        },
13864        "removeAssociation": {
13865          "description": "Removes an association for the specified firewall policy.",
13866          "httpMethod": "POST",
13867          "id": "compute.networkFirewallPolicies.removeAssociation",
13868          "parameterOrder": [
13869            "project",
13870            "firewallPolicy"
13871          ],
13872          "parameters": {
13873            "firewallPolicy": {
13874              "description": "Name of the firewall policy to update.",
13875              "location": "path",
13876              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
13877              "required": true,
13878              "type": "string"
13879            },
13880            "name": {
13881              "description": "Name for the attachment that will be removed.",
13882              "location": "query",
13883              "type": "string"
13884            },
13885            "project": {
13886              "description": "Project ID for this request.",
13887              "location": "path",
13888              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
13889              "required": true,
13890              "type": "string"
13891            },
13892            "requestId": {
13893              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
13894              "location": "query",
13895              "type": "string"
13896            }
13897          },
13898          "path": "projects/{project}/global/firewallPolicies/{firewallPolicy}/removeAssociation",
13899          "response": {
13900            "$ref": "Operation"
13901          },
13902          "scopes": [
13903            "https://www.googleapis.com/auth/cloud-platform",
13904            "https://www.googleapis.com/auth/compute"
13905          ]
13906        },
13907        "removeRule": {
13908          "description": "Deletes a rule of the specified priority.",
13909          "httpMethod": "POST",
13910          "id": "compute.networkFirewallPolicies.removeRule",
13911          "parameterOrder": [
13912            "project",
13913            "firewallPolicy"
13914          ],
13915          "parameters": {
13916            "firewallPolicy": {
13917              "description": "Name of the firewall policy to update.",
13918              "location": "path",
13919              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
13920              "required": true,
13921              "type": "string"
13922            },
13923            "priority": {
13924              "description": "The priority of the rule to remove from the firewall policy.",
13925              "format": "int32",
13926              "location": "query",
13927              "type": "integer"
13928            },
13929            "project": {
13930              "description": "Project ID for this request.",
13931              "location": "path",
13932              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
13933              "required": true,
13934              "type": "string"
13935            }
13936          },
13937          "path": "projects/{project}/global/firewallPolicies/{firewallPolicy}/removeRule",
13938          "response": {
13939            "$ref": "Operation"
13940          },
13941          "scopes": [
13942            "https://www.googleapis.com/auth/cloud-platform",
13943            "https://www.googleapis.com/auth/compute"
13944          ]
13945        },
13946        "setIamPolicy": {
13947          "description": "Sets the access control policy on the specified resource. Replaces any existing policy.",
13948          "httpMethod": "POST",
13949          "id": "compute.networkFirewallPolicies.setIamPolicy",
13950          "parameterOrder": [
13951            "project",
13952            "resource"
13953          ],
13954          "parameters": {
13955            "project": {
13956              "description": "Project ID for this request.",
13957              "location": "path",
13958              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
13959              "required": true,
13960              "type": "string"
13961            },
13962            "resource": {
13963              "description": "Name or id of the resource for this request.",
13964              "location": "path",
13965              "pattern": "[a-z](?:[-a-z0-9_]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
13966              "required": true,
13967              "type": "string"
13968            }
13969          },
13970          "path": "projects/{project}/global/firewallPolicies/{resource}/setIamPolicy",
13971          "request": {
13972            "$ref": "GlobalSetPolicyRequest"
13973          },
13974          "response": {
13975            "$ref": "Policy"
13976          },
13977          "scopes": [
13978            "https://www.googleapis.com/auth/cloud-platform",
13979            "https://www.googleapis.com/auth/compute"
13980          ]
13981        },
13982        "testIamPermissions": {
13983          "description": "Returns permissions that a caller has on the specified resource.",
13984          "httpMethod": "POST",
13985          "id": "compute.networkFirewallPolicies.testIamPermissions",
13986          "parameterOrder": [
13987            "project",
13988            "resource"
13989          ],
13990          "parameters": {
13991            "project": {
13992              "description": "Project ID for this request.",
13993              "location": "path",
13994              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
13995              "required": true,
13996              "type": "string"
13997            },
13998            "resource": {
13999              "description": "Name or id of the resource for this request.",
14000              "location": "path",
14001              "pattern": "[a-z](?:[-a-z0-9_]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
14002              "required": true,
14003              "type": "string"
14004            }
14005          },
14006          "path": "projects/{project}/global/firewallPolicies/{resource}/testIamPermissions",
14007          "request": {
14008            "$ref": "TestPermissionsRequest"
14009          },
14010          "response": {
14011            "$ref": "TestPermissionsResponse"
14012          },
14013          "scopes": [
14014            "https://www.googleapis.com/auth/cloud-platform",
14015            "https://www.googleapis.com/auth/compute",
14016            "https://www.googleapis.com/auth/compute.readonly"
14017          ]
14018        }
14019      }
14020    },
14021    "networks": {
14022      "methods": {
14023        "addPeering": {
14024          "description": "Adds a peering to the specified network.",
14025          "httpMethod": "POST",
14026          "id": "compute.networks.addPeering",
14027          "parameterOrder": [
14028            "project",
14029            "network"
14030          ],
14031          "parameters": {
14032            "network": {
14033              "description": "Name of the network resource to add peering to.",
14034              "location": "path",
14035              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
14036              "required": true,
14037              "type": "string"
14038            },
14039            "project": {
14040              "description": "Project ID for this request.",
14041              "location": "path",
14042              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
14043              "required": true,
14044              "type": "string"
14045            },
14046            "requestId": {
14047              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
14048              "location": "query",
14049              "type": "string"
14050            }
14051          },
14052          "path": "projects/{project}/global/networks/{network}/addPeering",
14053          "request": {
14054            "$ref": "NetworksAddPeeringRequest"
14055          },
14056          "response": {
14057            "$ref": "Operation"
14058          },
14059          "scopes": [
14060            "https://www.googleapis.com/auth/cloud-platform",
14061            "https://www.googleapis.com/auth/compute"
14062          ]
14063        },
14064        "delete": {
14065          "description": "Deletes the specified network.",
14066          "httpMethod": "DELETE",
14067          "id": "compute.networks.delete",
14068          "parameterOrder": [
14069            "project",
14070            "network"
14071          ],
14072          "parameters": {
14073            "network": {
14074              "description": "Name of the network to delete.",
14075              "location": "path",
14076              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
14077              "required": true,
14078              "type": "string"
14079            },
14080            "project": {
14081              "description": "Project ID for this request.",
14082              "location": "path",
14083              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
14084              "required": true,
14085              "type": "string"
14086            },
14087            "requestId": {
14088              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
14089              "location": "query",
14090              "type": "string"
14091            }
14092          },
14093          "path": "projects/{project}/global/networks/{network}",
14094          "response": {
14095            "$ref": "Operation"
14096          },
14097          "scopes": [
14098            "https://www.googleapis.com/auth/cloud-platform",
14099            "https://www.googleapis.com/auth/compute"
14100          ]
14101        },
14102        "get": {
14103          "description": "Returns the specified network. Gets a list of available networks by making a list() request.",
14104          "httpMethod": "GET",
14105          "id": "compute.networks.get",
14106          "parameterOrder": [
14107            "project",
14108            "network"
14109          ],
14110          "parameters": {
14111            "network": {
14112              "description": "Name of the network to return.",
14113              "location": "path",
14114              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
14115              "required": true,
14116              "type": "string"
14117            },
14118            "project": {
14119              "description": "Project ID for this request.",
14120              "location": "path",
14121              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
14122              "required": true,
14123              "type": "string"
14124            }
14125          },
14126          "path": "projects/{project}/global/networks/{network}",
14127          "response": {
14128            "$ref": "Network"
14129          },
14130          "scopes": [
14131            "https://www.googleapis.com/auth/cloud-platform",
14132            "https://www.googleapis.com/auth/compute",
14133            "https://www.googleapis.com/auth/compute.readonly"
14134          ]
14135        },
14136        "getEffectiveFirewalls": {
14137          "description": "Returns the effective firewalls on a given network.",
14138          "httpMethod": "GET",
14139          "id": "compute.networks.getEffectiveFirewalls",
14140          "parameterOrder": [
14141            "project",
14142            "network"
14143          ],
14144          "parameters": {
14145            "network": {
14146              "description": "Name of the network for this request.",
14147              "location": "path",
14148              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
14149              "required": true,
14150              "type": "string"
14151            },
14152            "project": {
14153              "description": "Project ID for this request.",
14154              "location": "path",
14155              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
14156              "required": true,
14157              "type": "string"
14158            }
14159          },
14160          "path": "projects/{project}/global/networks/{network}/getEffectiveFirewalls",
14161          "response": {
14162            "$ref": "NetworksGetEffectiveFirewallsResponse"
14163          },
14164          "scopes": [
14165            "https://www.googleapis.com/auth/cloud-platform",
14166            "https://www.googleapis.com/auth/compute",
14167            "https://www.googleapis.com/auth/compute.readonly"
14168          ]
14169        },
14170        "insert": {
14171          "description": "Creates a network in the specified project using the data included in the request.",
14172          "httpMethod": "POST",
14173          "id": "compute.networks.insert",
14174          "parameterOrder": [
14175            "project"
14176          ],
14177          "parameters": {
14178            "project": {
14179              "description": "Project ID for this request.",
14180              "location": "path",
14181              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
14182              "required": true,
14183              "type": "string"
14184            },
14185            "requestId": {
14186              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
14187              "location": "query",
14188              "type": "string"
14189            }
14190          },
14191          "path": "projects/{project}/global/networks",
14192          "request": {
14193            "$ref": "Network"
14194          },
14195          "response": {
14196            "$ref": "Operation"
14197          },
14198          "scopes": [
14199            "https://www.googleapis.com/auth/cloud-platform",
14200            "https://www.googleapis.com/auth/compute"
14201          ]
14202        },
14203        "list": {
14204          "description": "Retrieves the list of networks available to the specified project.",
14205          "httpMethod": "GET",
14206          "id": "compute.networks.list",
14207          "parameterOrder": [
14208            "project"
14209          ],
14210          "parameters": {
14211            "filter": {
14212              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
14213              "location": "query",
14214              "type": "string"
14215            },
14216            "maxResults": {
14217              "default": "500",
14218              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
14219              "format": "uint32",
14220              "location": "query",
14221              "minimum": "0",
14222              "type": "integer"
14223            },
14224            "orderBy": {
14225              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
14226              "location": "query",
14227              "type": "string"
14228            },
14229            "pageToken": {
14230              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
14231              "location": "query",
14232              "type": "string"
14233            },
14234            "project": {
14235              "description": "Project ID for this request.",
14236              "location": "path",
14237              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
14238              "required": true,
14239              "type": "string"
14240            },
14241            "returnPartialSuccess": {
14242              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
14243              "location": "query",
14244              "type": "boolean"
14245            }
14246          },
14247          "path": "projects/{project}/global/networks",
14248          "response": {
14249            "$ref": "NetworkList"
14250          },
14251          "scopes": [
14252            "https://www.googleapis.com/auth/cloud-platform",
14253            "https://www.googleapis.com/auth/compute",
14254            "https://www.googleapis.com/auth/compute.readonly"
14255          ]
14256        },
14257        "listIpAddresses": {
14258          "description": "Lists the internal IP addresses in the specified network.",
14259          "httpMethod": "GET",
14260          "id": "compute.networks.listIpAddresses",
14261          "parameterOrder": [
14262            "project",
14263            "network"
14264          ],
14265          "parameters": {
14266            "filter": {
14267              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
14268              "location": "query",
14269              "type": "string"
14270            },
14271            "maxResults": {
14272              "default": "500",
14273              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
14274              "format": "uint32",
14275              "location": "query",
14276              "minimum": "0",
14277              "type": "integer"
14278            },
14279            "network": {
14280              "description": "Name of the network for this request.",
14281              "location": "path",
14282              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
14283              "required": true,
14284              "type": "string"
14285            },
14286            "orderBy": {
14287              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
14288              "location": "query",
14289              "type": "string"
14290            },
14291            "pageToken": {
14292              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
14293              "location": "query",
14294              "type": "string"
14295            },
14296            "project": {
14297              "description": "Project ID for this request.",
14298              "location": "path",
14299              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
14300              "required": true,
14301              "type": "string"
14302            },
14303            "returnPartialSuccess": {
14304              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
14305              "location": "query",
14306              "type": "boolean"
14307            },
14308            "types": {
14309              "description": "(Optional) types filter separate by comma, valid values are: SUBNETWORK, RESERVED, PEER_USED, PEER_RESERVED, REMOTE_USED, REMOTE_RESERVED.",
14310              "location": "query",
14311              "type": "string"
14312            }
14313          },
14314          "path": "projects/{project}/global/networks/{network}/listIpAddresses",
14315          "response": {
14316            "$ref": "IpAddressesList"
14317          },
14318          "scopes": [
14319            "https://www.googleapis.com/auth/cloud-platform",
14320            "https://www.googleapis.com/auth/compute",
14321            "https://www.googleapis.com/auth/compute.readonly"
14322          ]
14323        },
14324        "listIpOwners": {
14325          "description": "Lists the internal IP owners in the specified network.",
14326          "httpMethod": "GET",
14327          "id": "compute.networks.listIpOwners",
14328          "parameterOrder": [
14329            "project",
14330            "network"
14331          ],
14332          "parameters": {
14333            "filter": {
14334              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
14335              "location": "query",
14336              "type": "string"
14337            },
14338            "ipCidrRange": {
14339              "description": "(Optional) IP CIDR range filter, example: \"10.128.10.0/30\".",
14340              "location": "query",
14341              "type": "string"
14342            },
14343            "maxResults": {
14344              "default": "500",
14345              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
14346              "format": "uint32",
14347              "location": "query",
14348              "minimum": "0",
14349              "type": "integer"
14350            },
14351            "network": {
14352              "description": "Name of the network to return.",
14353              "location": "path",
14354              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
14355              "required": true,
14356              "type": "string"
14357            },
14358            "orderBy": {
14359              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
14360              "location": "query",
14361              "type": "string"
14362            },
14363            "ownerProjects": {
14364              "description": "(Optional) Project IDs filter, example: \"project-1,project-2\".",
14365              "location": "query",
14366              "type": "string"
14367            },
14368            "ownerTypes": {
14369              "description": "(Optional) Owner types filter, example: \"instance,forwardingRule\".",
14370              "location": "query",
14371              "type": "string"
14372            },
14373            "pageToken": {
14374              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
14375              "location": "query",
14376              "type": "string"
14377            },
14378            "project": {
14379              "description": "Project ID for this request.",
14380              "location": "path",
14381              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
14382              "required": true,
14383              "type": "string"
14384            },
14385            "returnPartialSuccess": {
14386              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
14387              "location": "query",
14388              "type": "boolean"
14389            },
14390            "subnetName": {
14391              "description": "(Optional) Subnetwork name filter.",
14392              "location": "query",
14393              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
14394              "type": "string"
14395            },
14396            "subnetRegion": {
14397              "description": "(Optional) Subnetwork region filter.",
14398              "location": "query",
14399              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
14400              "type": "string"
14401            }
14402          },
14403          "path": "projects/{project}/global/networks/{network}/listIpOwners",
14404          "response": {
14405            "$ref": "IpOwnerList"
14406          },
14407          "scopes": [
14408            "https://www.googleapis.com/auth/cloud-platform",
14409            "https://www.googleapis.com/auth/compute",
14410            "https://www.googleapis.com/auth/compute.readonly"
14411          ]
14412        },
14413        "listPeeringRoutes": {
14414          "description": "Lists the peering routes exchanged over peering connection.",
14415          "httpMethod": "GET",
14416          "id": "compute.networks.listPeeringRoutes",
14417          "parameterOrder": [
14418            "project",
14419            "network"
14420          ],
14421          "parameters": {
14422            "direction": {
14423              "description": "The direction of the exchanged routes.",
14424              "enum": [
14425                "INCOMING",
14426                "OUTGOING"
14427              ],
14428              "enumDescriptions": [
14429                "",
14430                ""
14431              ],
14432              "location": "query",
14433              "type": "string"
14434            },
14435            "filter": {
14436              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
14437              "location": "query",
14438              "type": "string"
14439            },
14440            "maxResults": {
14441              "default": "500",
14442              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
14443              "format": "uint32",
14444              "location": "query",
14445              "minimum": "0",
14446              "type": "integer"
14447            },
14448            "network": {
14449              "description": "Name of the network for this request.",
14450              "location": "path",
14451              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
14452              "required": true,
14453              "type": "string"
14454            },
14455            "orderBy": {
14456              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
14457              "location": "query",
14458              "type": "string"
14459            },
14460            "pageToken": {
14461              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
14462              "location": "query",
14463              "type": "string"
14464            },
14465            "peeringName": {
14466              "description": "The response will show routes exchanged over the given peering connection.",
14467              "location": "query",
14468              "type": "string"
14469            },
14470            "project": {
14471              "description": "Project ID for this request.",
14472              "location": "path",
14473              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
14474              "required": true,
14475              "type": "string"
14476            },
14477            "region": {
14478              "description": "The region of the request. The response will include all subnet routes, static routes and dynamic routes in the region.",
14479              "location": "query",
14480              "type": "string"
14481            },
14482            "returnPartialSuccess": {
14483              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
14484              "location": "query",
14485              "type": "boolean"
14486            }
14487          },
14488          "path": "projects/{project}/global/networks/{network}/listPeeringRoutes",
14489          "response": {
14490            "$ref": "ExchangedPeeringRoutesList"
14491          },
14492          "scopes": [
14493            "https://www.googleapis.com/auth/cloud-platform",
14494            "https://www.googleapis.com/auth/compute",
14495            "https://www.googleapis.com/auth/compute.readonly"
14496          ]
14497        },
14498        "patch": {
14499          "description": "Patches the specified network with the data included in the request. Only the following fields can be modified: routingConfig.routingMode.",
14500          "httpMethod": "PATCH",
14501          "id": "compute.networks.patch",
14502          "parameterOrder": [
14503            "project",
14504            "network"
14505          ],
14506          "parameters": {
14507            "network": {
14508              "description": "Name of the network to update.",
14509              "location": "path",
14510              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
14511              "required": true,
14512              "type": "string"
14513            },
14514            "project": {
14515              "description": "Project ID for this request.",
14516              "location": "path",
14517              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
14518              "required": true,
14519              "type": "string"
14520            },
14521            "requestId": {
14522              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
14523              "location": "query",
14524              "type": "string"
14525            }
14526          },
14527          "path": "projects/{project}/global/networks/{network}",
14528          "request": {
14529            "$ref": "Network"
14530          },
14531          "response": {
14532            "$ref": "Operation"
14533          },
14534          "scopes": [
14535            "https://www.googleapis.com/auth/cloud-platform",
14536            "https://www.googleapis.com/auth/compute"
14537          ]
14538        },
14539        "removePeering": {
14540          "description": "Removes a peering from the specified network.",
14541          "httpMethod": "POST",
14542          "id": "compute.networks.removePeering",
14543          "parameterOrder": [
14544            "project",
14545            "network"
14546          ],
14547          "parameters": {
14548            "network": {
14549              "description": "Name of the network resource to remove peering from.",
14550              "location": "path",
14551              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
14552              "required": true,
14553              "type": "string"
14554            },
14555            "project": {
14556              "description": "Project ID for this request.",
14557              "location": "path",
14558              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
14559              "required": true,
14560              "type": "string"
14561            },
14562            "requestId": {
14563              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
14564              "location": "query",
14565              "type": "string"
14566            }
14567          },
14568          "path": "projects/{project}/global/networks/{network}/removePeering",
14569          "request": {
14570            "$ref": "NetworksRemovePeeringRequest"
14571          },
14572          "response": {
14573            "$ref": "Operation"
14574          },
14575          "scopes": [
14576            "https://www.googleapis.com/auth/cloud-platform",
14577            "https://www.googleapis.com/auth/compute"
14578          ]
14579        },
14580        "switchToCustomMode": {
14581          "description": "Switches the network mode from auto subnet mode to custom subnet mode.",
14582          "httpMethod": "POST",
14583          "id": "compute.networks.switchToCustomMode",
14584          "parameterOrder": [
14585            "project",
14586            "network"
14587          ],
14588          "parameters": {
14589            "network": {
14590              "description": "Name of the network to be updated.",
14591              "location": "path",
14592              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
14593              "required": true,
14594              "type": "string"
14595            },
14596            "project": {
14597              "description": "Project ID for this request.",
14598              "location": "path",
14599              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
14600              "required": true,
14601              "type": "string"
14602            },
14603            "requestId": {
14604              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
14605              "location": "query",
14606              "type": "string"
14607            }
14608          },
14609          "path": "projects/{project}/global/networks/{network}/switchToCustomMode",
14610          "response": {
14611            "$ref": "Operation"
14612          },
14613          "scopes": [
14614            "https://www.googleapis.com/auth/cloud-platform",
14615            "https://www.googleapis.com/auth/compute"
14616          ]
14617        },
14618        "testIamPermissions": {
14619          "description": "Returns permissions that a caller has on the specified resource.",
14620          "httpMethod": "POST",
14621          "id": "compute.networks.testIamPermissions",
14622          "parameterOrder": [
14623            "project",
14624            "resource"
14625          ],
14626          "parameters": {
14627            "project": {
14628              "description": "Project ID for this request.",
14629              "location": "path",
14630              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
14631              "required": true,
14632              "type": "string"
14633            },
14634            "resource": {
14635              "description": "Name or id of the resource for this request.",
14636              "location": "path",
14637              "pattern": "[a-z](?:[-a-z0-9_]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
14638              "required": true,
14639              "type": "string"
14640            }
14641          },
14642          "path": "projects/{project}/global/networks/{resource}/testIamPermissions",
14643          "request": {
14644            "$ref": "TestPermissionsRequest"
14645          },
14646          "response": {
14647            "$ref": "TestPermissionsResponse"
14648          },
14649          "scopes": [
14650            "https://www.googleapis.com/auth/cloud-platform",
14651            "https://www.googleapis.com/auth/compute",
14652            "https://www.googleapis.com/auth/compute.readonly"
14653          ]
14654        },
14655        "updatePeering": {
14656          "description": "Updates the specified network peering with the data included in the request Only the following fields can be modified: NetworkPeering.export_custom_routes, and NetworkPeering.import_custom_routes",
14657          "httpMethod": "PATCH",
14658          "id": "compute.networks.updatePeering",
14659          "parameterOrder": [
14660            "project",
14661            "network"
14662          ],
14663          "parameters": {
14664            "network": {
14665              "description": "Name of the network resource which the updated peering is belonging to.",
14666              "location": "path",
14667              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
14668              "required": true,
14669              "type": "string"
14670            },
14671            "project": {
14672              "description": "Project ID for this request.",
14673              "location": "path",
14674              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
14675              "required": true,
14676              "type": "string"
14677            },
14678            "requestId": {
14679              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
14680              "location": "query",
14681              "type": "string"
14682            }
14683          },
14684          "path": "projects/{project}/global/networks/{network}/updatePeering",
14685          "request": {
14686            "$ref": "NetworksUpdatePeeringRequest"
14687          },
14688          "response": {
14689            "$ref": "Operation"
14690          },
14691          "scopes": [
14692            "https://www.googleapis.com/auth/cloud-platform",
14693            "https://www.googleapis.com/auth/compute"
14694          ]
14695        }
14696      }
14697    },
14698    "nodeGroups": {
14699      "methods": {
14700        "addNodes": {
14701          "description": "Adds specified number of nodes to the node group.",
14702          "httpMethod": "POST",
14703          "id": "compute.nodeGroups.addNodes",
14704          "parameterOrder": [
14705            "project",
14706            "zone",
14707            "nodeGroup"
14708          ],
14709          "parameters": {
14710            "nodeGroup": {
14711              "description": "Name of the NodeGroup resource.",
14712              "location": "path",
14713              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
14714              "required": true,
14715              "type": "string"
14716            },
14717            "project": {
14718              "description": "Project ID for this request.",
14719              "location": "path",
14720              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
14721              "required": true,
14722              "type": "string"
14723            },
14724            "requestId": {
14725              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
14726              "location": "query",
14727              "type": "string"
14728            },
14729            "zone": {
14730              "description": "The name of the zone for this request.",
14731              "location": "path",
14732              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
14733              "required": true,
14734              "type": "string"
14735            }
14736          },
14737          "path": "projects/{project}/zones/{zone}/nodeGroups/{nodeGroup}/addNodes",
14738          "request": {
14739            "$ref": "NodeGroupsAddNodesRequest"
14740          },
14741          "response": {
14742            "$ref": "Operation"
14743          },
14744          "scopes": [
14745            "https://www.googleapis.com/auth/cloud-platform",
14746            "https://www.googleapis.com/auth/compute"
14747          ]
14748        },
14749        "aggregatedList": {
14750          "description": "Retrieves an aggregated list of node groups. Note: use nodeGroups.listNodes for more details about each group.",
14751          "httpMethod": "GET",
14752          "id": "compute.nodeGroups.aggregatedList",
14753          "parameterOrder": [
14754            "project"
14755          ],
14756          "parameters": {
14757            "filter": {
14758              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
14759              "location": "query",
14760              "type": "string"
14761            },
14762            "includeAllScopes": {
14763              "description": "Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.",
14764              "location": "query",
14765              "type": "boolean"
14766            },
14767            "maxResults": {
14768              "default": "500",
14769              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
14770              "format": "uint32",
14771              "location": "query",
14772              "minimum": "0",
14773              "type": "integer"
14774            },
14775            "orderBy": {
14776              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
14777              "location": "query",
14778              "type": "string"
14779            },
14780            "pageToken": {
14781              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
14782              "location": "query",
14783              "type": "string"
14784            },
14785            "project": {
14786              "description": "Project ID for this request.",
14787              "location": "path",
14788              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
14789              "required": true,
14790              "type": "string"
14791            },
14792            "returnPartialSuccess": {
14793              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
14794              "location": "query",
14795              "type": "boolean"
14796            }
14797          },
14798          "path": "projects/{project}/aggregated/nodeGroups",
14799          "response": {
14800            "$ref": "NodeGroupAggregatedList"
14801          },
14802          "scopes": [
14803            "https://www.googleapis.com/auth/cloud-platform",
14804            "https://www.googleapis.com/auth/compute",
14805            "https://www.googleapis.com/auth/compute.readonly"
14806          ]
14807        },
14808        "delete": {
14809          "description": "Deletes the specified NodeGroup resource.",
14810          "httpMethod": "DELETE",
14811          "id": "compute.nodeGroups.delete",
14812          "parameterOrder": [
14813            "project",
14814            "zone",
14815            "nodeGroup"
14816          ],
14817          "parameters": {
14818            "nodeGroup": {
14819              "description": "Name of the NodeGroup resource to delete.",
14820              "location": "path",
14821              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
14822              "required": true,
14823              "type": "string"
14824            },
14825            "project": {
14826              "description": "Project ID for this request.",
14827              "location": "path",
14828              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
14829              "required": true,
14830              "type": "string"
14831            },
14832            "requestId": {
14833              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
14834              "location": "query",
14835              "type": "string"
14836            },
14837            "zone": {
14838              "description": "The name of the zone for this request.",
14839              "location": "path",
14840              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
14841              "required": true,
14842              "type": "string"
14843            }
14844          },
14845          "path": "projects/{project}/zones/{zone}/nodeGroups/{nodeGroup}",
14846          "response": {
14847            "$ref": "Operation"
14848          },
14849          "scopes": [
14850            "https://www.googleapis.com/auth/cloud-platform",
14851            "https://www.googleapis.com/auth/compute"
14852          ]
14853        },
14854        "deleteNodes": {
14855          "description": "Deletes specified nodes from the node group.",
14856          "httpMethod": "POST",
14857          "id": "compute.nodeGroups.deleteNodes",
14858          "parameterOrder": [
14859            "project",
14860            "zone",
14861            "nodeGroup"
14862          ],
14863          "parameters": {
14864            "nodeGroup": {
14865              "description": "Name of the NodeGroup resource whose nodes will be deleted.",
14866              "location": "path",
14867              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
14868              "required": true,
14869              "type": "string"
14870            },
14871            "project": {
14872              "description": "Project ID for this request.",
14873              "location": "path",
14874              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
14875              "required": true,
14876              "type": "string"
14877            },
14878            "requestId": {
14879              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
14880              "location": "query",
14881              "type": "string"
14882            },
14883            "zone": {
14884              "description": "The name of the zone for this request.",
14885              "location": "path",
14886              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
14887              "required": true,
14888              "type": "string"
14889            }
14890          },
14891          "path": "projects/{project}/zones/{zone}/nodeGroups/{nodeGroup}/deleteNodes",
14892          "request": {
14893            "$ref": "NodeGroupsDeleteNodesRequest"
14894          },
14895          "response": {
14896            "$ref": "Operation"
14897          },
14898          "scopes": [
14899            "https://www.googleapis.com/auth/cloud-platform",
14900            "https://www.googleapis.com/auth/compute"
14901          ]
14902        },
14903        "get": {
14904          "description": "Returns the specified NodeGroup. Get a list of available NodeGroups by making a list() request. Note: the \"nodes\" field should not be used. Use nodeGroups.listNodes instead.",
14905          "httpMethod": "GET",
14906          "id": "compute.nodeGroups.get",
14907          "parameterOrder": [
14908            "project",
14909            "zone",
14910            "nodeGroup"
14911          ],
14912          "parameters": {
14913            "nodeGroup": {
14914              "description": "Name of the node group to return.",
14915              "location": "path",
14916              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
14917              "required": true,
14918              "type": "string"
14919            },
14920            "project": {
14921              "description": "Project ID for this request.",
14922              "location": "path",
14923              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
14924              "required": true,
14925              "type": "string"
14926            },
14927            "zone": {
14928              "description": "The name of the zone for this request.",
14929              "location": "path",
14930              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
14931              "required": true,
14932              "type": "string"
14933            }
14934          },
14935          "path": "projects/{project}/zones/{zone}/nodeGroups/{nodeGroup}",
14936          "response": {
14937            "$ref": "NodeGroup"
14938          },
14939          "scopes": [
14940            "https://www.googleapis.com/auth/cloud-platform",
14941            "https://www.googleapis.com/auth/compute",
14942            "https://www.googleapis.com/auth/compute.readonly"
14943          ]
14944        },
14945        "getIamPolicy": {
14946          "description": "Gets the access control policy for a resource. May be empty if no such policy or resource exists.",
14947          "httpMethod": "GET",
14948          "id": "compute.nodeGroups.getIamPolicy",
14949          "parameterOrder": [
14950            "project",
14951            "zone",
14952            "resource"
14953          ],
14954          "parameters": {
14955            "optionsRequestedPolicyVersion": {
14956              "description": "Requested IAM Policy version.",
14957              "format": "int32",
14958              "location": "query",
14959              "type": "integer"
14960            },
14961            "project": {
14962              "description": "Project ID for this request.",
14963              "location": "path",
14964              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
14965              "required": true,
14966              "type": "string"
14967            },
14968            "resource": {
14969              "description": "Name or id of the resource for this request.",
14970              "location": "path",
14971              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
14972              "required": true,
14973              "type": "string"
14974            },
14975            "zone": {
14976              "description": "The name of the zone for this request.",
14977              "location": "path",
14978              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
14979              "required": true,
14980              "type": "string"
14981            }
14982          },
14983          "path": "projects/{project}/zones/{zone}/nodeGroups/{resource}/getIamPolicy",
14984          "response": {
14985            "$ref": "Policy"
14986          },
14987          "scopes": [
14988            "https://www.googleapis.com/auth/cloud-platform",
14989            "https://www.googleapis.com/auth/compute",
14990            "https://www.googleapis.com/auth/compute.readonly"
14991          ]
14992        },
14993        "insert": {
14994          "description": "Creates a NodeGroup resource in the specified project using the data included in the request.",
14995          "httpMethod": "POST",
14996          "id": "compute.nodeGroups.insert",
14997          "parameterOrder": [
14998            "project",
14999            "zone",
15000            "initialNodeCount"
15001          ],
15002          "parameters": {
15003            "initialNodeCount": {
15004              "description": "Initial count of nodes in the node group.",
15005              "format": "int32",
15006              "location": "query",
15007              "required": true,
15008              "type": "integer"
15009            },
15010            "project": {
15011              "description": "Project ID for this request.",
15012              "location": "path",
15013              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
15014              "required": true,
15015              "type": "string"
15016            },
15017            "requestId": {
15018              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
15019              "location": "query",
15020              "type": "string"
15021            },
15022            "zone": {
15023              "description": "The name of the zone for this request.",
15024              "location": "path",
15025              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
15026              "required": true,
15027              "type": "string"
15028            }
15029          },
15030          "path": "projects/{project}/zones/{zone}/nodeGroups",
15031          "request": {
15032            "$ref": "NodeGroup"
15033          },
15034          "response": {
15035            "$ref": "Operation"
15036          },
15037          "scopes": [
15038            "https://www.googleapis.com/auth/cloud-platform",
15039            "https://www.googleapis.com/auth/compute"
15040          ]
15041        },
15042        "list": {
15043          "description": "Retrieves a list of node groups available to the specified project. Note: use nodeGroups.listNodes for more details about each group.",
15044          "httpMethod": "GET",
15045          "id": "compute.nodeGroups.list",
15046          "parameterOrder": [
15047            "project",
15048            "zone"
15049          ],
15050          "parameters": {
15051            "filter": {
15052              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
15053              "location": "query",
15054              "type": "string"
15055            },
15056            "maxResults": {
15057              "default": "500",
15058              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
15059              "format": "uint32",
15060              "location": "query",
15061              "minimum": "0",
15062              "type": "integer"
15063            },
15064            "orderBy": {
15065              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
15066              "location": "query",
15067              "type": "string"
15068            },
15069            "pageToken": {
15070              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
15071              "location": "query",
15072              "type": "string"
15073            },
15074            "project": {
15075              "description": "Project ID for this request.",
15076              "location": "path",
15077              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
15078              "required": true,
15079              "type": "string"
15080            },
15081            "returnPartialSuccess": {
15082              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
15083              "location": "query",
15084              "type": "boolean"
15085            },
15086            "zone": {
15087              "description": "The name of the zone for this request.",
15088              "location": "path",
15089              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
15090              "required": true,
15091              "type": "string"
15092            }
15093          },
15094          "path": "projects/{project}/zones/{zone}/nodeGroups",
15095          "response": {
15096            "$ref": "NodeGroupList"
15097          },
15098          "scopes": [
15099            "https://www.googleapis.com/auth/cloud-platform",
15100            "https://www.googleapis.com/auth/compute",
15101            "https://www.googleapis.com/auth/compute.readonly"
15102          ]
15103        },
15104        "listNodes": {
15105          "description": "Lists nodes in the node group.",
15106          "httpMethod": "POST",
15107          "id": "compute.nodeGroups.listNodes",
15108          "parameterOrder": [
15109            "project",
15110            "zone",
15111            "nodeGroup"
15112          ],
15113          "parameters": {
15114            "filter": {
15115              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
15116              "location": "query",
15117              "type": "string"
15118            },
15119            "maxResults": {
15120              "default": "500",
15121              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
15122              "format": "uint32",
15123              "location": "query",
15124              "minimum": "0",
15125              "type": "integer"
15126            },
15127            "nodeGroup": {
15128              "description": "Name of the NodeGroup resource whose nodes you want to list.",
15129              "location": "path",
15130              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
15131              "required": true,
15132              "type": "string"
15133            },
15134            "orderBy": {
15135              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
15136              "location": "query",
15137              "type": "string"
15138            },
15139            "pageToken": {
15140              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
15141              "location": "query",
15142              "type": "string"
15143            },
15144            "project": {
15145              "description": "Project ID for this request.",
15146              "location": "path",
15147              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
15148              "required": true,
15149              "type": "string"
15150            },
15151            "returnPartialSuccess": {
15152              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
15153              "location": "query",
15154              "type": "boolean"
15155            },
15156            "zone": {
15157              "description": "The name of the zone for this request.",
15158              "location": "path",
15159              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
15160              "required": true,
15161              "type": "string"
15162            }
15163          },
15164          "path": "projects/{project}/zones/{zone}/nodeGroups/{nodeGroup}/listNodes",
15165          "response": {
15166            "$ref": "NodeGroupsListNodes"
15167          },
15168          "scopes": [
15169            "https://www.googleapis.com/auth/cloud-platform",
15170            "https://www.googleapis.com/auth/compute",
15171            "https://www.googleapis.com/auth/compute.readonly"
15172          ]
15173        },
15174        "patch": {
15175          "description": "Updates the specified node group.",
15176          "httpMethod": "PATCH",
15177          "id": "compute.nodeGroups.patch",
15178          "parameterOrder": [
15179            "project",
15180            "zone",
15181            "nodeGroup"
15182          ],
15183          "parameters": {
15184            "nodeGroup": {
15185              "description": "Name of the NodeGroup resource to update.",
15186              "location": "path",
15187              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
15188              "required": true,
15189              "type": "string"
15190            },
15191            "project": {
15192              "description": "Project ID for this request.",
15193              "location": "path",
15194              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
15195              "required": true,
15196              "type": "string"
15197            },
15198            "requestId": {
15199              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
15200              "location": "query",
15201              "type": "string"
15202            },
15203            "zone": {
15204              "description": "The name of the zone for this request.",
15205              "location": "path",
15206              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
15207              "required": true,
15208              "type": "string"
15209            }
15210          },
15211          "path": "projects/{project}/zones/{zone}/nodeGroups/{nodeGroup}",
15212          "request": {
15213            "$ref": "NodeGroup"
15214          },
15215          "response": {
15216            "$ref": "Operation"
15217          },
15218          "scopes": [
15219            "https://www.googleapis.com/auth/cloud-platform",
15220            "https://www.googleapis.com/auth/compute"
15221          ]
15222        },
15223        "setIamPolicy": {
15224          "description": "Sets the access control policy on the specified resource. Replaces any existing policy.",
15225          "httpMethod": "POST",
15226          "id": "compute.nodeGroups.setIamPolicy",
15227          "parameterOrder": [
15228            "project",
15229            "zone",
15230            "resource"
15231          ],
15232          "parameters": {
15233            "project": {
15234              "description": "Project ID for this request.",
15235              "location": "path",
15236              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
15237              "required": true,
15238              "type": "string"
15239            },
15240            "resource": {
15241              "description": "Name or id of the resource for this request.",
15242              "location": "path",
15243              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
15244              "required": true,
15245              "type": "string"
15246            },
15247            "zone": {
15248              "description": "The name of the zone for this request.",
15249              "location": "path",
15250              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
15251              "required": true,
15252              "type": "string"
15253            }
15254          },
15255          "path": "projects/{project}/zones/{zone}/nodeGroups/{resource}/setIamPolicy",
15256          "request": {
15257            "$ref": "ZoneSetPolicyRequest"
15258          },
15259          "response": {
15260            "$ref": "Policy"
15261          },
15262          "scopes": [
15263            "https://www.googleapis.com/auth/cloud-platform",
15264            "https://www.googleapis.com/auth/compute"
15265          ]
15266        },
15267        "setNodeTemplate": {
15268          "description": "Updates the node template of the node group.",
15269          "httpMethod": "POST",
15270          "id": "compute.nodeGroups.setNodeTemplate",
15271          "parameterOrder": [
15272            "project",
15273            "zone",
15274            "nodeGroup"
15275          ],
15276          "parameters": {
15277            "nodeGroup": {
15278              "description": "Name of the NodeGroup resource to update.",
15279              "location": "path",
15280              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
15281              "required": true,
15282              "type": "string"
15283            },
15284            "project": {
15285              "description": "Project ID for this request.",
15286              "location": "path",
15287              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
15288              "required": true,
15289              "type": "string"
15290            },
15291            "requestId": {
15292              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
15293              "location": "query",
15294              "type": "string"
15295            },
15296            "zone": {
15297              "description": "The name of the zone for this request.",
15298              "location": "path",
15299              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
15300              "required": true,
15301              "type": "string"
15302            }
15303          },
15304          "path": "projects/{project}/zones/{zone}/nodeGroups/{nodeGroup}/setNodeTemplate",
15305          "request": {
15306            "$ref": "NodeGroupsSetNodeTemplateRequest"
15307          },
15308          "response": {
15309            "$ref": "Operation"
15310          },
15311          "scopes": [
15312            "https://www.googleapis.com/auth/cloud-platform",
15313            "https://www.googleapis.com/auth/compute"
15314          ]
15315        },
15316        "testIamPermissions": {
15317          "description": "Returns permissions that a caller has on the specified resource.",
15318          "httpMethod": "POST",
15319          "id": "compute.nodeGroups.testIamPermissions",
15320          "parameterOrder": [
15321            "project",
15322            "zone",
15323            "resource"
15324          ],
15325          "parameters": {
15326            "project": {
15327              "description": "Project ID for this request.",
15328              "location": "path",
15329              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
15330              "required": true,
15331              "type": "string"
15332            },
15333            "resource": {
15334              "description": "Name or id of the resource for this request.",
15335              "location": "path",
15336              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
15337              "required": true,
15338              "type": "string"
15339            },
15340            "zone": {
15341              "description": "The name of the zone for this request.",
15342              "location": "path",
15343              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
15344              "required": true,
15345              "type": "string"
15346            }
15347          },
15348          "path": "projects/{project}/zones/{zone}/nodeGroups/{resource}/testIamPermissions",
15349          "request": {
15350            "$ref": "TestPermissionsRequest"
15351          },
15352          "response": {
15353            "$ref": "TestPermissionsResponse"
15354          },
15355          "scopes": [
15356            "https://www.googleapis.com/auth/cloud-platform",
15357            "https://www.googleapis.com/auth/compute",
15358            "https://www.googleapis.com/auth/compute.readonly"
15359          ]
15360        }
15361      }
15362    },
15363    "nodeTemplates": {
15364      "methods": {
15365        "aggregatedList": {
15366          "description": "Retrieves an aggregated list of node templates.",
15367          "httpMethod": "GET",
15368          "id": "compute.nodeTemplates.aggregatedList",
15369          "parameterOrder": [
15370            "project"
15371          ],
15372          "parameters": {
15373            "filter": {
15374              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
15375              "location": "query",
15376              "type": "string"
15377            },
15378            "includeAllScopes": {
15379              "description": "Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.",
15380              "location": "query",
15381              "type": "boolean"
15382            },
15383            "maxResults": {
15384              "default": "500",
15385              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
15386              "format": "uint32",
15387              "location": "query",
15388              "minimum": "0",
15389              "type": "integer"
15390            },
15391            "orderBy": {
15392              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
15393              "location": "query",
15394              "type": "string"
15395            },
15396            "pageToken": {
15397              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
15398              "location": "query",
15399              "type": "string"
15400            },
15401            "project": {
15402              "description": "Project ID for this request.",
15403              "location": "path",
15404              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
15405              "required": true,
15406              "type": "string"
15407            },
15408            "returnPartialSuccess": {
15409              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
15410              "location": "query",
15411              "type": "boolean"
15412            }
15413          },
15414          "path": "projects/{project}/aggregated/nodeTemplates",
15415          "response": {
15416            "$ref": "NodeTemplateAggregatedList"
15417          },
15418          "scopes": [
15419            "https://www.googleapis.com/auth/cloud-platform",
15420            "https://www.googleapis.com/auth/compute",
15421            "https://www.googleapis.com/auth/compute.readonly"
15422          ]
15423        },
15424        "delete": {
15425          "description": "Deletes the specified NodeTemplate resource.",
15426          "httpMethod": "DELETE",
15427          "id": "compute.nodeTemplates.delete",
15428          "parameterOrder": [
15429            "project",
15430            "region",
15431            "nodeTemplate"
15432          ],
15433          "parameters": {
15434            "nodeTemplate": {
15435              "description": "Name of the NodeTemplate resource to delete.",
15436              "location": "path",
15437              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
15438              "required": true,
15439              "type": "string"
15440            },
15441            "project": {
15442              "description": "Project ID for this request.",
15443              "location": "path",
15444              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
15445              "required": true,
15446              "type": "string"
15447            },
15448            "region": {
15449              "description": "The name of the region for this request.",
15450              "location": "path",
15451              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
15452              "required": true,
15453              "type": "string"
15454            },
15455            "requestId": {
15456              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
15457              "location": "query",
15458              "type": "string"
15459            }
15460          },
15461          "path": "projects/{project}/regions/{region}/nodeTemplates/{nodeTemplate}",
15462          "response": {
15463            "$ref": "Operation"
15464          },
15465          "scopes": [
15466            "https://www.googleapis.com/auth/cloud-platform",
15467            "https://www.googleapis.com/auth/compute"
15468          ]
15469        },
15470        "get": {
15471          "description": "Returns the specified node template. Gets a list of available node templates by making a list() request.",
15472          "httpMethod": "GET",
15473          "id": "compute.nodeTemplates.get",
15474          "parameterOrder": [
15475            "project",
15476            "region",
15477            "nodeTemplate"
15478          ],
15479          "parameters": {
15480            "nodeTemplate": {
15481              "description": "Name of the node template to return.",
15482              "location": "path",
15483              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
15484              "required": true,
15485              "type": "string"
15486            },
15487            "project": {
15488              "description": "Project ID for this request.",
15489              "location": "path",
15490              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
15491              "required": true,
15492              "type": "string"
15493            },
15494            "region": {
15495              "description": "The name of the region for this request.",
15496              "location": "path",
15497              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
15498              "required": true,
15499              "type": "string"
15500            }
15501          },
15502          "path": "projects/{project}/regions/{region}/nodeTemplates/{nodeTemplate}",
15503          "response": {
15504            "$ref": "NodeTemplate"
15505          },
15506          "scopes": [
15507            "https://www.googleapis.com/auth/cloud-platform",
15508            "https://www.googleapis.com/auth/compute",
15509            "https://www.googleapis.com/auth/compute.readonly"
15510          ]
15511        },
15512        "getIamPolicy": {
15513          "description": "Gets the access control policy for a resource. May be empty if no such policy or resource exists.",
15514          "httpMethod": "GET",
15515          "id": "compute.nodeTemplates.getIamPolicy",
15516          "parameterOrder": [
15517            "project",
15518            "region",
15519            "resource"
15520          ],
15521          "parameters": {
15522            "optionsRequestedPolicyVersion": {
15523              "description": "Requested IAM Policy version.",
15524              "format": "int32",
15525              "location": "query",
15526              "type": "integer"
15527            },
15528            "project": {
15529              "description": "Project ID for this request.",
15530              "location": "path",
15531              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
15532              "required": true,
15533              "type": "string"
15534            },
15535            "region": {
15536              "description": "The name of the region for this request.",
15537              "location": "path",
15538              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
15539              "required": true,
15540              "type": "string"
15541            },
15542            "resource": {
15543              "description": "Name or id of the resource for this request.",
15544              "location": "path",
15545              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
15546              "required": true,
15547              "type": "string"
15548            }
15549          },
15550          "path": "projects/{project}/regions/{region}/nodeTemplates/{resource}/getIamPolicy",
15551          "response": {
15552            "$ref": "Policy"
15553          },
15554          "scopes": [
15555            "https://www.googleapis.com/auth/cloud-platform",
15556            "https://www.googleapis.com/auth/compute",
15557            "https://www.googleapis.com/auth/compute.readonly"
15558          ]
15559        },
15560        "insert": {
15561          "description": "Creates a NodeTemplate resource in the specified project using the data included in the request.",
15562          "httpMethod": "POST",
15563          "id": "compute.nodeTemplates.insert",
15564          "parameterOrder": [
15565            "project",
15566            "region"
15567          ],
15568          "parameters": {
15569            "project": {
15570              "description": "Project ID for this request.",
15571              "location": "path",
15572              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
15573              "required": true,
15574              "type": "string"
15575            },
15576            "region": {
15577              "description": "The name of the region for this request.",
15578              "location": "path",
15579              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
15580              "required": true,
15581              "type": "string"
15582            },
15583            "requestId": {
15584              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
15585              "location": "query",
15586              "type": "string"
15587            }
15588          },
15589          "path": "projects/{project}/regions/{region}/nodeTemplates",
15590          "request": {
15591            "$ref": "NodeTemplate"
15592          },
15593          "response": {
15594            "$ref": "Operation"
15595          },
15596          "scopes": [
15597            "https://www.googleapis.com/auth/cloud-platform",
15598            "https://www.googleapis.com/auth/compute"
15599          ]
15600        },
15601        "list": {
15602          "description": "Retrieves a list of node templates available to the specified project.",
15603          "httpMethod": "GET",
15604          "id": "compute.nodeTemplates.list",
15605          "parameterOrder": [
15606            "project",
15607            "region"
15608          ],
15609          "parameters": {
15610            "filter": {
15611              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
15612              "location": "query",
15613              "type": "string"
15614            },
15615            "maxResults": {
15616              "default": "500",
15617              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
15618              "format": "uint32",
15619              "location": "query",
15620              "minimum": "0",
15621              "type": "integer"
15622            },
15623            "orderBy": {
15624              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
15625              "location": "query",
15626              "type": "string"
15627            },
15628            "pageToken": {
15629              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
15630              "location": "query",
15631              "type": "string"
15632            },
15633            "project": {
15634              "description": "Project ID for this request.",
15635              "location": "path",
15636              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
15637              "required": true,
15638              "type": "string"
15639            },
15640            "region": {
15641              "description": "The name of the region for this request.",
15642              "location": "path",
15643              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
15644              "required": true,
15645              "type": "string"
15646            },
15647            "returnPartialSuccess": {
15648              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
15649              "location": "query",
15650              "type": "boolean"
15651            }
15652          },
15653          "path": "projects/{project}/regions/{region}/nodeTemplates",
15654          "response": {
15655            "$ref": "NodeTemplateList"
15656          },
15657          "scopes": [
15658            "https://www.googleapis.com/auth/cloud-platform",
15659            "https://www.googleapis.com/auth/compute",
15660            "https://www.googleapis.com/auth/compute.readonly"
15661          ]
15662        },
15663        "setIamPolicy": {
15664          "description": "Sets the access control policy on the specified resource. Replaces any existing policy.",
15665          "httpMethod": "POST",
15666          "id": "compute.nodeTemplates.setIamPolicy",
15667          "parameterOrder": [
15668            "project",
15669            "region",
15670            "resource"
15671          ],
15672          "parameters": {
15673            "project": {
15674              "description": "Project ID for this request.",
15675              "location": "path",
15676              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
15677              "required": true,
15678              "type": "string"
15679            },
15680            "region": {
15681              "description": "The name of the region for this request.",
15682              "location": "path",
15683              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
15684              "required": true,
15685              "type": "string"
15686            },
15687            "resource": {
15688              "description": "Name or id of the resource for this request.",
15689              "location": "path",
15690              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
15691              "required": true,
15692              "type": "string"
15693            }
15694          },
15695          "path": "projects/{project}/regions/{region}/nodeTemplates/{resource}/setIamPolicy",
15696          "request": {
15697            "$ref": "RegionSetPolicyRequest"
15698          },
15699          "response": {
15700            "$ref": "Policy"
15701          },
15702          "scopes": [
15703            "https://www.googleapis.com/auth/cloud-platform",
15704            "https://www.googleapis.com/auth/compute"
15705          ]
15706        },
15707        "testIamPermissions": {
15708          "description": "Returns permissions that a caller has on the specified resource.",
15709          "httpMethod": "POST",
15710          "id": "compute.nodeTemplates.testIamPermissions",
15711          "parameterOrder": [
15712            "project",
15713            "region",
15714            "resource"
15715          ],
15716          "parameters": {
15717            "project": {
15718              "description": "Project ID for this request.",
15719              "location": "path",
15720              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
15721              "required": true,
15722              "type": "string"
15723            },
15724            "region": {
15725              "description": "The name of the region for this request.",
15726              "location": "path",
15727              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
15728              "required": true,
15729              "type": "string"
15730            },
15731            "resource": {
15732              "description": "Name or id of the resource for this request.",
15733              "location": "path",
15734              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
15735              "required": true,
15736              "type": "string"
15737            }
15738          },
15739          "path": "projects/{project}/regions/{region}/nodeTemplates/{resource}/testIamPermissions",
15740          "request": {
15741            "$ref": "TestPermissionsRequest"
15742          },
15743          "response": {
15744            "$ref": "TestPermissionsResponse"
15745          },
15746          "scopes": [
15747            "https://www.googleapis.com/auth/cloud-platform",
15748            "https://www.googleapis.com/auth/compute",
15749            "https://www.googleapis.com/auth/compute.readonly"
15750          ]
15751        }
15752      }
15753    },
15754    "nodeTypes": {
15755      "methods": {
15756        "aggregatedList": {
15757          "description": "Retrieves an aggregated list of node types.",
15758          "httpMethod": "GET",
15759          "id": "compute.nodeTypes.aggregatedList",
15760          "parameterOrder": [
15761            "project"
15762          ],
15763          "parameters": {
15764            "filter": {
15765              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
15766              "location": "query",
15767              "type": "string"
15768            },
15769            "includeAllScopes": {
15770              "description": "Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.",
15771              "location": "query",
15772              "type": "boolean"
15773            },
15774            "maxResults": {
15775              "default": "500",
15776              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
15777              "format": "uint32",
15778              "location": "query",
15779              "minimum": "0",
15780              "type": "integer"
15781            },
15782            "orderBy": {
15783              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
15784              "location": "query",
15785              "type": "string"
15786            },
15787            "pageToken": {
15788              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
15789              "location": "query",
15790              "type": "string"
15791            },
15792            "project": {
15793              "description": "Project ID for this request.",
15794              "location": "path",
15795              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
15796              "required": true,
15797              "type": "string"
15798            },
15799            "returnPartialSuccess": {
15800              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
15801              "location": "query",
15802              "type": "boolean"
15803            }
15804          },
15805          "path": "projects/{project}/aggregated/nodeTypes",
15806          "response": {
15807            "$ref": "NodeTypeAggregatedList"
15808          },
15809          "scopes": [
15810            "https://www.googleapis.com/auth/cloud-platform",
15811            "https://www.googleapis.com/auth/compute",
15812            "https://www.googleapis.com/auth/compute.readonly"
15813          ]
15814        },
15815        "get": {
15816          "description": "Returns the specified node type. Gets a list of available node types by making a list() request.",
15817          "httpMethod": "GET",
15818          "id": "compute.nodeTypes.get",
15819          "parameterOrder": [
15820            "project",
15821            "zone",
15822            "nodeType"
15823          ],
15824          "parameters": {
15825            "nodeType": {
15826              "description": "Name of the node type to return.",
15827              "location": "path",
15828              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
15829              "required": true,
15830              "type": "string"
15831            },
15832            "project": {
15833              "description": "Project ID for this request.",
15834              "location": "path",
15835              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
15836              "required": true,
15837              "type": "string"
15838            },
15839            "zone": {
15840              "description": "The name of the zone for this request.",
15841              "location": "path",
15842              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
15843              "required": true,
15844              "type": "string"
15845            }
15846          },
15847          "path": "projects/{project}/zones/{zone}/nodeTypes/{nodeType}",
15848          "response": {
15849            "$ref": "NodeType"
15850          },
15851          "scopes": [
15852            "https://www.googleapis.com/auth/cloud-platform",
15853            "https://www.googleapis.com/auth/compute",
15854            "https://www.googleapis.com/auth/compute.readonly"
15855          ]
15856        },
15857        "list": {
15858          "description": "Retrieves a list of node types available to the specified project.",
15859          "httpMethod": "GET",
15860          "id": "compute.nodeTypes.list",
15861          "parameterOrder": [
15862            "project",
15863            "zone"
15864          ],
15865          "parameters": {
15866            "filter": {
15867              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
15868              "location": "query",
15869              "type": "string"
15870            },
15871            "maxResults": {
15872              "default": "500",
15873              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
15874              "format": "uint32",
15875              "location": "query",
15876              "minimum": "0",
15877              "type": "integer"
15878            },
15879            "orderBy": {
15880              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
15881              "location": "query",
15882              "type": "string"
15883            },
15884            "pageToken": {
15885              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
15886              "location": "query",
15887              "type": "string"
15888            },
15889            "project": {
15890              "description": "Project ID for this request.",
15891              "location": "path",
15892              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
15893              "required": true,
15894              "type": "string"
15895            },
15896            "returnPartialSuccess": {
15897              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
15898              "location": "query",
15899              "type": "boolean"
15900            },
15901            "zone": {
15902              "description": "The name of the zone for this request.",
15903              "location": "path",
15904              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
15905              "required": true,
15906              "type": "string"
15907            }
15908          },
15909          "path": "projects/{project}/zones/{zone}/nodeTypes",
15910          "response": {
15911            "$ref": "NodeTypeList"
15912          },
15913          "scopes": [
15914            "https://www.googleapis.com/auth/cloud-platform",
15915            "https://www.googleapis.com/auth/compute",
15916            "https://www.googleapis.com/auth/compute.readonly"
15917          ]
15918        }
15919      }
15920    },
15921    "organizationSecurityPolicies": {
15922      "methods": {
15923        "addAssociation": {
15924          "description": "Inserts an association for the specified security policy.",
15925          "httpMethod": "POST",
15926          "id": "compute.organizationSecurityPolicies.addAssociation",
15927          "parameterOrder": [
15928            "securityPolicy"
15929          ],
15930          "parameters": {
15931            "replaceExistingAssociation": {
15932              "description": "Indicates whether or not to replace it if an association of the attachment already exists. This is false by default, in which case an error will be returned if an association already exists.",
15933              "location": "query",
15934              "type": "boolean"
15935            },
15936            "requestId": {
15937              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
15938              "location": "query",
15939              "type": "string"
15940            },
15941            "securityPolicy": {
15942              "description": "Name of the security policy to update.",
15943              "location": "path",
15944              "pattern": "(securityPolicies/)?[0-9]{0,20}",
15945              "required": true,
15946              "type": "string"
15947            }
15948          },
15949          "path": "locations/global/securityPolicies/{securityPolicy}/addAssociation",
15950          "request": {
15951            "$ref": "SecurityPolicyAssociation"
15952          },
15953          "response": {
15954            "$ref": "Operation"
15955          },
15956          "scopes": [
15957            "https://www.googleapis.com/auth/cloud-platform",
15958            "https://www.googleapis.com/auth/compute"
15959          ]
15960        },
15961        "addRule": {
15962          "description": "Inserts a rule into a security policy.",
15963          "httpMethod": "POST",
15964          "id": "compute.organizationSecurityPolicies.addRule",
15965          "parameterOrder": [
15966            "securityPolicy"
15967          ],
15968          "parameters": {
15969            "requestId": {
15970              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
15971              "location": "query",
15972              "type": "string"
15973            },
15974            "securityPolicy": {
15975              "description": "Name of the security policy to update.",
15976              "location": "path",
15977              "pattern": "(securityPolicies/)?[0-9]{0,20}",
15978              "required": true,
15979              "type": "string"
15980            }
15981          },
15982          "path": "locations/global/securityPolicies/{securityPolicy}/addRule",
15983          "request": {
15984            "$ref": "SecurityPolicyRule"
15985          },
15986          "response": {
15987            "$ref": "Operation"
15988          },
15989          "scopes": [
15990            "https://www.googleapis.com/auth/cloud-platform",
15991            "https://www.googleapis.com/auth/compute"
15992          ]
15993        },
15994        "copyRules": {
15995          "description": "Copies rules to the specified security policy.",
15996          "httpMethod": "POST",
15997          "id": "compute.organizationSecurityPolicies.copyRules",
15998          "parameterOrder": [
15999            "securityPolicy"
16000          ],
16001          "parameters": {
16002            "requestId": {
16003              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
16004              "location": "query",
16005              "type": "string"
16006            },
16007            "securityPolicy": {
16008              "description": "Name of the security policy to update.",
16009              "location": "path",
16010              "pattern": "(securityPolicies/)?[0-9]{0,20}",
16011              "required": true,
16012              "type": "string"
16013            },
16014            "sourceSecurityPolicy": {
16015              "description": "The security policy from which to copy rules.",
16016              "location": "query",
16017              "type": "string"
16018            }
16019          },
16020          "path": "locations/global/securityPolicies/{securityPolicy}/copyRules",
16021          "response": {
16022            "$ref": "Operation"
16023          },
16024          "scopes": [
16025            "https://www.googleapis.com/auth/cloud-platform",
16026            "https://www.googleapis.com/auth/compute"
16027          ]
16028        },
16029        "delete": {
16030          "description": "Deletes the specified policy.",
16031          "httpMethod": "DELETE",
16032          "id": "compute.organizationSecurityPolicies.delete",
16033          "parameterOrder": [
16034            "securityPolicy"
16035          ],
16036          "parameters": {
16037            "requestId": {
16038              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
16039              "location": "query",
16040              "type": "string"
16041            },
16042            "securityPolicy": {
16043              "description": "Name of the security policy to delete.",
16044              "location": "path",
16045              "pattern": "(securityPolicies/)?[0-9]{0,20}",
16046              "required": true,
16047              "type": "string"
16048            }
16049          },
16050          "path": "locations/global/securityPolicies/{securityPolicy}",
16051          "response": {
16052            "$ref": "Operation"
16053          },
16054          "scopes": [
16055            "https://www.googleapis.com/auth/cloud-platform",
16056            "https://www.googleapis.com/auth/compute"
16057          ]
16058        },
16059        "get": {
16060          "description": "List all of the ordered rules present in a single specified policy.",
16061          "httpMethod": "GET",
16062          "id": "compute.organizationSecurityPolicies.get",
16063          "parameterOrder": [
16064            "securityPolicy"
16065          ],
16066          "parameters": {
16067            "securityPolicy": {
16068              "description": "Name of the security policy to get.",
16069              "location": "path",
16070              "pattern": "(securityPolicies/)?[0-9]{0,20}",
16071              "required": true,
16072              "type": "string"
16073            }
16074          },
16075          "path": "locations/global/securityPolicies/{securityPolicy}",
16076          "response": {
16077            "$ref": "SecurityPolicy"
16078          },
16079          "scopes": [
16080            "https://www.googleapis.com/auth/cloud-platform",
16081            "https://www.googleapis.com/auth/compute",
16082            "https://www.googleapis.com/auth/compute.readonly"
16083          ]
16084        },
16085        "getAssociation": {
16086          "description": "Gets an association with the specified name.",
16087          "httpMethod": "GET",
16088          "id": "compute.organizationSecurityPolicies.getAssociation",
16089          "parameterOrder": [
16090            "securityPolicy"
16091          ],
16092          "parameters": {
16093            "name": {
16094              "description": "The name of the association to get from the security policy.",
16095              "location": "query",
16096              "type": "string"
16097            },
16098            "securityPolicy": {
16099              "description": "Name of the security policy to which the queried rule belongs.",
16100              "location": "path",
16101              "pattern": "(securityPolicies/)?[0-9]{0,20}",
16102              "required": true,
16103              "type": "string"
16104            }
16105          },
16106          "path": "locations/global/securityPolicies/{securityPolicy}/getAssociation",
16107          "response": {
16108            "$ref": "SecurityPolicyAssociation"
16109          },
16110          "scopes": [
16111            "https://www.googleapis.com/auth/cloud-platform",
16112            "https://www.googleapis.com/auth/compute",
16113            "https://www.googleapis.com/auth/compute.readonly"
16114          ]
16115        },
16116        "getRule": {
16117          "description": "Gets a rule at the specified priority.",
16118          "httpMethod": "GET",
16119          "id": "compute.organizationSecurityPolicies.getRule",
16120          "parameterOrder": [
16121            "securityPolicy"
16122          ],
16123          "parameters": {
16124            "priority": {
16125              "description": "The priority of the rule to get from the security policy.",
16126              "format": "int32",
16127              "location": "query",
16128              "type": "integer"
16129            },
16130            "securityPolicy": {
16131              "description": "Name of the security policy to which the queried rule belongs.",
16132              "location": "path",
16133              "pattern": "(securityPolicies/)?[0-9]{0,20}",
16134              "required": true,
16135              "type": "string"
16136            }
16137          },
16138          "path": "locations/global/securityPolicies/{securityPolicy}/getRule",
16139          "response": {
16140            "$ref": "SecurityPolicyRule"
16141          },
16142          "scopes": [
16143            "https://www.googleapis.com/auth/cloud-platform",
16144            "https://www.googleapis.com/auth/compute",
16145            "https://www.googleapis.com/auth/compute.readonly"
16146          ]
16147        },
16148        "insert": {
16149          "description": "Creates a new policy in the specified project using the data included in the request.",
16150          "httpMethod": "POST",
16151          "id": "compute.organizationSecurityPolicies.insert",
16152          "parameters": {
16153            "parentId": {
16154              "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.",
16155              "location": "query",
16156              "type": "string"
16157            },
16158            "requestId": {
16159              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
16160              "location": "query",
16161              "type": "string"
16162            }
16163          },
16164          "path": "locations/global/securityPolicies",
16165          "request": {
16166            "$ref": "SecurityPolicy"
16167          },
16168          "response": {
16169            "$ref": "Operation"
16170          },
16171          "scopes": [
16172            "https://www.googleapis.com/auth/cloud-platform",
16173            "https://www.googleapis.com/auth/compute"
16174          ]
16175        },
16176        "list": {
16177          "description": "List all the policies that have been configured for the specified project.",
16178          "httpMethod": "GET",
16179          "id": "compute.organizationSecurityPolicies.list",
16180          "parameters": {
16181            "filter": {
16182              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
16183              "location": "query",
16184              "type": "string"
16185            },
16186            "maxResults": {
16187              "default": "500",
16188              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
16189              "format": "uint32",
16190              "location": "query",
16191              "minimum": "0",
16192              "type": "integer"
16193            },
16194            "orderBy": {
16195              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
16196              "location": "query",
16197              "type": "string"
16198            },
16199            "pageToken": {
16200              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
16201              "location": "query",
16202              "type": "string"
16203            },
16204            "parentId": {
16205              "description": "Parent ID for this request.",
16206              "location": "query",
16207              "type": "string"
16208            },
16209            "returnPartialSuccess": {
16210              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
16211              "location": "query",
16212              "type": "boolean"
16213            }
16214          },
16215          "path": "locations/global/securityPolicies",
16216          "response": {
16217            "$ref": "SecurityPolicyList"
16218          },
16219          "scopes": [
16220            "https://www.googleapis.com/auth/cloud-platform",
16221            "https://www.googleapis.com/auth/compute",
16222            "https://www.googleapis.com/auth/compute.readonly"
16223          ]
16224        },
16225        "listAssociations": {
16226          "description": "Lists associations of a specified target, i.e., organization or folder.",
16227          "httpMethod": "GET",
16228          "id": "compute.organizationSecurityPolicies.listAssociations",
16229          "parameters": {
16230            "targetResource": {
16231              "description": "The target resource to list associations. It is an organization, or a folder.",
16232              "location": "query",
16233              "type": "string"
16234            }
16235          },
16236          "path": "locations/global/securityPolicies/listAssociations",
16237          "response": {
16238            "$ref": "OrganizationSecurityPoliciesListAssociationsResponse"
16239          },
16240          "scopes": [
16241            "https://www.googleapis.com/auth/cloud-platform",
16242            "https://www.googleapis.com/auth/compute"
16243          ]
16244        },
16245        "move": {
16246          "description": "Moves the specified security policy.",
16247          "httpMethod": "POST",
16248          "id": "compute.organizationSecurityPolicies.move",
16249          "parameterOrder": [
16250            "securityPolicy"
16251          ],
16252          "parameters": {
16253            "parentId": {
16254              "description": "The new parent of the security policy.",
16255              "location": "query",
16256              "type": "string"
16257            },
16258            "requestId": {
16259              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
16260              "location": "query",
16261              "type": "string"
16262            },
16263            "securityPolicy": {
16264              "description": "Name of the security policy to update.",
16265              "location": "path",
16266              "pattern": "(securityPolicies/)?[0-9]{0,20}",
16267              "required": true,
16268              "type": "string"
16269            }
16270          },
16271          "path": "locations/global/securityPolicies/{securityPolicy}/move",
16272          "response": {
16273            "$ref": "Operation"
16274          },
16275          "scopes": [
16276            "https://www.googleapis.com/auth/cloud-platform",
16277            "https://www.googleapis.com/auth/compute"
16278          ]
16279        },
16280        "patch": {
16281          "description": "Patches the specified policy with the data included in the request.",
16282          "httpMethod": "PATCH",
16283          "id": "compute.organizationSecurityPolicies.patch",
16284          "parameterOrder": [
16285            "securityPolicy"
16286          ],
16287          "parameters": {
16288            "requestId": {
16289              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
16290              "location": "query",
16291              "type": "string"
16292            },
16293            "securityPolicy": {
16294              "description": "Name of the security policy to update.",
16295              "location": "path",
16296              "pattern": "(securityPolicies/)?[0-9]{0,20}",
16297              "required": true,
16298              "type": "string"
16299            }
16300          },
16301          "path": "locations/global/securityPolicies/{securityPolicy}",
16302          "request": {
16303            "$ref": "SecurityPolicy"
16304          },
16305          "response": {
16306            "$ref": "Operation"
16307          },
16308          "scopes": [
16309            "https://www.googleapis.com/auth/cloud-platform",
16310            "https://www.googleapis.com/auth/compute"
16311          ]
16312        },
16313        "patchRule": {
16314          "description": "Patches a rule at the specified priority.",
16315          "httpMethod": "POST",
16316          "id": "compute.organizationSecurityPolicies.patchRule",
16317          "parameterOrder": [
16318            "securityPolicy"
16319          ],
16320          "parameters": {
16321            "priority": {
16322              "description": "The priority of the rule to patch.",
16323              "format": "int32",
16324              "location": "query",
16325              "type": "integer"
16326            },
16327            "requestId": {
16328              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
16329              "location": "query",
16330              "type": "string"
16331            },
16332            "securityPolicy": {
16333              "description": "Name of the security policy to update.",
16334              "location": "path",
16335              "pattern": "(securityPolicies/)?[0-9]{0,20}",
16336              "required": true,
16337              "type": "string"
16338            }
16339          },
16340          "path": "locations/global/securityPolicies/{securityPolicy}/patchRule",
16341          "request": {
16342            "$ref": "SecurityPolicyRule"
16343          },
16344          "response": {
16345            "$ref": "Operation"
16346          },
16347          "scopes": [
16348            "https://www.googleapis.com/auth/cloud-platform",
16349            "https://www.googleapis.com/auth/compute"
16350          ]
16351        },
16352        "removeAssociation": {
16353          "description": "Removes an association for the specified security policy.",
16354          "httpMethod": "POST",
16355          "id": "compute.organizationSecurityPolicies.removeAssociation",
16356          "parameterOrder": [
16357            "securityPolicy"
16358          ],
16359          "parameters": {
16360            "name": {
16361              "description": "Name for the attachment that will be removed.",
16362              "location": "query",
16363              "type": "string"
16364            },
16365            "requestId": {
16366              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
16367              "location": "query",
16368              "type": "string"
16369            },
16370            "securityPolicy": {
16371              "description": "Name of the security policy to update.",
16372              "location": "path",
16373              "pattern": "(securityPolicies/)?[0-9]{0,20}",
16374              "required": true,
16375              "type": "string"
16376            }
16377          },
16378          "path": "locations/global/securityPolicies/{securityPolicy}/removeAssociation",
16379          "response": {
16380            "$ref": "Operation"
16381          },
16382          "scopes": [
16383            "https://www.googleapis.com/auth/cloud-platform",
16384            "https://www.googleapis.com/auth/compute"
16385          ]
16386        },
16387        "removeRule": {
16388          "description": "Deletes a rule at the specified priority.",
16389          "httpMethod": "POST",
16390          "id": "compute.organizationSecurityPolicies.removeRule",
16391          "parameterOrder": [
16392            "securityPolicy"
16393          ],
16394          "parameters": {
16395            "priority": {
16396              "description": "The priority of the rule to remove from the security policy.",
16397              "format": "int32",
16398              "location": "query",
16399              "type": "integer"
16400            },
16401            "requestId": {
16402              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
16403              "location": "query",
16404              "type": "string"
16405            },
16406            "securityPolicy": {
16407              "description": "Name of the security policy to update.",
16408              "location": "path",
16409              "pattern": "(securityPolicies/)?[0-9]{0,20}",
16410              "required": true,
16411              "type": "string"
16412            }
16413          },
16414          "path": "locations/global/securityPolicies/{securityPolicy}/removeRule",
16415          "response": {
16416            "$ref": "Operation"
16417          },
16418          "scopes": [
16419            "https://www.googleapis.com/auth/cloud-platform",
16420            "https://www.googleapis.com/auth/compute"
16421          ]
16422        }
16423      }
16424    },
16425    "packetMirrorings": {
16426      "methods": {
16427        "aggregatedList": {
16428          "description": "Retrieves an aggregated list of packetMirrorings.",
16429          "httpMethod": "GET",
16430          "id": "compute.packetMirrorings.aggregatedList",
16431          "parameterOrder": [
16432            "project"
16433          ],
16434          "parameters": {
16435            "filter": {
16436              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
16437              "location": "query",
16438              "type": "string"
16439            },
16440            "includeAllScopes": {
16441              "description": "Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.",
16442              "location": "query",
16443              "type": "boolean"
16444            },
16445            "maxResults": {
16446              "default": "500",
16447              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
16448              "format": "uint32",
16449              "location": "query",
16450              "minimum": "0",
16451              "type": "integer"
16452            },
16453            "orderBy": {
16454              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
16455              "location": "query",
16456              "type": "string"
16457            },
16458            "pageToken": {
16459              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
16460              "location": "query",
16461              "type": "string"
16462            },
16463            "project": {
16464              "description": "Project ID for this request.",
16465              "location": "path",
16466              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
16467              "required": true,
16468              "type": "string"
16469            },
16470            "returnPartialSuccess": {
16471              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
16472              "location": "query",
16473              "type": "boolean"
16474            }
16475          },
16476          "path": "projects/{project}/aggregated/packetMirrorings",
16477          "response": {
16478            "$ref": "PacketMirroringAggregatedList"
16479          },
16480          "scopes": [
16481            "https://www.googleapis.com/auth/cloud-platform",
16482            "https://www.googleapis.com/auth/compute",
16483            "https://www.googleapis.com/auth/compute.readonly"
16484          ]
16485        },
16486        "delete": {
16487          "description": "Deletes the specified PacketMirroring resource.",
16488          "httpMethod": "DELETE",
16489          "id": "compute.packetMirrorings.delete",
16490          "parameterOrder": [
16491            "project",
16492            "region",
16493            "packetMirroring"
16494          ],
16495          "parameters": {
16496            "packetMirroring": {
16497              "description": "Name of the PacketMirroring resource to delete.",
16498              "location": "path",
16499              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
16500              "required": true,
16501              "type": "string"
16502            },
16503            "project": {
16504              "description": "Project ID for this request.",
16505              "location": "path",
16506              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
16507              "required": true,
16508              "type": "string"
16509            },
16510            "region": {
16511              "description": "Name of the region for this request.",
16512              "location": "path",
16513              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
16514              "required": true,
16515              "type": "string"
16516            },
16517            "requestId": {
16518              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
16519              "location": "query",
16520              "type": "string"
16521            }
16522          },
16523          "path": "projects/{project}/regions/{region}/packetMirrorings/{packetMirroring}",
16524          "response": {
16525            "$ref": "Operation"
16526          },
16527          "scopes": [
16528            "https://www.googleapis.com/auth/cloud-platform",
16529            "https://www.googleapis.com/auth/compute"
16530          ]
16531        },
16532        "get": {
16533          "description": "Returns the specified PacketMirroring resource.",
16534          "httpMethod": "GET",
16535          "id": "compute.packetMirrorings.get",
16536          "parameterOrder": [
16537            "project",
16538            "region",
16539            "packetMirroring"
16540          ],
16541          "parameters": {
16542            "packetMirroring": {
16543              "description": "Name of the PacketMirroring resource to return.",
16544              "location": "path",
16545              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
16546              "required": true,
16547              "type": "string"
16548            },
16549            "project": {
16550              "description": "Project ID for this request.",
16551              "location": "path",
16552              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
16553              "required": true,
16554              "type": "string"
16555            },
16556            "region": {
16557              "description": "Name of the region for this request.",
16558              "location": "path",
16559              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
16560              "required": true,
16561              "type": "string"
16562            }
16563          },
16564          "path": "projects/{project}/regions/{region}/packetMirrorings/{packetMirroring}",
16565          "response": {
16566            "$ref": "PacketMirroring"
16567          },
16568          "scopes": [
16569            "https://www.googleapis.com/auth/cloud-platform",
16570            "https://www.googleapis.com/auth/compute",
16571            "https://www.googleapis.com/auth/compute.readonly"
16572          ]
16573        },
16574        "insert": {
16575          "description": "Creates a PacketMirroring resource in the specified project and region using the data included in the request.",
16576          "httpMethod": "POST",
16577          "id": "compute.packetMirrorings.insert",
16578          "parameterOrder": [
16579            "project",
16580            "region"
16581          ],
16582          "parameters": {
16583            "project": {
16584              "description": "Project ID for this request.",
16585              "location": "path",
16586              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
16587              "required": true,
16588              "type": "string"
16589            },
16590            "region": {
16591              "description": "Name of the region for this request.",
16592              "location": "path",
16593              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
16594              "required": true,
16595              "type": "string"
16596            },
16597            "requestId": {
16598              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
16599              "location": "query",
16600              "type": "string"
16601            }
16602          },
16603          "path": "projects/{project}/regions/{region}/packetMirrorings",
16604          "request": {
16605            "$ref": "PacketMirroring"
16606          },
16607          "response": {
16608            "$ref": "Operation"
16609          },
16610          "scopes": [
16611            "https://www.googleapis.com/auth/cloud-platform",
16612            "https://www.googleapis.com/auth/compute"
16613          ]
16614        },
16615        "list": {
16616          "description": "Retrieves a list of PacketMirroring resources available to the specified project and region.",
16617          "httpMethod": "GET",
16618          "id": "compute.packetMirrorings.list",
16619          "parameterOrder": [
16620            "project",
16621            "region"
16622          ],
16623          "parameters": {
16624            "filter": {
16625              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
16626              "location": "query",
16627              "type": "string"
16628            },
16629            "maxResults": {
16630              "default": "500",
16631              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
16632              "format": "uint32",
16633              "location": "query",
16634              "minimum": "0",
16635              "type": "integer"
16636            },
16637            "orderBy": {
16638              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
16639              "location": "query",
16640              "type": "string"
16641            },
16642            "pageToken": {
16643              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
16644              "location": "query",
16645              "type": "string"
16646            },
16647            "project": {
16648              "description": "Project ID for this request.",
16649              "location": "path",
16650              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
16651              "required": true,
16652              "type": "string"
16653            },
16654            "region": {
16655              "description": "Name of the region for this request.",
16656              "location": "path",
16657              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
16658              "required": true,
16659              "type": "string"
16660            },
16661            "returnPartialSuccess": {
16662              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
16663              "location": "query",
16664              "type": "boolean"
16665            }
16666          },
16667          "path": "projects/{project}/regions/{region}/packetMirrorings",
16668          "response": {
16669            "$ref": "PacketMirroringList"
16670          },
16671          "scopes": [
16672            "https://www.googleapis.com/auth/cloud-platform",
16673            "https://www.googleapis.com/auth/compute",
16674            "https://www.googleapis.com/auth/compute.readonly"
16675          ]
16676        },
16677        "patch": {
16678          "description": "Patches the specified PacketMirroring resource with the data included in the request. This method supports PATCH semantics and uses JSON merge patch format and processing rules.",
16679          "httpMethod": "PATCH",
16680          "id": "compute.packetMirrorings.patch",
16681          "parameterOrder": [
16682            "project",
16683            "region",
16684            "packetMirroring"
16685          ],
16686          "parameters": {
16687            "packetMirroring": {
16688              "description": "Name of the PacketMirroring resource to patch.",
16689              "location": "path",
16690              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
16691              "required": true,
16692              "type": "string"
16693            },
16694            "project": {
16695              "description": "Project ID for this request.",
16696              "location": "path",
16697              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
16698              "required": true,
16699              "type": "string"
16700            },
16701            "region": {
16702              "description": "Name of the region for this request.",
16703              "location": "path",
16704              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
16705              "required": true,
16706              "type": "string"
16707            },
16708            "requestId": {
16709              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
16710              "location": "query",
16711              "type": "string"
16712            }
16713          },
16714          "path": "projects/{project}/regions/{region}/packetMirrorings/{packetMirroring}",
16715          "request": {
16716            "$ref": "PacketMirroring"
16717          },
16718          "response": {
16719            "$ref": "Operation"
16720          },
16721          "scopes": [
16722            "https://www.googleapis.com/auth/cloud-platform",
16723            "https://www.googleapis.com/auth/compute"
16724          ]
16725        },
16726        "testIamPermissions": {
16727          "description": "Returns permissions that a caller has on the specified resource.",
16728          "httpMethod": "POST",
16729          "id": "compute.packetMirrorings.testIamPermissions",
16730          "parameterOrder": [
16731            "project",
16732            "region",
16733            "resource"
16734          ],
16735          "parameters": {
16736            "project": {
16737              "description": "Project ID for this request.",
16738              "location": "path",
16739              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
16740              "required": true,
16741              "type": "string"
16742            },
16743            "region": {
16744              "description": "The name of the region for this request.",
16745              "location": "path",
16746              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
16747              "required": true,
16748              "type": "string"
16749            },
16750            "resource": {
16751              "description": "Name or id of the resource for this request.",
16752              "location": "path",
16753              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
16754              "required": true,
16755              "type": "string"
16756            }
16757          },
16758          "path": "projects/{project}/regions/{region}/packetMirrorings/{resource}/testIamPermissions",
16759          "request": {
16760            "$ref": "TestPermissionsRequest"
16761          },
16762          "response": {
16763            "$ref": "TestPermissionsResponse"
16764          },
16765          "scopes": [
16766            "https://www.googleapis.com/auth/cloud-platform",
16767            "https://www.googleapis.com/auth/compute",
16768            "https://www.googleapis.com/auth/compute.readonly"
16769          ]
16770        }
16771      }
16772    },
16773    "projects": {
16774      "methods": {
16775        "disableXpnHost": {
16776          "description": "Disable this project as a shared VPC host project.",
16777          "httpMethod": "POST",
16778          "id": "compute.projects.disableXpnHost",
16779          "parameterOrder": [
16780            "project"
16781          ],
16782          "parameters": {
16783            "project": {
16784              "description": "Project ID for this request.",
16785              "location": "path",
16786              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
16787              "required": true,
16788              "type": "string"
16789            },
16790            "requestId": {
16791              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
16792              "location": "query",
16793              "type": "string"
16794            }
16795          },
16796          "path": "projects/{project}/disableXpnHost",
16797          "response": {
16798            "$ref": "Operation"
16799          },
16800          "scopes": [
16801            "https://www.googleapis.com/auth/cloud-platform",
16802            "https://www.googleapis.com/auth/compute"
16803          ]
16804        },
16805        "disableXpnResource": {
16806          "description": "Disable a service resource (also known as service project) associated with this host project.",
16807          "httpMethod": "POST",
16808          "id": "compute.projects.disableXpnResource",
16809          "parameterOrder": [
16810            "project"
16811          ],
16812          "parameters": {
16813            "project": {
16814              "description": "Project ID for this request.",
16815              "location": "path",
16816              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
16817              "required": true,
16818              "type": "string"
16819            },
16820            "requestId": {
16821              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
16822              "location": "query",
16823              "type": "string"
16824            }
16825          },
16826          "path": "projects/{project}/disableXpnResource",
16827          "request": {
16828            "$ref": "ProjectsDisableXpnResourceRequest"
16829          },
16830          "response": {
16831            "$ref": "Operation"
16832          },
16833          "scopes": [
16834            "https://www.googleapis.com/auth/cloud-platform",
16835            "https://www.googleapis.com/auth/compute"
16836          ]
16837        },
16838        "enableXpnHost": {
16839          "description": "Enable this project as a shared VPC host project.",
16840          "httpMethod": "POST",
16841          "id": "compute.projects.enableXpnHost",
16842          "parameterOrder": [
16843            "project"
16844          ],
16845          "parameters": {
16846            "project": {
16847              "description": "Project ID for this request.",
16848              "location": "path",
16849              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
16850              "required": true,
16851              "type": "string"
16852            },
16853            "requestId": {
16854              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
16855              "location": "query",
16856              "type": "string"
16857            }
16858          },
16859          "path": "projects/{project}/enableXpnHost",
16860          "response": {
16861            "$ref": "Operation"
16862          },
16863          "scopes": [
16864            "https://www.googleapis.com/auth/cloud-platform",
16865            "https://www.googleapis.com/auth/compute"
16866          ]
16867        },
16868        "enableXpnResource": {
16869          "description": "Enable service resource (a.k.a service project) for a host project, so that subnets in the host project can be used by instances in the service project.",
16870          "httpMethod": "POST",
16871          "id": "compute.projects.enableXpnResource",
16872          "parameterOrder": [
16873            "project"
16874          ],
16875          "parameters": {
16876            "project": {
16877              "description": "Project ID for this request.",
16878              "location": "path",
16879              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
16880              "required": true,
16881              "type": "string"
16882            },
16883            "requestId": {
16884              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
16885              "location": "query",
16886              "type": "string"
16887            }
16888          },
16889          "path": "projects/{project}/enableXpnResource",
16890          "request": {
16891            "$ref": "ProjectsEnableXpnResourceRequest"
16892          },
16893          "response": {
16894            "$ref": "Operation"
16895          },
16896          "scopes": [
16897            "https://www.googleapis.com/auth/cloud-platform",
16898            "https://www.googleapis.com/auth/compute"
16899          ]
16900        },
16901        "get": {
16902          "description": "Returns the specified Project resource.",
16903          "httpMethod": "GET",
16904          "id": "compute.projects.get",
16905          "parameterOrder": [
16906            "project"
16907          ],
16908          "parameters": {
16909            "project": {
16910              "description": "Project ID for this request.",
16911              "location": "path",
16912              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
16913              "required": true,
16914              "type": "string"
16915            }
16916          },
16917          "path": "projects/{project}",
16918          "response": {
16919            "$ref": "Project"
16920          },
16921          "scopes": [
16922            "https://www.googleapis.com/auth/cloud-platform",
16923            "https://www.googleapis.com/auth/compute",
16924            "https://www.googleapis.com/auth/compute.readonly"
16925          ]
16926        },
16927        "getXpnHost": {
16928          "description": "Gets the shared VPC host project that this project links to. May be empty if no link exists.",
16929          "httpMethod": "GET",
16930          "id": "compute.projects.getXpnHost",
16931          "parameterOrder": [
16932            "project"
16933          ],
16934          "parameters": {
16935            "project": {
16936              "description": "Project ID for this request.",
16937              "location": "path",
16938              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
16939              "required": true,
16940              "type": "string"
16941            }
16942          },
16943          "path": "projects/{project}/getXpnHost",
16944          "response": {
16945            "$ref": "Project"
16946          },
16947          "scopes": [
16948            "https://www.googleapis.com/auth/cloud-platform",
16949            "https://www.googleapis.com/auth/compute"
16950          ]
16951        },
16952        "getXpnResources": {
16953          "description": "Gets service resources (a.k.a service project) associated with this host project.",
16954          "httpMethod": "GET",
16955          "id": "compute.projects.getXpnResources",
16956          "parameterOrder": [
16957            "project"
16958          ],
16959          "parameters": {
16960            "filter": {
16961              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
16962              "location": "query",
16963              "type": "string"
16964            },
16965            "maxResults": {
16966              "default": "500",
16967              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
16968              "format": "uint32",
16969              "location": "query",
16970              "minimum": "0",
16971              "type": "integer"
16972            },
16973            "orderBy": {
16974              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
16975              "location": "query",
16976              "type": "string"
16977            },
16978            "pageToken": {
16979              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
16980              "location": "query",
16981              "type": "string"
16982            },
16983            "project": {
16984              "description": "Project ID for this request.",
16985              "location": "path",
16986              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
16987              "required": true,
16988              "type": "string"
16989            },
16990            "returnPartialSuccess": {
16991              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
16992              "location": "query",
16993              "type": "boolean"
16994            }
16995          },
16996          "path": "projects/{project}/getXpnResources",
16997          "response": {
16998            "$ref": "ProjectsGetXpnResources"
16999          },
17000          "scopes": [
17001            "https://www.googleapis.com/auth/cloud-platform",
17002            "https://www.googleapis.com/auth/compute"
17003          ]
17004        },
17005        "listXpnHosts": {
17006          "description": "Lists all shared VPC host projects visible to the user in an organization.",
17007          "httpMethod": "POST",
17008          "id": "compute.projects.listXpnHosts",
17009          "parameterOrder": [
17010            "project"
17011          ],
17012          "parameters": {
17013            "filter": {
17014              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
17015              "location": "query",
17016              "type": "string"
17017            },
17018            "maxResults": {
17019              "default": "500",
17020              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
17021              "format": "uint32",
17022              "location": "query",
17023              "minimum": "0",
17024              "type": "integer"
17025            },
17026            "orderBy": {
17027              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
17028              "location": "query",
17029              "type": "string"
17030            },
17031            "pageToken": {
17032              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
17033              "location": "query",
17034              "type": "string"
17035            },
17036            "project": {
17037              "description": "Project ID for this request.",
17038              "location": "path",
17039              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
17040              "required": true,
17041              "type": "string"
17042            },
17043            "returnPartialSuccess": {
17044              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
17045              "location": "query",
17046              "type": "boolean"
17047            }
17048          },
17049          "path": "projects/{project}/listXpnHosts",
17050          "request": {
17051            "$ref": "ProjectsListXpnHostsRequest"
17052          },
17053          "response": {
17054            "$ref": "XpnHostList"
17055          },
17056          "scopes": [
17057            "https://www.googleapis.com/auth/cloud-platform",
17058            "https://www.googleapis.com/auth/compute"
17059          ]
17060        },
17061        "moveDisk": {
17062          "description": "Moves a persistent disk from one zone to another.",
17063          "httpMethod": "POST",
17064          "id": "compute.projects.moveDisk",
17065          "parameterOrder": [
17066            "project"
17067          ],
17068          "parameters": {
17069            "project": {
17070              "description": "Project ID for this request.",
17071              "location": "path",
17072              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
17073              "required": true,
17074              "type": "string"
17075            },
17076            "requestId": {
17077              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
17078              "location": "query",
17079              "type": "string"
17080            }
17081          },
17082          "path": "projects/{project}/moveDisk",
17083          "request": {
17084            "$ref": "DiskMoveRequest"
17085          },
17086          "response": {
17087            "$ref": "Operation"
17088          },
17089          "scopes": [
17090            "https://www.googleapis.com/auth/cloud-platform",
17091            "https://www.googleapis.com/auth/compute"
17092          ]
17093        },
17094        "moveInstance": {
17095          "description": "Moves an instance and its attached persistent disks from one zone to another.",
17096          "httpMethod": "POST",
17097          "id": "compute.projects.moveInstance",
17098          "parameterOrder": [
17099            "project"
17100          ],
17101          "parameters": {
17102            "project": {
17103              "description": "Project ID for this request.",
17104              "location": "path",
17105              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
17106              "required": true,
17107              "type": "string"
17108            },
17109            "requestId": {
17110              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
17111              "location": "query",
17112              "type": "string"
17113            }
17114          },
17115          "path": "projects/{project}/moveInstance",
17116          "request": {
17117            "$ref": "InstanceMoveRequest"
17118          },
17119          "response": {
17120            "$ref": "Operation"
17121          },
17122          "scopes": [
17123            "https://www.googleapis.com/auth/cloud-platform",
17124            "https://www.googleapis.com/auth/compute"
17125          ]
17126        },
17127        "setCommonInstanceMetadata": {
17128          "description": "Sets metadata common to all instances within the specified project using the data included in the request.",
17129          "httpMethod": "POST",
17130          "id": "compute.projects.setCommonInstanceMetadata",
17131          "parameterOrder": [
17132            "project"
17133          ],
17134          "parameters": {
17135            "project": {
17136              "description": "Project ID for this request.",
17137              "location": "path",
17138              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
17139              "required": true,
17140              "type": "string"
17141            },
17142            "requestId": {
17143              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
17144              "location": "query",
17145              "type": "string"
17146            }
17147          },
17148          "path": "projects/{project}/setCommonInstanceMetadata",
17149          "request": {
17150            "$ref": "Metadata"
17151          },
17152          "response": {
17153            "$ref": "Operation"
17154          },
17155          "scopes": [
17156            "https://www.googleapis.com/auth/cloud-platform",
17157            "https://www.googleapis.com/auth/compute"
17158          ]
17159        },
17160        "setDefaultNetworkTier": {
17161          "description": "Sets the default network tier of the project. The default network tier is used when an address/forwardingRule/instance is created without specifying the network tier field.",
17162          "httpMethod": "POST",
17163          "id": "compute.projects.setDefaultNetworkTier",
17164          "parameterOrder": [
17165            "project"
17166          ],
17167          "parameters": {
17168            "project": {
17169              "description": "Project ID for this request.",
17170              "location": "path",
17171              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
17172              "required": true,
17173              "type": "string"
17174            },
17175            "requestId": {
17176              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
17177              "location": "query",
17178              "type": "string"
17179            }
17180          },
17181          "path": "projects/{project}/setDefaultNetworkTier",
17182          "request": {
17183            "$ref": "ProjectsSetDefaultNetworkTierRequest"
17184          },
17185          "response": {
17186            "$ref": "Operation"
17187          },
17188          "scopes": [
17189            "https://www.googleapis.com/auth/cloud-platform",
17190            "https://www.googleapis.com/auth/compute"
17191          ]
17192        },
17193        "setDefaultServiceAccount": {
17194          "description": "Sets the default service account of the project. The default service account is used when a VM instance is created with the service account email address set to \"default\".",
17195          "httpMethod": "POST",
17196          "id": "compute.projects.setDefaultServiceAccount",
17197          "parameterOrder": [
17198            "project"
17199          ],
17200          "parameters": {
17201            "project": {
17202              "description": "Project ID for this request.",
17203              "location": "path",
17204              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
17205              "required": true,
17206              "type": "string"
17207            },
17208            "requestId": {
17209              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
17210              "location": "query",
17211              "type": "string"
17212            }
17213          },
17214          "path": "projects/{project}/setDefaultServiceAccount",
17215          "request": {
17216            "$ref": "ProjectsSetDefaultServiceAccountRequest"
17217          },
17218          "response": {
17219            "$ref": "Operation"
17220          },
17221          "scopes": [
17222            "https://www.googleapis.com/auth/cloud-platform",
17223            "https://www.googleapis.com/auth/compute"
17224          ]
17225        },
17226        "setUsageExportBucket": {
17227          "description": "Enables the usage export feature and sets the usage export bucket where reports are stored. If you provide an empty request body using this method, the usage export feature will be disabled.",
17228          "httpMethod": "POST",
17229          "id": "compute.projects.setUsageExportBucket",
17230          "parameterOrder": [
17231            "project"
17232          ],
17233          "parameters": {
17234            "project": {
17235              "description": "Project ID for this request.",
17236              "location": "path",
17237              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
17238              "required": true,
17239              "type": "string"
17240            },
17241            "requestId": {
17242              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
17243              "location": "query",
17244              "type": "string"
17245            }
17246          },
17247          "path": "projects/{project}/setUsageExportBucket",
17248          "request": {
17249            "$ref": "UsageExportLocation"
17250          },
17251          "response": {
17252            "$ref": "Operation"
17253          },
17254          "scopes": [
17255            "https://www.googleapis.com/auth/cloud-platform",
17256            "https://www.googleapis.com/auth/compute",
17257            "https://www.googleapis.com/auth/devstorage.full_control",
17258            "https://www.googleapis.com/auth/devstorage.read_only",
17259            "https://www.googleapis.com/auth/devstorage.read_write"
17260          ]
17261        }
17262      }
17263    },
17264    "publicAdvertisedPrefixes": {
17265      "methods": {
17266        "delete": {
17267          "description": "Deletes the specified PublicAdvertisedPrefix",
17268          "httpMethod": "DELETE",
17269          "id": "compute.publicAdvertisedPrefixes.delete",
17270          "parameterOrder": [
17271            "project",
17272            "publicAdvertisedPrefix"
17273          ],
17274          "parameters": {
17275            "project": {
17276              "description": "Project ID for this request.",
17277              "location": "path",
17278              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
17279              "required": true,
17280              "type": "string"
17281            },
17282            "publicAdvertisedPrefix": {
17283              "description": "Name of the PublicAdvertisedPrefix resource to delete.",
17284              "location": "path",
17285              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
17286              "required": true,
17287              "type": "string"
17288            },
17289            "requestId": {
17290              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
17291              "location": "query",
17292              "type": "string"
17293            }
17294          },
17295          "path": "projects/{project}/global/publicAdvertisedPrefixes/{publicAdvertisedPrefix}",
17296          "response": {
17297            "$ref": "Operation"
17298          },
17299          "scopes": [
17300            "https://www.googleapis.com/auth/cloud-platform",
17301            "https://www.googleapis.com/auth/compute"
17302          ]
17303        },
17304        "get": {
17305          "description": "Returns the specified PublicAdvertisedPrefix resource.",
17306          "httpMethod": "GET",
17307          "id": "compute.publicAdvertisedPrefixes.get",
17308          "parameterOrder": [
17309            "project",
17310            "publicAdvertisedPrefix"
17311          ],
17312          "parameters": {
17313            "project": {
17314              "description": "Project ID for this request.",
17315              "location": "path",
17316              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
17317              "required": true,
17318              "type": "string"
17319            },
17320            "publicAdvertisedPrefix": {
17321              "description": "Name of the PublicAdvertisedPrefix resource to return.",
17322              "location": "path",
17323              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
17324              "required": true,
17325              "type": "string"
17326            }
17327          },
17328          "path": "projects/{project}/global/publicAdvertisedPrefixes/{publicAdvertisedPrefix}",
17329          "response": {
17330            "$ref": "PublicAdvertisedPrefix"
17331          },
17332          "scopes": [
17333            "https://www.googleapis.com/auth/cloud-platform",
17334            "https://www.googleapis.com/auth/compute",
17335            "https://www.googleapis.com/auth/compute.readonly"
17336          ]
17337        },
17338        "insert": {
17339          "description": "Creates a PublicAdvertisedPrefix in the specified project using the parameters that are included in the request.",
17340          "httpMethod": "POST",
17341          "id": "compute.publicAdvertisedPrefixes.insert",
17342          "parameterOrder": [
17343            "project"
17344          ],
17345          "parameters": {
17346            "project": {
17347              "description": "Project ID for this request.",
17348              "location": "path",
17349              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
17350              "required": true,
17351              "type": "string"
17352            },
17353            "requestId": {
17354              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
17355              "location": "query",
17356              "type": "string"
17357            }
17358          },
17359          "path": "projects/{project}/global/publicAdvertisedPrefixes",
17360          "request": {
17361            "$ref": "PublicAdvertisedPrefix"
17362          },
17363          "response": {
17364            "$ref": "Operation"
17365          },
17366          "scopes": [
17367            "https://www.googleapis.com/auth/cloud-platform",
17368            "https://www.googleapis.com/auth/compute"
17369          ]
17370        },
17371        "list": {
17372          "description": "Lists the PublicAdvertisedPrefixes for a project.",
17373          "httpMethod": "GET",
17374          "id": "compute.publicAdvertisedPrefixes.list",
17375          "parameterOrder": [
17376            "project"
17377          ],
17378          "parameters": {
17379            "filter": {
17380              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
17381              "location": "query",
17382              "type": "string"
17383            },
17384            "maxResults": {
17385              "default": "500",
17386              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
17387              "format": "uint32",
17388              "location": "query",
17389              "minimum": "0",
17390              "type": "integer"
17391            },
17392            "orderBy": {
17393              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
17394              "location": "query",
17395              "type": "string"
17396            },
17397            "pageToken": {
17398              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
17399              "location": "query",
17400              "type": "string"
17401            },
17402            "project": {
17403              "description": "Project ID for this request.",
17404              "location": "path",
17405              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
17406              "required": true,
17407              "type": "string"
17408            },
17409            "returnPartialSuccess": {
17410              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
17411              "location": "query",
17412              "type": "boolean"
17413            }
17414          },
17415          "path": "projects/{project}/global/publicAdvertisedPrefixes",
17416          "response": {
17417            "$ref": "PublicAdvertisedPrefixList"
17418          },
17419          "scopes": [
17420            "https://www.googleapis.com/auth/cloud-platform",
17421            "https://www.googleapis.com/auth/compute",
17422            "https://www.googleapis.com/auth/compute.readonly"
17423          ]
17424        },
17425        "patch": {
17426          "description": "Patches the specified Router resource with the data included in the request. This method supports PATCH semantics and uses JSON merge patch format and processing rules.",
17427          "httpMethod": "PATCH",
17428          "id": "compute.publicAdvertisedPrefixes.patch",
17429          "parameterOrder": [
17430            "project",
17431            "publicAdvertisedPrefix"
17432          ],
17433          "parameters": {
17434            "project": {
17435              "description": "Project ID for this request.",
17436              "location": "path",
17437              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
17438              "required": true,
17439              "type": "string"
17440            },
17441            "publicAdvertisedPrefix": {
17442              "description": "Name of the PublicAdvertisedPrefix resource to patch.",
17443              "location": "path",
17444              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
17445              "required": true,
17446              "type": "string"
17447            },
17448            "requestId": {
17449              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
17450              "location": "query",
17451              "type": "string"
17452            }
17453          },
17454          "path": "projects/{project}/global/publicAdvertisedPrefixes/{publicAdvertisedPrefix}",
17455          "request": {
17456            "$ref": "PublicAdvertisedPrefix"
17457          },
17458          "response": {
17459            "$ref": "Operation"
17460          },
17461          "scopes": [
17462            "https://www.googleapis.com/auth/cloud-platform",
17463            "https://www.googleapis.com/auth/compute"
17464          ]
17465        }
17466      }
17467    },
17468    "publicDelegatedPrefixes": {
17469      "methods": {
17470        "aggregatedList": {
17471          "description": "Lists all PublicDelegatedPrefix resources owned by the specific project across all scopes.",
17472          "httpMethod": "GET",
17473          "id": "compute.publicDelegatedPrefixes.aggregatedList",
17474          "parameterOrder": [
17475            "project"
17476          ],
17477          "parameters": {
17478            "filter": {
17479              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
17480              "location": "query",
17481              "type": "string"
17482            },
17483            "includeAllScopes": {
17484              "description": "Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.",
17485              "location": "query",
17486              "type": "boolean"
17487            },
17488            "maxResults": {
17489              "default": "500",
17490              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
17491              "format": "uint32",
17492              "location": "query",
17493              "minimum": "0",
17494              "type": "integer"
17495            },
17496            "orderBy": {
17497              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
17498              "location": "query",
17499              "type": "string"
17500            },
17501            "pageToken": {
17502              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
17503              "location": "query",
17504              "type": "string"
17505            },
17506            "project": {
17507              "description": "Name of the project scoping this request.",
17508              "location": "path",
17509              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
17510              "required": true,
17511              "type": "string"
17512            },
17513            "returnPartialSuccess": {
17514              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
17515              "location": "query",
17516              "type": "boolean"
17517            }
17518          },
17519          "path": "projects/{project}/aggregated/publicDelegatedPrefixes",
17520          "response": {
17521            "$ref": "PublicDelegatedPrefixAggregatedList"
17522          },
17523          "scopes": [
17524            "https://www.googleapis.com/auth/cloud-platform",
17525            "https://www.googleapis.com/auth/compute",
17526            "https://www.googleapis.com/auth/compute.readonly"
17527          ]
17528        },
17529        "delete": {
17530          "description": "Deletes the specified PublicDelegatedPrefix in the given region.",
17531          "httpMethod": "DELETE",
17532          "id": "compute.publicDelegatedPrefixes.delete",
17533          "parameterOrder": [
17534            "project",
17535            "region",
17536            "publicDelegatedPrefix"
17537          ],
17538          "parameters": {
17539            "project": {
17540              "description": "Project ID for this request.",
17541              "location": "path",
17542              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
17543              "required": true,
17544              "type": "string"
17545            },
17546            "publicDelegatedPrefix": {
17547              "description": "Name of the PublicDelegatedPrefix resource to delete.",
17548              "location": "path",
17549              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
17550              "required": true,
17551              "type": "string"
17552            },
17553            "region": {
17554              "description": "Name of the region of this request.",
17555              "location": "path",
17556              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
17557              "required": true,
17558              "type": "string"
17559            },
17560            "requestId": {
17561              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
17562              "location": "query",
17563              "type": "string"
17564            }
17565          },
17566          "path": "projects/{project}/regions/{region}/publicDelegatedPrefixes/{publicDelegatedPrefix}",
17567          "response": {
17568            "$ref": "Operation"
17569          },
17570          "scopes": [
17571            "https://www.googleapis.com/auth/cloud-platform",
17572            "https://www.googleapis.com/auth/compute"
17573          ]
17574        },
17575        "get": {
17576          "description": "Returns the specified PublicDelegatedPrefix resource in the given region.",
17577          "httpMethod": "GET",
17578          "id": "compute.publicDelegatedPrefixes.get",
17579          "parameterOrder": [
17580            "project",
17581            "region",
17582            "publicDelegatedPrefix"
17583          ],
17584          "parameters": {
17585            "project": {
17586              "description": "Project ID for this request.",
17587              "location": "path",
17588              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
17589              "required": true,
17590              "type": "string"
17591            },
17592            "publicDelegatedPrefix": {
17593              "description": "Name of the PublicDelegatedPrefix resource to return.",
17594              "location": "path",
17595              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
17596              "required": true,
17597              "type": "string"
17598            },
17599            "region": {
17600              "description": "Name of the region of this request.",
17601              "location": "path",
17602              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
17603              "required": true,
17604              "type": "string"
17605            }
17606          },
17607          "path": "projects/{project}/regions/{region}/publicDelegatedPrefixes/{publicDelegatedPrefix}",
17608          "response": {
17609            "$ref": "PublicDelegatedPrefix"
17610          },
17611          "scopes": [
17612            "https://www.googleapis.com/auth/cloud-platform",
17613            "https://www.googleapis.com/auth/compute",
17614            "https://www.googleapis.com/auth/compute.readonly"
17615          ]
17616        },
17617        "insert": {
17618          "description": "Creates a PublicDelegatedPrefix in the specified project in the given region using the parameters that are included in the request.",
17619          "httpMethod": "POST",
17620          "id": "compute.publicDelegatedPrefixes.insert",
17621          "parameterOrder": [
17622            "project",
17623            "region"
17624          ],
17625          "parameters": {
17626            "project": {
17627              "description": "Project ID for this request.",
17628              "location": "path",
17629              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
17630              "required": true,
17631              "type": "string"
17632            },
17633            "region": {
17634              "description": "Name of the region of this request.",
17635              "location": "path",
17636              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
17637              "required": true,
17638              "type": "string"
17639            },
17640            "requestId": {
17641              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
17642              "location": "query",
17643              "type": "string"
17644            }
17645          },
17646          "path": "projects/{project}/regions/{region}/publicDelegatedPrefixes",
17647          "request": {
17648            "$ref": "PublicDelegatedPrefix"
17649          },
17650          "response": {
17651            "$ref": "Operation"
17652          },
17653          "scopes": [
17654            "https://www.googleapis.com/auth/cloud-platform",
17655            "https://www.googleapis.com/auth/compute"
17656          ]
17657        },
17658        "list": {
17659          "description": "Lists the PublicDelegatedPrefixes for a project in the given region.",
17660          "httpMethod": "GET",
17661          "id": "compute.publicDelegatedPrefixes.list",
17662          "parameterOrder": [
17663            "project",
17664            "region"
17665          ],
17666          "parameters": {
17667            "filter": {
17668              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
17669              "location": "query",
17670              "type": "string"
17671            },
17672            "maxResults": {
17673              "default": "500",
17674              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
17675              "format": "uint32",
17676              "location": "query",
17677              "minimum": "0",
17678              "type": "integer"
17679            },
17680            "orderBy": {
17681              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
17682              "location": "query",
17683              "type": "string"
17684            },
17685            "pageToken": {
17686              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
17687              "location": "query",
17688              "type": "string"
17689            },
17690            "project": {
17691              "description": "Project ID for this request.",
17692              "location": "path",
17693              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
17694              "required": true,
17695              "type": "string"
17696            },
17697            "region": {
17698              "description": "Name of the region of this request.",
17699              "location": "path",
17700              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
17701              "required": true,
17702              "type": "string"
17703            },
17704            "returnPartialSuccess": {
17705              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
17706              "location": "query",
17707              "type": "boolean"
17708            }
17709          },
17710          "path": "projects/{project}/regions/{region}/publicDelegatedPrefixes",
17711          "response": {
17712            "$ref": "PublicDelegatedPrefixList"
17713          },
17714          "scopes": [
17715            "https://www.googleapis.com/auth/cloud-platform",
17716            "https://www.googleapis.com/auth/compute",
17717            "https://www.googleapis.com/auth/compute.readonly"
17718          ]
17719        },
17720        "patch": {
17721          "description": "Patches the specified PublicDelegatedPrefix resource with the data included in the request. This method supports PATCH semantics and uses JSON merge patch format and processing rules.",
17722          "httpMethod": "PATCH",
17723          "id": "compute.publicDelegatedPrefixes.patch",
17724          "parameterOrder": [
17725            "project",
17726            "region",
17727            "publicDelegatedPrefix"
17728          ],
17729          "parameters": {
17730            "project": {
17731              "description": "Project ID for this request.",
17732              "location": "path",
17733              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
17734              "required": true,
17735              "type": "string"
17736            },
17737            "publicDelegatedPrefix": {
17738              "description": "Name of the PublicDelegatedPrefix resource to patch.",
17739              "location": "path",
17740              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
17741              "required": true,
17742              "type": "string"
17743            },
17744            "region": {
17745              "description": "Name of the region for this request.",
17746              "location": "path",
17747              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
17748              "required": true,
17749              "type": "string"
17750            },
17751            "requestId": {
17752              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
17753              "location": "query",
17754              "type": "string"
17755            }
17756          },
17757          "path": "projects/{project}/regions/{region}/publicDelegatedPrefixes/{publicDelegatedPrefix}",
17758          "request": {
17759            "$ref": "PublicDelegatedPrefix"
17760          },
17761          "response": {
17762            "$ref": "Operation"
17763          },
17764          "scopes": [
17765            "https://www.googleapis.com/auth/cloud-platform",
17766            "https://www.googleapis.com/auth/compute"
17767          ]
17768        }
17769      }
17770    },
17771    "regionAutoscalers": {
17772      "methods": {
17773        "delete": {
17774          "description": "Deletes the specified autoscaler.",
17775          "httpMethod": "DELETE",
17776          "id": "compute.regionAutoscalers.delete",
17777          "parameterOrder": [
17778            "project",
17779            "region",
17780            "autoscaler"
17781          ],
17782          "parameters": {
17783            "autoscaler": {
17784              "description": "Name of the autoscaler to delete.",
17785              "location": "path",
17786              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
17787              "required": true,
17788              "type": "string"
17789            },
17790            "project": {
17791              "description": "Project ID for this request.",
17792              "location": "path",
17793              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
17794              "required": true,
17795              "type": "string"
17796            },
17797            "region": {
17798              "description": "Name of the region scoping this request.",
17799              "location": "path",
17800              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
17801              "required": true,
17802              "type": "string"
17803            },
17804            "requestId": {
17805              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
17806              "location": "query",
17807              "type": "string"
17808            }
17809          },
17810          "path": "projects/{project}/regions/{region}/autoscalers/{autoscaler}",
17811          "response": {
17812            "$ref": "Operation"
17813          },
17814          "scopes": [
17815            "https://www.googleapis.com/auth/cloud-platform",
17816            "https://www.googleapis.com/auth/compute"
17817          ]
17818        },
17819        "get": {
17820          "description": "Returns the specified autoscaler.",
17821          "httpMethod": "GET",
17822          "id": "compute.regionAutoscalers.get",
17823          "parameterOrder": [
17824            "project",
17825            "region",
17826            "autoscaler"
17827          ],
17828          "parameters": {
17829            "autoscaler": {
17830              "description": "Name of the autoscaler to return.",
17831              "location": "path",
17832              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
17833              "required": true,
17834              "type": "string"
17835            },
17836            "project": {
17837              "description": "Project ID for this request.",
17838              "location": "path",
17839              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
17840              "required": true,
17841              "type": "string"
17842            },
17843            "region": {
17844              "description": "Name of the region scoping this request.",
17845              "location": "path",
17846              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
17847              "required": true,
17848              "type": "string"
17849            }
17850          },
17851          "path": "projects/{project}/regions/{region}/autoscalers/{autoscaler}",
17852          "response": {
17853            "$ref": "Autoscaler"
17854          },
17855          "scopes": [
17856            "https://www.googleapis.com/auth/cloud-platform",
17857            "https://www.googleapis.com/auth/compute",
17858            "https://www.googleapis.com/auth/compute.readonly"
17859          ]
17860        },
17861        "insert": {
17862          "description": "Creates an autoscaler in the specified project using the data included in the request.",
17863          "httpMethod": "POST",
17864          "id": "compute.regionAutoscalers.insert",
17865          "parameterOrder": [
17866            "project",
17867            "region"
17868          ],
17869          "parameters": {
17870            "project": {
17871              "description": "Project ID for this request.",
17872              "location": "path",
17873              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
17874              "required": true,
17875              "type": "string"
17876            },
17877            "region": {
17878              "description": "Name of the region scoping this request.",
17879              "location": "path",
17880              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
17881              "required": true,
17882              "type": "string"
17883            },
17884            "requestId": {
17885              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
17886              "location": "query",
17887              "type": "string"
17888            }
17889          },
17890          "path": "projects/{project}/regions/{region}/autoscalers",
17891          "request": {
17892            "$ref": "Autoscaler"
17893          },
17894          "response": {
17895            "$ref": "Operation"
17896          },
17897          "scopes": [
17898            "https://www.googleapis.com/auth/cloud-platform",
17899            "https://www.googleapis.com/auth/compute"
17900          ]
17901        },
17902        "list": {
17903          "description": "Retrieves a list of autoscalers contained within the specified region.",
17904          "httpMethod": "GET",
17905          "id": "compute.regionAutoscalers.list",
17906          "parameterOrder": [
17907            "project",
17908            "region"
17909          ],
17910          "parameters": {
17911            "filter": {
17912              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
17913              "location": "query",
17914              "type": "string"
17915            },
17916            "maxResults": {
17917              "default": "500",
17918              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
17919              "format": "uint32",
17920              "location": "query",
17921              "minimum": "0",
17922              "type": "integer"
17923            },
17924            "orderBy": {
17925              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
17926              "location": "query",
17927              "type": "string"
17928            },
17929            "pageToken": {
17930              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
17931              "location": "query",
17932              "type": "string"
17933            },
17934            "project": {
17935              "description": "Project ID for this request.",
17936              "location": "path",
17937              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
17938              "required": true,
17939              "type": "string"
17940            },
17941            "region": {
17942              "description": "Name of the region scoping this request.",
17943              "location": "path",
17944              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
17945              "required": true,
17946              "type": "string"
17947            },
17948            "returnPartialSuccess": {
17949              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
17950              "location": "query",
17951              "type": "boolean"
17952            }
17953          },
17954          "path": "projects/{project}/regions/{region}/autoscalers",
17955          "response": {
17956            "$ref": "RegionAutoscalerList"
17957          },
17958          "scopes": [
17959            "https://www.googleapis.com/auth/cloud-platform",
17960            "https://www.googleapis.com/auth/compute",
17961            "https://www.googleapis.com/auth/compute.readonly"
17962          ]
17963        },
17964        "patch": {
17965          "description": "Updates an autoscaler in the specified project using the data included in the request. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.",
17966          "httpMethod": "PATCH",
17967          "id": "compute.regionAutoscalers.patch",
17968          "parameterOrder": [
17969            "project",
17970            "region"
17971          ],
17972          "parameters": {
17973            "autoscaler": {
17974              "description": "Name of the autoscaler to patch.",
17975              "location": "query",
17976              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
17977              "type": "string"
17978            },
17979            "project": {
17980              "description": "Project ID for this request.",
17981              "location": "path",
17982              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
17983              "required": true,
17984              "type": "string"
17985            },
17986            "region": {
17987              "description": "Name of the region scoping this request.",
17988              "location": "path",
17989              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
17990              "required": true,
17991              "type": "string"
17992            },
17993            "requestId": {
17994              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
17995              "location": "query",
17996              "type": "string"
17997            }
17998          },
17999          "path": "projects/{project}/regions/{region}/autoscalers",
18000          "request": {
18001            "$ref": "Autoscaler"
18002          },
18003          "response": {
18004            "$ref": "Operation"
18005          },
18006          "scopes": [
18007            "https://www.googleapis.com/auth/cloud-platform",
18008            "https://www.googleapis.com/auth/compute"
18009          ]
18010        },
18011        "testIamPermissions": {
18012          "description": "Returns permissions that a caller has on the specified resource.",
18013          "httpMethod": "POST",
18014          "id": "compute.regionAutoscalers.testIamPermissions",
18015          "parameterOrder": [
18016            "project",
18017            "region",
18018            "resource"
18019          ],
18020          "parameters": {
18021            "project": {
18022              "description": "Project ID for this request.",
18023              "location": "path",
18024              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
18025              "required": true,
18026              "type": "string"
18027            },
18028            "region": {
18029              "description": "The name of the region for this request.",
18030              "location": "path",
18031              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
18032              "required": true,
18033              "type": "string"
18034            },
18035            "resource": {
18036              "description": "Name or id of the resource for this request.",
18037              "location": "path",
18038              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
18039              "required": true,
18040              "type": "string"
18041            }
18042          },
18043          "path": "projects/{project}/regions/{region}/autoscalers/{resource}/testIamPermissions",
18044          "request": {
18045            "$ref": "TestPermissionsRequest"
18046          },
18047          "response": {
18048            "$ref": "TestPermissionsResponse"
18049          },
18050          "scopes": [
18051            "https://www.googleapis.com/auth/cloud-platform",
18052            "https://www.googleapis.com/auth/compute",
18053            "https://www.googleapis.com/auth/compute.readonly"
18054          ]
18055        },
18056        "update": {
18057          "description": "Updates an autoscaler in the specified project using the data included in the request.",
18058          "httpMethod": "PUT",
18059          "id": "compute.regionAutoscalers.update",
18060          "parameterOrder": [
18061            "project",
18062            "region"
18063          ],
18064          "parameters": {
18065            "autoscaler": {
18066              "description": "Name of the autoscaler to update.",
18067              "location": "query",
18068              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
18069              "type": "string"
18070            },
18071            "project": {
18072              "description": "Project ID for this request.",
18073              "location": "path",
18074              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
18075              "required": true,
18076              "type": "string"
18077            },
18078            "region": {
18079              "description": "Name of the region scoping this request.",
18080              "location": "path",
18081              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
18082              "required": true,
18083              "type": "string"
18084            },
18085            "requestId": {
18086              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
18087              "location": "query",
18088              "type": "string"
18089            }
18090          },
18091          "path": "projects/{project}/regions/{region}/autoscalers",
18092          "request": {
18093            "$ref": "Autoscaler"
18094          },
18095          "response": {
18096            "$ref": "Operation"
18097          },
18098          "scopes": [
18099            "https://www.googleapis.com/auth/cloud-platform",
18100            "https://www.googleapis.com/auth/compute"
18101          ]
18102        }
18103      }
18104    },
18105    "regionBackendServices": {
18106      "methods": {
18107        "delete": {
18108          "description": "Deletes the specified regional BackendService resource.",
18109          "httpMethod": "DELETE",
18110          "id": "compute.regionBackendServices.delete",
18111          "parameterOrder": [
18112            "project",
18113            "region",
18114            "backendService"
18115          ],
18116          "parameters": {
18117            "backendService": {
18118              "description": "Name of the BackendService resource to delete.",
18119              "location": "path",
18120              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
18121              "required": true,
18122              "type": "string"
18123            },
18124            "project": {
18125              "description": "Project ID for this request.",
18126              "location": "path",
18127              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
18128              "required": true,
18129              "type": "string"
18130            },
18131            "region": {
18132              "description": "Name of the region scoping this request.",
18133              "location": "path",
18134              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
18135              "required": true,
18136              "type": "string"
18137            },
18138            "requestId": {
18139              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
18140              "location": "query",
18141              "type": "string"
18142            }
18143          },
18144          "path": "projects/{project}/regions/{region}/backendServices/{backendService}",
18145          "response": {
18146            "$ref": "Operation"
18147          },
18148          "scopes": [
18149            "https://www.googleapis.com/auth/cloud-platform",
18150            "https://www.googleapis.com/auth/compute"
18151          ]
18152        },
18153        "get": {
18154          "description": "Returns the specified regional BackendService resource.",
18155          "httpMethod": "GET",
18156          "id": "compute.regionBackendServices.get",
18157          "parameterOrder": [
18158            "project",
18159            "region",
18160            "backendService"
18161          ],
18162          "parameters": {
18163            "backendService": {
18164              "description": "Name of the BackendService resource to return.",
18165              "location": "path",
18166              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
18167              "required": true,
18168              "type": "string"
18169            },
18170            "project": {
18171              "description": "Project ID for this request.",
18172              "location": "path",
18173              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
18174              "required": true,
18175              "type": "string"
18176            },
18177            "region": {
18178              "description": "Name of the region scoping this request.",
18179              "location": "path",
18180              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
18181              "required": true,
18182              "type": "string"
18183            }
18184          },
18185          "path": "projects/{project}/regions/{region}/backendServices/{backendService}",
18186          "response": {
18187            "$ref": "BackendService"
18188          },
18189          "scopes": [
18190            "https://www.googleapis.com/auth/cloud-platform",
18191            "https://www.googleapis.com/auth/compute",
18192            "https://www.googleapis.com/auth/compute.readonly"
18193          ]
18194        },
18195        "getHealth": {
18196          "description": "Gets the most recent health check results for this regional BackendService.",
18197          "httpMethod": "POST",
18198          "id": "compute.regionBackendServices.getHealth",
18199          "parameterOrder": [
18200            "project",
18201            "region",
18202            "backendService"
18203          ],
18204          "parameters": {
18205            "backendService": {
18206              "description": "Name of the BackendService resource for which to get health.",
18207              "location": "path",
18208              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
18209              "required": true,
18210              "type": "string"
18211            },
18212            "project": {
18213              "location": "path",
18214              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
18215              "required": true,
18216              "type": "string"
18217            },
18218            "region": {
18219              "description": "Name of the region scoping this request.",
18220              "location": "path",
18221              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
18222              "required": true,
18223              "type": "string"
18224            }
18225          },
18226          "path": "projects/{project}/regions/{region}/backendServices/{backendService}/getHealth",
18227          "request": {
18228            "$ref": "ResourceGroupReference"
18229          },
18230          "response": {
18231            "$ref": "BackendServiceGroupHealth"
18232          },
18233          "scopes": [
18234            "https://www.googleapis.com/auth/cloud-platform",
18235            "https://www.googleapis.com/auth/compute",
18236            "https://www.googleapis.com/auth/compute.readonly"
18237          ]
18238        },
18239        "insert": {
18240          "description": "Creates a regional BackendService resource in the specified project using the data included in the request. For more information, see  Backend services overview.",
18241          "httpMethod": "POST",
18242          "id": "compute.regionBackendServices.insert",
18243          "parameterOrder": [
18244            "project",
18245            "region"
18246          ],
18247          "parameters": {
18248            "project": {
18249              "description": "Project ID for this request.",
18250              "location": "path",
18251              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
18252              "required": true,
18253              "type": "string"
18254            },
18255            "region": {
18256              "description": "Name of the region scoping this request.",
18257              "location": "path",
18258              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
18259              "required": true,
18260              "type": "string"
18261            },
18262            "requestId": {
18263              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
18264              "location": "query",
18265              "type": "string"
18266            }
18267          },
18268          "path": "projects/{project}/regions/{region}/backendServices",
18269          "request": {
18270            "$ref": "BackendService"
18271          },
18272          "response": {
18273            "$ref": "Operation"
18274          },
18275          "scopes": [
18276            "https://www.googleapis.com/auth/cloud-platform",
18277            "https://www.googleapis.com/auth/compute"
18278          ]
18279        },
18280        "list": {
18281          "description": "Retrieves the list of regional BackendService resources available to the specified project in the given region.",
18282          "httpMethod": "GET",
18283          "id": "compute.regionBackendServices.list",
18284          "parameterOrder": [
18285            "project",
18286            "region"
18287          ],
18288          "parameters": {
18289            "filter": {
18290              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
18291              "location": "query",
18292              "type": "string"
18293            },
18294            "maxResults": {
18295              "default": "500",
18296              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
18297              "format": "uint32",
18298              "location": "query",
18299              "minimum": "0",
18300              "type": "integer"
18301            },
18302            "orderBy": {
18303              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
18304              "location": "query",
18305              "type": "string"
18306            },
18307            "pageToken": {
18308              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
18309              "location": "query",
18310              "type": "string"
18311            },
18312            "project": {
18313              "description": "Project ID for this request.",
18314              "location": "path",
18315              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
18316              "required": true,
18317              "type": "string"
18318            },
18319            "region": {
18320              "description": "Name of the region scoping this request.",
18321              "location": "path",
18322              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
18323              "required": true,
18324              "type": "string"
18325            },
18326            "returnPartialSuccess": {
18327              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
18328              "location": "query",
18329              "type": "boolean"
18330            }
18331          },
18332          "path": "projects/{project}/regions/{region}/backendServices",
18333          "response": {
18334            "$ref": "BackendServiceList"
18335          },
18336          "scopes": [
18337            "https://www.googleapis.com/auth/cloud-platform",
18338            "https://www.googleapis.com/auth/compute",
18339            "https://www.googleapis.com/auth/compute.readonly"
18340          ]
18341        },
18342        "patch": {
18343          "description": "Updates the specified regional BackendService resource with the data included in the request. For more information, see  Understanding backend services This method supports PATCH semantics and uses the JSON merge patch format and processing rules.",
18344          "httpMethod": "PATCH",
18345          "id": "compute.regionBackendServices.patch",
18346          "parameterOrder": [
18347            "project",
18348            "region",
18349            "backendService"
18350          ],
18351          "parameters": {
18352            "backendService": {
18353              "description": "Name of the BackendService resource to patch.",
18354              "location": "path",
18355              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
18356              "required": true,
18357              "type": "string"
18358            },
18359            "project": {
18360              "description": "Project ID for this request.",
18361              "location": "path",
18362              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
18363              "required": true,
18364              "type": "string"
18365            },
18366            "region": {
18367              "description": "Name of the region scoping this request.",
18368              "location": "path",
18369              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
18370              "required": true,
18371              "type": "string"
18372            },
18373            "requestId": {
18374              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
18375              "location": "query",
18376              "type": "string"
18377            }
18378          },
18379          "path": "projects/{project}/regions/{region}/backendServices/{backendService}",
18380          "request": {
18381            "$ref": "BackendService"
18382          },
18383          "response": {
18384            "$ref": "Operation"
18385          },
18386          "scopes": [
18387            "https://www.googleapis.com/auth/cloud-platform",
18388            "https://www.googleapis.com/auth/compute"
18389          ]
18390        },
18391        "testIamPermissions": {
18392          "description": "Returns permissions that a caller has on the specified resource.",
18393          "httpMethod": "POST",
18394          "id": "compute.regionBackendServices.testIamPermissions",
18395          "parameterOrder": [
18396            "project",
18397            "region",
18398            "resource"
18399          ],
18400          "parameters": {
18401            "project": {
18402              "description": "Project ID for this request.",
18403              "location": "path",
18404              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
18405              "required": true,
18406              "type": "string"
18407            },
18408            "region": {
18409              "description": "The name of the region for this request.",
18410              "location": "path",
18411              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
18412              "required": true,
18413              "type": "string"
18414            },
18415            "resource": {
18416              "description": "Name or id of the resource for this request.",
18417              "location": "path",
18418              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
18419              "required": true,
18420              "type": "string"
18421            }
18422          },
18423          "path": "projects/{project}/regions/{region}/backendServices/{resource}/testIamPermissions",
18424          "request": {
18425            "$ref": "TestPermissionsRequest"
18426          },
18427          "response": {
18428            "$ref": "TestPermissionsResponse"
18429          },
18430          "scopes": [
18431            "https://www.googleapis.com/auth/cloud-platform",
18432            "https://www.googleapis.com/auth/compute",
18433            "https://www.googleapis.com/auth/compute.readonly"
18434          ]
18435        },
18436        "update": {
18437          "description": "Updates the specified regional BackendService resource with the data included in the request. For more information, see  Backend services overview.",
18438          "httpMethod": "PUT",
18439          "id": "compute.regionBackendServices.update",
18440          "parameterOrder": [
18441            "project",
18442            "region",
18443            "backendService"
18444          ],
18445          "parameters": {
18446            "backendService": {
18447              "description": "Name of the BackendService resource to update.",
18448              "location": "path",
18449              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
18450              "required": true,
18451              "type": "string"
18452            },
18453            "project": {
18454              "description": "Project ID for this request.",
18455              "location": "path",
18456              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
18457              "required": true,
18458              "type": "string"
18459            },
18460            "region": {
18461              "description": "Name of the region scoping this request.",
18462              "location": "path",
18463              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
18464              "required": true,
18465              "type": "string"
18466            },
18467            "requestId": {
18468              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
18469              "location": "query",
18470              "type": "string"
18471            }
18472          },
18473          "path": "projects/{project}/regions/{region}/backendServices/{backendService}",
18474          "request": {
18475            "$ref": "BackendService"
18476          },
18477          "response": {
18478            "$ref": "Operation"
18479          },
18480          "scopes": [
18481            "https://www.googleapis.com/auth/cloud-platform",
18482            "https://www.googleapis.com/auth/compute"
18483          ]
18484        }
18485      }
18486    },
18487    "regionCommitments": {
18488      "methods": {
18489        "aggregatedList": {
18490          "description": "Retrieves an aggregated list of commitments.",
18491          "httpMethod": "GET",
18492          "id": "compute.regionCommitments.aggregatedList",
18493          "parameterOrder": [
18494            "project"
18495          ],
18496          "parameters": {
18497            "filter": {
18498              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
18499              "location": "query",
18500              "type": "string"
18501            },
18502            "includeAllScopes": {
18503              "description": "Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.",
18504              "location": "query",
18505              "type": "boolean"
18506            },
18507            "maxResults": {
18508              "default": "500",
18509              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
18510              "format": "uint32",
18511              "location": "query",
18512              "minimum": "0",
18513              "type": "integer"
18514            },
18515            "orderBy": {
18516              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
18517              "location": "query",
18518              "type": "string"
18519            },
18520            "pageToken": {
18521              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
18522              "location": "query",
18523              "type": "string"
18524            },
18525            "project": {
18526              "description": "Project ID for this request.",
18527              "location": "path",
18528              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
18529              "required": true,
18530              "type": "string"
18531            },
18532            "returnPartialSuccess": {
18533              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
18534              "location": "query",
18535              "type": "boolean"
18536            }
18537          },
18538          "path": "projects/{project}/aggregated/commitments",
18539          "response": {
18540            "$ref": "CommitmentAggregatedList"
18541          },
18542          "scopes": [
18543            "https://www.googleapis.com/auth/cloud-platform",
18544            "https://www.googleapis.com/auth/compute",
18545            "https://www.googleapis.com/auth/compute.readonly"
18546          ]
18547        },
18548        "get": {
18549          "description": "Returns the specified commitment resource. Gets a list of available commitments by making a list() request.",
18550          "httpMethod": "GET",
18551          "id": "compute.regionCommitments.get",
18552          "parameterOrder": [
18553            "project",
18554            "region",
18555            "commitment"
18556          ],
18557          "parameters": {
18558            "commitment": {
18559              "description": "Name of the commitment to return.",
18560              "location": "path",
18561              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
18562              "required": true,
18563              "type": "string"
18564            },
18565            "project": {
18566              "description": "Project ID for this request.",
18567              "location": "path",
18568              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
18569              "required": true,
18570              "type": "string"
18571            },
18572            "region": {
18573              "description": "Name of the region for this request.",
18574              "location": "path",
18575              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
18576              "required": true,
18577              "type": "string"
18578            }
18579          },
18580          "path": "projects/{project}/regions/{region}/commitments/{commitment}",
18581          "response": {
18582            "$ref": "Commitment"
18583          },
18584          "scopes": [
18585            "https://www.googleapis.com/auth/cloud-platform",
18586            "https://www.googleapis.com/auth/compute",
18587            "https://www.googleapis.com/auth/compute.readonly"
18588          ]
18589        },
18590        "insert": {
18591          "description": "Creates a commitment in the specified project using the data included in the request.",
18592          "httpMethod": "POST",
18593          "id": "compute.regionCommitments.insert",
18594          "parameterOrder": [
18595            "project",
18596            "region"
18597          ],
18598          "parameters": {
18599            "project": {
18600              "description": "Project ID for this request.",
18601              "location": "path",
18602              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
18603              "required": true,
18604              "type": "string"
18605            },
18606            "region": {
18607              "description": "Name of the region for this request.",
18608              "location": "path",
18609              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
18610              "required": true,
18611              "type": "string"
18612            },
18613            "requestId": {
18614              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
18615              "location": "query",
18616              "type": "string"
18617            }
18618          },
18619          "path": "projects/{project}/regions/{region}/commitments",
18620          "request": {
18621            "$ref": "Commitment"
18622          },
18623          "response": {
18624            "$ref": "Operation"
18625          },
18626          "scopes": [
18627            "https://www.googleapis.com/auth/cloud-platform",
18628            "https://www.googleapis.com/auth/compute"
18629          ]
18630        },
18631        "list": {
18632          "description": "Retrieves a list of commitments contained within the specified region.",
18633          "httpMethod": "GET",
18634          "id": "compute.regionCommitments.list",
18635          "parameterOrder": [
18636            "project",
18637            "region"
18638          ],
18639          "parameters": {
18640            "filter": {
18641              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
18642              "location": "query",
18643              "type": "string"
18644            },
18645            "maxResults": {
18646              "default": "500",
18647              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
18648              "format": "uint32",
18649              "location": "query",
18650              "minimum": "0",
18651              "type": "integer"
18652            },
18653            "orderBy": {
18654              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
18655              "location": "query",
18656              "type": "string"
18657            },
18658            "pageToken": {
18659              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
18660              "location": "query",
18661              "type": "string"
18662            },
18663            "project": {
18664              "description": "Project ID for this request.",
18665              "location": "path",
18666              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
18667              "required": true,
18668              "type": "string"
18669            },
18670            "region": {
18671              "description": "Name of the region for this request.",
18672              "location": "path",
18673              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
18674              "required": true,
18675              "type": "string"
18676            },
18677            "returnPartialSuccess": {
18678              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
18679              "location": "query",
18680              "type": "boolean"
18681            }
18682          },
18683          "path": "projects/{project}/regions/{region}/commitments",
18684          "response": {
18685            "$ref": "CommitmentList"
18686          },
18687          "scopes": [
18688            "https://www.googleapis.com/auth/cloud-platform",
18689            "https://www.googleapis.com/auth/compute",
18690            "https://www.googleapis.com/auth/compute.readonly"
18691          ]
18692        },
18693        "testIamPermissions": {
18694          "description": "Returns permissions that a caller has on the specified resource.",
18695          "httpMethod": "POST",
18696          "id": "compute.regionCommitments.testIamPermissions",
18697          "parameterOrder": [
18698            "project",
18699            "region",
18700            "resource"
18701          ],
18702          "parameters": {
18703            "project": {
18704              "description": "Project ID for this request.",
18705              "location": "path",
18706              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
18707              "required": true,
18708              "type": "string"
18709            },
18710            "region": {
18711              "description": "The name of the region for this request.",
18712              "location": "path",
18713              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
18714              "required": true,
18715              "type": "string"
18716            },
18717            "resource": {
18718              "description": "Name or id of the resource for this request.",
18719              "location": "path",
18720              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
18721              "required": true,
18722              "type": "string"
18723            }
18724          },
18725          "path": "projects/{project}/regions/{region}/commitments/{resource}/testIamPermissions",
18726          "request": {
18727            "$ref": "TestPermissionsRequest"
18728          },
18729          "response": {
18730            "$ref": "TestPermissionsResponse"
18731          },
18732          "scopes": [
18733            "https://www.googleapis.com/auth/cloud-platform",
18734            "https://www.googleapis.com/auth/compute",
18735            "https://www.googleapis.com/auth/compute.readonly"
18736          ]
18737        },
18738        "updateReservations": {
18739          "description": "Transfers GPUs or local SSDs between reservations within commitments.",
18740          "httpMethod": "POST",
18741          "id": "compute.regionCommitments.updateReservations",
18742          "parameterOrder": [
18743            "project",
18744            "region",
18745            "commitment"
18746          ],
18747          "parameters": {
18748            "commitment": {
18749              "description": "Name of the commitment for which the reservation is being updated.",
18750              "location": "path",
18751              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
18752              "required": true,
18753              "type": "string"
18754            },
18755            "project": {
18756              "description": "Project ID for this request.",
18757              "location": "path",
18758              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
18759              "required": true,
18760              "type": "string"
18761            },
18762            "region": {
18763              "description": "Name of the region for this request.",
18764              "location": "path",
18765              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
18766              "required": true,
18767              "type": "string"
18768            },
18769            "requestId": {
18770              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
18771              "location": "query",
18772              "type": "string"
18773            }
18774          },
18775          "path": "projects/{project}/regions/{region}/commitments/{commitment}/updateReservations",
18776          "request": {
18777            "$ref": "RegionCommitmentsUpdateReservationsRequest"
18778          },
18779          "response": {
18780            "$ref": "Operation"
18781          },
18782          "scopes": [
18783            "https://www.googleapis.com/auth/cloud-platform",
18784            "https://www.googleapis.com/auth/compute"
18785          ]
18786        }
18787      }
18788    },
18789    "regionDiskTypes": {
18790      "methods": {
18791        "get": {
18792          "description": "Returns the specified regional disk type. Gets a list of available disk types by making a list() request.",
18793          "httpMethod": "GET",
18794          "id": "compute.regionDiskTypes.get",
18795          "parameterOrder": [
18796            "project",
18797            "region",
18798            "diskType"
18799          ],
18800          "parameters": {
18801            "diskType": {
18802              "description": "Name of the disk type to return.",
18803              "location": "path",
18804              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
18805              "required": true,
18806              "type": "string"
18807            },
18808            "project": {
18809              "description": "Project ID for this request.",
18810              "location": "path",
18811              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
18812              "required": true,
18813              "type": "string"
18814            },
18815            "region": {
18816              "description": "The name of the region for this request.",
18817              "location": "path",
18818              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
18819              "required": true,
18820              "type": "string"
18821            }
18822          },
18823          "path": "projects/{project}/regions/{region}/diskTypes/{diskType}",
18824          "response": {
18825            "$ref": "DiskType"
18826          },
18827          "scopes": [
18828            "https://www.googleapis.com/auth/cloud-platform",
18829            "https://www.googleapis.com/auth/compute",
18830            "https://www.googleapis.com/auth/compute.readonly"
18831          ]
18832        },
18833        "list": {
18834          "description": "Retrieves a list of regional disk types available to the specified project.",
18835          "httpMethod": "GET",
18836          "id": "compute.regionDiskTypes.list",
18837          "parameterOrder": [
18838            "project",
18839            "region"
18840          ],
18841          "parameters": {
18842            "filter": {
18843              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
18844              "location": "query",
18845              "type": "string"
18846            },
18847            "maxResults": {
18848              "default": "500",
18849              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
18850              "format": "uint32",
18851              "location": "query",
18852              "minimum": "0",
18853              "type": "integer"
18854            },
18855            "orderBy": {
18856              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
18857              "location": "query",
18858              "type": "string"
18859            },
18860            "pageToken": {
18861              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
18862              "location": "query",
18863              "type": "string"
18864            },
18865            "project": {
18866              "description": "Project ID for this request.",
18867              "location": "path",
18868              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
18869              "required": true,
18870              "type": "string"
18871            },
18872            "region": {
18873              "description": "The name of the region for this request.",
18874              "location": "path",
18875              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
18876              "required": true,
18877              "type": "string"
18878            },
18879            "returnPartialSuccess": {
18880              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
18881              "location": "query",
18882              "type": "boolean"
18883            }
18884          },
18885          "path": "projects/{project}/regions/{region}/diskTypes",
18886          "response": {
18887            "$ref": "RegionDiskTypeList"
18888          },
18889          "scopes": [
18890            "https://www.googleapis.com/auth/cloud-platform",
18891            "https://www.googleapis.com/auth/compute",
18892            "https://www.googleapis.com/auth/compute.readonly"
18893          ]
18894        }
18895      }
18896    },
18897    "regionDisks": {
18898      "methods": {
18899        "addResourcePolicies": {
18900          "description": "Adds existing resource policies to a regional disk. You can only add one policy which will be applied to this disk for scheduling snapshot creation.",
18901          "httpMethod": "POST",
18902          "id": "compute.regionDisks.addResourcePolicies",
18903          "parameterOrder": [
18904            "project",
18905            "region",
18906            "disk"
18907          ],
18908          "parameters": {
18909            "disk": {
18910              "description": "The disk name for this request.",
18911              "location": "path",
18912              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
18913              "required": true,
18914              "type": "string"
18915            },
18916            "project": {
18917              "description": "Project ID for this request.",
18918              "location": "path",
18919              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
18920              "required": true,
18921              "type": "string"
18922            },
18923            "region": {
18924              "description": "The name of the region for this request.",
18925              "location": "path",
18926              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
18927              "required": true,
18928              "type": "string"
18929            },
18930            "requestId": {
18931              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
18932              "location": "query",
18933              "type": "string"
18934            }
18935          },
18936          "path": "projects/{project}/regions/{region}/disks/{disk}/addResourcePolicies",
18937          "request": {
18938            "$ref": "RegionDisksAddResourcePoliciesRequest"
18939          },
18940          "response": {
18941            "$ref": "Operation"
18942          },
18943          "scopes": [
18944            "https://www.googleapis.com/auth/cloud-platform",
18945            "https://www.googleapis.com/auth/compute"
18946          ]
18947        },
18948        "createSnapshot": {
18949          "description": "Creates a snapshot of this regional disk.",
18950          "httpMethod": "POST",
18951          "id": "compute.regionDisks.createSnapshot",
18952          "parameterOrder": [
18953            "project",
18954            "region",
18955            "disk"
18956          ],
18957          "parameters": {
18958            "disk": {
18959              "description": "Name of the regional persistent disk to snapshot.",
18960              "location": "path",
18961              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
18962              "required": true,
18963              "type": "string"
18964            },
18965            "guestFlush": {
18966              "description": "[Input Only] Specifies to create an application consistent snapshot by informing the OS to prepare for the snapshot process. Currently only supported on Windows instances using the Volume Shadow Copy Service (VSS).",
18967              "location": "query",
18968              "type": "boolean"
18969            },
18970            "project": {
18971              "description": "Project ID for this request.",
18972              "location": "path",
18973              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
18974              "required": true,
18975              "type": "string"
18976            },
18977            "region": {
18978              "description": "Name of the region for this request.",
18979              "location": "path",
18980              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
18981              "required": true,
18982              "type": "string"
18983            },
18984            "requestId": {
18985              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
18986              "location": "query",
18987              "type": "string"
18988            }
18989          },
18990          "path": "projects/{project}/regions/{region}/disks/{disk}/createSnapshot",
18991          "request": {
18992            "$ref": "Snapshot"
18993          },
18994          "response": {
18995            "$ref": "Operation"
18996          },
18997          "scopes": [
18998            "https://www.googleapis.com/auth/cloud-platform",
18999            "https://www.googleapis.com/auth/compute"
19000          ]
19001        },
19002        "delete": {
19003          "description": "Deletes the specified regional persistent disk. Deleting a regional disk removes all the replicas of its data permanently and is irreversible. However, deleting a disk does not delete any snapshots previously made from the disk. You must separately delete snapshots.",
19004          "httpMethod": "DELETE",
19005          "id": "compute.regionDisks.delete",
19006          "parameterOrder": [
19007            "project",
19008            "region",
19009            "disk"
19010          ],
19011          "parameters": {
19012            "disk": {
19013              "description": "Name of the regional persistent disk to delete.",
19014              "location": "path",
19015              "required": true,
19016              "type": "string"
19017            },
19018            "project": {
19019              "description": "Project ID for this request.",
19020              "location": "path",
19021              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
19022              "required": true,
19023              "type": "string"
19024            },
19025            "region": {
19026              "description": "Name of the region for this request.",
19027              "location": "path",
19028              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
19029              "required": true,
19030              "type": "string"
19031            },
19032            "requestId": {
19033              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
19034              "location": "query",
19035              "type": "string"
19036            }
19037          },
19038          "path": "projects/{project}/regions/{region}/disks/{disk}",
19039          "response": {
19040            "$ref": "Operation"
19041          },
19042          "scopes": [
19043            "https://www.googleapis.com/auth/cloud-platform",
19044            "https://www.googleapis.com/auth/compute"
19045          ]
19046        },
19047        "get": {
19048          "description": "Returns a specified regional persistent disk.",
19049          "httpMethod": "GET",
19050          "id": "compute.regionDisks.get",
19051          "parameterOrder": [
19052            "project",
19053            "region",
19054            "disk"
19055          ],
19056          "parameters": {
19057            "disk": {
19058              "description": "Name of the regional persistent disk to return.",
19059              "location": "path",
19060              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
19061              "required": true,
19062              "type": "string"
19063            },
19064            "project": {
19065              "description": "Project ID for this request.",
19066              "location": "path",
19067              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
19068              "required": true,
19069              "type": "string"
19070            },
19071            "region": {
19072              "description": "Name of the region for this request.",
19073              "location": "path",
19074              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
19075              "required": true,
19076              "type": "string"
19077            }
19078          },
19079          "path": "projects/{project}/regions/{region}/disks/{disk}",
19080          "response": {
19081            "$ref": "Disk"
19082          },
19083          "scopes": [
19084            "https://www.googleapis.com/auth/cloud-platform",
19085            "https://www.googleapis.com/auth/compute",
19086            "https://www.googleapis.com/auth/compute.readonly"
19087          ]
19088        },
19089        "getIamPolicy": {
19090          "description": "Gets the access control policy for a resource. May be empty if no such policy or resource exists.",
19091          "httpMethod": "GET",
19092          "id": "compute.regionDisks.getIamPolicy",
19093          "parameterOrder": [
19094            "project",
19095            "region",
19096            "resource"
19097          ],
19098          "parameters": {
19099            "optionsRequestedPolicyVersion": {
19100              "description": "Requested IAM Policy version.",
19101              "format": "int32",
19102              "location": "query",
19103              "type": "integer"
19104            },
19105            "project": {
19106              "description": "Project ID for this request.",
19107              "location": "path",
19108              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
19109              "required": true,
19110              "type": "string"
19111            },
19112            "region": {
19113              "description": "The name of the region for this request.",
19114              "location": "path",
19115              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
19116              "required": true,
19117              "type": "string"
19118            },
19119            "resource": {
19120              "description": "Name or id of the resource for this request.",
19121              "location": "path",
19122              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
19123              "required": true,
19124              "type": "string"
19125            }
19126          },
19127          "path": "projects/{project}/regions/{region}/disks/{resource}/getIamPolicy",
19128          "response": {
19129            "$ref": "Policy"
19130          },
19131          "scopes": [
19132            "https://www.googleapis.com/auth/cloud-platform",
19133            "https://www.googleapis.com/auth/compute",
19134            "https://www.googleapis.com/auth/compute.readonly"
19135          ]
19136        },
19137        "insert": {
19138          "description": "Creates a persistent regional disk in the specified project using the data included in the request.",
19139          "httpMethod": "POST",
19140          "id": "compute.regionDisks.insert",
19141          "parameterOrder": [
19142            "project",
19143            "region"
19144          ],
19145          "parameters": {
19146            "project": {
19147              "description": "Project ID for this request.",
19148              "location": "path",
19149              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
19150              "required": true,
19151              "type": "string"
19152            },
19153            "region": {
19154              "description": "Name of the region for this request.",
19155              "location": "path",
19156              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
19157              "required": true,
19158              "type": "string"
19159            },
19160            "requestId": {
19161              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
19162              "location": "query",
19163              "type": "string"
19164            },
19165            "sourceImage": {
19166              "description": "Optional. Source image to restore onto a disk.",
19167              "location": "query",
19168              "type": "string"
19169            }
19170          },
19171          "path": "projects/{project}/regions/{region}/disks",
19172          "request": {
19173            "$ref": "Disk"
19174          },
19175          "response": {
19176            "$ref": "Operation"
19177          },
19178          "scopes": [
19179            "https://www.googleapis.com/auth/cloud-platform",
19180            "https://www.googleapis.com/auth/compute"
19181          ]
19182        },
19183        "list": {
19184          "description": "Retrieves the list of persistent disks contained within the specified region.",
19185          "httpMethod": "GET",
19186          "id": "compute.regionDisks.list",
19187          "parameterOrder": [
19188            "project",
19189            "region"
19190          ],
19191          "parameters": {
19192            "filter": {
19193              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
19194              "location": "query",
19195              "type": "string"
19196            },
19197            "maxResults": {
19198              "default": "500",
19199              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
19200              "format": "uint32",
19201              "location": "query",
19202              "minimum": "0",
19203              "type": "integer"
19204            },
19205            "orderBy": {
19206              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
19207              "location": "query",
19208              "type": "string"
19209            },
19210            "pageToken": {
19211              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
19212              "location": "query",
19213              "type": "string"
19214            },
19215            "project": {
19216              "description": "Project ID for this request.",
19217              "location": "path",
19218              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
19219              "required": true,
19220              "type": "string"
19221            },
19222            "region": {
19223              "description": "Name of the region for this request.",
19224              "location": "path",
19225              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
19226              "required": true,
19227              "type": "string"
19228            },
19229            "returnPartialSuccess": {
19230              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
19231              "location": "query",
19232              "type": "boolean"
19233            }
19234          },
19235          "path": "projects/{project}/regions/{region}/disks",
19236          "response": {
19237            "$ref": "DiskList"
19238          },
19239          "scopes": [
19240            "https://www.googleapis.com/auth/cloud-platform",
19241            "https://www.googleapis.com/auth/compute",
19242            "https://www.googleapis.com/auth/compute.readonly"
19243          ]
19244        },
19245        "removeResourcePolicies": {
19246          "description": "Removes resource policies from a regional disk.",
19247          "httpMethod": "POST",
19248          "id": "compute.regionDisks.removeResourcePolicies",
19249          "parameterOrder": [
19250            "project",
19251            "region",
19252            "disk"
19253          ],
19254          "parameters": {
19255            "disk": {
19256              "description": "The disk name for this request.",
19257              "location": "path",
19258              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
19259              "required": true,
19260              "type": "string"
19261            },
19262            "project": {
19263              "description": "Project ID for this request.",
19264              "location": "path",
19265              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
19266              "required": true,
19267              "type": "string"
19268            },
19269            "region": {
19270              "description": "The name of the region for this request.",
19271              "location": "path",
19272              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
19273              "required": true,
19274              "type": "string"
19275            },
19276            "requestId": {
19277              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
19278              "location": "query",
19279              "type": "string"
19280            }
19281          },
19282          "path": "projects/{project}/regions/{region}/disks/{disk}/removeResourcePolicies",
19283          "request": {
19284            "$ref": "RegionDisksRemoveResourcePoliciesRequest"
19285          },
19286          "response": {
19287            "$ref": "Operation"
19288          },
19289          "scopes": [
19290            "https://www.googleapis.com/auth/cloud-platform",
19291            "https://www.googleapis.com/auth/compute"
19292          ]
19293        },
19294        "resize": {
19295          "description": "Resizes the specified regional persistent disk.",
19296          "httpMethod": "POST",
19297          "id": "compute.regionDisks.resize",
19298          "parameterOrder": [
19299            "project",
19300            "region",
19301            "disk"
19302          ],
19303          "parameters": {
19304            "disk": {
19305              "description": "Name of the regional persistent disk.",
19306              "location": "path",
19307              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
19308              "required": true,
19309              "type": "string"
19310            },
19311            "project": {
19312              "description": "The project ID for this request.",
19313              "location": "path",
19314              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
19315              "required": true,
19316              "type": "string"
19317            },
19318            "region": {
19319              "description": "Name of the region for this request.",
19320              "location": "path",
19321              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
19322              "required": true,
19323              "type": "string"
19324            },
19325            "requestId": {
19326              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
19327              "location": "query",
19328              "type": "string"
19329            }
19330          },
19331          "path": "projects/{project}/regions/{region}/disks/{disk}/resize",
19332          "request": {
19333            "$ref": "RegionDisksResizeRequest"
19334          },
19335          "response": {
19336            "$ref": "Operation"
19337          },
19338          "scopes": [
19339            "https://www.googleapis.com/auth/cloud-platform",
19340            "https://www.googleapis.com/auth/compute"
19341          ]
19342        },
19343        "setIamPolicy": {
19344          "description": "Sets the access control policy on the specified resource. Replaces any existing policy.",
19345          "httpMethod": "POST",
19346          "id": "compute.regionDisks.setIamPolicy",
19347          "parameterOrder": [
19348            "project",
19349            "region",
19350            "resource"
19351          ],
19352          "parameters": {
19353            "project": {
19354              "description": "Project ID for this request.",
19355              "location": "path",
19356              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
19357              "required": true,
19358              "type": "string"
19359            },
19360            "region": {
19361              "description": "The name of the region for this request.",
19362              "location": "path",
19363              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
19364              "required": true,
19365              "type": "string"
19366            },
19367            "resource": {
19368              "description": "Name or id of the resource for this request.",
19369              "location": "path",
19370              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
19371              "required": true,
19372              "type": "string"
19373            }
19374          },
19375          "path": "projects/{project}/regions/{region}/disks/{resource}/setIamPolicy",
19376          "request": {
19377            "$ref": "RegionSetPolicyRequest"
19378          },
19379          "response": {
19380            "$ref": "Policy"
19381          },
19382          "scopes": [
19383            "https://www.googleapis.com/auth/cloud-platform",
19384            "https://www.googleapis.com/auth/compute"
19385          ]
19386        },
19387        "setLabels": {
19388          "description": "Sets the labels on the target regional disk.",
19389          "httpMethod": "POST",
19390          "id": "compute.regionDisks.setLabels",
19391          "parameterOrder": [
19392            "project",
19393            "region",
19394            "resource"
19395          ],
19396          "parameters": {
19397            "project": {
19398              "description": "Project ID for this request.",
19399              "location": "path",
19400              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
19401              "required": true,
19402              "type": "string"
19403            },
19404            "region": {
19405              "description": "The region for this request.",
19406              "location": "path",
19407              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
19408              "required": true,
19409              "type": "string"
19410            },
19411            "requestId": {
19412              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
19413              "location": "query",
19414              "type": "string"
19415            },
19416            "resource": {
19417              "description": "Name or id of the resource for this request.",
19418              "location": "path",
19419              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
19420              "required": true,
19421              "type": "string"
19422            }
19423          },
19424          "path": "projects/{project}/regions/{region}/disks/{resource}/setLabels",
19425          "request": {
19426            "$ref": "RegionSetLabelsRequest"
19427          },
19428          "response": {
19429            "$ref": "Operation"
19430          },
19431          "scopes": [
19432            "https://www.googleapis.com/auth/cloud-platform",
19433            "https://www.googleapis.com/auth/compute"
19434          ]
19435        },
19436        "testIamPermissions": {
19437          "description": "Returns permissions that a caller has on the specified resource.",
19438          "httpMethod": "POST",
19439          "id": "compute.regionDisks.testIamPermissions",
19440          "parameterOrder": [
19441            "project",
19442            "region",
19443            "resource"
19444          ],
19445          "parameters": {
19446            "project": {
19447              "description": "Project ID for this request.",
19448              "location": "path",
19449              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
19450              "required": true,
19451              "type": "string"
19452            },
19453            "region": {
19454              "description": "The name of the region for this request.",
19455              "location": "path",
19456              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
19457              "required": true,
19458              "type": "string"
19459            },
19460            "resource": {
19461              "description": "Name or id of the resource for this request.",
19462              "location": "path",
19463              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
19464              "required": true,
19465              "type": "string"
19466            }
19467          },
19468          "path": "projects/{project}/regions/{region}/disks/{resource}/testIamPermissions",
19469          "request": {
19470            "$ref": "TestPermissionsRequest"
19471          },
19472          "response": {
19473            "$ref": "TestPermissionsResponse"
19474          },
19475          "scopes": [
19476            "https://www.googleapis.com/auth/cloud-platform",
19477            "https://www.googleapis.com/auth/compute",
19478            "https://www.googleapis.com/auth/compute.readonly"
19479          ]
19480        }
19481      }
19482    },
19483    "regionHealthCheckServices": {
19484      "methods": {
19485        "delete": {
19486          "description": "Deletes the specified regional HealthCheckService.",
19487          "httpMethod": "DELETE",
19488          "id": "compute.regionHealthCheckServices.delete",
19489          "parameterOrder": [
19490            "project",
19491            "region",
19492            "healthCheckService"
19493          ],
19494          "parameters": {
19495            "healthCheckService": {
19496              "description": "Name of the HealthCheckService to delete. The name must be 1-63 characters long, and comply with RFC1035.",
19497              "location": "path",
19498              "required": true,
19499              "type": "string"
19500            },
19501            "project": {
19502              "description": "Project ID for this request.",
19503              "location": "path",
19504              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
19505              "required": true,
19506              "type": "string"
19507            },
19508            "region": {
19509              "description": "Name of the region scoping this request.",
19510              "location": "path",
19511              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
19512              "required": true,
19513              "type": "string"
19514            },
19515            "requestId": {
19516              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
19517              "location": "query",
19518              "type": "string"
19519            }
19520          },
19521          "path": "projects/{project}/regions/{region}/healthCheckServices/{healthCheckService}",
19522          "response": {
19523            "$ref": "Operation"
19524          },
19525          "scopes": [
19526            "https://www.googleapis.com/auth/cloud-platform",
19527            "https://www.googleapis.com/auth/compute"
19528          ]
19529        },
19530        "get": {
19531          "description": "Returns the specified regional HealthCheckService resource.",
19532          "httpMethod": "GET",
19533          "id": "compute.regionHealthCheckServices.get",
19534          "parameterOrder": [
19535            "project",
19536            "region",
19537            "healthCheckService"
19538          ],
19539          "parameters": {
19540            "healthCheckService": {
19541              "description": "Name of the HealthCheckService to update. The name must be 1-63 characters long, and comply with RFC1035.",
19542              "location": "path",
19543              "required": true,
19544              "type": "string"
19545            },
19546            "project": {
19547              "description": "Project ID for this request.",
19548              "location": "path",
19549              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
19550              "required": true,
19551              "type": "string"
19552            },
19553            "region": {
19554              "description": "Name of the region scoping this request.",
19555              "location": "path",
19556              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
19557              "required": true,
19558              "type": "string"
19559            }
19560          },
19561          "path": "projects/{project}/regions/{region}/healthCheckServices/{healthCheckService}",
19562          "response": {
19563            "$ref": "HealthCheckService"
19564          },
19565          "scopes": [
19566            "https://www.googleapis.com/auth/cloud-platform",
19567            "https://www.googleapis.com/auth/compute",
19568            "https://www.googleapis.com/auth/compute.readonly"
19569          ]
19570        },
19571        "insert": {
19572          "description": "Creates a regional HealthCheckService resource in the specified project and region using the data included in the request.",
19573          "httpMethod": "POST",
19574          "id": "compute.regionHealthCheckServices.insert",
19575          "parameterOrder": [
19576            "project",
19577            "region"
19578          ],
19579          "parameters": {
19580            "project": {
19581              "description": "Project ID for this request.",
19582              "location": "path",
19583              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
19584              "required": true,
19585              "type": "string"
19586            },
19587            "region": {
19588              "description": "Name of the region scoping this request.",
19589              "location": "path",
19590              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
19591              "required": true,
19592              "type": "string"
19593            },
19594            "requestId": {
19595              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
19596              "location": "query",
19597              "type": "string"
19598            }
19599          },
19600          "path": "projects/{project}/regions/{region}/healthCheckServices",
19601          "request": {
19602            "$ref": "HealthCheckService"
19603          },
19604          "response": {
19605            "$ref": "Operation"
19606          },
19607          "scopes": [
19608            "https://www.googleapis.com/auth/cloud-platform",
19609            "https://www.googleapis.com/auth/compute"
19610          ]
19611        },
19612        "list": {
19613          "description": "Lists all the HealthCheckService resources that have been configured for the specified project in the given region.",
19614          "httpMethod": "GET",
19615          "id": "compute.regionHealthCheckServices.list",
19616          "parameterOrder": [
19617            "project",
19618            "region"
19619          ],
19620          "parameters": {
19621            "filter": {
19622              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
19623              "location": "query",
19624              "type": "string"
19625            },
19626            "maxResults": {
19627              "default": "500",
19628              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
19629              "format": "uint32",
19630              "location": "query",
19631              "minimum": "0",
19632              "type": "integer"
19633            },
19634            "orderBy": {
19635              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
19636              "location": "query",
19637              "type": "string"
19638            },
19639            "pageToken": {
19640              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
19641              "location": "query",
19642              "type": "string"
19643            },
19644            "project": {
19645              "description": "Project ID for this request.",
19646              "location": "path",
19647              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
19648              "required": true,
19649              "type": "string"
19650            },
19651            "region": {
19652              "description": "Name of the region scoping this request.",
19653              "location": "path",
19654              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
19655              "required": true,
19656              "type": "string"
19657            },
19658            "returnPartialSuccess": {
19659              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
19660              "location": "query",
19661              "type": "boolean"
19662            }
19663          },
19664          "path": "projects/{project}/regions/{region}/healthCheckServices",
19665          "response": {
19666            "$ref": "HealthCheckServicesList"
19667          },
19668          "scopes": [
19669            "https://www.googleapis.com/auth/cloud-platform",
19670            "https://www.googleapis.com/auth/compute",
19671            "https://www.googleapis.com/auth/compute.readonly"
19672          ]
19673        },
19674        "patch": {
19675          "description": "Updates the specified regional HealthCheckService resource with the data included in the request. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.",
19676          "httpMethod": "PATCH",
19677          "id": "compute.regionHealthCheckServices.patch",
19678          "parameterOrder": [
19679            "project",
19680            "region",
19681            "healthCheckService"
19682          ],
19683          "parameters": {
19684            "healthCheckService": {
19685              "description": "Name of the HealthCheckService to update. The name must be 1-63 characters long, and comply with RFC1035.",
19686              "location": "path",
19687              "required": true,
19688              "type": "string"
19689            },
19690            "project": {
19691              "description": "Project ID for this request.",
19692              "location": "path",
19693              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
19694              "required": true,
19695              "type": "string"
19696            },
19697            "region": {
19698              "description": "Name of the region scoping this request.",
19699              "location": "path",
19700              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
19701              "required": true,
19702              "type": "string"
19703            },
19704            "requestId": {
19705              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
19706              "location": "query",
19707              "type": "string"
19708            }
19709          },
19710          "path": "projects/{project}/regions/{region}/healthCheckServices/{healthCheckService}",
19711          "request": {
19712            "$ref": "HealthCheckService"
19713          },
19714          "response": {
19715            "$ref": "Operation"
19716          },
19717          "scopes": [
19718            "https://www.googleapis.com/auth/cloud-platform",
19719            "https://www.googleapis.com/auth/compute"
19720          ]
19721        },
19722        "testIamPermissions": {
19723          "description": "Returns permissions that a caller has on the specified resource.",
19724          "httpMethod": "POST",
19725          "id": "compute.regionHealthCheckServices.testIamPermissions",
19726          "parameterOrder": [
19727            "project",
19728            "region",
19729            "resource"
19730          ],
19731          "parameters": {
19732            "project": {
19733              "description": "Project ID for this request.",
19734              "location": "path",
19735              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
19736              "required": true,
19737              "type": "string"
19738            },
19739            "region": {
19740              "description": "The name of the region for this request.",
19741              "location": "path",
19742              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
19743              "required": true,
19744              "type": "string"
19745            },
19746            "resource": {
19747              "description": "Name or id of the resource for this request.",
19748              "location": "path",
19749              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
19750              "required": true,
19751              "type": "string"
19752            }
19753          },
19754          "path": "projects/{project}/regions/{region}/healthCheckServices/{resource}/testIamPermissions",
19755          "request": {
19756            "$ref": "TestPermissionsRequest"
19757          },
19758          "response": {
19759            "$ref": "TestPermissionsResponse"
19760          },
19761          "scopes": [
19762            "https://www.googleapis.com/auth/cloud-platform",
19763            "https://www.googleapis.com/auth/compute",
19764            "https://www.googleapis.com/auth/compute.readonly"
19765          ]
19766        }
19767      }
19768    },
19769    "regionHealthChecks": {
19770      "methods": {
19771        "delete": {
19772          "description": "Deletes the specified HealthCheck resource.",
19773          "httpMethod": "DELETE",
19774          "id": "compute.regionHealthChecks.delete",
19775          "parameterOrder": [
19776            "project",
19777            "region",
19778            "healthCheck"
19779          ],
19780          "parameters": {
19781            "healthCheck": {
19782              "description": "Name of the HealthCheck resource to delete.",
19783              "location": "path",
19784              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
19785              "required": true,
19786              "type": "string"
19787            },
19788            "project": {
19789              "description": "Project ID for this request.",
19790              "location": "path",
19791              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
19792              "required": true,
19793              "type": "string"
19794            },
19795            "region": {
19796              "description": "Name of the region scoping this request.",
19797              "location": "path",
19798              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
19799              "required": true,
19800              "type": "string"
19801            },
19802            "requestId": {
19803              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
19804              "location": "query",
19805              "type": "string"
19806            }
19807          },
19808          "path": "projects/{project}/regions/{region}/healthChecks/{healthCheck}",
19809          "response": {
19810            "$ref": "Operation"
19811          },
19812          "scopes": [
19813            "https://www.googleapis.com/auth/cloud-platform",
19814            "https://www.googleapis.com/auth/compute"
19815          ]
19816        },
19817        "get": {
19818          "description": "Returns the specified HealthCheck resource. Gets a list of available health checks by making a list() request.",
19819          "httpMethod": "GET",
19820          "id": "compute.regionHealthChecks.get",
19821          "parameterOrder": [
19822            "project",
19823            "region",
19824            "healthCheck"
19825          ],
19826          "parameters": {
19827            "healthCheck": {
19828              "description": "Name of the HealthCheck resource to return.",
19829              "location": "path",
19830              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
19831              "required": true,
19832              "type": "string"
19833            },
19834            "project": {
19835              "description": "Project ID for this request.",
19836              "location": "path",
19837              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
19838              "required": true,
19839              "type": "string"
19840            },
19841            "region": {
19842              "description": "Name of the region scoping this request.",
19843              "location": "path",
19844              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
19845              "required": true,
19846              "type": "string"
19847            }
19848          },
19849          "path": "projects/{project}/regions/{region}/healthChecks/{healthCheck}",
19850          "response": {
19851            "$ref": "HealthCheck"
19852          },
19853          "scopes": [
19854            "https://www.googleapis.com/auth/cloud-platform",
19855            "https://www.googleapis.com/auth/compute",
19856            "https://www.googleapis.com/auth/compute.readonly"
19857          ]
19858        },
19859        "insert": {
19860          "description": "Creates a HealthCheck resource in the specified project using the data included in the request.",
19861          "httpMethod": "POST",
19862          "id": "compute.regionHealthChecks.insert",
19863          "parameterOrder": [
19864            "project",
19865            "region"
19866          ],
19867          "parameters": {
19868            "project": {
19869              "description": "Project ID for this request.",
19870              "location": "path",
19871              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
19872              "required": true,
19873              "type": "string"
19874            },
19875            "region": {
19876              "description": "Name of the region scoping this request.",
19877              "location": "path",
19878              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
19879              "required": true,
19880              "type": "string"
19881            },
19882            "requestId": {
19883              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
19884              "location": "query",
19885              "type": "string"
19886            }
19887          },
19888          "path": "projects/{project}/regions/{region}/healthChecks",
19889          "request": {
19890            "$ref": "HealthCheck"
19891          },
19892          "response": {
19893            "$ref": "Operation"
19894          },
19895          "scopes": [
19896            "https://www.googleapis.com/auth/cloud-platform",
19897            "https://www.googleapis.com/auth/compute"
19898          ]
19899        },
19900        "list": {
19901          "description": "Retrieves the list of HealthCheck resources available to the specified project.",
19902          "httpMethod": "GET",
19903          "id": "compute.regionHealthChecks.list",
19904          "parameterOrder": [
19905            "project",
19906            "region"
19907          ],
19908          "parameters": {
19909            "filter": {
19910              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
19911              "location": "query",
19912              "type": "string"
19913            },
19914            "maxResults": {
19915              "default": "500",
19916              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
19917              "format": "uint32",
19918              "location": "query",
19919              "minimum": "0",
19920              "type": "integer"
19921            },
19922            "orderBy": {
19923              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
19924              "location": "query",
19925              "type": "string"
19926            },
19927            "pageToken": {
19928              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
19929              "location": "query",
19930              "type": "string"
19931            },
19932            "project": {
19933              "description": "Project ID for this request.",
19934              "location": "path",
19935              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
19936              "required": true,
19937              "type": "string"
19938            },
19939            "region": {
19940              "description": "Name of the region scoping this request.",
19941              "location": "path",
19942              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
19943              "required": true,
19944              "type": "string"
19945            },
19946            "returnPartialSuccess": {
19947              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
19948              "location": "query",
19949              "type": "boolean"
19950            }
19951          },
19952          "path": "projects/{project}/regions/{region}/healthChecks",
19953          "response": {
19954            "$ref": "HealthCheckList"
19955          },
19956          "scopes": [
19957            "https://www.googleapis.com/auth/cloud-platform",
19958            "https://www.googleapis.com/auth/compute",
19959            "https://www.googleapis.com/auth/compute.readonly"
19960          ]
19961        },
19962        "patch": {
19963          "description": "Updates a HealthCheck resource in the specified project using the data included in the request. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.",
19964          "httpMethod": "PATCH",
19965          "id": "compute.regionHealthChecks.patch",
19966          "parameterOrder": [
19967            "project",
19968            "region",
19969            "healthCheck"
19970          ],
19971          "parameters": {
19972            "healthCheck": {
19973              "description": "Name of the HealthCheck resource to patch.",
19974              "location": "path",
19975              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
19976              "required": true,
19977              "type": "string"
19978            },
19979            "project": {
19980              "description": "Project ID for this request.",
19981              "location": "path",
19982              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
19983              "required": true,
19984              "type": "string"
19985            },
19986            "region": {
19987              "description": "Name of the region scoping this request.",
19988              "location": "path",
19989              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
19990              "required": true,
19991              "type": "string"
19992            },
19993            "requestId": {
19994              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
19995              "location": "query",
19996              "type": "string"
19997            }
19998          },
19999          "path": "projects/{project}/regions/{region}/healthChecks/{healthCheck}",
20000          "request": {
20001            "$ref": "HealthCheck"
20002          },
20003          "response": {
20004            "$ref": "Operation"
20005          },
20006          "scopes": [
20007            "https://www.googleapis.com/auth/cloud-platform",
20008            "https://www.googleapis.com/auth/compute"
20009          ]
20010        },
20011        "testIamPermissions": {
20012          "description": "Returns permissions that a caller has on the specified resource.",
20013          "httpMethod": "POST",
20014          "id": "compute.regionHealthChecks.testIamPermissions",
20015          "parameterOrder": [
20016            "project",
20017            "region",
20018            "resource"
20019          ],
20020          "parameters": {
20021            "project": {
20022              "description": "Project ID for this request.",
20023              "location": "path",
20024              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
20025              "required": true,
20026              "type": "string"
20027            },
20028            "region": {
20029              "description": "The name of the region for this request.",
20030              "location": "path",
20031              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
20032              "required": true,
20033              "type": "string"
20034            },
20035            "resource": {
20036              "description": "Name or id of the resource for this request.",
20037              "location": "path",
20038              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
20039              "required": true,
20040              "type": "string"
20041            }
20042          },
20043          "path": "projects/{project}/regions/{region}/healthChecks/{resource}/testIamPermissions",
20044          "request": {
20045            "$ref": "TestPermissionsRequest"
20046          },
20047          "response": {
20048            "$ref": "TestPermissionsResponse"
20049          },
20050          "scopes": [
20051            "https://www.googleapis.com/auth/cloud-platform",
20052            "https://www.googleapis.com/auth/compute",
20053            "https://www.googleapis.com/auth/compute.readonly"
20054          ]
20055        },
20056        "update": {
20057          "description": "Updates a HealthCheck resource in the specified project using the data included in the request.",
20058          "httpMethod": "PUT",
20059          "id": "compute.regionHealthChecks.update",
20060          "parameterOrder": [
20061            "project",
20062            "region",
20063            "healthCheck"
20064          ],
20065          "parameters": {
20066            "healthCheck": {
20067              "description": "Name of the HealthCheck resource to update.",
20068              "location": "path",
20069              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
20070              "required": true,
20071              "type": "string"
20072            },
20073            "project": {
20074              "description": "Project ID for this request.",
20075              "location": "path",
20076              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
20077              "required": true,
20078              "type": "string"
20079            },
20080            "region": {
20081              "description": "Name of the region scoping this request.",
20082              "location": "path",
20083              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
20084              "required": true,
20085              "type": "string"
20086            },
20087            "requestId": {
20088              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
20089              "location": "query",
20090              "type": "string"
20091            }
20092          },
20093          "path": "projects/{project}/regions/{region}/healthChecks/{healthCheck}",
20094          "request": {
20095            "$ref": "HealthCheck"
20096          },
20097          "response": {
20098            "$ref": "Operation"
20099          },
20100          "scopes": [
20101            "https://www.googleapis.com/auth/cloud-platform",
20102            "https://www.googleapis.com/auth/compute"
20103          ]
20104        }
20105      }
20106    },
20107    "regionInPlaceSnapshots": {
20108      "methods": {
20109        "delete": {
20110          "description": "Deletes the specified InPlaceSnapshot resource. Keep in mind that deleting a single inPlaceSnapshot might not necessarily delete all the data on that inPlaceSnapshot. If any data on the inPlaceSnapshot that is marked for deletion is needed for subsequent inPlaceSnapshots, the data will be moved to the next corresponding inPlaceSnapshot.\n\nFor more information, see Deleting inPlaceSnapshots.",
20111          "httpMethod": "DELETE",
20112          "id": "compute.regionInPlaceSnapshots.delete",
20113          "parameterOrder": [
20114            "project",
20115            "region",
20116            "inPlaceSnapshot"
20117          ],
20118          "parameters": {
20119            "inPlaceSnapshot": {
20120              "description": "Name of the InPlaceSnapshot resource to delete.",
20121              "location": "path",
20122              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
20123              "required": true,
20124              "type": "string"
20125            },
20126            "project": {
20127              "description": "Project ID for this request.",
20128              "location": "path",
20129              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
20130              "required": true,
20131              "type": "string"
20132            },
20133            "region": {
20134              "description": "The name of the region for this request.",
20135              "location": "path",
20136              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
20137              "required": true,
20138              "type": "string"
20139            },
20140            "requestId": {
20141              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
20142              "location": "query",
20143              "type": "string"
20144            }
20145          },
20146          "path": "projects/{project}/regions/{region}/inPlaceSnapshots/{inPlaceSnapshot}",
20147          "response": {
20148            "$ref": "Operation"
20149          },
20150          "scopes": [
20151            "https://www.googleapis.com/auth/cloud-platform",
20152            "https://www.googleapis.com/auth/compute"
20153          ]
20154        },
20155        "get": {
20156          "description": "Returns the specified InPlaceSnapshot resource in the specified region.",
20157          "httpMethod": "GET",
20158          "id": "compute.regionInPlaceSnapshots.get",
20159          "parameterOrder": [
20160            "project",
20161            "region",
20162            "inPlaceSnapshot"
20163          ],
20164          "parameters": {
20165            "inPlaceSnapshot": {
20166              "description": "Name of the InPlaceSnapshot resource to return.",
20167              "location": "path",
20168              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
20169              "required": true,
20170              "type": "string"
20171            },
20172            "project": {
20173              "description": "Project ID for this request.",
20174              "location": "path",
20175              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
20176              "required": true,
20177              "type": "string"
20178            },
20179            "region": {
20180              "description": "The name of the region for this request.",
20181              "location": "path",
20182              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
20183              "required": true,
20184              "type": "string"
20185            }
20186          },
20187          "path": "projects/{project}/regions/{region}/inPlaceSnapshots/{inPlaceSnapshot}",
20188          "response": {
20189            "$ref": "InPlaceSnapshot"
20190          },
20191          "scopes": [
20192            "https://www.googleapis.com/auth/cloud-platform",
20193            "https://www.googleapis.com/auth/compute",
20194            "https://www.googleapis.com/auth/compute.readonly"
20195          ]
20196        },
20197        "getIamPolicy": {
20198          "description": "Gets the access control policy for a resource. May be empty if no such policy or resource exists.",
20199          "httpMethod": "GET",
20200          "id": "compute.regionInPlaceSnapshots.getIamPolicy",
20201          "parameterOrder": [
20202            "project",
20203            "region",
20204            "resource"
20205          ],
20206          "parameters": {
20207            "optionsRequestedPolicyVersion": {
20208              "description": "Requested IAM Policy version.",
20209              "format": "int32",
20210              "location": "query",
20211              "type": "integer"
20212            },
20213            "project": {
20214              "description": "Project ID for this request.",
20215              "location": "path",
20216              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
20217              "required": true,
20218              "type": "string"
20219            },
20220            "region": {
20221              "description": "The name of the region for this request.",
20222              "location": "path",
20223              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
20224              "required": true,
20225              "type": "string"
20226            },
20227            "resource": {
20228              "description": "Name or id of the resource for this request.",
20229              "location": "path",
20230              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
20231              "required": true,
20232              "type": "string"
20233            }
20234          },
20235          "path": "projects/{project}/regions/{region}/inPlaceSnapshots/{resource}/getIamPolicy",
20236          "response": {
20237            "$ref": "Policy"
20238          },
20239          "scopes": [
20240            "https://www.googleapis.com/auth/cloud-platform",
20241            "https://www.googleapis.com/auth/compute",
20242            "https://www.googleapis.com/auth/compute.readonly"
20243          ]
20244        },
20245        "insert": {
20246          "description": "Creates an in-place snapshot in the specified region.",
20247          "httpMethod": "POST",
20248          "id": "compute.regionInPlaceSnapshots.insert",
20249          "parameterOrder": [
20250            "project",
20251            "region"
20252          ],
20253          "parameters": {
20254            "project": {
20255              "description": "Project ID for this request.",
20256              "location": "path",
20257              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
20258              "required": true,
20259              "type": "string"
20260            },
20261            "region": {
20262              "description": "Name of the region for this request.",
20263              "location": "path",
20264              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
20265              "required": true,
20266              "type": "string"
20267            },
20268            "requestId": {
20269              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
20270              "location": "query",
20271              "type": "string"
20272            }
20273          },
20274          "path": "projects/{project}/regions/{region}/inPlaceSnapshots",
20275          "request": {
20276            "$ref": "InPlaceSnapshot"
20277          },
20278          "response": {
20279            "$ref": "Operation"
20280          },
20281          "scopes": [
20282            "https://www.googleapis.com/auth/cloud-platform",
20283            "https://www.googleapis.com/auth/compute"
20284          ]
20285        },
20286        "list": {
20287          "description": "Retrieves the list of InPlaceSnapshot resources contained within the specified region.",
20288          "httpMethod": "GET",
20289          "id": "compute.regionInPlaceSnapshots.list",
20290          "parameterOrder": [
20291            "project",
20292            "region"
20293          ],
20294          "parameters": {
20295            "filter": {
20296              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
20297              "location": "query",
20298              "type": "string"
20299            },
20300            "maxResults": {
20301              "default": "500",
20302              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
20303              "format": "uint32",
20304              "location": "query",
20305              "minimum": "0",
20306              "type": "integer"
20307            },
20308            "orderBy": {
20309              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
20310              "location": "query",
20311              "type": "string"
20312            },
20313            "pageToken": {
20314              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
20315              "location": "query",
20316              "type": "string"
20317            },
20318            "project": {
20319              "description": "Project ID for this request.",
20320              "location": "path",
20321              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
20322              "required": true,
20323              "type": "string"
20324            },
20325            "region": {
20326              "description": "The name of the region for this request.",
20327              "location": "path",
20328              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
20329              "required": true,
20330              "type": "string"
20331            },
20332            "returnPartialSuccess": {
20333              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
20334              "location": "query",
20335              "type": "boolean"
20336            }
20337          },
20338          "path": "projects/{project}/regions/{region}/inPlaceSnapshots",
20339          "response": {
20340            "$ref": "InPlaceSnapshotList"
20341          },
20342          "scopes": [
20343            "https://www.googleapis.com/auth/cloud-platform",
20344            "https://www.googleapis.com/auth/compute",
20345            "https://www.googleapis.com/auth/compute.readonly"
20346          ]
20347        },
20348        "setIamPolicy": {
20349          "description": "Sets the access control policy on the specified resource. Replaces any existing policy.",
20350          "httpMethod": "POST",
20351          "id": "compute.regionInPlaceSnapshots.setIamPolicy",
20352          "parameterOrder": [
20353            "project",
20354            "region",
20355            "resource"
20356          ],
20357          "parameters": {
20358            "project": {
20359              "description": "Project ID for this request.",
20360              "location": "path",
20361              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
20362              "required": true,
20363              "type": "string"
20364            },
20365            "region": {
20366              "description": "The name of the region for this request.",
20367              "location": "path",
20368              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
20369              "required": true,
20370              "type": "string"
20371            },
20372            "resource": {
20373              "description": "Name or id of the resource for this request.",
20374              "location": "path",
20375              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
20376              "required": true,
20377              "type": "string"
20378            }
20379          },
20380          "path": "projects/{project}/regions/{region}/inPlaceSnapshots/{resource}/setIamPolicy",
20381          "request": {
20382            "$ref": "RegionSetPolicyRequest"
20383          },
20384          "response": {
20385            "$ref": "Policy"
20386          },
20387          "scopes": [
20388            "https://www.googleapis.com/auth/cloud-platform",
20389            "https://www.googleapis.com/auth/compute"
20390          ]
20391        },
20392        "setLabels": {
20393          "description": "Sets the labels on a inPlaceSnapshot in the given region. To learn more about labels, read the Labeling Resources documentation.",
20394          "httpMethod": "POST",
20395          "id": "compute.regionInPlaceSnapshots.setLabels",
20396          "parameterOrder": [
20397            "project",
20398            "region",
20399            "resource"
20400          ],
20401          "parameters": {
20402            "project": {
20403              "description": "Project ID for this request.",
20404              "location": "path",
20405              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
20406              "required": true,
20407              "type": "string"
20408            },
20409            "region": {
20410              "description": "The region for this request.",
20411              "location": "path",
20412              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
20413              "required": true,
20414              "type": "string"
20415            },
20416            "requestId": {
20417              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
20418              "location": "query",
20419              "type": "string"
20420            },
20421            "resource": {
20422              "description": "Name or id of the resource for this request.",
20423              "location": "path",
20424              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
20425              "required": true,
20426              "type": "string"
20427            }
20428          },
20429          "path": "projects/{project}/regions/{region}/inPlaceSnapshots/{resource}/setLabels",
20430          "request": {
20431            "$ref": "RegionSetLabelsRequest"
20432          },
20433          "response": {
20434            "$ref": "Operation"
20435          },
20436          "scopes": [
20437            "https://www.googleapis.com/auth/cloud-platform",
20438            "https://www.googleapis.com/auth/compute"
20439          ]
20440        },
20441        "testIamPermissions": {
20442          "description": "Returns permissions that a caller has on the specified resource.",
20443          "httpMethod": "POST",
20444          "id": "compute.regionInPlaceSnapshots.testIamPermissions",
20445          "parameterOrder": [
20446            "project",
20447            "region",
20448            "resource"
20449          ],
20450          "parameters": {
20451            "project": {
20452              "description": "Project ID for this request.",
20453              "location": "path",
20454              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
20455              "required": true,
20456              "type": "string"
20457            },
20458            "region": {
20459              "description": "The name of the region for this request.",
20460              "location": "path",
20461              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
20462              "required": true,
20463              "type": "string"
20464            },
20465            "resource": {
20466              "description": "Name or id of the resource for this request.",
20467              "location": "path",
20468              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
20469              "required": true,
20470              "type": "string"
20471            }
20472          },
20473          "path": "projects/{project}/regions/{region}/inPlaceSnapshots/{resource}/testIamPermissions",
20474          "request": {
20475            "$ref": "TestPermissionsRequest"
20476          },
20477          "response": {
20478            "$ref": "TestPermissionsResponse"
20479          },
20480          "scopes": [
20481            "https://www.googleapis.com/auth/cloud-platform",
20482            "https://www.googleapis.com/auth/compute",
20483            "https://www.googleapis.com/auth/compute.readonly"
20484          ]
20485        }
20486      }
20487    },
20488    "regionInstanceGroupManagers": {
20489      "methods": {
20490        "abandonInstances": {
20491          "description": "Flags the specified instances to be immediately removed from the managed instance group. Abandoning an instance does not delete the instance, but it does remove the instance from any target pools that are applied by the managed instance group. This method reduces the targetSize of the managed instance group by the number of instances that you abandon. This operation is marked as DONE when the action is scheduled even if the instances have not yet been removed from the group. You must separately verify the status of the abandoning action with the listmanagedinstances method.\n\nIf the group is part of a backend service that has enabled connection draining, it can take up to 60 seconds after the connection draining duration has elapsed before the VM instance is removed or deleted.\n\nYou can specify a maximum of 1000 instances with this method per request.",
20492          "httpMethod": "POST",
20493          "id": "compute.regionInstanceGroupManagers.abandonInstances",
20494          "parameterOrder": [
20495            "project",
20496            "region",
20497            "instanceGroupManager"
20498          ],
20499          "parameters": {
20500            "instanceGroupManager": {
20501              "description": "Name of the managed instance group.",
20502              "location": "path",
20503              "required": true,
20504              "type": "string"
20505            },
20506            "project": {
20507              "description": "Project ID for this request.",
20508              "location": "path",
20509              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
20510              "required": true,
20511              "type": "string"
20512            },
20513            "region": {
20514              "description": "Name of the region scoping this request.",
20515              "location": "path",
20516              "required": true,
20517              "type": "string"
20518            },
20519            "requestId": {
20520              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
20521              "location": "query",
20522              "type": "string"
20523            }
20524          },
20525          "path": "projects/{project}/regions/{region}/instanceGroupManagers/{instanceGroupManager}/abandonInstances",
20526          "request": {
20527            "$ref": "RegionInstanceGroupManagersAbandonInstancesRequest"
20528          },
20529          "response": {
20530            "$ref": "Operation"
20531          },
20532          "scopes": [
20533            "https://www.googleapis.com/auth/cloud-platform",
20534            "https://www.googleapis.com/auth/compute"
20535          ]
20536        },
20537        "applyUpdatesToInstances": {
20538          "description": "Apply updates to selected instances the managed instance group.",
20539          "httpMethod": "POST",
20540          "id": "compute.regionInstanceGroupManagers.applyUpdatesToInstances",
20541          "parameterOrder": [
20542            "project",
20543            "region",
20544            "instanceGroupManager"
20545          ],
20546          "parameters": {
20547            "instanceGroupManager": {
20548              "description": "The name of the managed instance group, should conform to RFC1035.",
20549              "location": "path",
20550              "required": true,
20551              "type": "string"
20552            },
20553            "project": {
20554              "description": "Project ID for this request.",
20555              "location": "path",
20556              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
20557              "required": true,
20558              "type": "string"
20559            },
20560            "region": {
20561              "description": "Name of the region scoping this request, should conform to RFC1035.",
20562              "location": "path",
20563              "required": true,
20564              "type": "string"
20565            }
20566          },
20567          "path": "projects/{project}/regions/{region}/instanceGroupManagers/{instanceGroupManager}/applyUpdatesToInstances",
20568          "request": {
20569            "$ref": "RegionInstanceGroupManagersApplyUpdatesRequest"
20570          },
20571          "response": {
20572            "$ref": "Operation"
20573          },
20574          "scopes": [
20575            "https://www.googleapis.com/auth/cloud-platform",
20576            "https://www.googleapis.com/auth/compute"
20577          ]
20578        },
20579        "createInstances": {
20580          "description": "Creates instances with per-instance configs in this regional managed instance group. Instances are created using the current instance template. The create instances operation is marked DONE if the createInstances request is successful. The underlying actions take additional time. You must separately verify the status of the creating or actions with the listmanagedinstances method.",
20581          "httpMethod": "POST",
20582          "id": "compute.regionInstanceGroupManagers.createInstances",
20583          "parameterOrder": [
20584            "project",
20585            "region",
20586            "instanceGroupManager"
20587          ],
20588          "parameters": {
20589            "instanceGroupManager": {
20590              "description": "The name of the managed instance group. It should conform to RFC1035.",
20591              "location": "path",
20592              "required": true,
20593              "type": "string"
20594            },
20595            "project": {
20596              "description": "Project ID for this request.",
20597              "location": "path",
20598              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
20599              "required": true,
20600              "type": "string"
20601            },
20602            "region": {
20603              "description": "The name of the region where the managed instance group is located. It should conform to RFC1035.",
20604              "location": "path",
20605              "required": true,
20606              "type": "string"
20607            },
20608            "requestId": {
20609              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
20610              "location": "query",
20611              "type": "string"
20612            }
20613          },
20614          "path": "projects/{project}/regions/{region}/instanceGroupManagers/{instanceGroupManager}/createInstances",
20615          "request": {
20616            "$ref": "RegionInstanceGroupManagersCreateInstancesRequest"
20617          },
20618          "response": {
20619            "$ref": "Operation"
20620          },
20621          "scopes": [
20622            "https://www.googleapis.com/auth/cloud-platform",
20623            "https://www.googleapis.com/auth/compute"
20624          ]
20625        },
20626        "delete": {
20627          "description": "Deletes the specified managed instance group and all of the instances in that group.",
20628          "httpMethod": "DELETE",
20629          "id": "compute.regionInstanceGroupManagers.delete",
20630          "parameterOrder": [
20631            "project",
20632            "region",
20633            "instanceGroupManager"
20634          ],
20635          "parameters": {
20636            "instanceGroupManager": {
20637              "description": "Name of the managed instance group to delete.",
20638              "location": "path",
20639              "required": true,
20640              "type": "string"
20641            },
20642            "project": {
20643              "description": "Project ID for this request.",
20644              "location": "path",
20645              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
20646              "required": true,
20647              "type": "string"
20648            },
20649            "region": {
20650              "description": "Name of the region scoping this request.",
20651              "location": "path",
20652              "required": true,
20653              "type": "string"
20654            },
20655            "requestId": {
20656              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
20657              "location": "query",
20658              "type": "string"
20659            }
20660          },
20661          "path": "projects/{project}/regions/{region}/instanceGroupManagers/{instanceGroupManager}",
20662          "response": {
20663            "$ref": "Operation"
20664          },
20665          "scopes": [
20666            "https://www.googleapis.com/auth/cloud-platform",
20667            "https://www.googleapis.com/auth/compute"
20668          ]
20669        },
20670        "deleteInstances": {
20671          "description": "Flags the specified instances in the managed instance group to be immediately deleted. The instances are also removed from any target pools of which they were a member. This method reduces the targetSize of the managed instance group by the number of instances that you delete. The deleteInstances operation is marked DONE if the deleteInstances request is successful. The underlying actions take additional time. You must separately verify the status of the deleting action with the listmanagedinstances method.\n\nIf the group is part of a backend service that has enabled connection draining, it can take up to 60 seconds after the connection draining duration has elapsed before the VM instance is removed or deleted.\n\nYou can specify a maximum of 1000 instances with this method per request.",
20672          "httpMethod": "POST",
20673          "id": "compute.regionInstanceGroupManagers.deleteInstances",
20674          "parameterOrder": [
20675            "project",
20676            "region",
20677            "instanceGroupManager"
20678          ],
20679          "parameters": {
20680            "instanceGroupManager": {
20681              "description": "Name of the managed instance group.",
20682              "location": "path",
20683              "required": true,
20684              "type": "string"
20685            },
20686            "project": {
20687              "description": "Project ID for this request.",
20688              "location": "path",
20689              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
20690              "required": true,
20691              "type": "string"
20692            },
20693            "region": {
20694              "description": "Name of the region scoping this request.",
20695              "location": "path",
20696              "required": true,
20697              "type": "string"
20698            },
20699            "requestId": {
20700              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
20701              "location": "query",
20702              "type": "string"
20703            }
20704          },
20705          "path": "projects/{project}/regions/{region}/instanceGroupManagers/{instanceGroupManager}/deleteInstances",
20706          "request": {
20707            "$ref": "RegionInstanceGroupManagersDeleteInstancesRequest"
20708          },
20709          "response": {
20710            "$ref": "Operation"
20711          },
20712          "scopes": [
20713            "https://www.googleapis.com/auth/cloud-platform",
20714            "https://www.googleapis.com/auth/compute"
20715          ]
20716        },
20717        "deletePerInstanceConfigs": {
20718          "description": "Deletes selected per-instance configs for the managed instance group.",
20719          "httpMethod": "POST",
20720          "id": "compute.regionInstanceGroupManagers.deletePerInstanceConfigs",
20721          "parameterOrder": [
20722            "project",
20723            "region",
20724            "instanceGroupManager"
20725          ],
20726          "parameters": {
20727            "instanceGroupManager": {
20728              "description": "The name of the managed instance group. It should conform to RFC1035.",
20729              "location": "path",
20730              "required": true,
20731              "type": "string"
20732            },
20733            "project": {
20734              "description": "Project ID for this request.",
20735              "location": "path",
20736              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
20737              "required": true,
20738              "type": "string"
20739            },
20740            "region": {
20741              "description": "Name of the region scoping this request, should conform to RFC1035.",
20742              "location": "path",
20743              "required": true,
20744              "type": "string"
20745            }
20746          },
20747          "path": "projects/{project}/regions/{region}/instanceGroupManagers/{instanceGroupManager}/deletePerInstanceConfigs",
20748          "request": {
20749            "$ref": "RegionInstanceGroupManagerDeleteInstanceConfigReq"
20750          },
20751          "response": {
20752            "$ref": "Operation"
20753          },
20754          "scopes": [
20755            "https://www.googleapis.com/auth/cloud-platform",
20756            "https://www.googleapis.com/auth/compute"
20757          ]
20758        },
20759        "get": {
20760          "description": "Returns all of the details about the specified managed instance group.",
20761          "httpMethod": "GET",
20762          "id": "compute.regionInstanceGroupManagers.get",
20763          "parameterOrder": [
20764            "project",
20765            "region",
20766            "instanceGroupManager"
20767          ],
20768          "parameters": {
20769            "instanceGroupManager": {
20770              "description": "Name of the managed instance group to return.",
20771              "location": "path",
20772              "required": true,
20773              "type": "string"
20774            },
20775            "project": {
20776              "description": "Project ID for this request.",
20777              "location": "path",
20778              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
20779              "required": true,
20780              "type": "string"
20781            },
20782            "region": {
20783              "description": "Name of the region scoping this request.",
20784              "location": "path",
20785              "required": true,
20786              "type": "string"
20787            }
20788          },
20789          "path": "projects/{project}/regions/{region}/instanceGroupManagers/{instanceGroupManager}",
20790          "response": {
20791            "$ref": "InstanceGroupManager"
20792          },
20793          "scopes": [
20794            "https://www.googleapis.com/auth/cloud-platform",
20795            "https://www.googleapis.com/auth/compute",
20796            "https://www.googleapis.com/auth/compute.readonly"
20797          ]
20798        },
20799        "insert": {
20800          "description": "Creates a managed instance group using the information that you specify in the request. After the group is created, instances in the group are created using the specified instance template. This operation is marked as DONE when the group is created even if the instances in the group have not yet been created. You must separately verify the status of the individual instances with the listmanagedinstances method.\n\nA regional managed instance group can contain up to 2000 instances.",
20801          "httpMethod": "POST",
20802          "id": "compute.regionInstanceGroupManagers.insert",
20803          "parameterOrder": [
20804            "project",
20805            "region"
20806          ],
20807          "parameters": {
20808            "project": {
20809              "description": "Project ID for this request.",
20810              "location": "path",
20811              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
20812              "required": true,
20813              "type": "string"
20814            },
20815            "region": {
20816              "description": "Name of the region scoping this request.",
20817              "location": "path",
20818              "required": true,
20819              "type": "string"
20820            },
20821            "requestId": {
20822              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
20823              "location": "query",
20824              "type": "string"
20825            }
20826          },
20827          "path": "projects/{project}/regions/{region}/instanceGroupManagers",
20828          "request": {
20829            "$ref": "InstanceGroupManager"
20830          },
20831          "response": {
20832            "$ref": "Operation"
20833          },
20834          "scopes": [
20835            "https://www.googleapis.com/auth/cloud-platform",
20836            "https://www.googleapis.com/auth/compute"
20837          ]
20838        },
20839        "list": {
20840          "description": "Retrieves the list of managed instance groups that are contained within the specified region.",
20841          "httpMethod": "GET",
20842          "id": "compute.regionInstanceGroupManagers.list",
20843          "parameterOrder": [
20844            "project",
20845            "region"
20846          ],
20847          "parameters": {
20848            "filter": {
20849              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
20850              "location": "query",
20851              "type": "string"
20852            },
20853            "maxResults": {
20854              "default": "500",
20855              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
20856              "format": "uint32",
20857              "location": "query",
20858              "minimum": "0",
20859              "type": "integer"
20860            },
20861            "orderBy": {
20862              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
20863              "location": "query",
20864              "type": "string"
20865            },
20866            "pageToken": {
20867              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
20868              "location": "query",
20869              "type": "string"
20870            },
20871            "project": {
20872              "description": "Project ID for this request.",
20873              "location": "path",
20874              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
20875              "required": true,
20876              "type": "string"
20877            },
20878            "region": {
20879              "description": "Name of the region scoping this request.",
20880              "location": "path",
20881              "required": true,
20882              "type": "string"
20883            },
20884            "returnPartialSuccess": {
20885              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
20886              "location": "query",
20887              "type": "boolean"
20888            }
20889          },
20890          "path": "projects/{project}/regions/{region}/instanceGroupManagers",
20891          "response": {
20892            "$ref": "RegionInstanceGroupManagerList"
20893          },
20894          "scopes": [
20895            "https://www.googleapis.com/auth/cloud-platform",
20896            "https://www.googleapis.com/auth/compute",
20897            "https://www.googleapis.com/auth/compute.readonly"
20898          ]
20899        },
20900        "listErrors": {
20901          "description": "Lists all errors thrown by actions on instances for a given regional managed instance group. The filter and orderBy query parameters are not supported.",
20902          "httpMethod": "GET",
20903          "id": "compute.regionInstanceGroupManagers.listErrors",
20904          "parameterOrder": [
20905            "project",
20906            "region",
20907            "instanceGroupManager"
20908          ],
20909          "parameters": {
20910            "filter": {
20911              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
20912              "location": "query",
20913              "type": "string"
20914            },
20915            "instanceGroupManager": {
20916              "description": "The name of the managed instance group. It must be a string that meets the requirements in RFC1035, or an unsigned long integer: must match regexp pattern: (?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?)|[1-9][0-9]{0,19}.",
20917              "location": "path",
20918              "required": true,
20919              "type": "string"
20920            },
20921            "maxResults": {
20922              "default": "500",
20923              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
20924              "format": "uint32",
20925              "location": "query",
20926              "minimum": "0",
20927              "type": "integer"
20928            },
20929            "orderBy": {
20930              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
20931              "location": "query",
20932              "type": "string"
20933            },
20934            "pageToken": {
20935              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
20936              "location": "query",
20937              "type": "string"
20938            },
20939            "project": {
20940              "description": "Project ID for this request.",
20941              "location": "path",
20942              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
20943              "required": true,
20944              "type": "string"
20945            },
20946            "region": {
20947              "description": "Name of the region scoping this request. This should conform to RFC1035.",
20948              "location": "path",
20949              "required": true,
20950              "type": "string"
20951            },
20952            "returnPartialSuccess": {
20953              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
20954              "location": "query",
20955              "type": "boolean"
20956            }
20957          },
20958          "path": "projects/{project}/regions/{region}/instanceGroupManagers/{instanceGroupManager}/listErrors",
20959          "response": {
20960            "$ref": "RegionInstanceGroupManagersListErrorsResponse"
20961          },
20962          "scopes": [
20963            "https://www.googleapis.com/auth/cloud-platform",
20964            "https://www.googleapis.com/auth/compute",
20965            "https://www.googleapis.com/auth/compute.readonly"
20966          ]
20967        },
20968        "listManagedInstances": {
20969          "description": "Lists the instances in the managed instance group and instances that are scheduled to be created. The list includes any current actions that the group has scheduled for its instances. The orderBy query parameter is not supported.",
20970          "httpMethod": "POST",
20971          "id": "compute.regionInstanceGroupManagers.listManagedInstances",
20972          "parameterOrder": [
20973            "project",
20974            "region",
20975            "instanceGroupManager"
20976          ],
20977          "parameters": {
20978            "filter": {
20979              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
20980              "location": "query",
20981              "type": "string"
20982            },
20983            "instanceGroupManager": {
20984              "description": "The name of the managed instance group.",
20985              "location": "path",
20986              "required": true,
20987              "type": "string"
20988            },
20989            "maxResults": {
20990              "default": "500",
20991              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
20992              "format": "uint32",
20993              "location": "query",
20994              "minimum": "0",
20995              "type": "integer"
20996            },
20997            "orderBy": {
20998              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
20999              "location": "query",
21000              "type": "string"
21001            },
21002            "pageToken": {
21003              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
21004              "location": "query",
21005              "type": "string"
21006            },
21007            "project": {
21008              "description": "Project ID for this request.",
21009              "location": "path",
21010              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
21011              "required": true,
21012              "type": "string"
21013            },
21014            "region": {
21015              "description": "Name of the region scoping this request.",
21016              "location": "path",
21017              "required": true,
21018              "type": "string"
21019            },
21020            "returnPartialSuccess": {
21021              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
21022              "location": "query",
21023              "type": "boolean"
21024            }
21025          },
21026          "path": "projects/{project}/regions/{region}/instanceGroupManagers/{instanceGroupManager}/listManagedInstances",
21027          "response": {
21028            "$ref": "RegionInstanceGroupManagersListInstancesResponse"
21029          },
21030          "scopes": [
21031            "https://www.googleapis.com/auth/cloud-platform",
21032            "https://www.googleapis.com/auth/compute",
21033            "https://www.googleapis.com/auth/compute.readonly"
21034          ]
21035        },
21036        "listPerInstanceConfigs": {
21037          "description": "Lists all of the per-instance configs defined for the managed instance group. The orderBy query parameter is not supported.",
21038          "httpMethod": "POST",
21039          "id": "compute.regionInstanceGroupManagers.listPerInstanceConfigs",
21040          "parameterOrder": [
21041            "project",
21042            "region",
21043            "instanceGroupManager"
21044          ],
21045          "parameters": {
21046            "filter": {
21047              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
21048              "location": "query",
21049              "type": "string"
21050            },
21051            "instanceGroupManager": {
21052              "description": "The name of the managed instance group. It should conform to RFC1035.",
21053              "location": "path",
21054              "required": true,
21055              "type": "string"
21056            },
21057            "maxResults": {
21058              "default": "500",
21059              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
21060              "format": "uint32",
21061              "location": "query",
21062              "minimum": "0",
21063              "type": "integer"
21064            },
21065            "orderBy": {
21066              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
21067              "location": "query",
21068              "type": "string"
21069            },
21070            "pageToken": {
21071              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
21072              "location": "query",
21073              "type": "string"
21074            },
21075            "project": {
21076              "description": "Project ID for this request.",
21077              "location": "path",
21078              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
21079              "required": true,
21080              "type": "string"
21081            },
21082            "region": {
21083              "description": "Name of the region scoping this request, should conform to RFC1035.",
21084              "location": "path",
21085              "required": true,
21086              "type": "string"
21087            },
21088            "returnPartialSuccess": {
21089              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
21090              "location": "query",
21091              "type": "boolean"
21092            }
21093          },
21094          "path": "projects/{project}/regions/{region}/instanceGroupManagers/{instanceGroupManager}/listPerInstanceConfigs",
21095          "response": {
21096            "$ref": "RegionInstanceGroupManagersListInstanceConfigsResp"
21097          },
21098          "scopes": [
21099            "https://www.googleapis.com/auth/cloud-platform",
21100            "https://www.googleapis.com/auth/compute",
21101            "https://www.googleapis.com/auth/compute.readonly"
21102          ]
21103        },
21104        "patch": {
21105          "description": "Updates a managed instance group using the information that you specify in the request. This operation is marked as DONE when the group is patched even if the instances in the group are still in the process of being patched. You must separately verify the status of the individual instances with the listmanagedinstances method. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.",
21106          "httpMethod": "PATCH",
21107          "id": "compute.regionInstanceGroupManagers.patch",
21108          "parameterOrder": [
21109            "project",
21110            "region",
21111            "instanceGroupManager"
21112          ],
21113          "parameters": {
21114            "instanceGroupManager": {
21115              "description": "The name of the instance group manager.",
21116              "location": "path",
21117              "required": true,
21118              "type": "string"
21119            },
21120            "project": {
21121              "description": "Project ID for this request.",
21122              "location": "path",
21123              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
21124              "required": true,
21125              "type": "string"
21126            },
21127            "region": {
21128              "description": "Name of the region scoping this request.",
21129              "location": "path",
21130              "required": true,
21131              "type": "string"
21132            },
21133            "requestId": {
21134              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
21135              "location": "query",
21136              "type": "string"
21137            }
21138          },
21139          "path": "projects/{project}/regions/{region}/instanceGroupManagers/{instanceGroupManager}",
21140          "request": {
21141            "$ref": "InstanceGroupManager"
21142          },
21143          "response": {
21144            "$ref": "Operation"
21145          },
21146          "scopes": [
21147            "https://www.googleapis.com/auth/cloud-platform",
21148            "https://www.googleapis.com/auth/compute"
21149          ]
21150        },
21151        "patchPerInstanceConfigs": {
21152          "description": "Insert or patch (for the ones that already exist) per-instance configs for the managed instance group. perInstanceConfig.instance serves as a key used to distinguish whether to perform insert or patch.",
21153          "httpMethod": "POST",
21154          "id": "compute.regionInstanceGroupManagers.patchPerInstanceConfigs",
21155          "parameterOrder": [
21156            "project",
21157            "region",
21158            "instanceGroupManager"
21159          ],
21160          "parameters": {
21161            "instanceGroupManager": {
21162              "description": "The name of the managed instance group. It should conform to RFC1035.",
21163              "location": "path",
21164              "required": true,
21165              "type": "string"
21166            },
21167            "project": {
21168              "description": "Project ID for this request.",
21169              "location": "path",
21170              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
21171              "required": true,
21172              "type": "string"
21173            },
21174            "region": {
21175              "description": "Name of the region scoping this request, should conform to RFC1035.",
21176              "location": "path",
21177              "required": true,
21178              "type": "string"
21179            },
21180            "requestId": {
21181              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
21182              "location": "query",
21183              "type": "string"
21184            }
21185          },
21186          "path": "projects/{project}/regions/{region}/instanceGroupManagers/{instanceGroupManager}/patchPerInstanceConfigs",
21187          "request": {
21188            "$ref": "RegionInstanceGroupManagerPatchInstanceConfigReq"
21189          },
21190          "response": {
21191            "$ref": "Operation"
21192          },
21193          "scopes": [
21194            "https://www.googleapis.com/auth/cloud-platform",
21195            "https://www.googleapis.com/auth/compute"
21196          ]
21197        },
21198        "recreateInstances": {
21199          "description": "Flags the specified instances in the managed instance group to be immediately recreated. The instances are deleted and recreated using the current instance template for the managed instance group. This operation is marked as DONE when the flag is set even if the instances have not yet been recreated. You must separately verify the status of the recreating action with the listmanagedinstances method.\n\nIf the group is part of a backend service that has enabled connection draining, it can take up to 60 seconds after the connection draining duration has elapsed before the VM instance is removed or deleted.\n\nYou can specify a maximum of 1000 instances with this method per request.",
21200          "httpMethod": "POST",
21201          "id": "compute.regionInstanceGroupManagers.recreateInstances",
21202          "parameterOrder": [
21203            "project",
21204            "region",
21205            "instanceGroupManager"
21206          ],
21207          "parameters": {
21208            "instanceGroupManager": {
21209              "description": "Name of the managed instance group.",
21210              "location": "path",
21211              "required": true,
21212              "type": "string"
21213            },
21214            "project": {
21215              "description": "Project ID for this request.",
21216              "location": "path",
21217              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
21218              "required": true,
21219              "type": "string"
21220            },
21221            "region": {
21222              "description": "Name of the region scoping this request.",
21223              "location": "path",
21224              "required": true,
21225              "type": "string"
21226            },
21227            "requestId": {
21228              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
21229              "location": "query",
21230              "type": "string"
21231            }
21232          },
21233          "path": "projects/{project}/regions/{region}/instanceGroupManagers/{instanceGroupManager}/recreateInstances",
21234          "request": {
21235            "$ref": "RegionInstanceGroupManagersRecreateRequest"
21236          },
21237          "response": {
21238            "$ref": "Operation"
21239          },
21240          "scopes": [
21241            "https://www.googleapis.com/auth/cloud-platform",
21242            "https://www.googleapis.com/auth/compute"
21243          ]
21244        },
21245        "resize": {
21246          "description": "Changes the intended size of the managed instance group. If you increase the size, the group creates new instances using the current instance template. If you decrease the size, the group deletes one or more instances.\n\nThe resize operation is marked DONE if the resize request is successful. The underlying actions take additional time. You must separately verify the status of the creating or deleting actions with the listmanagedinstances method.\n\nIf the group is part of a backend service that has enabled connection draining, it can take up to 60 seconds after the connection draining duration has elapsed before the VM instance is removed or deleted.",
21247          "httpMethod": "POST",
21248          "id": "compute.regionInstanceGroupManagers.resize",
21249          "parameterOrder": [
21250            "project",
21251            "region",
21252            "instanceGroupManager",
21253            "size"
21254          ],
21255          "parameters": {
21256            "instanceGroupManager": {
21257              "description": "Name of the managed instance group.",
21258              "location": "path",
21259              "required": true,
21260              "type": "string"
21261            },
21262            "project": {
21263              "description": "Project ID for this request.",
21264              "location": "path",
21265              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
21266              "required": true,
21267              "type": "string"
21268            },
21269            "region": {
21270              "description": "Name of the region scoping this request.",
21271              "location": "path",
21272              "required": true,
21273              "type": "string"
21274            },
21275            "requestId": {
21276              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
21277              "location": "query",
21278              "type": "string"
21279            },
21280            "size": {
21281              "description": "Number of instances that should exist in this instance group manager.",
21282              "format": "int32",
21283              "location": "query",
21284              "minimum": "0",
21285              "required": true,
21286              "type": "integer"
21287            }
21288          },
21289          "path": "projects/{project}/regions/{region}/instanceGroupManagers/{instanceGroupManager}/resize",
21290          "response": {
21291            "$ref": "Operation"
21292          },
21293          "scopes": [
21294            "https://www.googleapis.com/auth/cloud-platform",
21295            "https://www.googleapis.com/auth/compute"
21296          ]
21297        },
21298        "setAutoHealingPolicies": {
21299          "description": "Modifies the autohealing policy for the instances in this managed instance group. [Deprecated] This method is deprecated. Please use Patch instead.",
21300          "httpMethod": "POST",
21301          "id": "compute.regionInstanceGroupManagers.setAutoHealingPolicies",
21302          "parameterOrder": [
21303            "project",
21304            "region",
21305            "instanceGroupManager"
21306          ],
21307          "parameters": {
21308            "instanceGroupManager": {
21309              "description": "Name of the managed instance group.",
21310              "location": "path",
21311              "required": true,
21312              "type": "string"
21313            },
21314            "project": {
21315              "description": "Project ID for this request.",
21316              "location": "path",
21317              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
21318              "required": true,
21319              "type": "string"
21320            },
21321            "region": {
21322              "description": "Name of the region scoping this request.",
21323              "location": "path",
21324              "required": true,
21325              "type": "string"
21326            },
21327            "requestId": {
21328              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
21329              "location": "query",
21330              "type": "string"
21331            }
21332          },
21333          "path": "projects/{project}/regions/{region}/instanceGroupManagers/{instanceGroupManager}/setAutoHealingPolicies",
21334          "request": {
21335            "$ref": "RegionInstanceGroupManagersSetAutoHealingRequest"
21336          },
21337          "response": {
21338            "$ref": "Operation"
21339          },
21340          "scopes": [
21341            "https://www.googleapis.com/auth/cloud-platform",
21342            "https://www.googleapis.com/auth/compute"
21343          ]
21344        },
21345        "setInstanceTemplate": {
21346          "description": "Sets the instance template to use when creating new instances or recreating instances in this group. Existing instances are not affected.",
21347          "httpMethod": "POST",
21348          "id": "compute.regionInstanceGroupManagers.setInstanceTemplate",
21349          "parameterOrder": [
21350            "project",
21351            "region",
21352            "instanceGroupManager"
21353          ],
21354          "parameters": {
21355            "instanceGroupManager": {
21356              "description": "The name of the managed instance group.",
21357              "location": "path",
21358              "required": true,
21359              "type": "string"
21360            },
21361            "project": {
21362              "description": "Project ID for this request.",
21363              "location": "path",
21364              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
21365              "required": true,
21366              "type": "string"
21367            },
21368            "region": {
21369              "description": "Name of the region scoping this request.",
21370              "location": "path",
21371              "required": true,
21372              "type": "string"
21373            },
21374            "requestId": {
21375              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
21376              "location": "query",
21377              "type": "string"
21378            }
21379          },
21380          "path": "projects/{project}/regions/{region}/instanceGroupManagers/{instanceGroupManager}/setInstanceTemplate",
21381          "request": {
21382            "$ref": "RegionInstanceGroupManagersSetTemplateRequest"
21383          },
21384          "response": {
21385            "$ref": "Operation"
21386          },
21387          "scopes": [
21388            "https://www.googleapis.com/auth/cloud-platform",
21389            "https://www.googleapis.com/auth/compute"
21390          ]
21391        },
21392        "setTargetPools": {
21393          "description": "Modifies the target pools to which all new instances in this group are assigned. Existing instances in the group are not affected.",
21394          "httpMethod": "POST",
21395          "id": "compute.regionInstanceGroupManagers.setTargetPools",
21396          "parameterOrder": [
21397            "project",
21398            "region",
21399            "instanceGroupManager"
21400          ],
21401          "parameters": {
21402            "instanceGroupManager": {
21403              "description": "Name of the managed instance group.",
21404              "location": "path",
21405              "required": true,
21406              "type": "string"
21407            },
21408            "project": {
21409              "description": "Project ID for this request.",
21410              "location": "path",
21411              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
21412              "required": true,
21413              "type": "string"
21414            },
21415            "region": {
21416              "description": "Name of the region scoping this request.",
21417              "location": "path",
21418              "required": true,
21419              "type": "string"
21420            },
21421            "requestId": {
21422              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
21423              "location": "query",
21424              "type": "string"
21425            }
21426          },
21427          "path": "projects/{project}/regions/{region}/instanceGroupManagers/{instanceGroupManager}/setTargetPools",
21428          "request": {
21429            "$ref": "RegionInstanceGroupManagersSetTargetPoolsRequest"
21430          },
21431          "response": {
21432            "$ref": "Operation"
21433          },
21434          "scopes": [
21435            "https://www.googleapis.com/auth/cloud-platform",
21436            "https://www.googleapis.com/auth/compute"
21437          ]
21438        },
21439        "testIamPermissions": {
21440          "description": "Returns permissions that a caller has on the specified resource.",
21441          "httpMethod": "POST",
21442          "id": "compute.regionInstanceGroupManagers.testIamPermissions",
21443          "parameterOrder": [
21444            "project",
21445            "region",
21446            "resource"
21447          ],
21448          "parameters": {
21449            "project": {
21450              "description": "Project ID for this request.",
21451              "location": "path",
21452              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
21453              "required": true,
21454              "type": "string"
21455            },
21456            "region": {
21457              "description": "The name of the region for this request.",
21458              "location": "path",
21459              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
21460              "required": true,
21461              "type": "string"
21462            },
21463            "resource": {
21464              "description": "Name or id of the resource for this request.",
21465              "location": "path",
21466              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
21467              "required": true,
21468              "type": "string"
21469            }
21470          },
21471          "path": "projects/{project}/regions/{region}/instanceGroupManagers/{resource}/testIamPermissions",
21472          "request": {
21473            "$ref": "TestPermissionsRequest"
21474          },
21475          "response": {
21476            "$ref": "TestPermissionsResponse"
21477          },
21478          "scopes": [
21479            "https://www.googleapis.com/auth/cloud-platform",
21480            "https://www.googleapis.com/auth/compute",
21481            "https://www.googleapis.com/auth/compute.readonly"
21482          ]
21483        },
21484        "update": {
21485          "description": "Updates a managed instance group using the information that you specify in the request. This operation is marked as DONE when the group is updated even if the instances in the group have not yet been updated. You must separately verify the status of the individual instances with the listmanagedinstances method.",
21486          "httpMethod": "PUT",
21487          "id": "compute.regionInstanceGroupManagers.update",
21488          "parameterOrder": [
21489            "project",
21490            "region",
21491            "instanceGroupManager"
21492          ],
21493          "parameters": {
21494            "instanceGroupManager": {
21495              "description": "The name of the instance group manager.",
21496              "location": "path",
21497              "required": true,
21498              "type": "string"
21499            },
21500            "project": {
21501              "description": "Project ID for this request.",
21502              "location": "path",
21503              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
21504              "required": true,
21505              "type": "string"
21506            },
21507            "region": {
21508              "description": "Name of the region scoping this request.",
21509              "location": "path",
21510              "required": true,
21511              "type": "string"
21512            },
21513            "requestId": {
21514              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
21515              "location": "query",
21516              "type": "string"
21517            }
21518          },
21519          "path": "projects/{project}/regions/{region}/instanceGroupManagers/{instanceGroupManager}",
21520          "request": {
21521            "$ref": "InstanceGroupManager"
21522          },
21523          "response": {
21524            "$ref": "Operation"
21525          },
21526          "scopes": [
21527            "https://www.googleapis.com/auth/cloud-platform",
21528            "https://www.googleapis.com/auth/compute"
21529          ]
21530        },
21531        "updatePerInstanceConfigs": {
21532          "description": "Insert or update (for the ones that already exist) per-instance configs for the managed instance group. perInstanceConfig.instance serves as a key used to distinguish whether to perform insert or patch.",
21533          "httpMethod": "POST",
21534          "id": "compute.regionInstanceGroupManagers.updatePerInstanceConfigs",
21535          "parameterOrder": [
21536            "project",
21537            "region",
21538            "instanceGroupManager"
21539          ],
21540          "parameters": {
21541            "instanceGroupManager": {
21542              "description": "The name of the managed instance group. It should conform to RFC1035.",
21543              "location": "path",
21544              "required": true,
21545              "type": "string"
21546            },
21547            "project": {
21548              "description": "Project ID for this request.",
21549              "location": "path",
21550              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
21551              "required": true,
21552              "type": "string"
21553            },
21554            "region": {
21555              "description": "Name of the region scoping this request, should conform to RFC1035.",
21556              "location": "path",
21557              "required": true,
21558              "type": "string"
21559            },
21560            "requestId": {
21561              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
21562              "location": "query",
21563              "type": "string"
21564            }
21565          },
21566          "path": "projects/{project}/regions/{region}/instanceGroupManagers/{instanceGroupManager}/updatePerInstanceConfigs",
21567          "request": {
21568            "$ref": "RegionInstanceGroupManagerUpdateInstanceConfigReq"
21569          },
21570          "response": {
21571            "$ref": "Operation"
21572          },
21573          "scopes": [
21574            "https://www.googleapis.com/auth/cloud-platform",
21575            "https://www.googleapis.com/auth/compute"
21576          ]
21577        }
21578      }
21579    },
21580    "regionInstanceGroups": {
21581      "methods": {
21582        "get": {
21583          "description": "Returns the specified instance group resource.",
21584          "httpMethod": "GET",
21585          "id": "compute.regionInstanceGroups.get",
21586          "parameterOrder": [
21587            "project",
21588            "region",
21589            "instanceGroup"
21590          ],
21591          "parameters": {
21592            "instanceGroup": {
21593              "description": "Name of the instance group resource to return.",
21594              "location": "path",
21595              "required": true,
21596              "type": "string"
21597            },
21598            "project": {
21599              "description": "Project ID for this request.",
21600              "location": "path",
21601              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
21602              "required": true,
21603              "type": "string"
21604            },
21605            "region": {
21606              "description": "Name of the region scoping this request.",
21607              "location": "path",
21608              "required": true,
21609              "type": "string"
21610            }
21611          },
21612          "path": "projects/{project}/regions/{region}/instanceGroups/{instanceGroup}",
21613          "response": {
21614            "$ref": "InstanceGroup"
21615          },
21616          "scopes": [
21617            "https://www.googleapis.com/auth/cloud-platform",
21618            "https://www.googleapis.com/auth/compute",
21619            "https://www.googleapis.com/auth/compute.readonly"
21620          ]
21621        },
21622        "list": {
21623          "description": "Retrieves the list of instance group resources contained within the specified region.",
21624          "httpMethod": "GET",
21625          "id": "compute.regionInstanceGroups.list",
21626          "parameterOrder": [
21627            "project",
21628            "region"
21629          ],
21630          "parameters": {
21631            "filter": {
21632              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
21633              "location": "query",
21634              "type": "string"
21635            },
21636            "maxResults": {
21637              "default": "500",
21638              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
21639              "format": "uint32",
21640              "location": "query",
21641              "minimum": "0",
21642              "type": "integer"
21643            },
21644            "orderBy": {
21645              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
21646              "location": "query",
21647              "type": "string"
21648            },
21649            "pageToken": {
21650              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
21651              "location": "query",
21652              "type": "string"
21653            },
21654            "project": {
21655              "description": "Project ID for this request.",
21656              "location": "path",
21657              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
21658              "required": true,
21659              "type": "string"
21660            },
21661            "region": {
21662              "description": "Name of the region scoping this request.",
21663              "location": "path",
21664              "required": true,
21665              "type": "string"
21666            },
21667            "returnPartialSuccess": {
21668              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
21669              "location": "query",
21670              "type": "boolean"
21671            }
21672          },
21673          "path": "projects/{project}/regions/{region}/instanceGroups",
21674          "response": {
21675            "$ref": "RegionInstanceGroupList"
21676          },
21677          "scopes": [
21678            "https://www.googleapis.com/auth/cloud-platform",
21679            "https://www.googleapis.com/auth/compute",
21680            "https://www.googleapis.com/auth/compute.readonly"
21681          ]
21682        },
21683        "listInstances": {
21684          "description": "Lists the instances in the specified instance group and displays information about the named ports. Depending on the specified options, this method can list all instances or only the instances that are running. The orderBy query parameter is not supported.",
21685          "httpMethod": "POST",
21686          "id": "compute.regionInstanceGroups.listInstances",
21687          "parameterOrder": [
21688            "project",
21689            "region",
21690            "instanceGroup"
21691          ],
21692          "parameters": {
21693            "filter": {
21694              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
21695              "location": "query",
21696              "type": "string"
21697            },
21698            "instanceGroup": {
21699              "description": "Name of the regional instance group for which we want to list the instances.",
21700              "location": "path",
21701              "required": true,
21702              "type": "string"
21703            },
21704            "maxResults": {
21705              "default": "500",
21706              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
21707              "format": "uint32",
21708              "location": "query",
21709              "minimum": "0",
21710              "type": "integer"
21711            },
21712            "orderBy": {
21713              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
21714              "location": "query",
21715              "type": "string"
21716            },
21717            "pageToken": {
21718              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
21719              "location": "query",
21720              "type": "string"
21721            },
21722            "project": {
21723              "description": "Project ID for this request.",
21724              "location": "path",
21725              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
21726              "required": true,
21727              "type": "string"
21728            },
21729            "region": {
21730              "description": "Name of the region scoping this request.",
21731              "location": "path",
21732              "required": true,
21733              "type": "string"
21734            },
21735            "returnPartialSuccess": {
21736              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
21737              "location": "query",
21738              "type": "boolean"
21739            }
21740          },
21741          "path": "projects/{project}/regions/{region}/instanceGroups/{instanceGroup}/listInstances",
21742          "request": {
21743            "$ref": "RegionInstanceGroupsListInstancesRequest"
21744          },
21745          "response": {
21746            "$ref": "RegionInstanceGroupsListInstances"
21747          },
21748          "scopes": [
21749            "https://www.googleapis.com/auth/cloud-platform",
21750            "https://www.googleapis.com/auth/compute",
21751            "https://www.googleapis.com/auth/compute.readonly"
21752          ]
21753        },
21754        "setNamedPorts": {
21755          "description": "Sets the named ports for the specified regional instance group.",
21756          "httpMethod": "POST",
21757          "id": "compute.regionInstanceGroups.setNamedPorts",
21758          "parameterOrder": [
21759            "project",
21760            "region",
21761            "instanceGroup"
21762          ],
21763          "parameters": {
21764            "instanceGroup": {
21765              "description": "The name of the regional instance group where the named ports are updated.",
21766              "location": "path",
21767              "required": true,
21768              "type": "string"
21769            },
21770            "project": {
21771              "description": "Project ID for this request.",
21772              "location": "path",
21773              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
21774              "required": true,
21775              "type": "string"
21776            },
21777            "region": {
21778              "description": "Name of the region scoping this request.",
21779              "location": "path",
21780              "required": true,
21781              "type": "string"
21782            },
21783            "requestId": {
21784              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
21785              "location": "query",
21786              "type": "string"
21787            }
21788          },
21789          "path": "projects/{project}/regions/{region}/instanceGroups/{instanceGroup}/setNamedPorts",
21790          "request": {
21791            "$ref": "RegionInstanceGroupsSetNamedPortsRequest"
21792          },
21793          "response": {
21794            "$ref": "Operation"
21795          },
21796          "scopes": [
21797            "https://www.googleapis.com/auth/cloud-platform",
21798            "https://www.googleapis.com/auth/compute"
21799          ]
21800        },
21801        "testIamPermissions": {
21802          "description": "Returns permissions that a caller has on the specified resource.",
21803          "httpMethod": "POST",
21804          "id": "compute.regionInstanceGroups.testIamPermissions",
21805          "parameterOrder": [
21806            "project",
21807            "region",
21808            "resource"
21809          ],
21810          "parameters": {
21811            "project": {
21812              "description": "Project ID for this request.",
21813              "location": "path",
21814              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
21815              "required": true,
21816              "type": "string"
21817            },
21818            "region": {
21819              "description": "The name of the region for this request.",
21820              "location": "path",
21821              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
21822              "required": true,
21823              "type": "string"
21824            },
21825            "resource": {
21826              "description": "Name or id of the resource for this request.",
21827              "location": "path",
21828              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
21829              "required": true,
21830              "type": "string"
21831            }
21832          },
21833          "path": "projects/{project}/regions/{region}/instanceGroups/{resource}/testIamPermissions",
21834          "request": {
21835            "$ref": "TestPermissionsRequest"
21836          },
21837          "response": {
21838            "$ref": "TestPermissionsResponse"
21839          },
21840          "scopes": [
21841            "https://www.googleapis.com/auth/cloud-platform",
21842            "https://www.googleapis.com/auth/compute",
21843            "https://www.googleapis.com/auth/compute.readonly"
21844          ]
21845        }
21846      }
21847    },
21848    "regionInstances": {
21849      "methods": {
21850        "bulkInsert": {
21851          "description": "Creates multiple instances in a given region. Count specifies the number of instances to create.",
21852          "httpMethod": "POST",
21853          "id": "compute.regionInstances.bulkInsert",
21854          "parameterOrder": [
21855            "project",
21856            "region"
21857          ],
21858          "parameters": {
21859            "project": {
21860              "description": "Project ID for this request.",
21861              "location": "path",
21862              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
21863              "required": true,
21864              "type": "string"
21865            },
21866            "region": {
21867              "description": "The name of the region for this request.",
21868              "location": "path",
21869              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
21870              "required": true,
21871              "type": "string"
21872            },
21873            "requestId": {
21874              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
21875              "location": "query",
21876              "type": "string"
21877            }
21878          },
21879          "path": "projects/{project}/regions/{region}/instances/bulkInsert",
21880          "request": {
21881            "$ref": "BulkInsertInstanceResource"
21882          },
21883          "response": {
21884            "$ref": "Operation"
21885          },
21886          "scopes": [
21887            "https://www.googleapis.com/auth/cloud-platform",
21888            "https://www.googleapis.com/auth/compute"
21889          ]
21890        }
21891      }
21892    },
21893    "regionInstantSnapshots": {
21894      "methods": {
21895        "delete": {
21896          "description": "Deletes the specified InstantSnapshot resource. Keep in mind that deleting a single instantSnapshot might not necessarily delete all the data on that instantSnapshot. If any data on the instantSnapshot that is marked for deletion is needed for subsequent instantSnapshots, the data will be moved to the next corresponding instantSnapshot.\n\nFor more information, see Deleting instantSnapshots.",
21897          "httpMethod": "DELETE",
21898          "id": "compute.regionInstantSnapshots.delete",
21899          "parameterOrder": [
21900            "project",
21901            "region",
21902            "instantSnapshot"
21903          ],
21904          "parameters": {
21905            "instantSnapshot": {
21906              "description": "Name of the InstantSnapshot resource to delete.",
21907              "location": "path",
21908              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
21909              "required": true,
21910              "type": "string"
21911            },
21912            "project": {
21913              "description": "Project ID for this request.",
21914              "location": "path",
21915              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
21916              "required": true,
21917              "type": "string"
21918            },
21919            "region": {
21920              "description": "The name of the region for this request.",
21921              "location": "path",
21922              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
21923              "required": true,
21924              "type": "string"
21925            },
21926            "requestId": {
21927              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
21928              "location": "query",
21929              "type": "string"
21930            }
21931          },
21932          "path": "projects/{project}/regions/{region}/instantSnapshots/{instantSnapshot}",
21933          "response": {
21934            "$ref": "Operation"
21935          },
21936          "scopes": [
21937            "https://www.googleapis.com/auth/cloud-platform",
21938            "https://www.googleapis.com/auth/compute"
21939          ]
21940        },
21941        "export": {
21942          "description": "Export the changed blocks between two instant snapshots to a customer?s bucket in the user specified format.",
21943          "httpMethod": "POST",
21944          "id": "compute.regionInstantSnapshots.export",
21945          "parameterOrder": [
21946            "project",
21947            "region",
21948            "instantSnapshot"
21949          ],
21950          "parameters": {
21951            "instantSnapshot": {
21952              "description": "Name of the instant snapshot to export.",
21953              "location": "path",
21954              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
21955              "required": true,
21956              "type": "string"
21957            },
21958            "project": {
21959              "description": "Project ID for this request.",
21960              "location": "path",
21961              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
21962              "required": true,
21963              "type": "string"
21964            },
21965            "region": {
21966              "description": "The name of the zone for this request.",
21967              "location": "path",
21968              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
21969              "required": true,
21970              "type": "string"
21971            },
21972            "requestId": {
21973              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
21974              "location": "query",
21975              "type": "string"
21976            }
21977          },
21978          "path": "projects/{project}/regions/{region}/instantSnapshots/{instantSnapshot}/export",
21979          "request": {
21980            "$ref": "InstantSnapshotExportParams"
21981          },
21982          "response": {
21983            "$ref": "Operation"
21984          },
21985          "scopes": [
21986            "https://www.googleapis.com/auth/cloud-platform",
21987            "https://www.googleapis.com/auth/compute"
21988          ]
21989        },
21990        "get": {
21991          "description": "Returns the specified InstantSnapshot resource in the specified region.",
21992          "httpMethod": "GET",
21993          "id": "compute.regionInstantSnapshots.get",
21994          "parameterOrder": [
21995            "project",
21996            "region",
21997            "instantSnapshot"
21998          ],
21999          "parameters": {
22000            "instantSnapshot": {
22001              "description": "Name of the InstantSnapshot resource to return.",
22002              "location": "path",
22003              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
22004              "required": true,
22005              "type": "string"
22006            },
22007            "project": {
22008              "description": "Project ID for this request.",
22009              "location": "path",
22010              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
22011              "required": true,
22012              "type": "string"
22013            },
22014            "region": {
22015              "description": "The name of the region for this request.",
22016              "location": "path",
22017              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
22018              "required": true,
22019              "type": "string"
22020            }
22021          },
22022          "path": "projects/{project}/regions/{region}/instantSnapshots/{instantSnapshot}",
22023          "response": {
22024            "$ref": "InstantSnapshot"
22025          },
22026          "scopes": [
22027            "https://www.googleapis.com/auth/cloud-platform",
22028            "https://www.googleapis.com/auth/compute",
22029            "https://www.googleapis.com/auth/compute.readonly"
22030          ]
22031        },
22032        "getIamPolicy": {
22033          "description": "Gets the access control policy for a resource. May be empty if no such policy or resource exists.",
22034          "httpMethod": "GET",
22035          "id": "compute.regionInstantSnapshots.getIamPolicy",
22036          "parameterOrder": [
22037            "project",
22038            "region",
22039            "resource"
22040          ],
22041          "parameters": {
22042            "optionsRequestedPolicyVersion": {
22043              "description": "Requested IAM Policy version.",
22044              "format": "int32",
22045              "location": "query",
22046              "type": "integer"
22047            },
22048            "project": {
22049              "description": "Project ID for this request.",
22050              "location": "path",
22051              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
22052              "required": true,
22053              "type": "string"
22054            },
22055            "region": {
22056              "description": "The name of the region for this request.",
22057              "location": "path",
22058              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
22059              "required": true,
22060              "type": "string"
22061            },
22062            "resource": {
22063              "description": "Name or id of the resource for this request.",
22064              "location": "path",
22065              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
22066              "required": true,
22067              "type": "string"
22068            }
22069          },
22070          "path": "projects/{project}/regions/{region}/instantSnapshots/{resource}/getIamPolicy",
22071          "response": {
22072            "$ref": "Policy"
22073          },
22074          "scopes": [
22075            "https://www.googleapis.com/auth/cloud-platform",
22076            "https://www.googleapis.com/auth/compute",
22077            "https://www.googleapis.com/auth/compute.readonly"
22078          ]
22079        },
22080        "insert": {
22081          "description": "Creates an instant snapshot in the specified region.",
22082          "httpMethod": "POST",
22083          "id": "compute.regionInstantSnapshots.insert",
22084          "parameterOrder": [
22085            "project",
22086            "region"
22087          ],
22088          "parameters": {
22089            "project": {
22090              "description": "Project ID for this request.",
22091              "location": "path",
22092              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
22093              "required": true,
22094              "type": "string"
22095            },
22096            "region": {
22097              "description": "Name of the region for this request.",
22098              "location": "path",
22099              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
22100              "required": true,
22101              "type": "string"
22102            },
22103            "requestId": {
22104              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
22105              "location": "query",
22106              "type": "string"
22107            }
22108          },
22109          "path": "projects/{project}/regions/{region}/instantSnapshots",
22110          "request": {
22111            "$ref": "InstantSnapshot"
22112          },
22113          "response": {
22114            "$ref": "Operation"
22115          },
22116          "scopes": [
22117            "https://www.googleapis.com/auth/cloud-platform",
22118            "https://www.googleapis.com/auth/compute"
22119          ]
22120        },
22121        "list": {
22122          "description": "Retrieves the list of InstantSnapshot resources contained within the specified region.",
22123          "httpMethod": "GET",
22124          "id": "compute.regionInstantSnapshots.list",
22125          "parameterOrder": [
22126            "project",
22127            "region"
22128          ],
22129          "parameters": {
22130            "filter": {
22131              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
22132              "location": "query",
22133              "type": "string"
22134            },
22135            "maxResults": {
22136              "default": "500",
22137              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
22138              "format": "uint32",
22139              "location": "query",
22140              "minimum": "0",
22141              "type": "integer"
22142            },
22143            "orderBy": {
22144              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
22145              "location": "query",
22146              "type": "string"
22147            },
22148            "pageToken": {
22149              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
22150              "location": "query",
22151              "type": "string"
22152            },
22153            "project": {
22154              "description": "Project ID for this request.",
22155              "location": "path",
22156              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
22157              "required": true,
22158              "type": "string"
22159            },
22160            "region": {
22161              "description": "The name of the region for this request.",
22162              "location": "path",
22163              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
22164              "required": true,
22165              "type": "string"
22166            },
22167            "returnPartialSuccess": {
22168              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
22169              "location": "query",
22170              "type": "boolean"
22171            }
22172          },
22173          "path": "projects/{project}/regions/{region}/instantSnapshots",
22174          "response": {
22175            "$ref": "InstantSnapshotList"
22176          },
22177          "scopes": [
22178            "https://www.googleapis.com/auth/cloud-platform",
22179            "https://www.googleapis.com/auth/compute",
22180            "https://www.googleapis.com/auth/compute.readonly"
22181          ]
22182        },
22183        "setIamPolicy": {
22184          "description": "Sets the access control policy on the specified resource. Replaces any existing policy.",
22185          "httpMethod": "POST",
22186          "id": "compute.regionInstantSnapshots.setIamPolicy",
22187          "parameterOrder": [
22188            "project",
22189            "region",
22190            "resource"
22191          ],
22192          "parameters": {
22193            "project": {
22194              "description": "Project ID for this request.",
22195              "location": "path",
22196              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
22197              "required": true,
22198              "type": "string"
22199            },
22200            "region": {
22201              "description": "The name of the region for this request.",
22202              "location": "path",
22203              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
22204              "required": true,
22205              "type": "string"
22206            },
22207            "resource": {
22208              "description": "Name or id of the resource for this request.",
22209              "location": "path",
22210              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
22211              "required": true,
22212              "type": "string"
22213            }
22214          },
22215          "path": "projects/{project}/regions/{region}/instantSnapshots/{resource}/setIamPolicy",
22216          "request": {
22217            "$ref": "RegionSetPolicyRequest"
22218          },
22219          "response": {
22220            "$ref": "Policy"
22221          },
22222          "scopes": [
22223            "https://www.googleapis.com/auth/cloud-platform",
22224            "https://www.googleapis.com/auth/compute"
22225          ]
22226        },
22227        "setLabels": {
22228          "description": "Sets the labels on a instantSnapshot in the given region. To learn more about labels, read the Labeling Resources documentation.",
22229          "httpMethod": "POST",
22230          "id": "compute.regionInstantSnapshots.setLabels",
22231          "parameterOrder": [
22232            "project",
22233            "region",
22234            "resource"
22235          ],
22236          "parameters": {
22237            "project": {
22238              "description": "Project ID for this request.",
22239              "location": "path",
22240              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
22241              "required": true,
22242              "type": "string"
22243            },
22244            "region": {
22245              "description": "The region for this request.",
22246              "location": "path",
22247              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
22248              "required": true,
22249              "type": "string"
22250            },
22251            "requestId": {
22252              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
22253              "location": "query",
22254              "type": "string"
22255            },
22256            "resource": {
22257              "description": "Name or id of the resource for this request.",
22258              "location": "path",
22259              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
22260              "required": true,
22261              "type": "string"
22262            }
22263          },
22264          "path": "projects/{project}/regions/{region}/instantSnapshots/{resource}/setLabels",
22265          "request": {
22266            "$ref": "RegionSetLabelsRequest"
22267          },
22268          "response": {
22269            "$ref": "Operation"
22270          },
22271          "scopes": [
22272            "https://www.googleapis.com/auth/cloud-platform",
22273            "https://www.googleapis.com/auth/compute"
22274          ]
22275        },
22276        "testIamPermissions": {
22277          "description": "Returns permissions that a caller has on the specified resource.",
22278          "httpMethod": "POST",
22279          "id": "compute.regionInstantSnapshots.testIamPermissions",
22280          "parameterOrder": [
22281            "project",
22282            "region",
22283            "resource"
22284          ],
22285          "parameters": {
22286            "project": {
22287              "description": "Project ID for this request.",
22288              "location": "path",
22289              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
22290              "required": true,
22291              "type": "string"
22292            },
22293            "region": {
22294              "description": "The name of the region for this request.",
22295              "location": "path",
22296              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
22297              "required": true,
22298              "type": "string"
22299            },
22300            "resource": {
22301              "description": "Name or id of the resource for this request.",
22302              "location": "path",
22303              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
22304              "required": true,
22305              "type": "string"
22306            }
22307          },
22308          "path": "projects/{project}/regions/{region}/instantSnapshots/{resource}/testIamPermissions",
22309          "request": {
22310            "$ref": "TestPermissionsRequest"
22311          },
22312          "response": {
22313            "$ref": "TestPermissionsResponse"
22314          },
22315          "scopes": [
22316            "https://www.googleapis.com/auth/cloud-platform",
22317            "https://www.googleapis.com/auth/compute",
22318            "https://www.googleapis.com/auth/compute.readonly"
22319          ]
22320        }
22321      }
22322    },
22323    "regionNetworkEndpointGroups": {
22324      "methods": {
22325        "delete": {
22326          "description": "Deletes the specified network endpoint group. Note that the NEG cannot be deleted if it is configured as a backend of a backend service.",
22327          "httpMethod": "DELETE",
22328          "id": "compute.regionNetworkEndpointGroups.delete",
22329          "parameterOrder": [
22330            "project",
22331            "region",
22332            "networkEndpointGroup"
22333          ],
22334          "parameters": {
22335            "networkEndpointGroup": {
22336              "description": "The name of the network endpoint group to delete. It should comply with RFC1035.",
22337              "location": "path",
22338              "required": true,
22339              "type": "string"
22340            },
22341            "project": {
22342              "description": "Project ID for this request.",
22343              "location": "path",
22344              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
22345              "required": true,
22346              "type": "string"
22347            },
22348            "region": {
22349              "description": "The name of the region where the network endpoint group is located. It should comply with RFC1035.",
22350              "location": "path",
22351              "required": true,
22352              "type": "string"
22353            },
22354            "requestId": {
22355              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
22356              "location": "query",
22357              "type": "string"
22358            }
22359          },
22360          "path": "projects/{project}/regions/{region}/networkEndpointGroups/{networkEndpointGroup}",
22361          "response": {
22362            "$ref": "Operation"
22363          },
22364          "scopes": [
22365            "https://www.googleapis.com/auth/cloud-platform",
22366            "https://www.googleapis.com/auth/compute"
22367          ]
22368        },
22369        "get": {
22370          "description": "Returns the specified network endpoint group. Gets a list of available network endpoint groups by making a list() request.",
22371          "httpMethod": "GET",
22372          "id": "compute.regionNetworkEndpointGroups.get",
22373          "parameterOrder": [
22374            "project",
22375            "region",
22376            "networkEndpointGroup"
22377          ],
22378          "parameters": {
22379            "networkEndpointGroup": {
22380              "description": "The name of the network endpoint group. It should comply with RFC1035.",
22381              "location": "path",
22382              "required": true,
22383              "type": "string"
22384            },
22385            "project": {
22386              "description": "Project ID for this request.",
22387              "location": "path",
22388              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
22389              "required": true,
22390              "type": "string"
22391            },
22392            "region": {
22393              "description": "The name of the region where the network endpoint group is located. It should comply with RFC1035.",
22394              "location": "path",
22395              "required": true,
22396              "type": "string"
22397            }
22398          },
22399          "path": "projects/{project}/regions/{region}/networkEndpointGroups/{networkEndpointGroup}",
22400          "response": {
22401            "$ref": "NetworkEndpointGroup"
22402          },
22403          "scopes": [
22404            "https://www.googleapis.com/auth/cloud-platform",
22405            "https://www.googleapis.com/auth/compute",
22406            "https://www.googleapis.com/auth/compute.readonly"
22407          ]
22408        },
22409        "insert": {
22410          "description": "Creates a network endpoint group in the specified project using the parameters that are included in the request.",
22411          "httpMethod": "POST",
22412          "id": "compute.regionNetworkEndpointGroups.insert",
22413          "parameterOrder": [
22414            "project",
22415            "region"
22416          ],
22417          "parameters": {
22418            "project": {
22419              "description": "Project ID for this request.",
22420              "location": "path",
22421              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
22422              "required": true,
22423              "type": "string"
22424            },
22425            "region": {
22426              "description": "The name of the region where you want to create the network endpoint group. It should comply with RFC1035.",
22427              "location": "path",
22428              "required": true,
22429              "type": "string"
22430            },
22431            "requestId": {
22432              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
22433              "location": "query",
22434              "type": "string"
22435            }
22436          },
22437          "path": "projects/{project}/regions/{region}/networkEndpointGroups",
22438          "request": {
22439            "$ref": "NetworkEndpointGroup"
22440          },
22441          "response": {
22442            "$ref": "Operation"
22443          },
22444          "scopes": [
22445            "https://www.googleapis.com/auth/cloud-platform",
22446            "https://www.googleapis.com/auth/compute"
22447          ]
22448        },
22449        "list": {
22450          "description": "Retrieves the list of regional network endpoint groups available to the specified project in the given region.",
22451          "httpMethod": "GET",
22452          "id": "compute.regionNetworkEndpointGroups.list",
22453          "parameterOrder": [
22454            "project",
22455            "region"
22456          ],
22457          "parameters": {
22458            "filter": {
22459              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
22460              "location": "query",
22461              "type": "string"
22462            },
22463            "maxResults": {
22464              "default": "500",
22465              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
22466              "format": "uint32",
22467              "location": "query",
22468              "minimum": "0",
22469              "type": "integer"
22470            },
22471            "orderBy": {
22472              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
22473              "location": "query",
22474              "type": "string"
22475            },
22476            "pageToken": {
22477              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
22478              "location": "query",
22479              "type": "string"
22480            },
22481            "project": {
22482              "description": "Project ID for this request.",
22483              "location": "path",
22484              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
22485              "required": true,
22486              "type": "string"
22487            },
22488            "region": {
22489              "description": "The name of the region where the network endpoint group is located. It should comply with RFC1035.",
22490              "location": "path",
22491              "required": true,
22492              "type": "string"
22493            },
22494            "returnPartialSuccess": {
22495              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
22496              "location": "query",
22497              "type": "boolean"
22498            }
22499          },
22500          "path": "projects/{project}/regions/{region}/networkEndpointGroups",
22501          "response": {
22502            "$ref": "NetworkEndpointGroupList"
22503          },
22504          "scopes": [
22505            "https://www.googleapis.com/auth/cloud-platform",
22506            "https://www.googleapis.com/auth/compute",
22507            "https://www.googleapis.com/auth/compute.readonly"
22508          ]
22509        }
22510      }
22511    },
22512    "regionNotificationEndpoints": {
22513      "methods": {
22514        "delete": {
22515          "description": "Deletes the specified NotificationEndpoint in the given region",
22516          "httpMethod": "DELETE",
22517          "id": "compute.regionNotificationEndpoints.delete",
22518          "parameterOrder": [
22519            "project",
22520            "region",
22521            "notificationEndpoint"
22522          ],
22523          "parameters": {
22524            "notificationEndpoint": {
22525              "description": "Name of the NotificationEndpoint resource to delete.",
22526              "location": "path",
22527              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
22528              "required": true,
22529              "type": "string"
22530            },
22531            "project": {
22532              "description": "Project ID for this request.",
22533              "location": "path",
22534              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
22535              "required": true,
22536              "type": "string"
22537            },
22538            "region": {
22539              "description": "Name of the region scoping this request.",
22540              "location": "path",
22541              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
22542              "required": true,
22543              "type": "string"
22544            },
22545            "requestId": {
22546              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
22547              "location": "query",
22548              "type": "string"
22549            }
22550          },
22551          "path": "projects/{project}/regions/{region}/notificationEndpoints/{notificationEndpoint}",
22552          "response": {
22553            "$ref": "Operation"
22554          },
22555          "scopes": [
22556            "https://www.googleapis.com/auth/cloud-platform",
22557            "https://www.googleapis.com/auth/compute"
22558          ]
22559        },
22560        "get": {
22561          "description": "Returns the specified NotificationEndpoint resource in the given region.",
22562          "httpMethod": "GET",
22563          "id": "compute.regionNotificationEndpoints.get",
22564          "parameterOrder": [
22565            "project",
22566            "region",
22567            "notificationEndpoint"
22568          ],
22569          "parameters": {
22570            "notificationEndpoint": {
22571              "description": "Name of the NotificationEndpoint resource to return.",
22572              "location": "path",
22573              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
22574              "required": true,
22575              "type": "string"
22576            },
22577            "project": {
22578              "description": "Project ID for this request.",
22579              "location": "path",
22580              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
22581              "required": true,
22582              "type": "string"
22583            },
22584            "region": {
22585              "description": "Name of the region scoping this request.",
22586              "location": "path",
22587              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
22588              "required": true,
22589              "type": "string"
22590            }
22591          },
22592          "path": "projects/{project}/regions/{region}/notificationEndpoints/{notificationEndpoint}",
22593          "response": {
22594            "$ref": "NotificationEndpoint"
22595          },
22596          "scopes": [
22597            "https://www.googleapis.com/auth/cloud-platform",
22598            "https://www.googleapis.com/auth/compute",
22599            "https://www.googleapis.com/auth/compute.readonly"
22600          ]
22601        },
22602        "insert": {
22603          "description": "Create a NotificationEndpoint in the specified project in the given region using the parameters that are included in the request.",
22604          "httpMethod": "POST",
22605          "id": "compute.regionNotificationEndpoints.insert",
22606          "parameterOrder": [
22607            "project",
22608            "region"
22609          ],
22610          "parameters": {
22611            "project": {
22612              "description": "Project ID for this request.",
22613              "location": "path",
22614              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
22615              "required": true,
22616              "type": "string"
22617            },
22618            "region": {
22619              "description": "Name of the region scoping this request.",
22620              "location": "path",
22621              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
22622              "required": true,
22623              "type": "string"
22624            },
22625            "requestId": {
22626              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
22627              "location": "query",
22628              "type": "string"
22629            }
22630          },
22631          "path": "projects/{project}/regions/{region}/notificationEndpoints",
22632          "request": {
22633            "$ref": "NotificationEndpoint"
22634          },
22635          "response": {
22636            "$ref": "Operation"
22637          },
22638          "scopes": [
22639            "https://www.googleapis.com/auth/cloud-platform",
22640            "https://www.googleapis.com/auth/compute"
22641          ]
22642        },
22643        "list": {
22644          "description": "Lists the NotificationEndpoints for a project in the given region.",
22645          "httpMethod": "GET",
22646          "id": "compute.regionNotificationEndpoints.list",
22647          "parameterOrder": [
22648            "project",
22649            "region"
22650          ],
22651          "parameters": {
22652            "filter": {
22653              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
22654              "location": "query",
22655              "type": "string"
22656            },
22657            "maxResults": {
22658              "default": "500",
22659              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
22660              "format": "uint32",
22661              "location": "query",
22662              "minimum": "0",
22663              "type": "integer"
22664            },
22665            "orderBy": {
22666              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
22667              "location": "query",
22668              "type": "string"
22669            },
22670            "pageToken": {
22671              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
22672              "location": "query",
22673              "type": "string"
22674            },
22675            "project": {
22676              "description": "Project ID for this request.",
22677              "location": "path",
22678              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
22679              "required": true,
22680              "type": "string"
22681            },
22682            "region": {
22683              "description": "Name of the region scoping this request.",
22684              "location": "path",
22685              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
22686              "required": true,
22687              "type": "string"
22688            },
22689            "returnPartialSuccess": {
22690              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
22691              "location": "query",
22692              "type": "boolean"
22693            }
22694          },
22695          "path": "projects/{project}/regions/{region}/notificationEndpoints",
22696          "response": {
22697            "$ref": "NotificationEndpointList"
22698          },
22699          "scopes": [
22700            "https://www.googleapis.com/auth/cloud-platform",
22701            "https://www.googleapis.com/auth/compute",
22702            "https://www.googleapis.com/auth/compute.readonly"
22703          ]
22704        },
22705        "testIamPermissions": {
22706          "description": "Returns permissions that a caller has on the specified resource.",
22707          "httpMethod": "POST",
22708          "id": "compute.regionNotificationEndpoints.testIamPermissions",
22709          "parameterOrder": [
22710            "project",
22711            "region",
22712            "resource"
22713          ],
22714          "parameters": {
22715            "project": {
22716              "description": "Project ID for this request.",
22717              "location": "path",
22718              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
22719              "required": true,
22720              "type": "string"
22721            },
22722            "region": {
22723              "description": "The name of the region for this request.",
22724              "location": "path",
22725              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
22726              "required": true,
22727              "type": "string"
22728            },
22729            "resource": {
22730              "description": "Name or id of the resource for this request.",
22731              "location": "path",
22732              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
22733              "required": true,
22734              "type": "string"
22735            }
22736          },
22737          "path": "projects/{project}/regions/{region}/notificationEndpoints/{resource}/testIamPermissions",
22738          "request": {
22739            "$ref": "TestPermissionsRequest"
22740          },
22741          "response": {
22742            "$ref": "TestPermissionsResponse"
22743          },
22744          "scopes": [
22745            "https://www.googleapis.com/auth/cloud-platform",
22746            "https://www.googleapis.com/auth/compute",
22747            "https://www.googleapis.com/auth/compute.readonly"
22748          ]
22749        }
22750      }
22751    },
22752    "regionOperations": {
22753      "methods": {
22754        "delete": {
22755          "description": "Deletes the specified region-specific Operations resource.",
22756          "httpMethod": "DELETE",
22757          "id": "compute.regionOperations.delete",
22758          "parameterOrder": [
22759            "project",
22760            "region",
22761            "operation"
22762          ],
22763          "parameters": {
22764            "operation": {
22765              "description": "Name of the Operations resource to delete.",
22766              "location": "path",
22767              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
22768              "required": true,
22769              "type": "string"
22770            },
22771            "project": {
22772              "description": "Project ID for this request.",
22773              "location": "path",
22774              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
22775              "required": true,
22776              "type": "string"
22777            },
22778            "region": {
22779              "description": "Name of the region for this request.",
22780              "location": "path",
22781              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
22782              "required": true,
22783              "type": "string"
22784            }
22785          },
22786          "path": "projects/{project}/regions/{region}/operations/{operation}",
22787          "scopes": [
22788            "https://www.googleapis.com/auth/cloud-platform",
22789            "https://www.googleapis.com/auth/compute"
22790          ]
22791        },
22792        "get": {
22793          "description": "Retrieves the specified region-specific Operations resource.",
22794          "httpMethod": "GET",
22795          "id": "compute.regionOperations.get",
22796          "parameterOrder": [
22797            "project",
22798            "region",
22799            "operation"
22800          ],
22801          "parameters": {
22802            "operation": {
22803              "description": "Name of the Operations resource to return.",
22804              "location": "path",
22805              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
22806              "required": true,
22807              "type": "string"
22808            },
22809            "project": {
22810              "description": "Project ID for this request.",
22811              "location": "path",
22812              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
22813              "required": true,
22814              "type": "string"
22815            },
22816            "region": {
22817              "description": "Name of the region for this request.",
22818              "location": "path",
22819              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
22820              "required": true,
22821              "type": "string"
22822            }
22823          },
22824          "path": "projects/{project}/regions/{region}/operations/{operation}",
22825          "response": {
22826            "$ref": "Operation"
22827          },
22828          "scopes": [
22829            "https://www.googleapis.com/auth/cloud-platform",
22830            "https://www.googleapis.com/auth/compute",
22831            "https://www.googleapis.com/auth/compute.readonly"
22832          ]
22833        },
22834        "list": {
22835          "description": "Retrieves a list of Operation resources contained within the specified region.",
22836          "httpMethod": "GET",
22837          "id": "compute.regionOperations.list",
22838          "parameterOrder": [
22839            "project",
22840            "region"
22841          ],
22842          "parameters": {
22843            "filter": {
22844              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
22845              "location": "query",
22846              "type": "string"
22847            },
22848            "maxResults": {
22849              "default": "500",
22850              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
22851              "format": "uint32",
22852              "location": "query",
22853              "minimum": "0",
22854              "type": "integer"
22855            },
22856            "orderBy": {
22857              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
22858              "location": "query",
22859              "type": "string"
22860            },
22861            "pageToken": {
22862              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
22863              "location": "query",
22864              "type": "string"
22865            },
22866            "project": {
22867              "description": "Project ID for this request.",
22868              "location": "path",
22869              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
22870              "required": true,
22871              "type": "string"
22872            },
22873            "region": {
22874              "description": "Name of the region for this request.",
22875              "location": "path",
22876              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
22877              "required": true,
22878              "type": "string"
22879            },
22880            "returnPartialSuccess": {
22881              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
22882              "location": "query",
22883              "type": "boolean"
22884            }
22885          },
22886          "path": "projects/{project}/regions/{region}/operations",
22887          "response": {
22888            "$ref": "OperationList"
22889          },
22890          "scopes": [
22891            "https://www.googleapis.com/auth/cloud-platform",
22892            "https://www.googleapis.com/auth/compute",
22893            "https://www.googleapis.com/auth/compute.readonly"
22894          ]
22895        },
22896        "wait": {
22897          "description": "Waits for the specified Operation resource to return as `DONE` or for the request to approach the 2 minute deadline, and retrieves the specified Operation resource. This method differs from the `GET` method in that it waits for no more than the default deadline (2 minutes) and then returns the current state of the operation, which might be `DONE` or still in progress.\n\nThis method is called on a best-effort basis. Specifically:  \n- In uncommon cases, when the server is overloaded, the request might return before the default deadline is reached, or might return after zero seconds. \n- If the default deadline is reached, there is no guarantee that the operation is actually done when the method returns. Be prepared to retry if the operation is not `DONE`.",
22898          "httpMethod": "POST",
22899          "id": "compute.regionOperations.wait",
22900          "parameterOrder": [
22901            "project",
22902            "region",
22903            "operation"
22904          ],
22905          "parameters": {
22906            "operation": {
22907              "description": "Name of the Operations resource to return.",
22908              "location": "path",
22909              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
22910              "required": true,
22911              "type": "string"
22912            },
22913            "project": {
22914              "description": "Project ID for this request.",
22915              "location": "path",
22916              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
22917              "required": true,
22918              "type": "string"
22919            },
22920            "region": {
22921              "description": "Name of the region for this request.",
22922              "location": "path",
22923              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
22924              "required": true,
22925              "type": "string"
22926            }
22927          },
22928          "path": "projects/{project}/regions/{region}/operations/{operation}/wait",
22929          "response": {
22930            "$ref": "Operation"
22931          },
22932          "scopes": [
22933            "https://www.googleapis.com/auth/cloud-platform",
22934            "https://www.googleapis.com/auth/compute",
22935            "https://www.googleapis.com/auth/compute.readonly"
22936          ]
22937        }
22938      }
22939    },
22940    "regionSslCertificates": {
22941      "methods": {
22942        "delete": {
22943          "description": "Deletes the specified SslCertificate resource in the region.",
22944          "httpMethod": "DELETE",
22945          "id": "compute.regionSslCertificates.delete",
22946          "parameterOrder": [
22947            "project",
22948            "region",
22949            "sslCertificate"
22950          ],
22951          "parameters": {
22952            "project": {
22953              "description": "Project ID for this request.",
22954              "location": "path",
22955              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
22956              "required": true,
22957              "type": "string"
22958            },
22959            "region": {
22960              "description": "Name of the region scoping this request.",
22961              "location": "path",
22962              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
22963              "required": true,
22964              "type": "string"
22965            },
22966            "requestId": {
22967              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
22968              "location": "query",
22969              "type": "string"
22970            },
22971            "sslCertificate": {
22972              "description": "Name of the SslCertificate resource to delete.",
22973              "location": "path",
22974              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
22975              "required": true,
22976              "type": "string"
22977            }
22978          },
22979          "path": "projects/{project}/regions/{region}/sslCertificates/{sslCertificate}",
22980          "response": {
22981            "$ref": "Operation"
22982          },
22983          "scopes": [
22984            "https://www.googleapis.com/auth/cloud-platform",
22985            "https://www.googleapis.com/auth/compute"
22986          ]
22987        },
22988        "get": {
22989          "description": "Returns the specified SslCertificate resource in the specified region. Get a list of available SSL certificates by making a list() request.",
22990          "httpMethod": "GET",
22991          "id": "compute.regionSslCertificates.get",
22992          "parameterOrder": [
22993            "project",
22994            "region",
22995            "sslCertificate"
22996          ],
22997          "parameters": {
22998            "project": {
22999              "description": "Project ID for this request.",
23000              "location": "path",
23001              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
23002              "required": true,
23003              "type": "string"
23004            },
23005            "region": {
23006              "description": "Name of the region scoping this request.",
23007              "location": "path",
23008              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
23009              "required": true,
23010              "type": "string"
23011            },
23012            "sslCertificate": {
23013              "description": "Name of the SslCertificate resource to return.",
23014              "location": "path",
23015              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
23016              "required": true,
23017              "type": "string"
23018            }
23019          },
23020          "path": "projects/{project}/regions/{region}/sslCertificates/{sslCertificate}",
23021          "response": {
23022            "$ref": "SslCertificate"
23023          },
23024          "scopes": [
23025            "https://www.googleapis.com/auth/cloud-platform",
23026            "https://www.googleapis.com/auth/compute",
23027            "https://www.googleapis.com/auth/compute.readonly"
23028          ]
23029        },
23030        "insert": {
23031          "description": "Creates a SslCertificate resource in the specified project and region using the data included in the request",
23032          "httpMethod": "POST",
23033          "id": "compute.regionSslCertificates.insert",
23034          "parameterOrder": [
23035            "project",
23036            "region"
23037          ],
23038          "parameters": {
23039            "project": {
23040              "description": "Project ID for this request.",
23041              "location": "path",
23042              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
23043              "required": true,
23044              "type": "string"
23045            },
23046            "region": {
23047              "description": "Name of the region scoping this request.",
23048              "location": "path",
23049              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
23050              "required": true,
23051              "type": "string"
23052            },
23053            "requestId": {
23054              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
23055              "location": "query",
23056              "type": "string"
23057            }
23058          },
23059          "path": "projects/{project}/regions/{region}/sslCertificates",
23060          "request": {
23061            "$ref": "SslCertificate"
23062          },
23063          "response": {
23064            "$ref": "Operation"
23065          },
23066          "scopes": [
23067            "https://www.googleapis.com/auth/cloud-platform",
23068            "https://www.googleapis.com/auth/compute"
23069          ]
23070        },
23071        "list": {
23072          "description": "Retrieves the list of SslCertificate resources available to the specified project in the specified region.",
23073          "httpMethod": "GET",
23074          "id": "compute.regionSslCertificates.list",
23075          "parameterOrder": [
23076            "project",
23077            "region"
23078          ],
23079          "parameters": {
23080            "filter": {
23081              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
23082              "location": "query",
23083              "type": "string"
23084            },
23085            "maxResults": {
23086              "default": "500",
23087              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
23088              "format": "uint32",
23089              "location": "query",
23090              "minimum": "0",
23091              "type": "integer"
23092            },
23093            "orderBy": {
23094              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
23095              "location": "query",
23096              "type": "string"
23097            },
23098            "pageToken": {
23099              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
23100              "location": "query",
23101              "type": "string"
23102            },
23103            "project": {
23104              "description": "Project ID for this request.",
23105              "location": "path",
23106              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
23107              "required": true,
23108              "type": "string"
23109            },
23110            "region": {
23111              "description": "Name of the region scoping this request.",
23112              "location": "path",
23113              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
23114              "required": true,
23115              "type": "string"
23116            },
23117            "returnPartialSuccess": {
23118              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
23119              "location": "query",
23120              "type": "boolean"
23121            }
23122          },
23123          "path": "projects/{project}/regions/{region}/sslCertificates",
23124          "response": {
23125            "$ref": "SslCertificateList"
23126          },
23127          "scopes": [
23128            "https://www.googleapis.com/auth/cloud-platform",
23129            "https://www.googleapis.com/auth/compute",
23130            "https://www.googleapis.com/auth/compute.readonly"
23131          ]
23132        },
23133        "testIamPermissions": {
23134          "description": "Returns permissions that a caller has on the specified resource and region.",
23135          "httpMethod": "POST",
23136          "id": "compute.regionSslCertificates.testIamPermissions",
23137          "parameterOrder": [
23138            "project",
23139            "region",
23140            "resource"
23141          ],
23142          "parameters": {
23143            "project": {
23144              "description": "Project ID for this request.",
23145              "location": "path",
23146              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
23147              "required": true,
23148              "type": "string"
23149            },
23150            "region": {
23151              "description": "The name of the region for this request.",
23152              "location": "path",
23153              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
23154              "required": true,
23155              "type": "string"
23156            },
23157            "resource": {
23158              "description": "Name or id of the resource for this request.",
23159              "location": "path",
23160              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
23161              "required": true,
23162              "type": "string"
23163            }
23164          },
23165          "path": "projects/{project}/regions/{region}/sslCertificates/{resource}/testIamPermissions",
23166          "request": {
23167            "$ref": "TestPermissionsRequest"
23168          },
23169          "response": {
23170            "$ref": "TestPermissionsResponse"
23171          },
23172          "scopes": [
23173            "https://www.googleapis.com/auth/cloud-platform",
23174            "https://www.googleapis.com/auth/compute",
23175            "https://www.googleapis.com/auth/compute.readonly"
23176          ]
23177        }
23178      }
23179    },
23180    "regionTargetHttpProxies": {
23181      "methods": {
23182        "delete": {
23183          "description": "Deletes the specified TargetHttpProxy resource.",
23184          "httpMethod": "DELETE",
23185          "id": "compute.regionTargetHttpProxies.delete",
23186          "parameterOrder": [
23187            "project",
23188            "region",
23189            "targetHttpProxy"
23190          ],
23191          "parameters": {
23192            "project": {
23193              "description": "Project ID for this request.",
23194              "location": "path",
23195              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
23196              "required": true,
23197              "type": "string"
23198            },
23199            "region": {
23200              "description": "Name of the region scoping this request.",
23201              "location": "path",
23202              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
23203              "required": true,
23204              "type": "string"
23205            },
23206            "requestId": {
23207              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
23208              "location": "query",
23209              "type": "string"
23210            },
23211            "targetHttpProxy": {
23212              "description": "Name of the TargetHttpProxy resource to delete.",
23213              "location": "path",
23214              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
23215              "required": true,
23216              "type": "string"
23217            }
23218          },
23219          "path": "projects/{project}/regions/{region}/targetHttpProxies/{targetHttpProxy}",
23220          "response": {
23221            "$ref": "Operation"
23222          },
23223          "scopes": [
23224            "https://www.googleapis.com/auth/cloud-platform",
23225            "https://www.googleapis.com/auth/compute"
23226          ]
23227        },
23228        "get": {
23229          "description": "Returns the specified TargetHttpProxy resource in the specified region. Gets a list of available target HTTP proxies by making a list() request.",
23230          "httpMethod": "GET",
23231          "id": "compute.regionTargetHttpProxies.get",
23232          "parameterOrder": [
23233            "project",
23234            "region",
23235            "targetHttpProxy"
23236          ],
23237          "parameters": {
23238            "project": {
23239              "description": "Project ID for this request.",
23240              "location": "path",
23241              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
23242              "required": true,
23243              "type": "string"
23244            },
23245            "region": {
23246              "description": "Name of the region scoping this request.",
23247              "location": "path",
23248              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
23249              "required": true,
23250              "type": "string"
23251            },
23252            "targetHttpProxy": {
23253              "description": "Name of the TargetHttpProxy resource to return.",
23254              "location": "path",
23255              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
23256              "required": true,
23257              "type": "string"
23258            }
23259          },
23260          "path": "projects/{project}/regions/{region}/targetHttpProxies/{targetHttpProxy}",
23261          "response": {
23262            "$ref": "TargetHttpProxy"
23263          },
23264          "scopes": [
23265            "https://www.googleapis.com/auth/cloud-platform",
23266            "https://www.googleapis.com/auth/compute",
23267            "https://www.googleapis.com/auth/compute.readonly"
23268          ]
23269        },
23270        "insert": {
23271          "description": "Creates a TargetHttpProxy resource in the specified project and region using the data included in the request.",
23272          "httpMethod": "POST",
23273          "id": "compute.regionTargetHttpProxies.insert",
23274          "parameterOrder": [
23275            "project",
23276            "region"
23277          ],
23278          "parameters": {
23279            "project": {
23280              "description": "Project ID for this request.",
23281              "location": "path",
23282              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
23283              "required": true,
23284              "type": "string"
23285            },
23286            "region": {
23287              "description": "Name of the region scoping this request.",
23288              "location": "path",
23289              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
23290              "required": true,
23291              "type": "string"
23292            },
23293            "requestId": {
23294              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
23295              "location": "query",
23296              "type": "string"
23297            }
23298          },
23299          "path": "projects/{project}/regions/{region}/targetHttpProxies",
23300          "request": {
23301            "$ref": "TargetHttpProxy"
23302          },
23303          "response": {
23304            "$ref": "Operation"
23305          },
23306          "scopes": [
23307            "https://www.googleapis.com/auth/cloud-platform",
23308            "https://www.googleapis.com/auth/compute"
23309          ]
23310        },
23311        "list": {
23312          "description": "Retrieves the list of TargetHttpProxy resources available to the specified project in the specified region.",
23313          "httpMethod": "GET",
23314          "id": "compute.regionTargetHttpProxies.list",
23315          "parameterOrder": [
23316            "project",
23317            "region"
23318          ],
23319          "parameters": {
23320            "filter": {
23321              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
23322              "location": "query",
23323              "type": "string"
23324            },
23325            "maxResults": {
23326              "default": "500",
23327              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
23328              "format": "uint32",
23329              "location": "query",
23330              "minimum": "0",
23331              "type": "integer"
23332            },
23333            "orderBy": {
23334              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
23335              "location": "query",
23336              "type": "string"
23337            },
23338            "pageToken": {
23339              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
23340              "location": "query",
23341              "type": "string"
23342            },
23343            "project": {
23344              "description": "Project ID for this request.",
23345              "location": "path",
23346              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
23347              "required": true,
23348              "type": "string"
23349            },
23350            "region": {
23351              "description": "Name of the region scoping this request.",
23352              "location": "path",
23353              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
23354              "required": true,
23355              "type": "string"
23356            },
23357            "returnPartialSuccess": {
23358              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
23359              "location": "query",
23360              "type": "boolean"
23361            }
23362          },
23363          "path": "projects/{project}/regions/{region}/targetHttpProxies",
23364          "response": {
23365            "$ref": "TargetHttpProxyList"
23366          },
23367          "scopes": [
23368            "https://www.googleapis.com/auth/cloud-platform",
23369            "https://www.googleapis.com/auth/compute",
23370            "https://www.googleapis.com/auth/compute.readonly"
23371          ]
23372        },
23373        "setUrlMap": {
23374          "description": "Changes the URL map for TargetHttpProxy.",
23375          "httpMethod": "POST",
23376          "id": "compute.regionTargetHttpProxies.setUrlMap",
23377          "parameterOrder": [
23378            "project",
23379            "region",
23380            "targetHttpProxy"
23381          ],
23382          "parameters": {
23383            "project": {
23384              "description": "Project ID for this request.",
23385              "location": "path",
23386              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
23387              "required": true,
23388              "type": "string"
23389            },
23390            "region": {
23391              "description": "Name of the region scoping this request.",
23392              "location": "path",
23393              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
23394              "required": true,
23395              "type": "string"
23396            },
23397            "requestId": {
23398              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
23399              "location": "query",
23400              "type": "string"
23401            },
23402            "targetHttpProxy": {
23403              "description": "Name of the TargetHttpProxy to set a URL map for.",
23404              "location": "path",
23405              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
23406              "required": true,
23407              "type": "string"
23408            }
23409          },
23410          "path": "projects/{project}/regions/{region}/targetHttpProxies/{targetHttpProxy}/setUrlMap",
23411          "request": {
23412            "$ref": "UrlMapReference"
23413          },
23414          "response": {
23415            "$ref": "Operation"
23416          },
23417          "scopes": [
23418            "https://www.googleapis.com/auth/cloud-platform",
23419            "https://www.googleapis.com/auth/compute"
23420          ]
23421        },
23422        "testIamPermissions": {
23423          "description": "Returns permissions that a caller has on the specified resource.",
23424          "httpMethod": "POST",
23425          "id": "compute.regionTargetHttpProxies.testIamPermissions",
23426          "parameterOrder": [
23427            "project",
23428            "region",
23429            "resource"
23430          ],
23431          "parameters": {
23432            "project": {
23433              "description": "Project ID for this request.",
23434              "location": "path",
23435              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
23436              "required": true,
23437              "type": "string"
23438            },
23439            "region": {
23440              "description": "The name of the region for this request.",
23441              "location": "path",
23442              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
23443              "required": true,
23444              "type": "string"
23445            },
23446            "resource": {
23447              "description": "Name or id of the resource for this request.",
23448              "location": "path",
23449              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
23450              "required": true,
23451              "type": "string"
23452            }
23453          },
23454          "path": "projects/{project}/regions/{region}/targetHttpProxies/{resource}/testIamPermissions",
23455          "request": {
23456            "$ref": "TestPermissionsRequest"
23457          },
23458          "response": {
23459            "$ref": "TestPermissionsResponse"
23460          },
23461          "scopes": [
23462            "https://www.googleapis.com/auth/cloud-platform",
23463            "https://www.googleapis.com/auth/compute",
23464            "https://www.googleapis.com/auth/compute.readonly"
23465          ]
23466        }
23467      }
23468    },
23469    "regionTargetHttpsProxies": {
23470      "methods": {
23471        "delete": {
23472          "description": "Deletes the specified TargetHttpsProxy resource.",
23473          "httpMethod": "DELETE",
23474          "id": "compute.regionTargetHttpsProxies.delete",
23475          "parameterOrder": [
23476            "project",
23477            "region",
23478            "targetHttpsProxy"
23479          ],
23480          "parameters": {
23481            "project": {
23482              "description": "Project ID for this request.",
23483              "location": "path",
23484              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
23485              "required": true,
23486              "type": "string"
23487            },
23488            "region": {
23489              "description": "Name of the region scoping this request.",
23490              "location": "path",
23491              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
23492              "required": true,
23493              "type": "string"
23494            },
23495            "requestId": {
23496              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
23497              "location": "query",
23498              "type": "string"
23499            },
23500            "targetHttpsProxy": {
23501              "description": "Name of the TargetHttpsProxy resource to delete.",
23502              "location": "path",
23503              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
23504              "required": true,
23505              "type": "string"
23506            }
23507          },
23508          "path": "projects/{project}/regions/{region}/targetHttpsProxies/{targetHttpsProxy}",
23509          "response": {
23510            "$ref": "Operation"
23511          },
23512          "scopes": [
23513            "https://www.googleapis.com/auth/cloud-platform",
23514            "https://www.googleapis.com/auth/compute"
23515          ]
23516        },
23517        "get": {
23518          "description": "Returns the specified TargetHttpsProxy resource in the specified region. Gets a list of available target HTTP proxies by making a list() request.",
23519          "httpMethod": "GET",
23520          "id": "compute.regionTargetHttpsProxies.get",
23521          "parameterOrder": [
23522            "project",
23523            "region",
23524            "targetHttpsProxy"
23525          ],
23526          "parameters": {
23527            "project": {
23528              "description": "Project ID for this request.",
23529              "location": "path",
23530              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
23531              "required": true,
23532              "type": "string"
23533            },
23534            "region": {
23535              "description": "Name of the region scoping this request.",
23536              "location": "path",
23537              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
23538              "required": true,
23539              "type": "string"
23540            },
23541            "targetHttpsProxy": {
23542              "description": "Name of the TargetHttpsProxy resource to return.",
23543              "location": "path",
23544              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
23545              "required": true,
23546              "type": "string"
23547            }
23548          },
23549          "path": "projects/{project}/regions/{region}/targetHttpsProxies/{targetHttpsProxy}",
23550          "response": {
23551            "$ref": "TargetHttpsProxy"
23552          },
23553          "scopes": [
23554            "https://www.googleapis.com/auth/cloud-platform",
23555            "https://www.googleapis.com/auth/compute",
23556            "https://www.googleapis.com/auth/compute.readonly"
23557          ]
23558        },
23559        "insert": {
23560          "description": "Creates a TargetHttpsProxy resource in the specified project and region using the data included in the request.",
23561          "httpMethod": "POST",
23562          "id": "compute.regionTargetHttpsProxies.insert",
23563          "parameterOrder": [
23564            "project",
23565            "region"
23566          ],
23567          "parameters": {
23568            "project": {
23569              "description": "Project ID for this request.",
23570              "location": "path",
23571              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
23572              "required": true,
23573              "type": "string"
23574            },
23575            "region": {
23576              "description": "Name of the region scoping this request.",
23577              "location": "path",
23578              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
23579              "required": true,
23580              "type": "string"
23581            },
23582            "requestId": {
23583              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
23584              "location": "query",
23585              "type": "string"
23586            }
23587          },
23588          "path": "projects/{project}/regions/{region}/targetHttpsProxies",
23589          "request": {
23590            "$ref": "TargetHttpsProxy"
23591          },
23592          "response": {
23593            "$ref": "Operation"
23594          },
23595          "scopes": [
23596            "https://www.googleapis.com/auth/cloud-platform",
23597            "https://www.googleapis.com/auth/compute"
23598          ]
23599        },
23600        "list": {
23601          "description": "Retrieves the list of TargetHttpsProxy resources available to the specified project in the specified region.",
23602          "httpMethod": "GET",
23603          "id": "compute.regionTargetHttpsProxies.list",
23604          "parameterOrder": [
23605            "project",
23606            "region"
23607          ],
23608          "parameters": {
23609            "filter": {
23610              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
23611              "location": "query",
23612              "type": "string"
23613            },
23614            "maxResults": {
23615              "default": "500",
23616              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
23617              "format": "uint32",
23618              "location": "query",
23619              "minimum": "0",
23620              "type": "integer"
23621            },
23622            "orderBy": {
23623              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
23624              "location": "query",
23625              "type": "string"
23626            },
23627            "pageToken": {
23628              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
23629              "location": "query",
23630              "type": "string"
23631            },
23632            "project": {
23633              "description": "Project ID for this request.",
23634              "location": "path",
23635              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
23636              "required": true,
23637              "type": "string"
23638            },
23639            "region": {
23640              "description": "Name of the region scoping this request.",
23641              "location": "path",
23642              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
23643              "required": true,
23644              "type": "string"
23645            },
23646            "returnPartialSuccess": {
23647              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
23648              "location": "query",
23649              "type": "boolean"
23650            }
23651          },
23652          "path": "projects/{project}/regions/{region}/targetHttpsProxies",
23653          "response": {
23654            "$ref": "TargetHttpsProxyList"
23655          },
23656          "scopes": [
23657            "https://www.googleapis.com/auth/cloud-platform",
23658            "https://www.googleapis.com/auth/compute",
23659            "https://www.googleapis.com/auth/compute.readonly"
23660          ]
23661        },
23662        "setSslCertificates": {
23663          "description": "Replaces SslCertificates for TargetHttpsProxy.",
23664          "httpMethod": "POST",
23665          "id": "compute.regionTargetHttpsProxies.setSslCertificates",
23666          "parameterOrder": [
23667            "project",
23668            "region",
23669            "targetHttpsProxy"
23670          ],
23671          "parameters": {
23672            "project": {
23673              "description": "Project ID for this request.",
23674              "location": "path",
23675              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
23676              "required": true,
23677              "type": "string"
23678            },
23679            "region": {
23680              "description": "Name of the region scoping this request.",
23681              "location": "path",
23682              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
23683              "required": true,
23684              "type": "string"
23685            },
23686            "requestId": {
23687              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
23688              "location": "query",
23689              "type": "string"
23690            },
23691            "targetHttpsProxy": {
23692              "description": "Name of the TargetHttpsProxy resource to set an SslCertificates resource for.",
23693              "location": "path",
23694              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
23695              "required": true,
23696              "type": "string"
23697            }
23698          },
23699          "path": "projects/{project}/regions/{region}/targetHttpsProxies/{targetHttpsProxy}/setSslCertificates",
23700          "request": {
23701            "$ref": "RegionTargetHttpsProxiesSetSslCertificatesRequest"
23702          },
23703          "response": {
23704            "$ref": "Operation"
23705          },
23706          "scopes": [
23707            "https://www.googleapis.com/auth/cloud-platform",
23708            "https://www.googleapis.com/auth/compute"
23709          ]
23710        },
23711        "setUrlMap": {
23712          "description": "Changes the URL map for TargetHttpsProxy.",
23713          "httpMethod": "POST",
23714          "id": "compute.regionTargetHttpsProxies.setUrlMap",
23715          "parameterOrder": [
23716            "project",
23717            "region",
23718            "targetHttpsProxy"
23719          ],
23720          "parameters": {
23721            "project": {
23722              "description": "Project ID for this request.",
23723              "location": "path",
23724              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
23725              "required": true,
23726              "type": "string"
23727            },
23728            "region": {
23729              "description": "Name of the region scoping this request.",
23730              "location": "path",
23731              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
23732              "required": true,
23733              "type": "string"
23734            },
23735            "requestId": {
23736              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
23737              "location": "query",
23738              "type": "string"
23739            },
23740            "targetHttpsProxy": {
23741              "description": "Name of the TargetHttpsProxy to set a URL map for.",
23742              "location": "path",
23743              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
23744              "required": true,
23745              "type": "string"
23746            }
23747          },
23748          "path": "projects/{project}/regions/{region}/targetHttpsProxies/{targetHttpsProxy}/setUrlMap",
23749          "request": {
23750            "$ref": "UrlMapReference"
23751          },
23752          "response": {
23753            "$ref": "Operation"
23754          },
23755          "scopes": [
23756            "https://www.googleapis.com/auth/cloud-platform",
23757            "https://www.googleapis.com/auth/compute"
23758          ]
23759        },
23760        "testIamPermissions": {
23761          "description": "Returns permissions that a caller has on the specified resource.",
23762          "httpMethod": "POST",
23763          "id": "compute.regionTargetHttpsProxies.testIamPermissions",
23764          "parameterOrder": [
23765            "project",
23766            "region",
23767            "resource"
23768          ],
23769          "parameters": {
23770            "project": {
23771              "description": "Project ID for this request.",
23772              "location": "path",
23773              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
23774              "required": true,
23775              "type": "string"
23776            },
23777            "region": {
23778              "description": "The name of the region for this request.",
23779              "location": "path",
23780              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
23781              "required": true,
23782              "type": "string"
23783            },
23784            "resource": {
23785              "description": "Name or id of the resource for this request.",
23786              "location": "path",
23787              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
23788              "required": true,
23789              "type": "string"
23790            }
23791          },
23792          "path": "projects/{project}/regions/{region}/targetHttpsProxies/{resource}/testIamPermissions",
23793          "request": {
23794            "$ref": "TestPermissionsRequest"
23795          },
23796          "response": {
23797            "$ref": "TestPermissionsResponse"
23798          },
23799          "scopes": [
23800            "https://www.googleapis.com/auth/cloud-platform",
23801            "https://www.googleapis.com/auth/compute",
23802            "https://www.googleapis.com/auth/compute.readonly"
23803          ]
23804        }
23805      }
23806    },
23807    "regionUrlMaps": {
23808      "methods": {
23809        "delete": {
23810          "description": "Deletes the specified UrlMap resource.",
23811          "httpMethod": "DELETE",
23812          "id": "compute.regionUrlMaps.delete",
23813          "parameterOrder": [
23814            "project",
23815            "region",
23816            "urlMap"
23817          ],
23818          "parameters": {
23819            "project": {
23820              "description": "Project ID for this request.",
23821              "location": "path",
23822              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
23823              "required": true,
23824              "type": "string"
23825            },
23826            "region": {
23827              "description": "Name of the region scoping this request.",
23828              "location": "path",
23829              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
23830              "required": true,
23831              "type": "string"
23832            },
23833            "requestId": {
23834              "description": "begin_interface: MixerMutationRequestBuilder Request ID to support idempotency.",
23835              "location": "query",
23836              "type": "string"
23837            },
23838            "urlMap": {
23839              "description": "Name of the UrlMap resource to delete.",
23840              "location": "path",
23841              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
23842              "required": true,
23843              "type": "string"
23844            }
23845          },
23846          "path": "projects/{project}/regions/{region}/urlMaps/{urlMap}",
23847          "response": {
23848            "$ref": "Operation"
23849          },
23850          "scopes": [
23851            "https://www.googleapis.com/auth/cloud-platform",
23852            "https://www.googleapis.com/auth/compute"
23853          ]
23854        },
23855        "get": {
23856          "description": "Returns the specified UrlMap resource. Gets a list of available URL maps by making a list() request.",
23857          "httpMethod": "GET",
23858          "id": "compute.regionUrlMaps.get",
23859          "parameterOrder": [
23860            "project",
23861            "region",
23862            "urlMap"
23863          ],
23864          "parameters": {
23865            "project": {
23866              "description": "Project ID for this request.",
23867              "location": "path",
23868              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
23869              "required": true,
23870              "type": "string"
23871            },
23872            "region": {
23873              "description": "Name of the region scoping this request.",
23874              "location": "path",
23875              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
23876              "required": true,
23877              "type": "string"
23878            },
23879            "urlMap": {
23880              "description": "Name of the UrlMap resource to return.",
23881              "location": "path",
23882              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
23883              "required": true,
23884              "type": "string"
23885            }
23886          },
23887          "path": "projects/{project}/regions/{region}/urlMaps/{urlMap}",
23888          "response": {
23889            "$ref": "UrlMap"
23890          },
23891          "scopes": [
23892            "https://www.googleapis.com/auth/cloud-platform",
23893            "https://www.googleapis.com/auth/compute",
23894            "https://www.googleapis.com/auth/compute.readonly"
23895          ]
23896        },
23897        "insert": {
23898          "description": "Creates a UrlMap resource in the specified project using the data included in the request.",
23899          "httpMethod": "POST",
23900          "id": "compute.regionUrlMaps.insert",
23901          "parameterOrder": [
23902            "project",
23903            "region"
23904          ],
23905          "parameters": {
23906            "project": {
23907              "description": "Project ID for this request.",
23908              "location": "path",
23909              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
23910              "required": true,
23911              "type": "string"
23912            },
23913            "region": {
23914              "description": "Name of the region scoping this request.",
23915              "location": "path",
23916              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
23917              "required": true,
23918              "type": "string"
23919            },
23920            "requestId": {
23921              "description": "begin_interface: MixerMutationRequestBuilder Request ID to support idempotency.",
23922              "location": "query",
23923              "type": "string"
23924            }
23925          },
23926          "path": "projects/{project}/regions/{region}/urlMaps",
23927          "request": {
23928            "$ref": "UrlMap"
23929          },
23930          "response": {
23931            "$ref": "Operation"
23932          },
23933          "scopes": [
23934            "https://www.googleapis.com/auth/cloud-platform",
23935            "https://www.googleapis.com/auth/compute"
23936          ]
23937        },
23938        "invalidateCache": {
23939          "description": "Initiates a cache invalidation operation, invalidating the specified path, scoped to the specified UrlMap.\n\nFor more information, see [Invalidating cached content](/cdn/docs/invalidating-cached-content).",
23940          "httpMethod": "POST",
23941          "id": "compute.regionUrlMaps.invalidateCache",
23942          "parameterOrder": [
23943            "project",
23944            "region",
23945            "urlMap"
23946          ],
23947          "parameters": {
23948            "project": {
23949              "description": "Project ID for this request.",
23950              "location": "path",
23951              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
23952              "required": true,
23953              "type": "string"
23954            },
23955            "region": {
23956              "description": "Name of the region scoping this request.",
23957              "location": "path",
23958              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
23959              "required": true,
23960              "type": "string"
23961            },
23962            "requestId": {
23963              "description": "begin_interface: MixerMutationRequestBuilder Request ID to support idempotency.",
23964              "location": "query",
23965              "type": "string"
23966            },
23967            "urlMap": {
23968              "description": "Name of the UrlMap scoping this request.",
23969              "location": "path",
23970              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
23971              "required": true,
23972              "type": "string"
23973            }
23974          },
23975          "path": "projects/{project}/regions/{region}/urlMaps/{urlMap}/invalidateCache",
23976          "request": {
23977            "$ref": "CacheInvalidationRule"
23978          },
23979          "response": {
23980            "$ref": "Operation"
23981          },
23982          "scopes": [
23983            "https://www.googleapis.com/auth/cloud-platform",
23984            "https://www.googleapis.com/auth/compute"
23985          ]
23986        },
23987        "list": {
23988          "description": "Retrieves the list of UrlMap resources available to the specified project in the specified region.",
23989          "httpMethod": "GET",
23990          "id": "compute.regionUrlMaps.list",
23991          "parameterOrder": [
23992            "project",
23993            "region"
23994          ],
23995          "parameters": {
23996            "filter": {
23997              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
23998              "location": "query",
23999              "type": "string"
24000            },
24001            "maxResults": {
24002              "default": "500",
24003              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
24004              "format": "uint32",
24005              "location": "query",
24006              "minimum": "0",
24007              "type": "integer"
24008            },
24009            "orderBy": {
24010              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
24011              "location": "query",
24012              "type": "string"
24013            },
24014            "pageToken": {
24015              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
24016              "location": "query",
24017              "type": "string"
24018            },
24019            "project": {
24020              "description": "Project ID for this request.",
24021              "location": "path",
24022              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
24023              "required": true,
24024              "type": "string"
24025            },
24026            "region": {
24027              "description": "Name of the region scoping this request.",
24028              "location": "path",
24029              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
24030              "required": true,
24031              "type": "string"
24032            },
24033            "returnPartialSuccess": {
24034              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
24035              "location": "query",
24036              "type": "boolean"
24037            }
24038          },
24039          "path": "projects/{project}/regions/{region}/urlMaps",
24040          "response": {
24041            "$ref": "UrlMapList"
24042          },
24043          "scopes": [
24044            "https://www.googleapis.com/auth/cloud-platform",
24045            "https://www.googleapis.com/auth/compute",
24046            "https://www.googleapis.com/auth/compute.readonly"
24047          ]
24048        },
24049        "patch": {
24050          "description": "Patches the specified UrlMap resource with the data included in the request. This method supports PATCH semantics and uses JSON merge patch format and processing rules.",
24051          "httpMethod": "PATCH",
24052          "id": "compute.regionUrlMaps.patch",
24053          "parameterOrder": [
24054            "project",
24055            "region",
24056            "urlMap"
24057          ],
24058          "parameters": {
24059            "project": {
24060              "description": "Project ID for this request.",
24061              "location": "path",
24062              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
24063              "required": true,
24064              "type": "string"
24065            },
24066            "region": {
24067              "description": "Name of the region scoping this request.",
24068              "location": "path",
24069              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
24070              "required": true,
24071              "type": "string"
24072            },
24073            "requestId": {
24074              "description": "begin_interface: MixerMutationRequestBuilder Request ID to support idempotency.",
24075              "location": "query",
24076              "type": "string"
24077            },
24078            "urlMap": {
24079              "description": "Name of the UrlMap resource to patch.",
24080              "location": "path",
24081              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
24082              "required": true,
24083              "type": "string"
24084            }
24085          },
24086          "path": "projects/{project}/regions/{region}/urlMaps/{urlMap}",
24087          "request": {
24088            "$ref": "UrlMap"
24089          },
24090          "response": {
24091            "$ref": "Operation"
24092          },
24093          "scopes": [
24094            "https://www.googleapis.com/auth/cloud-platform",
24095            "https://www.googleapis.com/auth/compute"
24096          ]
24097        },
24098        "testIamPermissions": {
24099          "description": "Returns permissions that a caller has on the specified resource.",
24100          "httpMethod": "POST",
24101          "id": "compute.regionUrlMaps.testIamPermissions",
24102          "parameterOrder": [
24103            "project",
24104            "region",
24105            "resource"
24106          ],
24107          "parameters": {
24108            "project": {
24109              "description": "Project ID for this request.",
24110              "location": "path",
24111              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
24112              "required": true,
24113              "type": "string"
24114            },
24115            "region": {
24116              "description": "The name of the region for this request.",
24117              "location": "path",
24118              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
24119              "required": true,
24120              "type": "string"
24121            },
24122            "resource": {
24123              "description": "Name or id of the resource for this request.",
24124              "location": "path",
24125              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
24126              "required": true,
24127              "type": "string"
24128            }
24129          },
24130          "path": "projects/{project}/regions/{region}/urlMaps/{resource}/testIamPermissions",
24131          "request": {
24132            "$ref": "TestPermissionsRequest"
24133          },
24134          "response": {
24135            "$ref": "TestPermissionsResponse"
24136          },
24137          "scopes": [
24138            "https://www.googleapis.com/auth/cloud-platform",
24139            "https://www.googleapis.com/auth/compute",
24140            "https://www.googleapis.com/auth/compute.readonly"
24141          ]
24142        },
24143        "update": {
24144          "description": "Updates the specified UrlMap resource with the data included in the request.",
24145          "httpMethod": "PUT",
24146          "id": "compute.regionUrlMaps.update",
24147          "parameterOrder": [
24148            "project",
24149            "region",
24150            "urlMap"
24151          ],
24152          "parameters": {
24153            "project": {
24154              "description": "Project ID for this request.",
24155              "location": "path",
24156              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
24157              "required": true,
24158              "type": "string"
24159            },
24160            "region": {
24161              "description": "Name of the region scoping this request.",
24162              "location": "path",
24163              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
24164              "required": true,
24165              "type": "string"
24166            },
24167            "requestId": {
24168              "description": "begin_interface: MixerMutationRequestBuilder Request ID to support idempotency.",
24169              "location": "query",
24170              "type": "string"
24171            },
24172            "urlMap": {
24173              "description": "Name of the UrlMap resource to update.",
24174              "location": "path",
24175              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
24176              "required": true,
24177              "type": "string"
24178            }
24179          },
24180          "path": "projects/{project}/regions/{region}/urlMaps/{urlMap}",
24181          "request": {
24182            "$ref": "UrlMap"
24183          },
24184          "response": {
24185            "$ref": "Operation"
24186          },
24187          "scopes": [
24188            "https://www.googleapis.com/auth/cloud-platform",
24189            "https://www.googleapis.com/auth/compute"
24190          ]
24191        },
24192        "validate": {
24193          "description": "Runs static validation for the UrlMap. In particular, the tests of the provided UrlMap will be run. Calling this method does NOT create the UrlMap.",
24194          "httpMethod": "POST",
24195          "id": "compute.regionUrlMaps.validate",
24196          "parameterOrder": [
24197            "project",
24198            "region",
24199            "urlMap"
24200          ],
24201          "parameters": {
24202            "project": {
24203              "description": "Project ID for this request.",
24204              "location": "path",
24205              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
24206              "required": true,
24207              "type": "string"
24208            },
24209            "region": {
24210              "description": "Name of the region scoping this request.",
24211              "location": "path",
24212              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
24213              "required": true,
24214              "type": "string"
24215            },
24216            "urlMap": {
24217              "description": "Name of the UrlMap resource to be validated as.",
24218              "location": "path",
24219              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
24220              "required": true,
24221              "type": "string"
24222            }
24223          },
24224          "path": "projects/{project}/regions/{region}/urlMaps/{urlMap}/validate",
24225          "request": {
24226            "$ref": "RegionUrlMapsValidateRequest"
24227          },
24228          "response": {
24229            "$ref": "UrlMapsValidateResponse"
24230          },
24231          "scopes": [
24232            "https://www.googleapis.com/auth/cloud-platform",
24233            "https://www.googleapis.com/auth/compute"
24234          ]
24235        }
24236      }
24237    },
24238    "regions": {
24239      "methods": {
24240        "get": {
24241          "description": "Returns the specified Region resource. Gets a list of available regions by making a list() request.",
24242          "httpMethod": "GET",
24243          "id": "compute.regions.get",
24244          "parameterOrder": [
24245            "project",
24246            "region"
24247          ],
24248          "parameters": {
24249            "project": {
24250              "description": "Project ID for this request.",
24251              "location": "path",
24252              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
24253              "required": true,
24254              "type": "string"
24255            },
24256            "region": {
24257              "description": "Name of the region resource to return.",
24258              "location": "path",
24259              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
24260              "required": true,
24261              "type": "string"
24262            }
24263          },
24264          "path": "projects/{project}/regions/{region}",
24265          "response": {
24266            "$ref": "Region"
24267          },
24268          "scopes": [
24269            "https://www.googleapis.com/auth/cloud-platform",
24270            "https://www.googleapis.com/auth/compute",
24271            "https://www.googleapis.com/auth/compute.readonly"
24272          ]
24273        },
24274        "list": {
24275          "description": "Retrieves the list of region resources available to the specified project.",
24276          "httpMethod": "GET",
24277          "id": "compute.regions.list",
24278          "parameterOrder": [
24279            "project"
24280          ],
24281          "parameters": {
24282            "filter": {
24283              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
24284              "location": "query",
24285              "type": "string"
24286            },
24287            "maxResults": {
24288              "default": "500",
24289              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
24290              "format": "uint32",
24291              "location": "query",
24292              "minimum": "0",
24293              "type": "integer"
24294            },
24295            "orderBy": {
24296              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
24297              "location": "query",
24298              "type": "string"
24299            },
24300            "pageToken": {
24301              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
24302              "location": "query",
24303              "type": "string"
24304            },
24305            "project": {
24306              "description": "Project ID for this request.",
24307              "location": "path",
24308              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
24309              "required": true,
24310              "type": "string"
24311            },
24312            "returnPartialSuccess": {
24313              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
24314              "location": "query",
24315              "type": "boolean"
24316            }
24317          },
24318          "path": "projects/{project}/regions",
24319          "response": {
24320            "$ref": "RegionList"
24321          },
24322          "scopes": [
24323            "https://www.googleapis.com/auth/cloud-platform",
24324            "https://www.googleapis.com/auth/compute",
24325            "https://www.googleapis.com/auth/compute.readonly"
24326          ]
24327        }
24328      }
24329    },
24330    "reservations": {
24331      "methods": {
24332        "aggregatedList": {
24333          "description": "Retrieves an aggregated list of reservations.",
24334          "httpMethod": "GET",
24335          "id": "compute.reservations.aggregatedList",
24336          "parameterOrder": [
24337            "project"
24338          ],
24339          "parameters": {
24340            "filter": {
24341              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
24342              "location": "query",
24343              "type": "string"
24344            },
24345            "includeAllScopes": {
24346              "description": "Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.",
24347              "location": "query",
24348              "type": "boolean"
24349            },
24350            "maxResults": {
24351              "default": "500",
24352              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
24353              "format": "uint32",
24354              "location": "query",
24355              "minimum": "0",
24356              "type": "integer"
24357            },
24358            "orderBy": {
24359              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
24360              "location": "query",
24361              "type": "string"
24362            },
24363            "pageToken": {
24364              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
24365              "location": "query",
24366              "type": "string"
24367            },
24368            "project": {
24369              "description": "Project ID for this request.",
24370              "location": "path",
24371              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
24372              "required": true,
24373              "type": "string"
24374            },
24375            "returnPartialSuccess": {
24376              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
24377              "location": "query",
24378              "type": "boolean"
24379            }
24380          },
24381          "path": "projects/{project}/aggregated/reservations",
24382          "response": {
24383            "$ref": "ReservationAggregatedList"
24384          },
24385          "scopes": [
24386            "https://www.googleapis.com/auth/cloud-platform",
24387            "https://www.googleapis.com/auth/compute",
24388            "https://www.googleapis.com/auth/compute.readonly"
24389          ]
24390        },
24391        "delete": {
24392          "description": "Deletes the specified reservation.",
24393          "httpMethod": "DELETE",
24394          "id": "compute.reservations.delete",
24395          "parameterOrder": [
24396            "project",
24397            "zone",
24398            "reservation"
24399          ],
24400          "parameters": {
24401            "project": {
24402              "description": "Project ID for this request.",
24403              "location": "path",
24404              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
24405              "required": true,
24406              "type": "string"
24407            },
24408            "requestId": {
24409              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
24410              "location": "query",
24411              "type": "string"
24412            },
24413            "reservation": {
24414              "description": "Name of the reservation to delete.",
24415              "location": "path",
24416              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
24417              "required": true,
24418              "type": "string"
24419            },
24420            "zone": {
24421              "description": "Name of the zone for this request.",
24422              "location": "path",
24423              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
24424              "required": true,
24425              "type": "string"
24426            }
24427          },
24428          "path": "projects/{project}/zones/{zone}/reservations/{reservation}",
24429          "response": {
24430            "$ref": "Operation"
24431          },
24432          "scopes": [
24433            "https://www.googleapis.com/auth/cloud-platform",
24434            "https://www.googleapis.com/auth/compute"
24435          ]
24436        },
24437        "get": {
24438          "description": "Retrieves information about the specified reservation.",
24439          "httpMethod": "GET",
24440          "id": "compute.reservations.get",
24441          "parameterOrder": [
24442            "project",
24443            "zone",
24444            "reservation"
24445          ],
24446          "parameters": {
24447            "project": {
24448              "description": "Project ID for this request.",
24449              "location": "path",
24450              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
24451              "required": true,
24452              "type": "string"
24453            },
24454            "reservation": {
24455              "description": "Name of the reservation to retrieve.",
24456              "location": "path",
24457              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
24458              "required": true,
24459              "type": "string"
24460            },
24461            "zone": {
24462              "description": "Name of the zone for this request.",
24463              "location": "path",
24464              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
24465              "required": true,
24466              "type": "string"
24467            }
24468          },
24469          "path": "projects/{project}/zones/{zone}/reservations/{reservation}",
24470          "response": {
24471            "$ref": "Reservation"
24472          },
24473          "scopes": [
24474            "https://www.googleapis.com/auth/cloud-platform",
24475            "https://www.googleapis.com/auth/compute",
24476            "https://www.googleapis.com/auth/compute.readonly"
24477          ]
24478        },
24479        "getIamPolicy": {
24480          "description": "Gets the access control policy for a resource. May be empty if no such policy or resource exists.",
24481          "httpMethod": "GET",
24482          "id": "compute.reservations.getIamPolicy",
24483          "parameterOrder": [
24484            "project",
24485            "zone",
24486            "resource"
24487          ],
24488          "parameters": {
24489            "optionsRequestedPolicyVersion": {
24490              "description": "Requested IAM Policy version.",
24491              "format": "int32",
24492              "location": "query",
24493              "type": "integer"
24494            },
24495            "project": {
24496              "description": "Project ID for this request.",
24497              "location": "path",
24498              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
24499              "required": true,
24500              "type": "string"
24501            },
24502            "resource": {
24503              "description": "Name or id of the resource for this request.",
24504              "location": "path",
24505              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
24506              "required": true,
24507              "type": "string"
24508            },
24509            "zone": {
24510              "description": "The name of the zone for this request.",
24511              "location": "path",
24512              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
24513              "required": true,
24514              "type": "string"
24515            }
24516          },
24517          "path": "projects/{project}/zones/{zone}/reservations/{resource}/getIamPolicy",
24518          "response": {
24519            "$ref": "Policy"
24520          },
24521          "scopes": [
24522            "https://www.googleapis.com/auth/cloud-platform",
24523            "https://www.googleapis.com/auth/compute",
24524            "https://www.googleapis.com/auth/compute.readonly"
24525          ]
24526        },
24527        "insert": {
24528          "description": "Creates a new reservation. For more information, read Reserving zonal resources.",
24529          "httpMethod": "POST",
24530          "id": "compute.reservations.insert",
24531          "parameterOrder": [
24532            "project",
24533            "zone"
24534          ],
24535          "parameters": {
24536            "project": {
24537              "description": "Project ID for this request.",
24538              "location": "path",
24539              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
24540              "required": true,
24541              "type": "string"
24542            },
24543            "requestId": {
24544              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
24545              "location": "query",
24546              "type": "string"
24547            },
24548            "zone": {
24549              "description": "Name of the zone for this request.",
24550              "location": "path",
24551              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
24552              "required": true,
24553              "type": "string"
24554            }
24555          },
24556          "path": "projects/{project}/zones/{zone}/reservations",
24557          "request": {
24558            "$ref": "Reservation"
24559          },
24560          "response": {
24561            "$ref": "Operation"
24562          },
24563          "scopes": [
24564            "https://www.googleapis.com/auth/cloud-platform",
24565            "https://www.googleapis.com/auth/compute"
24566          ]
24567        },
24568        "list": {
24569          "description": "A list of all the reservations that have been configured for the specified project in specified zone.",
24570          "httpMethod": "GET",
24571          "id": "compute.reservations.list",
24572          "parameterOrder": [
24573            "project",
24574            "zone"
24575          ],
24576          "parameters": {
24577            "filter": {
24578              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
24579              "location": "query",
24580              "type": "string"
24581            },
24582            "maxResults": {
24583              "default": "500",
24584              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
24585              "format": "uint32",
24586              "location": "query",
24587              "minimum": "0",
24588              "type": "integer"
24589            },
24590            "orderBy": {
24591              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
24592              "location": "query",
24593              "type": "string"
24594            },
24595            "pageToken": {
24596              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
24597              "location": "query",
24598              "type": "string"
24599            },
24600            "project": {
24601              "description": "Project ID for this request.",
24602              "location": "path",
24603              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
24604              "required": true,
24605              "type": "string"
24606            },
24607            "returnPartialSuccess": {
24608              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
24609              "location": "query",
24610              "type": "boolean"
24611            },
24612            "zone": {
24613              "description": "Name of the zone for this request.",
24614              "location": "path",
24615              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
24616              "required": true,
24617              "type": "string"
24618            }
24619          },
24620          "path": "projects/{project}/zones/{zone}/reservations",
24621          "response": {
24622            "$ref": "ReservationList"
24623          },
24624          "scopes": [
24625            "https://www.googleapis.com/auth/cloud-platform",
24626            "https://www.googleapis.com/auth/compute",
24627            "https://www.googleapis.com/auth/compute.readonly"
24628          ]
24629        },
24630        "resize": {
24631          "description": "Resizes the reservation (applicable to standalone reservations only). For more information, read Modifying reservations.",
24632          "httpMethod": "POST",
24633          "id": "compute.reservations.resize",
24634          "parameterOrder": [
24635            "project",
24636            "zone",
24637            "reservation"
24638          ],
24639          "parameters": {
24640            "project": {
24641              "description": "Project ID for this request.",
24642              "location": "path",
24643              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
24644              "required": true,
24645              "type": "string"
24646            },
24647            "requestId": {
24648              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
24649              "location": "query",
24650              "type": "string"
24651            },
24652            "reservation": {
24653              "description": "Name of the reservation to update.",
24654              "location": "path",
24655              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
24656              "required": true,
24657              "type": "string"
24658            },
24659            "zone": {
24660              "description": "Name of the zone for this request.",
24661              "location": "path",
24662              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
24663              "required": true,
24664              "type": "string"
24665            }
24666          },
24667          "path": "projects/{project}/zones/{zone}/reservations/{reservation}/resize",
24668          "request": {
24669            "$ref": "ReservationsResizeRequest"
24670          },
24671          "response": {
24672            "$ref": "Operation"
24673          },
24674          "scopes": [
24675            "https://www.googleapis.com/auth/cloud-platform",
24676            "https://www.googleapis.com/auth/compute"
24677          ]
24678        },
24679        "setIamPolicy": {
24680          "description": "Sets the access control policy on the specified resource. Replaces any existing policy.",
24681          "httpMethod": "POST",
24682          "id": "compute.reservations.setIamPolicy",
24683          "parameterOrder": [
24684            "project",
24685            "zone",
24686            "resource"
24687          ],
24688          "parameters": {
24689            "project": {
24690              "description": "Project ID for this request.",
24691              "location": "path",
24692              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
24693              "required": true,
24694              "type": "string"
24695            },
24696            "resource": {
24697              "description": "Name or id of the resource for this request.",
24698              "location": "path",
24699              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
24700              "required": true,
24701              "type": "string"
24702            },
24703            "zone": {
24704              "description": "The name of the zone for this request.",
24705              "location": "path",
24706              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
24707              "required": true,
24708              "type": "string"
24709            }
24710          },
24711          "path": "projects/{project}/zones/{zone}/reservations/{resource}/setIamPolicy",
24712          "request": {
24713            "$ref": "ZoneSetPolicyRequest"
24714          },
24715          "response": {
24716            "$ref": "Policy"
24717          },
24718          "scopes": [
24719            "https://www.googleapis.com/auth/cloud-platform",
24720            "https://www.googleapis.com/auth/compute"
24721          ]
24722        },
24723        "testIamPermissions": {
24724          "description": "Returns permissions that a caller has on the specified resource.",
24725          "httpMethod": "POST",
24726          "id": "compute.reservations.testIamPermissions",
24727          "parameterOrder": [
24728            "project",
24729            "zone",
24730            "resource"
24731          ],
24732          "parameters": {
24733            "project": {
24734              "description": "Project ID for this request.",
24735              "location": "path",
24736              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
24737              "required": true,
24738              "type": "string"
24739            },
24740            "resource": {
24741              "description": "Name or id of the resource for this request.",
24742              "location": "path",
24743              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
24744              "required": true,
24745              "type": "string"
24746            },
24747            "zone": {
24748              "description": "The name of the zone for this request.",
24749              "location": "path",
24750              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
24751              "required": true,
24752              "type": "string"
24753            }
24754          },
24755          "path": "projects/{project}/zones/{zone}/reservations/{resource}/testIamPermissions",
24756          "request": {
24757            "$ref": "TestPermissionsRequest"
24758          },
24759          "response": {
24760            "$ref": "TestPermissionsResponse"
24761          },
24762          "scopes": [
24763            "https://www.googleapis.com/auth/cloud-platform",
24764            "https://www.googleapis.com/auth/compute",
24765            "https://www.googleapis.com/auth/compute.readonly"
24766          ]
24767        }
24768      }
24769    },
24770    "resourcePolicies": {
24771      "methods": {
24772        "aggregatedList": {
24773          "description": "Retrieves an aggregated list of resource policies.",
24774          "httpMethod": "GET",
24775          "id": "compute.resourcePolicies.aggregatedList",
24776          "parameterOrder": [
24777            "project"
24778          ],
24779          "parameters": {
24780            "filter": {
24781              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
24782              "location": "query",
24783              "type": "string"
24784            },
24785            "includeAllScopes": {
24786              "description": "Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.",
24787              "location": "query",
24788              "type": "boolean"
24789            },
24790            "maxResults": {
24791              "default": "500",
24792              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
24793              "format": "uint32",
24794              "location": "query",
24795              "minimum": "0",
24796              "type": "integer"
24797            },
24798            "orderBy": {
24799              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
24800              "location": "query",
24801              "type": "string"
24802            },
24803            "pageToken": {
24804              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
24805              "location": "query",
24806              "type": "string"
24807            },
24808            "project": {
24809              "description": "Project ID for this request.",
24810              "location": "path",
24811              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
24812              "required": true,
24813              "type": "string"
24814            },
24815            "returnPartialSuccess": {
24816              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
24817              "location": "query",
24818              "type": "boolean"
24819            }
24820          },
24821          "path": "projects/{project}/aggregated/resourcePolicies",
24822          "response": {
24823            "$ref": "ResourcePolicyAggregatedList"
24824          },
24825          "scopes": [
24826            "https://www.googleapis.com/auth/cloud-platform",
24827            "https://www.googleapis.com/auth/compute",
24828            "https://www.googleapis.com/auth/compute.readonly"
24829          ]
24830        },
24831        "delete": {
24832          "description": "Deletes the specified resource policy.",
24833          "httpMethod": "DELETE",
24834          "id": "compute.resourcePolicies.delete",
24835          "parameterOrder": [
24836            "project",
24837            "region",
24838            "resourcePolicy"
24839          ],
24840          "parameters": {
24841            "project": {
24842              "description": "Project ID for this request.",
24843              "location": "path",
24844              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
24845              "required": true,
24846              "type": "string"
24847            },
24848            "region": {
24849              "description": "Name of the region for this request.",
24850              "location": "path",
24851              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
24852              "required": true,
24853              "type": "string"
24854            },
24855            "requestId": {
24856              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
24857              "location": "query",
24858              "type": "string"
24859            },
24860            "resourcePolicy": {
24861              "description": "Name of the resource policy to delete.",
24862              "location": "path",
24863              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
24864              "required": true,
24865              "type": "string"
24866            }
24867          },
24868          "path": "projects/{project}/regions/{region}/resourcePolicies/{resourcePolicy}",
24869          "response": {
24870            "$ref": "Operation"
24871          },
24872          "scopes": [
24873            "https://www.googleapis.com/auth/cloud-platform",
24874            "https://www.googleapis.com/auth/compute"
24875          ]
24876        },
24877        "get": {
24878          "description": "Retrieves all information of the specified resource policy.",
24879          "httpMethod": "GET",
24880          "id": "compute.resourcePolicies.get",
24881          "parameterOrder": [
24882            "project",
24883            "region",
24884            "resourcePolicy"
24885          ],
24886          "parameters": {
24887            "project": {
24888              "description": "Project ID for this request.",
24889              "location": "path",
24890              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
24891              "required": true,
24892              "type": "string"
24893            },
24894            "region": {
24895              "description": "Name of the region for this request.",
24896              "location": "path",
24897              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
24898              "required": true,
24899              "type": "string"
24900            },
24901            "resourcePolicy": {
24902              "description": "Name of the resource policy to retrieve.",
24903              "location": "path",
24904              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
24905              "required": true,
24906              "type": "string"
24907            }
24908          },
24909          "path": "projects/{project}/regions/{region}/resourcePolicies/{resourcePolicy}",
24910          "response": {
24911            "$ref": "ResourcePolicy"
24912          },
24913          "scopes": [
24914            "https://www.googleapis.com/auth/cloud-platform",
24915            "https://www.googleapis.com/auth/compute",
24916            "https://www.googleapis.com/auth/compute.readonly"
24917          ]
24918        },
24919        "getIamPolicy": {
24920          "description": "Gets the access control policy for a resource. May be empty if no such policy or resource exists.",
24921          "httpMethod": "GET",
24922          "id": "compute.resourcePolicies.getIamPolicy",
24923          "parameterOrder": [
24924            "project",
24925            "region",
24926            "resource"
24927          ],
24928          "parameters": {
24929            "optionsRequestedPolicyVersion": {
24930              "description": "Requested IAM Policy version.",
24931              "format": "int32",
24932              "location": "query",
24933              "type": "integer"
24934            },
24935            "project": {
24936              "description": "Project ID for this request.",
24937              "location": "path",
24938              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
24939              "required": true,
24940              "type": "string"
24941            },
24942            "region": {
24943              "description": "The name of the region for this request.",
24944              "location": "path",
24945              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
24946              "required": true,
24947              "type": "string"
24948            },
24949            "resource": {
24950              "description": "Name or id of the resource for this request.",
24951              "location": "path",
24952              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
24953              "required": true,
24954              "type": "string"
24955            }
24956          },
24957          "path": "projects/{project}/regions/{region}/resourcePolicies/{resource}/getIamPolicy",
24958          "response": {
24959            "$ref": "Policy"
24960          },
24961          "scopes": [
24962            "https://www.googleapis.com/auth/cloud-platform",
24963            "https://www.googleapis.com/auth/compute",
24964            "https://www.googleapis.com/auth/compute.readonly"
24965          ]
24966        },
24967        "insert": {
24968          "description": "Creates a new resource policy.",
24969          "httpMethod": "POST",
24970          "id": "compute.resourcePolicies.insert",
24971          "parameterOrder": [
24972            "project",
24973            "region"
24974          ],
24975          "parameters": {
24976            "project": {
24977              "description": "Project ID for this request.",
24978              "location": "path",
24979              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
24980              "required": true,
24981              "type": "string"
24982            },
24983            "region": {
24984              "description": "Name of the region for this request.",
24985              "location": "path",
24986              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
24987              "required": true,
24988              "type": "string"
24989            },
24990            "requestId": {
24991              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
24992              "location": "query",
24993              "type": "string"
24994            }
24995          },
24996          "path": "projects/{project}/regions/{region}/resourcePolicies",
24997          "request": {
24998            "$ref": "ResourcePolicy"
24999          },
25000          "response": {
25001            "$ref": "Operation"
25002          },
25003          "scopes": [
25004            "https://www.googleapis.com/auth/cloud-platform",
25005            "https://www.googleapis.com/auth/compute"
25006          ]
25007        },
25008        "list": {
25009          "description": "A list all the resource policies that have been configured for the specified project in specified region.",
25010          "httpMethod": "GET",
25011          "id": "compute.resourcePolicies.list",
25012          "parameterOrder": [
25013            "project",
25014            "region"
25015          ],
25016          "parameters": {
25017            "filter": {
25018              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
25019              "location": "query",
25020              "type": "string"
25021            },
25022            "maxResults": {
25023              "default": "500",
25024              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
25025              "format": "uint32",
25026              "location": "query",
25027              "minimum": "0",
25028              "type": "integer"
25029            },
25030            "orderBy": {
25031              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
25032              "location": "query",
25033              "type": "string"
25034            },
25035            "pageToken": {
25036              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
25037              "location": "query",
25038              "type": "string"
25039            },
25040            "project": {
25041              "description": "Project ID for this request.",
25042              "location": "path",
25043              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
25044              "required": true,
25045              "type": "string"
25046            },
25047            "region": {
25048              "description": "Name of the region for this request.",
25049              "location": "path",
25050              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
25051              "required": true,
25052              "type": "string"
25053            },
25054            "returnPartialSuccess": {
25055              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
25056              "location": "query",
25057              "type": "boolean"
25058            }
25059          },
25060          "path": "projects/{project}/regions/{region}/resourcePolicies",
25061          "response": {
25062            "$ref": "ResourcePolicyList"
25063          },
25064          "scopes": [
25065            "https://www.googleapis.com/auth/cloud-platform",
25066            "https://www.googleapis.com/auth/compute",
25067            "https://www.googleapis.com/auth/compute.readonly"
25068          ]
25069        },
25070        "setIamPolicy": {
25071          "description": "Sets the access control policy on the specified resource. Replaces any existing policy.",
25072          "httpMethod": "POST",
25073          "id": "compute.resourcePolicies.setIamPolicy",
25074          "parameterOrder": [
25075            "project",
25076            "region",
25077            "resource"
25078          ],
25079          "parameters": {
25080            "project": {
25081              "description": "Project ID for this request.",
25082              "location": "path",
25083              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
25084              "required": true,
25085              "type": "string"
25086            },
25087            "region": {
25088              "description": "The name of the region for this request.",
25089              "location": "path",
25090              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
25091              "required": true,
25092              "type": "string"
25093            },
25094            "resource": {
25095              "description": "Name or id of the resource for this request.",
25096              "location": "path",
25097              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
25098              "required": true,
25099              "type": "string"
25100            }
25101          },
25102          "path": "projects/{project}/regions/{region}/resourcePolicies/{resource}/setIamPolicy",
25103          "request": {
25104            "$ref": "RegionSetPolicyRequest"
25105          },
25106          "response": {
25107            "$ref": "Policy"
25108          },
25109          "scopes": [
25110            "https://www.googleapis.com/auth/cloud-platform",
25111            "https://www.googleapis.com/auth/compute"
25112          ]
25113        },
25114        "testIamPermissions": {
25115          "description": "Returns permissions that a caller has on the specified resource.",
25116          "httpMethod": "POST",
25117          "id": "compute.resourcePolicies.testIamPermissions",
25118          "parameterOrder": [
25119            "project",
25120            "region",
25121            "resource"
25122          ],
25123          "parameters": {
25124            "project": {
25125              "description": "Project ID for this request.",
25126              "location": "path",
25127              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
25128              "required": true,
25129              "type": "string"
25130            },
25131            "region": {
25132              "description": "The name of the region for this request.",
25133              "location": "path",
25134              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
25135              "required": true,
25136              "type": "string"
25137            },
25138            "resource": {
25139              "description": "Name or id of the resource for this request.",
25140              "location": "path",
25141              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
25142              "required": true,
25143              "type": "string"
25144            }
25145          },
25146          "path": "projects/{project}/regions/{region}/resourcePolicies/{resource}/testIamPermissions",
25147          "request": {
25148            "$ref": "TestPermissionsRequest"
25149          },
25150          "response": {
25151            "$ref": "TestPermissionsResponse"
25152          },
25153          "scopes": [
25154            "https://www.googleapis.com/auth/cloud-platform",
25155            "https://www.googleapis.com/auth/compute",
25156            "https://www.googleapis.com/auth/compute.readonly"
25157          ]
25158        }
25159      }
25160    },
25161    "routers": {
25162      "methods": {
25163        "aggregatedList": {
25164          "description": "Retrieves an aggregated list of routers.",
25165          "httpMethod": "GET",
25166          "id": "compute.routers.aggregatedList",
25167          "parameterOrder": [
25168            "project"
25169          ],
25170          "parameters": {
25171            "filter": {
25172              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
25173              "location": "query",
25174              "type": "string"
25175            },
25176            "includeAllScopes": {
25177              "description": "Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.",
25178              "location": "query",
25179              "type": "boolean"
25180            },
25181            "maxResults": {
25182              "default": "500",
25183              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
25184              "format": "uint32",
25185              "location": "query",
25186              "minimum": "0",
25187              "type": "integer"
25188            },
25189            "orderBy": {
25190              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
25191              "location": "query",
25192              "type": "string"
25193            },
25194            "pageToken": {
25195              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
25196              "location": "query",
25197              "type": "string"
25198            },
25199            "project": {
25200              "description": "Project ID for this request.",
25201              "location": "path",
25202              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
25203              "required": true,
25204              "type": "string"
25205            },
25206            "returnPartialSuccess": {
25207              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
25208              "location": "query",
25209              "type": "boolean"
25210            }
25211          },
25212          "path": "projects/{project}/aggregated/routers",
25213          "response": {
25214            "$ref": "RouterAggregatedList"
25215          },
25216          "scopes": [
25217            "https://www.googleapis.com/auth/cloud-platform",
25218            "https://www.googleapis.com/auth/compute",
25219            "https://www.googleapis.com/auth/compute.readonly"
25220          ]
25221        },
25222        "delete": {
25223          "description": "Deletes the specified Router resource.",
25224          "httpMethod": "DELETE",
25225          "id": "compute.routers.delete",
25226          "parameterOrder": [
25227            "project",
25228            "region",
25229            "router"
25230          ],
25231          "parameters": {
25232            "project": {
25233              "description": "Project ID for this request.",
25234              "location": "path",
25235              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
25236              "required": true,
25237              "type": "string"
25238            },
25239            "region": {
25240              "description": "Name of the region for this request.",
25241              "location": "path",
25242              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
25243              "required": true,
25244              "type": "string"
25245            },
25246            "requestId": {
25247              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
25248              "location": "query",
25249              "type": "string"
25250            },
25251            "router": {
25252              "description": "Name of the Router resource to delete.",
25253              "location": "path",
25254              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
25255              "required": true,
25256              "type": "string"
25257            }
25258          },
25259          "path": "projects/{project}/regions/{region}/routers/{router}",
25260          "response": {
25261            "$ref": "Operation"
25262          },
25263          "scopes": [
25264            "https://www.googleapis.com/auth/cloud-platform",
25265            "https://www.googleapis.com/auth/compute"
25266          ]
25267        },
25268        "get": {
25269          "description": "Returns the specified Router resource. Gets a list of available routers by making a list() request.",
25270          "httpMethod": "GET",
25271          "id": "compute.routers.get",
25272          "parameterOrder": [
25273            "project",
25274            "region",
25275            "router"
25276          ],
25277          "parameters": {
25278            "project": {
25279              "description": "Project ID for this request.",
25280              "location": "path",
25281              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
25282              "required": true,
25283              "type": "string"
25284            },
25285            "region": {
25286              "description": "Name of the region for this request.",
25287              "location": "path",
25288              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
25289              "required": true,
25290              "type": "string"
25291            },
25292            "router": {
25293              "description": "Name of the Router resource to return.",
25294              "location": "path",
25295              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
25296              "required": true,
25297              "type": "string"
25298            }
25299          },
25300          "path": "projects/{project}/regions/{region}/routers/{router}",
25301          "response": {
25302            "$ref": "Router"
25303          },
25304          "scopes": [
25305            "https://www.googleapis.com/auth/cloud-platform",
25306            "https://www.googleapis.com/auth/compute",
25307            "https://www.googleapis.com/auth/compute.readonly"
25308          ]
25309        },
25310        "getNatMappingInfo": {
25311          "description": "Retrieves runtime Nat mapping information of VM endpoints.",
25312          "httpMethod": "GET",
25313          "id": "compute.routers.getNatMappingInfo",
25314          "parameterOrder": [
25315            "project",
25316            "region",
25317            "router"
25318          ],
25319          "parameters": {
25320            "filter": {
25321              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
25322              "location": "query",
25323              "type": "string"
25324            },
25325            "maxResults": {
25326              "default": "500",
25327              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
25328              "format": "uint32",
25329              "location": "query",
25330              "minimum": "0",
25331              "type": "integer"
25332            },
25333            "natName": {
25334              "description": "Name of the nat service to filter the Nat Mapping information. If it is omitted, all nats for this router will be returned. Name should conform to RFC1035.",
25335              "location": "query",
25336              "type": "string"
25337            },
25338            "orderBy": {
25339              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
25340              "location": "query",
25341              "type": "string"
25342            },
25343            "pageToken": {
25344              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
25345              "location": "query",
25346              "type": "string"
25347            },
25348            "project": {
25349              "description": "Project ID for this request.",
25350              "location": "path",
25351              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
25352              "required": true,
25353              "type": "string"
25354            },
25355            "region": {
25356              "description": "Name of the region for this request.",
25357              "location": "path",
25358              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
25359              "required": true,
25360              "type": "string"
25361            },
25362            "returnPartialSuccess": {
25363              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
25364              "location": "query",
25365              "type": "boolean"
25366            },
25367            "router": {
25368              "description": "Name of the Router resource to query for Nat Mapping information of VM endpoints.",
25369              "location": "path",
25370              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
25371              "required": true,
25372              "type": "string"
25373            }
25374          },
25375          "path": "projects/{project}/regions/{region}/routers/{router}/getNatMappingInfo",
25376          "response": {
25377            "$ref": "VmEndpointNatMappingsList"
25378          },
25379          "scopes": [
25380            "https://www.googleapis.com/auth/cloud-platform",
25381            "https://www.googleapis.com/auth/compute",
25382            "https://www.googleapis.com/auth/compute.readonly"
25383          ]
25384        },
25385        "getRouterStatus": {
25386          "description": "Retrieves runtime information of the specified router.",
25387          "httpMethod": "GET",
25388          "id": "compute.routers.getRouterStatus",
25389          "parameterOrder": [
25390            "project",
25391            "region",
25392            "router"
25393          ],
25394          "parameters": {
25395            "project": {
25396              "description": "Project ID for this request.",
25397              "location": "path",
25398              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
25399              "required": true,
25400              "type": "string"
25401            },
25402            "region": {
25403              "description": "Name of the region for this request.",
25404              "location": "path",
25405              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
25406              "required": true,
25407              "type": "string"
25408            },
25409            "router": {
25410              "description": "Name of the Router resource to query.",
25411              "location": "path",
25412              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
25413              "required": true,
25414              "type": "string"
25415            }
25416          },
25417          "path": "projects/{project}/regions/{region}/routers/{router}/getRouterStatus",
25418          "response": {
25419            "$ref": "RouterStatusResponse"
25420          },
25421          "scopes": [
25422            "https://www.googleapis.com/auth/cloud-platform",
25423            "https://www.googleapis.com/auth/compute",
25424            "https://www.googleapis.com/auth/compute.readonly"
25425          ]
25426        },
25427        "insert": {
25428          "description": "Creates a Router resource in the specified project and region using the data included in the request.",
25429          "httpMethod": "POST",
25430          "id": "compute.routers.insert",
25431          "parameterOrder": [
25432            "project",
25433            "region"
25434          ],
25435          "parameters": {
25436            "project": {
25437              "description": "Project ID for this request.",
25438              "location": "path",
25439              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
25440              "required": true,
25441              "type": "string"
25442            },
25443            "region": {
25444              "description": "Name of the region for this request.",
25445              "location": "path",
25446              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
25447              "required": true,
25448              "type": "string"
25449            },
25450            "requestId": {
25451              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
25452              "location": "query",
25453              "type": "string"
25454            }
25455          },
25456          "path": "projects/{project}/regions/{region}/routers",
25457          "request": {
25458            "$ref": "Router"
25459          },
25460          "response": {
25461            "$ref": "Operation"
25462          },
25463          "scopes": [
25464            "https://www.googleapis.com/auth/cloud-platform",
25465            "https://www.googleapis.com/auth/compute"
25466          ]
25467        },
25468        "list": {
25469          "description": "Retrieves a list of Router resources available to the specified project.",
25470          "httpMethod": "GET",
25471          "id": "compute.routers.list",
25472          "parameterOrder": [
25473            "project",
25474            "region"
25475          ],
25476          "parameters": {
25477            "filter": {
25478              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
25479              "location": "query",
25480              "type": "string"
25481            },
25482            "maxResults": {
25483              "default": "500",
25484              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
25485              "format": "uint32",
25486              "location": "query",
25487              "minimum": "0",
25488              "type": "integer"
25489            },
25490            "orderBy": {
25491              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
25492              "location": "query",
25493              "type": "string"
25494            },
25495            "pageToken": {
25496              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
25497              "location": "query",
25498              "type": "string"
25499            },
25500            "project": {
25501              "description": "Project ID for this request.",
25502              "location": "path",
25503              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
25504              "required": true,
25505              "type": "string"
25506            },
25507            "region": {
25508              "description": "Name of the region for this request.",
25509              "location": "path",
25510              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
25511              "required": true,
25512              "type": "string"
25513            },
25514            "returnPartialSuccess": {
25515              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
25516              "location": "query",
25517              "type": "boolean"
25518            }
25519          },
25520          "path": "projects/{project}/regions/{region}/routers",
25521          "response": {
25522            "$ref": "RouterList"
25523          },
25524          "scopes": [
25525            "https://www.googleapis.com/auth/cloud-platform",
25526            "https://www.googleapis.com/auth/compute",
25527            "https://www.googleapis.com/auth/compute.readonly"
25528          ]
25529        },
25530        "patch": {
25531          "description": "Patches the specified Router resource with the data included in the request. This method supports PATCH semantics and uses JSON merge patch format and processing rules.",
25532          "httpMethod": "PATCH",
25533          "id": "compute.routers.patch",
25534          "parameterOrder": [
25535            "project",
25536            "region",
25537            "router"
25538          ],
25539          "parameters": {
25540            "project": {
25541              "description": "Project ID for this request.",
25542              "location": "path",
25543              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
25544              "required": true,
25545              "type": "string"
25546            },
25547            "region": {
25548              "description": "Name of the region for this request.",
25549              "location": "path",
25550              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
25551              "required": true,
25552              "type": "string"
25553            },
25554            "requestId": {
25555              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
25556              "location": "query",
25557              "type": "string"
25558            },
25559            "router": {
25560              "description": "Name of the Router resource to patch.",
25561              "location": "path",
25562              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
25563              "required": true,
25564              "type": "string"
25565            }
25566          },
25567          "path": "projects/{project}/regions/{region}/routers/{router}",
25568          "request": {
25569            "$ref": "Router"
25570          },
25571          "response": {
25572            "$ref": "Operation"
25573          },
25574          "scopes": [
25575            "https://www.googleapis.com/auth/cloud-platform",
25576            "https://www.googleapis.com/auth/compute"
25577          ]
25578        },
25579        "preview": {
25580          "description": "Preview fields auto-generated during router create and update operations. Calling this method does NOT create or update the router.",
25581          "httpMethod": "POST",
25582          "id": "compute.routers.preview",
25583          "parameterOrder": [
25584            "project",
25585            "region",
25586            "router"
25587          ],
25588          "parameters": {
25589            "project": {
25590              "description": "Project ID for this request.",
25591              "location": "path",
25592              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
25593              "required": true,
25594              "type": "string"
25595            },
25596            "region": {
25597              "description": "Name of the region for this request.",
25598              "location": "path",
25599              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
25600              "required": true,
25601              "type": "string"
25602            },
25603            "router": {
25604              "description": "Name of the Router resource to query.",
25605              "location": "path",
25606              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
25607              "required": true,
25608              "type": "string"
25609            }
25610          },
25611          "path": "projects/{project}/regions/{region}/routers/{router}/preview",
25612          "request": {
25613            "$ref": "Router"
25614          },
25615          "response": {
25616            "$ref": "RoutersPreviewResponse"
25617          },
25618          "scopes": [
25619            "https://www.googleapis.com/auth/cloud-platform",
25620            "https://www.googleapis.com/auth/compute",
25621            "https://www.googleapis.com/auth/compute.readonly"
25622          ]
25623        },
25624        "testIamPermissions": {
25625          "description": "Returns permissions that a caller has on the specified resource.",
25626          "httpMethod": "POST",
25627          "id": "compute.routers.testIamPermissions",
25628          "parameterOrder": [
25629            "project",
25630            "region",
25631            "resource"
25632          ],
25633          "parameters": {
25634            "project": {
25635              "description": "Project ID for this request.",
25636              "location": "path",
25637              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
25638              "required": true,
25639              "type": "string"
25640            },
25641            "region": {
25642              "description": "The name of the region for this request.",
25643              "location": "path",
25644              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
25645              "required": true,
25646              "type": "string"
25647            },
25648            "resource": {
25649              "description": "Name or id of the resource for this request.",
25650              "location": "path",
25651              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
25652              "required": true,
25653              "type": "string"
25654            }
25655          },
25656          "path": "projects/{project}/regions/{region}/routers/{resource}/testIamPermissions",
25657          "request": {
25658            "$ref": "TestPermissionsRequest"
25659          },
25660          "response": {
25661            "$ref": "TestPermissionsResponse"
25662          },
25663          "scopes": [
25664            "https://www.googleapis.com/auth/cloud-platform",
25665            "https://www.googleapis.com/auth/compute",
25666            "https://www.googleapis.com/auth/compute.readonly"
25667          ]
25668        },
25669        "update": {
25670          "description": "Updates the specified Router resource with the data included in the request. This method conforms to PUT semantics, which requests that the state of the target resource be created or replaced with the state defined by the representation enclosed in the request message payload.",
25671          "httpMethod": "PUT",
25672          "id": "compute.routers.update",
25673          "parameterOrder": [
25674            "project",
25675            "region",
25676            "router"
25677          ],
25678          "parameters": {
25679            "project": {
25680              "description": "Project ID for this request.",
25681              "location": "path",
25682              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
25683              "required": true,
25684              "type": "string"
25685            },
25686            "region": {
25687              "description": "Name of the region for this request.",
25688              "location": "path",
25689              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
25690              "required": true,
25691              "type": "string"
25692            },
25693            "requestId": {
25694              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
25695              "location": "query",
25696              "type": "string"
25697            },
25698            "router": {
25699              "description": "Name of the Router resource to update.",
25700              "location": "path",
25701              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
25702              "required": true,
25703              "type": "string"
25704            }
25705          },
25706          "path": "projects/{project}/regions/{region}/routers/{router}",
25707          "request": {
25708            "$ref": "Router"
25709          },
25710          "response": {
25711            "$ref": "Operation"
25712          },
25713          "scopes": [
25714            "https://www.googleapis.com/auth/cloud-platform",
25715            "https://www.googleapis.com/auth/compute"
25716          ]
25717        }
25718      }
25719    },
25720    "routes": {
25721      "methods": {
25722        "delete": {
25723          "description": "Deletes the specified Route resource.",
25724          "httpMethod": "DELETE",
25725          "id": "compute.routes.delete",
25726          "parameterOrder": [
25727            "project",
25728            "route"
25729          ],
25730          "parameters": {
25731            "project": {
25732              "description": "Project ID for this request.",
25733              "location": "path",
25734              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
25735              "required": true,
25736              "type": "string"
25737            },
25738            "requestId": {
25739              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
25740              "location": "query",
25741              "type": "string"
25742            },
25743            "route": {
25744              "description": "Name of the Route resource to delete.",
25745              "location": "path",
25746              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
25747              "required": true,
25748              "type": "string"
25749            }
25750          },
25751          "path": "projects/{project}/global/routes/{route}",
25752          "response": {
25753            "$ref": "Operation"
25754          },
25755          "scopes": [
25756            "https://www.googleapis.com/auth/cloud-platform",
25757            "https://www.googleapis.com/auth/compute"
25758          ]
25759        },
25760        "get": {
25761          "description": "Returns the specified Route resource. Gets a list of available routes by making a list() request.",
25762          "httpMethod": "GET",
25763          "id": "compute.routes.get",
25764          "parameterOrder": [
25765            "project",
25766            "route"
25767          ],
25768          "parameters": {
25769            "project": {
25770              "description": "Project ID for this request.",
25771              "location": "path",
25772              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
25773              "required": true,
25774              "type": "string"
25775            },
25776            "route": {
25777              "description": "Name of the Route resource to return.",
25778              "location": "path",
25779              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
25780              "required": true,
25781              "type": "string"
25782            }
25783          },
25784          "path": "projects/{project}/global/routes/{route}",
25785          "response": {
25786            "$ref": "Route"
25787          },
25788          "scopes": [
25789            "https://www.googleapis.com/auth/cloud-platform",
25790            "https://www.googleapis.com/auth/compute",
25791            "https://www.googleapis.com/auth/compute.readonly"
25792          ]
25793        },
25794        "insert": {
25795          "description": "Creates a Route resource in the specified project using the data included in the request.",
25796          "httpMethod": "POST",
25797          "id": "compute.routes.insert",
25798          "parameterOrder": [
25799            "project"
25800          ],
25801          "parameters": {
25802            "project": {
25803              "description": "Project ID for this request.",
25804              "location": "path",
25805              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
25806              "required": true,
25807              "type": "string"
25808            },
25809            "requestId": {
25810              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
25811              "location": "query",
25812              "type": "string"
25813            }
25814          },
25815          "path": "projects/{project}/global/routes",
25816          "request": {
25817            "$ref": "Route"
25818          },
25819          "response": {
25820            "$ref": "Operation"
25821          },
25822          "scopes": [
25823            "https://www.googleapis.com/auth/cloud-platform",
25824            "https://www.googleapis.com/auth/compute"
25825          ]
25826        },
25827        "list": {
25828          "description": "Retrieves the list of Route resources available to the specified project.",
25829          "httpMethod": "GET",
25830          "id": "compute.routes.list",
25831          "parameterOrder": [
25832            "project"
25833          ],
25834          "parameters": {
25835            "filter": {
25836              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
25837              "location": "query",
25838              "type": "string"
25839            },
25840            "maxResults": {
25841              "default": "500",
25842              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
25843              "format": "uint32",
25844              "location": "query",
25845              "minimum": "0",
25846              "type": "integer"
25847            },
25848            "orderBy": {
25849              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
25850              "location": "query",
25851              "type": "string"
25852            },
25853            "pageToken": {
25854              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
25855              "location": "query",
25856              "type": "string"
25857            },
25858            "project": {
25859              "description": "Project ID for this request.",
25860              "location": "path",
25861              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
25862              "required": true,
25863              "type": "string"
25864            },
25865            "returnPartialSuccess": {
25866              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
25867              "location": "query",
25868              "type": "boolean"
25869            }
25870          },
25871          "path": "projects/{project}/global/routes",
25872          "response": {
25873            "$ref": "RouteList"
25874          },
25875          "scopes": [
25876            "https://www.googleapis.com/auth/cloud-platform",
25877            "https://www.googleapis.com/auth/compute",
25878            "https://www.googleapis.com/auth/compute.readonly"
25879          ]
25880        },
25881        "testIamPermissions": {
25882          "description": "Returns permissions that a caller has on the specified resource.",
25883          "httpMethod": "POST",
25884          "id": "compute.routes.testIamPermissions",
25885          "parameterOrder": [
25886            "project",
25887            "resource"
25888          ],
25889          "parameters": {
25890            "project": {
25891              "description": "Project ID for this request.",
25892              "location": "path",
25893              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
25894              "required": true,
25895              "type": "string"
25896            },
25897            "resource": {
25898              "description": "Name or id of the resource for this request.",
25899              "location": "path",
25900              "pattern": "[a-z](?:[-a-z0-9_]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
25901              "required": true,
25902              "type": "string"
25903            }
25904          },
25905          "path": "projects/{project}/global/routes/{resource}/testIamPermissions",
25906          "request": {
25907            "$ref": "TestPermissionsRequest"
25908          },
25909          "response": {
25910            "$ref": "TestPermissionsResponse"
25911          },
25912          "scopes": [
25913            "https://www.googleapis.com/auth/cloud-platform",
25914            "https://www.googleapis.com/auth/compute",
25915            "https://www.googleapis.com/auth/compute.readonly"
25916          ]
25917        }
25918      }
25919    },
25920    "securityPolicies": {
25921      "methods": {
25922        "addRule": {
25923          "description": "Inserts a rule into a security policy.",
25924          "httpMethod": "POST",
25925          "id": "compute.securityPolicies.addRule",
25926          "parameterOrder": [
25927            "project",
25928            "securityPolicy"
25929          ],
25930          "parameters": {
25931            "project": {
25932              "description": "Project ID for this request.",
25933              "location": "path",
25934              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
25935              "required": true,
25936              "type": "string"
25937            },
25938            "securityPolicy": {
25939              "description": "Name of the security policy to update.",
25940              "location": "path",
25941              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
25942              "required": true,
25943              "type": "string"
25944            },
25945            "validateOnly": {
25946              "description": "If true, the request will not be committed.",
25947              "location": "query",
25948              "type": "boolean"
25949            }
25950          },
25951          "path": "projects/{project}/global/securityPolicies/{securityPolicy}/addRule",
25952          "request": {
25953            "$ref": "SecurityPolicyRule"
25954          },
25955          "response": {
25956            "$ref": "Operation"
25957          },
25958          "scopes": [
25959            "https://www.googleapis.com/auth/cloud-platform",
25960            "https://www.googleapis.com/auth/compute"
25961          ]
25962        },
25963        "delete": {
25964          "description": "Deletes the specified policy.",
25965          "httpMethod": "DELETE",
25966          "id": "compute.securityPolicies.delete",
25967          "parameterOrder": [
25968            "project",
25969            "securityPolicy"
25970          ],
25971          "parameters": {
25972            "project": {
25973              "description": "Project ID for this request.",
25974              "location": "path",
25975              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
25976              "required": true,
25977              "type": "string"
25978            },
25979            "requestId": {
25980              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
25981              "location": "query",
25982              "type": "string"
25983            },
25984            "securityPolicy": {
25985              "description": "Name of the security policy to delete.",
25986              "location": "path",
25987              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
25988              "required": true,
25989              "type": "string"
25990            }
25991          },
25992          "path": "projects/{project}/global/securityPolicies/{securityPolicy}",
25993          "response": {
25994            "$ref": "Operation"
25995          },
25996          "scopes": [
25997            "https://www.googleapis.com/auth/cloud-platform",
25998            "https://www.googleapis.com/auth/compute"
25999          ]
26000        },
26001        "get": {
26002          "description": "List all of the ordered rules present in a single specified policy.",
26003          "httpMethod": "GET",
26004          "id": "compute.securityPolicies.get",
26005          "parameterOrder": [
26006            "project",
26007            "securityPolicy"
26008          ],
26009          "parameters": {
26010            "project": {
26011              "description": "Project ID for this request.",
26012              "location": "path",
26013              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
26014              "required": true,
26015              "type": "string"
26016            },
26017            "securityPolicy": {
26018              "description": "Name of the security policy to get.",
26019              "location": "path",
26020              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
26021              "required": true,
26022              "type": "string"
26023            }
26024          },
26025          "path": "projects/{project}/global/securityPolicies/{securityPolicy}",
26026          "response": {
26027            "$ref": "SecurityPolicy"
26028          },
26029          "scopes": [
26030            "https://www.googleapis.com/auth/cloud-platform",
26031            "https://www.googleapis.com/auth/compute",
26032            "https://www.googleapis.com/auth/compute.readonly"
26033          ]
26034        },
26035        "getRule": {
26036          "description": "Gets a rule at the specified priority.",
26037          "httpMethod": "GET",
26038          "id": "compute.securityPolicies.getRule",
26039          "parameterOrder": [
26040            "project",
26041            "securityPolicy"
26042          ],
26043          "parameters": {
26044            "priority": {
26045              "description": "The priority of the rule to get from the security policy.",
26046              "format": "int32",
26047              "location": "query",
26048              "type": "integer"
26049            },
26050            "project": {
26051              "description": "Project ID for this request.",
26052              "location": "path",
26053              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
26054              "required": true,
26055              "type": "string"
26056            },
26057            "securityPolicy": {
26058              "description": "Name of the security policy to which the queried rule belongs.",
26059              "location": "path",
26060              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
26061              "required": true,
26062              "type": "string"
26063            }
26064          },
26065          "path": "projects/{project}/global/securityPolicies/{securityPolicy}/getRule",
26066          "response": {
26067            "$ref": "SecurityPolicyRule"
26068          },
26069          "scopes": [
26070            "https://www.googleapis.com/auth/cloud-platform",
26071            "https://www.googleapis.com/auth/compute",
26072            "https://www.googleapis.com/auth/compute.readonly"
26073          ]
26074        },
26075        "insert": {
26076          "description": "Creates a new policy in the specified project using the data included in the request.",
26077          "httpMethod": "POST",
26078          "id": "compute.securityPolicies.insert",
26079          "parameterOrder": [
26080            "project"
26081          ],
26082          "parameters": {
26083            "project": {
26084              "description": "Project ID for this request.",
26085              "location": "path",
26086              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
26087              "required": true,
26088              "type": "string"
26089            },
26090            "requestId": {
26091              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
26092              "location": "query",
26093              "type": "string"
26094            },
26095            "validateOnly": {
26096              "description": "If true, the request will not be committed.",
26097              "location": "query",
26098              "type": "boolean"
26099            }
26100          },
26101          "path": "projects/{project}/global/securityPolicies",
26102          "request": {
26103            "$ref": "SecurityPolicy"
26104          },
26105          "response": {
26106            "$ref": "Operation"
26107          },
26108          "scopes": [
26109            "https://www.googleapis.com/auth/cloud-platform",
26110            "https://www.googleapis.com/auth/compute"
26111          ]
26112        },
26113        "list": {
26114          "description": "List all the policies that have been configured for the specified project.",
26115          "httpMethod": "GET",
26116          "id": "compute.securityPolicies.list",
26117          "parameterOrder": [
26118            "project"
26119          ],
26120          "parameters": {
26121            "filter": {
26122              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
26123              "location": "query",
26124              "type": "string"
26125            },
26126            "maxResults": {
26127              "default": "500",
26128              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
26129              "format": "uint32",
26130              "location": "query",
26131              "minimum": "0",
26132              "type": "integer"
26133            },
26134            "orderBy": {
26135              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
26136              "location": "query",
26137              "type": "string"
26138            },
26139            "pageToken": {
26140              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
26141              "location": "query",
26142              "type": "string"
26143            },
26144            "project": {
26145              "description": "Project ID for this request.",
26146              "location": "path",
26147              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
26148              "required": true,
26149              "type": "string"
26150            },
26151            "returnPartialSuccess": {
26152              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
26153              "location": "query",
26154              "type": "boolean"
26155            }
26156          },
26157          "path": "projects/{project}/global/securityPolicies",
26158          "response": {
26159            "$ref": "SecurityPolicyList"
26160          },
26161          "scopes": [
26162            "https://www.googleapis.com/auth/cloud-platform",
26163            "https://www.googleapis.com/auth/compute",
26164            "https://www.googleapis.com/auth/compute.readonly"
26165          ]
26166        },
26167        "listPreconfiguredExpressionSets": {
26168          "description": "Gets the current list of preconfigured Web Application Firewall (WAF) expressions.",
26169          "httpMethod": "GET",
26170          "id": "compute.securityPolicies.listPreconfiguredExpressionSets",
26171          "parameterOrder": [
26172            "project"
26173          ],
26174          "parameters": {
26175            "filter": {
26176              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
26177              "location": "query",
26178              "type": "string"
26179            },
26180            "maxResults": {
26181              "default": "500",
26182              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
26183              "format": "uint32",
26184              "location": "query",
26185              "minimum": "0",
26186              "type": "integer"
26187            },
26188            "orderBy": {
26189              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
26190              "location": "query",
26191              "type": "string"
26192            },
26193            "pageToken": {
26194              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
26195              "location": "query",
26196              "type": "string"
26197            },
26198            "project": {
26199              "description": "Project ID for this request.",
26200              "location": "path",
26201              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
26202              "required": true,
26203              "type": "string"
26204            },
26205            "returnPartialSuccess": {
26206              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
26207              "location": "query",
26208              "type": "boolean"
26209            }
26210          },
26211          "path": "projects/{project}/global/securityPolicies/listPreconfiguredExpressionSets",
26212          "response": {
26213            "$ref": "SecurityPoliciesListPreconfiguredExpressionSetsResponse"
26214          },
26215          "scopes": [
26216            "https://www.googleapis.com/auth/cloud-platform",
26217            "https://www.googleapis.com/auth/compute"
26218          ]
26219        },
26220        "patch": {
26221          "description": "Patches the specified policy with the data included in the request.",
26222          "httpMethod": "PATCH",
26223          "id": "compute.securityPolicies.patch",
26224          "parameterOrder": [
26225            "project",
26226            "securityPolicy"
26227          ],
26228          "parameters": {
26229            "project": {
26230              "description": "Project ID for this request.",
26231              "location": "path",
26232              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
26233              "required": true,
26234              "type": "string"
26235            },
26236            "requestId": {
26237              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
26238              "location": "query",
26239              "type": "string"
26240            },
26241            "securityPolicy": {
26242              "description": "Name of the security policy to update.",
26243              "location": "path",
26244              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
26245              "required": true,
26246              "type": "string"
26247            }
26248          },
26249          "path": "projects/{project}/global/securityPolicies/{securityPolicy}",
26250          "request": {
26251            "$ref": "SecurityPolicy"
26252          },
26253          "response": {
26254            "$ref": "Operation"
26255          },
26256          "scopes": [
26257            "https://www.googleapis.com/auth/cloud-platform",
26258            "https://www.googleapis.com/auth/compute"
26259          ]
26260        },
26261        "patchRule": {
26262          "description": "Patches a rule at the specified priority.",
26263          "httpMethod": "POST",
26264          "id": "compute.securityPolicies.patchRule",
26265          "parameterOrder": [
26266            "project",
26267            "securityPolicy"
26268          ],
26269          "parameters": {
26270            "priority": {
26271              "description": "The priority of the rule to patch.",
26272              "format": "int32",
26273              "location": "query",
26274              "type": "integer"
26275            },
26276            "project": {
26277              "description": "Project ID for this request.",
26278              "location": "path",
26279              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
26280              "required": true,
26281              "type": "string"
26282            },
26283            "securityPolicy": {
26284              "description": "Name of the security policy to update.",
26285              "location": "path",
26286              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
26287              "required": true,
26288              "type": "string"
26289            },
26290            "validateOnly": {
26291              "description": "If true, the request will not be committed.",
26292              "location": "query",
26293              "type": "boolean"
26294            }
26295          },
26296          "path": "projects/{project}/global/securityPolicies/{securityPolicy}/patchRule",
26297          "request": {
26298            "$ref": "SecurityPolicyRule"
26299          },
26300          "response": {
26301            "$ref": "Operation"
26302          },
26303          "scopes": [
26304            "https://www.googleapis.com/auth/cloud-platform",
26305            "https://www.googleapis.com/auth/compute"
26306          ]
26307        },
26308        "removeRule": {
26309          "description": "Deletes a rule at the specified priority.",
26310          "httpMethod": "POST",
26311          "id": "compute.securityPolicies.removeRule",
26312          "parameterOrder": [
26313            "project",
26314            "securityPolicy"
26315          ],
26316          "parameters": {
26317            "priority": {
26318              "description": "The priority of the rule to remove from the security policy.",
26319              "format": "int32",
26320              "location": "query",
26321              "type": "integer"
26322            },
26323            "project": {
26324              "description": "Project ID for this request.",
26325              "location": "path",
26326              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
26327              "required": true,
26328              "type": "string"
26329            },
26330            "securityPolicy": {
26331              "description": "Name of the security policy to update.",
26332              "location": "path",
26333              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
26334              "required": true,
26335              "type": "string"
26336            }
26337          },
26338          "path": "projects/{project}/global/securityPolicies/{securityPolicy}/removeRule",
26339          "response": {
26340            "$ref": "Operation"
26341          },
26342          "scopes": [
26343            "https://www.googleapis.com/auth/cloud-platform",
26344            "https://www.googleapis.com/auth/compute"
26345          ]
26346        },
26347        "setLabels": {
26348          "description": "Sets the labels on a security policy. To learn more about labels, read the Labeling Resources documentation.",
26349          "httpMethod": "POST",
26350          "id": "compute.securityPolicies.setLabels",
26351          "parameterOrder": [
26352            "project",
26353            "resource"
26354          ],
26355          "parameters": {
26356            "project": {
26357              "description": "Project ID for this request.",
26358              "location": "path",
26359              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
26360              "required": true,
26361              "type": "string"
26362            },
26363            "resource": {
26364              "description": "Name or id of the resource for this request.",
26365              "location": "path",
26366              "pattern": "[a-z](?:[-a-z0-9_]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
26367              "required": true,
26368              "type": "string"
26369            }
26370          },
26371          "path": "projects/{project}/global/securityPolicies/{resource}/setLabels",
26372          "request": {
26373            "$ref": "GlobalSetLabelsRequest"
26374          },
26375          "response": {
26376            "$ref": "Operation"
26377          },
26378          "scopes": [
26379            "https://www.googleapis.com/auth/cloud-platform",
26380            "https://www.googleapis.com/auth/compute"
26381          ]
26382        },
26383        "testIamPermissions": {
26384          "description": "Returns permissions that a caller has on the specified resource.",
26385          "httpMethod": "POST",
26386          "id": "compute.securityPolicies.testIamPermissions",
26387          "parameterOrder": [
26388            "project",
26389            "resource"
26390          ],
26391          "parameters": {
26392            "project": {
26393              "description": "Project ID for this request.",
26394              "location": "path",
26395              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
26396              "required": true,
26397              "type": "string"
26398            },
26399            "resource": {
26400              "description": "Name or id of the resource for this request.",
26401              "location": "path",
26402              "pattern": "[a-z](?:[-a-z0-9_]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
26403              "required": true,
26404              "type": "string"
26405            }
26406          },
26407          "path": "projects/{project}/global/securityPolicies/{resource}/testIamPermissions",
26408          "request": {
26409            "$ref": "TestPermissionsRequest"
26410          },
26411          "response": {
26412            "$ref": "TestPermissionsResponse"
26413          },
26414          "scopes": [
26415            "https://www.googleapis.com/auth/cloud-platform",
26416            "https://www.googleapis.com/auth/compute",
26417            "https://www.googleapis.com/auth/compute.readonly"
26418          ]
26419        }
26420      }
26421    },
26422    "serviceAttachments": {
26423      "methods": {
26424        "delete": {
26425          "description": "Deletes the specified ServiceAttachment in the given scope",
26426          "httpMethod": "DELETE",
26427          "id": "compute.serviceAttachments.delete",
26428          "parameterOrder": [
26429            "project",
26430            "region",
26431            "serviceAttachment"
26432          ],
26433          "parameters": {
26434            "project": {
26435              "description": "Project ID for this request.",
26436              "location": "path",
26437              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
26438              "required": true,
26439              "type": "string"
26440            },
26441            "region": {
26442              "description": "Name of the region of this request.",
26443              "location": "path",
26444              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
26445              "required": true,
26446              "type": "string"
26447            },
26448            "requestId": {
26449              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
26450              "location": "query",
26451              "type": "string"
26452            },
26453            "serviceAttachment": {
26454              "description": "Name of the ServiceAttachment resource to delete.",
26455              "location": "path",
26456              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
26457              "required": true,
26458              "type": "string"
26459            }
26460          },
26461          "path": "projects/{project}/regions/{region}/serviceAttachments/{serviceAttachment}",
26462          "response": {
26463            "$ref": "Operation"
26464          },
26465          "scopes": [
26466            "https://www.googleapis.com/auth/cloud-platform",
26467            "https://www.googleapis.com/auth/compute"
26468          ]
26469        },
26470        "get": {
26471          "description": "Returns the specified ServiceAttachment resource in the given scope.",
26472          "httpMethod": "GET",
26473          "id": "compute.serviceAttachments.get",
26474          "parameterOrder": [
26475            "project",
26476            "region",
26477            "serviceAttachment"
26478          ],
26479          "parameters": {
26480            "project": {
26481              "description": "Project ID for this request.",
26482              "location": "path",
26483              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
26484              "required": true,
26485              "type": "string"
26486            },
26487            "region": {
26488              "description": "Name of the region of this request.",
26489              "location": "path",
26490              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
26491              "required": true,
26492              "type": "string"
26493            },
26494            "serviceAttachment": {
26495              "description": "Name of the ServiceAttachment resource to return.",
26496              "location": "path",
26497              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
26498              "required": true,
26499              "type": "string"
26500            }
26501          },
26502          "path": "projects/{project}/regions/{region}/serviceAttachments/{serviceAttachment}",
26503          "response": {
26504            "$ref": "ServiceAttachment"
26505          },
26506          "scopes": [
26507            "https://www.googleapis.com/auth/cloud-platform",
26508            "https://www.googleapis.com/auth/compute",
26509            "https://www.googleapis.com/auth/compute.readonly"
26510          ]
26511        },
26512        "getIamPolicy": {
26513          "description": "Gets the access control policy for a resource. May be empty if no such policy or resource exists.",
26514          "httpMethod": "GET",
26515          "id": "compute.serviceAttachments.getIamPolicy",
26516          "parameterOrder": [
26517            "project",
26518            "region",
26519            "resource"
26520          ],
26521          "parameters": {
26522            "optionsRequestedPolicyVersion": {
26523              "description": "Requested IAM Policy version.",
26524              "format": "int32",
26525              "location": "query",
26526              "type": "integer"
26527            },
26528            "project": {
26529              "description": "Project ID for this request.",
26530              "location": "path",
26531              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
26532              "required": true,
26533              "type": "string"
26534            },
26535            "region": {
26536              "description": "The name of the region for this request.",
26537              "location": "path",
26538              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
26539              "required": true,
26540              "type": "string"
26541            },
26542            "resource": {
26543              "description": "Name or id of the resource for this request.",
26544              "location": "path",
26545              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
26546              "required": true,
26547              "type": "string"
26548            }
26549          },
26550          "path": "projects/{project}/regions/{region}/serviceAttachments/{resource}/getIamPolicy",
26551          "response": {
26552            "$ref": "Policy"
26553          },
26554          "scopes": [
26555            "https://www.googleapis.com/auth/cloud-platform",
26556            "https://www.googleapis.com/auth/compute",
26557            "https://www.googleapis.com/auth/compute.readonly"
26558          ]
26559        },
26560        "insert": {
26561          "description": "Creates a ServiceAttachment in the specified project in the given scope using the parameters that are included in the request.",
26562          "httpMethod": "POST",
26563          "id": "compute.serviceAttachments.insert",
26564          "parameterOrder": [
26565            "project",
26566            "region"
26567          ],
26568          "parameters": {
26569            "project": {
26570              "description": "Project ID for this request.",
26571              "location": "path",
26572              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
26573              "required": true,
26574              "type": "string"
26575            },
26576            "region": {
26577              "description": "Name of the region of this request.",
26578              "location": "path",
26579              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
26580              "required": true,
26581              "type": "string"
26582            },
26583            "requestId": {
26584              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
26585              "location": "query",
26586              "type": "string"
26587            }
26588          },
26589          "path": "projects/{project}/regions/{region}/serviceAttachments",
26590          "request": {
26591            "$ref": "ServiceAttachment"
26592          },
26593          "response": {
26594            "$ref": "Operation"
26595          },
26596          "scopes": [
26597            "https://www.googleapis.com/auth/cloud-platform",
26598            "https://www.googleapis.com/auth/compute"
26599          ]
26600        },
26601        "list": {
26602          "description": "Lists the ServiceAttachments for a project in the given scope.",
26603          "httpMethod": "GET",
26604          "id": "compute.serviceAttachments.list",
26605          "parameterOrder": [
26606            "project",
26607            "region"
26608          ],
26609          "parameters": {
26610            "filter": {
26611              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
26612              "location": "query",
26613              "type": "string"
26614            },
26615            "maxResults": {
26616              "default": "500",
26617              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
26618              "format": "uint32",
26619              "location": "query",
26620              "minimum": "0",
26621              "type": "integer"
26622            },
26623            "orderBy": {
26624              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
26625              "location": "query",
26626              "type": "string"
26627            },
26628            "pageToken": {
26629              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
26630              "location": "query",
26631              "type": "string"
26632            },
26633            "project": {
26634              "description": "Project ID for this request.",
26635              "location": "path",
26636              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
26637              "required": true,
26638              "type": "string"
26639            },
26640            "region": {
26641              "description": "Name of the region of this request.",
26642              "location": "path",
26643              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
26644              "required": true,
26645              "type": "string"
26646            },
26647            "returnPartialSuccess": {
26648              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
26649              "location": "query",
26650              "type": "boolean"
26651            }
26652          },
26653          "path": "projects/{project}/regions/{region}/serviceAttachments",
26654          "response": {
26655            "$ref": "ServiceAttachmentList"
26656          },
26657          "scopes": [
26658            "https://www.googleapis.com/auth/cloud-platform",
26659            "https://www.googleapis.com/auth/compute",
26660            "https://www.googleapis.com/auth/compute.readonly"
26661          ]
26662        },
26663        "setIamPolicy": {
26664          "description": "Sets the access control policy on the specified resource. Replaces any existing policy.",
26665          "httpMethod": "POST",
26666          "id": "compute.serviceAttachments.setIamPolicy",
26667          "parameterOrder": [
26668            "project",
26669            "region",
26670            "resource"
26671          ],
26672          "parameters": {
26673            "project": {
26674              "description": "Project ID for this request.",
26675              "location": "path",
26676              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
26677              "required": true,
26678              "type": "string"
26679            },
26680            "region": {
26681              "description": "The name of the region for this request.",
26682              "location": "path",
26683              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
26684              "required": true,
26685              "type": "string"
26686            },
26687            "resource": {
26688              "description": "Name or id of the resource for this request.",
26689              "location": "path",
26690              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
26691              "required": true,
26692              "type": "string"
26693            }
26694          },
26695          "path": "projects/{project}/regions/{region}/serviceAttachments/{resource}/setIamPolicy",
26696          "request": {
26697            "$ref": "RegionSetPolicyRequest"
26698          },
26699          "response": {
26700            "$ref": "Policy"
26701          },
26702          "scopes": [
26703            "https://www.googleapis.com/auth/cloud-platform",
26704            "https://www.googleapis.com/auth/compute"
26705          ]
26706        },
26707        "testIamPermissions": {
26708          "description": "Returns permissions that a caller has on the specified resource.",
26709          "httpMethod": "POST",
26710          "id": "compute.serviceAttachments.testIamPermissions",
26711          "parameterOrder": [
26712            "project",
26713            "region",
26714            "resource"
26715          ],
26716          "parameters": {
26717            "project": {
26718              "description": "Project ID for this request.",
26719              "location": "path",
26720              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
26721              "required": true,
26722              "type": "string"
26723            },
26724            "region": {
26725              "description": "The name of the region for this request.",
26726              "location": "path",
26727              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
26728              "required": true,
26729              "type": "string"
26730            },
26731            "resource": {
26732              "description": "Name or id of the resource for this request.",
26733              "location": "path",
26734              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
26735              "required": true,
26736              "type": "string"
26737            }
26738          },
26739          "path": "projects/{project}/regions/{region}/serviceAttachments/{resource}/testIamPermissions",
26740          "request": {
26741            "$ref": "TestPermissionsRequest"
26742          },
26743          "response": {
26744            "$ref": "TestPermissionsResponse"
26745          },
26746          "scopes": [
26747            "https://www.googleapis.com/auth/cloud-platform",
26748            "https://www.googleapis.com/auth/compute",
26749            "https://www.googleapis.com/auth/compute.readonly"
26750          ]
26751        }
26752      }
26753    },
26754    "snapshots": {
26755      "methods": {
26756        "delete": {
26757          "description": "Deletes the specified Snapshot resource. Keep in mind that deleting a single snapshot might not necessarily delete all the data on that snapshot. If any data on the snapshot that is marked for deletion is needed for subsequent snapshots, the data will be moved to the next corresponding snapshot.\n\nFor more information, see Deleting snapshots.",
26758          "httpMethod": "DELETE",
26759          "id": "compute.snapshots.delete",
26760          "parameterOrder": [
26761            "project",
26762            "snapshot"
26763          ],
26764          "parameters": {
26765            "project": {
26766              "description": "Project ID for this request.",
26767              "location": "path",
26768              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
26769              "required": true,
26770              "type": "string"
26771            },
26772            "requestId": {
26773              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
26774              "location": "query",
26775              "type": "string"
26776            },
26777            "snapshot": {
26778              "description": "Name of the Snapshot resource to delete.",
26779              "location": "path",
26780              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
26781              "required": true,
26782              "type": "string"
26783            }
26784          },
26785          "path": "projects/{project}/global/snapshots/{snapshot}",
26786          "response": {
26787            "$ref": "Operation"
26788          },
26789          "scopes": [
26790            "https://www.googleapis.com/auth/cloud-platform",
26791            "https://www.googleapis.com/auth/compute"
26792          ]
26793        },
26794        "get": {
26795          "description": "Returns the specified Snapshot resource. Gets a list of available snapshots by making a list() request.",
26796          "httpMethod": "GET",
26797          "id": "compute.snapshots.get",
26798          "parameterOrder": [
26799            "project",
26800            "snapshot"
26801          ],
26802          "parameters": {
26803            "project": {
26804              "description": "Project ID for this request.",
26805              "location": "path",
26806              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
26807              "required": true,
26808              "type": "string"
26809            },
26810            "snapshot": {
26811              "description": "Name of the Snapshot resource to return.",
26812              "location": "path",
26813              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
26814              "required": true,
26815              "type": "string"
26816            }
26817          },
26818          "path": "projects/{project}/global/snapshots/{snapshot}",
26819          "response": {
26820            "$ref": "Snapshot"
26821          },
26822          "scopes": [
26823            "https://www.googleapis.com/auth/cloud-platform",
26824            "https://www.googleapis.com/auth/compute",
26825            "https://www.googleapis.com/auth/compute.readonly"
26826          ]
26827        },
26828        "getIamPolicy": {
26829          "description": "Gets the access control policy for a resource. May be empty if no such policy or resource exists.",
26830          "httpMethod": "GET",
26831          "id": "compute.snapshots.getIamPolicy",
26832          "parameterOrder": [
26833            "project",
26834            "resource"
26835          ],
26836          "parameters": {
26837            "optionsRequestedPolicyVersion": {
26838              "description": "Requested IAM Policy version.",
26839              "format": "int32",
26840              "location": "query",
26841              "type": "integer"
26842            },
26843            "project": {
26844              "description": "Project ID for this request.",
26845              "location": "path",
26846              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
26847              "required": true,
26848              "type": "string"
26849            },
26850            "resource": {
26851              "description": "Name or id of the resource for this request.",
26852              "location": "path",
26853              "pattern": "[a-z](?:[-a-z0-9_]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
26854              "required": true,
26855              "type": "string"
26856            }
26857          },
26858          "path": "projects/{project}/global/snapshots/{resource}/getIamPolicy",
26859          "response": {
26860            "$ref": "Policy"
26861          },
26862          "scopes": [
26863            "https://www.googleapis.com/auth/cloud-platform",
26864            "https://www.googleapis.com/auth/compute",
26865            "https://www.googleapis.com/auth/compute.readonly"
26866          ]
26867        },
26868        "insert": {
26869          "description": "Creates a snapshot in the specified project using the data included in the request.",
26870          "httpMethod": "POST",
26871          "id": "compute.snapshots.insert",
26872          "parameterOrder": [
26873            "project"
26874          ],
26875          "parameters": {
26876            "project": {
26877              "description": "Project ID for this request.",
26878              "location": "path",
26879              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
26880              "required": true,
26881              "type": "string"
26882            },
26883            "requestId": {
26884              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
26885              "location": "query",
26886              "type": "string"
26887            }
26888          },
26889          "path": "projects/{project}/global/snapshots",
26890          "request": {
26891            "$ref": "Snapshot"
26892          },
26893          "response": {
26894            "$ref": "Operation"
26895          },
26896          "scopes": [
26897            "https://www.googleapis.com/auth/cloud-platform",
26898            "https://www.googleapis.com/auth/compute"
26899          ]
26900        },
26901        "list": {
26902          "description": "Retrieves the list of Snapshot resources contained within the specified project.",
26903          "httpMethod": "GET",
26904          "id": "compute.snapshots.list",
26905          "parameterOrder": [
26906            "project"
26907          ],
26908          "parameters": {
26909            "filter": {
26910              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
26911              "location": "query",
26912              "type": "string"
26913            },
26914            "maxResults": {
26915              "default": "500",
26916              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
26917              "format": "uint32",
26918              "location": "query",
26919              "minimum": "0",
26920              "type": "integer"
26921            },
26922            "orderBy": {
26923              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
26924              "location": "query",
26925              "type": "string"
26926            },
26927            "pageToken": {
26928              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
26929              "location": "query",
26930              "type": "string"
26931            },
26932            "project": {
26933              "description": "Project ID for this request.",
26934              "location": "path",
26935              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
26936              "required": true,
26937              "type": "string"
26938            },
26939            "returnPartialSuccess": {
26940              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
26941              "location": "query",
26942              "type": "boolean"
26943            }
26944          },
26945          "path": "projects/{project}/global/snapshots",
26946          "response": {
26947            "$ref": "SnapshotList"
26948          },
26949          "scopes": [
26950            "https://www.googleapis.com/auth/cloud-platform",
26951            "https://www.googleapis.com/auth/compute",
26952            "https://www.googleapis.com/auth/compute.readonly"
26953          ]
26954        },
26955        "setIamPolicy": {
26956          "description": "Sets the access control policy on the specified resource. Replaces any existing policy.",
26957          "httpMethod": "POST",
26958          "id": "compute.snapshots.setIamPolicy",
26959          "parameterOrder": [
26960            "project",
26961            "resource"
26962          ],
26963          "parameters": {
26964            "project": {
26965              "description": "Project ID for this request.",
26966              "location": "path",
26967              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
26968              "required": true,
26969              "type": "string"
26970            },
26971            "resource": {
26972              "description": "Name or id of the resource for this request.",
26973              "location": "path",
26974              "pattern": "[a-z](?:[-a-z0-9_]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
26975              "required": true,
26976              "type": "string"
26977            }
26978          },
26979          "path": "projects/{project}/global/snapshots/{resource}/setIamPolicy",
26980          "request": {
26981            "$ref": "GlobalSetPolicyRequest"
26982          },
26983          "response": {
26984            "$ref": "Policy"
26985          },
26986          "scopes": [
26987            "https://www.googleapis.com/auth/cloud-platform",
26988            "https://www.googleapis.com/auth/compute"
26989          ]
26990        },
26991        "setLabels": {
26992          "description": "Sets the labels on a snapshot. To learn more about labels, read the Labeling Resources documentation.",
26993          "httpMethod": "POST",
26994          "id": "compute.snapshots.setLabels",
26995          "parameterOrder": [
26996            "project",
26997            "resource"
26998          ],
26999          "parameters": {
27000            "project": {
27001              "description": "Project ID for this request.",
27002              "location": "path",
27003              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
27004              "required": true,
27005              "type": "string"
27006            },
27007            "resource": {
27008              "description": "Name or id of the resource for this request.",
27009              "location": "path",
27010              "pattern": "[a-z](?:[-a-z0-9_]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
27011              "required": true,
27012              "type": "string"
27013            }
27014          },
27015          "path": "projects/{project}/global/snapshots/{resource}/setLabels",
27016          "request": {
27017            "$ref": "GlobalSetLabelsRequest"
27018          },
27019          "response": {
27020            "$ref": "Operation"
27021          },
27022          "scopes": [
27023            "https://www.googleapis.com/auth/cloud-platform",
27024            "https://www.googleapis.com/auth/compute"
27025          ]
27026        },
27027        "testIamPermissions": {
27028          "description": "Returns permissions that a caller has on the specified resource.",
27029          "httpMethod": "POST",
27030          "id": "compute.snapshots.testIamPermissions",
27031          "parameterOrder": [
27032            "project",
27033            "resource"
27034          ],
27035          "parameters": {
27036            "project": {
27037              "description": "Project ID for this request.",
27038              "location": "path",
27039              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
27040              "required": true,
27041              "type": "string"
27042            },
27043            "resource": {
27044              "description": "Name or id of the resource for this request.",
27045              "location": "path",
27046              "pattern": "[a-z](?:[-a-z0-9_]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
27047              "required": true,
27048              "type": "string"
27049            }
27050          },
27051          "path": "projects/{project}/global/snapshots/{resource}/testIamPermissions",
27052          "request": {
27053            "$ref": "TestPermissionsRequest"
27054          },
27055          "response": {
27056            "$ref": "TestPermissionsResponse"
27057          },
27058          "scopes": [
27059            "https://www.googleapis.com/auth/cloud-platform",
27060            "https://www.googleapis.com/auth/compute",
27061            "https://www.googleapis.com/auth/compute.readonly"
27062          ]
27063        }
27064      }
27065    },
27066    "sslCertificates": {
27067      "methods": {
27068        "aggregatedList": {
27069          "description": "Retrieves the list of all SslCertificate resources, regional and global, available to the specified project.",
27070          "httpMethod": "GET",
27071          "id": "compute.sslCertificates.aggregatedList",
27072          "parameterOrder": [
27073            "project"
27074          ],
27075          "parameters": {
27076            "filter": {
27077              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
27078              "location": "query",
27079              "type": "string"
27080            },
27081            "includeAllScopes": {
27082              "description": "Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.",
27083              "location": "query",
27084              "type": "boolean"
27085            },
27086            "maxResults": {
27087              "default": "500",
27088              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
27089              "format": "uint32",
27090              "location": "query",
27091              "minimum": "0",
27092              "type": "integer"
27093            },
27094            "orderBy": {
27095              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
27096              "location": "query",
27097              "type": "string"
27098            },
27099            "pageToken": {
27100              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
27101              "location": "query",
27102              "type": "string"
27103            },
27104            "project": {
27105              "description": "Name of the project scoping this request.",
27106              "location": "path",
27107              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
27108              "required": true,
27109              "type": "string"
27110            },
27111            "returnPartialSuccess": {
27112              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
27113              "location": "query",
27114              "type": "boolean"
27115            }
27116          },
27117          "path": "projects/{project}/aggregated/sslCertificates",
27118          "response": {
27119            "$ref": "SslCertificateAggregatedList"
27120          },
27121          "scopes": [
27122            "https://www.googleapis.com/auth/cloud-platform",
27123            "https://www.googleapis.com/auth/compute",
27124            "https://www.googleapis.com/auth/compute.readonly"
27125          ]
27126        },
27127        "delete": {
27128          "description": "Deletes the specified SslCertificate resource.",
27129          "httpMethod": "DELETE",
27130          "id": "compute.sslCertificates.delete",
27131          "parameterOrder": [
27132            "project",
27133            "sslCertificate"
27134          ],
27135          "parameters": {
27136            "project": {
27137              "description": "Project ID for this request.",
27138              "location": "path",
27139              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
27140              "required": true,
27141              "type": "string"
27142            },
27143            "requestId": {
27144              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
27145              "location": "query",
27146              "type": "string"
27147            },
27148            "sslCertificate": {
27149              "description": "Name of the SslCertificate resource to delete.",
27150              "location": "path",
27151              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
27152              "required": true,
27153              "type": "string"
27154            }
27155          },
27156          "path": "projects/{project}/global/sslCertificates/{sslCertificate}",
27157          "response": {
27158            "$ref": "Operation"
27159          },
27160          "scopes": [
27161            "https://www.googleapis.com/auth/cloud-platform",
27162            "https://www.googleapis.com/auth/compute"
27163          ]
27164        },
27165        "get": {
27166          "description": "Returns the specified SslCertificate resource. Gets a list of available SSL certificates by making a list() request.",
27167          "httpMethod": "GET",
27168          "id": "compute.sslCertificates.get",
27169          "parameterOrder": [
27170            "project",
27171            "sslCertificate"
27172          ],
27173          "parameters": {
27174            "project": {
27175              "description": "Project ID for this request.",
27176              "location": "path",
27177              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
27178              "required": true,
27179              "type": "string"
27180            },
27181            "sslCertificate": {
27182              "description": "Name of the SslCertificate resource to return.",
27183              "location": "path",
27184              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
27185              "required": true,
27186              "type": "string"
27187            }
27188          },
27189          "path": "projects/{project}/global/sslCertificates/{sslCertificate}",
27190          "response": {
27191            "$ref": "SslCertificate"
27192          },
27193          "scopes": [
27194            "https://www.googleapis.com/auth/cloud-platform",
27195            "https://www.googleapis.com/auth/compute",
27196            "https://www.googleapis.com/auth/compute.readonly"
27197          ]
27198        },
27199        "insert": {
27200          "description": "Creates a SslCertificate resource in the specified project using the data included in the request.",
27201          "httpMethod": "POST",
27202          "id": "compute.sslCertificates.insert",
27203          "parameterOrder": [
27204            "project"
27205          ],
27206          "parameters": {
27207            "project": {
27208              "description": "Project ID for this request.",
27209              "location": "path",
27210              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
27211              "required": true,
27212              "type": "string"
27213            },
27214            "requestId": {
27215              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
27216              "location": "query",
27217              "type": "string"
27218            }
27219          },
27220          "path": "projects/{project}/global/sslCertificates",
27221          "request": {
27222            "$ref": "SslCertificate"
27223          },
27224          "response": {
27225            "$ref": "Operation"
27226          },
27227          "scopes": [
27228            "https://www.googleapis.com/auth/cloud-platform",
27229            "https://www.googleapis.com/auth/compute"
27230          ]
27231        },
27232        "list": {
27233          "description": "Retrieves the list of SslCertificate resources available to the specified project.",
27234          "httpMethod": "GET",
27235          "id": "compute.sslCertificates.list",
27236          "parameterOrder": [
27237            "project"
27238          ],
27239          "parameters": {
27240            "filter": {
27241              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
27242              "location": "query",
27243              "type": "string"
27244            },
27245            "maxResults": {
27246              "default": "500",
27247              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
27248              "format": "uint32",
27249              "location": "query",
27250              "minimum": "0",
27251              "type": "integer"
27252            },
27253            "orderBy": {
27254              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
27255              "location": "query",
27256              "type": "string"
27257            },
27258            "pageToken": {
27259              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
27260              "location": "query",
27261              "type": "string"
27262            },
27263            "project": {
27264              "description": "Project ID for this request.",
27265              "location": "path",
27266              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
27267              "required": true,
27268              "type": "string"
27269            },
27270            "returnPartialSuccess": {
27271              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
27272              "location": "query",
27273              "type": "boolean"
27274            }
27275          },
27276          "path": "projects/{project}/global/sslCertificates",
27277          "response": {
27278            "$ref": "SslCertificateList"
27279          },
27280          "scopes": [
27281            "https://www.googleapis.com/auth/cloud-platform",
27282            "https://www.googleapis.com/auth/compute",
27283            "https://www.googleapis.com/auth/compute.readonly"
27284          ]
27285        },
27286        "testIamPermissions": {
27287          "description": "Returns permissions that a caller has on the specified resource.",
27288          "httpMethod": "POST",
27289          "id": "compute.sslCertificates.testIamPermissions",
27290          "parameterOrder": [
27291            "project",
27292            "resource"
27293          ],
27294          "parameters": {
27295            "project": {
27296              "description": "Project ID for this request.",
27297              "location": "path",
27298              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
27299              "required": true,
27300              "type": "string"
27301            },
27302            "resource": {
27303              "description": "Name or id of the resource for this request.",
27304              "location": "path",
27305              "pattern": "[a-z](?:[-a-z0-9_]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
27306              "required": true,
27307              "type": "string"
27308            }
27309          },
27310          "path": "projects/{project}/global/sslCertificates/{resource}/testIamPermissions",
27311          "request": {
27312            "$ref": "TestPermissionsRequest"
27313          },
27314          "response": {
27315            "$ref": "TestPermissionsResponse"
27316          },
27317          "scopes": [
27318            "https://www.googleapis.com/auth/cloud-platform",
27319            "https://www.googleapis.com/auth/compute",
27320            "https://www.googleapis.com/auth/compute.readonly"
27321          ]
27322        }
27323      }
27324    },
27325    "sslPolicies": {
27326      "methods": {
27327        "delete": {
27328          "description": "Deletes the specified SSL policy. The SSL policy resource can be deleted only if it is not in use by any TargetHttpsProxy or TargetSslProxy resources.",
27329          "httpMethod": "DELETE",
27330          "id": "compute.sslPolicies.delete",
27331          "parameterOrder": [
27332            "project",
27333            "sslPolicy"
27334          ],
27335          "parameters": {
27336            "project": {
27337              "description": "Project ID for this request.",
27338              "location": "path",
27339              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
27340              "required": true,
27341              "type": "string"
27342            },
27343            "requestId": {
27344              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
27345              "location": "query",
27346              "type": "string"
27347            },
27348            "sslPolicy": {
27349              "description": "Name of the SSL policy to delete. The name must be 1-63 characters long, and comply with RFC1035.",
27350              "location": "path",
27351              "required": true,
27352              "type": "string"
27353            }
27354          },
27355          "path": "projects/{project}/global/sslPolicies/{sslPolicy}",
27356          "response": {
27357            "$ref": "Operation"
27358          },
27359          "scopes": [
27360            "https://www.googleapis.com/auth/cloud-platform",
27361            "https://www.googleapis.com/auth/compute"
27362          ]
27363        },
27364        "get": {
27365          "description": "Lists all of the ordered rules present in a single specified policy.",
27366          "httpMethod": "GET",
27367          "id": "compute.sslPolicies.get",
27368          "parameterOrder": [
27369            "project",
27370            "sslPolicy"
27371          ],
27372          "parameters": {
27373            "project": {
27374              "description": "Project ID for this request.",
27375              "location": "path",
27376              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
27377              "required": true,
27378              "type": "string"
27379            },
27380            "sslPolicy": {
27381              "description": "Name of the SSL policy to update. The name must be 1-63 characters long, and comply with RFC1035.",
27382              "location": "path",
27383              "required": true,
27384              "type": "string"
27385            }
27386          },
27387          "path": "projects/{project}/global/sslPolicies/{sslPolicy}",
27388          "response": {
27389            "$ref": "SslPolicy"
27390          },
27391          "scopes": [
27392            "https://www.googleapis.com/auth/cloud-platform",
27393            "https://www.googleapis.com/auth/compute",
27394            "https://www.googleapis.com/auth/compute.readonly"
27395          ]
27396        },
27397        "insert": {
27398          "description": "Returns the specified SSL policy resource. Gets a list of available SSL policies by making a list() request.",
27399          "httpMethod": "POST",
27400          "id": "compute.sslPolicies.insert",
27401          "parameterOrder": [
27402            "project"
27403          ],
27404          "parameters": {
27405            "project": {
27406              "description": "Project ID for this request.",
27407              "location": "path",
27408              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
27409              "required": true,
27410              "type": "string"
27411            },
27412            "requestId": {
27413              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
27414              "location": "query",
27415              "type": "string"
27416            }
27417          },
27418          "path": "projects/{project}/global/sslPolicies",
27419          "request": {
27420            "$ref": "SslPolicy"
27421          },
27422          "response": {
27423            "$ref": "Operation"
27424          },
27425          "scopes": [
27426            "https://www.googleapis.com/auth/cloud-platform",
27427            "https://www.googleapis.com/auth/compute"
27428          ]
27429        },
27430        "list": {
27431          "description": "Lists all the SSL policies that have been configured for the specified project.",
27432          "httpMethod": "GET",
27433          "id": "compute.sslPolicies.list",
27434          "parameterOrder": [
27435            "project"
27436          ],
27437          "parameters": {
27438            "filter": {
27439              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
27440              "location": "query",
27441              "type": "string"
27442            },
27443            "maxResults": {
27444              "default": "500",
27445              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
27446              "format": "uint32",
27447              "location": "query",
27448              "minimum": "0",
27449              "type": "integer"
27450            },
27451            "orderBy": {
27452              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
27453              "location": "query",
27454              "type": "string"
27455            },
27456            "pageToken": {
27457              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
27458              "location": "query",
27459              "type": "string"
27460            },
27461            "project": {
27462              "description": "Project ID for this request.",
27463              "location": "path",
27464              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
27465              "required": true,
27466              "type": "string"
27467            },
27468            "returnPartialSuccess": {
27469              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
27470              "location": "query",
27471              "type": "boolean"
27472            }
27473          },
27474          "path": "projects/{project}/global/sslPolicies",
27475          "response": {
27476            "$ref": "SslPoliciesList"
27477          },
27478          "scopes": [
27479            "https://www.googleapis.com/auth/cloud-platform",
27480            "https://www.googleapis.com/auth/compute",
27481            "https://www.googleapis.com/auth/compute.readonly"
27482          ]
27483        },
27484        "listAvailableFeatures": {
27485          "description": "Lists all features that can be specified in the SSL policy when using custom profile.",
27486          "httpMethod": "GET",
27487          "id": "compute.sslPolicies.listAvailableFeatures",
27488          "parameterOrder": [
27489            "project"
27490          ],
27491          "parameters": {
27492            "filter": {
27493              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
27494              "location": "query",
27495              "type": "string"
27496            },
27497            "maxResults": {
27498              "default": "500",
27499              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
27500              "format": "uint32",
27501              "location": "query",
27502              "minimum": "0",
27503              "type": "integer"
27504            },
27505            "orderBy": {
27506              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
27507              "location": "query",
27508              "type": "string"
27509            },
27510            "pageToken": {
27511              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
27512              "location": "query",
27513              "type": "string"
27514            },
27515            "project": {
27516              "description": "Project ID for this request.",
27517              "location": "path",
27518              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
27519              "required": true,
27520              "type": "string"
27521            },
27522            "returnPartialSuccess": {
27523              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
27524              "location": "query",
27525              "type": "boolean"
27526            }
27527          },
27528          "path": "projects/{project}/global/sslPolicies/listAvailableFeatures",
27529          "response": {
27530            "$ref": "SslPoliciesListAvailableFeaturesResponse"
27531          },
27532          "scopes": [
27533            "https://www.googleapis.com/auth/cloud-platform",
27534            "https://www.googleapis.com/auth/compute",
27535            "https://www.googleapis.com/auth/compute.readonly"
27536          ]
27537        },
27538        "patch": {
27539          "description": "Patches the specified SSL policy with the data included in the request.",
27540          "httpMethod": "PATCH",
27541          "id": "compute.sslPolicies.patch",
27542          "parameterOrder": [
27543            "project",
27544            "sslPolicy"
27545          ],
27546          "parameters": {
27547            "project": {
27548              "description": "Project ID for this request.",
27549              "location": "path",
27550              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
27551              "required": true,
27552              "type": "string"
27553            },
27554            "requestId": {
27555              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
27556              "location": "query",
27557              "type": "string"
27558            },
27559            "sslPolicy": {
27560              "description": "Name of the SSL policy to update. The name must be 1-63 characters long, and comply with RFC1035.",
27561              "location": "path",
27562              "required": true,
27563              "type": "string"
27564            }
27565          },
27566          "path": "projects/{project}/global/sslPolicies/{sslPolicy}",
27567          "request": {
27568            "$ref": "SslPolicy"
27569          },
27570          "response": {
27571            "$ref": "Operation"
27572          },
27573          "scopes": [
27574            "https://www.googleapis.com/auth/cloud-platform",
27575            "https://www.googleapis.com/auth/compute"
27576          ]
27577        },
27578        "testIamPermissions": {
27579          "description": "Returns permissions that a caller has on the specified resource.",
27580          "httpMethod": "POST",
27581          "id": "compute.sslPolicies.testIamPermissions",
27582          "parameterOrder": [
27583            "project",
27584            "resource"
27585          ],
27586          "parameters": {
27587            "project": {
27588              "description": "Project ID for this request.",
27589              "location": "path",
27590              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
27591              "required": true,
27592              "type": "string"
27593            },
27594            "resource": {
27595              "description": "Name or id of the resource for this request.",
27596              "location": "path",
27597              "pattern": "[a-z](?:[-a-z0-9_]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
27598              "required": true,
27599              "type": "string"
27600            }
27601          },
27602          "path": "projects/{project}/global/sslPolicies/{resource}/testIamPermissions",
27603          "request": {
27604            "$ref": "TestPermissionsRequest"
27605          },
27606          "response": {
27607            "$ref": "TestPermissionsResponse"
27608          },
27609          "scopes": [
27610            "https://www.googleapis.com/auth/cloud-platform",
27611            "https://www.googleapis.com/auth/compute",
27612            "https://www.googleapis.com/auth/compute.readonly"
27613          ]
27614        }
27615      }
27616    },
27617    "subnetworks": {
27618      "methods": {
27619        "aggregatedList": {
27620          "description": "Retrieves an aggregated list of subnetworks.",
27621          "httpMethod": "GET",
27622          "id": "compute.subnetworks.aggregatedList",
27623          "parameterOrder": [
27624            "project"
27625          ],
27626          "parameters": {
27627            "filter": {
27628              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
27629              "location": "query",
27630              "type": "string"
27631            },
27632            "includeAllScopes": {
27633              "description": "Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.",
27634              "location": "query",
27635              "type": "boolean"
27636            },
27637            "maxResults": {
27638              "default": "500",
27639              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
27640              "format": "uint32",
27641              "location": "query",
27642              "minimum": "0",
27643              "type": "integer"
27644            },
27645            "orderBy": {
27646              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
27647              "location": "query",
27648              "type": "string"
27649            },
27650            "pageToken": {
27651              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
27652              "location": "query",
27653              "type": "string"
27654            },
27655            "project": {
27656              "description": "Project ID for this request.",
27657              "location": "path",
27658              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
27659              "required": true,
27660              "type": "string"
27661            },
27662            "returnPartialSuccess": {
27663              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
27664              "location": "query",
27665              "type": "boolean"
27666            }
27667          },
27668          "path": "projects/{project}/aggregated/subnetworks",
27669          "response": {
27670            "$ref": "SubnetworkAggregatedList"
27671          },
27672          "scopes": [
27673            "https://www.googleapis.com/auth/cloud-platform",
27674            "https://www.googleapis.com/auth/compute",
27675            "https://www.googleapis.com/auth/compute.readonly"
27676          ]
27677        },
27678        "delete": {
27679          "description": "Deletes the specified subnetwork.",
27680          "httpMethod": "DELETE",
27681          "id": "compute.subnetworks.delete",
27682          "parameterOrder": [
27683            "project",
27684            "region",
27685            "subnetwork"
27686          ],
27687          "parameters": {
27688            "project": {
27689              "description": "Project ID for this request.",
27690              "location": "path",
27691              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
27692              "required": true,
27693              "type": "string"
27694            },
27695            "region": {
27696              "description": "Name of the region scoping this request.",
27697              "location": "path",
27698              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
27699              "required": true,
27700              "type": "string"
27701            },
27702            "requestId": {
27703              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
27704              "location": "query",
27705              "type": "string"
27706            },
27707            "subnetwork": {
27708              "description": "Name of the Subnetwork resource to delete.",
27709              "location": "path",
27710              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
27711              "required": true,
27712              "type": "string"
27713            }
27714          },
27715          "path": "projects/{project}/regions/{region}/subnetworks/{subnetwork}",
27716          "response": {
27717            "$ref": "Operation"
27718          },
27719          "scopes": [
27720            "https://www.googleapis.com/auth/cloud-platform",
27721            "https://www.googleapis.com/auth/compute"
27722          ]
27723        },
27724        "expandIpCidrRange": {
27725          "description": "Expands the IP CIDR range of the subnetwork to a specified value.",
27726          "httpMethod": "POST",
27727          "id": "compute.subnetworks.expandIpCidrRange",
27728          "parameterOrder": [
27729            "project",
27730            "region",
27731            "subnetwork"
27732          ],
27733          "parameters": {
27734            "project": {
27735              "description": "Project ID for this request.",
27736              "location": "path",
27737              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
27738              "required": true,
27739              "type": "string"
27740            },
27741            "region": {
27742              "description": "Name of the region scoping this request.",
27743              "location": "path",
27744              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
27745              "required": true,
27746              "type": "string"
27747            },
27748            "requestId": {
27749              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
27750              "location": "query",
27751              "type": "string"
27752            },
27753            "subnetwork": {
27754              "description": "Name of the Subnetwork resource to update.",
27755              "location": "path",
27756              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
27757              "required": true,
27758              "type": "string"
27759            }
27760          },
27761          "path": "projects/{project}/regions/{region}/subnetworks/{subnetwork}/expandIpCidrRange",
27762          "request": {
27763            "$ref": "SubnetworksExpandIpCidrRangeRequest"
27764          },
27765          "response": {
27766            "$ref": "Operation"
27767          },
27768          "scopes": [
27769            "https://www.googleapis.com/auth/cloud-platform",
27770            "https://www.googleapis.com/auth/compute"
27771          ]
27772        },
27773        "get": {
27774          "description": "Returns the specified subnetwork. Gets a list of available subnetworks list() request.",
27775          "httpMethod": "GET",
27776          "id": "compute.subnetworks.get",
27777          "parameterOrder": [
27778            "project",
27779            "region",
27780            "subnetwork"
27781          ],
27782          "parameters": {
27783            "project": {
27784              "description": "Project ID for this request.",
27785              "location": "path",
27786              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
27787              "required": true,
27788              "type": "string"
27789            },
27790            "region": {
27791              "description": "Name of the region scoping this request.",
27792              "location": "path",
27793              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
27794              "required": true,
27795              "type": "string"
27796            },
27797            "subnetwork": {
27798              "description": "Name of the Subnetwork resource to return.",
27799              "location": "path",
27800              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
27801              "required": true,
27802              "type": "string"
27803            }
27804          },
27805          "path": "projects/{project}/regions/{region}/subnetworks/{subnetwork}",
27806          "response": {
27807            "$ref": "Subnetwork"
27808          },
27809          "scopes": [
27810            "https://www.googleapis.com/auth/cloud-platform",
27811            "https://www.googleapis.com/auth/compute",
27812            "https://www.googleapis.com/auth/compute.readonly"
27813          ]
27814        },
27815        "getIamPolicy": {
27816          "description": "Gets the access control policy for a resource. May be empty if no such policy or resource exists.",
27817          "httpMethod": "GET",
27818          "id": "compute.subnetworks.getIamPolicy",
27819          "parameterOrder": [
27820            "project",
27821            "region",
27822            "resource"
27823          ],
27824          "parameters": {
27825            "optionsRequestedPolicyVersion": {
27826              "description": "Requested IAM Policy version.",
27827              "format": "int32",
27828              "location": "query",
27829              "type": "integer"
27830            },
27831            "project": {
27832              "description": "Project ID for this request.",
27833              "location": "path",
27834              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
27835              "required": true,
27836              "type": "string"
27837            },
27838            "region": {
27839              "description": "The name of the region for this request.",
27840              "location": "path",
27841              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
27842              "required": true,
27843              "type": "string"
27844            },
27845            "resource": {
27846              "description": "Name or id of the resource for this request.",
27847              "location": "path",
27848              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
27849              "required": true,
27850              "type": "string"
27851            }
27852          },
27853          "path": "projects/{project}/regions/{region}/subnetworks/{resource}/getIamPolicy",
27854          "response": {
27855            "$ref": "Policy"
27856          },
27857          "scopes": [
27858            "https://www.googleapis.com/auth/cloud-platform",
27859            "https://www.googleapis.com/auth/compute",
27860            "https://www.googleapis.com/auth/compute.readonly"
27861          ]
27862        },
27863        "insert": {
27864          "description": "Creates a subnetwork in the specified project using the data included in the request.",
27865          "httpMethod": "POST",
27866          "id": "compute.subnetworks.insert",
27867          "parameterOrder": [
27868            "project",
27869            "region"
27870          ],
27871          "parameters": {
27872            "project": {
27873              "description": "Project ID for this request.",
27874              "location": "path",
27875              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
27876              "required": true,
27877              "type": "string"
27878            },
27879            "region": {
27880              "description": "Name of the region scoping this request.",
27881              "location": "path",
27882              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
27883              "required": true,
27884              "type": "string"
27885            },
27886            "requestId": {
27887              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
27888              "location": "query",
27889              "type": "string"
27890            }
27891          },
27892          "path": "projects/{project}/regions/{region}/subnetworks",
27893          "request": {
27894            "$ref": "Subnetwork"
27895          },
27896          "response": {
27897            "$ref": "Operation"
27898          },
27899          "scopes": [
27900            "https://www.googleapis.com/auth/cloud-platform",
27901            "https://www.googleapis.com/auth/compute"
27902          ]
27903        },
27904        "list": {
27905          "description": "Retrieves a list of subnetworks available to the specified project.",
27906          "httpMethod": "GET",
27907          "id": "compute.subnetworks.list",
27908          "parameterOrder": [
27909            "project",
27910            "region"
27911          ],
27912          "parameters": {
27913            "filter": {
27914              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
27915              "location": "query",
27916              "type": "string"
27917            },
27918            "maxResults": {
27919              "default": "500",
27920              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
27921              "format": "uint32",
27922              "location": "query",
27923              "minimum": "0",
27924              "type": "integer"
27925            },
27926            "orderBy": {
27927              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
27928              "location": "query",
27929              "type": "string"
27930            },
27931            "pageToken": {
27932              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
27933              "location": "query",
27934              "type": "string"
27935            },
27936            "project": {
27937              "description": "Project ID for this request.",
27938              "location": "path",
27939              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
27940              "required": true,
27941              "type": "string"
27942            },
27943            "region": {
27944              "description": "Name of the region scoping this request.",
27945              "location": "path",
27946              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
27947              "required": true,
27948              "type": "string"
27949            },
27950            "returnPartialSuccess": {
27951              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
27952              "location": "query",
27953              "type": "boolean"
27954            }
27955          },
27956          "path": "projects/{project}/regions/{region}/subnetworks",
27957          "response": {
27958            "$ref": "SubnetworkList"
27959          },
27960          "scopes": [
27961            "https://www.googleapis.com/auth/cloud-platform",
27962            "https://www.googleapis.com/auth/compute",
27963            "https://www.googleapis.com/auth/compute.readonly"
27964          ]
27965        },
27966        "listUsable": {
27967          "description": "Retrieves an aggregated list of all usable subnetworks in the project.",
27968          "httpMethod": "GET",
27969          "id": "compute.subnetworks.listUsable",
27970          "parameterOrder": [
27971            "project"
27972          ],
27973          "parameters": {
27974            "filter": {
27975              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
27976              "location": "query",
27977              "type": "string"
27978            },
27979            "maxResults": {
27980              "default": "500",
27981              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
27982              "format": "uint32",
27983              "location": "query",
27984              "minimum": "0",
27985              "type": "integer"
27986            },
27987            "orderBy": {
27988              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
27989              "location": "query",
27990              "type": "string"
27991            },
27992            "pageToken": {
27993              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
27994              "location": "query",
27995              "type": "string"
27996            },
27997            "project": {
27998              "description": "Project ID for this request.",
27999              "location": "path",
28000              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
28001              "required": true,
28002              "type": "string"
28003            },
28004            "returnPartialSuccess": {
28005              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
28006              "location": "query",
28007              "type": "boolean"
28008            }
28009          },
28010          "path": "projects/{project}/aggregated/subnetworks/listUsable",
28011          "response": {
28012            "$ref": "UsableSubnetworksAggregatedList"
28013          },
28014          "scopes": [
28015            "https://www.googleapis.com/auth/cloud-platform",
28016            "https://www.googleapis.com/auth/compute",
28017            "https://www.googleapis.com/auth/compute.readonly"
28018          ]
28019        },
28020        "patch": {
28021          "description": "Patches the specified subnetwork with the data included in the request. Only certain fields can be updated with a patch request as indicated in the field descriptions. You must specify the current fingerprint of the subnetwork resource being patched.",
28022          "httpMethod": "PATCH",
28023          "id": "compute.subnetworks.patch",
28024          "parameterOrder": [
28025            "project",
28026            "region",
28027            "subnetwork"
28028          ],
28029          "parameters": {
28030            "drainTimeoutSeconds": {
28031              "description": "The drain timeout specifies the upper bound in seconds on the amount of time allowed to drain connections from the current ACTIVE subnetwork to the current BACKUP subnetwork. The drain timeout is only applicable when the following conditions are true: - the subnetwork being patched has purpose = INTERNAL_HTTPS_LOAD_BALANCER - the subnetwork being patched has role = BACKUP - the patch request is setting the role to ACTIVE. Note that after this patch operation the roles of the ACTIVE and BACKUP subnetworks will be swapped.",
28032              "format": "int32",
28033              "location": "query",
28034              "type": "integer"
28035            },
28036            "project": {
28037              "description": "Project ID for this request.",
28038              "location": "path",
28039              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
28040              "required": true,
28041              "type": "string"
28042            },
28043            "region": {
28044              "description": "Name of the region scoping this request.",
28045              "location": "path",
28046              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
28047              "required": true,
28048              "type": "string"
28049            },
28050            "requestId": {
28051              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
28052              "location": "query",
28053              "type": "string"
28054            },
28055            "subnetwork": {
28056              "description": "Name of the Subnetwork resource to patch.",
28057              "location": "path",
28058              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
28059              "required": true,
28060              "type": "string"
28061            }
28062          },
28063          "path": "projects/{project}/regions/{region}/subnetworks/{subnetwork}",
28064          "request": {
28065            "$ref": "Subnetwork"
28066          },
28067          "response": {
28068            "$ref": "Operation"
28069          },
28070          "scopes": [
28071            "https://www.googleapis.com/auth/cloud-platform",
28072            "https://www.googleapis.com/auth/compute"
28073          ]
28074        },
28075        "setIamPolicy": {
28076          "description": "Sets the access control policy on the specified resource. Replaces any existing policy.",
28077          "httpMethod": "POST",
28078          "id": "compute.subnetworks.setIamPolicy",
28079          "parameterOrder": [
28080            "project",
28081            "region",
28082            "resource"
28083          ],
28084          "parameters": {
28085            "project": {
28086              "description": "Project ID for this request.",
28087              "location": "path",
28088              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
28089              "required": true,
28090              "type": "string"
28091            },
28092            "region": {
28093              "description": "The name of the region for this request.",
28094              "location": "path",
28095              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
28096              "required": true,
28097              "type": "string"
28098            },
28099            "resource": {
28100              "description": "Name or id of the resource for this request.",
28101              "location": "path",
28102              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
28103              "required": true,
28104              "type": "string"
28105            }
28106          },
28107          "path": "projects/{project}/regions/{region}/subnetworks/{resource}/setIamPolicy",
28108          "request": {
28109            "$ref": "RegionSetPolicyRequest"
28110          },
28111          "response": {
28112            "$ref": "Policy"
28113          },
28114          "scopes": [
28115            "https://www.googleapis.com/auth/cloud-platform",
28116            "https://www.googleapis.com/auth/compute"
28117          ]
28118        },
28119        "setPrivateIpGoogleAccess": {
28120          "description": "Set whether VMs in this subnet can access Google services without assigning external IP addresses through Private Google Access.",
28121          "httpMethod": "POST",
28122          "id": "compute.subnetworks.setPrivateIpGoogleAccess",
28123          "parameterOrder": [
28124            "project",
28125            "region",
28126            "subnetwork"
28127          ],
28128          "parameters": {
28129            "project": {
28130              "description": "Project ID for this request.",
28131              "location": "path",
28132              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
28133              "required": true,
28134              "type": "string"
28135            },
28136            "region": {
28137              "description": "Name of the region scoping this request.",
28138              "location": "path",
28139              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
28140              "required": true,
28141              "type": "string"
28142            },
28143            "requestId": {
28144              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
28145              "location": "query",
28146              "type": "string"
28147            },
28148            "subnetwork": {
28149              "description": "Name of the Subnetwork resource.",
28150              "location": "path",
28151              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
28152              "required": true,
28153              "type": "string"
28154            }
28155          },
28156          "path": "projects/{project}/regions/{region}/subnetworks/{subnetwork}/setPrivateIpGoogleAccess",
28157          "request": {
28158            "$ref": "SubnetworksSetPrivateIpGoogleAccessRequest"
28159          },
28160          "response": {
28161            "$ref": "Operation"
28162          },
28163          "scopes": [
28164            "https://www.googleapis.com/auth/cloud-platform",
28165            "https://www.googleapis.com/auth/compute"
28166          ]
28167        },
28168        "testIamPermissions": {
28169          "description": "Returns permissions that a caller has on the specified resource.",
28170          "httpMethod": "POST",
28171          "id": "compute.subnetworks.testIamPermissions",
28172          "parameterOrder": [
28173            "project",
28174            "region",
28175            "resource"
28176          ],
28177          "parameters": {
28178            "project": {
28179              "description": "Project ID for this request.",
28180              "location": "path",
28181              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
28182              "required": true,
28183              "type": "string"
28184            },
28185            "region": {
28186              "description": "The name of the region for this request.",
28187              "location": "path",
28188              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
28189              "required": true,
28190              "type": "string"
28191            },
28192            "resource": {
28193              "description": "Name or id of the resource for this request.",
28194              "location": "path",
28195              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
28196              "required": true,
28197              "type": "string"
28198            }
28199          },
28200          "path": "projects/{project}/regions/{region}/subnetworks/{resource}/testIamPermissions",
28201          "request": {
28202            "$ref": "TestPermissionsRequest"
28203          },
28204          "response": {
28205            "$ref": "TestPermissionsResponse"
28206          },
28207          "scopes": [
28208            "https://www.googleapis.com/auth/cloud-platform",
28209            "https://www.googleapis.com/auth/compute",
28210            "https://www.googleapis.com/auth/compute.readonly"
28211          ]
28212        }
28213      }
28214    },
28215    "targetGrpcProxies": {
28216      "methods": {
28217        "delete": {
28218          "description": "Deletes the specified TargetGrpcProxy in the given scope",
28219          "httpMethod": "DELETE",
28220          "id": "compute.targetGrpcProxies.delete",
28221          "parameterOrder": [
28222            "project",
28223            "targetGrpcProxy"
28224          ],
28225          "parameters": {
28226            "project": {
28227              "description": "Project ID for this request.",
28228              "location": "path",
28229              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
28230              "required": true,
28231              "type": "string"
28232            },
28233            "requestId": {
28234              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
28235              "location": "query",
28236              "type": "string"
28237            },
28238            "targetGrpcProxy": {
28239              "description": "Name of the TargetGrpcProxy resource to delete.",
28240              "location": "path",
28241              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
28242              "required": true,
28243              "type": "string"
28244            }
28245          },
28246          "path": "projects/{project}/global/targetGrpcProxies/{targetGrpcProxy}",
28247          "response": {
28248            "$ref": "Operation"
28249          },
28250          "scopes": [
28251            "https://www.googleapis.com/auth/cloud-platform",
28252            "https://www.googleapis.com/auth/compute"
28253          ]
28254        },
28255        "get": {
28256          "description": "Returns the specified TargetGrpcProxy resource in the given scope.",
28257          "httpMethod": "GET",
28258          "id": "compute.targetGrpcProxies.get",
28259          "parameterOrder": [
28260            "project",
28261            "targetGrpcProxy"
28262          ],
28263          "parameters": {
28264            "project": {
28265              "description": "Project ID for this request.",
28266              "location": "path",
28267              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
28268              "required": true,
28269              "type": "string"
28270            },
28271            "targetGrpcProxy": {
28272              "description": "Name of the TargetGrpcProxy resource to return.",
28273              "location": "path",
28274              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
28275              "required": true,
28276              "type": "string"
28277            }
28278          },
28279          "path": "projects/{project}/global/targetGrpcProxies/{targetGrpcProxy}",
28280          "response": {
28281            "$ref": "TargetGrpcProxy"
28282          },
28283          "scopes": [
28284            "https://www.googleapis.com/auth/cloud-platform",
28285            "https://www.googleapis.com/auth/compute",
28286            "https://www.googleapis.com/auth/compute.readonly"
28287          ]
28288        },
28289        "insert": {
28290          "description": "Creates a TargetGrpcProxy in the specified project in the given scope using the parameters that are included in the request.",
28291          "httpMethod": "POST",
28292          "id": "compute.targetGrpcProxies.insert",
28293          "parameterOrder": [
28294            "project"
28295          ],
28296          "parameters": {
28297            "project": {
28298              "description": "Project ID for this request.",
28299              "location": "path",
28300              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
28301              "required": true,
28302              "type": "string"
28303            },
28304            "requestId": {
28305              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
28306              "location": "query",
28307              "type": "string"
28308            }
28309          },
28310          "path": "projects/{project}/global/targetGrpcProxies",
28311          "request": {
28312            "$ref": "TargetGrpcProxy"
28313          },
28314          "response": {
28315            "$ref": "Operation"
28316          },
28317          "scopes": [
28318            "https://www.googleapis.com/auth/cloud-platform",
28319            "https://www.googleapis.com/auth/compute"
28320          ]
28321        },
28322        "list": {
28323          "description": "Lists the TargetGrpcProxies for a project in the given scope.",
28324          "httpMethod": "GET",
28325          "id": "compute.targetGrpcProxies.list",
28326          "parameterOrder": [
28327            "project"
28328          ],
28329          "parameters": {
28330            "filter": {
28331              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
28332              "location": "query",
28333              "type": "string"
28334            },
28335            "maxResults": {
28336              "default": "500",
28337              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
28338              "format": "uint32",
28339              "location": "query",
28340              "minimum": "0",
28341              "type": "integer"
28342            },
28343            "orderBy": {
28344              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
28345              "location": "query",
28346              "type": "string"
28347            },
28348            "pageToken": {
28349              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
28350              "location": "query",
28351              "type": "string"
28352            },
28353            "project": {
28354              "description": "Project ID for this request.",
28355              "location": "path",
28356              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
28357              "required": true,
28358              "type": "string"
28359            },
28360            "returnPartialSuccess": {
28361              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
28362              "location": "query",
28363              "type": "boolean"
28364            }
28365          },
28366          "path": "projects/{project}/global/targetGrpcProxies",
28367          "response": {
28368            "$ref": "TargetGrpcProxyList"
28369          },
28370          "scopes": [
28371            "https://www.googleapis.com/auth/cloud-platform",
28372            "https://www.googleapis.com/auth/compute",
28373            "https://www.googleapis.com/auth/compute.readonly"
28374          ]
28375        },
28376        "patch": {
28377          "description": "Patches the specified TargetGrpcProxy resource with the data included in the request. This method supports PATCH semantics and uses JSON merge patch format and processing rules.",
28378          "httpMethod": "PATCH",
28379          "id": "compute.targetGrpcProxies.patch",
28380          "parameterOrder": [
28381            "project",
28382            "targetGrpcProxy"
28383          ],
28384          "parameters": {
28385            "project": {
28386              "description": "Project ID for this request.",
28387              "location": "path",
28388              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
28389              "required": true,
28390              "type": "string"
28391            },
28392            "requestId": {
28393              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
28394              "location": "query",
28395              "type": "string"
28396            },
28397            "targetGrpcProxy": {
28398              "description": "Name of the TargetGrpcProxy resource to patch.",
28399              "location": "path",
28400              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
28401              "required": true,
28402              "type": "string"
28403            }
28404          },
28405          "path": "projects/{project}/global/targetGrpcProxies/{targetGrpcProxy}",
28406          "request": {
28407            "$ref": "TargetGrpcProxy"
28408          },
28409          "response": {
28410            "$ref": "Operation"
28411          },
28412          "scopes": [
28413            "https://www.googleapis.com/auth/cloud-platform",
28414            "https://www.googleapis.com/auth/compute"
28415          ]
28416        },
28417        "testIamPermissions": {
28418          "description": "Returns permissions that a caller has on the specified resource.",
28419          "httpMethod": "POST",
28420          "id": "compute.targetGrpcProxies.testIamPermissions",
28421          "parameterOrder": [
28422            "project",
28423            "resource"
28424          ],
28425          "parameters": {
28426            "project": {
28427              "description": "Project ID for this request.",
28428              "location": "path",
28429              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
28430              "required": true,
28431              "type": "string"
28432            },
28433            "resource": {
28434              "description": "Name or id of the resource for this request.",
28435              "location": "path",
28436              "pattern": "[a-z](?:[-a-z0-9_]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
28437              "required": true,
28438              "type": "string"
28439            }
28440          },
28441          "path": "projects/{project}/global/targetGrpcProxies/{resource}/testIamPermissions",
28442          "request": {
28443            "$ref": "TestPermissionsRequest"
28444          },
28445          "response": {
28446            "$ref": "TestPermissionsResponse"
28447          },
28448          "scopes": [
28449            "https://www.googleapis.com/auth/cloud-platform",
28450            "https://www.googleapis.com/auth/compute",
28451            "https://www.googleapis.com/auth/compute.readonly"
28452          ]
28453        }
28454      }
28455    },
28456    "targetHttpProxies": {
28457      "methods": {
28458        "aggregatedList": {
28459          "description": "Retrieves the list of all TargetHttpProxy resources, regional and global, available to the specified project.",
28460          "httpMethod": "GET",
28461          "id": "compute.targetHttpProxies.aggregatedList",
28462          "parameterOrder": [
28463            "project"
28464          ],
28465          "parameters": {
28466            "filter": {
28467              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
28468              "location": "query",
28469              "type": "string"
28470            },
28471            "includeAllScopes": {
28472              "description": "Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.",
28473              "location": "query",
28474              "type": "boolean"
28475            },
28476            "maxResults": {
28477              "default": "500",
28478              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
28479              "format": "uint32",
28480              "location": "query",
28481              "minimum": "0",
28482              "type": "integer"
28483            },
28484            "orderBy": {
28485              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
28486              "location": "query",
28487              "type": "string"
28488            },
28489            "pageToken": {
28490              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
28491              "location": "query",
28492              "type": "string"
28493            },
28494            "project": {
28495              "description": "Name of the project scoping this request.",
28496              "location": "path",
28497              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
28498              "required": true,
28499              "type": "string"
28500            },
28501            "returnPartialSuccess": {
28502              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
28503              "location": "query",
28504              "type": "boolean"
28505            }
28506          },
28507          "path": "projects/{project}/aggregated/targetHttpProxies",
28508          "response": {
28509            "$ref": "TargetHttpProxyAggregatedList"
28510          },
28511          "scopes": [
28512            "https://www.googleapis.com/auth/cloud-platform",
28513            "https://www.googleapis.com/auth/compute",
28514            "https://www.googleapis.com/auth/compute.readonly"
28515          ]
28516        },
28517        "delete": {
28518          "description": "Deletes the specified TargetHttpProxy resource.",
28519          "httpMethod": "DELETE",
28520          "id": "compute.targetHttpProxies.delete",
28521          "parameterOrder": [
28522            "project",
28523            "targetHttpProxy"
28524          ],
28525          "parameters": {
28526            "project": {
28527              "description": "Project ID for this request.",
28528              "location": "path",
28529              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
28530              "required": true,
28531              "type": "string"
28532            },
28533            "requestId": {
28534              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
28535              "location": "query",
28536              "type": "string"
28537            },
28538            "targetHttpProxy": {
28539              "description": "Name of the TargetHttpProxy resource to delete.",
28540              "location": "path",
28541              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
28542              "required": true,
28543              "type": "string"
28544            }
28545          },
28546          "path": "projects/{project}/global/targetHttpProxies/{targetHttpProxy}",
28547          "response": {
28548            "$ref": "Operation"
28549          },
28550          "scopes": [
28551            "https://www.googleapis.com/auth/cloud-platform",
28552            "https://www.googleapis.com/auth/compute"
28553          ]
28554        },
28555        "get": {
28556          "description": "Returns the specified TargetHttpProxy resource. Gets a list of available target HTTP proxies by making a list() request.",
28557          "httpMethod": "GET",
28558          "id": "compute.targetHttpProxies.get",
28559          "parameterOrder": [
28560            "project",
28561            "targetHttpProxy"
28562          ],
28563          "parameters": {
28564            "project": {
28565              "description": "Project ID for this request.",
28566              "location": "path",
28567              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
28568              "required": true,
28569              "type": "string"
28570            },
28571            "targetHttpProxy": {
28572              "description": "Name of the TargetHttpProxy resource to return.",
28573              "location": "path",
28574              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
28575              "required": true,
28576              "type": "string"
28577            }
28578          },
28579          "path": "projects/{project}/global/targetHttpProxies/{targetHttpProxy}",
28580          "response": {
28581            "$ref": "TargetHttpProxy"
28582          },
28583          "scopes": [
28584            "https://www.googleapis.com/auth/cloud-platform",
28585            "https://www.googleapis.com/auth/compute",
28586            "https://www.googleapis.com/auth/compute.readonly"
28587          ]
28588        },
28589        "insert": {
28590          "description": "Creates a TargetHttpProxy resource in the specified project using the data included in the request.",
28591          "httpMethod": "POST",
28592          "id": "compute.targetHttpProxies.insert",
28593          "parameterOrder": [
28594            "project"
28595          ],
28596          "parameters": {
28597            "project": {
28598              "description": "Project ID for this request.",
28599              "location": "path",
28600              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
28601              "required": true,
28602              "type": "string"
28603            },
28604            "requestId": {
28605              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
28606              "location": "query",
28607              "type": "string"
28608            }
28609          },
28610          "path": "projects/{project}/global/targetHttpProxies",
28611          "request": {
28612            "$ref": "TargetHttpProxy"
28613          },
28614          "response": {
28615            "$ref": "Operation"
28616          },
28617          "scopes": [
28618            "https://www.googleapis.com/auth/cloud-platform",
28619            "https://www.googleapis.com/auth/compute"
28620          ]
28621        },
28622        "list": {
28623          "description": "Retrieves the list of TargetHttpProxy resources available to the specified project.",
28624          "httpMethod": "GET",
28625          "id": "compute.targetHttpProxies.list",
28626          "parameterOrder": [
28627            "project"
28628          ],
28629          "parameters": {
28630            "filter": {
28631              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
28632              "location": "query",
28633              "type": "string"
28634            },
28635            "maxResults": {
28636              "default": "500",
28637              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
28638              "format": "uint32",
28639              "location": "query",
28640              "minimum": "0",
28641              "type": "integer"
28642            },
28643            "orderBy": {
28644              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
28645              "location": "query",
28646              "type": "string"
28647            },
28648            "pageToken": {
28649              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
28650              "location": "query",
28651              "type": "string"
28652            },
28653            "project": {
28654              "description": "Project ID for this request.",
28655              "location": "path",
28656              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
28657              "required": true,
28658              "type": "string"
28659            },
28660            "returnPartialSuccess": {
28661              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
28662              "location": "query",
28663              "type": "boolean"
28664            }
28665          },
28666          "path": "projects/{project}/global/targetHttpProxies",
28667          "response": {
28668            "$ref": "TargetHttpProxyList"
28669          },
28670          "scopes": [
28671            "https://www.googleapis.com/auth/cloud-platform",
28672            "https://www.googleapis.com/auth/compute",
28673            "https://www.googleapis.com/auth/compute.readonly"
28674          ]
28675        },
28676        "patch": {
28677          "description": "Patches the specified TargetHttpProxy resource with the data included in the request. This method supports PATCH semantics and uses JSON merge patch format and processing rules. (== suppress_warning http-rest-shadowed ==)",
28678          "httpMethod": "PATCH",
28679          "id": "compute.targetHttpProxies.patch",
28680          "parameterOrder": [
28681            "project",
28682            "targetHttpProxy"
28683          ],
28684          "parameters": {
28685            "project": {
28686              "description": "Project ID for this request.",
28687              "location": "path",
28688              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
28689              "required": true,
28690              "type": "string"
28691            },
28692            "requestId": {
28693              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
28694              "location": "query",
28695              "type": "string"
28696            },
28697            "targetHttpProxy": {
28698              "description": "Name of the TargetHttpProxy resource to patch.",
28699              "location": "path",
28700              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
28701              "required": true,
28702              "type": "string"
28703            }
28704          },
28705          "path": "projects/{project}/global/targetHttpProxies/{targetHttpProxy}",
28706          "request": {
28707            "$ref": "TargetHttpProxy"
28708          },
28709          "response": {
28710            "$ref": "Operation"
28711          },
28712          "scopes": [
28713            "https://www.googleapis.com/auth/cloud-platform",
28714            "https://www.googleapis.com/auth/compute"
28715          ]
28716        },
28717        "setUrlMap": {
28718          "description": "Changes the URL map for TargetHttpProxy.",
28719          "httpMethod": "POST",
28720          "id": "compute.targetHttpProxies.setUrlMap",
28721          "parameterOrder": [
28722            "project",
28723            "targetHttpProxy"
28724          ],
28725          "parameters": {
28726            "project": {
28727              "description": "Project ID for this request.",
28728              "location": "path",
28729              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
28730              "required": true,
28731              "type": "string"
28732            },
28733            "requestId": {
28734              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
28735              "location": "query",
28736              "type": "string"
28737            },
28738            "targetHttpProxy": {
28739              "description": "Name of the TargetHttpProxy to set a URL map for.",
28740              "location": "path",
28741              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
28742              "required": true,
28743              "type": "string"
28744            }
28745          },
28746          "path": "projects/{project}/targetHttpProxies/{targetHttpProxy}/setUrlMap",
28747          "request": {
28748            "$ref": "UrlMapReference"
28749          },
28750          "response": {
28751            "$ref": "Operation"
28752          },
28753          "scopes": [
28754            "https://www.googleapis.com/auth/cloud-platform",
28755            "https://www.googleapis.com/auth/compute"
28756          ]
28757        },
28758        "testIamPermissions": {
28759          "description": "Returns permissions that a caller has on the specified resource.",
28760          "httpMethod": "POST",
28761          "id": "compute.targetHttpProxies.testIamPermissions",
28762          "parameterOrder": [
28763            "project",
28764            "resource"
28765          ],
28766          "parameters": {
28767            "project": {
28768              "description": "Project ID for this request.",
28769              "location": "path",
28770              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
28771              "required": true,
28772              "type": "string"
28773            },
28774            "resource": {
28775              "description": "Name or id of the resource for this request.",
28776              "location": "path",
28777              "pattern": "[a-z](?:[-a-z0-9_]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
28778              "required": true,
28779              "type": "string"
28780            }
28781          },
28782          "path": "projects/{project}/global/targetHttpProxies/{resource}/testIamPermissions",
28783          "request": {
28784            "$ref": "TestPermissionsRequest"
28785          },
28786          "response": {
28787            "$ref": "TestPermissionsResponse"
28788          },
28789          "scopes": [
28790            "https://www.googleapis.com/auth/cloud-platform",
28791            "https://www.googleapis.com/auth/compute",
28792            "https://www.googleapis.com/auth/compute.readonly"
28793          ]
28794        }
28795      }
28796    },
28797    "targetHttpsProxies": {
28798      "methods": {
28799        "aggregatedList": {
28800          "description": "Retrieves the list of all TargetHttpsProxy resources, regional and global, available to the specified project.",
28801          "httpMethod": "GET",
28802          "id": "compute.targetHttpsProxies.aggregatedList",
28803          "parameterOrder": [
28804            "project"
28805          ],
28806          "parameters": {
28807            "filter": {
28808              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
28809              "location": "query",
28810              "type": "string"
28811            },
28812            "includeAllScopes": {
28813              "description": "Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.",
28814              "location": "query",
28815              "type": "boolean"
28816            },
28817            "maxResults": {
28818              "default": "500",
28819              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
28820              "format": "uint32",
28821              "location": "query",
28822              "minimum": "0",
28823              "type": "integer"
28824            },
28825            "orderBy": {
28826              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
28827              "location": "query",
28828              "type": "string"
28829            },
28830            "pageToken": {
28831              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
28832              "location": "query",
28833              "type": "string"
28834            },
28835            "project": {
28836              "description": "Name of the project scoping this request.",
28837              "location": "path",
28838              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
28839              "required": true,
28840              "type": "string"
28841            },
28842            "returnPartialSuccess": {
28843              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
28844              "location": "query",
28845              "type": "boolean"
28846            }
28847          },
28848          "path": "projects/{project}/aggregated/targetHttpsProxies",
28849          "response": {
28850            "$ref": "TargetHttpsProxyAggregatedList"
28851          },
28852          "scopes": [
28853            "https://www.googleapis.com/auth/cloud-platform",
28854            "https://www.googleapis.com/auth/compute",
28855            "https://www.googleapis.com/auth/compute.readonly"
28856          ]
28857        },
28858        "delete": {
28859          "description": "Deletes the specified TargetHttpsProxy resource.",
28860          "httpMethod": "DELETE",
28861          "id": "compute.targetHttpsProxies.delete",
28862          "parameterOrder": [
28863            "project",
28864            "targetHttpsProxy"
28865          ],
28866          "parameters": {
28867            "project": {
28868              "description": "Project ID for this request.",
28869              "location": "path",
28870              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
28871              "required": true,
28872              "type": "string"
28873            },
28874            "requestId": {
28875              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
28876              "location": "query",
28877              "type": "string"
28878            },
28879            "targetHttpsProxy": {
28880              "description": "Name of the TargetHttpsProxy resource to delete.",
28881              "location": "path",
28882              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
28883              "required": true,
28884              "type": "string"
28885            }
28886          },
28887          "path": "projects/{project}/global/targetHttpsProxies/{targetHttpsProxy}",
28888          "response": {
28889            "$ref": "Operation"
28890          },
28891          "scopes": [
28892            "https://www.googleapis.com/auth/cloud-platform",
28893            "https://www.googleapis.com/auth/compute"
28894          ]
28895        },
28896        "get": {
28897          "description": "Returns the specified TargetHttpsProxy resource. Gets a list of available target HTTPS proxies by making a list() request.",
28898          "httpMethod": "GET",
28899          "id": "compute.targetHttpsProxies.get",
28900          "parameterOrder": [
28901            "project",
28902            "targetHttpsProxy"
28903          ],
28904          "parameters": {
28905            "project": {
28906              "description": "Project ID for this request.",
28907              "location": "path",
28908              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
28909              "required": true,
28910              "type": "string"
28911            },
28912            "targetHttpsProxy": {
28913              "description": "Name of the TargetHttpsProxy resource to return.",
28914              "location": "path",
28915              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
28916              "required": true,
28917              "type": "string"
28918            }
28919          },
28920          "path": "projects/{project}/global/targetHttpsProxies/{targetHttpsProxy}",
28921          "response": {
28922            "$ref": "TargetHttpsProxy"
28923          },
28924          "scopes": [
28925            "https://www.googleapis.com/auth/cloud-platform",
28926            "https://www.googleapis.com/auth/compute",
28927            "https://www.googleapis.com/auth/compute.readonly"
28928          ]
28929        },
28930        "insert": {
28931          "description": "Creates a TargetHttpsProxy resource in the specified project using the data included in the request.",
28932          "httpMethod": "POST",
28933          "id": "compute.targetHttpsProxies.insert",
28934          "parameterOrder": [
28935            "project"
28936          ],
28937          "parameters": {
28938            "project": {
28939              "description": "Project ID for this request.",
28940              "location": "path",
28941              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
28942              "required": true,
28943              "type": "string"
28944            },
28945            "requestId": {
28946              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
28947              "location": "query",
28948              "type": "string"
28949            }
28950          },
28951          "path": "projects/{project}/global/targetHttpsProxies",
28952          "request": {
28953            "$ref": "TargetHttpsProxy"
28954          },
28955          "response": {
28956            "$ref": "Operation"
28957          },
28958          "scopes": [
28959            "https://www.googleapis.com/auth/cloud-platform",
28960            "https://www.googleapis.com/auth/compute"
28961          ]
28962        },
28963        "list": {
28964          "description": "Retrieves the list of TargetHttpsProxy resources available to the specified project.",
28965          "httpMethod": "GET",
28966          "id": "compute.targetHttpsProxies.list",
28967          "parameterOrder": [
28968            "project"
28969          ],
28970          "parameters": {
28971            "filter": {
28972              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
28973              "location": "query",
28974              "type": "string"
28975            },
28976            "maxResults": {
28977              "default": "500",
28978              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
28979              "format": "uint32",
28980              "location": "query",
28981              "minimum": "0",
28982              "type": "integer"
28983            },
28984            "orderBy": {
28985              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
28986              "location": "query",
28987              "type": "string"
28988            },
28989            "pageToken": {
28990              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
28991              "location": "query",
28992              "type": "string"
28993            },
28994            "project": {
28995              "description": "Project ID for this request.",
28996              "location": "path",
28997              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
28998              "required": true,
28999              "type": "string"
29000            },
29001            "returnPartialSuccess": {
29002              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
29003              "location": "query",
29004              "type": "boolean"
29005            }
29006          },
29007          "path": "projects/{project}/global/targetHttpsProxies",
29008          "response": {
29009            "$ref": "TargetHttpsProxyList"
29010          },
29011          "scopes": [
29012            "https://www.googleapis.com/auth/cloud-platform",
29013            "https://www.googleapis.com/auth/compute",
29014            "https://www.googleapis.com/auth/compute.readonly"
29015          ]
29016        },
29017        "patch": {
29018          "description": "Patches the specified TargetHttpsProxy resource with the data included in the request. This method supports PATCH semantics and uses JSON merge patch format and processing rules. (== suppress_warning http-rest-shadowed ==)",
29019          "httpMethod": "PATCH",
29020          "id": "compute.targetHttpsProxies.patch",
29021          "parameterOrder": [
29022            "project",
29023            "targetHttpsProxy"
29024          ],
29025          "parameters": {
29026            "project": {
29027              "description": "Project ID for this request.",
29028              "location": "path",
29029              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
29030              "required": true,
29031              "type": "string"
29032            },
29033            "requestId": {
29034              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
29035              "location": "query",
29036              "type": "string"
29037            },
29038            "targetHttpsProxy": {
29039              "description": "Name of the TargetHttpsProxy resource to patch.",
29040              "location": "path",
29041              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
29042              "required": true,
29043              "type": "string"
29044            }
29045          },
29046          "path": "projects/{project}/global/targetHttpsProxies/{targetHttpsProxy}",
29047          "request": {
29048            "$ref": "TargetHttpsProxy"
29049          },
29050          "response": {
29051            "$ref": "Operation"
29052          },
29053          "scopes": [
29054            "https://www.googleapis.com/auth/cloud-platform",
29055            "https://www.googleapis.com/auth/compute"
29056          ]
29057        },
29058        "setCertificateMap": {
29059          "description": "Changes the Certificate Map for TargetHttpsProxy.",
29060          "httpMethod": "POST",
29061          "id": "compute.targetHttpsProxies.setCertificateMap",
29062          "parameterOrder": [
29063            "project",
29064            "targetHttpsProxy"
29065          ],
29066          "parameters": {
29067            "project": {
29068              "description": "Project ID for this request.",
29069              "location": "path",
29070              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
29071              "required": true,
29072              "type": "string"
29073            },
29074            "requestId": {
29075              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
29076              "location": "query",
29077              "type": "string"
29078            },
29079            "targetHttpsProxy": {
29080              "description": "Name of the TargetHttpsProxy resource whose CertificateMap is to be set. The name must be 1-63 characters long, and comply with RFC1035.",
29081              "location": "path",
29082              "required": true,
29083              "type": "string"
29084            }
29085          },
29086          "path": "projects/{project}/global/targetHttpsProxies/{targetHttpsProxy}/setCertificateMap",
29087          "request": {
29088            "$ref": "TargetHttpsProxiesSetCertificateMapRequest"
29089          },
29090          "response": {
29091            "$ref": "Operation"
29092          },
29093          "scopes": [
29094            "https://www.googleapis.com/auth/cloud-platform",
29095            "https://www.googleapis.com/auth/compute"
29096          ]
29097        },
29098        "setQuicOverride": {
29099          "description": "Sets the QUIC override policy for TargetHttpsProxy.",
29100          "httpMethod": "POST",
29101          "id": "compute.targetHttpsProxies.setQuicOverride",
29102          "parameterOrder": [
29103            "project",
29104            "targetHttpsProxy"
29105          ],
29106          "parameters": {
29107            "project": {
29108              "description": "Project ID for this request.",
29109              "location": "path",
29110              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
29111              "required": true,
29112              "type": "string"
29113            },
29114            "requestId": {
29115              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
29116              "location": "query",
29117              "type": "string"
29118            },
29119            "targetHttpsProxy": {
29120              "description": "Name of the TargetHttpsProxy resource to set the QUIC override policy for. The name should conform to RFC1035.",
29121              "location": "path",
29122              "required": true,
29123              "type": "string"
29124            }
29125          },
29126          "path": "projects/{project}/global/targetHttpsProxies/{targetHttpsProxy}/setQuicOverride",
29127          "request": {
29128            "$ref": "TargetHttpsProxiesSetQuicOverrideRequest"
29129          },
29130          "response": {
29131            "$ref": "Operation"
29132          },
29133          "scopes": [
29134            "https://www.googleapis.com/auth/cloud-platform",
29135            "https://www.googleapis.com/auth/compute"
29136          ]
29137        },
29138        "setSslCertificates": {
29139          "description": "Replaces SslCertificates for TargetHttpsProxy.",
29140          "httpMethod": "POST",
29141          "id": "compute.targetHttpsProxies.setSslCertificates",
29142          "parameterOrder": [
29143            "project",
29144            "targetHttpsProxy"
29145          ],
29146          "parameters": {
29147            "project": {
29148              "description": "Project ID for this request.",
29149              "location": "path",
29150              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
29151              "required": true,
29152              "type": "string"
29153            },
29154            "requestId": {
29155              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
29156              "location": "query",
29157              "type": "string"
29158            },
29159            "targetHttpsProxy": {
29160              "description": "Name of the TargetHttpsProxy resource to set an SslCertificates resource for.",
29161              "location": "path",
29162              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
29163              "required": true,
29164              "type": "string"
29165            }
29166          },
29167          "path": "projects/{project}/targetHttpsProxies/{targetHttpsProxy}/setSslCertificates",
29168          "request": {
29169            "$ref": "TargetHttpsProxiesSetSslCertificatesRequest"
29170          },
29171          "response": {
29172            "$ref": "Operation"
29173          },
29174          "scopes": [
29175            "https://www.googleapis.com/auth/cloud-platform",
29176            "https://www.googleapis.com/auth/compute"
29177          ]
29178        },
29179        "setSslPolicy": {
29180          "description": "Sets the SSL policy for TargetHttpsProxy. The SSL policy specifies the server-side support for SSL features. This affects connections between clients and the HTTPS proxy load balancer. They do not affect the connection between the load balancer and the backends.",
29181          "httpMethod": "POST",
29182          "id": "compute.targetHttpsProxies.setSslPolicy",
29183          "parameterOrder": [
29184            "project",
29185            "targetHttpsProxy"
29186          ],
29187          "parameters": {
29188            "project": {
29189              "description": "Project ID for this request.",
29190              "location": "path",
29191              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
29192              "required": true,
29193              "type": "string"
29194            },
29195            "requestId": {
29196              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
29197              "location": "query",
29198              "type": "string"
29199            },
29200            "targetHttpsProxy": {
29201              "description": "Name of the TargetHttpsProxy resource whose SSL policy is to be set. The name must be 1-63 characters long, and comply with RFC1035.",
29202              "location": "path",
29203              "required": true,
29204              "type": "string"
29205            }
29206          },
29207          "path": "projects/{project}/global/targetHttpsProxies/{targetHttpsProxy}/setSslPolicy",
29208          "request": {
29209            "$ref": "SslPolicyReference"
29210          },
29211          "response": {
29212            "$ref": "Operation"
29213          },
29214          "scopes": [
29215            "https://www.googleapis.com/auth/cloud-platform",
29216            "https://www.googleapis.com/auth/compute"
29217          ]
29218        },
29219        "setUrlMap": {
29220          "description": "Changes the URL map for TargetHttpsProxy.",
29221          "httpMethod": "POST",
29222          "id": "compute.targetHttpsProxies.setUrlMap",
29223          "parameterOrder": [
29224            "project",
29225            "targetHttpsProxy"
29226          ],
29227          "parameters": {
29228            "project": {
29229              "description": "Project ID for this request.",
29230              "location": "path",
29231              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
29232              "required": true,
29233              "type": "string"
29234            },
29235            "requestId": {
29236              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
29237              "location": "query",
29238              "type": "string"
29239            },
29240            "targetHttpsProxy": {
29241              "description": "Name of the TargetHttpsProxy resource whose URL map is to be set.",
29242              "location": "path",
29243              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
29244              "required": true,
29245              "type": "string"
29246            }
29247          },
29248          "path": "projects/{project}/targetHttpsProxies/{targetHttpsProxy}/setUrlMap",
29249          "request": {
29250            "$ref": "UrlMapReference"
29251          },
29252          "response": {
29253            "$ref": "Operation"
29254          },
29255          "scopes": [
29256            "https://www.googleapis.com/auth/cloud-platform",
29257            "https://www.googleapis.com/auth/compute"
29258          ]
29259        },
29260        "testIamPermissions": {
29261          "description": "Returns permissions that a caller has on the specified resource.",
29262          "httpMethod": "POST",
29263          "id": "compute.targetHttpsProxies.testIamPermissions",
29264          "parameterOrder": [
29265            "project",
29266            "resource"
29267          ],
29268          "parameters": {
29269            "project": {
29270              "description": "Project ID for this request.",
29271              "location": "path",
29272              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
29273              "required": true,
29274              "type": "string"
29275            },
29276            "resource": {
29277              "description": "Name or id of the resource for this request.",
29278              "location": "path",
29279              "pattern": "[a-z](?:[-a-z0-9_]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
29280              "required": true,
29281              "type": "string"
29282            }
29283          },
29284          "path": "projects/{project}/global/targetHttpsProxies/{resource}/testIamPermissions",
29285          "request": {
29286            "$ref": "TestPermissionsRequest"
29287          },
29288          "response": {
29289            "$ref": "TestPermissionsResponse"
29290          },
29291          "scopes": [
29292            "https://www.googleapis.com/auth/cloud-platform",
29293            "https://www.googleapis.com/auth/compute",
29294            "https://www.googleapis.com/auth/compute.readonly"
29295          ]
29296        }
29297      }
29298    },
29299    "targetInstances": {
29300      "methods": {
29301        "aggregatedList": {
29302          "description": "Retrieves an aggregated list of target instances.",
29303          "httpMethod": "GET",
29304          "id": "compute.targetInstances.aggregatedList",
29305          "parameterOrder": [
29306            "project"
29307          ],
29308          "parameters": {
29309            "filter": {
29310              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
29311              "location": "query",
29312              "type": "string"
29313            },
29314            "includeAllScopes": {
29315              "description": "Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.",
29316              "location": "query",
29317              "type": "boolean"
29318            },
29319            "maxResults": {
29320              "default": "500",
29321              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
29322              "format": "uint32",
29323              "location": "query",
29324              "minimum": "0",
29325              "type": "integer"
29326            },
29327            "orderBy": {
29328              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
29329              "location": "query",
29330              "type": "string"
29331            },
29332            "pageToken": {
29333              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
29334              "location": "query",
29335              "type": "string"
29336            },
29337            "project": {
29338              "description": "Project ID for this request.",
29339              "location": "path",
29340              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
29341              "required": true,
29342              "type": "string"
29343            },
29344            "returnPartialSuccess": {
29345              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
29346              "location": "query",
29347              "type": "boolean"
29348            }
29349          },
29350          "path": "projects/{project}/aggregated/targetInstances",
29351          "response": {
29352            "$ref": "TargetInstanceAggregatedList"
29353          },
29354          "scopes": [
29355            "https://www.googleapis.com/auth/cloud-platform",
29356            "https://www.googleapis.com/auth/compute",
29357            "https://www.googleapis.com/auth/compute.readonly"
29358          ]
29359        },
29360        "delete": {
29361          "description": "Deletes the specified TargetInstance resource.",
29362          "httpMethod": "DELETE",
29363          "id": "compute.targetInstances.delete",
29364          "parameterOrder": [
29365            "project",
29366            "zone",
29367            "targetInstance"
29368          ],
29369          "parameters": {
29370            "project": {
29371              "description": "Project ID for this request.",
29372              "location": "path",
29373              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
29374              "required": true,
29375              "type": "string"
29376            },
29377            "requestId": {
29378              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
29379              "location": "query",
29380              "type": "string"
29381            },
29382            "targetInstance": {
29383              "description": "Name of the TargetInstance resource to delete.",
29384              "location": "path",
29385              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
29386              "required": true,
29387              "type": "string"
29388            },
29389            "zone": {
29390              "description": "Name of the zone scoping this request.",
29391              "location": "path",
29392              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
29393              "required": true,
29394              "type": "string"
29395            }
29396          },
29397          "path": "projects/{project}/zones/{zone}/targetInstances/{targetInstance}",
29398          "response": {
29399            "$ref": "Operation"
29400          },
29401          "scopes": [
29402            "https://www.googleapis.com/auth/cloud-platform",
29403            "https://www.googleapis.com/auth/compute"
29404          ]
29405        },
29406        "get": {
29407          "description": "Returns the specified TargetInstance resource. Gets a list of available target instances by making a list() request.",
29408          "httpMethod": "GET",
29409          "id": "compute.targetInstances.get",
29410          "parameterOrder": [
29411            "project",
29412            "zone",
29413            "targetInstance"
29414          ],
29415          "parameters": {
29416            "project": {
29417              "description": "Project ID for this request.",
29418              "location": "path",
29419              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
29420              "required": true,
29421              "type": "string"
29422            },
29423            "targetInstance": {
29424              "description": "Name of the TargetInstance resource to return.",
29425              "location": "path",
29426              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
29427              "required": true,
29428              "type": "string"
29429            },
29430            "zone": {
29431              "description": "Name of the zone scoping this request.",
29432              "location": "path",
29433              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
29434              "required": true,
29435              "type": "string"
29436            }
29437          },
29438          "path": "projects/{project}/zones/{zone}/targetInstances/{targetInstance}",
29439          "response": {
29440            "$ref": "TargetInstance"
29441          },
29442          "scopes": [
29443            "https://www.googleapis.com/auth/cloud-platform",
29444            "https://www.googleapis.com/auth/compute",
29445            "https://www.googleapis.com/auth/compute.readonly"
29446          ]
29447        },
29448        "insert": {
29449          "description": "Creates a TargetInstance resource in the specified project and zone using the data included in the request.",
29450          "httpMethod": "POST",
29451          "id": "compute.targetInstances.insert",
29452          "parameterOrder": [
29453            "project",
29454            "zone"
29455          ],
29456          "parameters": {
29457            "project": {
29458              "description": "Project ID for this request.",
29459              "location": "path",
29460              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
29461              "required": true,
29462              "type": "string"
29463            },
29464            "requestId": {
29465              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
29466              "location": "query",
29467              "type": "string"
29468            },
29469            "zone": {
29470              "description": "Name of the zone scoping this request.",
29471              "location": "path",
29472              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
29473              "required": true,
29474              "type": "string"
29475            }
29476          },
29477          "path": "projects/{project}/zones/{zone}/targetInstances",
29478          "request": {
29479            "$ref": "TargetInstance"
29480          },
29481          "response": {
29482            "$ref": "Operation"
29483          },
29484          "scopes": [
29485            "https://www.googleapis.com/auth/cloud-platform",
29486            "https://www.googleapis.com/auth/compute"
29487          ]
29488        },
29489        "list": {
29490          "description": "Retrieves a list of TargetInstance resources available to the specified project and zone.",
29491          "httpMethod": "GET",
29492          "id": "compute.targetInstances.list",
29493          "parameterOrder": [
29494            "project",
29495            "zone"
29496          ],
29497          "parameters": {
29498            "filter": {
29499              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
29500              "location": "query",
29501              "type": "string"
29502            },
29503            "maxResults": {
29504              "default": "500",
29505              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
29506              "format": "uint32",
29507              "location": "query",
29508              "minimum": "0",
29509              "type": "integer"
29510            },
29511            "orderBy": {
29512              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
29513              "location": "query",
29514              "type": "string"
29515            },
29516            "pageToken": {
29517              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
29518              "location": "query",
29519              "type": "string"
29520            },
29521            "project": {
29522              "description": "Project ID for this request.",
29523              "location": "path",
29524              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
29525              "required": true,
29526              "type": "string"
29527            },
29528            "returnPartialSuccess": {
29529              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
29530              "location": "query",
29531              "type": "boolean"
29532            },
29533            "zone": {
29534              "description": "Name of the zone scoping this request.",
29535              "location": "path",
29536              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
29537              "required": true,
29538              "type": "string"
29539            }
29540          },
29541          "path": "projects/{project}/zones/{zone}/targetInstances",
29542          "response": {
29543            "$ref": "TargetInstanceList"
29544          },
29545          "scopes": [
29546            "https://www.googleapis.com/auth/cloud-platform",
29547            "https://www.googleapis.com/auth/compute",
29548            "https://www.googleapis.com/auth/compute.readonly"
29549          ]
29550        },
29551        "testIamPermissions": {
29552          "description": "Returns permissions that a caller has on the specified resource.",
29553          "httpMethod": "POST",
29554          "id": "compute.targetInstances.testIamPermissions",
29555          "parameterOrder": [
29556            "project",
29557            "zone",
29558            "resource"
29559          ],
29560          "parameters": {
29561            "project": {
29562              "description": "Project ID for this request.",
29563              "location": "path",
29564              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
29565              "required": true,
29566              "type": "string"
29567            },
29568            "resource": {
29569              "description": "Name or id of the resource for this request.",
29570              "location": "path",
29571              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
29572              "required": true,
29573              "type": "string"
29574            },
29575            "zone": {
29576              "description": "The name of the zone for this request.",
29577              "location": "path",
29578              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
29579              "required": true,
29580              "type": "string"
29581            }
29582          },
29583          "path": "projects/{project}/zones/{zone}/targetInstances/{resource}/testIamPermissions",
29584          "request": {
29585            "$ref": "TestPermissionsRequest"
29586          },
29587          "response": {
29588            "$ref": "TestPermissionsResponse"
29589          },
29590          "scopes": [
29591            "https://www.googleapis.com/auth/cloud-platform",
29592            "https://www.googleapis.com/auth/compute",
29593            "https://www.googleapis.com/auth/compute.readonly"
29594          ]
29595        }
29596      }
29597    },
29598    "targetPools": {
29599      "methods": {
29600        "addHealthCheck": {
29601          "description": "Adds health check URLs to a target pool.",
29602          "httpMethod": "POST",
29603          "id": "compute.targetPools.addHealthCheck",
29604          "parameterOrder": [
29605            "project",
29606            "region",
29607            "targetPool"
29608          ],
29609          "parameters": {
29610            "project": {
29611              "description": "Project ID for this request.",
29612              "location": "path",
29613              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
29614              "required": true,
29615              "type": "string"
29616            },
29617            "region": {
29618              "description": "Name of the region scoping this request.",
29619              "location": "path",
29620              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
29621              "required": true,
29622              "type": "string"
29623            },
29624            "requestId": {
29625              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
29626              "location": "query",
29627              "type": "string"
29628            },
29629            "targetPool": {
29630              "description": "Name of the target pool to add a health check to.",
29631              "location": "path",
29632              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
29633              "required": true,
29634              "type": "string"
29635            }
29636          },
29637          "path": "projects/{project}/regions/{region}/targetPools/{targetPool}/addHealthCheck",
29638          "request": {
29639            "$ref": "TargetPoolsAddHealthCheckRequest"
29640          },
29641          "response": {
29642            "$ref": "Operation"
29643          },
29644          "scopes": [
29645            "https://www.googleapis.com/auth/cloud-platform",
29646            "https://www.googleapis.com/auth/compute"
29647          ]
29648        },
29649        "addInstance": {
29650          "description": "Adds an instance to a target pool.",
29651          "httpMethod": "POST",
29652          "id": "compute.targetPools.addInstance",
29653          "parameterOrder": [
29654            "project",
29655            "region",
29656            "targetPool"
29657          ],
29658          "parameters": {
29659            "project": {
29660              "description": "Project ID for this request.",
29661              "location": "path",
29662              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
29663              "required": true,
29664              "type": "string"
29665            },
29666            "region": {
29667              "description": "Name of the region scoping this request.",
29668              "location": "path",
29669              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
29670              "required": true,
29671              "type": "string"
29672            },
29673            "requestId": {
29674              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
29675              "location": "query",
29676              "type": "string"
29677            },
29678            "targetPool": {
29679              "description": "Name of the TargetPool resource to add instances to.",
29680              "location": "path",
29681              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
29682              "required": true,
29683              "type": "string"
29684            }
29685          },
29686          "path": "projects/{project}/regions/{region}/targetPools/{targetPool}/addInstance",
29687          "request": {
29688            "$ref": "TargetPoolsAddInstanceRequest"
29689          },
29690          "response": {
29691            "$ref": "Operation"
29692          },
29693          "scopes": [
29694            "https://www.googleapis.com/auth/cloud-platform",
29695            "https://www.googleapis.com/auth/compute"
29696          ]
29697        },
29698        "aggregatedList": {
29699          "description": "Retrieves an aggregated list of target pools.",
29700          "httpMethod": "GET",
29701          "id": "compute.targetPools.aggregatedList",
29702          "parameterOrder": [
29703            "project"
29704          ],
29705          "parameters": {
29706            "filter": {
29707              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
29708              "location": "query",
29709              "type": "string"
29710            },
29711            "includeAllScopes": {
29712              "description": "Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.",
29713              "location": "query",
29714              "type": "boolean"
29715            },
29716            "maxResults": {
29717              "default": "500",
29718              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
29719              "format": "uint32",
29720              "location": "query",
29721              "minimum": "0",
29722              "type": "integer"
29723            },
29724            "orderBy": {
29725              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
29726              "location": "query",
29727              "type": "string"
29728            },
29729            "pageToken": {
29730              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
29731              "location": "query",
29732              "type": "string"
29733            },
29734            "project": {
29735              "description": "Project ID for this request.",
29736              "location": "path",
29737              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
29738              "required": true,
29739              "type": "string"
29740            },
29741            "returnPartialSuccess": {
29742              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
29743              "location": "query",
29744              "type": "boolean"
29745            }
29746          },
29747          "path": "projects/{project}/aggregated/targetPools",
29748          "response": {
29749            "$ref": "TargetPoolAggregatedList"
29750          },
29751          "scopes": [
29752            "https://www.googleapis.com/auth/cloud-platform",
29753            "https://www.googleapis.com/auth/compute",
29754            "https://www.googleapis.com/auth/compute.readonly"
29755          ]
29756        },
29757        "delete": {
29758          "description": "Deletes the specified target pool.",
29759          "httpMethod": "DELETE",
29760          "id": "compute.targetPools.delete",
29761          "parameterOrder": [
29762            "project",
29763            "region",
29764            "targetPool"
29765          ],
29766          "parameters": {
29767            "project": {
29768              "description": "Project ID for this request.",
29769              "location": "path",
29770              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
29771              "required": true,
29772              "type": "string"
29773            },
29774            "region": {
29775              "description": "Name of the region scoping this request.",
29776              "location": "path",
29777              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
29778              "required": true,
29779              "type": "string"
29780            },
29781            "requestId": {
29782              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
29783              "location": "query",
29784              "type": "string"
29785            },
29786            "targetPool": {
29787              "description": "Name of the TargetPool resource to delete.",
29788              "location": "path",
29789              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
29790              "required": true,
29791              "type": "string"
29792            }
29793          },
29794          "path": "projects/{project}/regions/{region}/targetPools/{targetPool}",
29795          "response": {
29796            "$ref": "Operation"
29797          },
29798          "scopes": [
29799            "https://www.googleapis.com/auth/cloud-platform",
29800            "https://www.googleapis.com/auth/compute"
29801          ]
29802        },
29803        "get": {
29804          "description": "Returns the specified target pool. Gets a list of available target pools by making a list() request.",
29805          "httpMethod": "GET",
29806          "id": "compute.targetPools.get",
29807          "parameterOrder": [
29808            "project",
29809            "region",
29810            "targetPool"
29811          ],
29812          "parameters": {
29813            "project": {
29814              "description": "Project ID for this request.",
29815              "location": "path",
29816              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
29817              "required": true,
29818              "type": "string"
29819            },
29820            "region": {
29821              "description": "Name of the region scoping this request.",
29822              "location": "path",
29823              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
29824              "required": true,
29825              "type": "string"
29826            },
29827            "targetPool": {
29828              "description": "Name of the TargetPool resource to return.",
29829              "location": "path",
29830              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
29831              "required": true,
29832              "type": "string"
29833            }
29834          },
29835          "path": "projects/{project}/regions/{region}/targetPools/{targetPool}",
29836          "response": {
29837            "$ref": "TargetPool"
29838          },
29839          "scopes": [
29840            "https://www.googleapis.com/auth/cloud-platform",
29841            "https://www.googleapis.com/auth/compute",
29842            "https://www.googleapis.com/auth/compute.readonly"
29843          ]
29844        },
29845        "getHealth": {
29846          "description": "Gets the most recent health check results for each IP for the instance that is referenced by the given target pool.",
29847          "httpMethod": "POST",
29848          "id": "compute.targetPools.getHealth",
29849          "parameterOrder": [
29850            "project",
29851            "region",
29852            "targetPool"
29853          ],
29854          "parameters": {
29855            "project": {
29856              "description": "Project ID for this request.",
29857              "location": "path",
29858              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
29859              "required": true,
29860              "type": "string"
29861            },
29862            "region": {
29863              "description": "Name of the region scoping this request.",
29864              "location": "path",
29865              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
29866              "required": true,
29867              "type": "string"
29868            },
29869            "targetPool": {
29870              "description": "Name of the TargetPool resource to which the queried instance belongs.",
29871              "location": "path",
29872              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
29873              "required": true,
29874              "type": "string"
29875            }
29876          },
29877          "path": "projects/{project}/regions/{region}/targetPools/{targetPool}/getHealth",
29878          "request": {
29879            "$ref": "InstanceReference"
29880          },
29881          "response": {
29882            "$ref": "TargetPoolInstanceHealth"
29883          },
29884          "scopes": [
29885            "https://www.googleapis.com/auth/cloud-platform",
29886            "https://www.googleapis.com/auth/compute",
29887            "https://www.googleapis.com/auth/compute.readonly"
29888          ]
29889        },
29890        "insert": {
29891          "description": "Creates a target pool in the specified project and region using the data included in the request.",
29892          "httpMethod": "POST",
29893          "id": "compute.targetPools.insert",
29894          "parameterOrder": [
29895            "project",
29896            "region"
29897          ],
29898          "parameters": {
29899            "project": {
29900              "description": "Project ID for this request.",
29901              "location": "path",
29902              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
29903              "required": true,
29904              "type": "string"
29905            },
29906            "region": {
29907              "description": "Name of the region scoping this request.",
29908              "location": "path",
29909              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
29910              "required": true,
29911              "type": "string"
29912            },
29913            "requestId": {
29914              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
29915              "location": "query",
29916              "type": "string"
29917            }
29918          },
29919          "path": "projects/{project}/regions/{region}/targetPools",
29920          "request": {
29921            "$ref": "TargetPool"
29922          },
29923          "response": {
29924            "$ref": "Operation"
29925          },
29926          "scopes": [
29927            "https://www.googleapis.com/auth/cloud-platform",
29928            "https://www.googleapis.com/auth/compute"
29929          ]
29930        },
29931        "list": {
29932          "description": "Retrieves a list of target pools available to the specified project and region.",
29933          "httpMethod": "GET",
29934          "id": "compute.targetPools.list",
29935          "parameterOrder": [
29936            "project",
29937            "region"
29938          ],
29939          "parameters": {
29940            "filter": {
29941              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
29942              "location": "query",
29943              "type": "string"
29944            },
29945            "maxResults": {
29946              "default": "500",
29947              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
29948              "format": "uint32",
29949              "location": "query",
29950              "minimum": "0",
29951              "type": "integer"
29952            },
29953            "orderBy": {
29954              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
29955              "location": "query",
29956              "type": "string"
29957            },
29958            "pageToken": {
29959              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
29960              "location": "query",
29961              "type": "string"
29962            },
29963            "project": {
29964              "description": "Project ID for this request.",
29965              "location": "path",
29966              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
29967              "required": true,
29968              "type": "string"
29969            },
29970            "region": {
29971              "description": "Name of the region scoping this request.",
29972              "location": "path",
29973              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
29974              "required": true,
29975              "type": "string"
29976            },
29977            "returnPartialSuccess": {
29978              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
29979              "location": "query",
29980              "type": "boolean"
29981            }
29982          },
29983          "path": "projects/{project}/regions/{region}/targetPools",
29984          "response": {
29985            "$ref": "TargetPoolList"
29986          },
29987          "scopes": [
29988            "https://www.googleapis.com/auth/cloud-platform",
29989            "https://www.googleapis.com/auth/compute",
29990            "https://www.googleapis.com/auth/compute.readonly"
29991          ]
29992        },
29993        "removeHealthCheck": {
29994          "description": "Removes health check URL from a target pool.",
29995          "httpMethod": "POST",
29996          "id": "compute.targetPools.removeHealthCheck",
29997          "parameterOrder": [
29998            "project",
29999            "region",
30000            "targetPool"
30001          ],
30002          "parameters": {
30003            "project": {
30004              "description": "Project ID for this request.",
30005              "location": "path",
30006              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
30007              "required": true,
30008              "type": "string"
30009            },
30010            "region": {
30011              "description": "Name of the region for this request.",
30012              "location": "path",
30013              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
30014              "required": true,
30015              "type": "string"
30016            },
30017            "requestId": {
30018              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
30019              "location": "query",
30020              "type": "string"
30021            },
30022            "targetPool": {
30023              "description": "Name of the target pool to remove health checks from.",
30024              "location": "path",
30025              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
30026              "required": true,
30027              "type": "string"
30028            }
30029          },
30030          "path": "projects/{project}/regions/{region}/targetPools/{targetPool}/removeHealthCheck",
30031          "request": {
30032            "$ref": "TargetPoolsRemoveHealthCheckRequest"
30033          },
30034          "response": {
30035            "$ref": "Operation"
30036          },
30037          "scopes": [
30038            "https://www.googleapis.com/auth/cloud-platform",
30039            "https://www.googleapis.com/auth/compute"
30040          ]
30041        },
30042        "removeInstance": {
30043          "description": "Removes instance URL from a target pool.",
30044          "httpMethod": "POST",
30045          "id": "compute.targetPools.removeInstance",
30046          "parameterOrder": [
30047            "project",
30048            "region",
30049            "targetPool"
30050          ],
30051          "parameters": {
30052            "project": {
30053              "description": "Project ID for this request.",
30054              "location": "path",
30055              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
30056              "required": true,
30057              "type": "string"
30058            },
30059            "region": {
30060              "description": "Name of the region scoping this request.",
30061              "location": "path",
30062              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
30063              "required": true,
30064              "type": "string"
30065            },
30066            "requestId": {
30067              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
30068              "location": "query",
30069              "type": "string"
30070            },
30071            "targetPool": {
30072              "description": "Name of the TargetPool resource to remove instances from.",
30073              "location": "path",
30074              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
30075              "required": true,
30076              "type": "string"
30077            }
30078          },
30079          "path": "projects/{project}/regions/{region}/targetPools/{targetPool}/removeInstance",
30080          "request": {
30081            "$ref": "TargetPoolsRemoveInstanceRequest"
30082          },
30083          "response": {
30084            "$ref": "Operation"
30085          },
30086          "scopes": [
30087            "https://www.googleapis.com/auth/cloud-platform",
30088            "https://www.googleapis.com/auth/compute"
30089          ]
30090        },
30091        "setBackup": {
30092          "description": "Changes a backup target pool's configurations.",
30093          "httpMethod": "POST",
30094          "id": "compute.targetPools.setBackup",
30095          "parameterOrder": [
30096            "project",
30097            "region",
30098            "targetPool"
30099          ],
30100          "parameters": {
30101            "failoverRatio": {
30102              "description": "New failoverRatio value for the target pool.",
30103              "format": "float",
30104              "location": "query",
30105              "type": "number"
30106            },
30107            "project": {
30108              "description": "Project ID for this request.",
30109              "location": "path",
30110              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
30111              "required": true,
30112              "type": "string"
30113            },
30114            "region": {
30115              "description": "Name of the region scoping this request.",
30116              "location": "path",
30117              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
30118              "required": true,
30119              "type": "string"
30120            },
30121            "requestId": {
30122              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
30123              "location": "query",
30124              "type": "string"
30125            },
30126            "targetPool": {
30127              "description": "Name of the TargetPool resource to set a backup pool for.",
30128              "location": "path",
30129              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
30130              "required": true,
30131              "type": "string"
30132            }
30133          },
30134          "path": "projects/{project}/regions/{region}/targetPools/{targetPool}/setBackup",
30135          "request": {
30136            "$ref": "TargetReference"
30137          },
30138          "response": {
30139            "$ref": "Operation"
30140          },
30141          "scopes": [
30142            "https://www.googleapis.com/auth/cloud-platform",
30143            "https://www.googleapis.com/auth/compute"
30144          ]
30145        },
30146        "testIamPermissions": {
30147          "description": "Returns permissions that a caller has on the specified resource.",
30148          "httpMethod": "POST",
30149          "id": "compute.targetPools.testIamPermissions",
30150          "parameterOrder": [
30151            "project",
30152            "region",
30153            "resource"
30154          ],
30155          "parameters": {
30156            "project": {
30157              "description": "Project ID for this request.",
30158              "location": "path",
30159              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
30160              "required": true,
30161              "type": "string"
30162            },
30163            "region": {
30164              "description": "The name of the region for this request.",
30165              "location": "path",
30166              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
30167              "required": true,
30168              "type": "string"
30169            },
30170            "resource": {
30171              "description": "Name or id of the resource for this request.",
30172              "location": "path",
30173              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
30174              "required": true,
30175              "type": "string"
30176            }
30177          },
30178          "path": "projects/{project}/regions/{region}/targetPools/{resource}/testIamPermissions",
30179          "request": {
30180            "$ref": "TestPermissionsRequest"
30181          },
30182          "response": {
30183            "$ref": "TestPermissionsResponse"
30184          },
30185          "scopes": [
30186            "https://www.googleapis.com/auth/cloud-platform",
30187            "https://www.googleapis.com/auth/compute",
30188            "https://www.googleapis.com/auth/compute.readonly"
30189          ]
30190        }
30191      }
30192    },
30193    "targetSslProxies": {
30194      "methods": {
30195        "delete": {
30196          "description": "Deletes the specified TargetSslProxy resource.",
30197          "httpMethod": "DELETE",
30198          "id": "compute.targetSslProxies.delete",
30199          "parameterOrder": [
30200            "project",
30201            "targetSslProxy"
30202          ],
30203          "parameters": {
30204            "project": {
30205              "description": "Project ID for this request.",
30206              "location": "path",
30207              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
30208              "required": true,
30209              "type": "string"
30210            },
30211            "requestId": {
30212              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
30213              "location": "query",
30214              "type": "string"
30215            },
30216            "targetSslProxy": {
30217              "description": "Name of the TargetSslProxy resource to delete.",
30218              "location": "path",
30219              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
30220              "required": true,
30221              "type": "string"
30222            }
30223          },
30224          "path": "projects/{project}/global/targetSslProxies/{targetSslProxy}",
30225          "response": {
30226            "$ref": "Operation"
30227          },
30228          "scopes": [
30229            "https://www.googleapis.com/auth/cloud-platform",
30230            "https://www.googleapis.com/auth/compute"
30231          ]
30232        },
30233        "get": {
30234          "description": "Returns the specified TargetSslProxy resource. Gets a list of available target SSL proxies by making a list() request.",
30235          "httpMethod": "GET",
30236          "id": "compute.targetSslProxies.get",
30237          "parameterOrder": [
30238            "project",
30239            "targetSslProxy"
30240          ],
30241          "parameters": {
30242            "project": {
30243              "description": "Project ID for this request.",
30244              "location": "path",
30245              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
30246              "required": true,
30247              "type": "string"
30248            },
30249            "targetSslProxy": {
30250              "description": "Name of the TargetSslProxy resource to return.",
30251              "location": "path",
30252              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
30253              "required": true,
30254              "type": "string"
30255            }
30256          },
30257          "path": "projects/{project}/global/targetSslProxies/{targetSslProxy}",
30258          "response": {
30259            "$ref": "TargetSslProxy"
30260          },
30261          "scopes": [
30262            "https://www.googleapis.com/auth/cloud-platform",
30263            "https://www.googleapis.com/auth/compute",
30264            "https://www.googleapis.com/auth/compute.readonly"
30265          ]
30266        },
30267        "insert": {
30268          "description": "Creates a TargetSslProxy resource in the specified project using the data included in the request.",
30269          "httpMethod": "POST",
30270          "id": "compute.targetSslProxies.insert",
30271          "parameterOrder": [
30272            "project"
30273          ],
30274          "parameters": {
30275            "project": {
30276              "description": "Project ID for this request.",
30277              "location": "path",
30278              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
30279              "required": true,
30280              "type": "string"
30281            },
30282            "requestId": {
30283              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
30284              "location": "query",
30285              "type": "string"
30286            }
30287          },
30288          "path": "projects/{project}/global/targetSslProxies",
30289          "request": {
30290            "$ref": "TargetSslProxy"
30291          },
30292          "response": {
30293            "$ref": "Operation"
30294          },
30295          "scopes": [
30296            "https://www.googleapis.com/auth/cloud-platform",
30297            "https://www.googleapis.com/auth/compute"
30298          ]
30299        },
30300        "list": {
30301          "description": "Retrieves the list of TargetSslProxy resources available to the specified project.",
30302          "httpMethod": "GET",
30303          "id": "compute.targetSslProxies.list",
30304          "parameterOrder": [
30305            "project"
30306          ],
30307          "parameters": {
30308            "filter": {
30309              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
30310              "location": "query",
30311              "type": "string"
30312            },
30313            "maxResults": {
30314              "default": "500",
30315              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
30316              "format": "uint32",
30317              "location": "query",
30318              "minimum": "0",
30319              "type": "integer"
30320            },
30321            "orderBy": {
30322              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
30323              "location": "query",
30324              "type": "string"
30325            },
30326            "pageToken": {
30327              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
30328              "location": "query",
30329              "type": "string"
30330            },
30331            "project": {
30332              "description": "Project ID for this request.",
30333              "location": "path",
30334              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
30335              "required": true,
30336              "type": "string"
30337            },
30338            "returnPartialSuccess": {
30339              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
30340              "location": "query",
30341              "type": "boolean"
30342            }
30343          },
30344          "path": "projects/{project}/global/targetSslProxies",
30345          "response": {
30346            "$ref": "TargetSslProxyList"
30347          },
30348          "scopes": [
30349            "https://www.googleapis.com/auth/cloud-platform",
30350            "https://www.googleapis.com/auth/compute",
30351            "https://www.googleapis.com/auth/compute.readonly"
30352          ]
30353        },
30354        "setBackendService": {
30355          "description": "Changes the BackendService for TargetSslProxy.",
30356          "httpMethod": "POST",
30357          "id": "compute.targetSslProxies.setBackendService",
30358          "parameterOrder": [
30359            "project",
30360            "targetSslProxy"
30361          ],
30362          "parameters": {
30363            "project": {
30364              "description": "Project ID for this request.",
30365              "location": "path",
30366              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
30367              "required": true,
30368              "type": "string"
30369            },
30370            "requestId": {
30371              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
30372              "location": "query",
30373              "type": "string"
30374            },
30375            "targetSslProxy": {
30376              "description": "Name of the TargetSslProxy resource whose BackendService resource is to be set.",
30377              "location": "path",
30378              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
30379              "required": true,
30380              "type": "string"
30381            }
30382          },
30383          "path": "projects/{project}/global/targetSslProxies/{targetSslProxy}/setBackendService",
30384          "request": {
30385            "$ref": "TargetSslProxiesSetBackendServiceRequest"
30386          },
30387          "response": {
30388            "$ref": "Operation"
30389          },
30390          "scopes": [
30391            "https://www.googleapis.com/auth/cloud-platform",
30392            "https://www.googleapis.com/auth/compute"
30393          ]
30394        },
30395        "setCertificateMap": {
30396          "description": "Changes the Certificate Map for TargetSslProxy.",
30397          "httpMethod": "POST",
30398          "id": "compute.targetSslProxies.setCertificateMap",
30399          "parameterOrder": [
30400            "project",
30401            "targetSslProxy"
30402          ],
30403          "parameters": {
30404            "project": {
30405              "description": "Project ID for this request.",
30406              "location": "path",
30407              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
30408              "required": true,
30409              "type": "string"
30410            },
30411            "requestId": {
30412              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
30413              "location": "query",
30414              "type": "string"
30415            },
30416            "targetSslProxy": {
30417              "description": "Name of the TargetSslProxy resource whose CertificateMap is to be set. The name must be 1-63 characters long, and comply with RFC1035.",
30418              "location": "path",
30419              "required": true,
30420              "type": "string"
30421            }
30422          },
30423          "path": "projects/{project}/global/targetSslProxies/{targetSslProxy}/setCertificateMap",
30424          "request": {
30425            "$ref": "TargetSslProxiesSetCertificateMapRequest"
30426          },
30427          "response": {
30428            "$ref": "Operation"
30429          },
30430          "scopes": [
30431            "https://www.googleapis.com/auth/cloud-platform",
30432            "https://www.googleapis.com/auth/compute"
30433          ]
30434        },
30435        "setProxyHeader": {
30436          "description": "Changes the ProxyHeaderType for TargetSslProxy.",
30437          "httpMethod": "POST",
30438          "id": "compute.targetSslProxies.setProxyHeader",
30439          "parameterOrder": [
30440            "project",
30441            "targetSslProxy"
30442          ],
30443          "parameters": {
30444            "project": {
30445              "description": "Project ID for this request.",
30446              "location": "path",
30447              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
30448              "required": true,
30449              "type": "string"
30450            },
30451            "requestId": {
30452              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
30453              "location": "query",
30454              "type": "string"
30455            },
30456            "targetSslProxy": {
30457              "description": "Name of the TargetSslProxy resource whose ProxyHeader is to be set.",
30458              "location": "path",
30459              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
30460              "required": true,
30461              "type": "string"
30462            }
30463          },
30464          "path": "projects/{project}/global/targetSslProxies/{targetSslProxy}/setProxyHeader",
30465          "request": {
30466            "$ref": "TargetSslProxiesSetProxyHeaderRequest"
30467          },
30468          "response": {
30469            "$ref": "Operation"
30470          },
30471          "scopes": [
30472            "https://www.googleapis.com/auth/cloud-platform",
30473            "https://www.googleapis.com/auth/compute"
30474          ]
30475        },
30476        "setSslCertificates": {
30477          "description": "Changes SslCertificates for TargetSslProxy.",
30478          "httpMethod": "POST",
30479          "id": "compute.targetSslProxies.setSslCertificates",
30480          "parameterOrder": [
30481            "project",
30482            "targetSslProxy"
30483          ],
30484          "parameters": {
30485            "project": {
30486              "description": "Project ID for this request.",
30487              "location": "path",
30488              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
30489              "required": true,
30490              "type": "string"
30491            },
30492            "requestId": {
30493              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
30494              "location": "query",
30495              "type": "string"
30496            },
30497            "targetSslProxy": {
30498              "description": "Name of the TargetSslProxy resource whose SslCertificate resource is to be set.",
30499              "location": "path",
30500              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
30501              "required": true,
30502              "type": "string"
30503            }
30504          },
30505          "path": "projects/{project}/global/targetSslProxies/{targetSslProxy}/setSslCertificates",
30506          "request": {
30507            "$ref": "TargetSslProxiesSetSslCertificatesRequest"
30508          },
30509          "response": {
30510            "$ref": "Operation"
30511          },
30512          "scopes": [
30513            "https://www.googleapis.com/auth/cloud-platform",
30514            "https://www.googleapis.com/auth/compute"
30515          ]
30516        },
30517        "setSslPolicy": {
30518          "description": "Sets the SSL policy for TargetSslProxy. The SSL policy specifies the server-side support for SSL features. This affects connections between clients and the SSL proxy load balancer. They do not affect the connection between the load balancer and the backends.",
30519          "httpMethod": "POST",
30520          "id": "compute.targetSslProxies.setSslPolicy",
30521          "parameterOrder": [
30522            "project",
30523            "targetSslProxy"
30524          ],
30525          "parameters": {
30526            "project": {
30527              "description": "Project ID for this request.",
30528              "location": "path",
30529              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
30530              "required": true,
30531              "type": "string"
30532            },
30533            "requestId": {
30534              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
30535              "location": "query",
30536              "type": "string"
30537            },
30538            "targetSslProxy": {
30539              "description": "Name of the TargetSslProxy resource whose SSL policy is to be set. The name must be 1-63 characters long, and comply with RFC1035.",
30540              "location": "path",
30541              "required": true,
30542              "type": "string"
30543            }
30544          },
30545          "path": "projects/{project}/global/targetSslProxies/{targetSslProxy}/setSslPolicy",
30546          "request": {
30547            "$ref": "SslPolicyReference"
30548          },
30549          "response": {
30550            "$ref": "Operation"
30551          },
30552          "scopes": [
30553            "https://www.googleapis.com/auth/cloud-platform",
30554            "https://www.googleapis.com/auth/compute"
30555          ]
30556        },
30557        "testIamPermissions": {
30558          "description": "Returns permissions that a caller has on the specified resource.",
30559          "httpMethod": "POST",
30560          "id": "compute.targetSslProxies.testIamPermissions",
30561          "parameterOrder": [
30562            "project",
30563            "resource"
30564          ],
30565          "parameters": {
30566            "project": {
30567              "description": "Project ID for this request.",
30568              "location": "path",
30569              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
30570              "required": true,
30571              "type": "string"
30572            },
30573            "resource": {
30574              "description": "Name or id of the resource for this request.",
30575              "location": "path",
30576              "pattern": "[a-z](?:[-a-z0-9_]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
30577              "required": true,
30578              "type": "string"
30579            }
30580          },
30581          "path": "projects/{project}/global/targetSslProxies/{resource}/testIamPermissions",
30582          "request": {
30583            "$ref": "TestPermissionsRequest"
30584          },
30585          "response": {
30586            "$ref": "TestPermissionsResponse"
30587          },
30588          "scopes": [
30589            "https://www.googleapis.com/auth/cloud-platform",
30590            "https://www.googleapis.com/auth/compute",
30591            "https://www.googleapis.com/auth/compute.readonly"
30592          ]
30593        }
30594      }
30595    },
30596    "targetTcpProxies": {
30597      "methods": {
30598        "delete": {
30599          "description": "Deletes the specified TargetTcpProxy resource.",
30600          "httpMethod": "DELETE",
30601          "id": "compute.targetTcpProxies.delete",
30602          "parameterOrder": [
30603            "project",
30604            "targetTcpProxy"
30605          ],
30606          "parameters": {
30607            "project": {
30608              "description": "Project ID for this request.",
30609              "location": "path",
30610              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
30611              "required": true,
30612              "type": "string"
30613            },
30614            "requestId": {
30615              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
30616              "location": "query",
30617              "type": "string"
30618            },
30619            "targetTcpProxy": {
30620              "description": "Name of the TargetTcpProxy resource to delete.",
30621              "location": "path",
30622              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
30623              "required": true,
30624              "type": "string"
30625            }
30626          },
30627          "path": "projects/{project}/global/targetTcpProxies/{targetTcpProxy}",
30628          "response": {
30629            "$ref": "Operation"
30630          },
30631          "scopes": [
30632            "https://www.googleapis.com/auth/cloud-platform",
30633            "https://www.googleapis.com/auth/compute"
30634          ]
30635        },
30636        "get": {
30637          "description": "Returns the specified TargetTcpProxy resource. Gets a list of available target TCP proxies by making a list() request.",
30638          "httpMethod": "GET",
30639          "id": "compute.targetTcpProxies.get",
30640          "parameterOrder": [
30641            "project",
30642            "targetTcpProxy"
30643          ],
30644          "parameters": {
30645            "project": {
30646              "description": "Project ID for this request.",
30647              "location": "path",
30648              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
30649              "required": true,
30650              "type": "string"
30651            },
30652            "targetTcpProxy": {
30653              "description": "Name of the TargetTcpProxy resource to return.",
30654              "location": "path",
30655              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
30656              "required": true,
30657              "type": "string"
30658            }
30659          },
30660          "path": "projects/{project}/global/targetTcpProxies/{targetTcpProxy}",
30661          "response": {
30662            "$ref": "TargetTcpProxy"
30663          },
30664          "scopes": [
30665            "https://www.googleapis.com/auth/cloud-platform",
30666            "https://www.googleapis.com/auth/compute",
30667            "https://www.googleapis.com/auth/compute.readonly"
30668          ]
30669        },
30670        "insert": {
30671          "description": "Creates a TargetTcpProxy resource in the specified project using the data included in the request.",
30672          "httpMethod": "POST",
30673          "id": "compute.targetTcpProxies.insert",
30674          "parameterOrder": [
30675            "project"
30676          ],
30677          "parameters": {
30678            "project": {
30679              "description": "Project ID for this request.",
30680              "location": "path",
30681              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
30682              "required": true,
30683              "type": "string"
30684            },
30685            "requestId": {
30686              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
30687              "location": "query",
30688              "type": "string"
30689            }
30690          },
30691          "path": "projects/{project}/global/targetTcpProxies",
30692          "request": {
30693            "$ref": "TargetTcpProxy"
30694          },
30695          "response": {
30696            "$ref": "Operation"
30697          },
30698          "scopes": [
30699            "https://www.googleapis.com/auth/cloud-platform",
30700            "https://www.googleapis.com/auth/compute"
30701          ]
30702        },
30703        "list": {
30704          "description": "Retrieves the list of TargetTcpProxy resources available to the specified project.",
30705          "httpMethod": "GET",
30706          "id": "compute.targetTcpProxies.list",
30707          "parameterOrder": [
30708            "project"
30709          ],
30710          "parameters": {
30711            "filter": {
30712              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
30713              "location": "query",
30714              "type": "string"
30715            },
30716            "maxResults": {
30717              "default": "500",
30718              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
30719              "format": "uint32",
30720              "location": "query",
30721              "minimum": "0",
30722              "type": "integer"
30723            },
30724            "orderBy": {
30725              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
30726              "location": "query",
30727              "type": "string"
30728            },
30729            "pageToken": {
30730              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
30731              "location": "query",
30732              "type": "string"
30733            },
30734            "project": {
30735              "description": "Project ID for this request.",
30736              "location": "path",
30737              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
30738              "required": true,
30739              "type": "string"
30740            },
30741            "returnPartialSuccess": {
30742              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
30743              "location": "query",
30744              "type": "boolean"
30745            }
30746          },
30747          "path": "projects/{project}/global/targetTcpProxies",
30748          "response": {
30749            "$ref": "TargetTcpProxyList"
30750          },
30751          "scopes": [
30752            "https://www.googleapis.com/auth/cloud-platform",
30753            "https://www.googleapis.com/auth/compute",
30754            "https://www.googleapis.com/auth/compute.readonly"
30755          ]
30756        },
30757        "setBackendService": {
30758          "description": "Changes the BackendService for TargetTcpProxy.",
30759          "httpMethod": "POST",
30760          "id": "compute.targetTcpProxies.setBackendService",
30761          "parameterOrder": [
30762            "project",
30763            "targetTcpProxy"
30764          ],
30765          "parameters": {
30766            "project": {
30767              "description": "Project ID for this request.",
30768              "location": "path",
30769              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
30770              "required": true,
30771              "type": "string"
30772            },
30773            "requestId": {
30774              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
30775              "location": "query",
30776              "type": "string"
30777            },
30778            "targetTcpProxy": {
30779              "description": "Name of the TargetTcpProxy resource whose BackendService resource is to be set.",
30780              "location": "path",
30781              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
30782              "required": true,
30783              "type": "string"
30784            }
30785          },
30786          "path": "projects/{project}/global/targetTcpProxies/{targetTcpProxy}/setBackendService",
30787          "request": {
30788            "$ref": "TargetTcpProxiesSetBackendServiceRequest"
30789          },
30790          "response": {
30791            "$ref": "Operation"
30792          },
30793          "scopes": [
30794            "https://www.googleapis.com/auth/cloud-platform",
30795            "https://www.googleapis.com/auth/compute"
30796          ]
30797        },
30798        "setProxyHeader": {
30799          "description": "Changes the ProxyHeaderType for TargetTcpProxy.",
30800          "httpMethod": "POST",
30801          "id": "compute.targetTcpProxies.setProxyHeader",
30802          "parameterOrder": [
30803            "project",
30804            "targetTcpProxy"
30805          ],
30806          "parameters": {
30807            "project": {
30808              "description": "Project ID for this request.",
30809              "location": "path",
30810              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
30811              "required": true,
30812              "type": "string"
30813            },
30814            "requestId": {
30815              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
30816              "location": "query",
30817              "type": "string"
30818            },
30819            "targetTcpProxy": {
30820              "description": "Name of the TargetTcpProxy resource whose ProxyHeader is to be set.",
30821              "location": "path",
30822              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
30823              "required": true,
30824              "type": "string"
30825            }
30826          },
30827          "path": "projects/{project}/global/targetTcpProxies/{targetTcpProxy}/setProxyHeader",
30828          "request": {
30829            "$ref": "TargetTcpProxiesSetProxyHeaderRequest"
30830          },
30831          "response": {
30832            "$ref": "Operation"
30833          },
30834          "scopes": [
30835            "https://www.googleapis.com/auth/cloud-platform",
30836            "https://www.googleapis.com/auth/compute"
30837          ]
30838        },
30839        "testIamPermissions": {
30840          "description": "Returns permissions that a caller has on the specified resource.",
30841          "httpMethod": "POST",
30842          "id": "compute.targetTcpProxies.testIamPermissions",
30843          "parameterOrder": [
30844            "project",
30845            "resource"
30846          ],
30847          "parameters": {
30848            "project": {
30849              "description": "Project ID for this request.",
30850              "location": "path",
30851              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
30852              "required": true,
30853              "type": "string"
30854            },
30855            "resource": {
30856              "description": "Name or id of the resource for this request.",
30857              "location": "path",
30858              "pattern": "[a-z](?:[-a-z0-9_]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
30859              "required": true,
30860              "type": "string"
30861            }
30862          },
30863          "path": "projects/{project}/global/targetTcpProxies/{resource}/testIamPermissions",
30864          "request": {
30865            "$ref": "TestPermissionsRequest"
30866          },
30867          "response": {
30868            "$ref": "TestPermissionsResponse"
30869          },
30870          "scopes": [
30871            "https://www.googleapis.com/auth/cloud-platform",
30872            "https://www.googleapis.com/auth/compute",
30873            "https://www.googleapis.com/auth/compute.readonly"
30874          ]
30875        }
30876      }
30877    },
30878    "targetVpnGateways": {
30879      "methods": {
30880        "aggregatedList": {
30881          "description": "Retrieves an aggregated list of target VPN gateways.",
30882          "httpMethod": "GET",
30883          "id": "compute.targetVpnGateways.aggregatedList",
30884          "parameterOrder": [
30885            "project"
30886          ],
30887          "parameters": {
30888            "filter": {
30889              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
30890              "location": "query",
30891              "type": "string"
30892            },
30893            "includeAllScopes": {
30894              "description": "Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.",
30895              "location": "query",
30896              "type": "boolean"
30897            },
30898            "maxResults": {
30899              "default": "500",
30900              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
30901              "format": "uint32",
30902              "location": "query",
30903              "minimum": "0",
30904              "type": "integer"
30905            },
30906            "orderBy": {
30907              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
30908              "location": "query",
30909              "type": "string"
30910            },
30911            "pageToken": {
30912              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
30913              "location": "query",
30914              "type": "string"
30915            },
30916            "project": {
30917              "description": "Project ID for this request.",
30918              "location": "path",
30919              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
30920              "required": true,
30921              "type": "string"
30922            },
30923            "returnPartialSuccess": {
30924              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
30925              "location": "query",
30926              "type": "boolean"
30927            }
30928          },
30929          "path": "projects/{project}/aggregated/targetVpnGateways",
30930          "response": {
30931            "$ref": "TargetVpnGatewayAggregatedList"
30932          },
30933          "scopes": [
30934            "https://www.googleapis.com/auth/cloud-platform",
30935            "https://www.googleapis.com/auth/compute",
30936            "https://www.googleapis.com/auth/compute.readonly"
30937          ]
30938        },
30939        "delete": {
30940          "description": "Deletes the specified target VPN gateway.",
30941          "httpMethod": "DELETE",
30942          "id": "compute.targetVpnGateways.delete",
30943          "parameterOrder": [
30944            "project",
30945            "region",
30946            "targetVpnGateway"
30947          ],
30948          "parameters": {
30949            "project": {
30950              "description": "Project ID for this request.",
30951              "location": "path",
30952              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
30953              "required": true,
30954              "type": "string"
30955            },
30956            "region": {
30957              "description": "Name of the region for this request.",
30958              "location": "path",
30959              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
30960              "required": true,
30961              "type": "string"
30962            },
30963            "requestId": {
30964              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
30965              "location": "query",
30966              "type": "string"
30967            },
30968            "targetVpnGateway": {
30969              "description": "Name of the target VPN gateway to delete.",
30970              "location": "path",
30971              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
30972              "required": true,
30973              "type": "string"
30974            }
30975          },
30976          "path": "projects/{project}/regions/{region}/targetVpnGateways/{targetVpnGateway}",
30977          "response": {
30978            "$ref": "Operation"
30979          },
30980          "scopes": [
30981            "https://www.googleapis.com/auth/cloud-platform",
30982            "https://www.googleapis.com/auth/compute"
30983          ]
30984        },
30985        "get": {
30986          "description": "Returns the specified target VPN gateway. Gets a list of available target VPN gateways by making a list() request.",
30987          "httpMethod": "GET",
30988          "id": "compute.targetVpnGateways.get",
30989          "parameterOrder": [
30990            "project",
30991            "region",
30992            "targetVpnGateway"
30993          ],
30994          "parameters": {
30995            "project": {
30996              "description": "Project ID for this request.",
30997              "location": "path",
30998              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
30999              "required": true,
31000              "type": "string"
31001            },
31002            "region": {
31003              "description": "Name of the region for this request.",
31004              "location": "path",
31005              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
31006              "required": true,
31007              "type": "string"
31008            },
31009            "targetVpnGateway": {
31010              "description": "Name of the target VPN gateway to return.",
31011              "location": "path",
31012              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
31013              "required": true,
31014              "type": "string"
31015            }
31016          },
31017          "path": "projects/{project}/regions/{region}/targetVpnGateways/{targetVpnGateway}",
31018          "response": {
31019            "$ref": "TargetVpnGateway"
31020          },
31021          "scopes": [
31022            "https://www.googleapis.com/auth/cloud-platform",
31023            "https://www.googleapis.com/auth/compute",
31024            "https://www.googleapis.com/auth/compute.readonly"
31025          ]
31026        },
31027        "insert": {
31028          "description": "Creates a target VPN gateway in the specified project and region using the data included in the request.",
31029          "httpMethod": "POST",
31030          "id": "compute.targetVpnGateways.insert",
31031          "parameterOrder": [
31032            "project",
31033            "region"
31034          ],
31035          "parameters": {
31036            "project": {
31037              "description": "Project ID for this request.",
31038              "location": "path",
31039              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
31040              "required": true,
31041              "type": "string"
31042            },
31043            "region": {
31044              "description": "Name of the region for this request.",
31045              "location": "path",
31046              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
31047              "required": true,
31048              "type": "string"
31049            },
31050            "requestId": {
31051              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
31052              "location": "query",
31053              "type": "string"
31054            }
31055          },
31056          "path": "projects/{project}/regions/{region}/targetVpnGateways",
31057          "request": {
31058            "$ref": "TargetVpnGateway"
31059          },
31060          "response": {
31061            "$ref": "Operation"
31062          },
31063          "scopes": [
31064            "https://www.googleapis.com/auth/cloud-platform",
31065            "https://www.googleapis.com/auth/compute"
31066          ]
31067        },
31068        "list": {
31069          "description": "Retrieves a list of target VPN gateways available to the specified project and region.",
31070          "httpMethod": "GET",
31071          "id": "compute.targetVpnGateways.list",
31072          "parameterOrder": [
31073            "project",
31074            "region"
31075          ],
31076          "parameters": {
31077            "filter": {
31078              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
31079              "location": "query",
31080              "type": "string"
31081            },
31082            "maxResults": {
31083              "default": "500",
31084              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
31085              "format": "uint32",
31086              "location": "query",
31087              "minimum": "0",
31088              "type": "integer"
31089            },
31090            "orderBy": {
31091              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
31092              "location": "query",
31093              "type": "string"
31094            },
31095            "pageToken": {
31096              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
31097              "location": "query",
31098              "type": "string"
31099            },
31100            "project": {
31101              "description": "Project ID for this request.",
31102              "location": "path",
31103              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
31104              "required": true,
31105              "type": "string"
31106            },
31107            "region": {
31108              "description": "Name of the region for this request.",
31109              "location": "path",
31110              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
31111              "required": true,
31112              "type": "string"
31113            },
31114            "returnPartialSuccess": {
31115              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
31116              "location": "query",
31117              "type": "boolean"
31118            }
31119          },
31120          "path": "projects/{project}/regions/{region}/targetVpnGateways",
31121          "response": {
31122            "$ref": "TargetVpnGatewayList"
31123          },
31124          "scopes": [
31125            "https://www.googleapis.com/auth/cloud-platform",
31126            "https://www.googleapis.com/auth/compute",
31127            "https://www.googleapis.com/auth/compute.readonly"
31128          ]
31129        },
31130        "setLabels": {
31131          "description": "Sets the labels on a TargetVpnGateway. To learn more about labels, read the Labeling Resources documentation.",
31132          "httpMethod": "POST",
31133          "id": "compute.targetVpnGateways.setLabels",
31134          "parameterOrder": [
31135            "project",
31136            "region",
31137            "resource"
31138          ],
31139          "parameters": {
31140            "project": {
31141              "description": "Project ID for this request.",
31142              "location": "path",
31143              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
31144              "required": true,
31145              "type": "string"
31146            },
31147            "region": {
31148              "description": "The region for this request.",
31149              "location": "path",
31150              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
31151              "required": true,
31152              "type": "string"
31153            },
31154            "requestId": {
31155              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
31156              "location": "query",
31157              "type": "string"
31158            },
31159            "resource": {
31160              "description": "Name or id of the resource for this request.",
31161              "location": "path",
31162              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
31163              "required": true,
31164              "type": "string"
31165            }
31166          },
31167          "path": "projects/{project}/regions/{region}/targetVpnGateways/{resource}/setLabels",
31168          "request": {
31169            "$ref": "RegionSetLabelsRequest"
31170          },
31171          "response": {
31172            "$ref": "Operation"
31173          },
31174          "scopes": [
31175            "https://www.googleapis.com/auth/cloud-platform",
31176            "https://www.googleapis.com/auth/compute"
31177          ]
31178        },
31179        "testIamPermissions": {
31180          "description": "Returns permissions that a caller has on the specified resource.",
31181          "httpMethod": "POST",
31182          "id": "compute.targetVpnGateways.testIamPermissions",
31183          "parameterOrder": [
31184            "project",
31185            "region",
31186            "resource"
31187          ],
31188          "parameters": {
31189            "project": {
31190              "description": "Project ID for this request.",
31191              "location": "path",
31192              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
31193              "required": true,
31194              "type": "string"
31195            },
31196            "region": {
31197              "description": "The name of the region for this request.",
31198              "location": "path",
31199              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
31200              "required": true,
31201              "type": "string"
31202            },
31203            "resource": {
31204              "description": "Name or id of the resource for this request.",
31205              "location": "path",
31206              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
31207              "required": true,
31208              "type": "string"
31209            }
31210          },
31211          "path": "projects/{project}/regions/{region}/targetVpnGateways/{resource}/testIamPermissions",
31212          "request": {
31213            "$ref": "TestPermissionsRequest"
31214          },
31215          "response": {
31216            "$ref": "TestPermissionsResponse"
31217          },
31218          "scopes": [
31219            "https://www.googleapis.com/auth/cloud-platform",
31220            "https://www.googleapis.com/auth/compute",
31221            "https://www.googleapis.com/auth/compute.readonly"
31222          ]
31223        }
31224      }
31225    },
31226    "urlMaps": {
31227      "methods": {
31228        "aggregatedList": {
31229          "description": "Retrieves the list of all UrlMap resources, regional and global, available to the specified project.",
31230          "httpMethod": "GET",
31231          "id": "compute.urlMaps.aggregatedList",
31232          "parameterOrder": [
31233            "project"
31234          ],
31235          "parameters": {
31236            "filter": {
31237              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
31238              "location": "query",
31239              "type": "string"
31240            },
31241            "includeAllScopes": {
31242              "description": "Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.",
31243              "location": "query",
31244              "type": "boolean"
31245            },
31246            "maxResults": {
31247              "default": "500",
31248              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
31249              "format": "uint32",
31250              "location": "query",
31251              "minimum": "0",
31252              "type": "integer"
31253            },
31254            "orderBy": {
31255              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
31256              "location": "query",
31257              "type": "string"
31258            },
31259            "pageToken": {
31260              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
31261              "location": "query",
31262              "type": "string"
31263            },
31264            "project": {
31265              "description": "Name of the project scoping this request.",
31266              "location": "path",
31267              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
31268              "required": true,
31269              "type": "string"
31270            },
31271            "returnPartialSuccess": {
31272              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
31273              "location": "query",
31274              "type": "boolean"
31275            }
31276          },
31277          "path": "projects/{project}/aggregated/urlMaps",
31278          "response": {
31279            "$ref": "UrlMapsAggregatedList"
31280          },
31281          "scopes": [
31282            "https://www.googleapis.com/auth/cloud-platform",
31283            "https://www.googleapis.com/auth/compute",
31284            "https://www.googleapis.com/auth/compute.readonly"
31285          ]
31286        },
31287        "delete": {
31288          "description": "Deletes the specified UrlMap resource.",
31289          "httpMethod": "DELETE",
31290          "id": "compute.urlMaps.delete",
31291          "parameterOrder": [
31292            "project",
31293            "urlMap"
31294          ],
31295          "parameters": {
31296            "project": {
31297              "description": "Project ID for this request.",
31298              "location": "path",
31299              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
31300              "required": true,
31301              "type": "string"
31302            },
31303            "requestId": {
31304              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
31305              "location": "query",
31306              "type": "string"
31307            },
31308            "urlMap": {
31309              "description": "Name of the UrlMap resource to delete.",
31310              "location": "path",
31311              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
31312              "required": true,
31313              "type": "string"
31314            }
31315          },
31316          "path": "projects/{project}/global/urlMaps/{urlMap}",
31317          "response": {
31318            "$ref": "Operation"
31319          },
31320          "scopes": [
31321            "https://www.googleapis.com/auth/cloud-platform",
31322            "https://www.googleapis.com/auth/compute"
31323          ]
31324        },
31325        "get": {
31326          "description": "Returns the specified UrlMap resource. Gets a list of available URL maps by making a list() request.",
31327          "httpMethod": "GET",
31328          "id": "compute.urlMaps.get",
31329          "parameterOrder": [
31330            "project",
31331            "urlMap"
31332          ],
31333          "parameters": {
31334            "project": {
31335              "description": "Project ID for this request.",
31336              "location": "path",
31337              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
31338              "required": true,
31339              "type": "string"
31340            },
31341            "urlMap": {
31342              "description": "Name of the UrlMap resource to return.",
31343              "location": "path",
31344              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
31345              "required": true,
31346              "type": "string"
31347            }
31348          },
31349          "path": "projects/{project}/global/urlMaps/{urlMap}",
31350          "response": {
31351            "$ref": "UrlMap"
31352          },
31353          "scopes": [
31354            "https://www.googleapis.com/auth/cloud-platform",
31355            "https://www.googleapis.com/auth/compute",
31356            "https://www.googleapis.com/auth/compute.readonly"
31357          ]
31358        },
31359        "insert": {
31360          "description": "Creates a UrlMap resource in the specified project using the data included in the request.",
31361          "httpMethod": "POST",
31362          "id": "compute.urlMaps.insert",
31363          "parameterOrder": [
31364            "project"
31365          ],
31366          "parameters": {
31367            "project": {
31368              "description": "Project ID for this request.",
31369              "location": "path",
31370              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
31371              "required": true,
31372              "type": "string"
31373            },
31374            "requestId": {
31375              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
31376              "location": "query",
31377              "type": "string"
31378            }
31379          },
31380          "path": "projects/{project}/global/urlMaps",
31381          "request": {
31382            "$ref": "UrlMap"
31383          },
31384          "response": {
31385            "$ref": "Operation"
31386          },
31387          "scopes": [
31388            "https://www.googleapis.com/auth/cloud-platform",
31389            "https://www.googleapis.com/auth/compute"
31390          ]
31391        },
31392        "invalidateCache": {
31393          "description": "Initiates a cache invalidation operation, invalidating the specified path, scoped to the specified UrlMap.\n\nFor more information, see [Invalidating cached content](/cdn/docs/invalidating-cached-content).",
31394          "httpMethod": "POST",
31395          "id": "compute.urlMaps.invalidateCache",
31396          "parameterOrder": [
31397            "project",
31398            "urlMap"
31399          ],
31400          "parameters": {
31401            "project": {
31402              "description": "Project ID for this request.",
31403              "location": "path",
31404              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
31405              "required": true,
31406              "type": "string"
31407            },
31408            "requestId": {
31409              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
31410              "location": "query",
31411              "type": "string"
31412            },
31413            "urlMap": {
31414              "description": "Name of the UrlMap scoping this request.",
31415              "location": "path",
31416              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
31417              "required": true,
31418              "type": "string"
31419            }
31420          },
31421          "path": "projects/{project}/global/urlMaps/{urlMap}/invalidateCache",
31422          "request": {
31423            "$ref": "CacheInvalidationRule"
31424          },
31425          "response": {
31426            "$ref": "Operation"
31427          },
31428          "scopes": [
31429            "https://www.googleapis.com/auth/cloud-platform",
31430            "https://www.googleapis.com/auth/compute"
31431          ]
31432        },
31433        "list": {
31434          "description": "Retrieves the list of UrlMap resources available to the specified project.",
31435          "httpMethod": "GET",
31436          "id": "compute.urlMaps.list",
31437          "parameterOrder": [
31438            "project"
31439          ],
31440          "parameters": {
31441            "filter": {
31442              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
31443              "location": "query",
31444              "type": "string"
31445            },
31446            "maxResults": {
31447              "default": "500",
31448              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
31449              "format": "uint32",
31450              "location": "query",
31451              "minimum": "0",
31452              "type": "integer"
31453            },
31454            "orderBy": {
31455              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
31456              "location": "query",
31457              "type": "string"
31458            },
31459            "pageToken": {
31460              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
31461              "location": "query",
31462              "type": "string"
31463            },
31464            "project": {
31465              "description": "Project ID for this request.",
31466              "location": "path",
31467              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
31468              "required": true,
31469              "type": "string"
31470            },
31471            "returnPartialSuccess": {
31472              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
31473              "location": "query",
31474              "type": "boolean"
31475            }
31476          },
31477          "path": "projects/{project}/global/urlMaps",
31478          "response": {
31479            "$ref": "UrlMapList"
31480          },
31481          "scopes": [
31482            "https://www.googleapis.com/auth/cloud-platform",
31483            "https://www.googleapis.com/auth/compute",
31484            "https://www.googleapis.com/auth/compute.readonly"
31485          ]
31486        },
31487        "patch": {
31488          "description": "Patches the specified UrlMap resource with the data included in the request. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.",
31489          "httpMethod": "PATCH",
31490          "id": "compute.urlMaps.patch",
31491          "parameterOrder": [
31492            "project",
31493            "urlMap"
31494          ],
31495          "parameters": {
31496            "project": {
31497              "description": "Project ID for this request.",
31498              "location": "path",
31499              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
31500              "required": true,
31501              "type": "string"
31502            },
31503            "requestId": {
31504              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
31505              "location": "query",
31506              "type": "string"
31507            },
31508            "urlMap": {
31509              "description": "Name of the UrlMap resource to patch.",
31510              "location": "path",
31511              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
31512              "required": true,
31513              "type": "string"
31514            }
31515          },
31516          "path": "projects/{project}/global/urlMaps/{urlMap}",
31517          "request": {
31518            "$ref": "UrlMap"
31519          },
31520          "response": {
31521            "$ref": "Operation"
31522          },
31523          "scopes": [
31524            "https://www.googleapis.com/auth/cloud-platform",
31525            "https://www.googleapis.com/auth/compute"
31526          ]
31527        },
31528        "testIamPermissions": {
31529          "description": "Returns permissions that a caller has on the specified resource.",
31530          "httpMethod": "POST",
31531          "id": "compute.urlMaps.testIamPermissions",
31532          "parameterOrder": [
31533            "project",
31534            "resource"
31535          ],
31536          "parameters": {
31537            "project": {
31538              "description": "Project ID for this request.",
31539              "location": "path",
31540              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
31541              "required": true,
31542              "type": "string"
31543            },
31544            "resource": {
31545              "description": "Name or id of the resource for this request.",
31546              "location": "path",
31547              "pattern": "[a-z](?:[-a-z0-9_]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
31548              "required": true,
31549              "type": "string"
31550            }
31551          },
31552          "path": "projects/{project}/global/urlMaps/{resource}/testIamPermissions",
31553          "request": {
31554            "$ref": "TestPermissionsRequest"
31555          },
31556          "response": {
31557            "$ref": "TestPermissionsResponse"
31558          },
31559          "scopes": [
31560            "https://www.googleapis.com/auth/cloud-platform",
31561            "https://www.googleapis.com/auth/compute",
31562            "https://www.googleapis.com/auth/compute.readonly"
31563          ]
31564        },
31565        "update": {
31566          "description": "Updates the specified UrlMap resource with the data included in the request.",
31567          "httpMethod": "PUT",
31568          "id": "compute.urlMaps.update",
31569          "parameterOrder": [
31570            "project",
31571            "urlMap"
31572          ],
31573          "parameters": {
31574            "project": {
31575              "description": "Project ID for this request.",
31576              "location": "path",
31577              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
31578              "required": true,
31579              "type": "string"
31580            },
31581            "requestId": {
31582              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
31583              "location": "query",
31584              "type": "string"
31585            },
31586            "urlMap": {
31587              "description": "Name of the UrlMap resource to update.",
31588              "location": "path",
31589              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
31590              "required": true,
31591              "type": "string"
31592            }
31593          },
31594          "path": "projects/{project}/global/urlMaps/{urlMap}",
31595          "request": {
31596            "$ref": "UrlMap"
31597          },
31598          "response": {
31599            "$ref": "Operation"
31600          },
31601          "scopes": [
31602            "https://www.googleapis.com/auth/cloud-platform",
31603            "https://www.googleapis.com/auth/compute"
31604          ]
31605        },
31606        "validate": {
31607          "description": "Runs static validation for the UrlMap. In particular, the tests of the provided UrlMap will be run. Calling this method does NOT create the UrlMap.",
31608          "httpMethod": "POST",
31609          "id": "compute.urlMaps.validate",
31610          "parameterOrder": [
31611            "project",
31612            "urlMap"
31613          ],
31614          "parameters": {
31615            "project": {
31616              "description": "Project ID for this request.",
31617              "location": "path",
31618              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
31619              "required": true,
31620              "type": "string"
31621            },
31622            "urlMap": {
31623              "description": "Name of the UrlMap resource to be validated as.",
31624              "location": "path",
31625              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
31626              "required": true,
31627              "type": "string"
31628            }
31629          },
31630          "path": "projects/{project}/global/urlMaps/{urlMap}/validate",
31631          "request": {
31632            "$ref": "UrlMapsValidateRequest"
31633          },
31634          "response": {
31635            "$ref": "UrlMapsValidateResponse"
31636          },
31637          "scopes": [
31638            "https://www.googleapis.com/auth/cloud-platform",
31639            "https://www.googleapis.com/auth/compute"
31640          ]
31641        }
31642      }
31643    },
31644    "vpnGateways": {
31645      "methods": {
31646        "aggregatedList": {
31647          "description": "Retrieves an aggregated list of VPN gateways.",
31648          "httpMethod": "GET",
31649          "id": "compute.vpnGateways.aggregatedList",
31650          "parameterOrder": [
31651            "project"
31652          ],
31653          "parameters": {
31654            "filter": {
31655              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
31656              "location": "query",
31657              "type": "string"
31658            },
31659            "includeAllScopes": {
31660              "description": "Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.",
31661              "location": "query",
31662              "type": "boolean"
31663            },
31664            "maxResults": {
31665              "default": "500",
31666              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
31667              "format": "uint32",
31668              "location": "query",
31669              "minimum": "0",
31670              "type": "integer"
31671            },
31672            "orderBy": {
31673              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
31674              "location": "query",
31675              "type": "string"
31676            },
31677            "pageToken": {
31678              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
31679              "location": "query",
31680              "type": "string"
31681            },
31682            "project": {
31683              "description": "Project ID for this request.",
31684              "location": "path",
31685              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
31686              "required": true,
31687              "type": "string"
31688            },
31689            "returnPartialSuccess": {
31690              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
31691              "location": "query",
31692              "type": "boolean"
31693            }
31694          },
31695          "path": "projects/{project}/aggregated/vpnGateways",
31696          "response": {
31697            "$ref": "VpnGatewayAggregatedList"
31698          },
31699          "scopes": [
31700            "https://www.googleapis.com/auth/cloud-platform",
31701            "https://www.googleapis.com/auth/compute",
31702            "https://www.googleapis.com/auth/compute.readonly"
31703          ]
31704        },
31705        "delete": {
31706          "description": "Deletes the specified VPN gateway.",
31707          "httpMethod": "DELETE",
31708          "id": "compute.vpnGateways.delete",
31709          "parameterOrder": [
31710            "project",
31711            "region",
31712            "vpnGateway"
31713          ],
31714          "parameters": {
31715            "project": {
31716              "description": "Project ID for this request.",
31717              "location": "path",
31718              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
31719              "required": true,
31720              "type": "string"
31721            },
31722            "region": {
31723              "description": "Name of the region for this request.",
31724              "location": "path",
31725              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
31726              "required": true,
31727              "type": "string"
31728            },
31729            "requestId": {
31730              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
31731              "location": "query",
31732              "type": "string"
31733            },
31734            "vpnGateway": {
31735              "description": "Name of the VPN gateway to delete.",
31736              "location": "path",
31737              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
31738              "required": true,
31739              "type": "string"
31740            }
31741          },
31742          "path": "projects/{project}/regions/{region}/vpnGateways/{vpnGateway}",
31743          "response": {
31744            "$ref": "Operation"
31745          },
31746          "scopes": [
31747            "https://www.googleapis.com/auth/cloud-platform",
31748            "https://www.googleapis.com/auth/compute"
31749          ]
31750        },
31751        "get": {
31752          "description": "Returns the specified VPN gateway. Gets a list of available VPN gateways by making a list() request.",
31753          "httpMethod": "GET",
31754          "id": "compute.vpnGateways.get",
31755          "parameterOrder": [
31756            "project",
31757            "region",
31758            "vpnGateway"
31759          ],
31760          "parameters": {
31761            "project": {
31762              "description": "Project ID for this request.",
31763              "location": "path",
31764              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
31765              "required": true,
31766              "type": "string"
31767            },
31768            "region": {
31769              "description": "Name of the region for this request.",
31770              "location": "path",
31771              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
31772              "required": true,
31773              "type": "string"
31774            },
31775            "vpnGateway": {
31776              "description": "Name of the VPN gateway to return.",
31777              "location": "path",
31778              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
31779              "required": true,
31780              "type": "string"
31781            }
31782          },
31783          "path": "projects/{project}/regions/{region}/vpnGateways/{vpnGateway}",
31784          "response": {
31785            "$ref": "VpnGateway"
31786          },
31787          "scopes": [
31788            "https://www.googleapis.com/auth/cloud-platform",
31789            "https://www.googleapis.com/auth/compute",
31790            "https://www.googleapis.com/auth/compute.readonly"
31791          ]
31792        },
31793        "getStatus": {
31794          "description": "Returns the status for the specified VPN gateway.",
31795          "httpMethod": "GET",
31796          "id": "compute.vpnGateways.getStatus",
31797          "parameterOrder": [
31798            "project",
31799            "region",
31800            "vpnGateway"
31801          ],
31802          "parameters": {
31803            "project": {
31804              "description": "Project ID for this request.",
31805              "location": "path",
31806              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
31807              "required": true,
31808              "type": "string"
31809            },
31810            "region": {
31811              "description": "Name of the region for this request.",
31812              "location": "path",
31813              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
31814              "required": true,
31815              "type": "string"
31816            },
31817            "vpnGateway": {
31818              "description": "Name of the VPN gateway to return.",
31819              "location": "path",
31820              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
31821              "required": true,
31822              "type": "string"
31823            }
31824          },
31825          "path": "projects/{project}/regions/{region}/vpnGateways/{vpnGateway}/getStatus",
31826          "response": {
31827            "$ref": "VpnGatewaysGetStatusResponse"
31828          },
31829          "scopes": [
31830            "https://www.googleapis.com/auth/cloud-platform",
31831            "https://www.googleapis.com/auth/compute",
31832            "https://www.googleapis.com/auth/compute.readonly"
31833          ]
31834        },
31835        "insert": {
31836          "description": "Creates a VPN gateway in the specified project and region using the data included in the request.",
31837          "httpMethod": "POST",
31838          "id": "compute.vpnGateways.insert",
31839          "parameterOrder": [
31840            "project",
31841            "region"
31842          ],
31843          "parameters": {
31844            "project": {
31845              "description": "Project ID for this request.",
31846              "location": "path",
31847              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
31848              "required": true,
31849              "type": "string"
31850            },
31851            "region": {
31852              "description": "Name of the region for this request.",
31853              "location": "path",
31854              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
31855              "required": true,
31856              "type": "string"
31857            },
31858            "requestId": {
31859              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
31860              "location": "query",
31861              "type": "string"
31862            }
31863          },
31864          "path": "projects/{project}/regions/{region}/vpnGateways",
31865          "request": {
31866            "$ref": "VpnGateway"
31867          },
31868          "response": {
31869            "$ref": "Operation"
31870          },
31871          "scopes": [
31872            "https://www.googleapis.com/auth/cloud-platform",
31873            "https://www.googleapis.com/auth/compute"
31874          ]
31875        },
31876        "list": {
31877          "description": "Retrieves a list of VPN gateways available to the specified project and region.",
31878          "httpMethod": "GET",
31879          "id": "compute.vpnGateways.list",
31880          "parameterOrder": [
31881            "project",
31882            "region"
31883          ],
31884          "parameters": {
31885            "filter": {
31886              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
31887              "location": "query",
31888              "type": "string"
31889            },
31890            "maxResults": {
31891              "default": "500",
31892              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
31893              "format": "uint32",
31894              "location": "query",
31895              "minimum": "0",
31896              "type": "integer"
31897            },
31898            "orderBy": {
31899              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
31900              "location": "query",
31901              "type": "string"
31902            },
31903            "pageToken": {
31904              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
31905              "location": "query",
31906              "type": "string"
31907            },
31908            "project": {
31909              "description": "Project ID for this request.",
31910              "location": "path",
31911              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
31912              "required": true,
31913              "type": "string"
31914            },
31915            "region": {
31916              "description": "Name of the region for this request.",
31917              "location": "path",
31918              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
31919              "required": true,
31920              "type": "string"
31921            },
31922            "returnPartialSuccess": {
31923              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
31924              "location": "query",
31925              "type": "boolean"
31926            }
31927          },
31928          "path": "projects/{project}/regions/{region}/vpnGateways",
31929          "response": {
31930            "$ref": "VpnGatewayList"
31931          },
31932          "scopes": [
31933            "https://www.googleapis.com/auth/cloud-platform",
31934            "https://www.googleapis.com/auth/compute",
31935            "https://www.googleapis.com/auth/compute.readonly"
31936          ]
31937        },
31938        "setLabels": {
31939          "description": "Sets the labels on a VpnGateway. To learn more about labels, read the Labeling Resources documentation.",
31940          "httpMethod": "POST",
31941          "id": "compute.vpnGateways.setLabels",
31942          "parameterOrder": [
31943            "project",
31944            "region",
31945            "resource"
31946          ],
31947          "parameters": {
31948            "project": {
31949              "description": "Project ID for this request.",
31950              "location": "path",
31951              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
31952              "required": true,
31953              "type": "string"
31954            },
31955            "region": {
31956              "description": "The region for this request.",
31957              "location": "path",
31958              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
31959              "required": true,
31960              "type": "string"
31961            },
31962            "requestId": {
31963              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
31964              "location": "query",
31965              "type": "string"
31966            },
31967            "resource": {
31968              "description": "Name or id of the resource for this request.",
31969              "location": "path",
31970              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
31971              "required": true,
31972              "type": "string"
31973            }
31974          },
31975          "path": "projects/{project}/regions/{region}/vpnGateways/{resource}/setLabels",
31976          "request": {
31977            "$ref": "RegionSetLabelsRequest"
31978          },
31979          "response": {
31980            "$ref": "Operation"
31981          },
31982          "scopes": [
31983            "https://www.googleapis.com/auth/cloud-platform",
31984            "https://www.googleapis.com/auth/compute"
31985          ]
31986        },
31987        "testIamPermissions": {
31988          "description": "Returns permissions that a caller has on the specified resource.",
31989          "httpMethod": "POST",
31990          "id": "compute.vpnGateways.testIamPermissions",
31991          "parameterOrder": [
31992            "project",
31993            "region",
31994            "resource"
31995          ],
31996          "parameters": {
31997            "project": {
31998              "description": "Project ID for this request.",
31999              "location": "path",
32000              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
32001              "required": true,
32002              "type": "string"
32003            },
32004            "region": {
32005              "description": "The name of the region for this request.",
32006              "location": "path",
32007              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
32008              "required": true,
32009              "type": "string"
32010            },
32011            "resource": {
32012              "description": "Name or id of the resource for this request.",
32013              "location": "path",
32014              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
32015              "required": true,
32016              "type": "string"
32017            }
32018          },
32019          "path": "projects/{project}/regions/{region}/vpnGateways/{resource}/testIamPermissions",
32020          "request": {
32021            "$ref": "TestPermissionsRequest"
32022          },
32023          "response": {
32024            "$ref": "TestPermissionsResponse"
32025          },
32026          "scopes": [
32027            "https://www.googleapis.com/auth/cloud-platform",
32028            "https://www.googleapis.com/auth/compute",
32029            "https://www.googleapis.com/auth/compute.readonly"
32030          ]
32031        }
32032      }
32033    },
32034    "vpnTunnels": {
32035      "methods": {
32036        "aggregatedList": {
32037          "description": "Retrieves an aggregated list of VPN tunnels.",
32038          "httpMethod": "GET",
32039          "id": "compute.vpnTunnels.aggregatedList",
32040          "parameterOrder": [
32041            "project"
32042          ],
32043          "parameters": {
32044            "filter": {
32045              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
32046              "location": "query",
32047              "type": "string"
32048            },
32049            "includeAllScopes": {
32050              "description": "Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.",
32051              "location": "query",
32052              "type": "boolean"
32053            },
32054            "maxResults": {
32055              "default": "500",
32056              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
32057              "format": "uint32",
32058              "location": "query",
32059              "minimum": "0",
32060              "type": "integer"
32061            },
32062            "orderBy": {
32063              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
32064              "location": "query",
32065              "type": "string"
32066            },
32067            "pageToken": {
32068              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
32069              "location": "query",
32070              "type": "string"
32071            },
32072            "project": {
32073              "description": "Project ID for this request.",
32074              "location": "path",
32075              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
32076              "required": true,
32077              "type": "string"
32078            },
32079            "returnPartialSuccess": {
32080              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
32081              "location": "query",
32082              "type": "boolean"
32083            }
32084          },
32085          "path": "projects/{project}/aggregated/vpnTunnels",
32086          "response": {
32087            "$ref": "VpnTunnelAggregatedList"
32088          },
32089          "scopes": [
32090            "https://www.googleapis.com/auth/cloud-platform",
32091            "https://www.googleapis.com/auth/compute",
32092            "https://www.googleapis.com/auth/compute.readonly"
32093          ]
32094        },
32095        "delete": {
32096          "description": "Deletes the specified VpnTunnel resource.",
32097          "httpMethod": "DELETE",
32098          "id": "compute.vpnTunnels.delete",
32099          "parameterOrder": [
32100            "project",
32101            "region",
32102            "vpnTunnel"
32103          ],
32104          "parameters": {
32105            "project": {
32106              "description": "Project ID for this request.",
32107              "location": "path",
32108              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
32109              "required": true,
32110              "type": "string"
32111            },
32112            "region": {
32113              "description": "Name of the region for this request.",
32114              "location": "path",
32115              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
32116              "required": true,
32117              "type": "string"
32118            },
32119            "requestId": {
32120              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
32121              "location": "query",
32122              "type": "string"
32123            },
32124            "vpnTunnel": {
32125              "description": "Name of the VpnTunnel resource to delete.",
32126              "location": "path",
32127              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
32128              "required": true,
32129              "type": "string"
32130            }
32131          },
32132          "path": "projects/{project}/regions/{region}/vpnTunnels/{vpnTunnel}",
32133          "response": {
32134            "$ref": "Operation"
32135          },
32136          "scopes": [
32137            "https://www.googleapis.com/auth/cloud-platform",
32138            "https://www.googleapis.com/auth/compute"
32139          ]
32140        },
32141        "get": {
32142          "description": "Returns the specified VpnTunnel resource. Gets a list of available VPN tunnels by making a list() request.",
32143          "httpMethod": "GET",
32144          "id": "compute.vpnTunnels.get",
32145          "parameterOrder": [
32146            "project",
32147            "region",
32148            "vpnTunnel"
32149          ],
32150          "parameters": {
32151            "project": {
32152              "description": "Project ID for this request.",
32153              "location": "path",
32154              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
32155              "required": true,
32156              "type": "string"
32157            },
32158            "region": {
32159              "description": "Name of the region for this request.",
32160              "location": "path",
32161              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
32162              "required": true,
32163              "type": "string"
32164            },
32165            "vpnTunnel": {
32166              "description": "Name of the VpnTunnel resource to return.",
32167              "location": "path",
32168              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
32169              "required": true,
32170              "type": "string"
32171            }
32172          },
32173          "path": "projects/{project}/regions/{region}/vpnTunnels/{vpnTunnel}",
32174          "response": {
32175            "$ref": "VpnTunnel"
32176          },
32177          "scopes": [
32178            "https://www.googleapis.com/auth/cloud-platform",
32179            "https://www.googleapis.com/auth/compute",
32180            "https://www.googleapis.com/auth/compute.readonly"
32181          ]
32182        },
32183        "insert": {
32184          "description": "Creates a VpnTunnel resource in the specified project and region using the data included in the request.",
32185          "httpMethod": "POST",
32186          "id": "compute.vpnTunnels.insert",
32187          "parameterOrder": [
32188            "project",
32189            "region"
32190          ],
32191          "parameters": {
32192            "project": {
32193              "description": "Project ID for this request.",
32194              "location": "path",
32195              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
32196              "required": true,
32197              "type": "string"
32198            },
32199            "region": {
32200              "description": "Name of the region for this request.",
32201              "location": "path",
32202              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
32203              "required": true,
32204              "type": "string"
32205            },
32206            "requestId": {
32207              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
32208              "location": "query",
32209              "type": "string"
32210            }
32211          },
32212          "path": "projects/{project}/regions/{region}/vpnTunnels",
32213          "request": {
32214            "$ref": "VpnTunnel"
32215          },
32216          "response": {
32217            "$ref": "Operation"
32218          },
32219          "scopes": [
32220            "https://www.googleapis.com/auth/cloud-platform",
32221            "https://www.googleapis.com/auth/compute"
32222          ]
32223        },
32224        "list": {
32225          "description": "Retrieves a list of VpnTunnel resources contained in the specified project and region.",
32226          "httpMethod": "GET",
32227          "id": "compute.vpnTunnels.list",
32228          "parameterOrder": [
32229            "project",
32230            "region"
32231          ],
32232          "parameters": {
32233            "filter": {
32234              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
32235              "location": "query",
32236              "type": "string"
32237            },
32238            "maxResults": {
32239              "default": "500",
32240              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
32241              "format": "uint32",
32242              "location": "query",
32243              "minimum": "0",
32244              "type": "integer"
32245            },
32246            "orderBy": {
32247              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
32248              "location": "query",
32249              "type": "string"
32250            },
32251            "pageToken": {
32252              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
32253              "location": "query",
32254              "type": "string"
32255            },
32256            "project": {
32257              "description": "Project ID for this request.",
32258              "location": "path",
32259              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
32260              "required": true,
32261              "type": "string"
32262            },
32263            "region": {
32264              "description": "Name of the region for this request.",
32265              "location": "path",
32266              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
32267              "required": true,
32268              "type": "string"
32269            },
32270            "returnPartialSuccess": {
32271              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
32272              "location": "query",
32273              "type": "boolean"
32274            }
32275          },
32276          "path": "projects/{project}/regions/{region}/vpnTunnels",
32277          "response": {
32278            "$ref": "VpnTunnelList"
32279          },
32280          "scopes": [
32281            "https://www.googleapis.com/auth/cloud-platform",
32282            "https://www.googleapis.com/auth/compute",
32283            "https://www.googleapis.com/auth/compute.readonly"
32284          ]
32285        },
32286        "setLabels": {
32287          "description": "Sets the labels on a VpnTunnel. To learn more about labels, read the Labeling Resources documentation.",
32288          "httpMethod": "POST",
32289          "id": "compute.vpnTunnels.setLabels",
32290          "parameterOrder": [
32291            "project",
32292            "region",
32293            "resource"
32294          ],
32295          "parameters": {
32296            "project": {
32297              "description": "Project ID for this request.",
32298              "location": "path",
32299              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
32300              "required": true,
32301              "type": "string"
32302            },
32303            "region": {
32304              "description": "The region for this request.",
32305              "location": "path",
32306              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
32307              "required": true,
32308              "type": "string"
32309            },
32310            "requestId": {
32311              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
32312              "location": "query",
32313              "type": "string"
32314            },
32315            "resource": {
32316              "description": "Name or id of the resource for this request.",
32317              "location": "path",
32318              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
32319              "required": true,
32320              "type": "string"
32321            }
32322          },
32323          "path": "projects/{project}/regions/{region}/vpnTunnels/{resource}/setLabels",
32324          "request": {
32325            "$ref": "RegionSetLabelsRequest"
32326          },
32327          "response": {
32328            "$ref": "Operation"
32329          },
32330          "scopes": [
32331            "https://www.googleapis.com/auth/cloud-platform",
32332            "https://www.googleapis.com/auth/compute"
32333          ]
32334        },
32335        "testIamPermissions": {
32336          "description": "Returns permissions that a caller has on the specified resource.",
32337          "httpMethod": "POST",
32338          "id": "compute.vpnTunnels.testIamPermissions",
32339          "parameterOrder": [
32340            "project",
32341            "region",
32342            "resource"
32343          ],
32344          "parameters": {
32345            "project": {
32346              "description": "Project ID for this request.",
32347              "location": "path",
32348              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
32349              "required": true,
32350              "type": "string"
32351            },
32352            "region": {
32353              "description": "The name of the region for this request.",
32354              "location": "path",
32355              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
32356              "required": true,
32357              "type": "string"
32358            },
32359            "resource": {
32360              "description": "Name or id of the resource for this request.",
32361              "location": "path",
32362              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
32363              "required": true,
32364              "type": "string"
32365            }
32366          },
32367          "path": "projects/{project}/regions/{region}/vpnTunnels/{resource}/testIamPermissions",
32368          "request": {
32369            "$ref": "TestPermissionsRequest"
32370          },
32371          "response": {
32372            "$ref": "TestPermissionsResponse"
32373          },
32374          "scopes": [
32375            "https://www.googleapis.com/auth/cloud-platform",
32376            "https://www.googleapis.com/auth/compute",
32377            "https://www.googleapis.com/auth/compute.readonly"
32378          ]
32379        }
32380      }
32381    },
32382    "zoneInPlaceSnapshots": {
32383      "methods": {
32384        "delete": {
32385          "description": "Deletes the specified InPlaceSnapshot resource. Keep in mind that deleting a single inPlaceSnapshot might not necessarily delete all the data on that inPlaceSnapshot. If any data on the inPlaceSnapshot that is marked for deletion is needed for subsequent inPlaceSnapshots, the data will be moved to the next corresponding inPlaceSnapshot.\n\nFor more information, see Deleting inPlaceSnapshots.",
32386          "httpMethod": "DELETE",
32387          "id": "compute.zoneInPlaceSnapshots.delete",
32388          "parameterOrder": [
32389            "project",
32390            "zone",
32391            "inPlaceSnapshot"
32392          ],
32393          "parameters": {
32394            "inPlaceSnapshot": {
32395              "description": "Name of the InPlaceSnapshot resource to delete.",
32396              "location": "path",
32397              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
32398              "required": true,
32399              "type": "string"
32400            },
32401            "project": {
32402              "description": "Project ID for this request.",
32403              "location": "path",
32404              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
32405              "required": true,
32406              "type": "string"
32407            },
32408            "requestId": {
32409              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
32410              "location": "query",
32411              "type": "string"
32412            },
32413            "zone": {
32414              "description": "The name of the zone for this request.",
32415              "location": "path",
32416              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
32417              "required": true,
32418              "type": "string"
32419            }
32420          },
32421          "path": "projects/{project}/zones/{zone}/inPlaceSnapshots/{inPlaceSnapshot}",
32422          "response": {
32423            "$ref": "Operation"
32424          },
32425          "scopes": [
32426            "https://www.googleapis.com/auth/cloud-platform",
32427            "https://www.googleapis.com/auth/compute"
32428          ]
32429        },
32430        "get": {
32431          "description": "Returns the specified InPlaceSnapshot resource in the specified zone.",
32432          "httpMethod": "GET",
32433          "id": "compute.zoneInPlaceSnapshots.get",
32434          "parameterOrder": [
32435            "project",
32436            "zone",
32437            "inPlaceSnapshot"
32438          ],
32439          "parameters": {
32440            "inPlaceSnapshot": {
32441              "description": "Name of the InPlaceSnapshot resource to return.",
32442              "location": "path",
32443              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
32444              "required": true,
32445              "type": "string"
32446            },
32447            "project": {
32448              "description": "Project ID for this request.",
32449              "location": "path",
32450              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
32451              "required": true,
32452              "type": "string"
32453            },
32454            "zone": {
32455              "description": "The name of the zone for this request.",
32456              "location": "path",
32457              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
32458              "required": true,
32459              "type": "string"
32460            }
32461          },
32462          "path": "projects/{project}/zones/{zone}/inPlaceSnapshots/{inPlaceSnapshot}",
32463          "response": {
32464            "$ref": "InPlaceSnapshot"
32465          },
32466          "scopes": [
32467            "https://www.googleapis.com/auth/cloud-platform",
32468            "https://www.googleapis.com/auth/compute",
32469            "https://www.googleapis.com/auth/compute.readonly"
32470          ]
32471        },
32472        "getIamPolicy": {
32473          "description": "Gets the access control policy for a resource. May be empty if no such policy or resource exists.",
32474          "httpMethod": "GET",
32475          "id": "compute.zoneInPlaceSnapshots.getIamPolicy",
32476          "parameterOrder": [
32477            "project",
32478            "zone",
32479            "resource"
32480          ],
32481          "parameters": {
32482            "optionsRequestedPolicyVersion": {
32483              "description": "Requested IAM Policy version.",
32484              "format": "int32",
32485              "location": "query",
32486              "type": "integer"
32487            },
32488            "project": {
32489              "description": "Project ID for this request.",
32490              "location": "path",
32491              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
32492              "required": true,
32493              "type": "string"
32494            },
32495            "resource": {
32496              "description": "Name or id of the resource for this request.",
32497              "location": "path",
32498              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
32499              "required": true,
32500              "type": "string"
32501            },
32502            "zone": {
32503              "description": "The name of the zone for this request.",
32504              "location": "path",
32505              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
32506              "required": true,
32507              "type": "string"
32508            }
32509          },
32510          "path": "projects/{project}/zones/{zone}/inPlaceSnapshots/{resource}/getIamPolicy",
32511          "response": {
32512            "$ref": "Policy"
32513          },
32514          "scopes": [
32515            "https://www.googleapis.com/auth/cloud-platform",
32516            "https://www.googleapis.com/auth/compute",
32517            "https://www.googleapis.com/auth/compute.readonly"
32518          ]
32519        },
32520        "insert": {
32521          "description": "Creates an in-place snapshot in the specified zone.",
32522          "httpMethod": "POST",
32523          "id": "compute.zoneInPlaceSnapshots.insert",
32524          "parameterOrder": [
32525            "project",
32526            "zone"
32527          ],
32528          "parameters": {
32529            "project": {
32530              "description": "Project ID for this request.",
32531              "location": "path",
32532              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
32533              "required": true,
32534              "type": "string"
32535            },
32536            "requestId": {
32537              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
32538              "location": "query",
32539              "type": "string"
32540            },
32541            "zone": {
32542              "description": "Name of the zone for this request.",
32543              "location": "path",
32544              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
32545              "required": true,
32546              "type": "string"
32547            }
32548          },
32549          "path": "projects/{project}/zones/{zone}/inPlaceSnapshots",
32550          "request": {
32551            "$ref": "InPlaceSnapshot"
32552          },
32553          "response": {
32554            "$ref": "Operation"
32555          },
32556          "scopes": [
32557            "https://www.googleapis.com/auth/cloud-platform",
32558            "https://www.googleapis.com/auth/compute"
32559          ]
32560        },
32561        "list": {
32562          "description": "Retrieves the list of InPlaceSnapshot resources contained within the specified zone.",
32563          "httpMethod": "GET",
32564          "id": "compute.zoneInPlaceSnapshots.list",
32565          "parameterOrder": [
32566            "project",
32567            "zone"
32568          ],
32569          "parameters": {
32570            "filter": {
32571              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
32572              "location": "query",
32573              "type": "string"
32574            },
32575            "maxResults": {
32576              "default": "500",
32577              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
32578              "format": "uint32",
32579              "location": "query",
32580              "minimum": "0",
32581              "type": "integer"
32582            },
32583            "orderBy": {
32584              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
32585              "location": "query",
32586              "type": "string"
32587            },
32588            "pageToken": {
32589              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
32590              "location": "query",
32591              "type": "string"
32592            },
32593            "project": {
32594              "description": "Project ID for this request.",
32595              "location": "path",
32596              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
32597              "required": true,
32598              "type": "string"
32599            },
32600            "returnPartialSuccess": {
32601              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
32602              "location": "query",
32603              "type": "boolean"
32604            },
32605            "zone": {
32606              "description": "The name of the zone for this request.",
32607              "location": "path",
32608              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
32609              "required": true,
32610              "type": "string"
32611            }
32612          },
32613          "path": "projects/{project}/zones/{zone}/inPlaceSnapshots",
32614          "response": {
32615            "$ref": "InPlaceSnapshotList"
32616          },
32617          "scopes": [
32618            "https://www.googleapis.com/auth/cloud-platform",
32619            "https://www.googleapis.com/auth/compute",
32620            "https://www.googleapis.com/auth/compute.readonly"
32621          ]
32622        },
32623        "setIamPolicy": {
32624          "description": "Sets the access control policy on the specified resource. Replaces any existing policy.",
32625          "httpMethod": "POST",
32626          "id": "compute.zoneInPlaceSnapshots.setIamPolicy",
32627          "parameterOrder": [
32628            "project",
32629            "zone",
32630            "resource"
32631          ],
32632          "parameters": {
32633            "project": {
32634              "description": "Project ID for this request.",
32635              "location": "path",
32636              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
32637              "required": true,
32638              "type": "string"
32639            },
32640            "resource": {
32641              "description": "Name or id of the resource for this request.",
32642              "location": "path",
32643              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
32644              "required": true,
32645              "type": "string"
32646            },
32647            "zone": {
32648              "description": "The name of the zone for this request.",
32649              "location": "path",
32650              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
32651              "required": true,
32652              "type": "string"
32653            }
32654          },
32655          "path": "projects/{project}/zones/{zone}/inPlaceSnapshots/{resource}/setIamPolicy",
32656          "request": {
32657            "$ref": "ZoneSetPolicyRequest"
32658          },
32659          "response": {
32660            "$ref": "Policy"
32661          },
32662          "scopes": [
32663            "https://www.googleapis.com/auth/cloud-platform",
32664            "https://www.googleapis.com/auth/compute"
32665          ]
32666        },
32667        "setLabels": {
32668          "description": "Sets the labels on a inPlaceSnapshot in the given zone. To learn more about labels, read the Labeling Resources documentation.",
32669          "httpMethod": "POST",
32670          "id": "compute.zoneInPlaceSnapshots.setLabels",
32671          "parameterOrder": [
32672            "project",
32673            "zone",
32674            "resource"
32675          ],
32676          "parameters": {
32677            "project": {
32678              "description": "Project ID for this request.",
32679              "location": "path",
32680              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
32681              "required": true,
32682              "type": "string"
32683            },
32684            "requestId": {
32685              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
32686              "location": "query",
32687              "type": "string"
32688            },
32689            "resource": {
32690              "description": "Name or id of the resource for this request.",
32691              "location": "path",
32692              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
32693              "required": true,
32694              "type": "string"
32695            },
32696            "zone": {
32697              "description": "The name of the zone for this request.",
32698              "location": "path",
32699              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
32700              "required": true,
32701              "type": "string"
32702            }
32703          },
32704          "path": "projects/{project}/zones/{zone}/inPlaceSnapshots/{resource}/setLabels",
32705          "request": {
32706            "$ref": "ZoneSetLabelsRequest"
32707          },
32708          "response": {
32709            "$ref": "Operation"
32710          },
32711          "scopes": [
32712            "https://www.googleapis.com/auth/cloud-platform",
32713            "https://www.googleapis.com/auth/compute"
32714          ]
32715        },
32716        "testIamPermissions": {
32717          "description": "Returns permissions that a caller has on the specified resource.",
32718          "httpMethod": "POST",
32719          "id": "compute.zoneInPlaceSnapshots.testIamPermissions",
32720          "parameterOrder": [
32721            "project",
32722            "zone",
32723            "resource"
32724          ],
32725          "parameters": {
32726            "project": {
32727              "description": "Project ID for this request.",
32728              "location": "path",
32729              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
32730              "required": true,
32731              "type": "string"
32732            },
32733            "resource": {
32734              "description": "Name or id of the resource for this request.",
32735              "location": "path",
32736              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
32737              "required": true,
32738              "type": "string"
32739            },
32740            "zone": {
32741              "description": "The name of the zone for this request.",
32742              "location": "path",
32743              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
32744              "required": true,
32745              "type": "string"
32746            }
32747          },
32748          "path": "projects/{project}/zones/{zone}/inPlaceSnapshots/{resource}/testIamPermissions",
32749          "request": {
32750            "$ref": "TestPermissionsRequest"
32751          },
32752          "response": {
32753            "$ref": "TestPermissionsResponse"
32754          },
32755          "scopes": [
32756            "https://www.googleapis.com/auth/cloud-platform",
32757            "https://www.googleapis.com/auth/compute",
32758            "https://www.googleapis.com/auth/compute.readonly"
32759          ]
32760        }
32761      }
32762    },
32763    "zoneInstantSnapshots": {
32764      "methods": {
32765        "delete": {
32766          "description": "Deletes the specified InstantSnapshot resource. Keep in mind that deleting a single instantSnapshot might not necessarily delete all the data on that instantSnapshot. If any data on the instantSnapshot that is marked for deletion is needed for subsequent instantSnapshots, the data will be moved to the next corresponding instantSnapshot.\n\nFor more information, see Deleting instantSnapshots.",
32767          "httpMethod": "DELETE",
32768          "id": "compute.zoneInstantSnapshots.delete",
32769          "parameterOrder": [
32770            "project",
32771            "zone",
32772            "instantSnapshot"
32773          ],
32774          "parameters": {
32775            "instantSnapshot": {
32776              "description": "Name of the InstantSnapshot resource to delete.",
32777              "location": "path",
32778              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
32779              "required": true,
32780              "type": "string"
32781            },
32782            "project": {
32783              "description": "Project ID for this request.",
32784              "location": "path",
32785              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
32786              "required": true,
32787              "type": "string"
32788            },
32789            "requestId": {
32790              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
32791              "location": "query",
32792              "type": "string"
32793            },
32794            "zone": {
32795              "description": "The name of the zone for this request.",
32796              "location": "path",
32797              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
32798              "required": true,
32799              "type": "string"
32800            }
32801          },
32802          "path": "projects/{project}/zones/{zone}/instantSnapshots/{instantSnapshot}",
32803          "response": {
32804            "$ref": "Operation"
32805          },
32806          "scopes": [
32807            "https://www.googleapis.com/auth/cloud-platform",
32808            "https://www.googleapis.com/auth/compute"
32809          ]
32810        },
32811        "export": {
32812          "description": "Export the changed blocks between two instant snapshots to a customer?s bucket in the user specified format.",
32813          "httpMethod": "POST",
32814          "id": "compute.zoneInstantSnapshots.export",
32815          "parameterOrder": [
32816            "project",
32817            "zone",
32818            "instantSnapshot"
32819          ],
32820          "parameters": {
32821            "instantSnapshot": {
32822              "description": "Name of the instant snapshot to export.",
32823              "location": "path",
32824              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
32825              "required": true,
32826              "type": "string"
32827            },
32828            "project": {
32829              "description": "Project ID for this request.",
32830              "location": "path",
32831              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
32832              "required": true,
32833              "type": "string"
32834            },
32835            "requestId": {
32836              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
32837              "location": "query",
32838              "type": "string"
32839            },
32840            "zone": {
32841              "description": "The name of the zone for this request.",
32842              "location": "path",
32843              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
32844              "required": true,
32845              "type": "string"
32846            }
32847          },
32848          "path": "projects/{project}/zones/{zone}/instantSnapshots/{instantSnapshot}/export",
32849          "request": {
32850            "$ref": "InstantSnapshotExportParams"
32851          },
32852          "response": {
32853            "$ref": "Operation"
32854          },
32855          "scopes": [
32856            "https://www.googleapis.com/auth/cloud-platform",
32857            "https://www.googleapis.com/auth/compute"
32858          ]
32859        },
32860        "get": {
32861          "description": "Returns the specified InstantSnapshot resource in the specified zone.",
32862          "httpMethod": "GET",
32863          "id": "compute.zoneInstantSnapshots.get",
32864          "parameterOrder": [
32865            "project",
32866            "zone",
32867            "instantSnapshot"
32868          ],
32869          "parameters": {
32870            "instantSnapshot": {
32871              "description": "Name of the InstantSnapshot resource to return.",
32872              "location": "path",
32873              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
32874              "required": true,
32875              "type": "string"
32876            },
32877            "project": {
32878              "description": "Project ID for this request.",
32879              "location": "path",
32880              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
32881              "required": true,
32882              "type": "string"
32883            },
32884            "zone": {
32885              "description": "The name of the zone for this request.",
32886              "location": "path",
32887              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
32888              "required": true,
32889              "type": "string"
32890            }
32891          },
32892          "path": "projects/{project}/zones/{zone}/instantSnapshots/{instantSnapshot}",
32893          "response": {
32894            "$ref": "InstantSnapshot"
32895          },
32896          "scopes": [
32897            "https://www.googleapis.com/auth/cloud-platform",
32898            "https://www.googleapis.com/auth/compute",
32899            "https://www.googleapis.com/auth/compute.readonly"
32900          ]
32901        },
32902        "getIamPolicy": {
32903          "description": "Gets the access control policy for a resource. May be empty if no such policy or resource exists.",
32904          "httpMethod": "GET",
32905          "id": "compute.zoneInstantSnapshots.getIamPolicy",
32906          "parameterOrder": [
32907            "project",
32908            "zone",
32909            "resource"
32910          ],
32911          "parameters": {
32912            "optionsRequestedPolicyVersion": {
32913              "description": "Requested IAM Policy version.",
32914              "format": "int32",
32915              "location": "query",
32916              "type": "integer"
32917            },
32918            "project": {
32919              "description": "Project ID for this request.",
32920              "location": "path",
32921              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
32922              "required": true,
32923              "type": "string"
32924            },
32925            "resource": {
32926              "description": "Name or id of the resource for this request.",
32927              "location": "path",
32928              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
32929              "required": true,
32930              "type": "string"
32931            },
32932            "zone": {
32933              "description": "The name of the zone for this request.",
32934              "location": "path",
32935              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
32936              "required": true,
32937              "type": "string"
32938            }
32939          },
32940          "path": "projects/{project}/zones/{zone}/instantSnapshots/{resource}/getIamPolicy",
32941          "response": {
32942            "$ref": "Policy"
32943          },
32944          "scopes": [
32945            "https://www.googleapis.com/auth/cloud-platform",
32946            "https://www.googleapis.com/auth/compute",
32947            "https://www.googleapis.com/auth/compute.readonly"
32948          ]
32949        },
32950        "insert": {
32951          "description": "Creates an instant snapshot in the specified zone.",
32952          "httpMethod": "POST",
32953          "id": "compute.zoneInstantSnapshots.insert",
32954          "parameterOrder": [
32955            "project",
32956            "zone"
32957          ],
32958          "parameters": {
32959            "project": {
32960              "description": "Project ID for this request.",
32961              "location": "path",
32962              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
32963              "required": true,
32964              "type": "string"
32965            },
32966            "requestId": {
32967              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
32968              "location": "query",
32969              "type": "string"
32970            },
32971            "zone": {
32972              "description": "Name of the zone for this request.",
32973              "location": "path",
32974              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
32975              "required": true,
32976              "type": "string"
32977            }
32978          },
32979          "path": "projects/{project}/zones/{zone}/instantSnapshots",
32980          "request": {
32981            "$ref": "InstantSnapshot"
32982          },
32983          "response": {
32984            "$ref": "Operation"
32985          },
32986          "scopes": [
32987            "https://www.googleapis.com/auth/cloud-platform",
32988            "https://www.googleapis.com/auth/compute"
32989          ]
32990        },
32991        "list": {
32992          "description": "Retrieves the list of InstantSnapshot resources contained within the specified zone.",
32993          "httpMethod": "GET",
32994          "id": "compute.zoneInstantSnapshots.list",
32995          "parameterOrder": [
32996            "project",
32997            "zone"
32998          ],
32999          "parameters": {
33000            "filter": {
33001              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
33002              "location": "query",
33003              "type": "string"
33004            },
33005            "maxResults": {
33006              "default": "500",
33007              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
33008              "format": "uint32",
33009              "location": "query",
33010              "minimum": "0",
33011              "type": "integer"
33012            },
33013            "orderBy": {
33014              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
33015              "location": "query",
33016              "type": "string"
33017            },
33018            "pageToken": {
33019              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
33020              "location": "query",
33021              "type": "string"
33022            },
33023            "project": {
33024              "description": "Project ID for this request.",
33025              "location": "path",
33026              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
33027              "required": true,
33028              "type": "string"
33029            },
33030            "returnPartialSuccess": {
33031              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
33032              "location": "query",
33033              "type": "boolean"
33034            },
33035            "zone": {
33036              "description": "The name of the zone for this request.",
33037              "location": "path",
33038              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
33039              "required": true,
33040              "type": "string"
33041            }
33042          },
33043          "path": "projects/{project}/zones/{zone}/instantSnapshots",
33044          "response": {
33045            "$ref": "InstantSnapshotList"
33046          },
33047          "scopes": [
33048            "https://www.googleapis.com/auth/cloud-platform",
33049            "https://www.googleapis.com/auth/compute",
33050            "https://www.googleapis.com/auth/compute.readonly"
33051          ]
33052        },
33053        "setIamPolicy": {
33054          "description": "Sets the access control policy on the specified resource. Replaces any existing policy.",
33055          "httpMethod": "POST",
33056          "id": "compute.zoneInstantSnapshots.setIamPolicy",
33057          "parameterOrder": [
33058            "project",
33059            "zone",
33060            "resource"
33061          ],
33062          "parameters": {
33063            "project": {
33064              "description": "Project ID for this request.",
33065              "location": "path",
33066              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
33067              "required": true,
33068              "type": "string"
33069            },
33070            "resource": {
33071              "description": "Name or id of the resource for this request.",
33072              "location": "path",
33073              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
33074              "required": true,
33075              "type": "string"
33076            },
33077            "zone": {
33078              "description": "The name of the zone for this request.",
33079              "location": "path",
33080              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
33081              "required": true,
33082              "type": "string"
33083            }
33084          },
33085          "path": "projects/{project}/zones/{zone}/instantSnapshots/{resource}/setIamPolicy",
33086          "request": {
33087            "$ref": "ZoneSetPolicyRequest"
33088          },
33089          "response": {
33090            "$ref": "Policy"
33091          },
33092          "scopes": [
33093            "https://www.googleapis.com/auth/cloud-platform",
33094            "https://www.googleapis.com/auth/compute"
33095          ]
33096        },
33097        "setLabels": {
33098          "description": "Sets the labels on a instantSnapshot in the given zone. To learn more about labels, read the Labeling Resources documentation.",
33099          "httpMethod": "POST",
33100          "id": "compute.zoneInstantSnapshots.setLabels",
33101          "parameterOrder": [
33102            "project",
33103            "zone",
33104            "resource"
33105          ],
33106          "parameters": {
33107            "project": {
33108              "description": "Project ID for this request.",
33109              "location": "path",
33110              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
33111              "required": true,
33112              "type": "string"
33113            },
33114            "requestId": {
33115              "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.\n\nFor 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.\n\nThe request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
33116              "location": "query",
33117              "type": "string"
33118            },
33119            "resource": {
33120              "description": "Name or id of the resource for this request.",
33121              "location": "path",
33122              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
33123              "required": true,
33124              "type": "string"
33125            },
33126            "zone": {
33127              "description": "The name of the zone for this request.",
33128              "location": "path",
33129              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
33130              "required": true,
33131              "type": "string"
33132            }
33133          },
33134          "path": "projects/{project}/zones/{zone}/instantSnapshots/{resource}/setLabels",
33135          "request": {
33136            "$ref": "ZoneSetLabelsRequest"
33137          },
33138          "response": {
33139            "$ref": "Operation"
33140          },
33141          "scopes": [
33142            "https://www.googleapis.com/auth/cloud-platform",
33143            "https://www.googleapis.com/auth/compute"
33144          ]
33145        },
33146        "testIamPermissions": {
33147          "description": "Returns permissions that a caller has on the specified resource.",
33148          "httpMethod": "POST",
33149          "id": "compute.zoneInstantSnapshots.testIamPermissions",
33150          "parameterOrder": [
33151            "project",
33152            "zone",
33153            "resource"
33154          ],
33155          "parameters": {
33156            "project": {
33157              "description": "Project ID for this request.",
33158              "location": "path",
33159              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
33160              "required": true,
33161              "type": "string"
33162            },
33163            "resource": {
33164              "description": "Name or id of the resource for this request.",
33165              "location": "path",
33166              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
33167              "required": true,
33168              "type": "string"
33169            },
33170            "zone": {
33171              "description": "The name of the zone for this request.",
33172              "location": "path",
33173              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
33174              "required": true,
33175              "type": "string"
33176            }
33177          },
33178          "path": "projects/{project}/zones/{zone}/instantSnapshots/{resource}/testIamPermissions",
33179          "request": {
33180            "$ref": "TestPermissionsRequest"
33181          },
33182          "response": {
33183            "$ref": "TestPermissionsResponse"
33184          },
33185          "scopes": [
33186            "https://www.googleapis.com/auth/cloud-platform",
33187            "https://www.googleapis.com/auth/compute",
33188            "https://www.googleapis.com/auth/compute.readonly"
33189          ]
33190        }
33191      }
33192    },
33193    "zoneOperations": {
33194      "methods": {
33195        "delete": {
33196          "description": "Deletes the specified zone-specific Operations resource.",
33197          "httpMethod": "DELETE",
33198          "id": "compute.zoneOperations.delete",
33199          "parameterOrder": [
33200            "project",
33201            "zone",
33202            "operation"
33203          ],
33204          "parameters": {
33205            "operation": {
33206              "description": "Name of the Operations resource to delete.",
33207              "location": "path",
33208              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
33209              "required": true,
33210              "type": "string"
33211            },
33212            "project": {
33213              "description": "Project ID for this request.",
33214              "location": "path",
33215              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
33216              "required": true,
33217              "type": "string"
33218            },
33219            "zone": {
33220              "description": "Name of the zone for this request.",
33221              "location": "path",
33222              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
33223              "required": true,
33224              "type": "string"
33225            }
33226          },
33227          "path": "projects/{project}/zones/{zone}/operations/{operation}",
33228          "scopes": [
33229            "https://www.googleapis.com/auth/cloud-platform",
33230            "https://www.googleapis.com/auth/compute"
33231          ]
33232        },
33233        "get": {
33234          "description": "Retrieves the specified zone-specific Operations resource.",
33235          "httpMethod": "GET",
33236          "id": "compute.zoneOperations.get",
33237          "parameterOrder": [
33238            "project",
33239            "zone",
33240            "operation"
33241          ],
33242          "parameters": {
33243            "operation": {
33244              "description": "Name of the Operations resource to return.",
33245              "location": "path",
33246              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
33247              "required": true,
33248              "type": "string"
33249            },
33250            "project": {
33251              "description": "Project ID for this request.",
33252              "location": "path",
33253              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
33254              "required": true,
33255              "type": "string"
33256            },
33257            "zone": {
33258              "description": "Name of the zone for this request.",
33259              "location": "path",
33260              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
33261              "required": true,
33262              "type": "string"
33263            }
33264          },
33265          "path": "projects/{project}/zones/{zone}/operations/{operation}",
33266          "response": {
33267            "$ref": "Operation"
33268          },
33269          "scopes": [
33270            "https://www.googleapis.com/auth/cloud-platform",
33271            "https://www.googleapis.com/auth/compute",
33272            "https://www.googleapis.com/auth/compute.readonly"
33273          ]
33274        },
33275        "list": {
33276          "description": "Retrieves a list of Operation resources contained within the specified zone.",
33277          "httpMethod": "GET",
33278          "id": "compute.zoneOperations.list",
33279          "parameterOrder": [
33280            "project",
33281            "zone"
33282          ],
33283          "parameters": {
33284            "filter": {
33285              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
33286              "location": "query",
33287              "type": "string"
33288            },
33289            "maxResults": {
33290              "default": "500",
33291              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
33292              "format": "uint32",
33293              "location": "query",
33294              "minimum": "0",
33295              "type": "integer"
33296            },
33297            "orderBy": {
33298              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
33299              "location": "query",
33300              "type": "string"
33301            },
33302            "pageToken": {
33303              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
33304              "location": "query",
33305              "type": "string"
33306            },
33307            "project": {
33308              "description": "Project ID for this request.",
33309              "location": "path",
33310              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
33311              "required": true,
33312              "type": "string"
33313            },
33314            "returnPartialSuccess": {
33315              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
33316              "location": "query",
33317              "type": "boolean"
33318            },
33319            "zone": {
33320              "description": "Name of the zone for request.",
33321              "location": "path",
33322              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
33323              "required": true,
33324              "type": "string"
33325            }
33326          },
33327          "path": "projects/{project}/zones/{zone}/operations",
33328          "response": {
33329            "$ref": "OperationList"
33330          },
33331          "scopes": [
33332            "https://www.googleapis.com/auth/cloud-platform",
33333            "https://www.googleapis.com/auth/compute",
33334            "https://www.googleapis.com/auth/compute.readonly"
33335          ]
33336        },
33337        "wait": {
33338          "description": "Waits for the specified Operation resource to return as `DONE` or for the request to approach the 2 minute deadline, and retrieves the specified Operation resource. This method differs from the `GET` method in that it waits for no more than the default deadline (2 minutes) and then returns the current state of the operation, which might be `DONE` or still in progress.\n\nThis method is called on a best-effort basis. Specifically:  \n- In uncommon cases, when the server is overloaded, the request might return before the default deadline is reached, or might return after zero seconds. \n- If the default deadline is reached, there is no guarantee that the operation is actually done when the method returns. Be prepared to retry if the operation is not `DONE`.",
33339          "httpMethod": "POST",
33340          "id": "compute.zoneOperations.wait",
33341          "parameterOrder": [
33342            "project",
33343            "zone",
33344            "operation"
33345          ],
33346          "parameters": {
33347            "operation": {
33348              "description": "Name of the Operations resource to return.",
33349              "location": "path",
33350              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
33351              "required": true,
33352              "type": "string"
33353            },
33354            "project": {
33355              "description": "Project ID for this request.",
33356              "location": "path",
33357              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
33358              "required": true,
33359              "type": "string"
33360            },
33361            "zone": {
33362              "description": "Name of the zone for this request.",
33363              "location": "path",
33364              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
33365              "required": true,
33366              "type": "string"
33367            }
33368          },
33369          "path": "projects/{project}/zones/{zone}/operations/{operation}/wait",
33370          "response": {
33371            "$ref": "Operation"
33372          },
33373          "scopes": [
33374            "https://www.googleapis.com/auth/cloud-platform",
33375            "https://www.googleapis.com/auth/compute",
33376            "https://www.googleapis.com/auth/compute.readonly"
33377          ]
33378        }
33379      }
33380    },
33381    "zones": {
33382      "methods": {
33383        "get": {
33384          "description": "Returns the specified Zone resource. Gets a list of available zones by making a list() request.",
33385          "httpMethod": "GET",
33386          "id": "compute.zones.get",
33387          "parameterOrder": [
33388            "project",
33389            "zone"
33390          ],
33391          "parameters": {
33392            "project": {
33393              "description": "Project ID for this request.",
33394              "location": "path",
33395              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
33396              "required": true,
33397              "type": "string"
33398            },
33399            "zone": {
33400              "description": "Name of the zone resource to return.",
33401              "location": "path",
33402              "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}",
33403              "required": true,
33404              "type": "string"
33405            }
33406          },
33407          "path": "projects/{project}/zones/{zone}",
33408          "response": {
33409            "$ref": "Zone"
33410          },
33411          "scopes": [
33412            "https://www.googleapis.com/auth/cloud-platform",
33413            "https://www.googleapis.com/auth/compute",
33414            "https://www.googleapis.com/auth/compute.readonly"
33415          ]
33416        },
33417        "list": {
33418          "description": "Retrieves the list of Zone resources available to the specified project.",
33419          "httpMethod": "GET",
33420          "id": "compute.zones.list",
33421          "parameterOrder": [
33422            "project"
33423          ],
33424          "parameters": {
33425            "filter": {
33426              "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `\u003e`, or `\u003c`.\n\nFor example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.\n\nYou can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.\n\nTo filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```",
33427              "location": "query",
33428              "type": "string"
33429            },
33430            "maxResults": {
33431              "default": "500",
33432              "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)",
33433              "format": "uint32",
33434              "location": "query",
33435              "minimum": "0",
33436              "type": "integer"
33437            },
33438            "orderBy": {
33439              "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by `name` or `creationTimestamp desc` is supported.",
33440              "location": "query",
33441              "type": "string"
33442            },
33443            "pageToken": {
33444              "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.",
33445              "location": "query",
33446              "type": "string"
33447            },
33448            "project": {
33449              "description": "Project ID for this request.",
33450              "location": "path",
33451              "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))",
33452              "required": true,
33453              "type": "string"
33454            },
33455            "returnPartialSuccess": {
33456              "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.",
33457              "location": "query",
33458              "type": "boolean"
33459            }
33460          },
33461          "path": "projects/{project}/zones",
33462          "response": {
33463            "$ref": "ZoneList"
33464          },
33465          "scopes": [
33466            "https://www.googleapis.com/auth/cloud-platform",
33467            "https://www.googleapis.com/auth/compute",
33468            "https://www.googleapis.com/auth/compute.readonly"
33469          ]
33470        }
33471      }
33472    }
33473  },
33474  "revision": "20201102",
33475  "rootUrl": "https://compute.googleapis.com/",
33476  "schemas": {
33477    "AcceleratorConfig": {
33478      "description": "A specification of the type and number of accelerator cards attached to the instance.",
33479      "id": "AcceleratorConfig",
33480      "properties": {
33481        "acceleratorCount": {
33482          "description": "The number of the guest accelerator cards exposed to this instance.",
33483          "format": "int32",
33484          "type": "integer"
33485        },
33486        "acceleratorType": {
33487          "description": "Full or partial URL of the accelerator type resource to attach to this instance. For example: projects/my-project/zones/us-central1-c/acceleratorTypes/nvidia-tesla-p100 If you are creating an instance template, specify only the accelerator name. See GPUs on Compute Engine for a full list of accelerator types.",
33488          "type": "string"
33489        }
33490      },
33491      "type": "object"
33492    },
33493    "AcceleratorType": {
33494      "description": "Represents an Accelerator Type resource.\n\nGoogle Cloud Platform provides graphics processing units (accelerators) that you can add to VM instances to improve or accelerate performance when working with intensive workloads. For more information, read GPUs on Compute Engine. (== resource_for {$api_version}.acceleratorTypes ==)",
33495      "id": "AcceleratorType",
33496      "properties": {
33497        "creationTimestamp": {
33498          "description": "[Output Only] Creation timestamp in RFC3339 text format.",
33499          "type": "string"
33500        },
33501        "deprecated": {
33502          "$ref": "DeprecationStatus",
33503          "description": "[Output Only] The deprecation status associated with this accelerator type."
33504        },
33505        "description": {
33506          "description": "[Output Only] An optional textual description of the resource.",
33507          "type": "string"
33508        },
33509        "id": {
33510          "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.",
33511          "format": "uint64",
33512          "type": "string"
33513        },
33514        "kind": {
33515          "default": "compute#acceleratorType",
33516          "description": "[Output Only] The type of the resource. Always compute#acceleratorType for accelerator types.",
33517          "type": "string"
33518        },
33519        "maximumCardsPerInstance": {
33520          "description": "[Output Only] Maximum number of accelerator cards allowed per instance.",
33521          "format": "int32",
33522          "type": "integer"
33523        },
33524        "name": {
33525          "description": "[Output Only] Name of the resource.",
33526          "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
33527          "type": "string"
33528        },
33529        "selfLink": {
33530          "description": "[Output Only] Server-defined, fully qualified URL for this resource.",
33531          "type": "string"
33532        },
33533        "selfLinkWithId": {
33534          "description": "[Output Only] Server-defined URL for this resource's resource id.",
33535          "type": "string"
33536        },
33537        "zone": {
33538          "description": "[Output Only] The name of the zone where the accelerator type resides, such as us-central1-a. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.",
33539          "type": "string"
33540        }
33541      },
33542      "type": "object"
33543    },
33544    "AcceleratorTypeAggregatedList": {
33545      "id": "AcceleratorTypeAggregatedList",
33546      "properties": {
33547        "id": {
33548          "description": "[Output Only] Unique identifier for the resource; defined by the server.",
33549          "type": "string"
33550        },
33551        "items": {
33552          "additionalProperties": {
33553            "$ref": "AcceleratorTypesScopedList",
33554            "description": "[Output Only] Name of the scope containing this set of accelerator types."
33555          },
33556          "description": "A list of AcceleratorTypesScopedList resources.",
33557          "type": "object"
33558        },
33559        "kind": {
33560          "default": "compute#acceleratorTypeAggregatedList",
33561          "description": "[Output Only] Type of resource. Always compute#acceleratorTypeAggregatedList for aggregated lists of accelerator types.",
33562          "type": "string"
33563        },
33564        "nextPageToken": {
33565          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
33566          "type": "string"
33567        },
33568        "selfLink": {
33569          "description": "[Output Only] Server-defined URL for this resource.",
33570          "type": "string"
33571        },
33572        "unreachables": {
33573          "description": "[Output Only] Unreachable resources.",
33574          "items": {
33575            "type": "string"
33576          },
33577          "type": "array"
33578        },
33579        "warning": {
33580          "description": "[Output Only] Informational warning message.",
33581          "properties": {
33582            "code": {
33583              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
33584              "enum": [
33585                "CLEANUP_FAILED",
33586                "DEPRECATED_RESOURCE_USED",
33587                "DEPRECATED_TYPE_USED",
33588                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
33589                "EXPERIMENTAL_TYPE_USED",
33590                "EXTERNAL_API_WARNING",
33591                "FIELD_VALUE_OVERRIDEN",
33592                "INJECTED_KERNELS_DEPRECATED",
33593                "LARGE_DEPLOYMENT_WARNING",
33594                "MISSING_TYPE_DEPENDENCY",
33595                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
33596                "NEXT_HOP_CANNOT_IP_FORWARD",
33597                "NEXT_HOP_INSTANCE_NOT_FOUND",
33598                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
33599                "NEXT_HOP_NOT_RUNNING",
33600                "NOT_CRITICAL_ERROR",
33601                "NO_RESULTS_ON_PAGE",
33602                "PARTIAL_SUCCESS",
33603                "REQUIRED_TOS_AGREEMENT",
33604                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
33605                "RESOURCE_NOT_DELETED",
33606                "SCHEMA_VALIDATION_IGNORED",
33607                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
33608                "UNDECLARED_PROPERTIES",
33609                "UNREACHABLE"
33610              ],
33611              "enumDescriptions": [
33612                "",
33613                "",
33614                "",
33615                "",
33616                "",
33617                "",
33618                "",
33619                "",
33620                "",
33621                "",
33622                "",
33623                "",
33624                "",
33625                "",
33626                "",
33627                "",
33628                "",
33629                "",
33630                "",
33631                "",
33632                "",
33633                "",
33634                "",
33635                "",
33636                ""
33637              ],
33638              "type": "string"
33639            },
33640            "data": {
33641              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
33642              "items": {
33643                "properties": {
33644                  "key": {
33645                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
33646                    "type": "string"
33647                  },
33648                  "value": {
33649                    "description": "[Output Only] A warning data value corresponding to the key.",
33650                    "type": "string"
33651                  }
33652                },
33653                "type": "object"
33654              },
33655              "type": "array"
33656            },
33657            "message": {
33658              "description": "[Output Only] A human-readable description of the warning code.",
33659              "type": "string"
33660            }
33661          },
33662          "type": "object"
33663        }
33664      },
33665      "type": "object"
33666    },
33667    "AcceleratorTypeList": {
33668      "description": "Contains a list of accelerator types.",
33669      "id": "AcceleratorTypeList",
33670      "properties": {
33671        "id": {
33672          "description": "[Output Only] Unique identifier for the resource; defined by the server.",
33673          "type": "string"
33674        },
33675        "items": {
33676          "description": "A list of AcceleratorType resources.",
33677          "items": {
33678            "$ref": "AcceleratorType"
33679          },
33680          "type": "array"
33681        },
33682        "kind": {
33683          "default": "compute#acceleratorTypeList",
33684          "description": "[Output Only] Type of resource. Always compute#acceleratorTypeList for lists of accelerator types.",
33685          "type": "string"
33686        },
33687        "nextPageToken": {
33688          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
33689          "type": "string"
33690        },
33691        "selfLink": {
33692          "description": "[Output Only] Server-defined URL for this resource.",
33693          "type": "string"
33694        },
33695        "warning": {
33696          "description": "[Output Only] Informational warning message.",
33697          "properties": {
33698            "code": {
33699              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
33700              "enum": [
33701                "CLEANUP_FAILED",
33702                "DEPRECATED_RESOURCE_USED",
33703                "DEPRECATED_TYPE_USED",
33704                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
33705                "EXPERIMENTAL_TYPE_USED",
33706                "EXTERNAL_API_WARNING",
33707                "FIELD_VALUE_OVERRIDEN",
33708                "INJECTED_KERNELS_DEPRECATED",
33709                "LARGE_DEPLOYMENT_WARNING",
33710                "MISSING_TYPE_DEPENDENCY",
33711                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
33712                "NEXT_HOP_CANNOT_IP_FORWARD",
33713                "NEXT_HOP_INSTANCE_NOT_FOUND",
33714                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
33715                "NEXT_HOP_NOT_RUNNING",
33716                "NOT_CRITICAL_ERROR",
33717                "NO_RESULTS_ON_PAGE",
33718                "PARTIAL_SUCCESS",
33719                "REQUIRED_TOS_AGREEMENT",
33720                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
33721                "RESOURCE_NOT_DELETED",
33722                "SCHEMA_VALIDATION_IGNORED",
33723                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
33724                "UNDECLARED_PROPERTIES",
33725                "UNREACHABLE"
33726              ],
33727              "enumDescriptions": [
33728                "",
33729                "",
33730                "",
33731                "",
33732                "",
33733                "",
33734                "",
33735                "",
33736                "",
33737                "",
33738                "",
33739                "",
33740                "",
33741                "",
33742                "",
33743                "",
33744                "",
33745                "",
33746                "",
33747                "",
33748                "",
33749                "",
33750                "",
33751                "",
33752                ""
33753              ],
33754              "type": "string"
33755            },
33756            "data": {
33757              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
33758              "items": {
33759                "properties": {
33760                  "key": {
33761                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
33762                    "type": "string"
33763                  },
33764                  "value": {
33765                    "description": "[Output Only] A warning data value corresponding to the key.",
33766                    "type": "string"
33767                  }
33768                },
33769                "type": "object"
33770              },
33771              "type": "array"
33772            },
33773            "message": {
33774              "description": "[Output Only] A human-readable description of the warning code.",
33775              "type": "string"
33776            }
33777          },
33778          "type": "object"
33779        }
33780      },
33781      "type": "object"
33782    },
33783    "AcceleratorTypesScopedList": {
33784      "id": "AcceleratorTypesScopedList",
33785      "properties": {
33786        "acceleratorTypes": {
33787          "description": "[Output Only] A list of accelerator types contained in this scope.",
33788          "items": {
33789            "$ref": "AcceleratorType"
33790          },
33791          "type": "array"
33792        },
33793        "warning": {
33794          "description": "[Output Only] An informational warning that appears when the accelerator types list is empty.",
33795          "properties": {
33796            "code": {
33797              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
33798              "enum": [
33799                "CLEANUP_FAILED",
33800                "DEPRECATED_RESOURCE_USED",
33801                "DEPRECATED_TYPE_USED",
33802                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
33803                "EXPERIMENTAL_TYPE_USED",
33804                "EXTERNAL_API_WARNING",
33805                "FIELD_VALUE_OVERRIDEN",
33806                "INJECTED_KERNELS_DEPRECATED",
33807                "LARGE_DEPLOYMENT_WARNING",
33808                "MISSING_TYPE_DEPENDENCY",
33809                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
33810                "NEXT_HOP_CANNOT_IP_FORWARD",
33811                "NEXT_HOP_INSTANCE_NOT_FOUND",
33812                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
33813                "NEXT_HOP_NOT_RUNNING",
33814                "NOT_CRITICAL_ERROR",
33815                "NO_RESULTS_ON_PAGE",
33816                "PARTIAL_SUCCESS",
33817                "REQUIRED_TOS_AGREEMENT",
33818                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
33819                "RESOURCE_NOT_DELETED",
33820                "SCHEMA_VALIDATION_IGNORED",
33821                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
33822                "UNDECLARED_PROPERTIES",
33823                "UNREACHABLE"
33824              ],
33825              "enumDescriptions": [
33826                "",
33827                "",
33828                "",
33829                "",
33830                "",
33831                "",
33832                "",
33833                "",
33834                "",
33835                "",
33836                "",
33837                "",
33838                "",
33839                "",
33840                "",
33841                "",
33842                "",
33843                "",
33844                "",
33845                "",
33846                "",
33847                "",
33848                "",
33849                "",
33850                ""
33851              ],
33852              "type": "string"
33853            },
33854            "data": {
33855              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
33856              "items": {
33857                "properties": {
33858                  "key": {
33859                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
33860                    "type": "string"
33861                  },
33862                  "value": {
33863                    "description": "[Output Only] A warning data value corresponding to the key.",
33864                    "type": "string"
33865                  }
33866                },
33867                "type": "object"
33868              },
33869              "type": "array"
33870            },
33871            "message": {
33872              "description": "[Output Only] A human-readable description of the warning code.",
33873              "type": "string"
33874            }
33875          },
33876          "type": "object"
33877        }
33878      },
33879      "type": "object"
33880    },
33881    "AccessConfig": {
33882      "description": "An access configuration attached to an instance's network interface. Only one access config per instance is supported.",
33883      "id": "AccessConfig",
33884      "properties": {
33885        "externalIpv6": {
33886          "description": "[Output Only] The first IPv6 address of the external IPv6 range associated with this instance, prefix length is stored in externalIpv6PrefixLength in ipv6AccessConfig. The field is output only, an IPv6 address from a subnetwork associated with the instance will be allocated dynamically.",
33887          "type": "string"
33888        },
33889        "externalIpv6PrefixLength": {
33890          "description": "[Output Only] The prefix length of the external IPv6 range.",
33891          "format": "int32",
33892          "type": "integer"
33893        },
33894        "kind": {
33895          "default": "compute#accessConfig",
33896          "description": "[Output Only] Type of the resource. Always compute#accessConfig for access configs.",
33897          "type": "string"
33898        },
33899        "name": {
33900          "description": "The name of this access configuration. The default and recommended name is External NAT, but you can use any arbitrary string, such as My external IP or Network Access.",
33901          "type": "string"
33902        },
33903        "natIP": {
33904          "description": "An external IP address associated with this instance. Specify an unused static external IP address available to the project or leave this field undefined to use an IP from a shared ephemeral IP address pool. If you specify a static external IP address, it must live in the same region as the zone of the instance.",
33905          "type": "string"
33906        },
33907        "networkTier": {
33908          "description": "This signifies the networking tier used for configuring this access configuration and can only take the following values: PREMIUM, STANDARD.\n\nIf an AccessConfig is specified without a valid external IP address, an ephemeral IP will be created with this networkTier.\n\nIf an AccessConfig with a valid external IP address is specified, it must match that of the networkTier associated with the Address resource owning that IP.",
33909          "enum": [
33910            "FIXED_STANDARD",
33911            "PREMIUM",
33912            "SELECT",
33913            "STANDARD",
33914            "STANDARD_OVERRIDES_FIXED_STANDARD"
33915          ],
33916          "enumDescriptions": [
33917            "",
33918            "",
33919            "",
33920            "",
33921            ""
33922          ],
33923          "type": "string"
33924        },
33925        "publicDnsName": {
33926          "description": "[Output Only] The public DNS domain name for the instance.",
33927          "type": "string"
33928        },
33929        "publicPtrDomainName": {
33930          "description": "The DNS domain name for the public PTR record. You can set this field only if the `setPublicPtr` field is enabled.",
33931          "type": "string"
33932        },
33933        "setPublicDns": {
33934          "description": "Specifies whether a public DNS 'A' record should be created for the external IP address of this access configuration.",
33935          "type": "boolean"
33936        },
33937        "setPublicPtr": {
33938          "description": "Specifies whether a public DNS 'PTR' record should be created to map the external IP address of the instance to a DNS domain name.",
33939          "type": "boolean"
33940        },
33941        "type": {
33942          "default": "ONE_TO_ONE_NAT",
33943          "description": "The type of configuration. The default and only option is ONE_TO_ONE_NAT.",
33944          "enum": [
33945            "DIRECT_IPV6",
33946            "ONE_TO_ONE_NAT"
33947          ],
33948          "enumDescriptions": [
33949            "",
33950            ""
33951          ],
33952          "type": "string"
33953        }
33954      },
33955      "type": "object"
33956    },
33957    "Address": {
33958      "description": "Use global external addresses for GFE-based external HTTP(S) load balancers in Premium Tier.\n\nUse global internal addresses for reserved peering network range.\n\nUse regional external addresses for the following resources:\n\n- External IP addresses for VM instances - Regional external forwarding rules - Cloud NAT external IP addresses - GFE based LBs in Standard Tier - Network LBs in Premium or Standard Tier - Cloud VPN gateways (both Classic and HA)\n\nUse regional internal IP addresses for subnet IP ranges (primary and secondary). This includes:\n\n- Internal IP addresses for VM instances - Alias IP ranges of VM instances (/32 only) - Regional internal forwarding rules - Internal TCP/UDP load balancer addresses - Internal HTTP(S) load balancer addresses - Cloud DNS inbound forwarding IP addresses\n\nFor more information, read reserved IP address.\n\n(== resource_for {$api_version}.addresses ==) (== resource_for {$api_version}.globalAddresses ==)",
33959      "id": "Address",
33960      "properties": {
33961        "address": {
33962          "description": "The static IP address represented by this resource.",
33963          "type": "string"
33964        },
33965        "addressType": {
33966          "description": "The type of address to reserve, either INTERNAL or EXTERNAL. If unspecified, defaults to EXTERNAL.",
33967          "enum": [
33968            "DNS_FORWARDING",
33969            "EXTERNAL",
33970            "INTERNAL",
33971            "UNSPECIFIED_TYPE"
33972          ],
33973          "enumDescriptions": [
33974            "",
33975            "",
33976            "",
33977            ""
33978          ],
33979          "type": "string"
33980        },
33981        "creationTimestamp": {
33982          "description": "[Output Only] Creation timestamp in RFC3339 text format.",
33983          "type": "string"
33984        },
33985        "description": {
33986          "description": "An optional description of this resource. Provide this field when you create the resource.",
33987          "type": "string"
33988        },
33989        "id": {
33990          "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.",
33991          "format": "uint64",
33992          "type": "string"
33993        },
33994        "ipVersion": {
33995          "description": "The IP version that will be used by this address. Valid options are IPV4 or IPV6. This can only be specified for a global address.",
33996          "enum": [
33997            "IPV4",
33998            "IPV6",
33999            "UNSPECIFIED_VERSION"
34000          ],
34001          "enumDescriptions": [
34002            "",
34003            "",
34004            ""
34005          ],
34006          "type": "string"
34007        },
34008        "kind": {
34009          "default": "compute#address",
34010          "description": "[Output Only] Type of the resource. Always compute#address for addresses.",
34011          "type": "string"
34012        },
34013        "labelFingerprint": {
34014          "description": "A fingerprint for the labels being applied to this Address, which is essentially a hash of the labels set used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update labels. You must always provide an up-to-date fingerprint hash in order to update or change labels, otherwise the request will fail with error 412 conditionNotMet.\n\nTo see the latest fingerprint, make a get() request to retrieve an Address.",
34015          "format": "byte",
34016          "type": "string"
34017        },
34018        "labels": {
34019          "additionalProperties": {
34020            "type": "string"
34021          },
34022          "description": "Labels for this resource. These can only be added or modified by the setLabels method. Each label key/value pair must comply with RFC1035. Label values may be empty.",
34023          "type": "object"
34024        },
34025        "name": {
34026          "annotations": {
34027            "required": [
34028              "compute.addresses.insert"
34029            ]
34030          },
34031          "description": "Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?`. The first character must be a lowercase letter, and all following characters (except for the last character) must be a dash, lowercase letter, or digit. The last character must be a lowercase letter or digit.",
34032          "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
34033          "type": "string"
34034        },
34035        "network": {
34036          "description": "The URL of the network in which to reserve the address. This field can only be used with INTERNAL type with the VPC_PEERING purpose.",
34037          "type": "string"
34038        },
34039        "networkTier": {
34040          "description": "This signifies the networking tier used for configuring this address and can only take the following values: PREMIUM or STANDARD. Global forwarding rules can only be Premium Tier. Regional forwarding rules can be either Premium or Standard Tier. Standard Tier addresses applied to regional forwarding rules can be used with any external load balancer. Regional forwarding rules in Premium Tier can only be used with a network load balancer.\n\nIf this field is not specified, it is assumed to be PREMIUM.",
34041          "enum": [
34042            "FIXED_STANDARD",
34043            "PREMIUM",
34044            "SELECT",
34045            "STANDARD",
34046            "STANDARD_OVERRIDES_FIXED_STANDARD"
34047          ],
34048          "enumDescriptions": [
34049            "",
34050            "",
34051            "",
34052            "",
34053            ""
34054          ],
34055          "type": "string"
34056        },
34057        "prefixLength": {
34058          "description": "The prefix length if the resource reprensents an IP range.",
34059          "format": "int32",
34060          "type": "integer"
34061        },
34062        "purpose": {
34063          "description": "The purpose of this resource, which can be one of the following values:  \n- `GCE_ENDPOINT` for addresses that are used by VM instances, alias IP ranges, internal load balancers, and similar resources. \n- `DNS_RESOLVER` for a DNS resolver address in a subnetwork \n- `VPC_PEERING` for addresses that are reserved for VPC peer networks. \n- `NAT_AUTO` for addresses that are external IP addresses automatically reserved for Cloud NAT. \n- `IPSEC_INTERCONNECT` for addresses created from a private IP range that are reserved for a VLAN attachment in an IPsec encrypted Interconnect configuration. These addresses are regional resources.",
34064          "enum": [
34065            "DNS_RESOLVER",
34066            "GCE_ENDPOINT",
34067            "IPSEC_INTERCONNECT",
34068            "NAT_AUTO",
34069            "PRIVATE_SERVICE_CONNECT",
34070            "PSC_PRODUCER_NAT_RANGE",
34071            "SHARED_LOADBALANCER_VIP",
34072            "VPC_PEERING"
34073          ],
34074          "enumDescriptions": [
34075            "",
34076            "",
34077            "",
34078            "",
34079            "",
34080            "",
34081            "",
34082            ""
34083          ],
34084          "type": "string"
34085        },
34086        "region": {
34087          "description": "[Output Only] The URL of the region where the regional address resides. This field is not applicable to global addresses. You must specify this field as part of the HTTP request URL.",
34088          "type": "string"
34089        },
34090        "selfLink": {
34091          "description": "[Output Only] Server-defined URL for the resource.",
34092          "type": "string"
34093        },
34094        "selfLinkWithId": {
34095          "description": "[Output Only] Server-defined URL for this resource with the resource id.",
34096          "type": "string"
34097        },
34098        "status": {
34099          "description": "[Output Only] The status of the address, which can be one of RESERVING, RESERVED, or IN_USE. An address that is RESERVING is currently in the process of being reserved. A RESERVED address is currently reserved and available to use. An IN_USE address is currently being used by another resource and is not available.",
34100          "enum": [
34101            "IN_USE",
34102            "RESERVED",
34103            "RESERVING"
34104          ],
34105          "enumDescriptions": [
34106            "",
34107            "",
34108            ""
34109          ],
34110          "type": "string"
34111        },
34112        "subnetwork": {
34113          "description": "The URL of the subnetwork in which to reserve the address. If an IP address is specified, it must be within the subnetwork's IP range. This field can only be used with INTERNAL type with a GCE_ENDPOINT or DNS_RESOLVER purpose.",
34114          "type": "string"
34115        },
34116        "users": {
34117          "description": "[Output Only] The URLs of the resources that are using this address.",
34118          "items": {
34119            "type": "string"
34120          },
34121          "type": "array"
34122        }
34123      },
34124      "type": "object"
34125    },
34126    "AddressAggregatedList": {
34127      "id": "AddressAggregatedList",
34128      "properties": {
34129        "id": {
34130          "description": "[Output Only] Unique identifier for the resource; defined by the server.",
34131          "type": "string"
34132        },
34133        "items": {
34134          "additionalProperties": {
34135            "$ref": "AddressesScopedList",
34136            "description": "[Output Only] Name of the scope containing this set of addresses."
34137          },
34138          "description": "A list of AddressesScopedList resources.",
34139          "type": "object"
34140        },
34141        "kind": {
34142          "default": "compute#addressAggregatedList",
34143          "description": "[Output Only] Type of resource. Always compute#addressAggregatedList for aggregated lists of addresses.",
34144          "type": "string"
34145        },
34146        "nextPageToken": {
34147          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
34148          "type": "string"
34149        },
34150        "selfLink": {
34151          "description": "[Output Only] Server-defined URL for this resource.",
34152          "type": "string"
34153        },
34154        "unreachables": {
34155          "description": "[Output Only] Unreachable resources.",
34156          "items": {
34157            "type": "string"
34158          },
34159          "type": "array"
34160        },
34161        "warning": {
34162          "description": "[Output Only] Informational warning message.",
34163          "properties": {
34164            "code": {
34165              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
34166              "enum": [
34167                "CLEANUP_FAILED",
34168                "DEPRECATED_RESOURCE_USED",
34169                "DEPRECATED_TYPE_USED",
34170                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
34171                "EXPERIMENTAL_TYPE_USED",
34172                "EXTERNAL_API_WARNING",
34173                "FIELD_VALUE_OVERRIDEN",
34174                "INJECTED_KERNELS_DEPRECATED",
34175                "LARGE_DEPLOYMENT_WARNING",
34176                "MISSING_TYPE_DEPENDENCY",
34177                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
34178                "NEXT_HOP_CANNOT_IP_FORWARD",
34179                "NEXT_HOP_INSTANCE_NOT_FOUND",
34180                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
34181                "NEXT_HOP_NOT_RUNNING",
34182                "NOT_CRITICAL_ERROR",
34183                "NO_RESULTS_ON_PAGE",
34184                "PARTIAL_SUCCESS",
34185                "REQUIRED_TOS_AGREEMENT",
34186                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
34187                "RESOURCE_NOT_DELETED",
34188                "SCHEMA_VALIDATION_IGNORED",
34189                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
34190                "UNDECLARED_PROPERTIES",
34191                "UNREACHABLE"
34192              ],
34193              "enumDescriptions": [
34194                "",
34195                "",
34196                "",
34197                "",
34198                "",
34199                "",
34200                "",
34201                "",
34202                "",
34203                "",
34204                "",
34205                "",
34206                "",
34207                "",
34208                "",
34209                "",
34210                "",
34211                "",
34212                "",
34213                "",
34214                "",
34215                "",
34216                "",
34217                "",
34218                ""
34219              ],
34220              "type": "string"
34221            },
34222            "data": {
34223              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
34224              "items": {
34225                "properties": {
34226                  "key": {
34227                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
34228                    "type": "string"
34229                  },
34230                  "value": {
34231                    "description": "[Output Only] A warning data value corresponding to the key.",
34232                    "type": "string"
34233                  }
34234                },
34235                "type": "object"
34236              },
34237              "type": "array"
34238            },
34239            "message": {
34240              "description": "[Output Only] A human-readable description of the warning code.",
34241              "type": "string"
34242            }
34243          },
34244          "type": "object"
34245        }
34246      },
34247      "type": "object"
34248    },
34249    "AddressList": {
34250      "description": "Contains a list of addresses.",
34251      "id": "AddressList",
34252      "properties": {
34253        "id": {
34254          "description": "[Output Only] Unique identifier for the resource; defined by the server.",
34255          "type": "string"
34256        },
34257        "items": {
34258          "description": "A list of Address resources.",
34259          "items": {
34260            "$ref": "Address"
34261          },
34262          "type": "array"
34263        },
34264        "kind": {
34265          "default": "compute#addressList",
34266          "description": "[Output Only] Type of resource. Always compute#addressList for lists of addresses.",
34267          "type": "string"
34268        },
34269        "nextPageToken": {
34270          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
34271          "type": "string"
34272        },
34273        "selfLink": {
34274          "description": "[Output Only] Server-defined URL for this resource.",
34275          "type": "string"
34276        },
34277        "warning": {
34278          "description": "[Output Only] Informational warning message.",
34279          "properties": {
34280            "code": {
34281              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
34282              "enum": [
34283                "CLEANUP_FAILED",
34284                "DEPRECATED_RESOURCE_USED",
34285                "DEPRECATED_TYPE_USED",
34286                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
34287                "EXPERIMENTAL_TYPE_USED",
34288                "EXTERNAL_API_WARNING",
34289                "FIELD_VALUE_OVERRIDEN",
34290                "INJECTED_KERNELS_DEPRECATED",
34291                "LARGE_DEPLOYMENT_WARNING",
34292                "MISSING_TYPE_DEPENDENCY",
34293                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
34294                "NEXT_HOP_CANNOT_IP_FORWARD",
34295                "NEXT_HOP_INSTANCE_NOT_FOUND",
34296                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
34297                "NEXT_HOP_NOT_RUNNING",
34298                "NOT_CRITICAL_ERROR",
34299                "NO_RESULTS_ON_PAGE",
34300                "PARTIAL_SUCCESS",
34301                "REQUIRED_TOS_AGREEMENT",
34302                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
34303                "RESOURCE_NOT_DELETED",
34304                "SCHEMA_VALIDATION_IGNORED",
34305                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
34306                "UNDECLARED_PROPERTIES",
34307                "UNREACHABLE"
34308              ],
34309              "enumDescriptions": [
34310                "",
34311                "",
34312                "",
34313                "",
34314                "",
34315                "",
34316                "",
34317                "",
34318                "",
34319                "",
34320                "",
34321                "",
34322                "",
34323                "",
34324                "",
34325                "",
34326                "",
34327                "",
34328                "",
34329                "",
34330                "",
34331                "",
34332                "",
34333                "",
34334                ""
34335              ],
34336              "type": "string"
34337            },
34338            "data": {
34339              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
34340              "items": {
34341                "properties": {
34342                  "key": {
34343                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
34344                    "type": "string"
34345                  },
34346                  "value": {
34347                    "description": "[Output Only] A warning data value corresponding to the key.",
34348                    "type": "string"
34349                  }
34350                },
34351                "type": "object"
34352              },
34353              "type": "array"
34354            },
34355            "message": {
34356              "description": "[Output Only] A human-readable description of the warning code.",
34357              "type": "string"
34358            }
34359          },
34360          "type": "object"
34361        }
34362      },
34363      "type": "object"
34364    },
34365    "AddressesScopedList": {
34366      "id": "AddressesScopedList",
34367      "properties": {
34368        "addresses": {
34369          "description": "[Output Only] A list of addresses contained in this scope.",
34370          "items": {
34371            "$ref": "Address"
34372          },
34373          "type": "array"
34374        },
34375        "warning": {
34376          "description": "[Output Only] Informational warning which replaces the list of addresses when the list is empty.",
34377          "properties": {
34378            "code": {
34379              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
34380              "enum": [
34381                "CLEANUP_FAILED",
34382                "DEPRECATED_RESOURCE_USED",
34383                "DEPRECATED_TYPE_USED",
34384                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
34385                "EXPERIMENTAL_TYPE_USED",
34386                "EXTERNAL_API_WARNING",
34387                "FIELD_VALUE_OVERRIDEN",
34388                "INJECTED_KERNELS_DEPRECATED",
34389                "LARGE_DEPLOYMENT_WARNING",
34390                "MISSING_TYPE_DEPENDENCY",
34391                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
34392                "NEXT_HOP_CANNOT_IP_FORWARD",
34393                "NEXT_HOP_INSTANCE_NOT_FOUND",
34394                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
34395                "NEXT_HOP_NOT_RUNNING",
34396                "NOT_CRITICAL_ERROR",
34397                "NO_RESULTS_ON_PAGE",
34398                "PARTIAL_SUCCESS",
34399                "REQUIRED_TOS_AGREEMENT",
34400                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
34401                "RESOURCE_NOT_DELETED",
34402                "SCHEMA_VALIDATION_IGNORED",
34403                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
34404                "UNDECLARED_PROPERTIES",
34405                "UNREACHABLE"
34406              ],
34407              "enumDescriptions": [
34408                "",
34409                "",
34410                "",
34411                "",
34412                "",
34413                "",
34414                "",
34415                "",
34416                "",
34417                "",
34418                "",
34419                "",
34420                "",
34421                "",
34422                "",
34423                "",
34424                "",
34425                "",
34426                "",
34427                "",
34428                "",
34429                "",
34430                "",
34431                "",
34432                ""
34433              ],
34434              "type": "string"
34435            },
34436            "data": {
34437              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
34438              "items": {
34439                "properties": {
34440                  "key": {
34441                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
34442                    "type": "string"
34443                  },
34444                  "value": {
34445                    "description": "[Output Only] A warning data value corresponding to the key.",
34446                    "type": "string"
34447                  }
34448                },
34449                "type": "object"
34450              },
34451              "type": "array"
34452            },
34453            "message": {
34454              "description": "[Output Only] A human-readable description of the warning code.",
34455              "type": "string"
34456            }
34457          },
34458          "type": "object"
34459        }
34460      },
34461      "type": "object"
34462    },
34463    "AdvancedMachineFeatures": {
34464      "description": "Specifies options for controlling advanced machine features. Options that would traditionally be configured in a BIOS belong here. Features that require operating system support may have corresponding entries in the GuestOsFeatures of an Image (e.g., whether or not the OS in the Image supports nested virtualization being enabled or disabled).",
34465      "id": "AdvancedMachineFeatures",
34466      "properties": {
34467        "enableNestedVirtualization": {
34468          "description": "Whether to enable nested virtualization or not (default is false).",
34469          "type": "boolean"
34470        },
34471        "threadsPerCore": {
34472          "description": "The number of threads per physical core. To disable simultaneous multithreading (SMT) set this to 1. If unset, the maximum number of threads supported per core by the underlying processor is assumed.",
34473          "format": "int32",
34474          "type": "integer"
34475        }
34476      },
34477      "type": "object"
34478    },
34479    "AliasIpRange": {
34480      "description": "An alias IP range attached to an instance's network interface.",
34481      "id": "AliasIpRange",
34482      "properties": {
34483        "ipCidrRange": {
34484          "description": "The IP alias ranges to allocate for this interface. This IP CIDR range must belong to the specified subnetwork and cannot contain IP addresses reserved by system or used by other network interfaces. This range may be a single IP address (such as 10.2.3.4), a netmask (such as /24) or a CIDR-formatted string (such as 10.1.2.0/24).",
34485          "type": "string"
34486        },
34487        "subnetworkRangeName": {
34488          "description": "The name of a subnetwork secondary IP range from which to allocate an IP alias range. If not specified, the primary range of the subnetwork is used.",
34489          "type": "string"
34490        }
34491      },
34492      "type": "object"
34493    },
34494    "AllocationShareSettings": {
34495      "id": "AllocationShareSettings",
34496      "properties": {
34497        "shareType": {
34498          "description": "Type of sharing for this shared-reservation",
34499          "enum": [
34500            "ORGANIZATION",
34501            "SHARE_TYPE_UNSPECIFIED"
34502          ],
34503          "enumDescriptions": [
34504            "",
34505            ""
34506          ],
34507          "type": "string"
34508        }
34509      },
34510      "type": "object"
34511    },
34512    "AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk": {
34513      "id": "AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk",
34514      "properties": {
34515        "diskSizeGb": {
34516          "description": "Specifies the size of the disk in base-2 GB.",
34517          "format": "int64",
34518          "type": "string"
34519        },
34520        "interface": {
34521          "description": "Specifies the disk interface to use for attaching this disk, which is either SCSI or NVME. The default is SCSI. For performance characteristics of SCSI over NVMe, see Local SSD performance.",
34522          "enum": [
34523            "NVDIMM",
34524            "NVME",
34525            "SCSI"
34526          ],
34527          "enumDescriptions": [
34528            "",
34529            "",
34530            ""
34531          ],
34532          "type": "string"
34533        }
34534      },
34535      "type": "object"
34536    },
34537    "AllocationSpecificSKUAllocationReservedInstanceProperties": {
34538      "description": "Properties of the SKU instances being reserved. Next ID: 9",
34539      "id": "AllocationSpecificSKUAllocationReservedInstanceProperties",
34540      "properties": {
34541        "guestAccelerators": {
34542          "description": "Specifies accelerator type and count.",
34543          "items": {
34544            "$ref": "AcceleratorConfig"
34545          },
34546          "type": "array"
34547        },
34548        "localSsds": {
34549          "description": "Specifies amount of local ssd to reserve with each instance. The type of disk is local-ssd.",
34550          "items": {
34551            "$ref": "AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk"
34552          },
34553          "type": "array"
34554        },
34555        "locationHint": {
34556          "description": "An opaque location hint used to place the allocation close to other resources. This field is for use by internal tools that use the public API.",
34557          "type": "string"
34558        },
34559        "machineType": {
34560          "description": "Specifies type of machine (name only) which has fixed number of vCPUs and fixed amount of memory. This also includes specifying custom machine type following custom-NUMBER_OF_CPUS-AMOUNT_OF_MEMORY pattern.",
34561          "type": "string"
34562        },
34563        "maintenanceFreezeDurationHours": {
34564          "description": "Specifies the number of hours after reservation creation where instances using the reservation won't be scheduled for maintenance.",
34565          "format": "int32",
34566          "type": "integer"
34567        },
34568        "maintenanceInterval": {
34569          "description": "Specifies whether this VM may be a stable fleet VM. Setting this to \"Periodic\" designates this VM as a Stable Fleet VM.\n\nSee go/stable-fleet-ug for more details.",
34570          "enum": [
34571            "PERIODIC"
34572          ],
34573          "enumDescriptions": [
34574            ""
34575          ],
34576          "type": "string"
34577        },
34578        "minCpuPlatform": {
34579          "description": "Minimum cpu platform the reservation.",
34580          "type": "string"
34581        }
34582      },
34583      "type": "object"
34584    },
34585    "AllocationSpecificSKUReservation": {
34586      "description": "This reservation type allows to pre allocate specific instance configuration.",
34587      "id": "AllocationSpecificSKUReservation",
34588      "properties": {
34589        "count": {
34590          "description": "Specifies the number of resources that are allocated.",
34591          "format": "int64",
34592          "type": "string"
34593        },
34594        "inUseCount": {
34595          "description": "[Output Only] Indicates how many instances are in use.",
34596          "format": "int64",
34597          "type": "string"
34598        },
34599        "instanceProperties": {
34600          "$ref": "AllocationSpecificSKUAllocationReservedInstanceProperties",
34601          "description": "The instance properties for the reservation."
34602        }
34603      },
34604      "type": "object"
34605    },
34606    "AttachedDisk": {
34607      "description": "An instance-attached disk resource.",
34608      "id": "AttachedDisk",
34609      "properties": {
34610        "autoDelete": {
34611          "description": "Specifies whether the disk will be auto-deleted when the instance is deleted (but not when the disk is detached from the instance).",
34612          "type": "boolean"
34613        },
34614        "boot": {
34615          "description": "Indicates that this is a boot disk. The virtual machine will use the first partition of the disk for its root filesystem.",
34616          "type": "boolean"
34617        },
34618        "deviceName": {
34619          "description": "Specifies a unique device name of your choice that is reflected into the /dev/disk/by-id/google-* tree of a Linux operating system running within the instance. This name can be used to reference the device for mounting, resizing, and so on, from within the instance.\n\nIf not specified, the server chooses a default device name to apply to this disk, in the form persistent-disk-x, where x is a number assigned by Google Compute Engine. This field is only applicable for persistent disks.",
34620          "type": "string"
34621        },
34622        "diskEncryptionKey": {
34623          "$ref": "CustomerEncryptionKey",
34624          "description": "Encrypts or decrypts a disk using a customer-supplied encryption key.\n\nIf you are creating a new disk, this field encrypts the new disk using an encryption key that you provide. If you are attaching an existing disk that is already encrypted, this field decrypts the disk using the customer-supplied encryption key.\n\nIf you encrypt a disk using a customer-supplied key, you must provide the same key again when you attempt to use this resource at a later time. For example, you must provide the key when you create a snapshot or an image from the disk or when you attach the disk to a virtual machine instance.\n\nIf you do not provide an encryption key, then the disk will be encrypted using an automatically generated key and you do not need to provide a key to use the disk later.\n\nInstance templates do not store customer-supplied encryption keys, so you cannot use your own keys to encrypt disks in a managed instance group."
34625        },
34626        "diskSizeGb": {
34627          "description": "The size of the disk in GB.",
34628          "format": "int64",
34629          "type": "string"
34630        },
34631        "forceAttach": {
34632          "description": "[Input Only] Whether to force attach the regional disk even if it's currently attached to another instance. If you try to force attach a zonal disk to an instance, you will receive an error.",
34633          "type": "boolean"
34634        },
34635        "guestOsFeatures": {
34636          "description": "A list of features to enable on the guest operating system. Applicable only for bootable images. Read  Enabling guest operating system features to see a list of available options.",
34637          "items": {
34638            "$ref": "GuestOsFeature"
34639          },
34640          "type": "array"
34641        },
34642        "index": {
34643          "description": "[Output Only] A zero-based index to this disk, where 0 is reserved for the boot disk. If you have many disks attached to an instance, each disk would have a unique index number.",
34644          "format": "int32",
34645          "type": "integer"
34646        },
34647        "initializeParams": {
34648          "$ref": "AttachedDiskInitializeParams",
34649          "description": "[Input Only] Specifies the parameters for a new disk that will be created alongside the new instance. Use initialization parameters to create boot disks or local SSDs attached to the new instance.\n\nThis property is mutually exclusive with the source property; you can only define one or the other, but not both."
34650        },
34651        "interface": {
34652          "description": "Specifies the disk interface to use for attaching this disk, which is either SCSI or NVME. The default is SCSI. Persistent disks must always use SCSI and the request will fail if you attempt to attach a persistent disk in any other format than SCSI. Local SSDs can use either NVME or SCSI. For performance characteristics of SCSI over NVMe, see Local SSD performance.",
34653          "enum": [
34654            "NVDIMM",
34655            "NVME",
34656            "SCSI"
34657          ],
34658          "enumDescriptions": [
34659            "",
34660            "",
34661            ""
34662          ],
34663          "type": "string"
34664        },
34665        "kind": {
34666          "default": "compute#attachedDisk",
34667          "description": "[Output Only] Type of the resource. Always compute#attachedDisk for attached disks.",
34668          "type": "string"
34669        },
34670        "licenses": {
34671          "description": "[Output Only] Any valid publicly visible licenses.",
34672          "items": {
34673            "type": "string"
34674          },
34675          "type": "array"
34676        },
34677        "mode": {
34678          "description": "The mode in which to attach this disk, either READ_WRITE or READ_ONLY. If not specified, the default is to attach the disk in READ_WRITE mode.",
34679          "enum": [
34680            "READ_ONLY",
34681            "READ_WRITE"
34682          ],
34683          "enumDescriptions": [
34684            "",
34685            ""
34686          ],
34687          "type": "string"
34688        },
34689        "savedState": {
34690          "description": "For LocalSSD disks on VM Instances in STOPPED or SUSPENDED state, this field is set to PRESERVED if the LocalSSD data has been saved to a persistent location by customer request. (see the discard_local_ssd option on Stop/Suspend). Read-only in the api.",
34691          "enum": [
34692            "DISK_SAVED_STATE_UNSPECIFIED",
34693            "PRESERVED"
34694          ],
34695          "enumDescriptions": [
34696            "",
34697            ""
34698          ],
34699          "type": "string"
34700        },
34701        "shieldedInstanceInitialState": {
34702          "$ref": "InitialStateConfig",
34703          "description": "[Output Only] shielded vm initial state stored on disk"
34704        },
34705        "source": {
34706          "description": "Specifies a valid partial or full URL to an existing Persistent Disk resource. When creating a new instance, one of initializeParams.sourceImage or initializeParams.sourceSnapshot or disks.source is required except for local SSD.\n\nIf desired, you can also attach existing non-root persistent disks using this property. This field is only applicable for persistent disks.\n\nNote that for InstanceTemplate, specify the disk name, not the URL for the disk.",
34707          "type": "string"
34708        },
34709        "type": {
34710          "description": "Specifies the type of the disk, either SCRATCH or PERSISTENT. If not specified, the default is PERSISTENT.",
34711          "enum": [
34712            "PERSISTENT",
34713            "SCRATCH"
34714          ],
34715          "enumDescriptions": [
34716            "",
34717            ""
34718          ],
34719          "type": "string"
34720        },
34721        "userLicenses": {
34722          "description": "[Output Only] A list of user provided licenses. It represents a list of URLs to the license resource. Unlike regular licenses, user provided licenses can be modified after the disk is created.",
34723          "items": {
34724            "type": "string"
34725          },
34726          "type": "array"
34727        }
34728      },
34729      "type": "object"
34730    },
34731    "AttachedDiskInitializeParams": {
34732      "description": "[Input Only] Specifies the parameters for a new disk that will be created alongside the new instance. Use initialization parameters to create boot disks or local SSDs attached to the new instance.\n\nThis property is mutually exclusive with the source property; you can only define one or the other, but not both.",
34733      "id": "AttachedDiskInitializeParams",
34734      "properties": {
34735        "description": {
34736          "description": "An optional description. Provide this property when creating the disk.",
34737          "type": "string"
34738        },
34739        "diskName": {
34740          "description": "Specifies the disk name. If not specified, the default is to use the name of the instance. If a disk with the same name already exists in the given region, the existing disk is attached to the new instance and the new disk is not created.",
34741          "type": "string"
34742        },
34743        "diskSizeGb": {
34744          "description": "Specifies the size of the disk in base-2 GB. The size must be at least 10 GB. If you specify a sourceImage, which is required for boot disks, the default size is the size of the sourceImage. If you do not specify a sourceImage, the default disk size is 500 GB.",
34745          "format": "int64",
34746          "type": "string"
34747        },
34748        "diskType": {
34749          "description": "Specifies the disk type to use to create the instance. If not specified, the default is pd-standard, specified using the full URL. For example:\nhttps://www.googleapis.com/compute/v1/projects/project/zones/zone/diskTypes/pd-standard\n\n\nOther values include pd-ssd and local-ssd. If you define this field, you can provide either the full or partial URL. For example, the following are valid values:  \n- https://www.googleapis.com/compute/v1/projects/project/zones/zone/diskTypes/diskType \n- projects/project/zones/zone/diskTypes/diskType \n- zones/zone/diskTypes/diskType  Note that for InstanceTemplate, this is the name of the disk type, not URL.",
34750          "type": "string"
34751        },
34752        "guestOsFeatures": {
34753          "description": "A list of features to enable on the guest operating system. Applicable only for bootable images. Read  Enabling guest operating system features to see a list of available options.\n\nGuest OS features are applied by merging initializeParams.guestOsFeatures and disks.guestOsFeatures",
34754          "items": {
34755            "$ref": "GuestOsFeature"
34756          },
34757          "type": "array"
34758        },
34759        "labels": {
34760          "additionalProperties": {
34761            "type": "string"
34762          },
34763          "description": "Labels to apply to this disk. These can be later modified by the disks.setLabels method. This field is only applicable for persistent disks.",
34764          "type": "object"
34765        },
34766        "multiWriter": {
34767          "description": "Indicates whether or not the disk can be read/write attached to more than one instance.",
34768          "type": "boolean"
34769        },
34770        "onUpdateAction": {
34771          "description": "Specifies which action to take on instance update with this disk. Default is to use the existing disk.",
34772          "enum": [
34773            "RECREATE_DISK",
34774            "RECREATE_DISK_IF_SOURCE_CHANGED",
34775            "USE_EXISTING_DISK"
34776          ],
34777          "enumDescriptions": [
34778            "",
34779            "",
34780            ""
34781          ],
34782          "type": "string"
34783        },
34784        "provisionedIops": {
34785          "description": "Indicates how many IOPS must be provisioned for the disk.",
34786          "format": "int64",
34787          "type": "string"
34788        },
34789        "replicaZones": {
34790          "description": "URLs of the zones where the disk should be replicated to. Only applicable for regional resources.",
34791          "items": {
34792            "type": "string"
34793          },
34794          "type": "array"
34795        },
34796        "resourcePolicies": {
34797          "description": "Resource policies applied to this disk for automatic snapshot creations. Specified using the full or partial URL. For instance template, specify only the resource policy name.",
34798          "items": {
34799            "type": "string"
34800          },
34801          "type": "array"
34802        },
34803        "sourceImage": {
34804          "description": "The source image to create this disk. When creating a new instance, one of initializeParams.sourceImage or initializeParams.sourceSnapshot or disks.source is required except for local SSD.\n\nTo create a disk with one of the public operating system images, specify the image by its family name. For example, specify family/debian-9 to use the latest Debian 9 image:\nprojects/debian-cloud/global/images/family/debian-9\n\n\nAlternatively, use a specific version of a public operating system image:\nprojects/debian-cloud/global/images/debian-9-stretch-vYYYYMMDD\n\n\nTo create a disk with a custom image that you created, specify the image name in the following format:\nglobal/images/my-custom-image\n\n\nYou can also specify a custom image by its image family, which returns the latest version of the image in that family. Replace the image name with family/family-name:\nglobal/images/family/my-image-family\n\n\nIf the source image is deleted later, this field will not be set.",
34805          "type": "string"
34806        },
34807        "sourceImageEncryptionKey": {
34808          "$ref": "CustomerEncryptionKey",
34809          "description": "The customer-supplied encryption key of the source image. Required if the source image is protected by a customer-supplied encryption key.\n\nInstance templates do not store customer-supplied encryption keys, so you cannot create disks for instances in a managed instance group if the source images are encrypted with your own keys."
34810        },
34811        "sourceSnapshot": {
34812          "description": "The source snapshot to create this disk. When creating a new instance, one of initializeParams.sourceSnapshot or initializeParams.sourceImage or disks.source is required except for local SSD.\n\nTo create a disk with a snapshot that you created, specify the snapshot name in the following format:\nglobal/snapshots/my-backup\n\n\nIf the source snapshot is deleted later, this field will not be set.",
34813          "type": "string"
34814        },
34815        "sourceSnapshotEncryptionKey": {
34816          "$ref": "CustomerEncryptionKey",
34817          "description": "The customer-supplied encryption key of the source snapshot."
34818        }
34819      },
34820      "type": "object"
34821    },
34822    "AuditConfig": {
34823      "description": "Specifies the audit configuration for a service. The configuration determines which permission types are logged, and what identities, if any, are exempted from logging. An AuditConfig must have one or more AuditLogConfigs.\n\nIf there are AuditConfigs for both `allServices` and a specific service, the union of the two AuditConfigs is used for that service: the log_types specified in each AuditConfig are enabled, and the exempted_members in each AuditLogConfig are exempted.\n\nExample Policy with multiple AuditConfigs:\n\n{ \"audit_configs\": [ { \"service\": \"allServices\", \"audit_log_configs\": [ { \"log_type\": \"DATA_READ\", \"exempted_members\": [ \"user:jose@example.com\" ] }, { \"log_type\": \"DATA_WRITE\" }, { \"log_type\": \"ADMIN_READ\" } ] }, { \"service\": \"sampleservice.googleapis.com\", \"audit_log_configs\": [ { \"log_type\": \"DATA_READ\" }, { \"log_type\": \"DATA_WRITE\", \"exempted_members\": [ \"user:aliya@example.com\" ] } ] } ] }\n\nFor sampleservice, this policy enables DATA_READ, DATA_WRITE and ADMIN_READ logging. It also exempts jose@example.com from DATA_READ logging, and aliya@example.com from DATA_WRITE logging.",
34824      "id": "AuditConfig",
34825      "properties": {
34826        "auditLogConfigs": {
34827          "description": "The configuration for logging of each type of permission.",
34828          "items": {
34829            "$ref": "AuditLogConfig"
34830          },
34831          "type": "array"
34832        },
34833        "exemptedMembers": {
34834          "description": "",
34835          "items": {
34836            "type": "string"
34837          },
34838          "type": "array"
34839        },
34840        "service": {
34841          "description": "Specifies a service that will be enabled for audit logging. For example, `storage.googleapis.com`, `cloudsql.googleapis.com`. `allServices` is a special value that covers all services.",
34842          "type": "string"
34843        }
34844      },
34845      "type": "object"
34846    },
34847    "AuditLogConfig": {
34848      "description": "Provides the configuration for logging a type of permissions. Example:\n\n{ \"audit_log_configs\": [ { \"log_type\": \"DATA_READ\", \"exempted_members\": [ \"user:jose@example.com\" ] }, { \"log_type\": \"DATA_WRITE\" } ] }\n\nThis enables 'DATA_READ' and 'DATA_WRITE' logging, while exempting jose@example.com from DATA_READ logging.",
34849      "id": "AuditLogConfig",
34850      "properties": {
34851        "exemptedMembers": {
34852          "description": "Specifies the identities that do not cause logging for this type of permission. Follows the same format of [Binding.members][].",
34853          "items": {
34854            "type": "string"
34855          },
34856          "type": "array"
34857        },
34858        "ignoreChildExemptions": {
34859          "description": "",
34860          "type": "boolean"
34861        },
34862        "logType": {
34863          "description": "The log type that this config enables.",
34864          "enum": [
34865            "ADMIN_READ",
34866            "DATA_READ",
34867            "DATA_WRITE",
34868            "LOG_TYPE_UNSPECIFIED"
34869          ],
34870          "enumDescriptions": [
34871            "",
34872            "",
34873            "",
34874            ""
34875          ],
34876          "type": "string"
34877        }
34878      },
34879      "type": "object"
34880    },
34881    "AuthenticationPolicy": {
34882      "description": "[Deprecated] The authentication settings for the backend service. The authentication settings for the backend service.",
34883      "id": "AuthenticationPolicy",
34884      "properties": {
34885        "origins": {
34886          "description": "List of authentication methods that can be used for origin authentication. Similar to peers, these will be evaluated in order the first valid one will be used to set origin identity. If none of these methods pass, the request will be rejected with authentication failed error (401). Leave the list empty if origin authentication is not required.",
34887          "items": {
34888            "$ref": "OriginAuthenticationMethod"
34889          },
34890          "type": "array"
34891        },
34892        "peers": {
34893          "description": "List of authentication methods that can be used for peer authentication. They will be evaluated in order the first valid one will be used to set peer identity. If none of these methods pass, the request will be rejected with authentication failed error (401). Leave the list empty if peer authentication is not required.",
34894          "items": {
34895            "$ref": "PeerAuthenticationMethod"
34896          },
34897          "type": "array"
34898        },
34899        "principalBinding": {
34900          "description": "Define whether peer or origin identity should be used for principal. Default value is USE_PEER. If peer (or origin) identity is not available, either because peer/origin authentication is not defined, or failed, principal will be left unset. In other words, binding rule does not affect the decision to accept or reject request. This field can be set to one of the following: USE_PEER: Principal will be set to the identity from peer authentication. USE_ORIGIN: Principal will be set to the identity from origin authentication.",
34901          "enum": [
34902            "INVALID",
34903            "USE_ORIGIN",
34904            "USE_PEER"
34905          ],
34906          "enumDescriptions": [
34907            "",
34908            "",
34909            ""
34910          ],
34911          "type": "string"
34912        },
34913        "serverTlsContext": {
34914          "$ref": "TlsContext",
34915          "description": "Configures the mechanism to obtain server-side security certificates and identity information."
34916        }
34917      },
34918      "type": "object"
34919    },
34920    "AuthorizationConfig": {
34921      "description": "[Deprecated] Authorization configuration provides service-level and method-level access control for a service. control for a service.",
34922      "id": "AuthorizationConfig",
34923      "properties": {
34924        "policies": {
34925          "description": "List of RbacPolicies.",
34926          "items": {
34927            "$ref": "RbacPolicy"
34928          },
34929          "type": "array"
34930        }
34931      },
34932      "type": "object"
34933    },
34934    "AuthorizationLoggingOptions": {
34935      "description": "Authorization-related information used by Cloud Audit Logging.",
34936      "id": "AuthorizationLoggingOptions",
34937      "properties": {
34938        "permissionType": {
34939          "description": "The type of the permission that was checked.",
34940          "enum": [
34941            "ADMIN_READ",
34942            "ADMIN_WRITE",
34943            "DATA_READ",
34944            "DATA_WRITE",
34945            "PERMISSION_TYPE_UNSPECIFIED"
34946          ],
34947          "enumDescriptions": [
34948            "",
34949            "",
34950            "",
34951            "",
34952            ""
34953          ],
34954          "type": "string"
34955        }
34956      },
34957      "type": "object"
34958    },
34959    "Autoscaler": {
34960      "description": "Represents an Autoscaler resource.\n\nGoogle Compute Engine has two Autoscaler resources:\n\n* [Zonal](/compute/docs/reference/rest/{$api_version}/autoscalers) * [Regional](/compute/docs/reference/rest/{$api_version}/regionAutoscalers)\n\nUse autoscalers to automatically add or delete instances from a managed instance group according to your defined autoscaling policy. For more information, read Autoscaling Groups of Instances.\n\nFor zonal managed instance groups resource, use the autoscaler resource.\n\nFor regional managed instance groups, use the regionAutoscalers resource. (== resource_for {$api_version}.autoscalers ==) (== resource_for {$api_version}.regionAutoscalers ==)",
34961      "id": "Autoscaler",
34962      "properties": {
34963        "autoscalingPolicy": {
34964          "$ref": "AutoscalingPolicy",
34965          "description": "The configuration parameters for the autoscaling algorithm. You can define one or more of the policies for an autoscaler: cpuUtilization, customMetricUtilizations, and loadBalancingUtilization.\n\nIf none of these are specified, the default will be to autoscale based on cpuUtilization to 0.6 or 60%."
34966        },
34967        "creationTimestamp": {
34968          "description": "[Output Only] Creation timestamp in RFC3339 text format.",
34969          "type": "string"
34970        },
34971        "description": {
34972          "description": "An optional description of this resource. Provide this property when you create the resource.",
34973          "type": "string"
34974        },
34975        "id": {
34976          "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.",
34977          "format": "uint64",
34978          "type": "string"
34979        },
34980        "kind": {
34981          "default": "compute#autoscaler",
34982          "description": "[Output Only] Type of the resource. Always compute#autoscaler for autoscalers.",
34983          "type": "string"
34984        },
34985        "name": {
34986          "annotations": {
34987            "required": [
34988              "compute.autoscalers.insert"
34989            ]
34990          },
34991          "description": "Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.",
34992          "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
34993          "type": "string"
34994        },
34995        "recommendedSize": {
34996          "description": "[Output Only] Target recommended MIG size (number of instances) computed by autoscaler. Autoscaler calculates recommended MIG size even when autoscaling policy mode is different from ON. This field is empty when autoscaler is not connected to the existing managed instance group or autoscaler did not generate its prediction.",
34997          "format": "int32",
34998          "type": "integer"
34999        },
35000        "region": {
35001          "description": "[Output Only] URL of the region where the instance group resides (for autoscalers living in regional scope).",
35002          "type": "string"
35003        },
35004        "scalingScheduleStatus": {
35005          "additionalProperties": {
35006            "$ref": "ScalingScheduleStatus"
35007          },
35008          "description": "[Output Only] Status information of existing scaling schedules.",
35009          "type": "object"
35010        },
35011        "selfLink": {
35012          "description": "[Output Only] Server-defined URL for the resource.",
35013          "type": "string"
35014        },
35015        "selfLinkWithId": {
35016          "description": "[Output Only] Server-defined URL for this resource with the resource id.",
35017          "type": "string"
35018        },
35019        "status": {
35020          "description": "[Output Only] The status of the autoscaler configuration. Current set of possible values:  \n- PENDING: Autoscaler backend hasn't read new/updated configuration. \n- DELETING: Configuration is being deleted. \n- ACTIVE: Configuration is acknowledged to be effective. Some warnings might be present in the statusDetails field. \n- ERROR: Configuration has errors. Actionable for users. Details are present in the statusDetails field.  New values might be added in the future.",
35021          "enum": [
35022            "ACTIVE",
35023            "DELETING",
35024            "ERROR",
35025            "PENDING"
35026          ],
35027          "enumDescriptions": [
35028            "",
35029            "",
35030            "",
35031            ""
35032          ],
35033          "type": "string"
35034        },
35035        "statusDetails": {
35036          "description": "[Output Only] Human-readable details about the current state of the autoscaler. Read the documentation for Commonly returned status messages for examples of status messages you might encounter.",
35037          "items": {
35038            "$ref": "AutoscalerStatusDetails"
35039          },
35040          "type": "array"
35041        },
35042        "target": {
35043          "description": "URL of the managed instance group that this autoscaler will scale.",
35044          "type": "string"
35045        },
35046        "zone": {
35047          "description": "[Output Only] URL of the zone where the instance group resides (for autoscalers living in zonal scope).",
35048          "type": "string"
35049        }
35050      },
35051      "type": "object"
35052    },
35053    "AutoscalerAggregatedList": {
35054      "id": "AutoscalerAggregatedList",
35055      "properties": {
35056        "id": {
35057          "description": "[Output Only] Unique identifier for the resource; defined by the server.",
35058          "type": "string"
35059        },
35060        "items": {
35061          "additionalProperties": {
35062            "$ref": "AutoscalersScopedList",
35063            "description": "[Output Only] Name of the scope containing this set of autoscalers."
35064          },
35065          "description": "A list of AutoscalersScopedList resources.",
35066          "type": "object"
35067        },
35068        "kind": {
35069          "default": "compute#autoscalerAggregatedList",
35070          "description": "[Output Only] Type of resource. Always compute#autoscalerAggregatedList for aggregated lists of autoscalers.",
35071          "type": "string"
35072        },
35073        "nextPageToken": {
35074          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
35075          "type": "string"
35076        },
35077        "selfLink": {
35078          "description": "[Output Only] Server-defined URL for this resource.",
35079          "type": "string"
35080        },
35081        "unreachables": {
35082          "description": "[Output Only] Unreachable resources.",
35083          "items": {
35084            "type": "string"
35085          },
35086          "type": "array"
35087        },
35088        "warning": {
35089          "description": "[Output Only] Informational warning message.",
35090          "properties": {
35091            "code": {
35092              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
35093              "enum": [
35094                "CLEANUP_FAILED",
35095                "DEPRECATED_RESOURCE_USED",
35096                "DEPRECATED_TYPE_USED",
35097                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
35098                "EXPERIMENTAL_TYPE_USED",
35099                "EXTERNAL_API_WARNING",
35100                "FIELD_VALUE_OVERRIDEN",
35101                "INJECTED_KERNELS_DEPRECATED",
35102                "LARGE_DEPLOYMENT_WARNING",
35103                "MISSING_TYPE_DEPENDENCY",
35104                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
35105                "NEXT_HOP_CANNOT_IP_FORWARD",
35106                "NEXT_HOP_INSTANCE_NOT_FOUND",
35107                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
35108                "NEXT_HOP_NOT_RUNNING",
35109                "NOT_CRITICAL_ERROR",
35110                "NO_RESULTS_ON_PAGE",
35111                "PARTIAL_SUCCESS",
35112                "REQUIRED_TOS_AGREEMENT",
35113                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
35114                "RESOURCE_NOT_DELETED",
35115                "SCHEMA_VALIDATION_IGNORED",
35116                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
35117                "UNDECLARED_PROPERTIES",
35118                "UNREACHABLE"
35119              ],
35120              "enumDescriptions": [
35121                "",
35122                "",
35123                "",
35124                "",
35125                "",
35126                "",
35127                "",
35128                "",
35129                "",
35130                "",
35131                "",
35132                "",
35133                "",
35134                "",
35135                "",
35136                "",
35137                "",
35138                "",
35139                "",
35140                "",
35141                "",
35142                "",
35143                "",
35144                "",
35145                ""
35146              ],
35147              "type": "string"
35148            },
35149            "data": {
35150              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
35151              "items": {
35152                "properties": {
35153                  "key": {
35154                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
35155                    "type": "string"
35156                  },
35157                  "value": {
35158                    "description": "[Output Only] A warning data value corresponding to the key.",
35159                    "type": "string"
35160                  }
35161                },
35162                "type": "object"
35163              },
35164              "type": "array"
35165            },
35166            "message": {
35167              "description": "[Output Only] A human-readable description of the warning code.",
35168              "type": "string"
35169            }
35170          },
35171          "type": "object"
35172        }
35173      },
35174      "type": "object"
35175    },
35176    "AutoscalerList": {
35177      "description": "Contains a list of Autoscaler resources.",
35178      "id": "AutoscalerList",
35179      "properties": {
35180        "id": {
35181          "description": "[Output Only] Unique identifier for the resource; defined by the server.",
35182          "type": "string"
35183        },
35184        "items": {
35185          "description": "A list of Autoscaler resources.",
35186          "items": {
35187            "$ref": "Autoscaler"
35188          },
35189          "type": "array"
35190        },
35191        "kind": {
35192          "default": "compute#autoscalerList",
35193          "description": "[Output Only] Type of resource. Always compute#autoscalerList for lists of autoscalers.",
35194          "type": "string"
35195        },
35196        "nextPageToken": {
35197          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
35198          "type": "string"
35199        },
35200        "selfLink": {
35201          "description": "[Output Only] Server-defined URL for this resource.",
35202          "type": "string"
35203        },
35204        "warning": {
35205          "description": "[Output Only] Informational warning message.",
35206          "properties": {
35207            "code": {
35208              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
35209              "enum": [
35210                "CLEANUP_FAILED",
35211                "DEPRECATED_RESOURCE_USED",
35212                "DEPRECATED_TYPE_USED",
35213                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
35214                "EXPERIMENTAL_TYPE_USED",
35215                "EXTERNAL_API_WARNING",
35216                "FIELD_VALUE_OVERRIDEN",
35217                "INJECTED_KERNELS_DEPRECATED",
35218                "LARGE_DEPLOYMENT_WARNING",
35219                "MISSING_TYPE_DEPENDENCY",
35220                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
35221                "NEXT_HOP_CANNOT_IP_FORWARD",
35222                "NEXT_HOP_INSTANCE_NOT_FOUND",
35223                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
35224                "NEXT_HOP_NOT_RUNNING",
35225                "NOT_CRITICAL_ERROR",
35226                "NO_RESULTS_ON_PAGE",
35227                "PARTIAL_SUCCESS",
35228                "REQUIRED_TOS_AGREEMENT",
35229                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
35230                "RESOURCE_NOT_DELETED",
35231                "SCHEMA_VALIDATION_IGNORED",
35232                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
35233                "UNDECLARED_PROPERTIES",
35234                "UNREACHABLE"
35235              ],
35236              "enumDescriptions": [
35237                "",
35238                "",
35239                "",
35240                "",
35241                "",
35242                "",
35243                "",
35244                "",
35245                "",
35246                "",
35247                "",
35248                "",
35249                "",
35250                "",
35251                "",
35252                "",
35253                "",
35254                "",
35255                "",
35256                "",
35257                "",
35258                "",
35259                "",
35260                "",
35261                ""
35262              ],
35263              "type": "string"
35264            },
35265            "data": {
35266              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
35267              "items": {
35268                "properties": {
35269                  "key": {
35270                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
35271                    "type": "string"
35272                  },
35273                  "value": {
35274                    "description": "[Output Only] A warning data value corresponding to the key.",
35275                    "type": "string"
35276                  }
35277                },
35278                "type": "object"
35279              },
35280              "type": "array"
35281            },
35282            "message": {
35283              "description": "[Output Only] A human-readable description of the warning code.",
35284              "type": "string"
35285            }
35286          },
35287          "type": "object"
35288        }
35289      },
35290      "type": "object"
35291    },
35292    "AutoscalerStatusDetails": {
35293      "id": "AutoscalerStatusDetails",
35294      "properties": {
35295        "message": {
35296          "description": "The status message.",
35297          "type": "string"
35298        },
35299        "type": {
35300          "description": "The type of error, warning, or notice returned. Current set of possible values:  \n- ALL_INSTANCES_UNHEALTHY (WARNING): All instances in the instance group are unhealthy (not in RUNNING state). \n- BACKEND_SERVICE_DOES_NOT_EXIST (ERROR): There is no backend service attached to the instance group. \n- CAPPED_AT_MAX_NUM_REPLICAS (WARNING): Autoscaler recommends a size greater than maxNumReplicas. \n- CUSTOM_METRIC_DATA_POINTS_TOO_SPARSE (WARNING): The custom metric samples are not exported often enough to be a credible base for autoscaling. \n- CUSTOM_METRIC_INVALID (ERROR): The custom metric that was specified does not exist or does not have the necessary labels. \n- MIN_EQUALS_MAX (WARNING): The minNumReplicas is equal to maxNumReplicas. This means the autoscaler cannot add or remove instances from the instance group. \n- MISSING_CUSTOM_METRIC_DATA_POINTS (WARNING): The autoscaler did not receive any data from the custom metric configured for autoscaling. \n- MISSING_LOAD_BALANCING_DATA_POINTS (WARNING): The autoscaler is configured to scale based on a load balancing signal but the instance group has not received any requests from the load balancer. \n- MODE_OFF (WARNING): Autoscaling is turned off. The number of instances in the group won't change automatically. The autoscaling configuration is preserved. \n- MODE_ONLY_UP (WARNING): Autoscaling is in the \"Autoscale only up\" mode. The autoscaler can add instances but not remove any. \n- MORE_THAN_ONE_BACKEND_SERVICE (ERROR): The instance group cannot be autoscaled because it has more than one backend service attached to it. \n- NOT_ENOUGH_QUOTA_AVAILABLE (ERROR): There is insufficient quota for the necessary resources, such as CPU or number of instances. \n- REGION_RESOURCE_STOCKOUT (ERROR): Shown only for regional autoscalers: there is a resource stockout in the chosen region. \n- SCALING_TARGET_DOES_NOT_EXIST (ERROR): The target to be scaled does not exist. \n- UNSUPPORTED_MAX_RATE_LOAD_BALANCING_CONFIGURATION (ERROR): Autoscaling does not work with an HTTP/S load balancer that has been configured for maxRate. \n- ZONE_RESOURCE_STOCKOUT (ERROR): For zonal autoscalers: there is a resource stockout in the chosen zone. For regional autoscalers: in at least one of the zones you're using there is a resource stockout.  New values might be added in the future. Some of the values might not be available in all API versions.",
35301          "enum": [
35302            "ALL_INSTANCES_UNHEALTHY",
35303            "BACKEND_SERVICE_DOES_NOT_EXIST",
35304            "CAPPED_AT_MAX_NUM_REPLICAS",
35305            "CUSTOM_METRIC_DATA_POINTS_TOO_SPARSE",
35306            "CUSTOM_METRIC_INVALID",
35307            "MIN_EQUALS_MAX",
35308            "MISSING_CUSTOM_METRIC_DATA_POINTS",
35309            "MISSING_LOAD_BALANCING_DATA_POINTS",
35310            "MODE_OFF",
35311            "MODE_ONLY_SCALE_OUT",
35312            "MODE_ONLY_UP",
35313            "MORE_THAN_ONE_BACKEND_SERVICE",
35314            "NOT_ENOUGH_QUOTA_AVAILABLE",
35315            "REGION_RESOURCE_STOCKOUT",
35316            "SCALING_TARGET_DOES_NOT_EXIST",
35317            "UNKNOWN",
35318            "UNSUPPORTED_MAX_RATE_LOAD_BALANCING_CONFIGURATION",
35319            "ZONE_RESOURCE_STOCKOUT"
35320          ],
35321          "enumDescriptions": [
35322            "",
35323            "",
35324            "",
35325            "",
35326            "",
35327            "",
35328            "",
35329            "",
35330            "",
35331            "",
35332            "",
35333            "",
35334            "",
35335            "",
35336            "",
35337            "",
35338            "",
35339            ""
35340          ],
35341          "type": "string"
35342        }
35343      },
35344      "type": "object"
35345    },
35346    "AutoscalersScopedList": {
35347      "id": "AutoscalersScopedList",
35348      "properties": {
35349        "autoscalers": {
35350          "description": "[Output Only] A list of autoscalers contained in this scope.",
35351          "items": {
35352            "$ref": "Autoscaler"
35353          },
35354          "type": "array"
35355        },
35356        "warning": {
35357          "description": "[Output Only] Informational warning which replaces the list of autoscalers when the list is empty.",
35358          "properties": {
35359            "code": {
35360              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
35361              "enum": [
35362                "CLEANUP_FAILED",
35363                "DEPRECATED_RESOURCE_USED",
35364                "DEPRECATED_TYPE_USED",
35365                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
35366                "EXPERIMENTAL_TYPE_USED",
35367                "EXTERNAL_API_WARNING",
35368                "FIELD_VALUE_OVERRIDEN",
35369                "INJECTED_KERNELS_DEPRECATED",
35370                "LARGE_DEPLOYMENT_WARNING",
35371                "MISSING_TYPE_DEPENDENCY",
35372                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
35373                "NEXT_HOP_CANNOT_IP_FORWARD",
35374                "NEXT_HOP_INSTANCE_NOT_FOUND",
35375                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
35376                "NEXT_HOP_NOT_RUNNING",
35377                "NOT_CRITICAL_ERROR",
35378                "NO_RESULTS_ON_PAGE",
35379                "PARTIAL_SUCCESS",
35380                "REQUIRED_TOS_AGREEMENT",
35381                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
35382                "RESOURCE_NOT_DELETED",
35383                "SCHEMA_VALIDATION_IGNORED",
35384                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
35385                "UNDECLARED_PROPERTIES",
35386                "UNREACHABLE"
35387              ],
35388              "enumDescriptions": [
35389                "",
35390                "",
35391                "",
35392                "",
35393                "",
35394                "",
35395                "",
35396                "",
35397                "",
35398                "",
35399                "",
35400                "",
35401                "",
35402                "",
35403                "",
35404                "",
35405                "",
35406                "",
35407                "",
35408                "",
35409                "",
35410                "",
35411                "",
35412                "",
35413                ""
35414              ],
35415              "type": "string"
35416            },
35417            "data": {
35418              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
35419              "items": {
35420                "properties": {
35421                  "key": {
35422                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
35423                    "type": "string"
35424                  },
35425                  "value": {
35426                    "description": "[Output Only] A warning data value corresponding to the key.",
35427                    "type": "string"
35428                  }
35429                },
35430                "type": "object"
35431              },
35432              "type": "array"
35433            },
35434            "message": {
35435              "description": "[Output Only] A human-readable description of the warning code.",
35436              "type": "string"
35437            }
35438          },
35439          "type": "object"
35440        }
35441      },
35442      "type": "object"
35443    },
35444    "AutoscalingPolicy": {
35445      "description": "Cloud Autoscaler policy.",
35446      "id": "AutoscalingPolicy",
35447      "properties": {
35448        "coolDownPeriodSec": {
35449          "description": "The number of seconds that the autoscaler should wait before it starts collecting information from a new instance. This prevents the autoscaler from collecting information when the instance is initializing, during which the collected usage would not be reliable. The default time autoscaler waits is 60 seconds.\n\nVirtual machine initialization times might vary because of numerous factors. We recommend that you test how long an instance may take to initialize. To do this, create an instance and time the startup process.",
35450          "format": "int32",
35451          "type": "integer"
35452        },
35453        "cpuUtilization": {
35454          "$ref": "AutoscalingPolicyCpuUtilization",
35455          "description": "Defines the CPU utilization policy that allows the autoscaler to scale based on the average CPU utilization of a managed instance group."
35456        },
35457        "customMetricUtilizations": {
35458          "description": "Configuration parameters of autoscaling based on a custom metric.",
35459          "items": {
35460            "$ref": "AutoscalingPolicyCustomMetricUtilization"
35461          },
35462          "type": "array"
35463        },
35464        "loadBalancingUtilization": {
35465          "$ref": "AutoscalingPolicyLoadBalancingUtilization",
35466          "description": "Configuration parameters of autoscaling based on load balancer."
35467        },
35468        "maxNumReplicas": {
35469          "description": "The maximum number of instances that the autoscaler can scale up to. This is required when creating or updating an autoscaler. The maximum number of replicas should not be lower than minimal number of replicas.",
35470          "format": "int32",
35471          "type": "integer"
35472        },
35473        "minNumReplicas": {
35474          "description": "The minimum number of replicas that the autoscaler can scale down to. This cannot be less than 0. If not provided, autoscaler will choose a default value depending on maximum number of instances allowed.",
35475          "format": "int32",
35476          "type": "integer"
35477        },
35478        "mode": {
35479          "description": "Defines operating mode for this policy.",
35480          "enum": [
35481            "OFF",
35482            "ON",
35483            "ONLY_SCALE_OUT",
35484            "ONLY_UP"
35485          ],
35486          "enumDescriptions": [
35487            "",
35488            "",
35489            "",
35490            ""
35491          ],
35492          "type": "string"
35493        },
35494        "scaleDownControl": {
35495          "$ref": "AutoscalingPolicyScaleDownControl"
35496        },
35497        "scaleInControl": {
35498          "$ref": "AutoscalingPolicyScaleInControl"
35499        },
35500        "scalingSchedules": {
35501          "additionalProperties": {
35502            "$ref": "AutoscalingPolicyScalingSchedule"
35503          },
35504          "description": "Scaling schedules defined for an autoscaler. Multiple schedules can be set on an autoscaler and they can overlap. During overlapping periods the greatest min_required_replicas of all scaling schedules will be applied. Up to 128 scaling schedules are allowed.",
35505          "type": "object"
35506        }
35507      },
35508      "type": "object"
35509    },
35510    "AutoscalingPolicyCpuUtilization": {
35511      "description": "CPU utilization policy.",
35512      "id": "AutoscalingPolicyCpuUtilization",
35513      "properties": {
35514        "predictiveMethod": {
35515          "description": "Indicates whether predictive autoscaling based on CPU metric is enabled. Valid values are:\n\n* NONE (default). No predictive method is used. The autoscaler scales the group to meet current demand based on real-time metrics. * OPTIMIZE_AVAILABILITY. Predictive autoscaling improves availability by monitoring daily and weekly load patterns and scaling out ahead of anticipated demand.",
35516          "enum": [
35517            "NONE",
35518            "OPTIMIZE_AVAILABILITY",
35519            "PREDICTIVE_METHOD_UNSPECIFIED",
35520            "STANDARD"
35521          ],
35522          "enumDescriptions": [
35523            "",
35524            "",
35525            "",
35526            ""
35527          ],
35528          "type": "string"
35529        },
35530        "utilizationTarget": {
35531          "description": "The target CPU utilization that the autoscaler should maintain. Must be a float value in the range (0, 1]. If not specified, the default is 0.6.\n\nIf the CPU level is below the target utilization, the autoscaler scales down the number of instances until it reaches the minimum number of instances you specified or until the average CPU of your instances reaches the target utilization.\n\nIf the average CPU is above the target utilization, the autoscaler scales up until it reaches the maximum number of instances you specified or until the average utilization reaches the target utilization.",
35532          "format": "double",
35533          "type": "number"
35534        }
35535      },
35536      "type": "object"
35537    },
35538    "AutoscalingPolicyCustomMetricUtilization": {
35539      "description": "Custom utilization metric policy.",
35540      "id": "AutoscalingPolicyCustomMetricUtilization",
35541      "properties": {
35542        "filter": {
35543          "description": "A filter string, compatible with a Stackdriver Monitoring filter string for TimeSeries.list API call. This filter is used to select a specific TimeSeries for the purpose of autoscaling and to determine whether the metric is exporting per-instance or per-group data.\n\nFor the filter to be valid for autoscaling purposes, the following rules apply:  \n- You can only use the AND operator for joining selectors. \n- You can only use direct equality comparison operator (=) without any functions for each selector. \n- You can specify the metric in both the filter string and in the metric field. However, if specified in both places, the metric must be identical. \n- The monitored resource type determines what kind of values are expected for the metric. If it is a gce_instance, the autoscaler expects the metric to include a separate TimeSeries for each instance in a group. In such a case, you cannot filter on resource labels.\nIf the resource type is any other value, the autoscaler expects this metric to contain values that apply to the entire autoscaled instance group and resource label filtering can be performed to point autoscaler at the correct TimeSeries to scale upon. This is called a per-group metric for the purpose of autoscaling.\n\nIf not specified, the type defaults to gce_instance.  \n\nYou should provide a filter that is selective enough to pick just one TimeSeries for the autoscaled group or for each of the instances (if you are using gce_instance resource type). If multiple TimeSeries are returned upon the query execution, the autoscaler will sum their respective values to obtain its scaling value.",
35544          "type": "string"
35545        },
35546        "metric": {
35547          "description": "The identifier (type) of the Stackdriver Monitoring metric. The metric cannot have negative values.\n\nThe metric must have a value type of INT64 or DOUBLE.",
35548          "type": "string"
35549        },
35550        "singleInstanceAssignment": {
35551          "description": "If scaling is based on a per-group metric value that represents the total amount of work to be done or resource usage, set this value to an amount assigned for a single instance of the scaled group. Autoscaler will keep the number of instances proportional to the value of this metric, the metric itself should not change value due to group resizing.\n\nA good metric to use with the target is for example pubsub.googleapis.com/subscription/num_undelivered_messages or a custom metric exporting the total number of requests coming to your instances.\n\nA bad example would be a metric exporting an average or median latency, since this value can't include a chunk assignable to a single instance, it could be better used with utilization_target instead.",
35552          "format": "double",
35553          "type": "number"
35554        },
35555        "utilizationTarget": {
35556          "description": "The target value of the metric that autoscaler should maintain. This must be a positive value. A utilization metric scales number of virtual machines handling requests to increase or decrease proportionally to the metric.\n\nFor example, a good metric to use as a utilization_target is https://www.googleapis.com/compute/v1/instance/network/received_bytes_count. The autoscaler will work to keep this value constant for each of the instances.",
35557          "format": "double",
35558          "type": "number"
35559        },
35560        "utilizationTargetType": {
35561          "description": "Defines how target utilization value is expressed for a Stackdriver Monitoring metric. Either GAUGE, DELTA_PER_SECOND, or DELTA_PER_MINUTE.",
35562          "enum": [
35563            "DELTA_PER_MINUTE",
35564            "DELTA_PER_SECOND",
35565            "GAUGE"
35566          ],
35567          "enumDescriptions": [
35568            "",
35569            "",
35570            ""
35571          ],
35572          "type": "string"
35573        }
35574      },
35575      "type": "object"
35576    },
35577    "AutoscalingPolicyLoadBalancingUtilization": {
35578      "description": "Configuration parameters of autoscaling based on load balancing.",
35579      "id": "AutoscalingPolicyLoadBalancingUtilization",
35580      "properties": {
35581        "utilizationTarget": {
35582          "description": "Fraction of backend capacity utilization (set in HTTP(S) load balancing configuration) that autoscaler should maintain. Must be a positive float value. If not defined, the default is 0.8.",
35583          "format": "double",
35584          "type": "number"
35585        }
35586      },
35587      "type": "object"
35588    },
35589    "AutoscalingPolicyScaleDownControl": {
35590      "description": "Configuration that allows for slower scale down so that even if Autoscaler recommends an abrupt scale down of a MIG, it will be throttled as specified by the parameters below.",
35591      "id": "AutoscalingPolicyScaleDownControl",
35592      "properties": {
35593        "maxScaledDownReplicas": {
35594          "$ref": "FixedOrPercent",
35595          "description": "Maximum allowed number (or %) of VMs that can be deducted from the peak recommendation during the window autoscaler looks at when computing recommendations. Possibly all these VMs can be deleted at once so user service needs to be prepared to lose that many VMs in one step."
35596        },
35597        "timeWindowSec": {
35598          "description": "How long back autoscaling should look when computing recommendations to include directives regarding slower scale down, as described above.",
35599          "format": "int32",
35600          "type": "integer"
35601        }
35602      },
35603      "type": "object"
35604    },
35605    "AutoscalingPolicyScaleInControl": {
35606      "description": "Configuration that allows for slower scale in so that even if Autoscaler recommends an abrupt scale in of a MIG, it will be throttled as specified by the parameters below.",
35607      "id": "AutoscalingPolicyScaleInControl",
35608      "properties": {
35609        "maxScaledInReplicas": {
35610          "$ref": "FixedOrPercent",
35611          "description": "Maximum allowed number (or %) of VMs that can be deducted from the peak recommendation during the window autoscaler looks at when computing recommendations. Possibly all these VMs can be deleted at once so user service needs to be prepared to lose that many VMs in one step."
35612        },
35613        "timeWindowSec": {
35614          "description": "How long back autoscaling should look when computing recommendations to include directives regarding slower scale in, as described above.",
35615          "format": "int32",
35616          "type": "integer"
35617        }
35618      },
35619      "type": "object"
35620    },
35621    "AutoscalingPolicyScalingSchedule": {
35622      "description": "Scaling based on user-defined schedule. The message describes a single scaling schedule. A scaling schedule changes the minimum number of VM instances an autoscaler can recommend, which can trigger scaling out.",
35623      "id": "AutoscalingPolicyScalingSchedule",
35624      "properties": {
35625        "description": {
35626          "description": "A description of a scaling schedule.",
35627          "type": "string"
35628        },
35629        "disabled": {
35630          "description": "A boolean value that specifies if a scaling schedule can influence autoscaler recommendations. If set to true, then a scaling schedule has no effect. This field is optional and its value is false by default.",
35631          "type": "boolean"
35632        },
35633        "durationSec": {
35634          "description": "The duration of time intervals (in seconds) for which this scaling schedule will be running. The minimum allowed value is 300. This field is required.",
35635          "format": "int32",
35636          "type": "integer"
35637        },
35638        "minRequiredReplicas": {
35639          "description": "Minimum number of VM instances that autoscaler will recommend in time intervals starting according to schedule. This field is required.",
35640          "format": "int32",
35641          "type": "integer"
35642        },
35643        "schedule": {
35644          "description": "The start timestamps of time intervals when this scaling schedule should provide a scaling signal. This field uses the extended cron format (with an optional year field). The expression may describe a single timestamp if the optional year is set, in which case a scaling schedule will run once. schedule is interpreted with respect to time_zone. This field is required. NOTE: these timestamps only describe when autoscaler will start providing the scaling signal. The VMs will need additional time to become serving.",
35645          "type": "string"
35646        },
35647        "timeZone": {
35648          "description": "The time zone to be used when interpreting the schedule. The value of this field must be a time zone name from the tz database: http://en.wikipedia.org/wiki/Tz_database. This field will be assigned a default value of ?UTC? if left empty.",
35649          "type": "string"
35650        }
35651      },
35652      "type": "object"
35653    },
35654    "Backend": {
35655      "description": "Message containing information of one individual backend.",
35656      "id": "Backend",
35657      "properties": {
35658        "balancingMode": {
35659          "description": "Specifies the balancing mode for the backend.\n\nWhen choosing a balancing mode, you need to consider the loadBalancingScheme, and protocol for the backend service, as well as the type of backend (instance group or NEG).\n\n \n- If the load balancing mode is CONNECTION, then the load is spread based on how many concurrent connections the backend can handle.\nYou can use the CONNECTION balancing mode if the protocol for the backend service is SSL, TCP, or UDP.\n\nIf the loadBalancingScheme for the backend service is EXTERNAL (SSL Proxy and TCP Proxy load balancers), you must also specify exactly one of the following parameters: maxConnections (except for regional managed instance groups), maxConnectionsPerInstance, or maxConnectionsPerEndpoint.\n\nIf the loadBalancingScheme for the backend service is INTERNAL (internal TCP/UDP load balancers), you cannot specify any additional parameters.\n \n- If the load balancing mode is RATE, the load is spread based on the rate of HTTP requests per second (RPS).\nYou can use the RATE balancing mode if the protocol for the backend service is HTTP or HTTPS. You must specify exactly one of the following parameters: maxRate (except for regional managed instance groups), maxRatePerInstance, or maxRatePerEndpoint.\n \n- If the load balancing mode is UTILIZATION, the load is spread based on the backend utilization of instances in an instance group.\nYou can use the UTILIZATION balancing mode if the loadBalancingScheme of the backend service is EXTERNAL, INTERNAL_SELF_MANAGED, or INTERNAL_MANAGED and the backends are instance groups. There are no restrictions on the backend service protocol.",
35660          "enum": [
35661            "CONNECTION",
35662            "RATE",
35663            "UTILIZATION"
35664          ],
35665          "enumDescriptions": [
35666            "",
35667            "",
35668            ""
35669          ],
35670          "type": "string"
35671        },
35672        "capacityScaler": {
35673          "description": "A multiplier applied to the group's maximum servicing capacity (based on UTILIZATION, RATE or CONNECTION). Default value is 1, which means the group will serve up to 100% of its configured capacity (depending on balancingMode). A setting of 0 means the group is completely drained, offering 0% of its available capacity. Valid range is 0.0 and [0.1,1.0]. You cannot configure a setting larger than 0 and smaller than 0.1. You cannot configure a setting of 0 when there is only one backend attached to the backend service.\n\nThis cannot be used for internal load balancing.",
35674          "format": "float",
35675          "type": "number"
35676        },
35677        "description": {
35678          "description": "An optional description of this resource. Provide this property when you create the resource.",
35679          "type": "string"
35680        },
35681        "failover": {
35682          "description": "This field designates whether this is a failover backend. More than one failover backend can be configured for a given BackendService.",
35683          "type": "boolean"
35684        },
35685        "group": {
35686          "description": "The fully-qualified URL of an instance group or network endpoint group (NEG) resource. The type of backend that a backend service supports depends on the backend service's loadBalancingScheme.\n\n \n- When the loadBalancingScheme for the backend service is EXTERNAL, INTERNAL_SELF_MANAGED, or INTERNAL_MANAGED, the backend can be either an instance group or a NEG. The backends on the backend service must be either all instance groups or all NEGs. You cannot mix instance group and NEG backends on the same backend service. \n\n\n- When the loadBalancingScheme for the backend service is INTERNAL, the backend must be an instance group in the same region as the backend service. NEGs are not supported.  \n\nYou must use the fully-qualified URL (starting with https://www.googleapis.com/) to specify the instance group or NEG. Partial URLs are not supported.",
35687          "type": "string"
35688        },
35689        "maxConnections": {
35690          "description": "Defines a target maximum number of simultaneous connections that the backend can handle. Valid for network endpoint group and instance group backends (except for regional managed instance groups). If the backend's balancingMode is UTILIZATION, this is an optional parameter. If the backend's balancingMode is CONNECTION, and backend is attached to a backend service whose loadBalancingScheme is EXTERNAL, you must specify either this parameter, maxConnectionsPerInstance, or maxConnectionsPerEndpoint.\n\nNot available if the backend's balancingMode is RATE. If the loadBalancingScheme is INTERNAL, then maxConnections is not supported, even though the backend requires a balancing mode of CONNECTION.",
35691          "format": "int32",
35692          "type": "integer"
35693        },
35694        "maxConnectionsPerEndpoint": {
35695          "description": "Defines a target maximum number of simultaneous connections for an endpoint of a NEG. This is multiplied by the number of endpoints in the NEG to implicitly calculate a maximum number of target maximum simultaneous connections for the NEG. If the backend's balancingMode is CONNECTION, and the backend is attached to a backend service whose loadBalancingScheme is EXTERNAL, you must specify either this parameter, maxConnections, or maxConnectionsPerInstance.\n\nNot available if the backend's balancingMode is RATE. Internal TCP/UDP load balancing does not support setting maxConnectionsPerEndpoint even though its backends require a balancing mode of CONNECTION.",
35696          "format": "int32",
35697          "type": "integer"
35698        },
35699        "maxConnectionsPerInstance": {
35700          "description": "Defines a target maximum number of simultaneous connections for a single VM in a backend instance group. This is multiplied by the number of instances in the instance group to implicitly calculate a target maximum number of simultaneous connections for the whole instance group. If the backend's balancingMode is UTILIZATION, this is an optional parameter. If the backend's balancingMode is CONNECTION, and backend is attached to a backend service whose loadBalancingScheme is EXTERNAL, you must specify either this parameter, maxConnections, or maxConnectionsPerEndpoint.\n\nNot available if the backend's balancingMode is RATE. Internal TCP/UDP load balancing does not support setting maxConnectionsPerInstance even though its backends require a balancing mode of CONNECTION.",
35701          "format": "int32",
35702          "type": "integer"
35703        },
35704        "maxRate": {
35705          "description": "Defines a maximum number of HTTP requests per second (RPS) that the backend can handle. Valid for network endpoint group and instance group backends (except for regional managed instance groups). Must not be defined if the backend is a managed instance group that uses autoscaling based on load balancing.\n\nIf the backend's balancingMode is UTILIZATION, this is an optional parameter. If the backend's balancingMode is RATE, you must specify maxRate, maxRatePerInstance, or maxRatePerEndpoint.\n\nNot available if the backend's balancingMode is CONNECTION.",
35706          "format": "int32",
35707          "type": "integer"
35708        },
35709        "maxRatePerEndpoint": {
35710          "description": "Defines a maximum target for requests per second (RPS) for an endpoint of a NEG. This is multiplied by the number of endpoints in the NEG to implicitly calculate a target maximum rate for the NEG.\n\nIf the backend's balancingMode is RATE, you must specify either this parameter, maxRate (except for regional managed instance groups), or maxRatePerInstance.\n\nNot available if the backend's balancingMode is CONNECTION.",
35711          "format": "float",
35712          "type": "number"
35713        },
35714        "maxRatePerInstance": {
35715          "description": "Defines a maximum target for requests per second (RPS) for a single VM in a backend instance group. This is multiplied by the number of instances in the instance group to implicitly calculate a target maximum rate for the whole instance group.\n\nIf the backend's balancingMode is UTILIZATION, this is an optional parameter. If the backend's balancingMode is RATE, you must specify either this parameter, maxRate (except for regional managed instance groups), or maxRatePerEndpoint.\n\nNot available if the backend's balancingMode is CONNECTION.",
35716          "format": "float",
35717          "type": "number"
35718        },
35719        "maxUtilization": {
35720          "description": "Defines the maximum average backend utilization of a backend VM in an instance group. The valid range is [0.0, 1.0]. This is an optional parameter if the backend's balancingMode is UTILIZATION.\n\nThis parameter can be used in conjunction with maxRate, maxRatePerInstance, maxConnections (except for regional managed instance groups), or maxConnectionsPerInstance.",
35721          "format": "float",
35722          "type": "number"
35723        }
35724      },
35725      "type": "object"
35726    },
35727    "BackendBucket": {
35728      "description": "Represents a Cloud Storage Bucket resource.\n\nThis Cloud Storage bucket resource is referenced by a URL map of a load balancer. For more information, read Backend Buckets.",
35729      "id": "BackendBucket",
35730      "properties": {
35731        "bucketName": {
35732          "description": "Cloud Storage bucket name.",
35733          "type": "string"
35734        },
35735        "cdnPolicy": {
35736          "$ref": "BackendBucketCdnPolicy",
35737          "description": "Cloud CDN configuration for this BackendBucket."
35738        },
35739        "creationTimestamp": {
35740          "description": "[Output Only] Creation timestamp in RFC3339 text format.",
35741          "type": "string"
35742        },
35743        "customResponseHeaders": {
35744          "description": "Headers that the HTTP/S load balancer should add to proxied responses.",
35745          "items": {
35746            "type": "string"
35747          },
35748          "type": "array"
35749        },
35750        "description": {
35751          "description": "An optional textual description of the resource; provided by the client when the resource is created.",
35752          "type": "string"
35753        },
35754        "edgeSecurityPolicy": {
35755          "description": "[Output Only] The resource URL for the edge security policy associated with this backend bucket.",
35756          "type": "string"
35757        },
35758        "enableCdn": {
35759          "description": "If true, enable Cloud CDN for this BackendBucket.",
35760          "type": "boolean"
35761        },
35762        "id": {
35763          "description": "[Output Only] Unique identifier for the resource; defined by the server.",
35764          "format": "uint64",
35765          "type": "string"
35766        },
35767        "kind": {
35768          "default": "compute#backendBucket",
35769          "description": "Type of the resource.",
35770          "type": "string"
35771        },
35772        "name": {
35773          "description": "Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.",
35774          "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
35775          "type": "string"
35776        },
35777        "selfLink": {
35778          "description": "[Output Only] Server-defined URL for the resource.",
35779          "type": "string"
35780        },
35781        "selfLinkWithId": {
35782          "description": "[Output Only] Server-defined URL for this resource with the resource id.",
35783          "type": "string"
35784        }
35785      },
35786      "type": "object"
35787    },
35788    "BackendBucketCdnPolicy": {
35789      "description": "Message containing Cloud CDN configuration for a backend bucket.",
35790      "id": "BackendBucketCdnPolicy",
35791      "properties": {
35792        "bypassCacheOnRequestHeaders": {
35793          "description": "Bypass the cache when the specified request headers are matched - e.g. Pragma or Authorization headers. Up to 5 headers can be specified. The cache is bypassed for all cdnPolicy.cacheMode settings.",
35794          "items": {
35795            "$ref": "BackendBucketCdnPolicyBypassCacheOnRequestHeader"
35796          },
35797          "type": "array"
35798        },
35799        "cacheMode": {
35800          "description": "Specifies the cache setting for all responses from this backend. The possible values are:\n\nUSE_ORIGIN_HEADERS Requires the origin to set valid caching headers to cache content. Responses without these headers will not be cached at Google's edge, and will require a full trip to the origin on every request, potentially impacting performance and increasing load on the origin server.\n\nFORCE_CACHE_ALL Cache all content, ignoring any \"private\", \"no-store\" or \"no-cache\" directives in Cache-Control response headers. Warning: this may result in Cloud CDN caching private, per-user (user identifiable) content.\n\nCACHE_ALL_STATIC Automatically cache static content, including common image formats, media (video and audio), and web assets (JavaScript and CSS). Requests and responses that are marked as uncacheable, as well as dynamic content (including HTML), will not be cached.",
35801          "enum": [
35802            "CACHE_ALL_STATIC",
35803            "FORCE_CACHE_ALL",
35804            "INVALID_CACHE_MODE",
35805            "USE_ORIGIN_HEADERS"
35806          ],
35807          "enumDescriptions": [
35808            "",
35809            "",
35810            "",
35811            ""
35812          ],
35813          "type": "string"
35814        },
35815        "clientTtl": {
35816          "description": "Specifies a separate client (e.g. browser client) TTL, separate from the TTL for Cloud CDN's edge caches. Leaving this empty will use the same cache TTL for both Cloud CDN and the client-facing response. The maximum allowed value is 86400s (1 day).",
35817          "format": "int32",
35818          "type": "integer"
35819        },
35820        "defaultTtl": {
35821          "description": "Specifies the default TTL for cached content served by this origin for responses that do not have an existing valid TTL (max-age or s-max-age). Setting a TTL of \"0\" means \"always revalidate\". The value of defaultTTL cannot be set to a value greater than that of maxTTL, but can be equal. When the cacheMode is set to FORCE_CACHE_ALL, the defaultTTL will overwrite the TTL set in all responses. The maximum allowed value is 31,622,400s (1 year), noting that infrequently accessed objects may be evicted from the cache before the defined TTL.",
35822          "format": "int32",
35823          "type": "integer"
35824        },
35825        "maxTtl": {
35826          "description": "Specifies the maximum allowed TTL for cached content served by this origin. Cache directives that attempt to set a max-age or s-maxage higher than this, or an Expires header more than maxTTL seconds in the future will be capped at the value of maxTTL, as if it were the value of an s-maxage Cache-Control directive. Headers sent to the client will not be modified. Setting a TTL of \"0\" means \"always revalidate\". The maximum allowed value is 31,622,400s (1 year), noting that infrequently accessed objects may be evicted from the cache before the defined TTL.",
35827          "format": "int32",
35828          "type": "integer"
35829        },
35830        "negativeCaching": {
35831          "description": "Negative caching allows per-status code TTLs to be set, in order to apply fine-grained caching for common errors or redirects. This can reduce the load on your origin and improve end-user experience by reducing response latency. When the cache mode is set to CACHE_ALL_STATIC or USE_ORIGIN_HEADERS, negative caching applies to responses with the specified response code that lack any Cache-Control, Expires, or Pragma: no-cache directives. When the cache mode is set to FORCE_CACHE_ALL, negative caching applies to all responses with the specified response code, and override any caching headers. By default, Cloud CDN will apply the following default TTLs to these status codes: HTTP 300 (Multiple Choice), 301, 308 (Permanent Redirects): 10m HTTP 404 (Not Found), 410 (Gone), 451 (Unavailable For Legal Reasons): 120s HTTP 405 (Method Not Found), 421 (Misdirected Request), 501 (Not Implemented): 60s. These defaults can be overridden in negative_caching_policy.",
35832          "type": "boolean"
35833        },
35834        "negativeCachingPolicy": {
35835          "description": "Sets a cache TTL for the specified HTTP status code. negative_caching must be enabled to configure negative_caching_policy. Omitting the policy and leaving negative_caching enabled will use Cloud CDN's default cache TTLs. Note that when specifying an explicit negative_caching_policy, you should take care to specify a cache TTL for all response codes that you wish to cache. Cloud CDN will not apply any default negative caching when a policy exists.",
35836          "items": {
35837            "$ref": "BackendBucketCdnPolicyNegativeCachingPolicy"
35838          },
35839          "type": "array"
35840        },
35841        "requestCoalescing": {
35842          "description": "If true then Cloud CDN will combine multiple concurrent cache fill requests into a small number of requests to the origin.",
35843          "type": "boolean"
35844        },
35845        "serveWhileStale": {
35846          "description": "Serve existing content from the cache (if available) when revalidating content with the origin, or when an error is encountered when refreshing the cache. This setting defines the default \"max-stale\" duration for any cached responses that do not specify a max-stale directive. Stale responses that exceed the TTL configured here will not be served. The default limit (max-stale) is 86400s (1 day), which will allow stale content to be served up to this limit beyond the max-age (or s-max-age) of a cached response. The maximum allowed value is 604800 (1 week). Set this to zero (0) to disable serve-while-stale.",
35847          "format": "int32",
35848          "type": "integer"
35849        },
35850        "signedUrlCacheMaxAgeSec": {
35851          "description": "Maximum number of seconds the response to a signed URL request will be considered fresh. After this time period, the response will be revalidated before being served. Defaults to 1hr (3600s). When serving responses to signed URL requests, Cloud CDN will internally behave as though all responses from this backend had a \"Cache-Control: public, max-age=[TTL]\" header, regardless of any existing Cache-Control header. The actual headers served in responses will not be altered.",
35852          "format": "int64",
35853          "type": "string"
35854        },
35855        "signedUrlKeyNames": {
35856          "description": "[Output Only] Names of the keys for signing request URLs.",
35857          "items": {
35858            "type": "string"
35859          },
35860          "type": "array"
35861        }
35862      },
35863      "type": "object"
35864    },
35865    "BackendBucketCdnPolicyBypassCacheOnRequestHeader": {
35866      "description": "Bypass the cache when the specified request headers are present, e.g. Pragma or Authorization headers. Values are case insensitive. The presence of such a header overrides the cache_mode setting.",
35867      "id": "BackendBucketCdnPolicyBypassCacheOnRequestHeader",
35868      "properties": {
35869        "headerName": {
35870          "description": "The header field name to match on when bypassing cache. Values are case-insensitive.",
35871          "type": "string"
35872        }
35873      },
35874      "type": "object"
35875    },
35876    "BackendBucketCdnPolicyNegativeCachingPolicy": {
35877      "description": "Specify CDN TTLs for response error codes.",
35878      "id": "BackendBucketCdnPolicyNegativeCachingPolicy",
35879      "properties": {
35880        "code": {
35881          "description": "The HTTP status code to define a TTL against. Only HTTP status codes 300, 301, 308, 404, 405, 410, 421, 451 and 501 are can be specified as values, and you cannot specify a status code more than once.",
35882          "format": "int32",
35883          "type": "integer"
35884        },
35885        "ttl": {
35886          "description": "The TTL (in seconds) for which to cache responses with the corresponding status code. The maximum allowed value is 1800s (30 minutes), noting that infrequently accessed objects may be evicted from the cache before the defined TTL.",
35887          "format": "int32",
35888          "type": "integer"
35889        }
35890      },
35891      "type": "object"
35892    },
35893    "BackendBucketList": {
35894      "description": "Contains a list of BackendBucket resources.",
35895      "id": "BackendBucketList",
35896      "properties": {
35897        "id": {
35898          "description": "[Output Only] Unique identifier for the resource; defined by the server.",
35899          "type": "string"
35900        },
35901        "items": {
35902          "description": "A list of BackendBucket resources.",
35903          "items": {
35904            "$ref": "BackendBucket"
35905          },
35906          "type": "array"
35907        },
35908        "kind": {
35909          "default": "compute#backendBucketList",
35910          "description": "Type of resource.",
35911          "type": "string"
35912        },
35913        "nextPageToken": {
35914          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
35915          "type": "string"
35916        },
35917        "selfLink": {
35918          "description": "[Output Only] Server-defined URL for this resource.",
35919          "type": "string"
35920        },
35921        "warning": {
35922          "description": "[Output Only] Informational warning message.",
35923          "properties": {
35924            "code": {
35925              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
35926              "enum": [
35927                "CLEANUP_FAILED",
35928                "DEPRECATED_RESOURCE_USED",
35929                "DEPRECATED_TYPE_USED",
35930                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
35931                "EXPERIMENTAL_TYPE_USED",
35932                "EXTERNAL_API_WARNING",
35933                "FIELD_VALUE_OVERRIDEN",
35934                "INJECTED_KERNELS_DEPRECATED",
35935                "LARGE_DEPLOYMENT_WARNING",
35936                "MISSING_TYPE_DEPENDENCY",
35937                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
35938                "NEXT_HOP_CANNOT_IP_FORWARD",
35939                "NEXT_HOP_INSTANCE_NOT_FOUND",
35940                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
35941                "NEXT_HOP_NOT_RUNNING",
35942                "NOT_CRITICAL_ERROR",
35943                "NO_RESULTS_ON_PAGE",
35944                "PARTIAL_SUCCESS",
35945                "REQUIRED_TOS_AGREEMENT",
35946                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
35947                "RESOURCE_NOT_DELETED",
35948                "SCHEMA_VALIDATION_IGNORED",
35949                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
35950                "UNDECLARED_PROPERTIES",
35951                "UNREACHABLE"
35952              ],
35953              "enumDescriptions": [
35954                "",
35955                "",
35956                "",
35957                "",
35958                "",
35959                "",
35960                "",
35961                "",
35962                "",
35963                "",
35964                "",
35965                "",
35966                "",
35967                "",
35968                "",
35969                "",
35970                "",
35971                "",
35972                "",
35973                "",
35974                "",
35975                "",
35976                "",
35977                "",
35978                ""
35979              ],
35980              "type": "string"
35981            },
35982            "data": {
35983              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
35984              "items": {
35985                "properties": {
35986                  "key": {
35987                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
35988                    "type": "string"
35989                  },
35990                  "value": {
35991                    "description": "[Output Only] A warning data value corresponding to the key.",
35992                    "type": "string"
35993                  }
35994                },
35995                "type": "object"
35996              },
35997              "type": "array"
35998            },
35999            "message": {
36000              "description": "[Output Only] A human-readable description of the warning code.",
36001              "type": "string"
36002            }
36003          },
36004          "type": "object"
36005        }
36006      },
36007      "type": "object"
36008    },
36009    "BackendService": {
36010      "description": "Represents a Backend Service resource.\n\nA backend service defines how Google Cloud load balancers distribute traffic. The backend service configuration contains a set of values, such as the protocol used to connect to backends, various distribution and session settings, health checks, and timeouts. These settings provide fine-grained control over how your load balancer behaves. Most of the settings have default values that allow for easy configuration if you need to get started quickly.\n\nBackend services in Google Compute Engine can be either regionally or globally scoped.\n\n* [Global](/compute/docs/reference/rest/{$api_version}/backendServices) * [Regional](/compute/docs/reference/rest/{$api_version}/regionBackendServices)\n\nFor more information, see Backend Services.\n\n(== resource_for {$api_version}.backendService ==)",
36011      "id": "BackendService",
36012      "properties": {
36013        "affinityCookieTtlSec": {
36014          "description": "Lifetime of cookies in seconds. Only applicable if the loadBalancingScheme is EXTERNAL, INTERNAL_SELF_MANAGED, or INTERNAL_MANAGED, the protocol is HTTP or HTTPS, and the sessionAffinity is GENERATED_COOKIE, or HTTP_COOKIE.\n\nIf set to 0, the cookie is non-persistent and lasts only until the end of the browser session (or equivalent). The maximum allowed value is one day (86,400).\n\nNot supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true.",
36015          "format": "int32",
36016          "type": "integer"
36017        },
36018        "backends": {
36019          "description": "The list of backends that serve this BackendService.",
36020          "items": {
36021            "$ref": "Backend"
36022          },
36023          "type": "array"
36024        },
36025        "cdnPolicy": {
36026          "$ref": "BackendServiceCdnPolicy",
36027          "description": "Cloud CDN configuration for this BackendService."
36028        },
36029        "circuitBreakers": {
36030          "$ref": "CircuitBreakers",
36031          "description": "Settings controlling the volume of connections to a backend service. If not set, this feature is considered disabled.\n\nThis field is applicable to either:  \n- A regional backend service with the service_protocol set to HTTP, HTTPS, or HTTP2, and load_balancing_scheme set to INTERNAL_MANAGED. \n- A global backend service with the load_balancing_scheme set to INTERNAL_SELF_MANAGED.  \n\nNot supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true."
36032        },
36033        "connectionDraining": {
36034          "$ref": "ConnectionDraining"
36035        },
36036        "connectionTrackingPolicy": {
36037          "$ref": "BackendServiceConnectionTrackingPolicy"
36038        },
36039        "consistentHash": {
36040          "$ref": "ConsistentHashLoadBalancerSettings",
36041          "description": "Consistent Hash-based load balancing can be used to provide soft session affinity based on HTTP headers, cookies or other properties. This load balancing policy is applicable only for HTTP connections. The affinity to a particular destination host will be lost when one or more hosts are added/removed from the destination service. This field specifies parameters that control consistent hashing. This field is only applicable when localityLbPolicy is set to MAGLEV or RING_HASH.\n\nThis field is applicable to either:  \n- A regional backend service with the service_protocol set to HTTP, HTTPS, or HTTP2, and load_balancing_scheme set to INTERNAL_MANAGED. \n- A global backend service with the load_balancing_scheme set to INTERNAL_SELF_MANAGED.  \n\nNot supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true."
36042        },
36043        "creationTimestamp": {
36044          "description": "[Output Only] Creation timestamp in RFC3339 text format.",
36045          "type": "string"
36046        },
36047        "customRequestHeaders": {
36048          "description": "Headers that the HTTP/S load balancer should add to proxied requests.",
36049          "items": {
36050            "type": "string"
36051          },
36052          "type": "array"
36053        },
36054        "customResponseHeaders": {
36055          "description": "Headers that the HTTP/S load balancer should add to proxied responses.",
36056          "items": {
36057            "type": "string"
36058          },
36059          "type": "array"
36060        },
36061        "description": {
36062          "description": "An optional description of this resource. Provide this property when you create the resource.",
36063          "type": "string"
36064        },
36065        "edgeSecurityPolicy": {
36066          "description": "[Output Only] The resource URL for the edge security policy associated with this backend service.",
36067          "type": "string"
36068        },
36069        "enableCDN": {
36070          "description": "If true, enables Cloud CDN for the backend service. Only applicable if the loadBalancingScheme is EXTERNAL and the protocol is HTTP or HTTPS.",
36071          "type": "boolean"
36072        },
36073        "failoverPolicy": {
36074          "$ref": "BackendServiceFailoverPolicy",
36075          "description": "Applicable only to Failover for Internal TCP/UDP Load Balancing. Requires at least one backend instance group to be defined as a backup (failover) backend."
36076        },
36077        "fingerprint": {
36078          "description": "Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic locking. This field will be ignored when inserting a BackendService. An up-to-date fingerprint must be provided in order to update the BackendService, otherwise the request will fail with error 412 conditionNotMet.\n\nTo see the latest fingerprint, make a get() request to retrieve a BackendService.",
36079          "format": "byte",
36080          "type": "string"
36081        },
36082        "healthChecks": {
36083          "description": "The list of URLs to the healthChecks, httpHealthChecks (legacy), or httpsHealthChecks (legacy) resource for health checking this backend service. Not all backend services support legacy health checks. See  Load balancer guide. Currently, at most one health check can be specified for each backend service. Backend services with instance group or zonal NEG backends must have a health check. Backend services with internet or serverless NEG backends must not have a health check.",
36084          "items": {
36085            "type": "string"
36086          },
36087          "type": "array"
36088        },
36089        "iap": {
36090          "$ref": "BackendServiceIAP",
36091          "description": "The configurations for Identity-Aware Proxy on this resource."
36092        },
36093        "id": {
36094          "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.",
36095          "format": "uint64",
36096          "type": "string"
36097        },
36098        "kind": {
36099          "default": "compute#backendService",
36100          "description": "[Output Only] Type of resource. Always compute#backendService for backend services.",
36101          "type": "string"
36102        },
36103        "loadBalancingScheme": {
36104          "description": "Specifies the load balancer type. Choose EXTERNAL for load balancers that receive traffic from external clients. Choose INTERNAL for Internal TCP/UDP Load Balancing. Choose INTERNAL_MANAGED for Internal HTTP(S) Load Balancing. Choose INTERNAL_SELF_MANAGED for Traffic Director. A backend service created for one type of load balancing cannot be used with another. For more information, refer to Choosing a load balancer.",
36105          "enum": [
36106            "EXTERNAL",
36107            "EXTERNAL_MANAGED",
36108            "INTERNAL",
36109            "INTERNAL_MANAGED",
36110            "INTERNAL_SELF_MANAGED",
36111            "INVALID_LOAD_BALANCING_SCHEME"
36112          ],
36113          "enumDescriptions": [
36114            "",
36115            "",
36116            "",
36117            "",
36118            "",
36119            ""
36120          ],
36121          "type": "string"
36122        },
36123        "localityLbPolicy": {
36124          "description": "The load balancing algorithm used within the scope of the locality. The possible values are:  \n- ROUND_ROBIN: This is a simple policy in which each healthy backend is selected in round robin order. This is the default. \n- LEAST_REQUEST: An O(1) algorithm which selects two random healthy hosts and picks the host which has fewer active requests. \n- RING_HASH: The ring/modulo hash load balancer implements consistent hashing to backends. The algorithm has the property that the addition/removal of a host from a set of N hosts only affects 1/N of the requests. \n- RANDOM: The load balancer selects a random healthy host. \n- ORIGINAL_DESTINATION: Backend host is selected based on the client connection metadata, i.e., connections are opened to the same address as the destination address of the incoming connection before the connection was redirected to the load balancer. \n- MAGLEV: used as a drop in replacement for the ring hash load balancer. Maglev is not as stable as ring hash but has faster table lookup build times and host selection times. For more information about Maglev, see https://ai.google/research/pubs/pub44824 \n\nThis field is applicable to either:  \n- A regional backend service with the service_protocol set to HTTP, HTTPS, or HTTP2, and load_balancing_scheme set to INTERNAL_MANAGED. \n- A global backend service with the load_balancing_scheme set to INTERNAL_SELF_MANAGED.  \n\nIf sessionAffinity is not NONE, and this field is not set to MAGLEV or RING_HASH, session affinity settings will not take effect.\n\nOnly the default ROUND_ROBIN policy is supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true.",
36125          "enum": [
36126            "INVALID_LB_POLICY",
36127            "LEAST_REQUEST",
36128            "MAGLEV",
36129            "ORIGINAL_DESTINATION",
36130            "RANDOM",
36131            "RING_HASH",
36132            "ROUND_ROBIN"
36133          ],
36134          "enumDescriptions": [
36135            "",
36136            "",
36137            "",
36138            "",
36139            "",
36140            "",
36141            ""
36142          ],
36143          "type": "string"
36144        },
36145        "logConfig": {
36146          "$ref": "BackendServiceLogConfig",
36147          "description": "This field denotes the logging options for the load balancer traffic served by this backend service. If logging is enabled, logs will be exported to Stackdriver."
36148        },
36149        "name": {
36150          "description": "Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.",
36151          "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
36152          "type": "string"
36153        },
36154        "network": {
36155          "description": "The URL of the network to which this backend service belongs. This field can only be spcified when the load balancing scheme is set to INTERNAL.",
36156          "type": "string"
36157        },
36158        "outlierDetection": {
36159          "$ref": "OutlierDetection",
36160          "description": "Settings controlling the eviction of unhealthy hosts from the load balancing pool for the backend service. If not set, this feature is considered disabled.\n\nThis field is applicable to either:  \n- A regional backend service with the service_protocol set to HTTP, HTTPS, or HTTP2, and load_balancing_scheme set to INTERNAL_MANAGED. \n- A global backend service with the load_balancing_scheme set to INTERNAL_SELF_MANAGED.  \n\nNot supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true."
36161        },
36162        "port": {
36163          "description": "Deprecated in favor of portName. The TCP port to connect on the backend. The default value is 80.\n\nThis cannot be used if the loadBalancingScheme is INTERNAL (Internal TCP/UDP Load Balancing).",
36164          "format": "int32",
36165          "type": "integer"
36166        },
36167        "portName": {
36168          "description": "A named port on a backend instance group representing the port for communication to the backend VMs in that group. Required when the loadBalancingScheme is EXTERNAL, INTERNAL_MANAGED, or INTERNAL_SELF_MANAGED and the backends are instance groups. The named port must be defined on each backend instance group. This parameter has no meaning if the backends are NEGs.\n\n\n\nMust be omitted when the loadBalancingScheme is INTERNAL (Internal TCP/UDP Load Balancing).",
36169          "type": "string"
36170        },
36171        "protocol": {
36172          "description": "The protocol this BackendService uses to communicate with backends.\n\nPossible values are HTTP, HTTPS, HTTP2, TCP, SSL, UDP or GRPC. depending on the chosen load balancer or Traffic Director configuration. Refer to the documentation for the load balancer or for Traffic Director for more information.\n\nMust be set to GRPC when the backend service is referenced by a URL map that is bound to target gRPC proxy.",
36173          "enum": [
36174            "ALL",
36175            "GRPC",
36176            "HTTP",
36177            "HTTP2",
36178            "HTTPS",
36179            "SSL",
36180            "TCP",
36181            "UDP"
36182          ],
36183          "enumDescriptions": [
36184            "",
36185            "",
36186            "",
36187            "",
36188            "",
36189            "",
36190            "",
36191            ""
36192          ],
36193          "type": "string"
36194        },
36195        "region": {
36196          "description": "[Output Only] URL of the region where the regional backend service resides. This field is not applicable to global backend services. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.",
36197          "type": "string"
36198        },
36199        "securityPolicy": {
36200          "description": "[Output Only] The resource URL for the security policy associated with this backend service.",
36201          "type": "string"
36202        },
36203        "securitySettings": {
36204          "$ref": "SecuritySettings",
36205          "description": "This field specifies the security policy that applies to this backend service. This field is applicable to either:  \n- A regional backend service with the service_protocol set to HTTP, HTTPS, or HTTP2, and load_balancing_scheme set to INTERNAL_MANAGED. \n- A global backend service with the load_balancing_scheme set to INTERNAL_SELF_MANAGED."
36206        },
36207        "selfLink": {
36208          "description": "[Output Only] Server-defined URL for the resource.",
36209          "type": "string"
36210        },
36211        "selfLinkWithId": {
36212          "description": "[Output Only] Server-defined URL for this resource with the resource id.",
36213          "type": "string"
36214        },
36215        "sessionAffinity": {
36216          "description": "Type of session affinity to use. The default is NONE. Session affinity is not applicable if the --protocol is UDP.\n\nWhen the loadBalancingScheme is EXTERNAL, possible values are NONE, CLIENT_IP, or GENERATED_COOKIE. You can use GENERATED_COOKIE if the protocol is HTTP or HTTPS.\n\nWhen the loadBalancingScheme is INTERNAL, possible values are NONE, CLIENT_IP, CLIENT_IP_PROTO, or CLIENT_IP_PORT_PROTO.\n\nWhen the loadBalancingScheme is INTERNAL_SELF_MANAGED, or INTERNAL_MANAGED, possible values are NONE, CLIENT_IP, GENERATED_COOKIE, HEADER_FIELD, or HTTP_COOKIE.\n\nNot supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true.",
36217          "enum": [
36218            "CLIENT_IP",
36219            "CLIENT_IP_NO_DESTINATION",
36220            "CLIENT_IP_PORT_PROTO",
36221            "CLIENT_IP_PROTO",
36222            "GENERATED_COOKIE",
36223            "HEADER_FIELD",
36224            "HTTP_COOKIE",
36225            "NONE"
36226          ],
36227          "enumDescriptions": [
36228            "",
36229            "",
36230            "",
36231            "",
36232            "",
36233            "",
36234            "",
36235            ""
36236          ],
36237          "type": "string"
36238        },
36239        "subsetting": {
36240          "$ref": "Subsetting"
36241        },
36242        "timeoutSec": {
36243          "description": "The backend service timeout has a different meaning depending on the type of load balancer. For more information see,  Backend service settings The default is 30 seconds.",
36244          "format": "int32",
36245          "type": "integer"
36246        }
36247      },
36248      "type": "object"
36249    },
36250    "BackendServiceAggregatedList": {
36251      "description": "Contains a list of BackendServicesScopedList.",
36252      "id": "BackendServiceAggregatedList",
36253      "properties": {
36254        "id": {
36255          "description": "[Output Only] Unique identifier for the resource; defined by the server.",
36256          "type": "string"
36257        },
36258        "items": {
36259          "additionalProperties": {
36260            "$ref": "BackendServicesScopedList",
36261            "description": "Name of the scope containing this set of BackendServices."
36262          },
36263          "description": "A list of BackendServicesScopedList resources.",
36264          "type": "object"
36265        },
36266        "kind": {
36267          "default": "compute#backendServiceAggregatedList",
36268          "description": "Type of resource.",
36269          "type": "string"
36270        },
36271        "nextPageToken": {
36272          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
36273          "type": "string"
36274        },
36275        "selfLink": {
36276          "description": "[Output Only] Server-defined URL for this resource.",
36277          "type": "string"
36278        },
36279        "unreachables": {
36280          "description": "[Output Only] Unreachable resources.",
36281          "items": {
36282            "type": "string"
36283          },
36284          "type": "array"
36285        },
36286        "warning": {
36287          "description": "[Output Only] Informational warning message.",
36288          "properties": {
36289            "code": {
36290              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
36291              "enum": [
36292                "CLEANUP_FAILED",
36293                "DEPRECATED_RESOURCE_USED",
36294                "DEPRECATED_TYPE_USED",
36295                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
36296                "EXPERIMENTAL_TYPE_USED",
36297                "EXTERNAL_API_WARNING",
36298                "FIELD_VALUE_OVERRIDEN",
36299                "INJECTED_KERNELS_DEPRECATED",
36300                "LARGE_DEPLOYMENT_WARNING",
36301                "MISSING_TYPE_DEPENDENCY",
36302                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
36303                "NEXT_HOP_CANNOT_IP_FORWARD",
36304                "NEXT_HOP_INSTANCE_NOT_FOUND",
36305                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
36306                "NEXT_HOP_NOT_RUNNING",
36307                "NOT_CRITICAL_ERROR",
36308                "NO_RESULTS_ON_PAGE",
36309                "PARTIAL_SUCCESS",
36310                "REQUIRED_TOS_AGREEMENT",
36311                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
36312                "RESOURCE_NOT_DELETED",
36313                "SCHEMA_VALIDATION_IGNORED",
36314                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
36315                "UNDECLARED_PROPERTIES",
36316                "UNREACHABLE"
36317              ],
36318              "enumDescriptions": [
36319                "",
36320                "",
36321                "",
36322                "",
36323                "",
36324                "",
36325                "",
36326                "",
36327                "",
36328                "",
36329                "",
36330                "",
36331                "",
36332                "",
36333                "",
36334                "",
36335                "",
36336                "",
36337                "",
36338                "",
36339                "",
36340                "",
36341                "",
36342                "",
36343                ""
36344              ],
36345              "type": "string"
36346            },
36347            "data": {
36348              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
36349              "items": {
36350                "properties": {
36351                  "key": {
36352                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
36353                    "type": "string"
36354                  },
36355                  "value": {
36356                    "description": "[Output Only] A warning data value corresponding to the key.",
36357                    "type": "string"
36358                  }
36359                },
36360                "type": "object"
36361              },
36362              "type": "array"
36363            },
36364            "message": {
36365              "description": "[Output Only] A human-readable description of the warning code.",
36366              "type": "string"
36367            }
36368          },
36369          "type": "object"
36370        }
36371      },
36372      "type": "object"
36373    },
36374    "BackendServiceCdnPolicy": {
36375      "description": "Message containing Cloud CDN configuration for a backend service.",
36376      "id": "BackendServiceCdnPolicy",
36377      "properties": {
36378        "bypassCacheOnRequestHeaders": {
36379          "description": "Bypass the cache when the specified request headers are matched - e.g. Pragma or Authorization headers. Up to 5 headers can be specified. The cache is bypassed for all cdnPolicy.cacheMode settings.",
36380          "items": {
36381            "$ref": "BackendServiceCdnPolicyBypassCacheOnRequestHeader"
36382          },
36383          "type": "array"
36384        },
36385        "cacheKeyPolicy": {
36386          "$ref": "CacheKeyPolicy",
36387          "description": "The CacheKeyPolicy for this CdnPolicy."
36388        },
36389        "cacheMode": {
36390          "description": "Specifies the cache setting for all responses from this backend. The possible values are:\n\nUSE_ORIGIN_HEADERS Requires the origin to set valid caching headers to cache content. Responses without these headers will not be cached at Google's edge, and will require a full trip to the origin on every request, potentially impacting performance and increasing load on the origin server.\n\nFORCE_CACHE_ALL Cache all content, ignoring any \"private\", \"no-store\" or \"no-cache\" directives in Cache-Control response headers. Warning: this may result in Cloud CDN caching private, per-user (user identifiable) content.\n\nCACHE_ALL_STATIC Automatically cache static content, including common image formats, media (video and audio), and web assets (JavaScript and CSS). Requests and responses that are marked as uncacheable, as well as dynamic content (including HTML), will not be cached.",
36391          "enum": [
36392            "CACHE_ALL_STATIC",
36393            "FORCE_CACHE_ALL",
36394            "INVALID_CACHE_MODE",
36395            "USE_ORIGIN_HEADERS"
36396          ],
36397          "enumDescriptions": [
36398            "",
36399            "",
36400            "",
36401            ""
36402          ],
36403          "type": "string"
36404        },
36405        "clientTtl": {
36406          "description": "Specifies a separate client (e.g. browser client) TTL, separate from the TTL for Cloud CDN's edge caches. Leaving this empty will use the same cache TTL for both Cloud CDN and the client-facing response. The maximum allowed value is 86400s (1 day).",
36407          "format": "int32",
36408          "type": "integer"
36409        },
36410        "defaultTtl": {
36411          "description": "Specifies the default TTL for cached content served by this origin for responses that do not have an existing valid TTL (max-age or s-max-age). Setting a TTL of \"0\" means \"always revalidate\". The value of defaultTTL cannot be set to a value greater than that of maxTTL, but can be equal. When the cacheMode is set to FORCE_CACHE_ALL, the defaultTTL will overwrite the TTL set in all responses. The maximum allowed value is 31,622,400s (1 year), noting that infrequently accessed objects may be evicted from the cache before the defined TTL.",
36412          "format": "int32",
36413          "type": "integer"
36414        },
36415        "maxTtl": {
36416          "description": "Specifies the maximum allowed TTL for cached content served by this origin. Cache directives that attempt to set a max-age or s-maxage higher than this, or an Expires header more than maxTTL seconds in the future will be capped at the value of maxTTL, as if it were the value of an s-maxage Cache-Control directive. Headers sent to the client will not be modified. Setting a TTL of \"0\" means \"always revalidate\". The maximum allowed value is 31,622,400s (1 year), noting that infrequently accessed objects may be evicted from the cache before the defined TTL.",
36417          "format": "int32",
36418          "type": "integer"
36419        },
36420        "negativeCaching": {
36421          "description": "Negative caching allows per-status code TTLs to be set, in order to apply fine-grained caching for common errors or redirects. This can reduce the load on your origin and improve end-user experience by reducing response latency. When the cache mode is set to CACHE_ALL_STATIC or USE_ORIGIN_HEADERS, negative caching applies to responses with the specified response code that lack any Cache-Control, Expires, or Pragma: no-cache directives. When the cache mode is set to FORCE_CACHE_ALL, negative caching applies to all responses with the specified response code, and override any caching headers. By default, Cloud CDN will apply the following default TTLs to these status codes: HTTP 300 (Multiple Choice), 301, 308 (Permanent Redirects): 10m HTTP 404 (Not Found), 410 (Gone), 451 (Unavailable For Legal Reasons): 120s HTTP 405 (Method Not Found), 421 (Misdirected Request), 501 (Not Implemented): 60s. These defaults can be overridden in negative_caching_policy.",
36422          "type": "boolean"
36423        },
36424        "negativeCachingPolicy": {
36425          "description": "Sets a cache TTL for the specified HTTP status code. negative_caching must be enabled to configure negative_caching_policy. Omitting the policy and leaving negative_caching enabled will use Cloud CDN's default cache TTLs. Note that when specifying an explicit negative_caching_policy, you should take care to specify a cache TTL for all response codes that you wish to cache. Cloud CDN will not apply any default negative caching when a policy exists.",
36426          "items": {
36427            "$ref": "BackendServiceCdnPolicyNegativeCachingPolicy"
36428          },
36429          "type": "array"
36430        },
36431        "requestCoalescing": {
36432          "description": "If true then Cloud CDN will combine multiple concurrent cache fill requests into a small number of requests to the origin.",
36433          "type": "boolean"
36434        },
36435        "serveWhileStale": {
36436          "description": "Serve existing content from the cache (if available) when revalidating content with the origin, or when an error is encountered when refreshing the cache. This setting defines the default \"max-stale\" duration for any cached responses that do not specify a max-stale directive. Stale responses that exceed the TTL configured here will not be served. The default limit (max-stale) is 86400s (1 day), which will allow stale content to be served up to this limit beyond the max-age (or s-max-age) of a cached response. The maximum allowed value is 604800 (1 week). Set this to zero (0) to disable serve-while-stale.",
36437          "format": "int32",
36438          "type": "integer"
36439        },
36440        "signedUrlCacheMaxAgeSec": {
36441          "description": "Maximum number of seconds the response to a signed URL request will be considered fresh. After this time period, the response will be revalidated before being served. Defaults to 1hr (3600s). When serving responses to signed URL requests, Cloud CDN will internally behave as though all responses from this backend had a \"Cache-Control: public, max-age=[TTL]\" header, regardless of any existing Cache-Control header. The actual headers served in responses will not be altered.",
36442          "format": "int64",
36443          "type": "string"
36444        },
36445        "signedUrlKeyNames": {
36446          "description": "[Output Only] Names of the keys for signing request URLs.",
36447          "items": {
36448            "type": "string"
36449          },
36450          "type": "array"
36451        }
36452      },
36453      "type": "object"
36454    },
36455    "BackendServiceCdnPolicyBypassCacheOnRequestHeader": {
36456      "description": "Bypass the cache when the specified request headers are present, e.g. Pragma or Authorization headers. Values are case insensitive. The presence of such a header overrides the cache_mode setting.",
36457      "id": "BackendServiceCdnPolicyBypassCacheOnRequestHeader",
36458      "properties": {
36459        "headerName": {
36460          "description": "The header field name to match on when bypassing cache. Values are case-insensitive.",
36461          "type": "string"
36462        }
36463      },
36464      "type": "object"
36465    },
36466    "BackendServiceCdnPolicyNegativeCachingPolicy": {
36467      "description": "Specify CDN TTLs for response error codes.",
36468      "id": "BackendServiceCdnPolicyNegativeCachingPolicy",
36469      "properties": {
36470        "code": {
36471          "description": "The HTTP status code to define a TTL against. Only HTTP status codes 300, 301, 308, 404, 405, 410, 421, 451 and 501 are can be specified as values, and you cannot specify a status code more than once.",
36472          "format": "int32",
36473          "type": "integer"
36474        },
36475        "ttl": {
36476          "description": "The TTL (in seconds) for which to cache responses with the corresponding status code. The maximum allowed value is 1800s (30 minutes), noting that infrequently accessed objects may be evicted from the cache before the defined TTL.",
36477          "format": "int32",
36478          "type": "integer"
36479        }
36480      },
36481      "type": "object"
36482    },
36483    "BackendServiceConnectionTrackingPolicy": {
36484      "description": "Connection Tracking configuration for this BackendService.",
36485      "id": "BackendServiceConnectionTrackingPolicy",
36486      "properties": {
36487        "connectionPersistenceOnUnhealthyBackends": {
36488          "description": "Specifies connection persistence when backends are unhealthy. The default value is DEFAULT_FOR_PROTOCOL.\n\nIf set to DEFAULT_FOR_PROTOCOL, the existing connections persist on unhealthy backends only for connection-oriented protocols (TCP and SCTP) and only if the Tracking Mode is PER_CONNECTION (default tracking mode) or the Session Affinity is configured for 5-tuple. They do not persist for UDP.\n\nIf set to NEVER_PERSIST, after a backend becomes unhealthy, the existing connections on the unhealthy backend are never persisted on the unhealthy backend. They are always diverted to newly selected healthy backends (unless all backends are unhealthy).\n\nIf set to ALWAYS_PERSIST, existing connections always persist on unhealthy backends regardless of protocol and session affinity. It is generally not recommended to use this mode overriding the default.",
36489          "enum": [
36490            "ALWAYS_PERSIST",
36491            "DEFAULT_FOR_PROTOCOL",
36492            "NEVER_PERSIST"
36493          ],
36494          "enumDescriptions": [
36495            "",
36496            "",
36497            ""
36498          ],
36499          "type": "string"
36500        }
36501      },
36502      "type": "object"
36503    },
36504    "BackendServiceFailoverPolicy": {
36505      "description": "Applicable only to Failover for Internal TCP/UDP Load Balancing. On failover or failback, this field indicates whether connection draining will be honored. GCP has a fixed connection draining timeout of 10 minutes. A setting of true terminates existing TCP connections to the active pool during failover and failback, immediately draining traffic. A setting of false allows existing TCP connections to persist, even on VMs no longer in the active pool, for up to the duration of the connection draining timeout (10 minutes).",
36506      "id": "BackendServiceFailoverPolicy",
36507      "properties": {
36508        "disableConnectionDrainOnFailover": {
36509          "description": "This can be set to true only if the protocol is TCP.\n\nThe default is false.",
36510          "type": "boolean"
36511        },
36512        "dropTrafficIfUnhealthy": {
36513          "description": "Applicable only to Failover for Internal TCP/UDP Load Balancing. If set to true, connections to the load balancer are dropped when all primary and all backup backend VMs are unhealthy. If set to false, connections are distributed among all primary VMs when all primary and all backup backend VMs are unhealthy.\n\nThe default is false.",
36514          "type": "boolean"
36515        },
36516        "failoverRatio": {
36517          "description": "Applicable only to Failover for Internal TCP/UDP Load Balancing. The value of the field must be in the range [0, 1]. If the value is 0, the load balancer performs a failover when the number of healthy primary VMs equals zero. For all other values, the load balancer performs a failover when the total number of healthy primary VMs is less than this ratio.",
36518          "format": "float",
36519          "type": "number"
36520        }
36521      },
36522      "type": "object"
36523    },
36524    "BackendServiceGroupHealth": {
36525      "id": "BackendServiceGroupHealth",
36526      "properties": {
36527        "annotations": {
36528          "additionalProperties": {
36529            "type": "string"
36530          },
36531          "description": "Metadata defined as annotations on the network endpoint group.",
36532          "type": "object"
36533        },
36534        "healthStatus": {
36535          "description": "Health state of the backend instances or endpoints in requested instance or network endpoint group, determined based on configured health checks.",
36536          "items": {
36537            "$ref": "HealthStatus"
36538          },
36539          "type": "array"
36540        },
36541        "kind": {
36542          "default": "compute#backendServiceGroupHealth",
36543          "description": "[Output Only] Type of resource. Always compute#backendServiceGroupHealth for the health of backend services.",
36544          "type": "string"
36545        }
36546      },
36547      "type": "object"
36548    },
36549    "BackendServiceIAP": {
36550      "description": "Identity-Aware Proxy",
36551      "id": "BackendServiceIAP",
36552      "properties": {
36553        "enabled": {
36554          "description": "Whether the serving infrastructure will authenticate and authorize all incoming requests. If true, the oauth2ClientId and oauth2ClientSecret fields must be non-empty.",
36555          "type": "boolean"
36556        },
36557        "oauth2ClientId": {
36558          "description": "OAuth2 client ID to use for the authentication flow.",
36559          "type": "string"
36560        },
36561        "oauth2ClientInfo": {
36562          "$ref": "BackendServiceIAPOAuth2ClientInfo",
36563          "description": "[Input Only] OAuth client info required to generate client id to be used for IAP."
36564        },
36565        "oauth2ClientSecret": {
36566          "description": "OAuth2 client secret to use for the authentication flow. For security reasons, this value cannot be retrieved via the API. Instead, the SHA-256 hash of the value is returned in the oauth2ClientSecretSha256 field.",
36567          "type": "string"
36568        },
36569        "oauth2ClientSecretSha256": {
36570          "description": "[Output Only] SHA256 hash value for the field oauth2_client_secret above.",
36571          "type": "string"
36572        }
36573      },
36574      "type": "object"
36575    },
36576    "BackendServiceIAPOAuth2ClientInfo": {
36577      "id": "BackendServiceIAPOAuth2ClientInfo",
36578      "properties": {
36579        "applicationName": {
36580          "description": "Application name to be used in OAuth consent screen.",
36581          "type": "string"
36582        },
36583        "clientName": {
36584          "description": "Name of the client to be generated. Optional - If not provided, the name will be autogenerated by the backend.",
36585          "type": "string"
36586        },
36587        "developerEmailAddress": {
36588          "description": "Developer's information to be used in OAuth consent screen.",
36589          "type": "string"
36590        }
36591      },
36592      "type": "object"
36593    },
36594    "BackendServiceList": {
36595      "description": "Contains a list of BackendService resources.",
36596      "id": "BackendServiceList",
36597      "properties": {
36598        "id": {
36599          "description": "[Output Only] Unique identifier for the resource; defined by the server.",
36600          "type": "string"
36601        },
36602        "items": {
36603          "description": "A list of BackendService resources.",
36604          "items": {
36605            "$ref": "BackendService"
36606          },
36607          "type": "array"
36608        },
36609        "kind": {
36610          "default": "compute#backendServiceList",
36611          "description": "[Output Only] Type of resource. Always compute#backendServiceList for lists of backend services.",
36612          "type": "string"
36613        },
36614        "nextPageToken": {
36615          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
36616          "type": "string"
36617        },
36618        "selfLink": {
36619          "description": "[Output Only] Server-defined URL for this resource.",
36620          "type": "string"
36621        },
36622        "warning": {
36623          "description": "[Output Only] Informational warning message.",
36624          "properties": {
36625            "code": {
36626              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
36627              "enum": [
36628                "CLEANUP_FAILED",
36629                "DEPRECATED_RESOURCE_USED",
36630                "DEPRECATED_TYPE_USED",
36631                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
36632                "EXPERIMENTAL_TYPE_USED",
36633                "EXTERNAL_API_WARNING",
36634                "FIELD_VALUE_OVERRIDEN",
36635                "INJECTED_KERNELS_DEPRECATED",
36636                "LARGE_DEPLOYMENT_WARNING",
36637                "MISSING_TYPE_DEPENDENCY",
36638                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
36639                "NEXT_HOP_CANNOT_IP_FORWARD",
36640                "NEXT_HOP_INSTANCE_NOT_FOUND",
36641                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
36642                "NEXT_HOP_NOT_RUNNING",
36643                "NOT_CRITICAL_ERROR",
36644                "NO_RESULTS_ON_PAGE",
36645                "PARTIAL_SUCCESS",
36646                "REQUIRED_TOS_AGREEMENT",
36647                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
36648                "RESOURCE_NOT_DELETED",
36649                "SCHEMA_VALIDATION_IGNORED",
36650                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
36651                "UNDECLARED_PROPERTIES",
36652                "UNREACHABLE"
36653              ],
36654              "enumDescriptions": [
36655                "",
36656                "",
36657                "",
36658                "",
36659                "",
36660                "",
36661                "",
36662                "",
36663                "",
36664                "",
36665                "",
36666                "",
36667                "",
36668                "",
36669                "",
36670                "",
36671                "",
36672                "",
36673                "",
36674                "",
36675                "",
36676                "",
36677                "",
36678                "",
36679                ""
36680              ],
36681              "type": "string"
36682            },
36683            "data": {
36684              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
36685              "items": {
36686                "properties": {
36687                  "key": {
36688                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
36689                    "type": "string"
36690                  },
36691                  "value": {
36692                    "description": "[Output Only] A warning data value corresponding to the key.",
36693                    "type": "string"
36694                  }
36695                },
36696                "type": "object"
36697              },
36698              "type": "array"
36699            },
36700            "message": {
36701              "description": "[Output Only] A human-readable description of the warning code.",
36702              "type": "string"
36703            }
36704          },
36705          "type": "object"
36706        }
36707      },
36708      "type": "object"
36709    },
36710    "BackendServiceLogConfig": {
36711      "description": "The available logging options for the load balancer traffic served by this backend service.",
36712      "id": "BackendServiceLogConfig",
36713      "properties": {
36714        "enable": {
36715          "description": "This field denotes whether to enable logging for the load balancer traffic served by this backend service.",
36716          "type": "boolean"
36717        },
36718        "sampleRate": {
36719          "description": "This field can only be specified if logging is enabled for this backend service. The value of the field must be in [0, 1]. This configures the sampling rate of requests to the load balancer where 1.0 means all logged requests are reported and 0.0 means no logged requests are reported. The default value is 1.0.",
36720          "format": "float",
36721          "type": "number"
36722        }
36723      },
36724      "type": "object"
36725    },
36726    "BackendServiceReference": {
36727      "id": "BackendServiceReference",
36728      "properties": {
36729        "backendService": {
36730          "type": "string"
36731        }
36732      },
36733      "type": "object"
36734    },
36735    "BackendServicesScopedList": {
36736      "id": "BackendServicesScopedList",
36737      "properties": {
36738        "backendServices": {
36739          "description": "A list of BackendServices contained in this scope.",
36740          "items": {
36741            "$ref": "BackendService"
36742          },
36743          "type": "array"
36744        },
36745        "warning": {
36746          "description": "Informational warning which replaces the list of backend services when the list is empty.",
36747          "properties": {
36748            "code": {
36749              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
36750              "enum": [
36751                "CLEANUP_FAILED",
36752                "DEPRECATED_RESOURCE_USED",
36753                "DEPRECATED_TYPE_USED",
36754                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
36755                "EXPERIMENTAL_TYPE_USED",
36756                "EXTERNAL_API_WARNING",
36757                "FIELD_VALUE_OVERRIDEN",
36758                "INJECTED_KERNELS_DEPRECATED",
36759                "LARGE_DEPLOYMENT_WARNING",
36760                "MISSING_TYPE_DEPENDENCY",
36761                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
36762                "NEXT_HOP_CANNOT_IP_FORWARD",
36763                "NEXT_HOP_INSTANCE_NOT_FOUND",
36764                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
36765                "NEXT_HOP_NOT_RUNNING",
36766                "NOT_CRITICAL_ERROR",
36767                "NO_RESULTS_ON_PAGE",
36768                "PARTIAL_SUCCESS",
36769                "REQUIRED_TOS_AGREEMENT",
36770                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
36771                "RESOURCE_NOT_DELETED",
36772                "SCHEMA_VALIDATION_IGNORED",
36773                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
36774                "UNDECLARED_PROPERTIES",
36775                "UNREACHABLE"
36776              ],
36777              "enumDescriptions": [
36778                "",
36779                "",
36780                "",
36781                "",
36782                "",
36783                "",
36784                "",
36785                "",
36786                "",
36787                "",
36788                "",
36789                "",
36790                "",
36791                "",
36792                "",
36793                "",
36794                "",
36795                "",
36796                "",
36797                "",
36798                "",
36799                "",
36800                "",
36801                "",
36802                ""
36803              ],
36804              "type": "string"
36805            },
36806            "data": {
36807              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
36808              "items": {
36809                "properties": {
36810                  "key": {
36811                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
36812                    "type": "string"
36813                  },
36814                  "value": {
36815                    "description": "[Output Only] A warning data value corresponding to the key.",
36816                    "type": "string"
36817                  }
36818                },
36819                "type": "object"
36820              },
36821              "type": "array"
36822            },
36823            "message": {
36824              "description": "[Output Only] A human-readable description of the warning code.",
36825              "type": "string"
36826            }
36827          },
36828          "type": "object"
36829        }
36830      },
36831      "type": "object"
36832    },
36833    "BfdPacket": {
36834      "description": "",
36835      "id": "BfdPacket",
36836      "properties": {
36837        "authenticationPresent": {
36838          "description": "The Authentication Present bit of the BFD packet. This is specified in section 4.1 of RFC5880",
36839          "type": "boolean"
36840        },
36841        "controlPlaneIndependent": {
36842          "description": "The Control Plane Independent bit of the BFD packet. This is specified in section 4.1 of RFC5880",
36843          "type": "boolean"
36844        },
36845        "demand": {
36846          "description": "The demand bit of the BFD packet. This is specified in section 4.1 of RFC5880",
36847          "type": "boolean"
36848        },
36849        "diagnostic": {
36850          "description": "The diagnostic code specifies the local system's reason for the last change in session state. This allows remote systems to determine the reason that the previous session failed, for example. These diagnostic codes are specified in section 4.1 of RFC5880",
36851          "enum": [
36852            "ADMINISTRATIVELY_DOWN",
36853            "CONCATENATED_PATH_DOWN",
36854            "CONTROL_DETECTION_TIME_EXPIRED",
36855            "DIAGNOSTIC_UNSPECIFIED",
36856            "ECHO_FUNCTION_FAILED",
36857            "FORWARDING_PLANE_RESET",
36858            "NEIGHBOR_SIGNALED_SESSION_DOWN",
36859            "NO_DIAGNOSTIC",
36860            "PATH_DOWN",
36861            "REVERSE_CONCATENATED_PATH_DOWN"
36862          ],
36863          "enumDescriptions": [
36864            "",
36865            "",
36866            "",
36867            "",
36868            "",
36869            "",
36870            "",
36871            "",
36872            "",
36873            ""
36874          ],
36875          "type": "string"
36876        },
36877        "final": {
36878          "description": "The Final bit of the BFD packet. This is specified in section 4.1 of RFC5880",
36879          "type": "boolean"
36880        },
36881        "length": {
36882          "description": "The length of the BFD Control packet in bytes. This is specified in section 4.1 of RFC5880",
36883          "format": "uint32",
36884          "type": "integer"
36885        },
36886        "minEchoRxIntervalMs": {
36887          "description": "The Required Min Echo RX Interval value in the BFD packet. This is specified in section 4.1 of RFC5880",
36888          "format": "uint32",
36889          "type": "integer"
36890        },
36891        "minRxIntervalMs": {
36892          "description": "The Required Min RX Interval value in the BFD packet. This is specified in section 4.1 of RFC5880",
36893          "format": "uint32",
36894          "type": "integer"
36895        },
36896        "minTxIntervalMs": {
36897          "description": "The Desired Min TX Interval value in the BFD packet. This is specified in section 4.1 of RFC5880",
36898          "format": "uint32",
36899          "type": "integer"
36900        },
36901        "multiplier": {
36902          "description": "The detection time multiplier of the BFD packet. This is specified in section 4.1 of RFC5880",
36903          "format": "uint32",
36904          "type": "integer"
36905        },
36906        "multipoint": {
36907          "description": "The multipoint bit of the BFD packet. This is specified in section 4.1 of RFC5880",
36908          "type": "boolean"
36909        },
36910        "myDiscriminator": {
36911          "description": "The My Discriminator value in the BFD packet. This is specified in section 4.1 of RFC5880",
36912          "format": "uint32",
36913          "type": "integer"
36914        },
36915        "poll": {
36916          "description": "The Poll bit of the BFD packet. This is specified in section 4.1 of RFC5880",
36917          "type": "boolean"
36918        },
36919        "state": {
36920          "description": "The current BFD session state as seen by the transmitting system. These states are specified in section 4.1 of RFC5880",
36921          "enum": [
36922            "ADMIN_DOWN",
36923            "DOWN",
36924            "INIT",
36925            "STATE_UNSPECIFIED",
36926            "UP"
36927          ],
36928          "enumDescriptions": [
36929            "",
36930            "",
36931            "",
36932            "",
36933            ""
36934          ],
36935          "type": "string"
36936        },
36937        "version": {
36938          "description": "The version number of the BFD protocol, as specified in section 4.1 of RFC5880.",
36939          "format": "uint32",
36940          "type": "integer"
36941        },
36942        "yourDiscriminator": {
36943          "description": "The Your Discriminator value in the BFD packet. This is specified in section 4.1 of RFC5880",
36944          "format": "uint32",
36945          "type": "integer"
36946        }
36947      },
36948      "type": "object"
36949    },
36950    "BfdStatus": {
36951      "description": "Next free: 15",
36952      "id": "BfdStatus",
36953      "properties": {
36954        "bfdSessionInitializationMode": {
36955          "description": "The BFD session initialization mode for this BGP peer. If set to ACTIVE, the Cloud Router will initiate the BFD session for this BGP peer. If set to PASSIVE, the Cloud Router will wait for the peer router to initiate the BFD session for this BGP peer. If set to DISABLED, BFD is disabled for this BGP peer.",
36956          "enum": [
36957            "ACTIVE",
36958            "DISABLED",
36959            "PASSIVE"
36960          ],
36961          "enumDescriptions": [
36962            "",
36963            "",
36964            ""
36965          ],
36966          "type": "string"
36967        },
36968        "configUpdateTimestampMicros": {
36969          "description": "Unix timestamp of the most recent config update.",
36970          "format": "int64",
36971          "type": "string"
36972        },
36973        "controlPacketCounts": {
36974          "$ref": "BfdStatusPacketCounts",
36975          "description": "Control packet counts for the current BFD session."
36976        },
36977        "controlPacketIntervals": {
36978          "description": "Inter-packet time interval statistics for control packets.",
36979          "items": {
36980            "$ref": "PacketIntervals"
36981          },
36982          "type": "array"
36983        },
36984        "echoPacketCounts": {
36985          "$ref": "BfdStatusPacketCounts",
36986          "description": "Echo packet counts for the current BFD session."
36987        },
36988        "echoPacketIntervals": {
36989          "description": "Inter-packet time interval statistics for echo packets.",
36990          "items": {
36991            "$ref": "PacketIntervals"
36992          },
36993          "type": "array"
36994        },
36995        "localDiagnostic": {
36996          "description": "The diagnostic code specifies the local system's reason for the last change in session state. This allows remote systems to determine the reason that the previous session failed, for example. These diagnostic codes are specified in section 4.1 of RFC5880",
36997          "enum": [
36998            "ADMINISTRATIVELY_DOWN",
36999            "CONCATENATED_PATH_DOWN",
37000            "CONTROL_DETECTION_TIME_EXPIRED",
37001            "DIAGNOSTIC_UNSPECIFIED",
37002            "ECHO_FUNCTION_FAILED",
37003            "FORWARDING_PLANE_RESET",
37004            "NEIGHBOR_SIGNALED_SESSION_DOWN",
37005            "NO_DIAGNOSTIC",
37006            "PATH_DOWN",
37007            "REVERSE_CONCATENATED_PATH_DOWN"
37008          ],
37009          "enumDescriptions": [
37010            "",
37011            "",
37012            "",
37013            "",
37014            "",
37015            "",
37016            "",
37017            "",
37018            "",
37019            ""
37020          ],
37021          "type": "string"
37022        },
37023        "localState": {
37024          "description": "The current BFD session state as seen by the transmitting system. These states are specified in section 4.1 of RFC5880",
37025          "enum": [
37026            "ADMIN_DOWN",
37027            "DOWN",
37028            "INIT",
37029            "STATE_UNSPECIFIED",
37030            "UP"
37031          ],
37032          "enumDescriptions": [
37033            "",
37034            "",
37035            "",
37036            "",
37037            ""
37038          ],
37039          "type": "string"
37040        },
37041        "negotiatedLocalControlTxIntervalMs": {
37042          "description": "Negotiated transmit interval for control packets.",
37043          "format": "uint32",
37044          "type": "integer"
37045        },
37046        "negotiatedLocalEchoTxIntervalMs": {
37047          "description": "Negotiated transmit interval for echo packets.",
37048          "format": "uint32",
37049          "type": "integer"
37050        },
37051        "rxPacket": {
37052          "$ref": "BfdPacket",
37053          "description": "The most recent Rx control packet for this BFD session."
37054        },
37055        "txPacket": {
37056          "$ref": "BfdPacket",
37057          "description": "The most recent Tx control packet for this BFD session."
37058        },
37059        "uptimeMs": {
37060          "description": "Session uptime in milliseconds. Value will be 0 if session is not up.",
37061          "format": "int64",
37062          "type": "string"
37063        },
37064        "usingEchoMode": {
37065          "description": "Indicates if echo mode is currently being used.",
37066          "type": "boolean"
37067        }
37068      },
37069      "type": "object"
37070    },
37071    "BfdStatusPacketCounts": {
37072      "id": "BfdStatusPacketCounts",
37073      "properties": {
37074        "numRx": {
37075          "description": "Number of packets received since the beginning of the current BFD session.",
37076          "format": "uint32",
37077          "type": "integer"
37078        },
37079        "numRxRejected": {
37080          "description": "Number of packets received that were rejected because of errors since the beginning of the current BFD session.",
37081          "format": "uint32",
37082          "type": "integer"
37083        },
37084        "numRxSuccessful": {
37085          "description": "Number of packets received that were successfully processed since the beginning of the current BFD session.",
37086          "format": "uint32",
37087          "type": "integer"
37088        },
37089        "numTx": {
37090          "description": "Number of packets transmitted since the beginning of the current BFD session.",
37091          "format": "uint32",
37092          "type": "integer"
37093        }
37094      },
37095      "type": "object"
37096    },
37097    "Binding": {
37098      "description": "Associates `members` with a `role`.",
37099      "id": "Binding",
37100      "properties": {
37101        "bindingId": {
37102          "description": "",
37103          "type": "string"
37104        },
37105        "condition": {
37106          "$ref": "Expr",
37107          "description": "The condition that is associated with this binding.\n\nIf the condition evaluates to `true`, then this binding applies to the current request.\n\nIf the condition evaluates to `false`, then this binding does not apply to the current request. However, a different role binding might grant the same role to one or more of the members in this binding.\n\nTo learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies)."
37108        },
37109        "members": {
37110          "description": "Specifies the identities requesting access for a Cloud Platform resource. `members` can have the following values:\n\n* `allUsers`: A special identifier that represents anyone who is on the internet; with or without a Google account.\n\n* `allAuthenticatedUsers`: A special identifier that represents anyone who is authenticated with a Google account or a service account.\n\n* `user:{emailid}`: An email address that represents a specific Google account. For example, `alice@example.com` .\n\n\n\n* `serviceAccount:{emailid}`: An email address that represents a service account. For example, `my-other-app@appspot.gserviceaccount.com`.\n\n* `group:{emailid}`: An email address that represents a Google group. For example, `admins@example.com`.\n\n* `deleted:user:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a user that has been recently deleted. For example, `alice@example.com?uid=123456789012345678901`. If the user is recovered, this value reverts to `user:{emailid}` and the recovered user retains the role in the binding.\n\n* `deleted:serviceAccount:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a service account that has been recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the service account is undeleted, this value reverts to `serviceAccount:{emailid}` and the undeleted service account retains the role in the binding.\n\n* `deleted:group:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a Google group that has been recently deleted. For example, `admins@example.com?uid=123456789012345678901`. If the group is recovered, this value reverts to `group:{emailid}` and the recovered group retains the role in the binding.\n\n\n\n* `domain:{domain}`: The G Suite domain (primary) that represents all the users of that domain. For example, `google.com` or `example.com`.",
37111          "items": {
37112            "type": "string"
37113          },
37114          "type": "array"
37115        },
37116        "role": {
37117          "description": "Role that is assigned to `members`. For example, `roles/viewer`, `roles/editor`, or `roles/owner`.",
37118          "type": "string"
37119        }
37120      },
37121      "type": "object"
37122    },
37123    "BulkInsertInstanceResource": {
37124      "id": "BulkInsertInstanceResource",
37125      "properties": {
37126        "count": {
37127          "description": "The maximum number of instances to create.",
37128          "format": "int64",
37129          "type": "string"
37130        },
37131        "instance": {
37132          "$ref": "Instance",
37133          "description": "The instance defining the VM instances to be created."
37134        },
37135        "instanceProperties": {
37136          "$ref": "InstanceProperties",
37137          "description": "The instance properties defining the VM instances to be created. Required if sourceInstanceTemplate is not provided."
37138        },
37139        "locationPolicy": {
37140          "$ref": "LocationPolicy"
37141        },
37142        "minCount": {
37143          "description": "The minimum number of instances to create. If no min_count is specified then count is used as the default value. If min_count instances cannot be created, then no instances will be created.",
37144          "format": "int64",
37145          "type": "string"
37146        },
37147        "namePattern": {
37148          "description": "Instance name pattern. Name pattern includes a parameter to specify the auto-incrementing portion of the name, in a form of consecutive hash (#) chars, each of them corresponding to one digit of an instance name. For example: name_pattern = inst-####-prod will generate names starting with inst-0001-prod, inst-0002-prod, up to required count. If there exist instances matching the name pattern in the same project and zone, the initial instance number will be equal to the maximum existing instance number + 1 (e.g. if there exists an instance with name inst-0030-prod, then the generated names will start with inst-0031-prod). The name pattern placeholder #...# can contain up to 18 characters.",
37149          "type": "string"
37150        },
37151        "predefinedNames": {
37152          "description": "List of predefined names. The number of names provided must be equal to count.",
37153          "items": {
37154            "type": "string"
37155          },
37156          "type": "array"
37157        },
37158        "sourceInstanceTemplate": {
37159          "description": "Specifies the instance template from which to create instances. You may combine sourceInstanceTemplate with instanceProperties to override specific values from an existing instance template. Bulk API follows the semantics of JSON Merge Patch described by RFC 7396.\n\nIt can be a full or partial URL. For example, the following are all valid URLs to an instance template:  \n- https://www.googleapis.com/compute/v1/projects/project/global/instanceTemplates/instanceTemplate \n- projects/project/global/instanceTemplates/instanceTemplate \n- global/instanceTemplates/instanceTemplate  \n\nThis field is optional.",
37160          "type": "string"
37161        }
37162      },
37163      "type": "object"
37164    },
37165    "CacheInvalidationRule": {
37166      "id": "CacheInvalidationRule",
37167      "properties": {
37168        "host": {
37169          "description": "If set, this invalidation rule will only apply to requests with a Host header matching host.",
37170          "type": "string"
37171        },
37172        "path": {
37173          "type": "string"
37174        }
37175      },
37176      "type": "object"
37177    },
37178    "CacheKeyPolicy": {
37179      "description": "Message containing what to include in the cache key for a request for Cloud CDN.",
37180      "id": "CacheKeyPolicy",
37181      "properties": {
37182        "includeHost": {
37183          "description": "If true, requests to different hosts will be cached separately.",
37184          "type": "boolean"
37185        },
37186        "includeProtocol": {
37187          "description": "If true, http and https requests will be cached separately.",
37188          "type": "boolean"
37189        },
37190        "includeQueryString": {
37191          "description": "If true, include query string parameters in the cache key according to query_string_whitelist and query_string_blacklist. If neither is set, the entire query string will be included. If false, the query string will be excluded from the cache key entirely.",
37192          "type": "boolean"
37193        },
37194        "queryStringBlacklist": {
37195          "description": "Names of query string parameters to exclude in cache keys. All other parameters will be included. Either specify query_string_whitelist or query_string_blacklist, not both. '\u0026' and '=' will be percent encoded and not treated as delimiters.",
37196          "items": {
37197            "type": "string"
37198          },
37199          "type": "array"
37200        },
37201        "queryStringWhitelist": {
37202          "description": "Names of query string parameters to include in cache keys. All other parameters will be excluded. Either specify query_string_whitelist or query_string_blacklist, not both. '\u0026' and '=' will be percent encoded and not treated as delimiters.",
37203          "items": {
37204            "type": "string"
37205          },
37206          "type": "array"
37207        }
37208      },
37209      "type": "object"
37210    },
37211    "CallCredentials": {
37212      "description": "[Deprecated] gRPC call credentials to access the SDS server. gRPC call credentials to access the SDS server.",
37213      "id": "CallCredentials",
37214      "properties": {
37215        "callCredentialType": {
37216          "description": "The type of call credentials to use for GRPC requests to the SDS server. This field can be set to one of the following:  \n- GCE_VM: The local GCE VM service account credentials are used to access the SDS server.\n- FROM_PLUGIN: Custom authenticator credentials are used to access the SDS server.",
37217          "enum": [
37218            "FROM_PLUGIN",
37219            "GCE_VM",
37220            "INVALID"
37221          ],
37222          "enumDescriptions": [
37223            "",
37224            "",
37225            ""
37226          ],
37227          "type": "string"
37228        },
37229        "fromPlugin": {
37230          "$ref": "MetadataCredentialsFromPlugin",
37231          "description": "Custom authenticator credentials. Valid if callCredentialType is FROM_PLUGIN."
37232        }
37233      },
37234      "type": "object"
37235    },
37236    "ChannelCredentials": {
37237      "description": "[Deprecated] gRPC channel credentials to access the SDS server. gRPC channel credentials to access the SDS server.",
37238      "id": "ChannelCredentials",
37239      "properties": {
37240        "certificates": {
37241          "$ref": "TlsCertificatePaths",
37242          "description": "The call credentials to access the SDS server."
37243        },
37244        "channelCredentialType": {
37245          "description": "The channel credentials to access the SDS server. This field can be set to one of the following: CERTIFICATES: Use TLS certificates to access the SDS server. GCE_VM: Use local GCE VM credentials to access the SDS server.",
37246          "enum": [
37247            "CERTIFICATES",
37248            "GCE_VM",
37249            "INVALID"
37250          ],
37251          "enumDescriptions": [
37252            "",
37253            "",
37254            ""
37255          ],
37256          "type": "string"
37257        }
37258      },
37259      "type": "object"
37260    },
37261    "CircuitBreakers": {
37262      "description": "Settings controlling the volume of connections to a backend service.",
37263      "id": "CircuitBreakers",
37264      "properties": {
37265        "connectTimeout": {
37266          "$ref": "Duration",
37267          "description": "The timeout for new network connections to hosts."
37268        },
37269        "maxConnections": {
37270          "description": "The maximum number of connections to the backend service. If not specified, there is no limit.",
37271          "format": "int32",
37272          "type": "integer"
37273        },
37274        "maxPendingRequests": {
37275          "description": "The maximum number of pending requests allowed to the backend service. If not specified, there is no limit.",
37276          "format": "int32",
37277          "type": "integer"
37278        },
37279        "maxRequests": {
37280          "description": "The maximum number of parallel requests that allowed to the backend service. If not specified, there is no limit.",
37281          "format": "int32",
37282          "type": "integer"
37283        },
37284        "maxRequestsPerConnection": {
37285          "description": "Maximum requests for a single connection to the backend service. This parameter is respected by both the HTTP/1.1 and HTTP/2 implementations. If not specified, there is no limit. Setting this parameter to 1 will effectively disable keep alive.",
37286          "format": "int32",
37287          "type": "integer"
37288        },
37289        "maxRetries": {
37290          "description": "The maximum number of parallel retries allowed to the backend cluster. If not specified, the default is 1.",
37291          "format": "int32",
37292          "type": "integer"
37293        }
37294      },
37295      "type": "object"
37296    },
37297    "ClientTlsSettings": {
37298      "description": "[Deprecated] The client side authentication settings for connection originating from the backend service. the backend service.",
37299      "id": "ClientTlsSettings",
37300      "properties": {
37301        "clientTlsContext": {
37302          "$ref": "TlsContext",
37303          "description": "Configures the mechanism to obtain client-side security certificates and identity information. This field is only applicable when mode is set to MUTUAL."
37304        },
37305        "mode": {
37306          "description": "Indicates whether connections to this port should be secured using TLS. The value of this field determines how TLS is enforced. This can be set to one of the following values: DISABLE: Do not setup a TLS connection to the backends. SIMPLE: Originate a TLS connection to the backends. MUTUAL: Secure connections to the backends using mutual TLS by presenting client certificates for authentication.",
37307          "enum": [
37308            "DISABLE",
37309            "INVALID",
37310            "MUTUAL",
37311            "SIMPLE"
37312          ],
37313          "enumDescriptions": [
37314            "",
37315            "",
37316            "",
37317            ""
37318          ],
37319          "type": "string"
37320        },
37321        "sni": {
37322          "description": "SNI string to present to the server during TLS handshake. This field is applicable only when mode is SIMPLE or MUTUAL.",
37323          "type": "string"
37324        },
37325        "subjectAltNames": {
37326          "description": "A list of alternate names to verify the subject identity in the certificate.If specified, the proxy will verify that the server certificate's subject alt name matches one of the specified values. This field is applicable only when mode is SIMPLE or MUTUAL.",
37327          "items": {
37328            "type": "string"
37329          },
37330          "type": "array"
37331        }
37332      },
37333      "type": "object"
37334    },
37335    "Commitment": {
37336      "description": "Represents a regional Commitment resource.\n\nCreating a commitment resource means that you are purchasing a committed use contract with an explicit start and end time. You can create commitments based on vCPUs and memory usage and receive discounted rates. For full details, read Signing Up for Committed Use Discounts. (== resource_for {$api_version}.regionCommitments ==)",
37337      "id": "Commitment",
37338      "properties": {
37339        "category": {
37340          "description": "The category of the commitment. Category MACHINE specifies commitments composed of machine resources such as VCPU or MEMORY, listed in resources. Category LICENSE specifies commitments composed of software licenses, listed in licenseResources. Note that only MACHINE commitments should have a Type specified.",
37341          "enum": [
37342            "CATEGORY_UNSPECIFIED",
37343            "LICENSE",
37344            "MACHINE"
37345          ],
37346          "enumDescriptions": [
37347            "",
37348            "",
37349            ""
37350          ],
37351          "type": "string"
37352        },
37353        "creationTimestamp": {
37354          "description": "[Output Only] Creation timestamp in RFC3339 text format.",
37355          "type": "string"
37356        },
37357        "description": {
37358          "description": "An optional description of this resource. Provide this property when you create the resource.",
37359          "type": "string"
37360        },
37361        "endTimestamp": {
37362          "description": "[Output Only] Commitment end time in RFC3339 text format.",
37363          "type": "string"
37364        },
37365        "id": {
37366          "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.",
37367          "format": "uint64",
37368          "type": "string"
37369        },
37370        "kind": {
37371          "default": "compute#commitment",
37372          "description": "[Output Only] Type of the resource. Always compute#commitment for commitments.",
37373          "type": "string"
37374        },
37375        "licenseResource": {
37376          "$ref": "LicenseResourceCommitment",
37377          "description": "The license specification required as part of a license commitment."
37378        },
37379        "name": {
37380          "description": "Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.",
37381          "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
37382          "type": "string"
37383        },
37384        "plan": {
37385          "description": "The plan for this commitment, which determines duration and discount rate. The currently supported plans are TWELVE_MONTH (1 year), and THIRTY_SIX_MONTH (3 years).",
37386          "enum": [
37387            "INVALID",
37388            "THIRTY_SIX_MONTH",
37389            "TWELVE_MONTH"
37390          ],
37391          "enumDescriptions": [
37392            "",
37393            "",
37394            ""
37395          ],
37396          "type": "string"
37397        },
37398        "region": {
37399          "description": "[Output Only] URL of the region where this commitment may be used.",
37400          "type": "string"
37401        },
37402        "reservations": {
37403          "description": "List of reservations in this commitment.",
37404          "items": {
37405            "$ref": "Reservation"
37406          },
37407          "type": "array"
37408        },
37409        "resources": {
37410          "description": "A list of commitment amounts for particular resources. Note that VCPU and MEMORY resource commitments must occur together.",
37411          "items": {
37412            "$ref": "ResourceCommitment"
37413          },
37414          "type": "array"
37415        },
37416        "selfLink": {
37417          "description": "[Output Only] Server-defined URL for the resource.",
37418          "type": "string"
37419        },
37420        "selfLinkWithId": {
37421          "description": "[Output Only] Server-defined URL for this resource with the resource id.",
37422          "type": "string"
37423        },
37424        "startTimestamp": {
37425          "description": "[Output Only] Commitment start time in RFC3339 text format.",
37426          "type": "string"
37427        },
37428        "status": {
37429          "description": "[Output Only] Status of the commitment with regards to eventual expiration (each commitment has an end date defined). One of the following values: NOT_YET_ACTIVE, ACTIVE, EXPIRED.",
37430          "enum": [
37431            "ACTIVE",
37432            "CREATING",
37433            "EXPIRED",
37434            "NOT_YET_ACTIVE"
37435          ],
37436          "enumDescriptions": [
37437            "",
37438            "",
37439            "",
37440            ""
37441          ],
37442          "type": "string"
37443        },
37444        "statusMessage": {
37445          "description": "[Output Only] An optional, human-readable explanation of the status.",
37446          "type": "string"
37447        },
37448        "type": {
37449          "description": "The type of commitment, which affects the discount rate and the eligible resources. Type MEMORY_OPTIMIZED specifies a commitment that will only apply to memory optimized machines. Type ACCELERATOR_OPTIMIZED specifies a commitment that will only apply to accelerator optimized machines.",
37450          "enum": [
37451            "ACCELERATOR_OPTIMIZED",
37452            "COMPUTE_OPTIMIZED",
37453            "GENERAL_PURPOSE",
37454            "GENERAL_PURPOSE_E2",
37455            "GENERAL_PURPOSE_N2",
37456            "GENERAL_PURPOSE_N2D",
37457            "MEMORY_OPTIMIZED",
37458            "TYPE_UNSPECIFIED"
37459          ],
37460          "enumDescriptions": [
37461            "",
37462            "",
37463            "",
37464            "",
37465            "",
37466            "",
37467            "",
37468            ""
37469          ],
37470          "type": "string"
37471        }
37472      },
37473      "type": "object"
37474    },
37475    "CommitmentAggregatedList": {
37476      "id": "CommitmentAggregatedList",
37477      "properties": {
37478        "id": {
37479          "description": "[Output Only] Unique identifier for the resource; defined by the server.",
37480          "type": "string"
37481        },
37482        "items": {
37483          "additionalProperties": {
37484            "$ref": "CommitmentsScopedList",
37485            "description": "[Output Only] Name of the scope containing this set of commitments."
37486          },
37487          "description": "A list of CommitmentsScopedList resources.",
37488          "type": "object"
37489        },
37490        "kind": {
37491          "default": "compute#commitmentAggregatedList",
37492          "description": "[Output Only] Type of resource. Always compute#commitmentAggregatedList for aggregated lists of commitments.",
37493          "type": "string"
37494        },
37495        "nextPageToken": {
37496          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
37497          "type": "string"
37498        },
37499        "selfLink": {
37500          "description": "[Output Only] Server-defined URL for this resource.",
37501          "type": "string"
37502        },
37503        "unreachables": {
37504          "description": "[Output Only] Unreachable resources.",
37505          "items": {
37506            "type": "string"
37507          },
37508          "type": "array"
37509        },
37510        "warning": {
37511          "description": "[Output Only] Informational warning message.",
37512          "properties": {
37513            "code": {
37514              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
37515              "enum": [
37516                "CLEANUP_FAILED",
37517                "DEPRECATED_RESOURCE_USED",
37518                "DEPRECATED_TYPE_USED",
37519                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
37520                "EXPERIMENTAL_TYPE_USED",
37521                "EXTERNAL_API_WARNING",
37522                "FIELD_VALUE_OVERRIDEN",
37523                "INJECTED_KERNELS_DEPRECATED",
37524                "LARGE_DEPLOYMENT_WARNING",
37525                "MISSING_TYPE_DEPENDENCY",
37526                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
37527                "NEXT_HOP_CANNOT_IP_FORWARD",
37528                "NEXT_HOP_INSTANCE_NOT_FOUND",
37529                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
37530                "NEXT_HOP_NOT_RUNNING",
37531                "NOT_CRITICAL_ERROR",
37532                "NO_RESULTS_ON_PAGE",
37533                "PARTIAL_SUCCESS",
37534                "REQUIRED_TOS_AGREEMENT",
37535                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
37536                "RESOURCE_NOT_DELETED",
37537                "SCHEMA_VALIDATION_IGNORED",
37538                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
37539                "UNDECLARED_PROPERTIES",
37540                "UNREACHABLE"
37541              ],
37542              "enumDescriptions": [
37543                "",
37544                "",
37545                "",
37546                "",
37547                "",
37548                "",
37549                "",
37550                "",
37551                "",
37552                "",
37553                "",
37554                "",
37555                "",
37556                "",
37557                "",
37558                "",
37559                "",
37560                "",
37561                "",
37562                "",
37563                "",
37564                "",
37565                "",
37566                "",
37567                ""
37568              ],
37569              "type": "string"
37570            },
37571            "data": {
37572              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
37573              "items": {
37574                "properties": {
37575                  "key": {
37576                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
37577                    "type": "string"
37578                  },
37579                  "value": {
37580                    "description": "[Output Only] A warning data value corresponding to the key.",
37581                    "type": "string"
37582                  }
37583                },
37584                "type": "object"
37585              },
37586              "type": "array"
37587            },
37588            "message": {
37589              "description": "[Output Only] A human-readable description of the warning code.",
37590              "type": "string"
37591            }
37592          },
37593          "type": "object"
37594        }
37595      },
37596      "type": "object"
37597    },
37598    "CommitmentList": {
37599      "description": "Contains a list of Commitment resources.",
37600      "id": "CommitmentList",
37601      "properties": {
37602        "id": {
37603          "description": "[Output Only] Unique identifier for the resource; defined by the server.",
37604          "type": "string"
37605        },
37606        "items": {
37607          "description": "A list of Commitment resources.",
37608          "items": {
37609            "$ref": "Commitment"
37610          },
37611          "type": "array"
37612        },
37613        "kind": {
37614          "default": "compute#commitmentList",
37615          "description": "[Output Only] Type of resource. Always compute#commitmentList for lists of commitments.",
37616          "type": "string"
37617        },
37618        "nextPageToken": {
37619          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
37620          "type": "string"
37621        },
37622        "selfLink": {
37623          "description": "[Output Only] Server-defined URL for this resource.",
37624          "type": "string"
37625        },
37626        "warning": {
37627          "description": "[Output Only] Informational warning message.",
37628          "properties": {
37629            "code": {
37630              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
37631              "enum": [
37632                "CLEANUP_FAILED",
37633                "DEPRECATED_RESOURCE_USED",
37634                "DEPRECATED_TYPE_USED",
37635                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
37636                "EXPERIMENTAL_TYPE_USED",
37637                "EXTERNAL_API_WARNING",
37638                "FIELD_VALUE_OVERRIDEN",
37639                "INJECTED_KERNELS_DEPRECATED",
37640                "LARGE_DEPLOYMENT_WARNING",
37641                "MISSING_TYPE_DEPENDENCY",
37642                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
37643                "NEXT_HOP_CANNOT_IP_FORWARD",
37644                "NEXT_HOP_INSTANCE_NOT_FOUND",
37645                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
37646                "NEXT_HOP_NOT_RUNNING",
37647                "NOT_CRITICAL_ERROR",
37648                "NO_RESULTS_ON_PAGE",
37649                "PARTIAL_SUCCESS",
37650                "REQUIRED_TOS_AGREEMENT",
37651                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
37652                "RESOURCE_NOT_DELETED",
37653                "SCHEMA_VALIDATION_IGNORED",
37654                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
37655                "UNDECLARED_PROPERTIES",
37656                "UNREACHABLE"
37657              ],
37658              "enumDescriptions": [
37659                "",
37660                "",
37661                "",
37662                "",
37663                "",
37664                "",
37665                "",
37666                "",
37667                "",
37668                "",
37669                "",
37670                "",
37671                "",
37672                "",
37673                "",
37674                "",
37675                "",
37676                "",
37677                "",
37678                "",
37679                "",
37680                "",
37681                "",
37682                "",
37683                ""
37684              ],
37685              "type": "string"
37686            },
37687            "data": {
37688              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
37689              "items": {
37690                "properties": {
37691                  "key": {
37692                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
37693                    "type": "string"
37694                  },
37695                  "value": {
37696                    "description": "[Output Only] A warning data value corresponding to the key.",
37697                    "type": "string"
37698                  }
37699                },
37700                "type": "object"
37701              },
37702              "type": "array"
37703            },
37704            "message": {
37705              "description": "[Output Only] A human-readable description of the warning code.",
37706              "type": "string"
37707            }
37708          },
37709          "type": "object"
37710        }
37711      },
37712      "type": "object"
37713    },
37714    "CommitmentsScopedList": {
37715      "id": "CommitmentsScopedList",
37716      "properties": {
37717        "commitments": {
37718          "description": "[Output Only] A list of commitments contained in this scope.",
37719          "items": {
37720            "$ref": "Commitment"
37721          },
37722          "type": "array"
37723        },
37724        "warning": {
37725          "description": "[Output Only] Informational warning which replaces the list of commitments when the list is empty.",
37726          "properties": {
37727            "code": {
37728              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
37729              "enum": [
37730                "CLEANUP_FAILED",
37731                "DEPRECATED_RESOURCE_USED",
37732                "DEPRECATED_TYPE_USED",
37733                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
37734                "EXPERIMENTAL_TYPE_USED",
37735                "EXTERNAL_API_WARNING",
37736                "FIELD_VALUE_OVERRIDEN",
37737                "INJECTED_KERNELS_DEPRECATED",
37738                "LARGE_DEPLOYMENT_WARNING",
37739                "MISSING_TYPE_DEPENDENCY",
37740                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
37741                "NEXT_HOP_CANNOT_IP_FORWARD",
37742                "NEXT_HOP_INSTANCE_NOT_FOUND",
37743                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
37744                "NEXT_HOP_NOT_RUNNING",
37745                "NOT_CRITICAL_ERROR",
37746                "NO_RESULTS_ON_PAGE",
37747                "PARTIAL_SUCCESS",
37748                "REQUIRED_TOS_AGREEMENT",
37749                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
37750                "RESOURCE_NOT_DELETED",
37751                "SCHEMA_VALIDATION_IGNORED",
37752                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
37753                "UNDECLARED_PROPERTIES",
37754                "UNREACHABLE"
37755              ],
37756              "enumDescriptions": [
37757                "",
37758                "",
37759                "",
37760                "",
37761                "",
37762                "",
37763                "",
37764                "",
37765                "",
37766                "",
37767                "",
37768                "",
37769                "",
37770                "",
37771                "",
37772                "",
37773                "",
37774                "",
37775                "",
37776                "",
37777                "",
37778                "",
37779                "",
37780                "",
37781                ""
37782              ],
37783              "type": "string"
37784            },
37785            "data": {
37786              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
37787              "items": {
37788                "properties": {
37789                  "key": {
37790                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
37791                    "type": "string"
37792                  },
37793                  "value": {
37794                    "description": "[Output Only] A warning data value corresponding to the key.",
37795                    "type": "string"
37796                  }
37797                },
37798                "type": "object"
37799              },
37800              "type": "array"
37801            },
37802            "message": {
37803              "description": "[Output Only] A human-readable description of the warning code.",
37804              "type": "string"
37805            }
37806          },
37807          "type": "object"
37808        }
37809      },
37810      "type": "object"
37811    },
37812    "Condition": {
37813      "description": "A condition to be met.",
37814      "id": "Condition",
37815      "properties": {
37816        "iam": {
37817          "description": "Trusted attributes supplied by the IAM system.",
37818          "enum": [
37819            "APPROVER",
37820            "ATTRIBUTION",
37821            "AUTHORITY",
37822            "CREDENTIALS_TYPE",
37823            "CREDS_ASSERTION",
37824            "JUSTIFICATION_TYPE",
37825            "NO_ATTR",
37826            "SECURITY_REALM"
37827          ],
37828          "enumDescriptions": [
37829            "",
37830            "",
37831            "",
37832            "",
37833            "",
37834            "",
37835            "",
37836            ""
37837          ],
37838          "type": "string"
37839        },
37840        "op": {
37841          "description": "An operator to apply the subject with.",
37842          "enum": [
37843            "DISCHARGED",
37844            "EQUALS",
37845            "IN",
37846            "NOT_EQUALS",
37847            "NOT_IN",
37848            "NO_OP"
37849          ],
37850          "enumDescriptions": [
37851            "",
37852            "",
37853            "",
37854            "",
37855            "",
37856            ""
37857          ],
37858          "type": "string"
37859        },
37860        "svc": {
37861          "description": "Trusted attributes discharged by the service.",
37862          "type": "string"
37863        },
37864        "sys": {
37865          "description": "Trusted attributes supplied by any service that owns resources and uses the IAM system for access control.",
37866          "enum": [
37867            "IP",
37868            "NAME",
37869            "NO_ATTR",
37870            "REGION",
37871            "SERVICE"
37872          ],
37873          "enumDescriptions": [
37874            "",
37875            "",
37876            "",
37877            "",
37878            ""
37879          ],
37880          "type": "string"
37881        },
37882        "values": {
37883          "description": "The objects of the condition.",
37884          "items": {
37885            "type": "string"
37886          },
37887          "type": "array"
37888        }
37889      },
37890      "type": "object"
37891    },
37892    "ConfidentialInstanceConfig": {
37893      "description": "A set of Confidential Instance options.",
37894      "id": "ConfidentialInstanceConfig",
37895      "properties": {
37896        "enableConfidentialCompute": {
37897          "description": "Defines whether the instance should have confidential compute enabled.",
37898          "type": "boolean"
37899        }
37900      },
37901      "type": "object"
37902    },
37903    "ConnectionDraining": {
37904      "description": "Message containing connection draining configuration.",
37905      "id": "ConnectionDraining",
37906      "properties": {
37907        "drainingTimeoutSec": {
37908          "description": "The amount of time in seconds to allow existing connections to persist while on unhealthy backend VMs. Only applicable if the protocol is not UDP. The valid range is [0, 3600].",
37909          "format": "int32",
37910          "type": "integer"
37911        }
37912      },
37913      "type": "object"
37914    },
37915    "ConsistentHashLoadBalancerSettings": {
37916      "description": "This message defines settings for a consistent hash style load balancer.",
37917      "id": "ConsistentHashLoadBalancerSettings",
37918      "properties": {
37919        "httpCookie": {
37920          "$ref": "ConsistentHashLoadBalancerSettingsHttpCookie",
37921          "description": "Hash is based on HTTP Cookie. This field describes a HTTP cookie that will be used as the hash key for the consistent hash load balancer. If the cookie is not present, it will be generated. This field is applicable if the sessionAffinity is set to HTTP_COOKIE."
37922        },
37923        "httpHeaderName": {
37924          "description": "The hash based on the value of the specified header field. This field is applicable if the sessionAffinity is set to HEADER_FIELD.",
37925          "type": "string"
37926        },
37927        "minimumRingSize": {
37928          "description": "The minimum number of virtual nodes to use for the hash ring. Defaults to 1024. Larger ring sizes result in more granular load distributions. If the number of hosts in the load balancing pool is larger than the ring size, each host will be assigned a single virtual node.",
37929          "format": "int64",
37930          "type": "string"
37931        }
37932      },
37933      "type": "object"
37934    },
37935    "ConsistentHashLoadBalancerSettingsHttpCookie": {
37936      "description": "The information about the HTTP Cookie on which the hash function is based for load balancing policies that use a consistent hash.",
37937      "id": "ConsistentHashLoadBalancerSettingsHttpCookie",
37938      "properties": {
37939        "name": {
37940          "description": "Name of the cookie.",
37941          "type": "string"
37942        },
37943        "path": {
37944          "description": "Path to set for the cookie.",
37945          "type": "string"
37946        },
37947        "ttl": {
37948          "$ref": "Duration",
37949          "description": "Lifetime of the cookie."
37950        }
37951      },
37952      "type": "object"
37953    },
37954    "CorsPolicy": {
37955      "description": "The specification for allowing client side cross-origin requests. Please see W3C Recommendation for Cross Origin Resource Sharing",
37956      "id": "CorsPolicy",
37957      "properties": {
37958        "allowCredentials": {
37959          "description": "In response to a preflight request, setting this to true indicates that the actual request can include user credentials. This translates to the Access-Control-Allow-Credentials header.\nDefault is false.",
37960          "type": "boolean"
37961        },
37962        "allowHeaders": {
37963          "description": "Specifies the content for the Access-Control-Allow-Headers header.",
37964          "items": {
37965            "type": "string"
37966          },
37967          "type": "array"
37968        },
37969        "allowMethods": {
37970          "description": "Specifies the content for the Access-Control-Allow-Methods header.",
37971          "items": {
37972            "type": "string"
37973          },
37974          "type": "array"
37975        },
37976        "allowOriginRegexes": {
37977          "description": "Specifies the regualar expression patterns that match allowed origins. For regular expression grammar please see en.cppreference.com/w/cpp/regex/ecmascript \nAn origin is allowed if it matches either an item in allowOrigins or an item in allowOriginRegexes.",
37978          "items": {
37979            "type": "string"
37980          },
37981          "type": "array"
37982        },
37983        "allowOrigins": {
37984          "description": "Specifies the list of origins that will be allowed to do CORS requests.\nAn origin is allowed if it matches either an item in allowOrigins or an item in allowOriginRegexes.",
37985          "items": {
37986            "type": "string"
37987          },
37988          "type": "array"
37989        },
37990        "disabled": {
37991          "description": "If true, specifies the CORS policy is disabled. The default value of false, which indicates that the CORS policy is in effect.",
37992          "type": "boolean"
37993        },
37994        "exposeHeaders": {
37995          "description": "Specifies the content for the Access-Control-Expose-Headers header.",
37996          "items": {
37997            "type": "string"
37998          },
37999          "type": "array"
38000        },
38001        "maxAge": {
38002          "description": "Specifies how long results of a preflight request can be cached in seconds. This translates to the Access-Control-Max-Age header.",
38003          "format": "int32",
38004          "type": "integer"
38005        }
38006      },
38007      "type": "object"
38008    },
38009    "CustomerEncryptionKey": {
38010      "id": "CustomerEncryptionKey",
38011      "properties": {
38012        "kmsKeyName": {
38013          "description": "The name of the encryption key that is stored in Google Cloud KMS.",
38014          "type": "string"
38015        },
38016        "kmsKeyServiceAccount": {
38017          "description": "The service account being used for the encryption request for the given KMS key. If absent, the Compute Engine default service account is used.",
38018          "type": "string"
38019        },
38020        "rawKey": {
38021          "description": "Specifies a 256-bit customer-supplied encryption key, encoded in RFC 4648 base64 to either encrypt or decrypt this resource.",
38022          "type": "string"
38023        },
38024        "rsaEncryptedKey": {
38025          "description": "Specifies an RFC 4648 base64 encoded, RSA-wrapped 2048-bit customer-supplied encryption key to either encrypt or decrypt this resource.\n\nThe key must meet the following requirements before you can provide it to Compute Engine:  \n- The key is wrapped using a RSA public key certificate provided by Google. \n- After being wrapped, the key must be encoded in RFC 4648 base64 encoding.  Gets the RSA public key certificate provided by Google at:\nhttps://cloud-certs.storage.googleapis.com/google-cloud-csek-ingress.pem",
38026          "type": "string"
38027        },
38028        "sha256": {
38029          "description": "[Output only] The RFC 4648 base64 encoded SHA-256 hash of the customer-supplied encryption key that protects this resource.",
38030          "type": "string"
38031        }
38032      },
38033      "type": "object"
38034    },
38035    "CustomerEncryptionKeyProtectedDisk": {
38036      "id": "CustomerEncryptionKeyProtectedDisk",
38037      "properties": {
38038        "diskEncryptionKey": {
38039          "$ref": "CustomerEncryptionKey",
38040          "description": "Decrypts data associated with the disk with a customer-supplied encryption key."
38041        },
38042        "source": {
38043          "description": "Specifies a valid partial or full URL to an existing Persistent Disk resource. This field is only applicable for persistent disks.",
38044          "type": "string"
38045        }
38046      },
38047      "type": "object"
38048    },
38049    "DeprecationStatus": {
38050      "description": "Deprecation status for a public resource.",
38051      "id": "DeprecationStatus",
38052      "properties": {
38053        "deleted": {
38054          "description": "An optional RFC3339 timestamp on or after which the state of this resource is intended to change to DELETED. This is only informational and the status will not change unless the client explicitly changes it.",
38055          "type": "string"
38056        },
38057        "deprecated": {
38058          "description": "An optional RFC3339 timestamp on or after which the state of this resource is intended to change to DEPRECATED. This is only informational and the status will not change unless the client explicitly changes it.",
38059          "type": "string"
38060        },
38061        "obsolete": {
38062          "description": "An optional RFC3339 timestamp on or after which the state of this resource is intended to change to OBSOLETE. This is only informational and the status will not change unless the client explicitly changes it.",
38063          "type": "string"
38064        },
38065        "replacement": {
38066          "description": "The URL of the suggested replacement for a deprecated resource. The suggested replacement resource must be the same kind of resource as the deprecated resource.",
38067          "type": "string"
38068        },
38069        "state": {
38070          "description": "The deprecation state of this resource. This can be ACTIVE, DEPRECATED, OBSOLETE, or DELETED. Operations which communicate the end of life date for an image, can use ACTIVE. Operations which create a new resource using a DEPRECATED resource will return successfully, but with a warning indicating the deprecated resource and recommending its replacement. Operations which use OBSOLETE or DELETED resources will be rejected and result in an error.",
38071          "enum": [
38072            "ACTIVE",
38073            "DELETED",
38074            "DEPRECATED",
38075            "OBSOLETE"
38076          ],
38077          "enumDescriptions": [
38078            "",
38079            "",
38080            "",
38081            ""
38082          ],
38083          "type": "string"
38084        }
38085      },
38086      "type": "object"
38087    },
38088    "Disk": {
38089      "description": "Represents a Persistent Disk resource.\n\nGoogle Compute Engine has two Disk resources:\n\n* [Zonal](/compute/docs/reference/rest/{$api_version}/disks) * [Regional](/compute/docs/reference/rest/{$api_version}/regionDisks)\n\nPersistent disks are required for running your VM instances. Create both boot and non-boot (data) persistent disks. For more information, read Persistent Disks. For more storage options, read Storage options.\n\nThe disks resource represents a zonal persistent disk. For more information, read Zonal persistent disks.\n\nThe regionDisks resource represents a regional persistent disk. For more information, read  Regional resources. (== resource_for {$api_version}.disks ==) (== resource_for {$api_version}.regionDisks ==)",
38090      "id": "Disk",
38091      "properties": {
38092        "creationTimestamp": {
38093          "description": "[Output Only] Creation timestamp in RFC3339 text format.",
38094          "type": "string"
38095        },
38096        "description": {
38097          "description": "An optional description of this resource. Provide this property when you create the resource.",
38098          "type": "string"
38099        },
38100        "diskEncryptionKey": {
38101          "$ref": "CustomerEncryptionKey",
38102          "description": "Encrypts the disk using a customer-supplied encryption key.\n\nAfter you encrypt a disk with a customer-supplied key, you must provide the same key if you use the disk later (e.g. to create a disk snapshot, to create a disk image, to create a machine image, or to attach the disk to a virtual machine).\n\nCustomer-supplied encryption keys do not protect access to metadata of the disk.\n\nIf you do not provide an encryption key when creating the disk, then the disk will be encrypted using an automatically generated key and you do not need to provide a key to use the disk later."
38103        },
38104        "eraseWindowsVssSignature": {
38105          "description": "Specifies whether the disk restored from a source snapshot should erase Windows specific VSS signature.",
38106          "type": "boolean"
38107        },
38108        "guestOsFeatures": {
38109          "description": "A list of features to enable on the guest operating system. Applicable only for bootable images. Read  Enabling guest operating system features to see a list of available options.",
38110          "items": {
38111            "$ref": "GuestOsFeature"
38112          },
38113          "type": "array"
38114        },
38115        "id": {
38116          "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.",
38117          "format": "uint64",
38118          "type": "string"
38119        },
38120        "interface": {
38121          "description": "Specifies the disk interface to use for attaching this disk, which is either SCSI or NVME. The default is SCSI.",
38122          "enum": [
38123            "NVME",
38124            "SCSI",
38125            "UNSPECIFIED"
38126          ],
38127          "enumDescriptions": [
38128            "",
38129            "",
38130            ""
38131          ],
38132          "type": "string"
38133        },
38134        "kind": {
38135          "default": "compute#disk",
38136          "description": "[Output Only] Type of the resource. Always compute#disk for disks.",
38137          "type": "string"
38138        },
38139        "labelFingerprint": {
38140          "description": "A fingerprint for the labels being applied to this disk, which is essentially a hash of the labels set used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update labels. You must always provide an up-to-date fingerprint hash in order to update or change labels, otherwise the request will fail with error 412 conditionNotMet.\n\nTo see the latest fingerprint, make a get() request to retrieve a disk.",
38141          "format": "byte",
38142          "type": "string"
38143        },
38144        "labels": {
38145          "additionalProperties": {
38146            "type": "string"
38147          },
38148          "description": "Labels to apply to this disk. These can be later modified by the setLabels method.",
38149          "type": "object"
38150        },
38151        "lastAttachTimestamp": {
38152          "description": "[Output Only] Last attach timestamp in RFC3339 text format.",
38153          "type": "string"
38154        },
38155        "lastDetachTimestamp": {
38156          "description": "[Output Only] Last detach timestamp in RFC3339 text format.",
38157          "type": "string"
38158        },
38159        "licenseCodes": {
38160          "description": "Integer license codes indicating which licenses are attached to this disk.",
38161          "items": {
38162            "format": "int64",
38163            "type": "string"
38164          },
38165          "type": "array"
38166        },
38167        "licenses": {
38168          "description": "A list of publicly visible licenses. Reserved for Google's use.",
38169          "items": {
38170            "type": "string"
38171          },
38172          "type": "array"
38173        },
38174        "multiWriter": {
38175          "description": "Indicates whether or not the disk can be read/write attached to more than one instance.",
38176          "type": "boolean"
38177        },
38178        "name": {
38179          "annotations": {
38180            "required": [
38181              "compute.disks.insert"
38182            ]
38183          },
38184          "description": "Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.",
38185          "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
38186          "type": "string"
38187        },
38188        "options": {
38189          "description": "Internal use only.",
38190          "type": "string"
38191        },
38192        "physicalBlockSizeBytes": {
38193          "description": "Physical block size of the persistent disk, in bytes. If not present in a request, a default value is used. The currently supported size is 4096, other sizes may be added in the future. If an unsupported value is requested, the error message will list the supported values for the caller's project.",
38194          "format": "int64",
38195          "type": "string"
38196        },
38197        "provisionedIops": {
38198          "description": "Indicates how many IOPS must be provisioned for the disk.",
38199          "format": "int64",
38200          "type": "string"
38201        },
38202        "region": {
38203          "description": "[Output Only] URL of the region where the disk resides. Only applicable for regional resources. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.",
38204          "type": "string"
38205        },
38206        "replicaZones": {
38207          "description": "URLs of the zones where the disk should be replicated to. Only applicable for regional resources.",
38208          "items": {
38209            "type": "string"
38210          },
38211          "type": "array"
38212        },
38213        "resourcePolicies": {
38214          "description": "Resource policies applied to this disk for automatic snapshot creations.",
38215          "items": {
38216            "type": "string"
38217          },
38218          "type": "array"
38219        },
38220        "satisfiesPzs": {
38221          "description": "[Output Only] Reserved for future use.",
38222          "type": "boolean"
38223        },
38224        "selfLink": {
38225          "description": "[Output Only] Server-defined fully-qualified URL for this resource.",
38226          "type": "string"
38227        },
38228        "selfLinkWithId": {
38229          "description": "[Output Only] Server-defined URL for this resource's resource id.",
38230          "type": "string"
38231        },
38232        "sizeGb": {
38233          "description": "Size, in GB, of the persistent disk. You can specify this field when creating a persistent disk using the sourceImage, sourceSnapshot, or sourceDisk parameter, or specify it alone to create an empty persistent disk.\n\nIf you specify this field along with a source, the value of sizeGb must not be less than the size of the source. Acceptable values are 1 to 65536, inclusive.",
38234          "format": "int64",
38235          "type": "string"
38236        },
38237        "sourceDisk": {
38238          "description": "The source disk used to create this disk. You can provide this as a partial or full URL to the resource. For example, the following are valid values:  \n- https://www.googleapis.com/compute/v1/projects/project/zones/zone/disks/disk \n- projects/project/zones/zone/disks/disk \n- zones/zone/disks/disk",
38239          "type": "string"
38240        },
38241        "sourceDiskId": {
38242          "description": "[Output Only] The unique ID of the disk used to create this disk. This value identifies the exact disk that was used to create this persistent disk. For example, if you created the persistent disk from a disk that was later deleted and recreated under the same name, the source disk ID would identify the exact version of the disk that was used.",
38243          "type": "string"
38244        },
38245        "sourceImage": {
38246          "description": "The source image used to create this disk. If the source image is deleted, this field will not be set.\n\nTo create a disk with one of the public operating system images, specify the image by its family name. For example, specify family/debian-9 to use the latest Debian 9 image:\nprojects/debian-cloud/global/images/family/debian-9\n\n\nAlternatively, use a specific version of a public operating system image:\nprojects/debian-cloud/global/images/debian-9-stretch-vYYYYMMDD\n\n\nTo create a disk with a custom image that you created, specify the image name in the following format:\nglobal/images/my-custom-image\n\n\nYou can also specify a custom image by its image family, which returns the latest version of the image in that family. Replace the image name with family/family-name:\nglobal/images/family/my-image-family",
38247          "type": "string"
38248        },
38249        "sourceImageEncryptionKey": {
38250          "$ref": "CustomerEncryptionKey",
38251          "description": "The customer-supplied encryption key of the source image. Required if the source image is protected by a customer-supplied encryption key."
38252        },
38253        "sourceImageId": {
38254          "description": "[Output Only] The ID value of the image used to create this disk. This value identifies the exact image that was used to create this persistent disk. For example, if you created the persistent disk from an image that was later deleted and recreated under the same name, the source image ID would identify the exact version of the image that was used.",
38255          "type": "string"
38256        },
38257        "sourceInPlaceSnapshot": {
38258          "description": "[Deprecated] The source in-place snapshot used to create this disk. You can provide this as a partial or full URL to the resource. For example, the following are valid values:  \n- https://www.googleapis.com/compute/v1/projects/project/global/inPlaceSnapshots/inPlaceSnapshots \n- projects/project/global/inPlaceSnapshots/inPlaceSnapshots \n- global/inPlaceSnapshots/inPlaceSnapshots",
38259          "type": "string"
38260        },
38261        "sourceInPlaceSnapshotId": {
38262          "description": "[Deprecated] [Output Only] The unique ID of the in-place snapshot used to create this disk. This value identifies the exact in-place snapshot that was used to create this persistent disk. For example, if you created the persistent disk from an in-place snapshot that was later deleted and recreated under the same name, the source in-place snapshot ID would identify the exact version of the in-place snapshot that was used.",
38263          "type": "string"
38264        },
38265        "sourceInstantSnapshot": {
38266          "description": "The source instant snapshot used to create this disk. You can provide this as a partial or full URL to the resource. For example, the following are valid values:  \n- https://www.googleapis.com/compute/v1/projects/project/zones/zone/instantSnapshots/instantSnapshot \n- projects/project/zones/zone/instantSnapshots/instantSnapshot \n- zones/zone/instantSnapshots/instantSnapshot",
38267          "type": "string"
38268        },
38269        "sourceInstantSnapshotId": {
38270          "description": "[Output Only] The unique ID of the instant snapshot used to create this disk. This value identifies the exact instant snapshot that was used to create this persistent disk. For example, if you created the persistent disk from an instant snapshot that was later deleted and recreated under the same name, the source instant snapshot ID would identify the exact version of the instant snapshot that was used.",
38271          "type": "string"
38272        },
38273        "sourceSnapshot": {
38274          "description": "The source snapshot used to create this disk. You can provide this as a partial or full URL to the resource. For example, the following are valid values:  \n- https://www.googleapis.com/compute/v1/projects/project/global/snapshots/snapshot \n- projects/project/global/snapshots/snapshot \n- global/snapshots/snapshot",
38275          "type": "string"
38276        },
38277        "sourceSnapshotEncryptionKey": {
38278          "$ref": "CustomerEncryptionKey",
38279          "description": "The customer-supplied encryption key of the source snapshot. Required if the source snapshot is protected by a customer-supplied encryption key."
38280        },
38281        "sourceSnapshotId": {
38282          "description": "[Output Only] The unique ID of the snapshot used to create this disk. This value identifies the exact snapshot that was used to create this persistent disk. For example, if you created the persistent disk from a snapshot that was later deleted and recreated under the same name, the source snapshot ID would identify the exact version of the snapshot that was used.",
38283          "type": "string"
38284        },
38285        "sourceStorageObject": {
38286          "description": "The full Google Cloud Storage URI where the disk image is stored. This file must be a gzip-compressed tarball whose name ends in .tar.gz or virtual machine disk whose name ends in vmdk. Valid URIs may start with gs:// or https://storage.googleapis.com/.",
38287          "type": "string"
38288        },
38289        "status": {
38290          "description": "[Output Only] The status of disk creation. CREATING: Disk is provisioning. RESTORING: Source data is being copied into the disk. FAILED: Disk creation failed. READY: Disk is ready for use. DELETING: Disk is deleting.",
38291          "enum": [
38292            "CREATING",
38293            "DELETING",
38294            "FAILED",
38295            "READY",
38296            "RESTORING"
38297          ],
38298          "enumDescriptions": [
38299            "",
38300            "",
38301            "",
38302            "",
38303            ""
38304          ],
38305          "type": "string"
38306        },
38307        "storageType": {
38308          "description": "[Deprecated] Storage type of the persistent disk.",
38309          "enum": [
38310            "HDD",
38311            "SSD"
38312          ],
38313          "enumDescriptions": [
38314            "",
38315            ""
38316          ],
38317          "type": "string"
38318        },
38319        "type": {
38320          "description": "URL of the disk type resource describing which disk type to use to create the disk. Provide this when creating the disk. For example: projects/project/zones/zone/diskTypes/pd-standard  or pd-ssd",
38321          "type": "string"
38322        },
38323        "userLicenses": {
38324          "description": "A list of publicly visible user-licenses. Unlike regular licenses, user provided licenses can be modified after the disk is created. This includes a list of URLs to the license resource. For example, to provide a debian license:\nhttps://www.googleapis.com/compute/v1/projects/debian-cloud/global/licenses/debian-9-stretch",
38325          "items": {
38326            "type": "string"
38327          },
38328          "type": "array"
38329        },
38330        "users": {
38331          "description": "[Output Only] Links to the users of the disk (attached instances) in form: projects/project/zones/zone/instances/instance",
38332          "items": {
38333            "type": "string"
38334          },
38335          "type": "array"
38336        },
38337        "zone": {
38338          "description": "[Output Only] URL of the zone where the disk resides. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.",
38339          "type": "string"
38340        }
38341      },
38342      "type": "object"
38343    },
38344    "DiskAggregatedList": {
38345      "id": "DiskAggregatedList",
38346      "properties": {
38347        "id": {
38348          "description": "[Output Only] Unique identifier for the resource; defined by the server.",
38349          "type": "string"
38350        },
38351        "items": {
38352          "additionalProperties": {
38353            "$ref": "DisksScopedList",
38354            "description": "[Output Only] Name of the scope containing this set of disks."
38355          },
38356          "description": "A list of DisksScopedList resources.",
38357          "type": "object"
38358        },
38359        "kind": {
38360          "default": "compute#diskAggregatedList",
38361          "description": "[Output Only] Type of resource. Always compute#diskAggregatedList for aggregated lists of persistent disks.",
38362          "type": "string"
38363        },
38364        "nextPageToken": {
38365          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
38366          "type": "string"
38367        },
38368        "selfLink": {
38369          "description": "[Output Only] Server-defined URL for this resource.",
38370          "type": "string"
38371        },
38372        "unreachables": {
38373          "description": "[Output Only] Unreachable resources.",
38374          "items": {
38375            "type": "string"
38376          },
38377          "type": "array"
38378        },
38379        "warning": {
38380          "description": "[Output Only] Informational warning message.",
38381          "properties": {
38382            "code": {
38383              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
38384              "enum": [
38385                "CLEANUP_FAILED",
38386                "DEPRECATED_RESOURCE_USED",
38387                "DEPRECATED_TYPE_USED",
38388                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
38389                "EXPERIMENTAL_TYPE_USED",
38390                "EXTERNAL_API_WARNING",
38391                "FIELD_VALUE_OVERRIDEN",
38392                "INJECTED_KERNELS_DEPRECATED",
38393                "LARGE_DEPLOYMENT_WARNING",
38394                "MISSING_TYPE_DEPENDENCY",
38395                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
38396                "NEXT_HOP_CANNOT_IP_FORWARD",
38397                "NEXT_HOP_INSTANCE_NOT_FOUND",
38398                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
38399                "NEXT_HOP_NOT_RUNNING",
38400                "NOT_CRITICAL_ERROR",
38401                "NO_RESULTS_ON_PAGE",
38402                "PARTIAL_SUCCESS",
38403                "REQUIRED_TOS_AGREEMENT",
38404                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
38405                "RESOURCE_NOT_DELETED",
38406                "SCHEMA_VALIDATION_IGNORED",
38407                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
38408                "UNDECLARED_PROPERTIES",
38409                "UNREACHABLE"
38410              ],
38411              "enumDescriptions": [
38412                "",
38413                "",
38414                "",
38415                "",
38416                "",
38417                "",
38418                "",
38419                "",
38420                "",
38421                "",
38422                "",
38423                "",
38424                "",
38425                "",
38426                "",
38427                "",
38428                "",
38429                "",
38430                "",
38431                "",
38432                "",
38433                "",
38434                "",
38435                "",
38436                ""
38437              ],
38438              "type": "string"
38439            },
38440            "data": {
38441              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
38442              "items": {
38443                "properties": {
38444                  "key": {
38445                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
38446                    "type": "string"
38447                  },
38448                  "value": {
38449                    "description": "[Output Only] A warning data value corresponding to the key.",
38450                    "type": "string"
38451                  }
38452                },
38453                "type": "object"
38454              },
38455              "type": "array"
38456            },
38457            "message": {
38458              "description": "[Output Only] A human-readable description of the warning code.",
38459              "type": "string"
38460            }
38461          },
38462          "type": "object"
38463        }
38464      },
38465      "type": "object"
38466    },
38467    "DiskInstantiationConfig": {
38468      "description": "A specification of the desired way to instantiate a disk in the instance template when its created from a source instance.",
38469      "id": "DiskInstantiationConfig",
38470      "properties": {
38471        "autoDelete": {
38472          "description": "Specifies whether the disk will be auto-deleted when the instance is deleted (but not when the disk is detached from the instance).",
38473          "type": "boolean"
38474        },
38475        "customImage": {
38476          "description": "The custom source image to be used to restore this disk when instantiating this instance template.",
38477          "type": "string"
38478        },
38479        "deviceName": {
38480          "description": "Specifies the device name of the disk to which the configurations apply to.",
38481          "type": "string"
38482        },
38483        "instantiateFrom": {
38484          "description": "Specifies whether to include the disk and what image to use. Possible values are:  \n- source-image: to use the same image that was used to create the source instance's corresponding disk. Applicable to the boot disk and additional read-write disks. \n- source-image-family: to use the same image family that was used to create the source instance's corresponding disk. Applicable to the boot disk and additional read-write disks. \n- custom-image: to use a user-provided image url for disk creation. Applicable to the boot disk and additional read-write disks. \n- attach-read-only: to attach a read-only disk. Applicable to read-only disks. \n- do-not-include: to exclude a disk from the template. Applicable to additional read-write disks, local SSDs, and read-only disks.",
38485          "enum": [
38486            "ATTACH_READ_ONLY",
38487            "BLANK",
38488            "CUSTOM_IMAGE",
38489            "DEFAULT",
38490            "DO_NOT_INCLUDE",
38491            "SOURCE_IMAGE",
38492            "SOURCE_IMAGE_FAMILY"
38493          ],
38494          "enumDescriptions": [
38495            "",
38496            "",
38497            "",
38498            "",
38499            "",
38500            "",
38501            ""
38502          ],
38503          "type": "string"
38504        }
38505      },
38506      "type": "object"
38507    },
38508    "DiskList": {
38509      "description": "A list of Disk resources.",
38510      "id": "DiskList",
38511      "properties": {
38512        "id": {
38513          "description": "[Output Only] Unique identifier for the resource; defined by the server.",
38514          "type": "string"
38515        },
38516        "items": {
38517          "description": "A list of Disk resources.",
38518          "items": {
38519            "$ref": "Disk"
38520          },
38521          "type": "array"
38522        },
38523        "kind": {
38524          "default": "compute#diskList",
38525          "description": "[Output Only] Type of resource. Always compute#diskList for lists of disks.",
38526          "type": "string"
38527        },
38528        "nextPageToken": {
38529          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
38530          "type": "string"
38531        },
38532        "selfLink": {
38533          "description": "[Output Only] Server-defined URL for this resource.",
38534          "type": "string"
38535        },
38536        "warning": {
38537          "description": "[Output Only] Informational warning message.",
38538          "properties": {
38539            "code": {
38540              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
38541              "enum": [
38542                "CLEANUP_FAILED",
38543                "DEPRECATED_RESOURCE_USED",
38544                "DEPRECATED_TYPE_USED",
38545                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
38546                "EXPERIMENTAL_TYPE_USED",
38547                "EXTERNAL_API_WARNING",
38548                "FIELD_VALUE_OVERRIDEN",
38549                "INJECTED_KERNELS_DEPRECATED",
38550                "LARGE_DEPLOYMENT_WARNING",
38551                "MISSING_TYPE_DEPENDENCY",
38552                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
38553                "NEXT_HOP_CANNOT_IP_FORWARD",
38554                "NEXT_HOP_INSTANCE_NOT_FOUND",
38555                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
38556                "NEXT_HOP_NOT_RUNNING",
38557                "NOT_CRITICAL_ERROR",
38558                "NO_RESULTS_ON_PAGE",
38559                "PARTIAL_SUCCESS",
38560                "REQUIRED_TOS_AGREEMENT",
38561                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
38562                "RESOURCE_NOT_DELETED",
38563                "SCHEMA_VALIDATION_IGNORED",
38564                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
38565                "UNDECLARED_PROPERTIES",
38566                "UNREACHABLE"
38567              ],
38568              "enumDescriptions": [
38569                "",
38570                "",
38571                "",
38572                "",
38573                "",
38574                "",
38575                "",
38576                "",
38577                "",
38578                "",
38579                "",
38580                "",
38581                "",
38582                "",
38583                "",
38584                "",
38585                "",
38586                "",
38587                "",
38588                "",
38589                "",
38590                "",
38591                "",
38592                "",
38593                ""
38594              ],
38595              "type": "string"
38596            },
38597            "data": {
38598              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
38599              "items": {
38600                "properties": {
38601                  "key": {
38602                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
38603                    "type": "string"
38604                  },
38605                  "value": {
38606                    "description": "[Output Only] A warning data value corresponding to the key.",
38607                    "type": "string"
38608                  }
38609                },
38610                "type": "object"
38611              },
38612              "type": "array"
38613            },
38614            "message": {
38615              "description": "[Output Only] A human-readable description of the warning code.",
38616              "type": "string"
38617            }
38618          },
38619          "type": "object"
38620        }
38621      },
38622      "type": "object"
38623    },
38624    "DiskMoveRequest": {
38625      "id": "DiskMoveRequest",
38626      "properties": {
38627        "destinationZone": {
38628          "description": "The URL of the destination zone to move the disk. This can be a full or partial URL. For example, the following are all valid URLs to a zone:  \n- https://www.googleapis.com/compute/v1/projects/project/zones/zone \n- projects/project/zones/zone \n- zones/zone",
38629          "type": "string"
38630        },
38631        "targetDisk": {
38632          "description": "The URL of the target disk to move. This can be a full or partial URL. For example, the following are all valid URLs to a disk:  \n- https://www.googleapis.com/compute/v1/projects/project/zones/zone/disks/disk \n- projects/project/zones/zone/disks/disk \n- zones/zone/disks/disk",
38633          "type": "string"
38634        }
38635      },
38636      "type": "object"
38637    },
38638    "DiskType": {
38639      "description": "Represents a Disk Type resource.\n\nGoogle Compute Engine has two Disk Type resources:\n\n* [Regional](/compute/docs/reference/rest/{$api_version}/regionDiskTypes) * [Zonal](/compute/docs/reference/rest/{$api_version}/diskTypes)\n\nYou can choose from a variety of disk types based on your needs. For more information, read Storage options.\n\nThe diskTypes resource represents disk types for a zonal persistent disk. For more information, read Zonal persistent disks.\n\nThe regionDiskTypes resource represents disk types for a regional persistent disk. For more information, read Regional persistent disks. (== resource_for {$api_version}.diskTypes ==) (== resource_for {$api_version}.regionDiskTypes ==)",
38640      "id": "DiskType",
38641      "properties": {
38642        "creationTimestamp": {
38643          "description": "[Output Only] Creation timestamp in RFC3339 text format.",
38644          "type": "string"
38645        },
38646        "defaultDiskSizeGb": {
38647          "description": "[Output Only] Server-defined default disk size in GB.",
38648          "format": "int64",
38649          "type": "string"
38650        },
38651        "deprecated": {
38652          "$ref": "DeprecationStatus",
38653          "description": "[Output Only] The deprecation status associated with this disk type."
38654        },
38655        "description": {
38656          "description": "[Output Only] An optional description of this resource.",
38657          "type": "string"
38658        },
38659        "id": {
38660          "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.",
38661          "format": "uint64",
38662          "type": "string"
38663        },
38664        "kind": {
38665          "default": "compute#diskType",
38666          "description": "[Output Only] Type of the resource. Always compute#diskType for disk types.",
38667          "type": "string"
38668        },
38669        "name": {
38670          "description": "[Output Only] Name of the resource.",
38671          "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
38672          "type": "string"
38673        },
38674        "region": {
38675          "description": "[Output Only] URL of the region where the disk type resides. Only applicable for regional resources. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.",
38676          "type": "string"
38677        },
38678        "selfLink": {
38679          "description": "[Output Only] Server-defined URL for the resource.",
38680          "type": "string"
38681        },
38682        "selfLinkWithId": {
38683          "description": "[Output Only] Server-defined URL for this resource with the resource id.",
38684          "type": "string"
38685        },
38686        "validDiskSize": {
38687          "description": "[Output Only] An optional textual description of the valid disk size, such as \"10GB-10TB\".",
38688          "type": "string"
38689        },
38690        "zone": {
38691          "description": "[Output Only] URL of the zone where the disk type resides. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.",
38692          "type": "string"
38693        }
38694      },
38695      "type": "object"
38696    },
38697    "DiskTypeAggregatedList": {
38698      "id": "DiskTypeAggregatedList",
38699      "properties": {
38700        "id": {
38701          "description": "[Output Only] Unique identifier for the resource; defined by the server.",
38702          "type": "string"
38703        },
38704        "items": {
38705          "additionalProperties": {
38706            "$ref": "DiskTypesScopedList",
38707            "description": "[Output Only] Name of the scope containing this set of disk types."
38708          },
38709          "description": "A list of DiskTypesScopedList resources.",
38710          "type": "object"
38711        },
38712        "kind": {
38713          "default": "compute#diskTypeAggregatedList",
38714          "description": "[Output Only] Type of resource. Always compute#diskTypeAggregatedList.",
38715          "type": "string"
38716        },
38717        "nextPageToken": {
38718          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
38719          "type": "string"
38720        },
38721        "selfLink": {
38722          "description": "[Output Only] Server-defined URL for this resource.",
38723          "type": "string"
38724        },
38725        "unreachables": {
38726          "description": "[Output Only] Unreachable resources.",
38727          "items": {
38728            "type": "string"
38729          },
38730          "type": "array"
38731        },
38732        "warning": {
38733          "description": "[Output Only] Informational warning message.",
38734          "properties": {
38735            "code": {
38736              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
38737              "enum": [
38738                "CLEANUP_FAILED",
38739                "DEPRECATED_RESOURCE_USED",
38740                "DEPRECATED_TYPE_USED",
38741                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
38742                "EXPERIMENTAL_TYPE_USED",
38743                "EXTERNAL_API_WARNING",
38744                "FIELD_VALUE_OVERRIDEN",
38745                "INJECTED_KERNELS_DEPRECATED",
38746                "LARGE_DEPLOYMENT_WARNING",
38747                "MISSING_TYPE_DEPENDENCY",
38748                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
38749                "NEXT_HOP_CANNOT_IP_FORWARD",
38750                "NEXT_HOP_INSTANCE_NOT_FOUND",
38751                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
38752                "NEXT_HOP_NOT_RUNNING",
38753                "NOT_CRITICAL_ERROR",
38754                "NO_RESULTS_ON_PAGE",
38755                "PARTIAL_SUCCESS",
38756                "REQUIRED_TOS_AGREEMENT",
38757                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
38758                "RESOURCE_NOT_DELETED",
38759                "SCHEMA_VALIDATION_IGNORED",
38760                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
38761                "UNDECLARED_PROPERTIES",
38762                "UNREACHABLE"
38763              ],
38764              "enumDescriptions": [
38765                "",
38766                "",
38767                "",
38768                "",
38769                "",
38770                "",
38771                "",
38772                "",
38773                "",
38774                "",
38775                "",
38776                "",
38777                "",
38778                "",
38779                "",
38780                "",
38781                "",
38782                "",
38783                "",
38784                "",
38785                "",
38786                "",
38787                "",
38788                "",
38789                ""
38790              ],
38791              "type": "string"
38792            },
38793            "data": {
38794              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
38795              "items": {
38796                "properties": {
38797                  "key": {
38798                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
38799                    "type": "string"
38800                  },
38801                  "value": {
38802                    "description": "[Output Only] A warning data value corresponding to the key.",
38803                    "type": "string"
38804                  }
38805                },
38806                "type": "object"
38807              },
38808              "type": "array"
38809            },
38810            "message": {
38811              "description": "[Output Only] A human-readable description of the warning code.",
38812              "type": "string"
38813            }
38814          },
38815          "type": "object"
38816        }
38817      },
38818      "type": "object"
38819    },
38820    "DiskTypeList": {
38821      "description": "Contains a list of disk types.",
38822      "id": "DiskTypeList",
38823      "properties": {
38824        "id": {
38825          "description": "[Output Only] Unique identifier for the resource; defined by the server.",
38826          "type": "string"
38827        },
38828        "items": {
38829          "description": "A list of DiskType resources.",
38830          "items": {
38831            "$ref": "DiskType"
38832          },
38833          "type": "array"
38834        },
38835        "kind": {
38836          "default": "compute#diskTypeList",
38837          "description": "[Output Only] Type of resource. Always compute#diskTypeList for disk types.",
38838          "type": "string"
38839        },
38840        "nextPageToken": {
38841          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
38842          "type": "string"
38843        },
38844        "selfLink": {
38845          "description": "[Output Only] Server-defined URL for this resource.",
38846          "type": "string"
38847        },
38848        "warning": {
38849          "description": "[Output Only] Informational warning message.",
38850          "properties": {
38851            "code": {
38852              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
38853              "enum": [
38854                "CLEANUP_FAILED",
38855                "DEPRECATED_RESOURCE_USED",
38856                "DEPRECATED_TYPE_USED",
38857                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
38858                "EXPERIMENTAL_TYPE_USED",
38859                "EXTERNAL_API_WARNING",
38860                "FIELD_VALUE_OVERRIDEN",
38861                "INJECTED_KERNELS_DEPRECATED",
38862                "LARGE_DEPLOYMENT_WARNING",
38863                "MISSING_TYPE_DEPENDENCY",
38864                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
38865                "NEXT_HOP_CANNOT_IP_FORWARD",
38866                "NEXT_HOP_INSTANCE_NOT_FOUND",
38867                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
38868                "NEXT_HOP_NOT_RUNNING",
38869                "NOT_CRITICAL_ERROR",
38870                "NO_RESULTS_ON_PAGE",
38871                "PARTIAL_SUCCESS",
38872                "REQUIRED_TOS_AGREEMENT",
38873                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
38874                "RESOURCE_NOT_DELETED",
38875                "SCHEMA_VALIDATION_IGNORED",
38876                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
38877                "UNDECLARED_PROPERTIES",
38878                "UNREACHABLE"
38879              ],
38880              "enumDescriptions": [
38881                "",
38882                "",
38883                "",
38884                "",
38885                "",
38886                "",
38887                "",
38888                "",
38889                "",
38890                "",
38891                "",
38892                "",
38893                "",
38894                "",
38895                "",
38896                "",
38897                "",
38898                "",
38899                "",
38900                "",
38901                "",
38902                "",
38903                "",
38904                "",
38905                ""
38906              ],
38907              "type": "string"
38908            },
38909            "data": {
38910              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
38911              "items": {
38912                "properties": {
38913                  "key": {
38914                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
38915                    "type": "string"
38916                  },
38917                  "value": {
38918                    "description": "[Output Only] A warning data value corresponding to the key.",
38919                    "type": "string"
38920                  }
38921                },
38922                "type": "object"
38923              },
38924              "type": "array"
38925            },
38926            "message": {
38927              "description": "[Output Only] A human-readable description of the warning code.",
38928              "type": "string"
38929            }
38930          },
38931          "type": "object"
38932        }
38933      },
38934      "type": "object"
38935    },
38936    "DiskTypesScopedList": {
38937      "id": "DiskTypesScopedList",
38938      "properties": {
38939        "diskTypes": {
38940          "description": "[Output Only] A list of disk types contained in this scope.",
38941          "items": {
38942            "$ref": "DiskType"
38943          },
38944          "type": "array"
38945        },
38946        "warning": {
38947          "description": "[Output Only] Informational warning which replaces the list of disk types when the list is empty.",
38948          "properties": {
38949            "code": {
38950              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
38951              "enum": [
38952                "CLEANUP_FAILED",
38953                "DEPRECATED_RESOURCE_USED",
38954                "DEPRECATED_TYPE_USED",
38955                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
38956                "EXPERIMENTAL_TYPE_USED",
38957                "EXTERNAL_API_WARNING",
38958                "FIELD_VALUE_OVERRIDEN",
38959                "INJECTED_KERNELS_DEPRECATED",
38960                "LARGE_DEPLOYMENT_WARNING",
38961                "MISSING_TYPE_DEPENDENCY",
38962                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
38963                "NEXT_HOP_CANNOT_IP_FORWARD",
38964                "NEXT_HOP_INSTANCE_NOT_FOUND",
38965                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
38966                "NEXT_HOP_NOT_RUNNING",
38967                "NOT_CRITICAL_ERROR",
38968                "NO_RESULTS_ON_PAGE",
38969                "PARTIAL_SUCCESS",
38970                "REQUIRED_TOS_AGREEMENT",
38971                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
38972                "RESOURCE_NOT_DELETED",
38973                "SCHEMA_VALIDATION_IGNORED",
38974                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
38975                "UNDECLARED_PROPERTIES",
38976                "UNREACHABLE"
38977              ],
38978              "enumDescriptions": [
38979                "",
38980                "",
38981                "",
38982                "",
38983                "",
38984                "",
38985                "",
38986                "",
38987                "",
38988                "",
38989                "",
38990                "",
38991                "",
38992                "",
38993                "",
38994                "",
38995                "",
38996                "",
38997                "",
38998                "",
38999                "",
39000                "",
39001                "",
39002                "",
39003                ""
39004              ],
39005              "type": "string"
39006            },
39007            "data": {
39008              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
39009              "items": {
39010                "properties": {
39011                  "key": {
39012                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
39013                    "type": "string"
39014                  },
39015                  "value": {
39016                    "description": "[Output Only] A warning data value corresponding to the key.",
39017                    "type": "string"
39018                  }
39019                },
39020                "type": "object"
39021              },
39022              "type": "array"
39023            },
39024            "message": {
39025              "description": "[Output Only] A human-readable description of the warning code.",
39026              "type": "string"
39027            }
39028          },
39029          "type": "object"
39030        }
39031      },
39032      "type": "object"
39033    },
39034    "DisksAddResourcePoliciesRequest": {
39035      "id": "DisksAddResourcePoliciesRequest",
39036      "properties": {
39037        "resourcePolicies": {
39038          "description": "Resource policies to be added to this disk. Currently you can only specify one policy here.",
39039          "items": {
39040            "type": "string"
39041          },
39042          "type": "array"
39043        }
39044      },
39045      "type": "object"
39046    },
39047    "DisksRemoveResourcePoliciesRequest": {
39048      "id": "DisksRemoveResourcePoliciesRequest",
39049      "properties": {
39050        "resourcePolicies": {
39051          "description": "Resource policies to be removed from this disk.",
39052          "items": {
39053            "type": "string"
39054          },
39055          "type": "array"
39056        }
39057      },
39058      "type": "object"
39059    },
39060    "DisksResizeRequest": {
39061      "id": "DisksResizeRequest",
39062      "properties": {
39063        "sizeGb": {
39064          "description": "The new size of the persistent disk, which is specified in GB.",
39065          "format": "int64",
39066          "type": "string"
39067        }
39068      },
39069      "type": "object"
39070    },
39071    "DisksScopedList": {
39072      "id": "DisksScopedList",
39073      "properties": {
39074        "disks": {
39075          "description": "[Output Only] A list of disks contained in this scope.",
39076          "items": {
39077            "$ref": "Disk"
39078          },
39079          "type": "array"
39080        },
39081        "warning": {
39082          "description": "[Output Only] Informational warning which replaces the list of disks when the list is empty.",
39083          "properties": {
39084            "code": {
39085              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
39086              "enum": [
39087                "CLEANUP_FAILED",
39088                "DEPRECATED_RESOURCE_USED",
39089                "DEPRECATED_TYPE_USED",
39090                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
39091                "EXPERIMENTAL_TYPE_USED",
39092                "EXTERNAL_API_WARNING",
39093                "FIELD_VALUE_OVERRIDEN",
39094                "INJECTED_KERNELS_DEPRECATED",
39095                "LARGE_DEPLOYMENT_WARNING",
39096                "MISSING_TYPE_DEPENDENCY",
39097                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
39098                "NEXT_HOP_CANNOT_IP_FORWARD",
39099                "NEXT_HOP_INSTANCE_NOT_FOUND",
39100                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
39101                "NEXT_HOP_NOT_RUNNING",
39102                "NOT_CRITICAL_ERROR",
39103                "NO_RESULTS_ON_PAGE",
39104                "PARTIAL_SUCCESS",
39105                "REQUIRED_TOS_AGREEMENT",
39106                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
39107                "RESOURCE_NOT_DELETED",
39108                "SCHEMA_VALIDATION_IGNORED",
39109                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
39110                "UNDECLARED_PROPERTIES",
39111                "UNREACHABLE"
39112              ],
39113              "enumDescriptions": [
39114                "",
39115                "",
39116                "",
39117                "",
39118                "",
39119                "",
39120                "",
39121                "",
39122                "",
39123                "",
39124                "",
39125                "",
39126                "",
39127                "",
39128                "",
39129                "",
39130                "",
39131                "",
39132                "",
39133                "",
39134                "",
39135                "",
39136                "",
39137                "",
39138                ""
39139              ],
39140              "type": "string"
39141            },
39142            "data": {
39143              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
39144              "items": {
39145                "properties": {
39146                  "key": {
39147                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
39148                    "type": "string"
39149                  },
39150                  "value": {
39151                    "description": "[Output Only] A warning data value corresponding to the key.",
39152                    "type": "string"
39153                  }
39154                },
39155                "type": "object"
39156              },
39157              "type": "array"
39158            },
39159            "message": {
39160              "description": "[Output Only] A human-readable description of the warning code.",
39161              "type": "string"
39162            }
39163          },
39164          "type": "object"
39165        }
39166      },
39167      "type": "object"
39168    },
39169    "DisplayDevice": {
39170      "description": "A set of Display Device options",
39171      "id": "DisplayDevice",
39172      "properties": {
39173        "enableDisplay": {
39174          "description": "Defines whether the instance has Display enabled.",
39175          "type": "boolean"
39176        }
39177      },
39178      "type": "object"
39179    },
39180    "DistributionPolicy": {
39181      "id": "DistributionPolicy",
39182      "properties": {
39183        "targetShape": {
39184          "description": "The shape to which the group converges either proactively or on resize events (depending on the value set in updatePolicy.instanceRedistributionType). The possible values are EVEN and ANY. For EVEN the group attempts to preserve a balanced number of instances across zones. For ANY the group creates new instances where resources are available to fulfill the request; as a result, instances may be distributed unevenly across zones in this mode. The default value is EVEN.",
39185          "enum": [
39186            "ANY",
39187            "BALANCED",
39188            "EVEN"
39189          ],
39190          "enumDescriptions": [
39191            "",
39192            "",
39193            ""
39194          ],
39195          "type": "string"
39196        },
39197        "zones": {
39198          "description": "Zones where the regional managed instance group will create and manage its instances.",
39199          "items": {
39200            "$ref": "DistributionPolicyZoneConfiguration"
39201          },
39202          "type": "array"
39203        }
39204      },
39205      "type": "object"
39206    },
39207    "DistributionPolicyZoneConfiguration": {
39208      "id": "DistributionPolicyZoneConfiguration",
39209      "properties": {
39210        "zone": {
39211          "annotations": {
39212            "required": [
39213              "compute.regionInstanceGroupManagers.insert",
39214              "compute.regionInstanceGroupManagers.update"
39215            ]
39216          },
39217          "description": "The URL of the zone. The zone must exist in the region where the managed instance group is located.",
39218          "type": "string"
39219        }
39220      },
39221      "type": "object"
39222    },
39223    "Duration": {
39224      "description": "A Duration represents a fixed-length span of time represented as a count of seconds and fractions of seconds at nanosecond resolution. It is independent of any calendar and concepts like \"day\" or \"month\". Range is approximately 10,000 years.",
39225      "id": "Duration",
39226      "properties": {
39227        "nanos": {
39228          "description": "Span of time that's a fraction of a second at nanosecond resolution. Durations less than one second are represented with a 0 `seconds` field and a positive `nanos` field. Must be from 0 to 999,999,999 inclusive.",
39229          "format": "int32",
39230          "type": "integer"
39231        },
39232        "seconds": {
39233          "description": "Span of time at a resolution of a second. Must be from 0 to 315,576,000,000 inclusive. Note: these bounds are computed from: 60 sec/min * 60 min/hr * 24 hr/day * 365.25 days/year * 10000 years",
39234          "format": "int64",
39235          "type": "string"
39236        }
39237      },
39238      "type": "object"
39239    },
39240    "ExchangedPeeringRoute": {
39241      "id": "ExchangedPeeringRoute",
39242      "properties": {
39243        "destRange": {
39244          "description": "The destination range of the route.",
39245          "type": "string"
39246        },
39247        "imported": {
39248          "description": "True if the peering route has been imported from a peer. The actual import happens if the field networkPeering.importCustomRoutes is true for this network, and networkPeering.exportCustomRoutes is true for the peer network, and the import does not result in a route conflict.",
39249          "type": "boolean"
39250        },
39251        "nextHopRegion": {
39252          "description": "The region of peering route next hop, only applies to dynamic routes.",
39253          "type": "string"
39254        },
39255        "priority": {
39256          "description": "The priority of the peering route.",
39257          "format": "uint32",
39258          "type": "integer"
39259        },
39260        "type": {
39261          "description": "The type of the peering route.",
39262          "enum": [
39263            "DYNAMIC_PEERING_ROUTE",
39264            "STATIC_PEERING_ROUTE",
39265            "SUBNET_PEERING_ROUTE"
39266          ],
39267          "enumDescriptions": [
39268            "",
39269            "",
39270            ""
39271          ],
39272          "type": "string"
39273        }
39274      },
39275      "type": "object"
39276    },
39277    "ExchangedPeeringRoutesList": {
39278      "id": "ExchangedPeeringRoutesList",
39279      "properties": {
39280        "id": {
39281          "description": "[Output Only] Unique identifier for the resource; defined by the server.",
39282          "type": "string"
39283        },
39284        "items": {
39285          "description": "A list of ExchangedPeeringRoute resources.",
39286          "items": {
39287            "$ref": "ExchangedPeeringRoute"
39288          },
39289          "type": "array"
39290        },
39291        "kind": {
39292          "default": "compute#exchangedPeeringRoutesList",
39293          "description": "[Output Only] Type of resource. Always compute#exchangedPeeringRoutesList for exchanged peering routes lists.",
39294          "type": "string"
39295        },
39296        "nextPageToken": {
39297          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
39298          "type": "string"
39299        },
39300        "selfLink": {
39301          "description": "[Output Only] Server-defined URL for this resource.",
39302          "type": "string"
39303        },
39304        "warning": {
39305          "description": "[Output Only] Informational warning message.",
39306          "properties": {
39307            "code": {
39308              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
39309              "enum": [
39310                "CLEANUP_FAILED",
39311                "DEPRECATED_RESOURCE_USED",
39312                "DEPRECATED_TYPE_USED",
39313                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
39314                "EXPERIMENTAL_TYPE_USED",
39315                "EXTERNAL_API_WARNING",
39316                "FIELD_VALUE_OVERRIDEN",
39317                "INJECTED_KERNELS_DEPRECATED",
39318                "LARGE_DEPLOYMENT_WARNING",
39319                "MISSING_TYPE_DEPENDENCY",
39320                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
39321                "NEXT_HOP_CANNOT_IP_FORWARD",
39322                "NEXT_HOP_INSTANCE_NOT_FOUND",
39323                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
39324                "NEXT_HOP_NOT_RUNNING",
39325                "NOT_CRITICAL_ERROR",
39326                "NO_RESULTS_ON_PAGE",
39327                "PARTIAL_SUCCESS",
39328                "REQUIRED_TOS_AGREEMENT",
39329                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
39330                "RESOURCE_NOT_DELETED",
39331                "SCHEMA_VALIDATION_IGNORED",
39332                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
39333                "UNDECLARED_PROPERTIES",
39334                "UNREACHABLE"
39335              ],
39336              "enumDescriptions": [
39337                "",
39338                "",
39339                "",
39340                "",
39341                "",
39342                "",
39343                "",
39344                "",
39345                "",
39346                "",
39347                "",
39348                "",
39349                "",
39350                "",
39351                "",
39352                "",
39353                "",
39354                "",
39355                "",
39356                "",
39357                "",
39358                "",
39359                "",
39360                "",
39361                ""
39362              ],
39363              "type": "string"
39364            },
39365            "data": {
39366              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
39367              "items": {
39368                "properties": {
39369                  "key": {
39370                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
39371                    "type": "string"
39372                  },
39373                  "value": {
39374                    "description": "[Output Only] A warning data value corresponding to the key.",
39375                    "type": "string"
39376                  }
39377                },
39378                "type": "object"
39379              },
39380              "type": "array"
39381            },
39382            "message": {
39383              "description": "[Output Only] A human-readable description of the warning code.",
39384              "type": "string"
39385            }
39386          },
39387          "type": "object"
39388        }
39389      },
39390      "type": "object"
39391    },
39392    "Expr": {
39393      "description": "Represents a textual expression in the Common Expression Language (CEL) syntax. CEL is a C-like expression language. The syntax and semantics of CEL are documented at https://github.com/google/cel-spec.\n\nExample (Comparison):\n\ntitle: \"Summary size limit\" description: \"Determines if a summary is less than 100 chars\" expression: \"document.summary.size() \u003c 100\"\n\nExample (Equality):\n\ntitle: \"Requestor is owner\" description: \"Determines if requestor is the document owner\" expression: \"document.owner == request.auth.claims.email\"\n\nExample (Logic):\n\ntitle: \"Public documents\" description: \"Determine whether the document should be publicly visible\" expression: \"document.type != 'private' \u0026\u0026 document.type != 'internal'\"\n\nExample (Data Manipulation):\n\ntitle: \"Notification string\" description: \"Create a notification string with a timestamp.\" expression: \"'New message received at ' + string(document.create_time)\"\n\nThe exact variables and functions that may be referenced within an expression are determined by the service that evaluates it. See the service documentation for additional information.",
39394      "id": "Expr",
39395      "properties": {
39396        "description": {
39397          "description": "Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.",
39398          "type": "string"
39399        },
39400        "expression": {
39401          "description": "Textual representation of an expression in Common Expression Language syntax.",
39402          "type": "string"
39403        },
39404        "location": {
39405          "description": "Optional. String indicating the location of the expression for error reporting, e.g. a file name and a position in the file.",
39406          "type": "string"
39407        },
39408        "title": {
39409          "description": "Optional. Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression.",
39410          "type": "string"
39411        }
39412      },
39413      "type": "object"
39414    },
39415    "ExternalVpnGateway": {
39416      "description": "Represents an external VPN gateway.\n\nExternal VPN gateway is the on-premises VPN gateway(s) or another cloud provider's VPN gateway that connects to your Google Cloud VPN gateway.\n\nTo create a highly available VPN from Google Cloud Platform to your VPN gateway or another cloud provider's VPN gateway, you must create a external VPN gateway resource with information about the other gateway.\n\nFor more information about using external VPN gateways, see  Creating an HA VPN gateway and tunnel pair to a peer VPN. (== resource_for {$api_version}.externalVpnGateways ==)",
39417      "id": "ExternalVpnGateway",
39418      "properties": {
39419        "creationTimestamp": {
39420          "description": "[Output Only] Creation timestamp in RFC3339 text format.",
39421          "type": "string"
39422        },
39423        "description": {
39424          "description": "An optional description of this resource. Provide this property when you create the resource.",
39425          "type": "string"
39426        },
39427        "id": {
39428          "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.",
39429          "format": "uint64",
39430          "type": "string"
39431        },
39432        "interfaces": {
39433          "description": "List of interfaces for this external VPN gateway.",
39434          "items": {
39435            "$ref": "ExternalVpnGatewayInterface"
39436          },
39437          "type": "array"
39438        },
39439        "kind": {
39440          "default": "compute#externalVpnGateway",
39441          "description": "[Output Only] Type of the resource. Always compute#externalVpnGateway for externalVpnGateways.",
39442          "type": "string"
39443        },
39444        "labelFingerprint": {
39445          "description": "A fingerprint for the labels being applied to this ExternalVpnGateway, which is essentially a hash of the labels set used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update labels. You must always provide an up-to-date fingerprint hash in order to update or change labels, otherwise the request will fail with error 412 conditionNotMet.\n\nTo see the latest fingerprint, make a get() request to retrieve an ExternalVpnGateway.",
39446          "format": "byte",
39447          "type": "string"
39448        },
39449        "labels": {
39450          "additionalProperties": {
39451            "type": "string"
39452          },
39453          "description": "Labels for this resource. These can only be added or modified by the setLabels method. Each label key/value pair must comply with RFC1035. Label values may be empty.",
39454          "type": "object"
39455        },
39456        "name": {
39457          "annotations": {
39458            "required": [
39459              "compute.externalVpnGateways.insert"
39460            ]
39461          },
39462          "description": "Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.",
39463          "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
39464          "type": "string"
39465        },
39466        "redundancyType": {
39467          "description": "Indicates the user-supplied redundancy type of this external VPN gateway.",
39468          "enum": [
39469            "FOUR_IPS_REDUNDANCY",
39470            "SINGLE_IP_INTERNALLY_REDUNDANT",
39471            "TWO_IPS_REDUNDANCY"
39472          ],
39473          "enumDescriptions": [
39474            "",
39475            "",
39476            ""
39477          ],
39478          "type": "string"
39479        },
39480        "selfLink": {
39481          "description": "[Output Only] Server-defined URL for the resource.",
39482          "type": "string"
39483        }
39484      },
39485      "type": "object"
39486    },
39487    "ExternalVpnGatewayInterface": {
39488      "description": "The interface for the external VPN gateway.",
39489      "id": "ExternalVpnGatewayInterface",
39490      "properties": {
39491        "id": {
39492          "description": "The numeric ID of this interface. The allowed input values for this id for different redundancy types of external VPN gateway: SINGLE_IP_INTERNALLY_REDUNDANT - 0 TWO_IPS_REDUNDANCY - 0, 1 FOUR_IPS_REDUNDANCY - 0, 1, 2, 3",
39493          "format": "uint32",
39494          "type": "integer"
39495        },
39496        "ipAddress": {
39497          "description": "IP address of the interface in the external VPN gateway. Only IPv4 is supported. This IP address can be either from your on-premise gateway or another Cloud provider's VPN gateway, it cannot be an IP address from Google Compute Engine.",
39498          "type": "string"
39499        }
39500      },
39501      "type": "object"
39502    },
39503    "ExternalVpnGatewayList": {
39504      "description": "Response to the list request, and contains a list of externalVpnGateways.",
39505      "id": "ExternalVpnGatewayList",
39506      "properties": {
39507        "etag": {
39508          "type": "string"
39509        },
39510        "id": {
39511          "description": "[Output Only] Unique identifier for the resource; defined by the server.",
39512          "type": "string"
39513        },
39514        "items": {
39515          "description": "A list of ExternalVpnGateway resources.",
39516          "items": {
39517            "$ref": "ExternalVpnGateway"
39518          },
39519          "type": "array"
39520        },
39521        "kind": {
39522          "default": "compute#externalVpnGatewayList",
39523          "description": "[Output Only] Type of resource. Always compute#externalVpnGatewayList  for lists of externalVpnGateways.",
39524          "type": "string"
39525        },
39526        "nextPageToken": {
39527          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
39528          "type": "string"
39529        },
39530        "selfLink": {
39531          "description": "[Output Only] Server-defined URL for this resource.",
39532          "type": "string"
39533        },
39534        "warning": {
39535          "description": "[Output Only] Informational warning message.",
39536          "properties": {
39537            "code": {
39538              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
39539              "enum": [
39540                "CLEANUP_FAILED",
39541                "DEPRECATED_RESOURCE_USED",
39542                "DEPRECATED_TYPE_USED",
39543                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
39544                "EXPERIMENTAL_TYPE_USED",
39545                "EXTERNAL_API_WARNING",
39546                "FIELD_VALUE_OVERRIDEN",
39547                "INJECTED_KERNELS_DEPRECATED",
39548                "LARGE_DEPLOYMENT_WARNING",
39549                "MISSING_TYPE_DEPENDENCY",
39550                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
39551                "NEXT_HOP_CANNOT_IP_FORWARD",
39552                "NEXT_HOP_INSTANCE_NOT_FOUND",
39553                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
39554                "NEXT_HOP_NOT_RUNNING",
39555                "NOT_CRITICAL_ERROR",
39556                "NO_RESULTS_ON_PAGE",
39557                "PARTIAL_SUCCESS",
39558                "REQUIRED_TOS_AGREEMENT",
39559                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
39560                "RESOURCE_NOT_DELETED",
39561                "SCHEMA_VALIDATION_IGNORED",
39562                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
39563                "UNDECLARED_PROPERTIES",
39564                "UNREACHABLE"
39565              ],
39566              "enumDescriptions": [
39567                "",
39568                "",
39569                "",
39570                "",
39571                "",
39572                "",
39573                "",
39574                "",
39575                "",
39576                "",
39577                "",
39578                "",
39579                "",
39580                "",
39581                "",
39582                "",
39583                "",
39584                "",
39585                "",
39586                "",
39587                "",
39588                "",
39589                "",
39590                "",
39591                ""
39592              ],
39593              "type": "string"
39594            },
39595            "data": {
39596              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
39597              "items": {
39598                "properties": {
39599                  "key": {
39600                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
39601                    "type": "string"
39602                  },
39603                  "value": {
39604                    "description": "[Output Only] A warning data value corresponding to the key.",
39605                    "type": "string"
39606                  }
39607                },
39608                "type": "object"
39609              },
39610              "type": "array"
39611            },
39612            "message": {
39613              "description": "[Output Only] A human-readable description of the warning code.",
39614              "type": "string"
39615            }
39616          },
39617          "type": "object"
39618        }
39619      },
39620      "type": "object"
39621    },
39622    "FileContentBuffer": {
39623      "id": "FileContentBuffer",
39624      "properties": {
39625        "content": {
39626          "description": "The raw content in the secure keys file.",
39627          "format": "byte",
39628          "type": "string"
39629        },
39630        "fileType": {
39631          "description": "The file type of source file.",
39632          "enum": [
39633            "BIN",
39634            "UNDEFINED",
39635            "X509"
39636          ],
39637          "enumDescriptions": [
39638            "",
39639            "",
39640            ""
39641          ],
39642          "type": "string"
39643        }
39644      },
39645      "type": "object"
39646    },
39647    "Firewall": {
39648      "description": "Represents a Firewall Rule resource.\n\nFirewall rules allow or deny ingress traffic to, and egress traffic from your instances. For more information, read Firewall rules.",
39649      "id": "Firewall",
39650      "properties": {
39651        "allowed": {
39652          "description": "The list of ALLOW rules specified by this firewall. Each rule specifies a protocol and port-range tuple that describes a permitted connection.",
39653          "items": {
39654            "properties": {
39655              "IPProtocol": {
39656                "description": "The IP protocol to which this rule applies. The protocol type is required when creating a firewall rule. This value can either be one of the following well known protocol strings (tcp, udp, icmp, esp, ah, ipip, sctp) or the IP protocol number.",
39657                "type": "string"
39658              },
39659              "ports": {
39660                "description": "An optional list of ports to which this rule applies. This field is only applicable for the UDP or TCP protocol. Each entry must be either an integer or a range. If not specified, this rule applies to connections through any port.\n\nExample inputs include: [\"22\"], [\"80\",\"443\"], and [\"12345-12349\"].",
39661                "items": {
39662                  "type": "string"
39663                },
39664                "type": "array"
39665              }
39666            },
39667            "type": "object"
39668          },
39669          "type": "array"
39670        },
39671        "creationTimestamp": {
39672          "description": "[Output Only] Creation timestamp in RFC3339 text format.",
39673          "type": "string"
39674        },
39675        "denied": {
39676          "description": "The list of DENY rules specified by this firewall. Each rule specifies a protocol and port-range tuple that describes a denied connection.",
39677          "items": {
39678            "properties": {
39679              "IPProtocol": {
39680                "description": "The IP protocol to which this rule applies. The protocol type is required when creating a firewall rule. This value can either be one of the following well known protocol strings (tcp, udp, icmp, esp, ah, ipip, sctp) or the IP protocol number.",
39681                "type": "string"
39682              },
39683              "ports": {
39684                "description": "An optional list of ports to which this rule applies. This field is only applicable for the UDP or TCP protocol. Each entry must be either an integer or a range. If not specified, this rule applies to connections through any port.\n\nExample inputs include: [\"22\"], [\"80\",\"443\"], and [\"12345-12349\"].",
39685                "items": {
39686                  "type": "string"
39687                },
39688                "type": "array"
39689              }
39690            },
39691            "type": "object"
39692          },
39693          "type": "array"
39694        },
39695        "description": {
39696          "description": "An optional description of this resource. Provide this field when you create the resource.",
39697          "type": "string"
39698        },
39699        "destinationRanges": {
39700          "description": "If destination ranges are specified, the firewall rule applies only to traffic that has destination IP address in these ranges. These ranges must be expressed in CIDR format. Only IPv4 is supported.",
39701          "items": {
39702            "type": "string"
39703          },
39704          "type": "array"
39705        },
39706        "direction": {
39707          "description": "Direction of traffic to which this firewall applies, either `INGRESS` or `EGRESS`. The default is `INGRESS`. For `INGRESS` traffic, you cannot specify the destinationRanges field, and for `EGRESS` traffic, you cannot specify the sourceRanges or sourceTags fields.",
39708          "enum": [
39709            "EGRESS",
39710            "INGRESS"
39711          ],
39712          "enumDescriptions": [
39713            "",
39714            ""
39715          ],
39716          "type": "string"
39717        },
39718        "disabled": {
39719          "description": "Denotes whether the firewall rule is disabled. When set to true, the firewall rule is not enforced and the network behaves as if it did not exist. If this is unspecified, the firewall rule will be enabled.",
39720          "type": "boolean"
39721        },
39722        "enableLogging": {
39723          "description": "Deprecated in favor of enable in LogConfig. This field denotes whether to enable logging for a particular firewall rule. If logging is enabled, logs will be exported t Cloud Logging.",
39724          "type": "boolean"
39725        },
39726        "id": {
39727          "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.",
39728          "format": "uint64",
39729          "type": "string"
39730        },
39731        "kind": {
39732          "default": "compute#firewall",
39733          "description": "[Output Only] Type of the resource. Always compute#firewall for firewall rules.",
39734          "type": "string"
39735        },
39736        "logConfig": {
39737          "$ref": "FirewallLogConfig",
39738          "description": "This field denotes the logging options for a particular firewall rule. If logging is enabled, logs will be exported to Cloud Logging."
39739        },
39740        "name": {
39741          "annotations": {
39742            "required": [
39743              "compute.firewalls.insert",
39744              "compute.firewalls.patch"
39745            ]
39746          },
39747          "description": "Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?. The first character must be a lowercase letter, and all following characters (except for the last character) must be a dash, lowercase letter, or digit. The last character must be a lowercase letter or digit.",
39748          "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
39749          "type": "string"
39750        },
39751        "network": {
39752          "description": "URL of the network resource for this firewall rule. If not specified when creating a firewall rule, the default network is used:\nglobal/networks/default\nIf you choose to specify this field, you can specify the network as a full or partial URL. For example, the following are all valid URLs:  \n- https://www.googleapis.com/compute/v1/projects/myproject/global/networks/my-network \n- projects/myproject/global/networks/my-network \n- global/networks/default",
39753          "type": "string"
39754        },
39755        "priority": {
39756          "description": "Priority for this rule. This is an integer between `0` and `65535`, both inclusive. The default value is `1000`. Relative priorities determine which rule takes effect if multiple rules apply. Lower values indicate higher priority. For example, a rule with priority `0` has higher precedence than a rule with priority `1`. DENY rules take precedence over ALLOW rules if they have equal priority. Note that VPC networks have implied rules with a priority of `65535`. To avoid conflicts with the implied rules, use a priority number less than `65535`.",
39757          "format": "int32",
39758          "type": "integer"
39759        },
39760        "selfLink": {
39761          "description": "[Output Only] Server-defined URL for the resource.",
39762          "type": "string"
39763        },
39764        "selfLinkWithId": {
39765          "description": "[Output Only] Server-defined URL for this resource with the resource id.",
39766          "type": "string"
39767        },
39768        "sourceRanges": {
39769          "description": "If source ranges are specified, the firewall rule applies only to traffic that has a source IP address in these ranges. These ranges must be expressed in CIDR format. One or both of sourceRanges and sourceTags may be set. If both fields are set, the rule applies to traffic that has a source IP address within sourceRanges OR a source IP from a resource with a matching tag listed in the sourceTags field. The connection does not need to match both fields for the rule to apply. Only IPv4 is supported.",
39770          "items": {
39771            "type": "string"
39772          },
39773          "type": "array"
39774        },
39775        "sourceServiceAccounts": {
39776          "description": "If source service accounts are specified, the firewall rules apply only to traffic originating from an instance with a service account in this list. Source service accounts cannot be used to control traffic to an instance's external IP address because service accounts are associated with an instance, not an IP address. sourceRanges can be set at the same time as sourceServiceAccounts. If both are set, the firewall applies to traffic that has a source IP address within the sourceRanges OR a source IP that belongs to an instance with service account listed in sourceServiceAccount. The connection does not need to match both fields for the firewall to apply. sourceServiceAccounts cannot be used at the same time as sourceTags or targetTags.",
39777          "items": {
39778            "type": "string"
39779          },
39780          "type": "array"
39781        },
39782        "sourceTags": {
39783          "description": "If source tags are specified, the firewall rule applies only to traffic with source IPs that match the primary network interfaces of VM instances that have the tag and are in the same VPC network. Source tags cannot be used to control traffic to an instance's external IP address, it only applies to traffic between instances in the same virtual network. Because tags are associated with instances, not IP addresses. One or both of sourceRanges and sourceTags may be set. If both fields are set, the firewall applies to traffic that has a source IP address within sourceRanges OR a source IP from a resource with a matching tag listed in the sourceTags field. The connection does not need to match both fields for the firewall to apply.",
39784          "items": {
39785            "type": "string"
39786          },
39787          "type": "array"
39788        },
39789        "targetServiceAccounts": {
39790          "description": "A list of service accounts indicating sets of instances located in the network that may make network connections as specified in allowed[]. targetServiceAccounts cannot be used at the same time as targetTags or sourceTags. If neither targetServiceAccounts nor targetTags are specified, the firewall rule applies to all instances on the specified network.",
39791          "items": {
39792            "type": "string"
39793          },
39794          "type": "array"
39795        },
39796        "targetTags": {
39797          "description": "A list of tags that controls which instances the firewall rule applies to. If targetTags are specified, then the firewall rule applies only to instances in the VPC network that have one of those tags. If no targetTags are specified, the firewall rule applies to all instances on the specified network.",
39798          "items": {
39799            "type": "string"
39800          },
39801          "type": "array"
39802        }
39803      },
39804      "type": "object"
39805    },
39806    "FirewallList": {
39807      "description": "Contains a list of firewalls.",
39808      "id": "FirewallList",
39809      "properties": {
39810        "id": {
39811          "description": "[Output Only] Unique identifier for the resource; defined by the server.",
39812          "type": "string"
39813        },
39814        "items": {
39815          "description": "A list of Firewall resources.",
39816          "items": {
39817            "$ref": "Firewall"
39818          },
39819          "type": "array"
39820        },
39821        "kind": {
39822          "default": "compute#firewallList",
39823          "description": "[Output Only] Type of resource. Always compute#firewallList for lists of firewalls.",
39824          "type": "string"
39825        },
39826        "nextPageToken": {
39827          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
39828          "type": "string"
39829        },
39830        "selfLink": {
39831          "description": "[Output Only] Server-defined URL for this resource.",
39832          "type": "string"
39833        },
39834        "warning": {
39835          "description": "[Output Only] Informational warning message.",
39836          "properties": {
39837            "code": {
39838              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
39839              "enum": [
39840                "CLEANUP_FAILED",
39841                "DEPRECATED_RESOURCE_USED",
39842                "DEPRECATED_TYPE_USED",
39843                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
39844                "EXPERIMENTAL_TYPE_USED",
39845                "EXTERNAL_API_WARNING",
39846                "FIELD_VALUE_OVERRIDEN",
39847                "INJECTED_KERNELS_DEPRECATED",
39848                "LARGE_DEPLOYMENT_WARNING",
39849                "MISSING_TYPE_DEPENDENCY",
39850                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
39851                "NEXT_HOP_CANNOT_IP_FORWARD",
39852                "NEXT_HOP_INSTANCE_NOT_FOUND",
39853                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
39854                "NEXT_HOP_NOT_RUNNING",
39855                "NOT_CRITICAL_ERROR",
39856                "NO_RESULTS_ON_PAGE",
39857                "PARTIAL_SUCCESS",
39858                "REQUIRED_TOS_AGREEMENT",
39859                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
39860                "RESOURCE_NOT_DELETED",
39861                "SCHEMA_VALIDATION_IGNORED",
39862                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
39863                "UNDECLARED_PROPERTIES",
39864                "UNREACHABLE"
39865              ],
39866              "enumDescriptions": [
39867                "",
39868                "",
39869                "",
39870                "",
39871                "",
39872                "",
39873                "",
39874                "",
39875                "",
39876                "",
39877                "",
39878                "",
39879                "",
39880                "",
39881                "",
39882                "",
39883                "",
39884                "",
39885                "",
39886                "",
39887                "",
39888                "",
39889                "",
39890                "",
39891                ""
39892              ],
39893              "type": "string"
39894            },
39895            "data": {
39896              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
39897              "items": {
39898                "properties": {
39899                  "key": {
39900                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
39901                    "type": "string"
39902                  },
39903                  "value": {
39904                    "description": "[Output Only] A warning data value corresponding to the key.",
39905                    "type": "string"
39906                  }
39907                },
39908                "type": "object"
39909              },
39910              "type": "array"
39911            },
39912            "message": {
39913              "description": "[Output Only] A human-readable description of the warning code.",
39914              "type": "string"
39915            }
39916          },
39917          "type": "object"
39918        }
39919      },
39920      "type": "object"
39921    },
39922    "FirewallLogConfig": {
39923      "description": "The available logging options for a firewall rule.",
39924      "id": "FirewallLogConfig",
39925      "properties": {
39926        "enable": {
39927          "description": "This field denotes whether to enable logging for a particular firewall rule.",
39928          "type": "boolean"
39929        },
39930        "metadata": {
39931          "description": "This field can only be specified for a particular firewall rule if logging is enabled for that rule. This field denotes whether to include or exclude metadata for firewall logs.",
39932          "enum": [
39933            "EXCLUDE_ALL_METADATA",
39934            "INCLUDE_ALL_METADATA"
39935          ],
39936          "enumDescriptions": [
39937            "",
39938            ""
39939          ],
39940          "type": "string"
39941        }
39942      },
39943      "type": "object"
39944    },
39945    "FirewallPolicy": {
39946      "description": "Represents a Firewall Policy resource. (== resource_for {$api_version}.firewallPolicies ==)",
39947      "id": "FirewallPolicy",
39948      "properties": {
39949        "associations": {
39950          "description": "A list of associations that belong to this firewall policy.",
39951          "items": {
39952            "$ref": "FirewallPolicyAssociation"
39953          },
39954          "type": "array"
39955        },
39956        "creationTimestamp": {
39957          "description": "[Output Only] Creation timestamp in RFC3339 text format.",
39958          "type": "string"
39959        },
39960        "description": {
39961          "description": "An optional description of this resource. Provide this property when you create the resource.",
39962          "type": "string"
39963        },
39964        "displayName": {
39965          "description": "User-provided name of the Organization firewall plicy. The name should be unique in the organization in which the firewall policy is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.",
39966          "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
39967          "type": "string"
39968        },
39969        "fingerprint": {
39970          "description": "Specifies a fingerprint for this resource, which is essentially a hash of the metadata's contents and used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update metadata. You must always provide an up-to-date fingerprint hash in order to update or change metadata, otherwise the request will fail with error 412 conditionNotMet.\n\nTo see the latest fingerprint, make get() request to the firewall policy.",
39971          "format": "byte",
39972          "type": "string"
39973        },
39974        "id": {
39975          "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.",
39976          "format": "uint64",
39977          "type": "string"
39978        },
39979        "kind": {
39980          "default": "compute#firewallPolicy",
39981          "description": "[Output only] Type of the resource. Always compute#firewallPolicyfor firewall policies",
39982          "type": "string"
39983        },
39984        "name": {
39985          "description": "[Output Only] Name of the resource. It is a numeric ID allocated by GCP which uniquely identifies the Firewall Policy.",
39986          "type": "string"
39987        },
39988        "parent": {
39989          "description": "[Output Only] The parent of the firewall policy.",
39990          "type": "string"
39991        },
39992        "ruleTupleCount": {
39993          "description": "[Output Only] Total count of all firewall policy rule tuples. A firewall policy can not exceed a set number of tuples.",
39994          "format": "int32",
39995          "type": "integer"
39996        },
39997        "rules": {
39998          "description": "A list of rules that belong to this policy. There must always be a default rule (rule with priority 2147483647 and match \"*\"). If no rules are provided when creating a firewall policy, a default rule with action \"allow\" will be added.",
39999          "items": {
40000            "$ref": "FirewallPolicyRule"
40001          },
40002          "type": "array"
40003        },
40004        "selfLink": {
40005          "description": "[Output Only] Server-defined URL for the resource.",
40006          "type": "string"
40007        },
40008        "selfLinkWithId": {
40009          "description": "[Output Only] Server-defined URL for this resource with the resource id.",
40010          "type": "string"
40011        }
40012      },
40013      "type": "object"
40014    },
40015    "FirewallPolicyAssociation": {
40016      "id": "FirewallPolicyAssociation",
40017      "properties": {
40018        "attachmentTarget": {
40019          "description": "The target that the firewall policy is attached to.",
40020          "type": "string"
40021        },
40022        "displayName": {
40023          "description": "[Output Only] The display name of the firewall policy of the association.",
40024          "type": "string"
40025        },
40026        "firewallPolicyId": {
40027          "description": "[Output Only] The firewall policy ID of the association.",
40028          "type": "string"
40029        },
40030        "name": {
40031          "description": "The name for an association.",
40032          "type": "string"
40033        }
40034      },
40035      "type": "object"
40036    },
40037    "FirewallPolicyList": {
40038      "id": "FirewallPolicyList",
40039      "properties": {
40040        "id": {
40041          "description": "[Output Only] Unique identifier for the resource; defined by the server.",
40042          "type": "string"
40043        },
40044        "items": {
40045          "description": "A list of FirewallPolicy resources.",
40046          "items": {
40047            "$ref": "FirewallPolicy"
40048          },
40049          "type": "array"
40050        },
40051        "kind": {
40052          "default": "compute#firewallPolicyList",
40053          "description": "[Output Only] Type of resource. Always compute#firewallPolicyList for listsof FirewallPolicies",
40054          "type": "string"
40055        },
40056        "nextPageToken": {
40057          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
40058          "type": "string"
40059        },
40060        "warning": {
40061          "description": "[Output Only] Informational warning message.",
40062          "properties": {
40063            "code": {
40064              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
40065              "enum": [
40066                "CLEANUP_FAILED",
40067                "DEPRECATED_RESOURCE_USED",
40068                "DEPRECATED_TYPE_USED",
40069                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
40070                "EXPERIMENTAL_TYPE_USED",
40071                "EXTERNAL_API_WARNING",
40072                "FIELD_VALUE_OVERRIDEN",
40073                "INJECTED_KERNELS_DEPRECATED",
40074                "LARGE_DEPLOYMENT_WARNING",
40075                "MISSING_TYPE_DEPENDENCY",
40076                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
40077                "NEXT_HOP_CANNOT_IP_FORWARD",
40078                "NEXT_HOP_INSTANCE_NOT_FOUND",
40079                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
40080                "NEXT_HOP_NOT_RUNNING",
40081                "NOT_CRITICAL_ERROR",
40082                "NO_RESULTS_ON_PAGE",
40083                "PARTIAL_SUCCESS",
40084                "REQUIRED_TOS_AGREEMENT",
40085                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
40086                "RESOURCE_NOT_DELETED",
40087                "SCHEMA_VALIDATION_IGNORED",
40088                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
40089                "UNDECLARED_PROPERTIES",
40090                "UNREACHABLE"
40091              ],
40092              "enumDescriptions": [
40093                "",
40094                "",
40095                "",
40096                "",
40097                "",
40098                "",
40099                "",
40100                "",
40101                "",
40102                "",
40103                "",
40104                "",
40105                "",
40106                "",
40107                "",
40108                "",
40109                "",
40110                "",
40111                "",
40112                "",
40113                "",
40114                "",
40115                "",
40116                "",
40117                ""
40118              ],
40119              "type": "string"
40120            },
40121            "data": {
40122              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
40123              "items": {
40124                "properties": {
40125                  "key": {
40126                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
40127                    "type": "string"
40128                  },
40129                  "value": {
40130                    "description": "[Output Only] A warning data value corresponding to the key.",
40131                    "type": "string"
40132                  }
40133                },
40134                "type": "object"
40135              },
40136              "type": "array"
40137            },
40138            "message": {
40139              "description": "[Output Only] A human-readable description of the warning code.",
40140              "type": "string"
40141            }
40142          },
40143          "type": "object"
40144        }
40145      },
40146      "type": "object"
40147    },
40148    "FirewallPolicyRule": {
40149      "description": "Represents a rule that describes one or more match conditions along with the action to be taken when traffic matches this condition (allow or deny).",
40150      "id": "FirewallPolicyRule",
40151      "properties": {
40152        "action": {
40153          "description": "The Action to perform when the client connection triggers the rule. Can currently be either \"allow\" or \"deny()\" where valid values for status are 403, 404, and 502.",
40154          "type": "string"
40155        },
40156        "description": {
40157          "description": "An optional description of this resource. Provide this property when you create the resource.",
40158          "type": "string"
40159        },
40160        "direction": {
40161          "description": "The direction in which this rule applies.",
40162          "enum": [
40163            "EGRESS",
40164            "INGRESS"
40165          ],
40166          "enumDescriptions": [
40167            "",
40168            ""
40169          ],
40170          "type": "string"
40171        },
40172        "disabled": {
40173          "description": "Denotes whether the firewall policy rule is disabled. When set to true, the firewall policy rule is not enforced and traffic behaves as if it did not exist. If this is unspecified, the firewall policy rule will be enabled.",
40174          "type": "boolean"
40175        },
40176        "enableLogging": {
40177          "description": "Denotes whether to enable logging for a particular rule. If logging is enabled, logs will be exported to the configured export destination in Stackdriver. Logs may be exported to BigQuery or Pub/Sub. Note: you cannot enable logging on \"goto_next\" rules.",
40178          "type": "boolean"
40179        },
40180        "kind": {
40181          "default": "compute#firewallPolicyRule",
40182          "description": "[Output only] Type of the resource. Always compute#firewallPolicyRule for firewall policy rules",
40183          "type": "string"
40184        },
40185        "match": {
40186          "$ref": "FirewallPolicyRuleMatcher",
40187          "description": "A match condition that incoming traffic is evaluated against. If it evaluates to true, the corresponding ?action? is enforced."
40188        },
40189        "priority": {
40190          "description": "An integer indicating the priority of a rule in the list. The priority must be a positive value between 0 and 2147483647. Rules are evaluated from highest to lowest priority where 0 is the highest priority and 2147483647 is the lowest prority.",
40191          "format": "int32",
40192          "type": "integer"
40193        },
40194        "ruleTupleCount": {
40195          "description": "[Output Only] Calculation of the complexity of a single firewall policy rule.",
40196          "format": "int32",
40197          "type": "integer"
40198        },
40199        "targetResources": {
40200          "description": "A list of network resource URLs to which this rule applies. This field allows you to control which network?s VMs get this rule. If this field is left blank, all VMs within the organization will receive the rule.",
40201          "items": {
40202            "type": "string"
40203          },
40204          "type": "array"
40205        },
40206        "targetSecureLabels": {
40207          "description": "A list of secure labels that controls which instances the firewall rule applies to. If targetSecureLabel are specified, then the firewall rule applies only to instances in the VPC network that have one of those secure labels. targetSecureLabel may not be set at the same time as targetServiceAccounts. If neither targetServiceAccounts nor targetSecureLabel are specified, the firewall rule applies to all instances on the specified network. Maximum number of target label values allowed is 256.",
40208          "items": {
40209            "type": "string"
40210          },
40211          "type": "array"
40212        },
40213        "targetServiceAccounts": {
40214          "description": "A list of service accounts indicating the sets of instances that are applied with this rule.",
40215          "items": {
40216            "type": "string"
40217          },
40218          "type": "array"
40219        }
40220      },
40221      "type": "object"
40222    },
40223    "FirewallPolicyRuleMatcher": {
40224      "description": "Represents a match condition that incoming traffic is evaluated against. Exactly one field must be specified.",
40225      "id": "FirewallPolicyRuleMatcher",
40226      "properties": {
40227        "destIpRanges": {
40228          "description": "CIDR IP address range. Maximum number of destination CIDR IP ranges allowed is 256.",
40229          "items": {
40230            "type": "string"
40231          },
40232          "type": "array"
40233        },
40234        "layer4Configs": {
40235          "description": "Pairs of IP protocols and ports that the rule should match.",
40236          "items": {
40237            "$ref": "FirewallPolicyRuleMatcherLayer4Config"
40238          },
40239          "type": "array"
40240        },
40241        "srcIpRanges": {
40242          "description": "CIDR IP address range. Maximum number of source CIDR IP ranges allowed is 256.",
40243          "items": {
40244            "type": "string"
40245          },
40246          "type": "array"
40247        },
40248        "srcSecureLabels": {
40249          "description": "List of firewall label values, which should be matched at the source of the traffic. Maximum number of source label values allowed is 256.",
40250          "items": {
40251            "type": "string"
40252          },
40253          "type": "array"
40254        }
40255      },
40256      "type": "object"
40257    },
40258    "FirewallPolicyRuleMatcherLayer4Config": {
40259      "id": "FirewallPolicyRuleMatcherLayer4Config",
40260      "properties": {
40261        "ipProtocol": {
40262          "description": "The IP protocol to which this rule applies. The protocol type is required when creating a firewall rule. This value can either be one of the following well known protocol strings (tcp, udp, icmp, esp, ah, ipip, sctp), or the IP protocol number.",
40263          "type": "string"
40264        },
40265        "ports": {
40266          "description": "An optional list of ports to which this rule applies. This field is only applicable for UDP or TCP protocol. Each entry must be either an integer or a range. If not specified, this rule applies to connections through any port.\n\nExample inputs include: [\"22\"], [\"80\",\"443\"], and [\"12345-12349\"].",
40267          "items": {
40268            "type": "string"
40269          },
40270          "type": "array"
40271        }
40272      },
40273      "type": "object"
40274    },
40275    "FixedOrPercent": {
40276      "description": "Encapsulates numeric value that can be either absolute or relative.",
40277      "id": "FixedOrPercent",
40278      "properties": {
40279        "calculated": {
40280          "description": "[Output Only] Absolute value of VM instances calculated based on the specific mode.\n\n \n- If the value is fixed, then the calculated value is equal to the fixed value. \n- If the value is a percent, then the calculated value is percent/100 * targetSize. For example, the calculated value of a 80% of a managed instance group with 150 instances would be (80/100 * 150) = 120 VM instances. If there is a remainder, the number is rounded up.",
40281          "format": "int32",
40282          "type": "integer"
40283        },
40284        "fixed": {
40285          "description": "Specifies a fixed number of VM instances. This must be a positive integer.",
40286          "format": "int32",
40287          "type": "integer"
40288        },
40289        "percent": {
40290          "description": "Specifies a percentage of instances between 0 to 100%, inclusive. For example, specify 80 for 80%.",
40291          "format": "int32",
40292          "type": "integer"
40293        }
40294      },
40295      "type": "object"
40296    },
40297    "ForwardingRule": {
40298      "description": "Represents a Forwarding Rule resource.\n\nForwarding rule resources in GCP can be either regional or global in scope:\n\n* [Global](/compute/docs/reference/rest/{$api_version}/globalForwardingRules) * [Regional](/compute/docs/reference/rest/{$api_version}/forwardingRules)\n\nA forwarding rule and its corresponding IP address represent the frontend configuration of a Google Cloud Platform load balancer. Forwarding rules can also reference target instances and Cloud VPN Classic gateways (targetVpnGateway).\n\nFor more information, read Forwarding rule concepts and Using protocol forwarding.\n\n(== resource_for {$api_version}.forwardingRules ==) (== resource_for {$api_version}.globalForwardingRules ==) (== resource_for {$api_version}.regionForwardingRules ==)",
40299      "id": "ForwardingRule",
40300      "properties": {
40301        "IPAddress": {
40302          "description": "IP address that this forwarding rule serves. When a client sends traffic to this IP address, the forwarding rule directs the traffic to the target that you specify in the forwarding rule.\n\nIf you don't specify a reserved IP address, an ephemeral IP address is assigned. Methods for specifying an IP address:\n\n* IPv4 dotted decimal, as in `100.1.2.3` * Full URL, as in https://www.googleapis.com/compute/v1/projects/project_id/regions/region/addresses/address-name * Partial URL or by name, as in: * projects/project_id/regions/region/addresses/address-name * regions/region/addresses/address-name * global/addresses/address-name * address-name \n\nThe loadBalancingScheme and the forwarding rule's target determine the type of IP address that you can use. For detailed information, refer to [IP address specifications](/load-balancing/docs/forwarding-rule-concepts#ip_address_specifications).\n\nMust be set to `0.0.0.0` when the target is targetGrpcProxy that has validateForProxyless field set to true.\n\nFor Private Service Connect forwarding rules that forward traffic to Google APIs, IP address must be provided.",
40303          "type": "string"
40304        },
40305        "IPProtocol": {
40306          "description": "The IP protocol to which this rule applies. For protocol forwarding, valid options are TCP, UDP, ESP, AH, SCTP or ICMP.\n\nFor Internal TCP/UDP Load Balancing, the load balancing scheme is INTERNAL, and one of TCP or UDP are valid. For Traffic Director, the load balancing scheme is INTERNAL_SELF_MANAGED, and only TCPis valid. For Internal HTTP(S) Load Balancing, the load balancing scheme is INTERNAL_MANAGED, and only TCP is valid. For HTTP(S), SSL Proxy, and TCP Proxy Load Balancing, the load balancing scheme is EXTERNAL and only TCP is valid. For Network TCP/UDP Load Balancing, the load balancing scheme is EXTERNAL, and one of TCP or UDP is valid.",
40307          "enum": [
40308            "AH",
40309            "ALL",
40310            "ESP",
40311            "ICMP",
40312            "SCTP",
40313            "TCP",
40314            "UDP"
40315          ],
40316          "enumDescriptions": [
40317            "",
40318            "",
40319            "",
40320            "",
40321            "",
40322            "",
40323            ""
40324          ],
40325          "type": "string"
40326        },
40327        "allPorts": {
40328          "description": "This field is used along with the backend_service field for internal load balancing or with the target field for internal TargetInstance. This field cannot be used with port or portRange fields.\n\nWhen the load balancing scheme is INTERNAL and protocol is TCP/UDP, specify this field to allow packets addressed to any ports will be forwarded to the backends configured with this forwarding rule.",
40329          "type": "boolean"
40330        },
40331        "allowGlobalAccess": {
40332          "description": "This field is used along with the backend_service field for internal load balancing or with the target field for internal TargetInstance. If the field is set to TRUE, clients can access ILB from all regions. Otherwise only allows access from clients in the same region as the internal load balancer.",
40333          "type": "boolean"
40334        },
40335        "backendService": {
40336          "description": "This field is only used for INTERNAL load balancing.\n\nFor internal load balancing, this field identifies the BackendService resource to receive the matched traffic.",
40337          "type": "string"
40338        },
40339        "creationTimestamp": {
40340          "description": "[Output Only] Creation timestamp in RFC3339 text format.",
40341          "type": "string"
40342        },
40343        "description": {
40344          "description": "An optional description of this resource. Provide this property when you create the resource.",
40345          "type": "string"
40346        },
40347        "fingerprint": {
40348          "description": "Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic locking. This field will be ignored when inserting a ForwardingRule. Include the fingerprint in patch request to ensure that you do not overwrite changes that were applied from another concurrent request.\n\nTo see the latest fingerprint, make a get() request to retrieve a ForwardingRule.",
40349          "format": "byte",
40350          "type": "string"
40351        },
40352        "id": {
40353          "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.",
40354          "format": "uint64",
40355          "type": "string"
40356        },
40357        "ipVersion": {
40358          "description": "The IP Version that will be used by this forwarding rule. Valid options are IPV4 or IPV6. This can only be specified for an external global forwarding rule.",
40359          "enum": [
40360            "IPV4",
40361            "IPV6",
40362            "UNSPECIFIED_VERSION"
40363          ],
40364          "enumDescriptions": [
40365            "",
40366            "",
40367            ""
40368          ],
40369          "type": "string"
40370        },
40371        "isMirroringCollector": {
40372          "description": "Indicates whether or not this load balancer can be used as a collector for packet mirroring. To prevent mirroring loops, instances behind this load balancer will not have their traffic mirrored even if a PacketMirroring rule applies to them. This can only be set to true for load balancers that have their loadBalancingScheme set to INTERNAL.",
40373          "type": "boolean"
40374        },
40375        "kind": {
40376          "default": "compute#forwardingRule",
40377          "description": "[Output Only] Type of the resource. Always compute#forwardingRule for Forwarding Rule resources.",
40378          "type": "string"
40379        },
40380        "labelFingerprint": {
40381          "description": "A fingerprint for the labels being applied to this resource, which is essentially a hash of the labels set used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update labels. You must always provide an up-to-date fingerprint hash in order to update or change labels, otherwise the request will fail with error 412 conditionNotMet.\n\nTo see the latest fingerprint, make a get() request to retrieve a ForwardingRule.",
40382          "format": "byte",
40383          "type": "string"
40384        },
40385        "labels": {
40386          "additionalProperties": {
40387            "type": "string"
40388          },
40389          "description": "Labels for this resource. These can only be added or modified by the setLabels method. Each label key/value pair must comply with RFC1035. Label values may be empty.",
40390          "type": "object"
40391        },
40392        "loadBalancingScheme": {
40393          "description": "Specifies the forwarding rule type.\n\n \n- EXTERNAL is used for:  \n- Classic Cloud VPN gateways \n- Protocol forwarding to VMs from an external IP address \n- The following load balancers: HTTP(S), SSL Proxy, TCP Proxy, and Network TCP/UDP    \n- INTERNAL is used for:  \n- Protocol forwarding to VMs from an internal IP address \n- Internal TCP/UDP load balancers   \n- INTERNAL_MANAGED is used for:  \n- Internal HTTP(S) load balancers   \n- INTERNAL_SELF_MANAGED is used for:  \n- Traffic Director    \n\nFor more information about forwarding rules, refer to Forwarding rule concepts.",
40394          "enum": [
40395            "EXTERNAL",
40396            "EXTERNAL_MANAGED",
40397            "INTERNAL",
40398            "INTERNAL_MANAGED",
40399            "INTERNAL_SELF_MANAGED",
40400            "INVALID"
40401          ],
40402          "enumDescriptions": [
40403            "",
40404            "",
40405            "",
40406            "",
40407            "",
40408            ""
40409          ],
40410          "type": "string"
40411        },
40412        "metadataFilters": {
40413          "description": "Opaque filter criteria used by Loadbalancer to restrict routing configuration to a limited set of xDS compliant clients. In their xDS requests to Loadbalancer, xDS clients present node metadata. When there is a match, the relevant configuration is made available to those proxies. Otherwise, all the resources (e.g. TargetHttpProxy, UrlMap) referenced by the ForwardingRule will not be visible to those proxies.\nFor each metadataFilter in this list, if its filterMatchCriteria is set to MATCH_ANY, at least one of the filterLabels must match the corresponding label provided in the metadata. If its filterMatchCriteria is set to MATCH_ALL, then all of its filterLabels must match with corresponding labels provided in the metadata. If multiple metadataFilters are specified, all of them need to be satisfied in order to be considered a match.\nmetadataFilters specified here will be applifed before those specified in the UrlMap that this ForwardingRule references.\nmetadataFilters only applies to Loadbalancers that have their loadBalancingScheme set to INTERNAL_SELF_MANAGED.",
40414          "items": {
40415            "$ref": "MetadataFilter"
40416          },
40417          "type": "array"
40418        },
40419        "name": {
40420          "description": "Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.",
40421          "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
40422          "type": "string"
40423        },
40424        "network": {
40425          "description": "This field is not used for external load balancing.\n\nFor internal load balancing, this field identifies the network that the load balanced IP should belong to for this Forwarding Rule. If this field is not specified, the default network will be used.\n\nFor Private Service Connect forwarding rules that forward traffic to Google APIs, a network must be provided.",
40426          "type": "string"
40427        },
40428        "networkTier": {
40429          "description": "This signifies the networking tier used for configuring this load balancer and can only take the following values: PREMIUM, STANDARD.\n\nFor regional ForwardingRule, the valid values are PREMIUM and STANDARD. For GlobalForwardingRule, the valid value is PREMIUM.\n\nIf this field is not specified, it is assumed to be PREMIUM. If IPAddress is specified, this value must be equal to the networkTier of the Address.",
40430          "enum": [
40431            "FIXED_STANDARD",
40432            "PREMIUM",
40433            "SELECT",
40434            "STANDARD",
40435            "STANDARD_OVERRIDES_FIXED_STANDARD"
40436          ],
40437          "enumDescriptions": [
40438            "",
40439            "",
40440            "",
40441            "",
40442            ""
40443          ],
40444          "type": "string"
40445        },
40446        "portRange": {
40447          "description": "When the load balancing scheme is EXTERNAL, INTERNAL_SELF_MANAGED and INTERNAL_MANAGED, you can specify a port_range. Use with a forwarding rule that points to a target proxy or a target pool. Do not use with a forwarding rule that points to a backend service. This field is used along with the target field for TargetHttpProxy, TargetHttpsProxy, TargetSslProxy, TargetTcpProxy, TargetGrpcProxy, TargetVpnGateway, TargetPool, TargetInstance.\n\nApplicable only when IPProtocol is TCP, UDP, or SCTP, only packets addressed to ports in the specified range will be forwarded to target. Forwarding rules with the same [IPAddress, IPProtocol] pair must have disjoint port ranges.\n\nSome types of forwarding target have constraints on the acceptable ports:  \n- TargetHttpProxy: 80, 8080 \n- TargetHttpsProxy: 443 \n- TargetGrpcProxy: Any ports \n- TargetTcpProxy: 25, 43, 110, 143, 195, 443, 465, 587, 700, 993, 995, 1688, 1883, 5222 \n- TargetSslProxy: 25, 43, 110, 143, 195, 443, 465, 587, 700, 993, 995, 1688, 1883, 5222 \n- TargetVpnGateway: 500, 4500",
40448          "type": "string"
40449        },
40450        "ports": {
40451          "description": "This field is used along with the backend_service field for internal load balancing.\n\nWhen the load balancing scheme is INTERNAL, a list of ports can be configured, for example, ['80'], ['8000','9000']. Only packets addressed to these ports are forwarded to the backends configured with the forwarding rule.\n\nIf the forwarding rule's loadBalancingScheme is INTERNAL, you can specify ports in one of the following ways:\n\n* A list of up to five ports, which can be non-contiguous * Keyword ALL, which causes the forwarding rule to forward traffic on any port of the forwarding rule's protocol.",
40452          "items": {
40453            "type": "string"
40454          },
40455          "type": "array"
40456        },
40457        "region": {
40458          "description": "[Output Only] URL of the region where the regional forwarding rule resides. This field is not applicable to global forwarding rules. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.",
40459          "type": "string"
40460        },
40461        "selfLink": {
40462          "description": "[Output Only] Server-defined URL for the resource.",
40463          "type": "string"
40464        },
40465        "selfLinkWithId": {
40466          "description": "[Output Only] Server-defined URL for this resource with the resource id.",
40467          "type": "string"
40468        },
40469        "serviceDirectoryRegistrations": {
40470          "description": "Service Directory resources to register this forwarding rule with. Currently, only supports a single Service Directory resource.",
40471          "items": {
40472            "$ref": "ForwardingRuleServiceDirectoryRegistration"
40473          },
40474          "type": "array"
40475        },
40476        "serviceLabel": {
40477          "description": "An optional prefix to the service name for this Forwarding Rule. If specified, the prefix is the first label of the fully qualified service name.\n\nThe label must be 1-63 characters long, and comply with RFC1035. Specifically, the label must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.\n\nThis field is only used for internal load balancing.",
40478          "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
40479          "type": "string"
40480        },
40481        "serviceName": {
40482          "description": "[Output Only] The internal fully qualified service name for this Forwarding Rule.\n\nThis field is only used for internal load balancing.",
40483          "type": "string"
40484        },
40485        "subnetwork": {
40486          "description": "This field is only used for internal load balancing.\n\nFor internal load balancing, this field identifies the subnetwork that the load balanced IP should belong to for this Forwarding Rule.\n\nIf the network specified is in auto subnet mode, this field is optional. However, if the network is in custom subnet mode, a subnetwork must be specified.",
40487          "type": "string"
40488        },
40489        "target": {
40490          "description": "The URL of the target resource to receive the matched traffic. For regional forwarding rules, this target must be in the same region as the forwarding rule. For global forwarding rules, this target must be a global load balancing resource. The forwarded traffic must be of a type appropriate to the target object. For more information, see the \"Target\" column in [Port specifications](/load-balancing/docs/forwarding-rule-concepts#ip_address_specifications).\n\nFor Private Service Connect forwarding rules that forward traffic to Google APIs, provide the name of a supported Google API bundle. Currently, the supported Google API bundles include:\n\n \n- vpc-sc - GCP APIs that support VPC Service Controls. For more information about which APIs support VPC Service Controls, refer to VPC-SC supported products and limitations.  \n- all-apis - All GCP APIs. For more information about which APIs are supported with this bundle, refer to Private Google Access-specific domains and VIPs.",
40491          "type": "string"
40492        }
40493      },
40494      "type": "object"
40495    },
40496    "ForwardingRuleAggregatedList": {
40497      "id": "ForwardingRuleAggregatedList",
40498      "properties": {
40499        "id": {
40500          "description": "[Output Only] Unique identifier for the resource; defined by the server.",
40501          "type": "string"
40502        },
40503        "items": {
40504          "additionalProperties": {
40505            "$ref": "ForwardingRulesScopedList",
40506            "description": "Name of the scope containing this set of addresses."
40507          },
40508          "description": "A list of ForwardingRulesScopedList resources.",
40509          "type": "object"
40510        },
40511        "kind": {
40512          "default": "compute#forwardingRuleAggregatedList",
40513          "description": "[Output Only] Type of resource. Always compute#forwardingRuleAggregatedList for lists of forwarding rules.",
40514          "type": "string"
40515        },
40516        "nextPageToken": {
40517          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
40518          "type": "string"
40519        },
40520        "selfLink": {
40521          "description": "[Output Only] Server-defined URL for this resource.",
40522          "type": "string"
40523        },
40524        "unreachables": {
40525          "description": "[Output Only] Unreachable resources.",
40526          "items": {
40527            "type": "string"
40528          },
40529          "type": "array"
40530        },
40531        "warning": {
40532          "description": "[Output Only] Informational warning message.",
40533          "properties": {
40534            "code": {
40535              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
40536              "enum": [
40537                "CLEANUP_FAILED",
40538                "DEPRECATED_RESOURCE_USED",
40539                "DEPRECATED_TYPE_USED",
40540                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
40541                "EXPERIMENTAL_TYPE_USED",
40542                "EXTERNAL_API_WARNING",
40543                "FIELD_VALUE_OVERRIDEN",
40544                "INJECTED_KERNELS_DEPRECATED",
40545                "LARGE_DEPLOYMENT_WARNING",
40546                "MISSING_TYPE_DEPENDENCY",
40547                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
40548                "NEXT_HOP_CANNOT_IP_FORWARD",
40549                "NEXT_HOP_INSTANCE_NOT_FOUND",
40550                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
40551                "NEXT_HOP_NOT_RUNNING",
40552                "NOT_CRITICAL_ERROR",
40553                "NO_RESULTS_ON_PAGE",
40554                "PARTIAL_SUCCESS",
40555                "REQUIRED_TOS_AGREEMENT",
40556                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
40557                "RESOURCE_NOT_DELETED",
40558                "SCHEMA_VALIDATION_IGNORED",
40559                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
40560                "UNDECLARED_PROPERTIES",
40561                "UNREACHABLE"
40562              ],
40563              "enumDescriptions": [
40564                "",
40565                "",
40566                "",
40567                "",
40568                "",
40569                "",
40570                "",
40571                "",
40572                "",
40573                "",
40574                "",
40575                "",
40576                "",
40577                "",
40578                "",
40579                "",
40580                "",
40581                "",
40582                "",
40583                "",
40584                "",
40585                "",
40586                "",
40587                "",
40588                ""
40589              ],
40590              "type": "string"
40591            },
40592            "data": {
40593              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
40594              "items": {
40595                "properties": {
40596                  "key": {
40597                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
40598                    "type": "string"
40599                  },
40600                  "value": {
40601                    "description": "[Output Only] A warning data value corresponding to the key.",
40602                    "type": "string"
40603                  }
40604                },
40605                "type": "object"
40606              },
40607              "type": "array"
40608            },
40609            "message": {
40610              "description": "[Output Only] A human-readable description of the warning code.",
40611              "type": "string"
40612            }
40613          },
40614          "type": "object"
40615        }
40616      },
40617      "type": "object"
40618    },
40619    "ForwardingRuleList": {
40620      "description": "Contains a list of ForwardingRule resources.",
40621      "id": "ForwardingRuleList",
40622      "properties": {
40623        "id": {
40624          "description": "[Output Only] Unique identifier for the resource; defined by the server.",
40625          "type": "string"
40626        },
40627        "items": {
40628          "description": "A list of ForwardingRule resources.",
40629          "items": {
40630            "$ref": "ForwardingRule"
40631          },
40632          "type": "array"
40633        },
40634        "kind": {
40635          "default": "compute#forwardingRuleList",
40636          "description": "Type of resource.",
40637          "type": "string"
40638        },
40639        "nextPageToken": {
40640          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
40641          "type": "string"
40642        },
40643        "selfLink": {
40644          "description": "[Output Only] Server-defined URL for this resource.",
40645          "type": "string"
40646        },
40647        "warning": {
40648          "description": "[Output Only] Informational warning message.",
40649          "properties": {
40650            "code": {
40651              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
40652              "enum": [
40653                "CLEANUP_FAILED",
40654                "DEPRECATED_RESOURCE_USED",
40655                "DEPRECATED_TYPE_USED",
40656                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
40657                "EXPERIMENTAL_TYPE_USED",
40658                "EXTERNAL_API_WARNING",
40659                "FIELD_VALUE_OVERRIDEN",
40660                "INJECTED_KERNELS_DEPRECATED",
40661                "LARGE_DEPLOYMENT_WARNING",
40662                "MISSING_TYPE_DEPENDENCY",
40663                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
40664                "NEXT_HOP_CANNOT_IP_FORWARD",
40665                "NEXT_HOP_INSTANCE_NOT_FOUND",
40666                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
40667                "NEXT_HOP_NOT_RUNNING",
40668                "NOT_CRITICAL_ERROR",
40669                "NO_RESULTS_ON_PAGE",
40670                "PARTIAL_SUCCESS",
40671                "REQUIRED_TOS_AGREEMENT",
40672                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
40673                "RESOURCE_NOT_DELETED",
40674                "SCHEMA_VALIDATION_IGNORED",
40675                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
40676                "UNDECLARED_PROPERTIES",
40677                "UNREACHABLE"
40678              ],
40679              "enumDescriptions": [
40680                "",
40681                "",
40682                "",
40683                "",
40684                "",
40685                "",
40686                "",
40687                "",
40688                "",
40689                "",
40690                "",
40691                "",
40692                "",
40693                "",
40694                "",
40695                "",
40696                "",
40697                "",
40698                "",
40699                "",
40700                "",
40701                "",
40702                "",
40703                "",
40704                ""
40705              ],
40706              "type": "string"
40707            },
40708            "data": {
40709              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
40710              "items": {
40711                "properties": {
40712                  "key": {
40713                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
40714                    "type": "string"
40715                  },
40716                  "value": {
40717                    "description": "[Output Only] A warning data value corresponding to the key.",
40718                    "type": "string"
40719                  }
40720                },
40721                "type": "object"
40722              },
40723              "type": "array"
40724            },
40725            "message": {
40726              "description": "[Output Only] A human-readable description of the warning code.",
40727              "type": "string"
40728            }
40729          },
40730          "type": "object"
40731        }
40732      },
40733      "type": "object"
40734    },
40735    "ForwardingRuleReference": {
40736      "id": "ForwardingRuleReference",
40737      "properties": {
40738        "forwardingRule": {
40739          "type": "string"
40740        }
40741      },
40742      "type": "object"
40743    },
40744    "ForwardingRuleServiceDirectoryRegistration": {
40745      "description": "Describes the auto-registration of the Forwarding Rule to Service Directory. The region and project of the Service Directory resource generated from this registration will be the same as this Forwarding Rule.",
40746      "id": "ForwardingRuleServiceDirectoryRegistration",
40747      "properties": {
40748        "namespace": {
40749          "description": "Service Directory namespace to register the forwarding rule under.",
40750          "type": "string"
40751        },
40752        "service": {
40753          "description": "Service Directory service to register the forwarding rule under.",
40754          "type": "string"
40755        }
40756      },
40757      "type": "object"
40758    },
40759    "ForwardingRulesScopedList": {
40760      "id": "ForwardingRulesScopedList",
40761      "properties": {
40762        "forwardingRules": {
40763          "description": "A list of forwarding rules contained in this scope.",
40764          "items": {
40765            "$ref": "ForwardingRule"
40766          },
40767          "type": "array"
40768        },
40769        "warning": {
40770          "description": "Informational warning which replaces the list of forwarding rules when the list is empty.",
40771          "properties": {
40772            "code": {
40773              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
40774              "enum": [
40775                "CLEANUP_FAILED",
40776                "DEPRECATED_RESOURCE_USED",
40777                "DEPRECATED_TYPE_USED",
40778                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
40779                "EXPERIMENTAL_TYPE_USED",
40780                "EXTERNAL_API_WARNING",
40781                "FIELD_VALUE_OVERRIDEN",
40782                "INJECTED_KERNELS_DEPRECATED",
40783                "LARGE_DEPLOYMENT_WARNING",
40784                "MISSING_TYPE_DEPENDENCY",
40785                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
40786                "NEXT_HOP_CANNOT_IP_FORWARD",
40787                "NEXT_HOP_INSTANCE_NOT_FOUND",
40788                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
40789                "NEXT_HOP_NOT_RUNNING",
40790                "NOT_CRITICAL_ERROR",
40791                "NO_RESULTS_ON_PAGE",
40792                "PARTIAL_SUCCESS",
40793                "REQUIRED_TOS_AGREEMENT",
40794                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
40795                "RESOURCE_NOT_DELETED",
40796                "SCHEMA_VALIDATION_IGNORED",
40797                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
40798                "UNDECLARED_PROPERTIES",
40799                "UNREACHABLE"
40800              ],
40801              "enumDescriptions": [
40802                "",
40803                "",
40804                "",
40805                "",
40806                "",
40807                "",
40808                "",
40809                "",
40810                "",
40811                "",
40812                "",
40813                "",
40814                "",
40815                "",
40816                "",
40817                "",
40818                "",
40819                "",
40820                "",
40821                "",
40822                "",
40823                "",
40824                "",
40825                "",
40826                ""
40827              ],
40828              "type": "string"
40829            },
40830            "data": {
40831              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
40832              "items": {
40833                "properties": {
40834                  "key": {
40835                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
40836                    "type": "string"
40837                  },
40838                  "value": {
40839                    "description": "[Output Only] A warning data value corresponding to the key.",
40840                    "type": "string"
40841                  }
40842                },
40843                "type": "object"
40844              },
40845              "type": "array"
40846            },
40847            "message": {
40848              "description": "[Output Only] A human-readable description of the warning code.",
40849              "type": "string"
40850            }
40851          },
40852          "type": "object"
40853        }
40854      },
40855      "type": "object"
40856    },
40857    "GRPCHealthCheck": {
40858      "id": "GRPCHealthCheck",
40859      "properties": {
40860        "grpcServiceName": {
40861          "description": "The gRPC service name for the health check. This field is optional. The value of grpc_service_name has the following meanings by convention:\n- Empty service_name means the overall status of all services at the backend.\n- Non-empty service_name means the health of that gRPC service, as defined by the owner of the service.\nThe grpc_service_name can only be ASCII.",
40862          "type": "string"
40863        },
40864        "port": {
40865          "description": "The port number for the health check request. Must be specified if port_name and port_specification are not set or if port_specification is USE_FIXED_PORT. Valid values are 1 through 65535.",
40866          "format": "int32",
40867          "type": "integer"
40868        },
40869        "portName": {
40870          "description": "Port name as defined in InstanceGroup#NamedPort#name. If both port and port_name are defined, port takes precedence. The port_name should conform to RFC1035.",
40871          "type": "string"
40872        },
40873        "portSpecification": {
40874          "description": "Specifies how port is selected for health checking, can be one of following values:\nUSE_FIXED_PORT: The port number in port is used for health checking.\nUSE_NAMED_PORT: The portName is used for health checking.\nUSE_SERVING_PORT: For NetworkEndpointGroup, the port specified for each network endpoint is used for health checking. For other backends, the port or named port specified in the Backend Service is used for health checking.\n\n\nIf not specified, gRPC health check follows behavior specified in port and portName fields.",
40875          "enum": [
40876            "USE_FIXED_PORT",
40877            "USE_NAMED_PORT",
40878            "USE_SERVING_PORT"
40879          ],
40880          "enumDescriptions": [
40881            "",
40882            "",
40883            ""
40884          ],
40885          "type": "string"
40886        }
40887      },
40888      "type": "object"
40889    },
40890    "GetOwnerInstanceResponse": {
40891      "id": "GetOwnerInstanceResponse",
40892      "properties": {
40893        "instance": {
40894          "description": "Full instance resource URL.",
40895          "type": "string"
40896        }
40897      },
40898      "type": "object"
40899    },
40900    "GlobalNetworkEndpointGroupsAttachEndpointsRequest": {
40901      "id": "GlobalNetworkEndpointGroupsAttachEndpointsRequest",
40902      "properties": {
40903        "networkEndpoints": {
40904          "description": "The list of network endpoints to be attached.",
40905          "items": {
40906            "$ref": "NetworkEndpoint"
40907          },
40908          "type": "array"
40909        }
40910      },
40911      "type": "object"
40912    },
40913    "GlobalNetworkEndpointGroupsDetachEndpointsRequest": {
40914      "id": "GlobalNetworkEndpointGroupsDetachEndpointsRequest",
40915      "properties": {
40916        "networkEndpoints": {
40917          "description": "The list of network endpoints to be detached.",
40918          "items": {
40919            "$ref": "NetworkEndpoint"
40920          },
40921          "type": "array"
40922        }
40923      },
40924      "type": "object"
40925    },
40926    "GlobalSetLabelsRequest": {
40927      "id": "GlobalSetLabelsRequest",
40928      "properties": {
40929        "labelFingerprint": {
40930          "description": "The fingerprint of the previous set of labels for this resource, used to detect conflicts. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update labels. You must always provide an up-to-date fingerprint hash when updating or changing labels, otherwise the request will fail with error 412 conditionNotMet. Make a get() request to the resource to get the latest fingerprint.",
40931          "format": "byte",
40932          "type": "string"
40933        },
40934        "labels": {
40935          "additionalProperties": {
40936            "type": "string"
40937          },
40938          "description": "A list of labels to apply for this resource. Each label key \u0026 value must comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. For example, \"webserver-frontend\": \"images\". A label value can also be empty (e.g. \"my-label\": \"\").",
40939          "type": "object"
40940        }
40941      },
40942      "type": "object"
40943    },
40944    "GlobalSetPolicyRequest": {
40945      "id": "GlobalSetPolicyRequest",
40946      "properties": {
40947        "bindings": {
40948          "description": "Flatten Policy to create a backward compatible wire-format. Deprecated. Use 'policy' to specify bindings.",
40949          "items": {
40950            "$ref": "Binding"
40951          },
40952          "type": "array"
40953        },
40954        "etag": {
40955          "description": "Flatten Policy to create a backward compatible wire-format. Deprecated. Use 'policy' to specify the etag.",
40956          "format": "byte",
40957          "type": "string"
40958        },
40959        "policy": {
40960          "$ref": "Policy",
40961          "description": "REQUIRED: The complete policy to be applied to the 'resource'. The size of the policy is limited to a few 10s of KB. An empty policy is in general a valid policy but certain services (like Projects) might reject them."
40962        }
40963      },
40964      "type": "object"
40965    },
40966    "GrpcServiceConfig": {
40967      "description": "[Deprecated] gRPC config to access the SDS server. gRPC config to access the SDS server.",
40968      "id": "GrpcServiceConfig",
40969      "properties": {
40970        "callCredentials": {
40971          "$ref": "CallCredentials",
40972          "description": "The call credentials to access the SDS server."
40973        },
40974        "channelCredentials": {
40975          "$ref": "ChannelCredentials",
40976          "description": "The channel credentials to access the SDS server."
40977        },
40978        "targetUri": {
40979          "description": "The target URI of the SDS server.",
40980          "type": "string"
40981        }
40982      },
40983      "type": "object"
40984    },
40985    "GuestAttributes": {
40986      "description": "A guest attributes entry.",
40987      "id": "GuestAttributes",
40988      "properties": {
40989        "kind": {
40990          "default": "compute#guestAttributes",
40991          "description": "[Output Only] Type of the resource. Always compute#guestAttributes for guest attributes entry.",
40992          "type": "string"
40993        },
40994        "queryPath": {
40995          "description": "The path to be queried. This can be the default namespace ('/') or a nested namespace ('/\\/') or a specified key ('/\\/\\')",
40996          "type": "string"
40997        },
40998        "queryValue": {
40999          "$ref": "GuestAttributesValue",
41000          "description": "[Output Only] The value of the requested queried path."
41001        },
41002        "selfLink": {
41003          "description": "[Output Only] Server-defined URL for this resource.",
41004          "type": "string"
41005        },
41006        "variableKey": {
41007          "description": "The key to search for.",
41008          "type": "string"
41009        },
41010        "variableValue": {
41011          "description": "[Output Only] The value found for the requested key.",
41012          "type": "string"
41013        }
41014      },
41015      "type": "object"
41016    },
41017    "GuestAttributesEntry": {
41018      "description": "A guest attributes namespace/key/value entry.",
41019      "id": "GuestAttributesEntry",
41020      "properties": {
41021        "key": {
41022          "description": "Key for the guest attribute entry.",
41023          "type": "string"
41024        },
41025        "namespace": {
41026          "description": "Namespace for the guest attribute entry.",
41027          "type": "string"
41028        },
41029        "value": {
41030          "description": "Value for the guest attribute entry.",
41031          "type": "string"
41032        }
41033      },
41034      "type": "object"
41035    },
41036    "GuestAttributesValue": {
41037      "description": "Array of guest attribute namespace/key/value tuples.",
41038      "id": "GuestAttributesValue",
41039      "properties": {
41040        "items": {
41041          "items": {
41042            "$ref": "GuestAttributesEntry"
41043          },
41044          "type": "array"
41045        }
41046      },
41047      "type": "object"
41048    },
41049    "GuestOsFeature": {
41050      "description": "Guest OS features.",
41051      "id": "GuestOsFeature",
41052      "properties": {
41053        "type": {
41054          "description": "The ID of a supported feature. Read  Enabling guest operating system features to see a list of available options.",
41055          "enum": [
41056            "BARE_METAL_LINUX_COMPATIBLE",
41057            "FEATURE_TYPE_UNSPECIFIED",
41058            "GVNIC",
41059            "MULTI_IP_SUBNET",
41060            "SECURE_BOOT",
41061            "SEV_CAPABLE",
41062            "UEFI_COMPATIBLE",
41063            "VIRTIO_SCSI_MULTIQUEUE",
41064            "WINDOWS"
41065          ],
41066          "enumDescriptions": [
41067            "",
41068            "",
41069            "",
41070            "",
41071            "",
41072            "",
41073            "",
41074            "",
41075            ""
41076          ],
41077          "type": "string"
41078        }
41079      },
41080      "type": "object"
41081    },
41082    "HTTP2HealthCheck": {
41083      "id": "HTTP2HealthCheck",
41084      "properties": {
41085        "host": {
41086          "description": "The value of the host header in the HTTP/2 health check request. If left empty (default value), the IP on behalf of which this health check is performed will be used.",
41087          "type": "string"
41088        },
41089        "port": {
41090          "description": "The TCP port number for the health check request. The default value is 443. Valid values are 1 through 65535.",
41091          "format": "int32",
41092          "type": "integer"
41093        },
41094        "portName": {
41095          "description": "Port name as defined in InstanceGroup#NamedPort#name. If both port and port_name are defined, port takes precedence.",
41096          "type": "string"
41097        },
41098        "portSpecification": {
41099          "description": "Specifies how port is selected for health checking, can be one of following values:\nUSE_FIXED_PORT: The port number in port is used for health checking.\nUSE_NAMED_PORT: The portName is used for health checking.\nUSE_SERVING_PORT: For NetworkEndpointGroup, the port specified for each network endpoint is used for health checking. For other backends, the port or named port specified in the Backend Service is used for health checking.\n\n\nIf not specified, HTTP2 health check follows behavior specified in port and portName fields.",
41100          "enum": [
41101            "USE_FIXED_PORT",
41102            "USE_NAMED_PORT",
41103            "USE_SERVING_PORT"
41104          ],
41105          "enumDescriptions": [
41106            "",
41107            "",
41108            ""
41109          ],
41110          "type": "string"
41111        },
41112        "proxyHeader": {
41113          "description": "Specifies the type of proxy header to append before sending data to the backend, either NONE or PROXY_V1. The default is NONE.",
41114          "enum": [
41115            "NONE",
41116            "PROXY_V1"
41117          ],
41118          "enumDescriptions": [
41119            "",
41120            ""
41121          ],
41122          "type": "string"
41123        },
41124        "requestPath": {
41125          "description": "The request path of the HTTP/2 health check request. The default value is /.",
41126          "type": "string"
41127        },
41128        "response": {
41129          "description": "The string to match anywhere in the first 1024 bytes of the response body. If left empty (the default value), the status code determines health. The response data can only be ASCII.",
41130          "type": "string"
41131        }
41132      },
41133      "type": "object"
41134    },
41135    "HTTPHealthCheck": {
41136      "id": "HTTPHealthCheck",
41137      "properties": {
41138        "host": {
41139          "description": "The value of the host header in the HTTP health check request. If left empty (default value), the IP on behalf of which this health check is performed will be used.",
41140          "type": "string"
41141        },
41142        "port": {
41143          "description": "The TCP port number for the health check request. The default value is 80. Valid values are 1 through 65535.",
41144          "format": "int32",
41145          "type": "integer"
41146        },
41147        "portName": {
41148          "description": "Port name as defined in InstanceGroup#NamedPort#name. If both port and port_name are defined, port takes precedence.",
41149          "type": "string"
41150        },
41151        "portSpecification": {
41152          "description": "Specifies how port is selected for health checking, can be one of following values:\nUSE_FIXED_PORT: The port number in port is used for health checking.\nUSE_NAMED_PORT: The portName is used for health checking.\nUSE_SERVING_PORT: For NetworkEndpointGroup, the port specified for each network endpoint is used for health checking. For other backends, the port or named port specified in the Backend Service is used for health checking.\n\n\nIf not specified, HTTP health check follows behavior specified in port and portName fields.",
41153          "enum": [
41154            "USE_FIXED_PORT",
41155            "USE_NAMED_PORT",
41156            "USE_SERVING_PORT"
41157          ],
41158          "enumDescriptions": [
41159            "",
41160            "",
41161            ""
41162          ],
41163          "type": "string"
41164        },
41165        "proxyHeader": {
41166          "description": "Specifies the type of proxy header to append before sending data to the backend, either NONE or PROXY_V1. The default is NONE.",
41167          "enum": [
41168            "NONE",
41169            "PROXY_V1"
41170          ],
41171          "enumDescriptions": [
41172            "",
41173            ""
41174          ],
41175          "type": "string"
41176        },
41177        "requestPath": {
41178          "description": "The request path of the HTTP health check request. The default value is /.",
41179          "type": "string"
41180        },
41181        "response": {
41182          "description": "The string to match anywhere in the first 1024 bytes of the response body. If left empty (the default value), the status code determines health. The response data can only be ASCII.",
41183          "type": "string"
41184        }
41185      },
41186      "type": "object"
41187    },
41188    "HTTPSHealthCheck": {
41189      "id": "HTTPSHealthCheck",
41190      "properties": {
41191        "host": {
41192          "description": "The value of the host header in the HTTPS health check request. If left empty (default value), the IP on behalf of which this health check is performed will be used.",
41193          "type": "string"
41194        },
41195        "port": {
41196          "description": "The TCP port number for the health check request. The default value is 443. Valid values are 1 through 65535.",
41197          "format": "int32",
41198          "type": "integer"
41199        },
41200        "portName": {
41201          "description": "Port name as defined in InstanceGroup#NamedPort#name. If both port and port_name are defined, port takes precedence.",
41202          "type": "string"
41203        },
41204        "portSpecification": {
41205          "description": "Specifies how port is selected for health checking, can be one of following values:\nUSE_FIXED_PORT: The port number in port is used for health checking.\nUSE_NAMED_PORT: The portName is used for health checking.\nUSE_SERVING_PORT: For NetworkEndpointGroup, the port specified for each network endpoint is used for health checking. For other backends, the port or named port specified in the Backend Service is used for health checking.\n\n\nIf not specified, HTTPS health check follows behavior specified in port and portName fields.",
41206          "enum": [
41207            "USE_FIXED_PORT",
41208            "USE_NAMED_PORT",
41209            "USE_SERVING_PORT"
41210          ],
41211          "enumDescriptions": [
41212            "",
41213            "",
41214            ""
41215          ],
41216          "type": "string"
41217        },
41218        "proxyHeader": {
41219          "description": "Specifies the type of proxy header to append before sending data to the backend, either NONE or PROXY_V1. The default is NONE.",
41220          "enum": [
41221            "NONE",
41222            "PROXY_V1"
41223          ],
41224          "enumDescriptions": [
41225            "",
41226            ""
41227          ],
41228          "type": "string"
41229        },
41230        "requestPath": {
41231          "description": "The request path of the HTTPS health check request. The default value is /.",
41232          "type": "string"
41233        },
41234        "response": {
41235          "description": "The string to match anywhere in the first 1024 bytes of the response body. If left empty (the default value), the status code determines health. The response data can only be ASCII.",
41236          "type": "string"
41237        }
41238      },
41239      "type": "object"
41240    },
41241    "HealthCheck": {
41242      "description": "Represents a Health Check resource.\n\nGoogle Compute Engine has two Health Check resources:\n\n* [Global](/compute/docs/reference/rest/{$api_version}/healthChecks) * [Regional](/compute/docs/reference/rest/{$api_version}/regionHealthChecks)\n\nInternal HTTP(S) load balancers must use regional health checks (`compute.v1.regionHealthChecks`).\n\nTraffic Director must use global health checks (`compute.v1.HealthChecks`).\n\nInternal TCP/UDP load balancers can use either regional or global health checks (`compute.v1.regionHealthChecks` or `compute.v1.HealthChecks`).\n\nExternal HTTP(S), TCP proxy, and SSL proxy load balancers as well as managed instance group auto-healing must use global health checks (`compute.v1.HealthChecks`).\n\nNetwork load balancers must use legacy HTTP health checks (httpHealthChecks).\n\nFor more information, see Health checks overview.",
41243      "id": "HealthCheck",
41244      "properties": {
41245        "checkIntervalSec": {
41246          "description": "How often (in seconds) to send a health check. The default value is 5 seconds.",
41247          "format": "int32",
41248          "type": "integer"
41249        },
41250        "creationTimestamp": {
41251          "description": "[Output Only] Creation timestamp in 3339 text format.",
41252          "type": "string"
41253        },
41254        "description": {
41255          "description": "An optional description of this resource. Provide this property when you create the resource.",
41256          "type": "string"
41257        },
41258        "grpcHealthCheck": {
41259          "$ref": "GRPCHealthCheck"
41260        },
41261        "healthyThreshold": {
41262          "description": "A so-far unhealthy instance will be marked healthy after this many consecutive successes. The default value is 2.",
41263          "format": "int32",
41264          "type": "integer"
41265        },
41266        "http2HealthCheck": {
41267          "$ref": "HTTP2HealthCheck"
41268        },
41269        "httpHealthCheck": {
41270          "$ref": "HTTPHealthCheck"
41271        },
41272        "httpsHealthCheck": {
41273          "$ref": "HTTPSHealthCheck"
41274        },
41275        "id": {
41276          "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.",
41277          "format": "uint64",
41278          "type": "string"
41279        },
41280        "kind": {
41281          "default": "compute#healthCheck",
41282          "description": "Type of the resource.",
41283          "type": "string"
41284        },
41285        "logConfig": {
41286          "$ref": "HealthCheckLogConfig",
41287          "description": "Configure logging on this health check."
41288        },
41289        "name": {
41290          "description": "Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.",
41291          "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
41292          "type": "string"
41293        },
41294        "region": {
41295          "description": "[Output Only] Region where the health check resides. Not applicable to global health checks.",
41296          "type": "string"
41297        },
41298        "selfLink": {
41299          "description": "[Output Only] Server-defined URL for the resource.",
41300          "type": "string"
41301        },
41302        "selfLinkWithId": {
41303          "description": "[Output Only] Server-defined URL for this resource with the resource id.",
41304          "type": "string"
41305        },
41306        "sslHealthCheck": {
41307          "$ref": "SSLHealthCheck"
41308        },
41309        "tcpHealthCheck": {
41310          "$ref": "TCPHealthCheck"
41311        },
41312        "timeoutSec": {
41313          "description": "How long (in seconds) to wait before claiming failure. The default value is 5 seconds. It is invalid for timeoutSec to have greater value than checkIntervalSec.",
41314          "format": "int32",
41315          "type": "integer"
41316        },
41317        "type": {
41318          "description": "Specifies the type of the healthCheck, either TCP, SSL, HTTP, HTTPS or HTTP2. If not specified, the default is TCP. Exactly one of the protocol-specific health check field must be specified, which must match type field.",
41319          "enum": [
41320            "GRPC",
41321            "HTTP",
41322            "HTTP2",
41323            "HTTPS",
41324            "INVALID",
41325            "SSL",
41326            "TCP",
41327            "UDP"
41328          ],
41329          "enumDescriptions": [
41330            "",
41331            "",
41332            "",
41333            "",
41334            "",
41335            "",
41336            "",
41337            ""
41338          ],
41339          "type": "string"
41340        },
41341        "udpHealthCheck": {
41342          "$ref": "UDPHealthCheck"
41343        },
41344        "unhealthyThreshold": {
41345          "description": "A so-far healthy instance will be marked unhealthy after this many consecutive failures. The default value is 2.",
41346          "format": "int32",
41347          "type": "integer"
41348        }
41349      },
41350      "type": "object"
41351    },
41352    "HealthCheckList": {
41353      "description": "Contains a list of HealthCheck resources.",
41354      "id": "HealthCheckList",
41355      "properties": {
41356        "id": {
41357          "description": "[Output Only] Unique identifier for the resource; defined by the server.",
41358          "type": "string"
41359        },
41360        "items": {
41361          "description": "A list of HealthCheck resources.",
41362          "items": {
41363            "$ref": "HealthCheck"
41364          },
41365          "type": "array"
41366        },
41367        "kind": {
41368          "default": "compute#healthCheckList",
41369          "description": "Type of resource.",
41370          "type": "string"
41371        },
41372        "nextPageToken": {
41373          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
41374          "type": "string"
41375        },
41376        "selfLink": {
41377          "description": "[Output Only] Server-defined URL for this resource.",
41378          "type": "string"
41379        },
41380        "warning": {
41381          "description": "[Output Only] Informational warning message.",
41382          "properties": {
41383            "code": {
41384              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
41385              "enum": [
41386                "CLEANUP_FAILED",
41387                "DEPRECATED_RESOURCE_USED",
41388                "DEPRECATED_TYPE_USED",
41389                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
41390                "EXPERIMENTAL_TYPE_USED",
41391                "EXTERNAL_API_WARNING",
41392                "FIELD_VALUE_OVERRIDEN",
41393                "INJECTED_KERNELS_DEPRECATED",
41394                "LARGE_DEPLOYMENT_WARNING",
41395                "MISSING_TYPE_DEPENDENCY",
41396                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
41397                "NEXT_HOP_CANNOT_IP_FORWARD",
41398                "NEXT_HOP_INSTANCE_NOT_FOUND",
41399                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
41400                "NEXT_HOP_NOT_RUNNING",
41401                "NOT_CRITICAL_ERROR",
41402                "NO_RESULTS_ON_PAGE",
41403                "PARTIAL_SUCCESS",
41404                "REQUIRED_TOS_AGREEMENT",
41405                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
41406                "RESOURCE_NOT_DELETED",
41407                "SCHEMA_VALIDATION_IGNORED",
41408                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
41409                "UNDECLARED_PROPERTIES",
41410                "UNREACHABLE"
41411              ],
41412              "enumDescriptions": [
41413                "",
41414                "",
41415                "",
41416                "",
41417                "",
41418                "",
41419                "",
41420                "",
41421                "",
41422                "",
41423                "",
41424                "",
41425                "",
41426                "",
41427                "",
41428                "",
41429                "",
41430                "",
41431                "",
41432                "",
41433                "",
41434                "",
41435                "",
41436                "",
41437                ""
41438              ],
41439              "type": "string"
41440            },
41441            "data": {
41442              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
41443              "items": {
41444                "properties": {
41445                  "key": {
41446                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
41447                    "type": "string"
41448                  },
41449                  "value": {
41450                    "description": "[Output Only] A warning data value corresponding to the key.",
41451                    "type": "string"
41452                  }
41453                },
41454                "type": "object"
41455              },
41456              "type": "array"
41457            },
41458            "message": {
41459              "description": "[Output Only] A human-readable description of the warning code.",
41460              "type": "string"
41461            }
41462          },
41463          "type": "object"
41464        }
41465      },
41466      "type": "object"
41467    },
41468    "HealthCheckLogConfig": {
41469      "description": "Configuration of logging on a health check. If logging is enabled, logs will be exported to Stackdriver.",
41470      "id": "HealthCheckLogConfig",
41471      "properties": {
41472        "enable": {
41473          "description": "Indicates whether or not to export logs. This is false by default, which means no health check logging will be done.",
41474          "type": "boolean"
41475        }
41476      },
41477      "type": "object"
41478    },
41479    "HealthCheckReference": {
41480      "description": "A full or valid partial URL to a health check. For example, the following are valid URLs:  \n- https://www.googleapis.com/compute/beta/projects/project-id/global/httpHealthChecks/health-check \n- projects/project-id/global/httpHealthChecks/health-check \n- global/httpHealthChecks/health-check",
41481      "id": "HealthCheckReference",
41482      "properties": {
41483        "healthCheck": {
41484          "type": "string"
41485        }
41486      },
41487      "type": "object"
41488    },
41489    "HealthCheckService": {
41490      "description": "Represents a Health-Check as a Service resource.\n\n(== resource_for {$api_version}.regionHealthCheckServices ==)",
41491      "id": "HealthCheckService",
41492      "properties": {
41493        "creationTimestamp": {
41494          "description": "[Output Only] Creation timestamp in RFC3339 text format.",
41495          "type": "string"
41496        },
41497        "description": {
41498          "description": "An optional description of this resource. Provide this property when you create the resource.",
41499          "type": "string"
41500        },
41501        "fingerprint": {
41502          "description": "Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic locking. This field will be ignored when inserting a HealthCheckService. An up-to-date fingerprint must be provided in order to patch/update the HealthCheckService; Otherwise, the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve the HealthCheckService.",
41503          "format": "byte",
41504          "type": "string"
41505        },
41506        "healthChecks": {
41507          "description": "List of URLs to the HealthCheck resources. Must have at least one HealthCheck, and not more than 10. HealthCheck resources must have portSpecification=USE_SERVING_PORT. For regional HealthCheckService, the HealthCheck must be regional and in the same region. For global HealthCheckService, HealthCheck must be global. Mix of regional and global HealthChecks is not supported. Multiple regional HealthChecks must belong to the same region. Regional HealthChecks\u003c/code? must belong to the same region as zones of NEGs.",
41508          "items": {
41509            "type": "string"
41510          },
41511          "type": "array"
41512        },
41513        "healthStatusAggregationPolicy": {
41514          "description": "Optional. Policy for how the results from multiple health checks for the same endpoint are aggregated. Defaults to NO_AGGREGATION if unspecified.  \n- NO_AGGREGATION. An EndpointHealth message is returned for each backend in the health check service. \n- AND. If any backend's health check reports UNHEALTHY, then UNHEALTHY is the HealthState of the entire health check service. If all backend's are healthy, the HealthState of the health check service is HEALTHY. .",
41515          "enum": [
41516            "AND",
41517            "NO_AGGREGATION"
41518          ],
41519          "enumDescriptions": [
41520            "",
41521            ""
41522          ],
41523          "type": "string"
41524        },
41525        "healthStatusAggregationStrategy": {
41526          "description": "This field is deprecated. Use health_status_aggregation_policy instead.\n\nPolicy for how the results from multiple health checks for the same endpoint are aggregated.  \n- NO_AGGREGATION. An EndpointHealth message is returned for each backend in the health check service. \n- AND. If any backend's health check reports UNHEALTHY, then UNHEALTHY is the HealthState of the entire health check service. If all backend's are healthy, the HealthState of the health check service is HEALTHY. .",
41527          "enum": [
41528            "AND",
41529            "NO_AGGREGATION"
41530          ],
41531          "enumDescriptions": [
41532            "",
41533            ""
41534          ],
41535          "type": "string"
41536        },
41537        "id": {
41538          "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.",
41539          "format": "uint64",
41540          "type": "string"
41541        },
41542        "kind": {
41543          "default": "compute#healthCheckService",
41544          "description": "[Output only] Type of the resource. Always compute#healthCheckServicefor health check services.",
41545          "type": "string"
41546        },
41547        "name": {
41548          "description": "Name of the resource. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.",
41549          "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
41550          "type": "string"
41551        },
41552        "networkEndpointGroups": {
41553          "description": "List of URLs to the NetworkEndpointGroup resources. Must not have more than 100. For regional HealthCheckService, NEGs must be in zones in the region of the HealthCheckService.",
41554          "items": {
41555            "type": "string"
41556          },
41557          "type": "array"
41558        },
41559        "notificationEndpoints": {
41560          "description": "List of URLs to the NotificationEndpoint resources. Must not have more than 10. A list of endpoints for receiving notifications of change in health status. For regional HealthCheckService, NotificationEndpoint must be regional and in the same region. For global HealthCheckService, NotificationEndpoint must be global.",
41561          "items": {
41562            "type": "string"
41563          },
41564          "type": "array"
41565        },
41566        "region": {
41567          "description": "[Output Only] URL of the region where the health check service resides. This field is not applicable to global health check services. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.",
41568          "type": "string"
41569        },
41570        "selfLink": {
41571          "description": "[Output Only] Server-defined URL for the resource.",
41572          "type": "string"
41573        },
41574        "selfLinkWithId": {
41575          "description": "[Output Only] Server-defined URL with id for the resource.",
41576          "type": "string"
41577        }
41578      },
41579      "type": "object"
41580    },
41581    "HealthCheckServiceReference": {
41582      "description": "A full or valid partial URL to a health check service. For example, the following are valid URLs:  \n- https://www.googleapis.com/compute/beta/projects/project-id/regions/us-west1/healthCheckServices/health-check-service \n- projects/project-id/regions/us-west1/healthCheckServices/health-check-service \n- regions/us-west1/healthCheckServices/health-check-service",
41583      "id": "HealthCheckServiceReference",
41584      "properties": {
41585        "healthCheckService": {
41586          "type": "string"
41587        }
41588      },
41589      "type": "object"
41590    },
41591    "HealthCheckServicesList": {
41592      "id": "HealthCheckServicesList",
41593      "properties": {
41594        "id": {
41595          "description": "[Output Only] Unique identifier for the resource; defined by the server.",
41596          "type": "string"
41597        },
41598        "items": {
41599          "description": "A list of HealthCheckService resources.",
41600          "items": {
41601            "$ref": "HealthCheckService"
41602          },
41603          "type": "array"
41604        },
41605        "kind": {
41606          "default": "compute#healthCheckServicesList",
41607          "description": "[Output Only] Type of the resource. Always compute#healthCheckServicesList for lists of HealthCheckServices.",
41608          "type": "string"
41609        },
41610        "nextPageToken": {
41611          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
41612          "type": "string"
41613        },
41614        "selfLink": {
41615          "description": "[Output Only] Server-defined URL for this resource.",
41616          "type": "string"
41617        },
41618        "warning": {
41619          "description": "[Output Only] Informational warning message.",
41620          "properties": {
41621            "code": {
41622              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
41623              "enum": [
41624                "CLEANUP_FAILED",
41625                "DEPRECATED_RESOURCE_USED",
41626                "DEPRECATED_TYPE_USED",
41627                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
41628                "EXPERIMENTAL_TYPE_USED",
41629                "EXTERNAL_API_WARNING",
41630                "FIELD_VALUE_OVERRIDEN",
41631                "INJECTED_KERNELS_DEPRECATED",
41632                "LARGE_DEPLOYMENT_WARNING",
41633                "MISSING_TYPE_DEPENDENCY",
41634                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
41635                "NEXT_HOP_CANNOT_IP_FORWARD",
41636                "NEXT_HOP_INSTANCE_NOT_FOUND",
41637                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
41638                "NEXT_HOP_NOT_RUNNING",
41639                "NOT_CRITICAL_ERROR",
41640                "NO_RESULTS_ON_PAGE",
41641                "PARTIAL_SUCCESS",
41642                "REQUIRED_TOS_AGREEMENT",
41643                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
41644                "RESOURCE_NOT_DELETED",
41645                "SCHEMA_VALIDATION_IGNORED",
41646                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
41647                "UNDECLARED_PROPERTIES",
41648                "UNREACHABLE"
41649              ],
41650              "enumDescriptions": [
41651                "",
41652                "",
41653                "",
41654                "",
41655                "",
41656                "",
41657                "",
41658                "",
41659                "",
41660                "",
41661                "",
41662                "",
41663                "",
41664                "",
41665                "",
41666                "",
41667                "",
41668                "",
41669                "",
41670                "",
41671                "",
41672                "",
41673                "",
41674                "",
41675                ""
41676              ],
41677              "type": "string"
41678            },
41679            "data": {
41680              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
41681              "items": {
41682                "properties": {
41683                  "key": {
41684                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
41685                    "type": "string"
41686                  },
41687                  "value": {
41688                    "description": "[Output Only] A warning data value corresponding to the key.",
41689                    "type": "string"
41690                  }
41691                },
41692                "type": "object"
41693              },
41694              "type": "array"
41695            },
41696            "message": {
41697              "description": "[Output Only] A human-readable description of the warning code.",
41698              "type": "string"
41699            }
41700          },
41701          "type": "object"
41702        }
41703      },
41704      "type": "object"
41705    },
41706    "HealthChecksAggregatedList": {
41707      "id": "HealthChecksAggregatedList",
41708      "properties": {
41709        "id": {
41710          "description": "[Output Only] Unique identifier for the resource; defined by the server.",
41711          "type": "string"
41712        },
41713        "items": {
41714          "additionalProperties": {
41715            "$ref": "HealthChecksScopedList",
41716            "description": "Name of the scope containing this set of HealthChecks."
41717          },
41718          "description": "A list of HealthChecksScopedList resources.",
41719          "type": "object"
41720        },
41721        "kind": {
41722          "default": "compute#healthChecksAggregatedList",
41723          "description": "Type of resource.",
41724          "type": "string"
41725        },
41726        "nextPageToken": {
41727          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
41728          "type": "string"
41729        },
41730        "selfLink": {
41731          "description": "[Output Only] Server-defined URL for this resource.",
41732          "type": "string"
41733        },
41734        "unreachables": {
41735          "description": "[Output Only] Unreachable resources.",
41736          "items": {
41737            "type": "string"
41738          },
41739          "type": "array"
41740        },
41741        "warning": {
41742          "description": "[Output Only] Informational warning message.",
41743          "properties": {
41744            "code": {
41745              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
41746              "enum": [
41747                "CLEANUP_FAILED",
41748                "DEPRECATED_RESOURCE_USED",
41749                "DEPRECATED_TYPE_USED",
41750                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
41751                "EXPERIMENTAL_TYPE_USED",
41752                "EXTERNAL_API_WARNING",
41753                "FIELD_VALUE_OVERRIDEN",
41754                "INJECTED_KERNELS_DEPRECATED",
41755                "LARGE_DEPLOYMENT_WARNING",
41756                "MISSING_TYPE_DEPENDENCY",
41757                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
41758                "NEXT_HOP_CANNOT_IP_FORWARD",
41759                "NEXT_HOP_INSTANCE_NOT_FOUND",
41760                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
41761                "NEXT_HOP_NOT_RUNNING",
41762                "NOT_CRITICAL_ERROR",
41763                "NO_RESULTS_ON_PAGE",
41764                "PARTIAL_SUCCESS",
41765                "REQUIRED_TOS_AGREEMENT",
41766                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
41767                "RESOURCE_NOT_DELETED",
41768                "SCHEMA_VALIDATION_IGNORED",
41769                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
41770                "UNDECLARED_PROPERTIES",
41771                "UNREACHABLE"
41772              ],
41773              "enumDescriptions": [
41774                "",
41775                "",
41776                "",
41777                "",
41778                "",
41779                "",
41780                "",
41781                "",
41782                "",
41783                "",
41784                "",
41785                "",
41786                "",
41787                "",
41788                "",
41789                "",
41790                "",
41791                "",
41792                "",
41793                "",
41794                "",
41795                "",
41796                "",
41797                "",
41798                ""
41799              ],
41800              "type": "string"
41801            },
41802            "data": {
41803              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
41804              "items": {
41805                "properties": {
41806                  "key": {
41807                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
41808                    "type": "string"
41809                  },
41810                  "value": {
41811                    "description": "[Output Only] A warning data value corresponding to the key.",
41812                    "type": "string"
41813                  }
41814                },
41815                "type": "object"
41816              },
41817              "type": "array"
41818            },
41819            "message": {
41820              "description": "[Output Only] A human-readable description of the warning code.",
41821              "type": "string"
41822            }
41823          },
41824          "type": "object"
41825        }
41826      },
41827      "type": "object"
41828    },
41829    "HealthChecksScopedList": {
41830      "id": "HealthChecksScopedList",
41831      "properties": {
41832        "healthChecks": {
41833          "description": "A list of HealthChecks contained in this scope.",
41834          "items": {
41835            "$ref": "HealthCheck"
41836          },
41837          "type": "array"
41838        },
41839        "warning": {
41840          "description": "Informational warning which replaces the list of backend services when the list is empty.",
41841          "properties": {
41842            "code": {
41843              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
41844              "enum": [
41845                "CLEANUP_FAILED",
41846                "DEPRECATED_RESOURCE_USED",
41847                "DEPRECATED_TYPE_USED",
41848                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
41849                "EXPERIMENTAL_TYPE_USED",
41850                "EXTERNAL_API_WARNING",
41851                "FIELD_VALUE_OVERRIDEN",
41852                "INJECTED_KERNELS_DEPRECATED",
41853                "LARGE_DEPLOYMENT_WARNING",
41854                "MISSING_TYPE_DEPENDENCY",
41855                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
41856                "NEXT_HOP_CANNOT_IP_FORWARD",
41857                "NEXT_HOP_INSTANCE_NOT_FOUND",
41858                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
41859                "NEXT_HOP_NOT_RUNNING",
41860                "NOT_CRITICAL_ERROR",
41861                "NO_RESULTS_ON_PAGE",
41862                "PARTIAL_SUCCESS",
41863                "REQUIRED_TOS_AGREEMENT",
41864                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
41865                "RESOURCE_NOT_DELETED",
41866                "SCHEMA_VALIDATION_IGNORED",
41867                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
41868                "UNDECLARED_PROPERTIES",
41869                "UNREACHABLE"
41870              ],
41871              "enumDescriptions": [
41872                "",
41873                "",
41874                "",
41875                "",
41876                "",
41877                "",
41878                "",
41879                "",
41880                "",
41881                "",
41882                "",
41883                "",
41884                "",
41885                "",
41886                "",
41887                "",
41888                "",
41889                "",
41890                "",
41891                "",
41892                "",
41893                "",
41894                "",
41895                "",
41896                ""
41897              ],
41898              "type": "string"
41899            },
41900            "data": {
41901              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
41902              "items": {
41903                "properties": {
41904                  "key": {
41905                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
41906                    "type": "string"
41907                  },
41908                  "value": {
41909                    "description": "[Output Only] A warning data value corresponding to the key.",
41910                    "type": "string"
41911                  }
41912                },
41913                "type": "object"
41914              },
41915              "type": "array"
41916            },
41917            "message": {
41918              "description": "[Output Only] A human-readable description of the warning code.",
41919              "type": "string"
41920            }
41921          },
41922          "type": "object"
41923        }
41924      },
41925      "type": "object"
41926    },
41927    "HealthStatus": {
41928      "id": "HealthStatus",
41929      "properties": {
41930        "annotations": {
41931          "additionalProperties": {
41932            "type": "string"
41933          },
41934          "description": "Metadata defined as annotations for network endpoint.",
41935          "type": "object"
41936        },
41937        "healthState": {
41938          "description": "Health state of the instance.",
41939          "enum": [
41940            "HEALTHY",
41941            "UNHEALTHY"
41942          ],
41943          "enumDescriptions": [
41944            "",
41945            ""
41946          ],
41947          "type": "string"
41948        },
41949        "instance": {
41950          "description": "URL of the instance resource.",
41951          "type": "string"
41952        },
41953        "ipAddress": {
41954          "description": "A forwarding rule IP address assigned to this instance.",
41955          "type": "string"
41956        },
41957        "port": {
41958          "description": "The named port of the instance group, not necessarily the port that is health-checked.",
41959          "format": "int32",
41960          "type": "integer"
41961        }
41962      },
41963      "type": "object"
41964    },
41965    "HealthStatusForNetworkEndpoint": {
41966      "id": "HealthStatusForNetworkEndpoint",
41967      "properties": {
41968        "backendService": {
41969          "$ref": "BackendServiceReference",
41970          "description": "URL of the backend service associated with the health state of the network endpoint."
41971        },
41972        "forwardingRule": {
41973          "$ref": "ForwardingRuleReference",
41974          "description": "URL of the forwarding rule associated with the health state of the network endpoint."
41975        },
41976        "healthCheck": {
41977          "$ref": "HealthCheckReference",
41978          "description": "URL of the health check associated with the health state of the network endpoint."
41979        },
41980        "healthCheckService": {
41981          "$ref": "HealthCheckServiceReference",
41982          "description": "URL of the health check service associated with the health state of the network endpoint."
41983        },
41984        "healthState": {
41985          "description": "Health state of the network endpoint determined based on the health checks configured.",
41986          "enum": [
41987            "DRAINING",
41988            "HEALTHY",
41989            "UNHEALTHY",
41990            "UNKNOWN"
41991          ],
41992          "enumDescriptions": [
41993            "",
41994            "",
41995            "",
41996            ""
41997          ],
41998          "type": "string"
41999        }
42000      },
42001      "type": "object"
42002    },
42003    "HostRule": {
42004      "description": "UrlMaps A host-matching rule for a URL. If matched, will use the named PathMatcher to select the BackendService.",
42005      "id": "HostRule",
42006      "properties": {
42007        "description": {
42008          "description": "An optional description of this resource. Provide this property when you create the resource.",
42009          "type": "string"
42010        },
42011        "hosts": {
42012          "description": "The list of host patterns to match. They must be valid hostnames with optional port numbers in the format host:port. * matches any string of ([a-z0-9-.]*). In that case, * must be the first character and must be followed in the pattern by either - or ..\n* based matching is not supported when the URL map is bound to target gRPC proxy that has validateForProxyless field set to true.",
42013          "items": {
42014            "type": "string"
42015          },
42016          "type": "array"
42017        },
42018        "pathMatcher": {
42019          "description": "The name of the PathMatcher to use to match the path portion of the URL if the hostRule matches the URL's host portion.",
42020          "type": "string"
42021        }
42022      },
42023      "type": "object"
42024    },
42025    "HttpFaultAbort": {
42026      "description": "Specification for how requests are aborted as part of fault injection.",
42027      "id": "HttpFaultAbort",
42028      "properties": {
42029        "httpStatus": {
42030          "description": "The HTTP status code used to abort the request.\nThe value must be between 200 and 599 inclusive.",
42031          "format": "uint32",
42032          "type": "integer"
42033        },
42034        "percentage": {
42035          "description": "The percentage of traffic (connections/operations/requests) which will be aborted as part of fault injection.\nThe value must be between 0.0 and 100.0 inclusive.",
42036          "format": "double",
42037          "type": "number"
42038        }
42039      },
42040      "type": "object"
42041    },
42042    "HttpFaultDelay": {
42043      "description": "Specifies the delay introduced by Loadbalancer before forwarding the request to the backend service as part of fault injection.",
42044      "id": "HttpFaultDelay",
42045      "properties": {
42046        "fixedDelay": {
42047          "$ref": "Duration",
42048          "description": "Specifies the value of the fixed delay interval."
42049        },
42050        "percentage": {
42051          "description": "The percentage of traffic (connections/operations/requests) on which delay will be introduced as part of fault injection.\nThe value must be between 0.0 and 100.0 inclusive.",
42052          "format": "double",
42053          "type": "number"
42054        }
42055      },
42056      "type": "object"
42057    },
42058    "HttpFaultInjection": {
42059      "description": "The specification for fault injection introduced into traffic to test the resiliency of clients to backend service failure. As part of fault injection, when clients send requests to a backend service, delays can be introduced by Loadbalancer on a percentage of requests before sending those request to the backend service. Similarly requests from clients can be aborted by the Loadbalancer for a percentage of requests.",
42060      "id": "HttpFaultInjection",
42061      "properties": {
42062        "abort": {
42063          "$ref": "HttpFaultAbort",
42064          "description": "The specification for how client requests are aborted as part of fault injection."
42065        },
42066        "delay": {
42067          "$ref": "HttpFaultDelay",
42068          "description": "The specification for how client requests are delayed as part of fault injection, before being sent to a backend service."
42069        }
42070      },
42071      "type": "object"
42072    },
42073    "HttpFilterConfig": {
42074      "description": "HttpFilterConfiguration supplies additional contextual settings for networkservices.HttpFilter resources enabled by Traffic Director.",
42075      "id": "HttpFilterConfig",
42076      "properties": {
42077        "config": {
42078          "description": "The configuration needed to enable the networkservices.HttpFilter resource. The configuration must be YAML formatted and only contain fields defined in the protobuf identified in configTypeUrl",
42079          "type": "string"
42080        },
42081        "configTypeUrl": {
42082          "description": "The fully qualified versioned proto3 type url of the protobuf that the filter expects for its contextual settings, for example: type.googleapis.com/google.protobuf.Struct",
42083          "type": "string"
42084        },
42085        "filterName": {
42086          "description": "Name of the networkservices.HttpFilter resource this configuration belongs to. This name must be known to the xDS client. Example: envoy.wasm",
42087          "type": "string"
42088        }
42089      },
42090      "type": "object"
42091    },
42092    "HttpHeaderAction": {
42093      "description": "The request and response header transformations that take effect before the request is passed along to the selected backendService.",
42094      "id": "HttpHeaderAction",
42095      "properties": {
42096        "requestHeadersToAdd": {
42097          "description": "Headers to add to a matching request prior to forwarding the request to the backendService.",
42098          "items": {
42099            "$ref": "HttpHeaderOption"
42100          },
42101          "type": "array"
42102        },
42103        "requestHeadersToRemove": {
42104          "description": "A list of header names for headers that need to be removed from the request prior to forwarding the request to the backendService.",
42105          "items": {
42106            "type": "string"
42107          },
42108          "type": "array"
42109        },
42110        "responseHeadersToAdd": {
42111          "description": "Headers to add the response prior to sending the response back to the client.",
42112          "items": {
42113            "$ref": "HttpHeaderOption"
42114          },
42115          "type": "array"
42116        },
42117        "responseHeadersToRemove": {
42118          "description": "A list of header names for headers that need to be removed from the response prior to sending the response back to the client.",
42119          "items": {
42120            "type": "string"
42121          },
42122          "type": "array"
42123        }
42124      },
42125      "type": "object"
42126    },
42127    "HttpHeaderMatch": {
42128      "description": "matchRule criteria for request header matches.",
42129      "id": "HttpHeaderMatch",
42130      "properties": {
42131        "exactMatch": {
42132          "description": "The value should exactly match contents of exactMatch.\nOnly one of exactMatch, prefixMatch, suffixMatch, regexMatch, presentMatch or rangeMatch must be set.",
42133          "type": "string"
42134        },
42135        "headerName": {
42136          "description": "The name of the HTTP header to match.\nFor matching against the HTTP request's authority, use a headerMatch with the header name \":authority\".\nFor matching a request's method, use the headerName \":method\".\nWhen the URL map is bound to target gRPC proxy that has validateForProxyless field set to true, only non-binary user-specified custom metadata and the `content-type` header are supported. The following transport-level headers cannot be used in header matching rules: `:authority`, `:method`, `:path`, `:scheme`, `user-agent`, `accept-encoding`, `content-encoding`, `grpc-accept-encoding`, `grpc-encoding`, `grpc-previous-rpc-attempts`, `grpc-tags-bin`, `grpc-timeout` and `grpc-trace-bin.",
42137          "type": "string"
42138        },
42139        "invertMatch": {
42140          "description": "If set to false, the headerMatch is considered a match if the match criteria above are met. If set to true, the headerMatch is considered a match if the match criteria above are NOT met.\nThe default setting is false.",
42141          "type": "boolean"
42142        },
42143        "prefixMatch": {
42144          "description": "The value of the header must start with the contents of prefixMatch.\nOnly one of exactMatch, prefixMatch, suffixMatch, regexMatch, presentMatch or rangeMatch must be set.",
42145          "type": "string"
42146        },
42147        "presentMatch": {
42148          "description": "A header with the contents of headerName must exist. The match takes place whether or not the request's header has a value.\nOnly one of exactMatch, prefixMatch, suffixMatch, regexMatch, presentMatch or rangeMatch must be set.",
42149          "type": "boolean"
42150        },
42151        "rangeMatch": {
42152          "$ref": "Int64RangeMatch",
42153          "description": "The header value must be an integer and its value must be in the range specified in rangeMatch. If the header does not contain an integer, number or is empty, the match fails.\nFor example for a range [-5, 0]  \n- -3 will match. \n- 0 will not match. \n- 0.25 will not match. \n- -3someString will not match.  \nOnly one of exactMatch, prefixMatch, suffixMatch, regexMatch, presentMatch or rangeMatch must be set.\nNote that rangeMatch is not supported for Loadbalancers that have their loadBalancingScheme set to EXTERNAL."
42154        },
42155        "regexMatch": {
42156          "description": "The value of the header must match the regular expression specified in regexMatch. For regular expression grammar, please see:  en.cppreference.com/w/cpp/regex/ecmascript \nFor matching against a port specified in the HTTP request, use a headerMatch with headerName set to PORT and a regular expression that satisfies the RFC2616 Host header's port specifier.\nOnly one of exactMatch, prefixMatch, suffixMatch, regexMatch, presentMatch or rangeMatch must be set.\nNote that regexMatch only applies to Loadbalancers that have their loadBalancingScheme set to INTERNAL_SELF_MANAGED.",
42157          "type": "string"
42158        },
42159        "suffixMatch": {
42160          "description": "The value of the header must end with the contents of suffixMatch.\nOnly one of exactMatch, prefixMatch, suffixMatch, regexMatch, presentMatch or rangeMatch must be set.",
42161          "type": "string"
42162        }
42163      },
42164      "type": "object"
42165    },
42166    "HttpHeaderOption": {
42167      "description": "Specification determining how headers are added to requests or responses.",
42168      "id": "HttpHeaderOption",
42169      "properties": {
42170        "headerName": {
42171          "description": "The name of the header.",
42172          "type": "string"
42173        },
42174        "headerValue": {
42175          "description": "The value of the header to add.",
42176          "type": "string"
42177        },
42178        "replace": {
42179          "description": "If false, headerValue is appended to any values that already exist for the header. If true, headerValue is set for the header, discarding any values that were set for that header.\nThe default value is false.",
42180          "type": "boolean"
42181        }
42182      },
42183      "type": "object"
42184    },
42185    "HttpHealthCheck": {
42186      "description": "Represents a legacy HTTP Health Check resource.\n\nLegacy health checks are required by network load balancers. For more information, read Health Check Concepts.",
42187      "id": "HttpHealthCheck",
42188      "properties": {
42189        "checkIntervalSec": {
42190          "description": "How often (in seconds) to send a health check. The default value is 5 seconds.",
42191          "format": "int32",
42192          "type": "integer"
42193        },
42194        "creationTimestamp": {
42195          "description": "[Output Only] Creation timestamp in RFC3339 text format.",
42196          "type": "string"
42197        },
42198        "description": {
42199          "description": "An optional description of this resource. Provide this property when you create the resource.",
42200          "type": "string"
42201        },
42202        "healthyThreshold": {
42203          "description": "A so-far unhealthy instance will be marked healthy after this many consecutive successes. The default value is 2.",
42204          "format": "int32",
42205          "type": "integer"
42206        },
42207        "host": {
42208          "description": "The value of the host header in the HTTP health check request. If left empty (default value), the public IP on behalf of which this health check is performed will be used.",
42209          "type": "string"
42210        },
42211        "id": {
42212          "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.",
42213          "format": "uint64",
42214          "type": "string"
42215        },
42216        "kind": {
42217          "default": "compute#httpHealthCheck",
42218          "description": "[Output Only] Type of the resource. Always compute#httpHealthCheck for HTTP health checks.",
42219          "type": "string"
42220        },
42221        "name": {
42222          "description": "Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.",
42223          "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
42224          "type": "string"
42225        },
42226        "port": {
42227          "description": "The TCP port number for the HTTP health check request. The default value is 80.",
42228          "format": "int32",
42229          "type": "integer"
42230        },
42231        "requestPath": {
42232          "description": "The request path of the HTTP health check request. The default value is /. This field does not support query parameters.",
42233          "type": "string"
42234        },
42235        "selfLink": {
42236          "description": "[Output Only] Server-defined URL for the resource.",
42237          "type": "string"
42238        },
42239        "selfLinkWithId": {
42240          "description": "[Output Only] Server-defined URL for this resource with the resource id.",
42241          "type": "string"
42242        },
42243        "timeoutSec": {
42244          "description": "How long (in seconds) to wait before claiming failure. The default value is 5 seconds. It is invalid for timeoutSec to have greater value than checkIntervalSec.",
42245          "format": "int32",
42246          "type": "integer"
42247        },
42248        "unhealthyThreshold": {
42249          "description": "A so-far healthy instance will be marked unhealthy after this many consecutive failures. The default value is 2.",
42250          "format": "int32",
42251          "type": "integer"
42252        }
42253      },
42254      "type": "object"
42255    },
42256    "HttpHealthCheckList": {
42257      "description": "Contains a list of HttpHealthCheck resources.",
42258      "id": "HttpHealthCheckList",
42259      "properties": {
42260        "id": {
42261          "description": "[Output Only] Unique identifier for the resource; defined by the server.",
42262          "type": "string"
42263        },
42264        "items": {
42265          "description": "A list of HttpHealthCheck resources.",
42266          "items": {
42267            "$ref": "HttpHealthCheck"
42268          },
42269          "type": "array"
42270        },
42271        "kind": {
42272          "default": "compute#httpHealthCheckList",
42273          "description": "Type of resource.",
42274          "type": "string"
42275        },
42276        "nextPageToken": {
42277          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
42278          "type": "string"
42279        },
42280        "selfLink": {
42281          "description": "[Output Only] Server-defined URL for this resource.",
42282          "type": "string"
42283        },
42284        "warning": {
42285          "description": "[Output Only] Informational warning message.",
42286          "properties": {
42287            "code": {
42288              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
42289              "enum": [
42290                "CLEANUP_FAILED",
42291                "DEPRECATED_RESOURCE_USED",
42292                "DEPRECATED_TYPE_USED",
42293                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
42294                "EXPERIMENTAL_TYPE_USED",
42295                "EXTERNAL_API_WARNING",
42296                "FIELD_VALUE_OVERRIDEN",
42297                "INJECTED_KERNELS_DEPRECATED",
42298                "LARGE_DEPLOYMENT_WARNING",
42299                "MISSING_TYPE_DEPENDENCY",
42300                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
42301                "NEXT_HOP_CANNOT_IP_FORWARD",
42302                "NEXT_HOP_INSTANCE_NOT_FOUND",
42303                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
42304                "NEXT_HOP_NOT_RUNNING",
42305                "NOT_CRITICAL_ERROR",
42306                "NO_RESULTS_ON_PAGE",
42307                "PARTIAL_SUCCESS",
42308                "REQUIRED_TOS_AGREEMENT",
42309                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
42310                "RESOURCE_NOT_DELETED",
42311                "SCHEMA_VALIDATION_IGNORED",
42312                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
42313                "UNDECLARED_PROPERTIES",
42314                "UNREACHABLE"
42315              ],
42316              "enumDescriptions": [
42317                "",
42318                "",
42319                "",
42320                "",
42321                "",
42322                "",
42323                "",
42324                "",
42325                "",
42326                "",
42327                "",
42328                "",
42329                "",
42330                "",
42331                "",
42332                "",
42333                "",
42334                "",
42335                "",
42336                "",
42337                "",
42338                "",
42339                "",
42340                "",
42341                ""
42342              ],
42343              "type": "string"
42344            },
42345            "data": {
42346              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
42347              "items": {
42348                "properties": {
42349                  "key": {
42350                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
42351                    "type": "string"
42352                  },
42353                  "value": {
42354                    "description": "[Output Only] A warning data value corresponding to the key.",
42355                    "type": "string"
42356                  }
42357                },
42358                "type": "object"
42359              },
42360              "type": "array"
42361            },
42362            "message": {
42363              "description": "[Output Only] A human-readable description of the warning code.",
42364              "type": "string"
42365            }
42366          },
42367          "type": "object"
42368        }
42369      },
42370      "type": "object"
42371    },
42372    "HttpQueryParameterMatch": {
42373      "description": "HttpRouteRuleMatch criteria for a request's query parameter.",
42374      "id": "HttpQueryParameterMatch",
42375      "properties": {
42376        "exactMatch": {
42377          "description": "The queryParameterMatch matches if the value of the parameter exactly matches the contents of exactMatch.\nOnly one of presentMatch, exactMatch or regexMatch must be set.",
42378          "type": "string"
42379        },
42380        "name": {
42381          "description": "The name of the query parameter to match. The query parameter must exist in the request, in the absence of which the request match fails.",
42382          "type": "string"
42383        },
42384        "presentMatch": {
42385          "description": "Specifies that the queryParameterMatch matches if the request contains the query parameter, irrespective of whether the parameter has a value or not.\nOnly one of presentMatch, exactMatch or regexMatch must be set.",
42386          "type": "boolean"
42387        },
42388        "regexMatch": {
42389          "description": "The queryParameterMatch matches if the value of the parameter matches the regular expression specified by regexMatch. For the regular expression grammar, please see en.cppreference.com/w/cpp/regex/ecmascript \nOnly one of presentMatch, exactMatch or regexMatch must be set.\nNote that regexMatch only applies when the loadBalancingScheme is set to INTERNAL_SELF_MANAGED.",
42390          "type": "string"
42391        }
42392      },
42393      "type": "object"
42394    },
42395    "HttpRedirectAction": {
42396      "description": "Specifies settings for an HTTP redirect.",
42397      "id": "HttpRedirectAction",
42398      "properties": {
42399        "hostRedirect": {
42400          "description": "The host that will be used in the redirect response instead of the one that was supplied in the request.\nThe value must be between 1 and 255 characters.",
42401          "type": "string"
42402        },
42403        "httpsRedirect": {
42404          "description": "If set to true, the URL scheme in the redirected request is set to https. If set to false, the URL scheme of the redirected request will remain the same as that of the request.\nThis must only be set for UrlMaps used in TargetHttpProxys. Setting this true for TargetHttpsProxy is not permitted.\nThe default is set to false.",
42405          "type": "boolean"
42406        },
42407        "pathRedirect": {
42408          "description": "The path that will be used in the redirect response instead of the one that was supplied in the request.\npathRedirect cannot be supplied together with prefixRedirect. Supply one alone or neither. If neither is supplied, the path of the original request will be used for the redirect.\nThe value must be between 1 and 1024 characters.",
42409          "type": "string"
42410        },
42411        "prefixRedirect": {
42412          "description": "The prefix that replaces the prefixMatch specified in the HttpRouteRuleMatch, retaining the remaining portion of the URL before redirecting the request.\nprefixRedirect cannot be supplied together with pathRedirect. Supply one alone or neither. If neither is supplied, the path of the original request will be used for the redirect.\nThe value must be between 1 and 1024 characters.",
42413          "type": "string"
42414        },
42415        "redirectResponseCode": {
42416          "description": "The HTTP Status code to use for this RedirectAction.\nSupported values are:  \n- MOVED_PERMANENTLY_DEFAULT, which is the default value and corresponds to 301. \n- FOUND, which corresponds to 302. \n- SEE_OTHER which corresponds to 303. \n- TEMPORARY_REDIRECT, which corresponds to 307. In this case, the request method will be retained. \n- PERMANENT_REDIRECT, which corresponds to 308. In this case, the request method will be retained.",
42417          "enum": [
42418            "FOUND",
42419            "MOVED_PERMANENTLY_DEFAULT",
42420            "PERMANENT_REDIRECT",
42421            "SEE_OTHER",
42422            "TEMPORARY_REDIRECT"
42423          ],
42424          "enumDescriptions": [
42425            "",
42426            "",
42427            "",
42428            "",
42429            ""
42430          ],
42431          "type": "string"
42432        },
42433        "stripQuery": {
42434          "description": "If set to true, any accompanying query portion of the original URL is removed prior to redirecting the request. If set to false, the query portion of the original URL is retained.\nThe default is set to false.",
42435          "type": "boolean"
42436        }
42437      },
42438      "type": "object"
42439    },
42440    "HttpRetryPolicy": {
42441      "description": "The retry policy associates with HttpRouteRule",
42442      "id": "HttpRetryPolicy",
42443      "properties": {
42444        "numRetries": {
42445          "description": "Specifies the allowed number retries. This number must be \u003e 0. If not specified, defaults to 1.",
42446          "format": "uint32",
42447          "type": "integer"
42448        },
42449        "perTryTimeout": {
42450          "$ref": "Duration",
42451          "description": "Specifies a non-zero timeout per retry attempt.\nIf not specified, will use the timeout set in HttpRouteAction. If timeout in HttpRouteAction is not set, will use the largest timeout among all backend services associated with the route."
42452        },
42453        "retryConditions": {
42454          "description": "Specfies one or more conditions when this retry rule applies. Valid values are:  \n- 5xx: Loadbalancer will attempt a retry if the backend service responds with any 5xx response code, or if the backend service does not respond at all, example: disconnects, reset, read timeout, connection failure, and refused streams. \n- gateway-error: Similar to 5xx, but only applies to response codes 502, 503 or 504.\n- \n- connect-failure: Loadbalancer will retry on failures connecting to backend services, for example due to connection timeouts. \n- retriable-4xx: Loadbalancer will retry for retriable 4xx response codes. Currently the only retriable error supported is 409. \n- refused-stream:Loadbalancer will retry if the backend service resets the stream with a REFUSED_STREAM error code. This reset type indicates that it is safe to retry. \n- cancelledLoadbalancer will retry if the gRPC status code in the response header is set to cancelled \n- deadline-exceeded: Loadbalancer will retry if the gRPC status code in the response header is set to deadline-exceeded \n- resource-exhausted: Loadbalancer will retry if the gRPC status code in the response header is set to resource-exhausted \n- unavailable: Loadbalancer will retry if the gRPC status code in the response header is set to unavailable",
42455          "items": {
42456            "type": "string"
42457          },
42458          "type": "array"
42459        }
42460      },
42461      "type": "object"
42462    },
42463    "HttpRouteAction": {
42464      "id": "HttpRouteAction",
42465      "properties": {
42466        "corsPolicy": {
42467          "$ref": "CorsPolicy",
42468          "description": "The specification for allowing client side cross-origin requests. Please see W3C Recommendation for Cross Origin Resource Sharing \nNot supported when the URL map is bound to target gRPC proxy."
42469        },
42470        "faultInjectionPolicy": {
42471          "$ref": "HttpFaultInjection",
42472          "description": "The specification for fault injection introduced into traffic to test the resiliency of clients to backend service failure. As part of fault injection, when clients send requests to a backend service, delays can be introduced by Loadbalancer on a percentage of requests before sending those request to the backend service. Similarly requests from clients can be aborted by the Loadbalancer for a percentage of requests.\ntimeout and retry_policy will be ignored by clients that are configured with a fault_injection_policy.\nNot supported when the URL map is bound to target gRPC proxy that has validateForProxyless field set to true."
42473        },
42474        "requestMirrorPolicy": {
42475          "$ref": "RequestMirrorPolicy",
42476          "description": "Specifies the policy on how requests intended for the route's backends are shadowed to a separate mirrored backend service. Loadbalancer does not wait for responses from the shadow service. Prior to sending traffic to the shadow service, the host / authority header is suffixed with -shadow.\nNot supported when the URL map is bound to target gRPC proxy that has validateForProxyless field set to true."
42477        },
42478        "retryPolicy": {
42479          "$ref": "HttpRetryPolicy",
42480          "description": "Specifies the retry policy associated with this route.\nNot supported when the URL map is bound to target gRPC proxy that has validateForProxyless field set to true."
42481        },
42482        "timeout": {
42483          "$ref": "Duration",
42484          "description": "Specifies the timeout for the selected route. Timeout is computed from the time the request has been fully processed (i.e. end-of-stream) up until the response has been completely processed. Timeout includes all retries.\nIf not specified, will use the largest timeout among all backend services associated with the route.\nNot supported when the URL map is bound to target gRPC proxy that has validateForProxyless field set to true."
42485        },
42486        "urlRewrite": {
42487          "$ref": "UrlRewrite",
42488          "description": "The spec to modify the URL of the request, prior to forwarding the request to the matched service.\nurlRewrite is the only action supported in UrlMaps for external HTTP(S) load balancers.\nNot supported when the URL map is bound to target gRPC proxy that has validateForProxyless field set to true."
42489        },
42490        "weightedBackendServices": {
42491          "description": "A list of weighted backend services to send traffic to when a route match occurs. The weights determine the fraction of traffic that flows to their corresponding backend service. If all traffic needs to go to a single backend service, there must be one  weightedBackendService with weight set to a non-zero number.\nOnce a backendService is identified and before forwarding the request to the backend service, advanced routing actions such as URL rewrites and header transformations are applied depending on additional settings specified in this HttpRouteAction.",
42492          "items": {
42493            "$ref": "WeightedBackendService"
42494          },
42495          "type": "array"
42496        }
42497      },
42498      "type": "object"
42499    },
42500    "HttpRouteRule": {
42501      "description": "An HttpRouteRule specifies how to match an HTTP request and the corresponding routing action that load balancing proxies will perform.",
42502      "id": "HttpRouteRule",
42503      "properties": {
42504        "description": {
42505          "description": "The short description conveying the intent of this routeRule.\nThe description can have a maximum length of 1024 characters.",
42506          "type": "string"
42507        },
42508        "headerAction": {
42509          "$ref": "HttpHeaderAction",
42510          "description": "Specifies changes to request and response headers that need to take effect for the selected backendService.\nThe headerAction specified here are applied before the matching pathMatchers[].headerAction and after pathMatchers[].routeRules[].routeAction.weightedBackendService.backendServiceWeightAction[].headerAction \nNote that headerAction is not supported for Loadbalancers that have their loadBalancingScheme set to EXTERNAL.\nNot supported when the URL map is bound to target gRPC proxy that has validateForProxyless field set to true."
42511        },
42512        "httpFilterConfigs": {
42513          "description": "Outbound route specific configuration for networkservices.HttpFilter resources enabled by Traffic Director. httpFilterConfigs only applies for Loadbalancers with loadBalancingScheme set to INTERNAL_SELF_MANAGED. See ForwardingRule for more details.\nNot supported when the URL map is bound to target gRPC proxy that has validateForProxyless field set to true.",
42514          "items": {
42515            "$ref": "HttpFilterConfig"
42516          },
42517          "type": "array"
42518        },
42519        "httpFilterMetadata": {
42520          "description": "Outbound route specific metadata supplied to networkservices.HttpFilter resources enabled by Traffic Director. httpFilterMetadata only applies for Loadbalancers with loadBalancingScheme set to INTERNAL_SELF_MANAGED. See ForwardingRule for more details.\nThe only configTypeUrl supported is type.googleapis.com/google.protobuf.Struct \nNot supported when the URL map is bound to target gRPC proxy that has validateForProxyless field set to true.",
42521          "items": {
42522            "$ref": "HttpFilterConfig"
42523          },
42524          "type": "array"
42525        },
42526        "matchRules": {
42527          "description": "The list of criteria for matching attributes of a request to this routeRule. This list has OR semantics: the request matches this routeRule when any of the matchRules are satisfied. However predicates within a given matchRule have AND semantics. All predicates within a matchRule must match for the request to match the rule.",
42528          "items": {
42529            "$ref": "HttpRouteRuleMatch"
42530          },
42531          "type": "array"
42532        },
42533        "priority": {
42534          "description": "For routeRules within a given pathMatcher, priority determines the order in which load balancer will interpret routeRules. RouteRules are evaluated in order of priority, from the lowest to highest number. The priority of a rule decreases as its number increases (1, 2, 3, N+1). The first rule that matches the request is applied.\nYou cannot configure two or more routeRules with the same priority. Priority for each rule must be set to a number between 0 and 2147483647 inclusive.\nPriority numbers can have gaps, which enable you to add or remove rules in the future without affecting the rest of the rules. For example, 1, 2, 3, 4, 5, 9, 12, 16 is a valid series of priority numbers to which you could add rules numbered from 6 to 8, 10 to 11, and 13 to 15 in the future without any impact on existing rules.",
42535          "format": "int32",
42536          "type": "integer"
42537        },
42538        "routeAction": {
42539          "$ref": "HttpRouteAction",
42540          "description": "In response to a matching matchRule, the load balancer performs advanced routing actions like URL rewrites, header transformations, etc. prior to forwarding the request to the selected backend. If  routeAction specifies any  weightedBackendServices, service must not be set. Conversely if service is set, routeAction cannot contain any  weightedBackendServices.\nOnly one of urlRedirect, service or routeAction.weightedBackendService must be set.\nUrlMaps for external HTTP(S) load balancers support only the urlRewrite action within a routeRule's routeAction."
42541        },
42542        "service": {
42543          "description": "The full or partial URL of the backend service resource to which traffic is directed if this rule is matched. If routeAction is additionally specified, advanced routing actions like URL Rewrites, etc. take effect prior to sending the request to the backend. However, if service is specified, routeAction cannot contain any weightedBackendService s. Conversely, if routeAction specifies any  weightedBackendServices, service must not be specified.\nOnly one of urlRedirect, service or routeAction.weightedBackendService must be set.",
42544          "type": "string"
42545        },
42546        "urlRedirect": {
42547          "$ref": "HttpRedirectAction",
42548          "description": "When this rule is matched, the request is redirected to a URL specified by urlRedirect.\nIf urlRedirect is specified, service or routeAction must not be set.\nNot supported when the URL map is bound to target gRPC proxy."
42549        }
42550      },
42551      "type": "object"
42552    },
42553    "HttpRouteRuleMatch": {
42554      "description": "HttpRouteRuleMatch specifies a set of criteria for matching requests to an HttpRouteRule. All specified criteria must be satisfied for a match to occur.",
42555      "id": "HttpRouteRuleMatch",
42556      "properties": {
42557        "fullPathMatch": {
42558          "description": "For satisfying the matchRule condition, the path of the request must exactly match the value specified in fullPathMatch after removing any query parameters and anchor that may be part of the original URL.\nfullPathMatch must be between 1 and 1024 characters.\nOnly one of prefixMatch, fullPathMatch or regexMatch must be specified.",
42559          "type": "string"
42560        },
42561        "headerMatches": {
42562          "description": "Specifies a list of header match criteria, all of which must match corresponding headers in the request.",
42563          "items": {
42564            "$ref": "HttpHeaderMatch"
42565          },
42566          "type": "array"
42567        },
42568        "ignoreCase": {
42569          "description": "Specifies that prefixMatch and fullPathMatch matches are case sensitive.\nThe default value is false.\nignoreCase must not be used with regexMatch.\nNot supported when the URL map is bound to target gRPC proxy.",
42570          "type": "boolean"
42571        },
42572        "metadataFilters": {
42573          "description": "Opaque filter criteria used by Loadbalancer to restrict routing configuration to a limited set of xDS compliant clients. In their xDS requests to Loadbalancer, xDS clients present node metadata. When there is a match, the relevant routing configuration is made available to those proxies.\nFor each metadataFilter in this list, if its filterMatchCriteria is set to MATCH_ANY, at least one of the filterLabels must match the corresponding label provided in the metadata. If its filterMatchCriteria is set to MATCH_ALL, then all of its filterLabels must match with corresponding labels provided in the metadata. If multiple metadataFilters are specified, all of them need to be satisfied in order to be considered a match.\nmetadataFilters specified here will be applied after those specified in ForwardingRule that refers to the UrlMap this HttpRouteRuleMatch belongs to.\nmetadataFilters only applies to Loadbalancers that have their loadBalancingScheme set to INTERNAL_SELF_MANAGED.\nNot supported when the URL map is bound to target gRPC proxy that has validateForProxyless field set to true.",
42574          "items": {
42575            "$ref": "MetadataFilter"
42576          },
42577          "type": "array"
42578        },
42579        "prefixMatch": {
42580          "description": "For satisfying the matchRule condition, the request's path must begin with the specified prefixMatch. prefixMatch must begin with a /.\nThe value must be between 1 and 1024 characters.\nOnly one of prefixMatch, fullPathMatch or regexMatch must be specified.",
42581          "type": "string"
42582        },
42583        "queryParameterMatches": {
42584          "description": "Specifies a list of query parameter match criteria, all of which must match corresponding query parameters in the request.\nNot supported when the URL map is bound to target gRPC proxy.",
42585          "items": {
42586            "$ref": "HttpQueryParameterMatch"
42587          },
42588          "type": "array"
42589        },
42590        "regexMatch": {
42591          "description": "For satisfying the matchRule condition, the path of the request must satisfy the regular expression specified in regexMatch after removing any query parameters and anchor supplied with the original URL. For regular expression grammar please see en.cppreference.com/w/cpp/regex/ecmascript \nOnly one of prefixMatch, fullPathMatch or regexMatch must be specified.\nNote that regexMatch only applies to Loadbalancers that have their loadBalancingScheme set to INTERNAL_SELF_MANAGED.",
42592          "type": "string"
42593        }
42594      },
42595      "type": "object"
42596    },
42597    "HttpsHealthCheck": {
42598      "description": "Represents a legacy HTTPS Health Check resource.\n\nLegacy health checks are required by network load balancers. For more information, read Health Check Concepts.",
42599      "id": "HttpsHealthCheck",
42600      "properties": {
42601        "checkIntervalSec": {
42602          "description": "How often (in seconds) to send a health check. The default value is 5 seconds.",
42603          "format": "int32",
42604          "type": "integer"
42605        },
42606        "creationTimestamp": {
42607          "description": "[Output Only] Creation timestamp in RFC3339 text format.",
42608          "type": "string"
42609        },
42610        "description": {
42611          "description": "An optional description of this resource. Provide this property when you create the resource.",
42612          "type": "string"
42613        },
42614        "healthyThreshold": {
42615          "description": "A so-far unhealthy instance will be marked healthy after this many consecutive successes. The default value is 2.",
42616          "format": "int32",
42617          "type": "integer"
42618        },
42619        "host": {
42620          "description": "The value of the host header in the HTTPS health check request. If left empty (default value), the public IP on behalf of which this health check is performed will be used.",
42621          "type": "string"
42622        },
42623        "id": {
42624          "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.",
42625          "format": "uint64",
42626          "type": "string"
42627        },
42628        "kind": {
42629          "default": "compute#httpsHealthCheck",
42630          "description": "Type of the resource.",
42631          "type": "string"
42632        },
42633        "name": {
42634          "description": "Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.",
42635          "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
42636          "type": "string"
42637        },
42638        "port": {
42639          "description": "The TCP port number for the HTTPS health check request. The default value is 443.",
42640          "format": "int32",
42641          "type": "integer"
42642        },
42643        "requestPath": {
42644          "description": "The request path of the HTTPS health check request. The default value is \"/\".",
42645          "type": "string"
42646        },
42647        "selfLink": {
42648          "description": "[Output Only] Server-defined URL for the resource.",
42649          "type": "string"
42650        },
42651        "selfLinkWithId": {
42652          "description": "[Output Only] Server-defined URL for this resource with the resource id.",
42653          "type": "string"
42654        },
42655        "timeoutSec": {
42656          "description": "How long (in seconds) to wait before claiming failure. The default value is 5 seconds. It is invalid for timeoutSec to have a greater value than checkIntervalSec.",
42657          "format": "int32",
42658          "type": "integer"
42659        },
42660        "unhealthyThreshold": {
42661          "description": "A so-far healthy instance will be marked unhealthy after this many consecutive failures. The default value is 2.",
42662          "format": "int32",
42663          "type": "integer"
42664        }
42665      },
42666      "type": "object"
42667    },
42668    "HttpsHealthCheckList": {
42669      "description": "Contains a list of HttpsHealthCheck resources.",
42670      "id": "HttpsHealthCheckList",
42671      "properties": {
42672        "id": {
42673          "description": "[Output Only] Unique identifier for the resource; defined by the server.",
42674          "type": "string"
42675        },
42676        "items": {
42677          "description": "A list of HttpsHealthCheck resources.",
42678          "items": {
42679            "$ref": "HttpsHealthCheck"
42680          },
42681          "type": "array"
42682        },
42683        "kind": {
42684          "default": "compute#httpsHealthCheckList",
42685          "description": "Type of resource.",
42686          "type": "string"
42687        },
42688        "nextPageToken": {
42689          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
42690          "type": "string"
42691        },
42692        "selfLink": {
42693          "description": "[Output Only] Server-defined URL for this resource.",
42694          "type": "string"
42695        },
42696        "warning": {
42697          "description": "[Output Only] Informational warning message.",
42698          "properties": {
42699            "code": {
42700              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
42701              "enum": [
42702                "CLEANUP_FAILED",
42703                "DEPRECATED_RESOURCE_USED",
42704                "DEPRECATED_TYPE_USED",
42705                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
42706                "EXPERIMENTAL_TYPE_USED",
42707                "EXTERNAL_API_WARNING",
42708                "FIELD_VALUE_OVERRIDEN",
42709                "INJECTED_KERNELS_DEPRECATED",
42710                "LARGE_DEPLOYMENT_WARNING",
42711                "MISSING_TYPE_DEPENDENCY",
42712                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
42713                "NEXT_HOP_CANNOT_IP_FORWARD",
42714                "NEXT_HOP_INSTANCE_NOT_FOUND",
42715                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
42716                "NEXT_HOP_NOT_RUNNING",
42717                "NOT_CRITICAL_ERROR",
42718                "NO_RESULTS_ON_PAGE",
42719                "PARTIAL_SUCCESS",
42720                "REQUIRED_TOS_AGREEMENT",
42721                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
42722                "RESOURCE_NOT_DELETED",
42723                "SCHEMA_VALIDATION_IGNORED",
42724                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
42725                "UNDECLARED_PROPERTIES",
42726                "UNREACHABLE"
42727              ],
42728              "enumDescriptions": [
42729                "",
42730                "",
42731                "",
42732                "",
42733                "",
42734                "",
42735                "",
42736                "",
42737                "",
42738                "",
42739                "",
42740                "",
42741                "",
42742                "",
42743                "",
42744                "",
42745                "",
42746                "",
42747                "",
42748                "",
42749                "",
42750                "",
42751                "",
42752                "",
42753                ""
42754              ],
42755              "type": "string"
42756            },
42757            "data": {
42758              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
42759              "items": {
42760                "properties": {
42761                  "key": {
42762                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
42763                    "type": "string"
42764                  },
42765                  "value": {
42766                    "description": "[Output Only] A warning data value corresponding to the key.",
42767                    "type": "string"
42768                  }
42769                },
42770                "type": "object"
42771              },
42772              "type": "array"
42773            },
42774            "message": {
42775              "description": "[Output Only] A human-readable description of the warning code.",
42776              "type": "string"
42777            }
42778          },
42779          "type": "object"
42780        }
42781      },
42782      "type": "object"
42783    },
42784    "Image": {
42785      "description": "Represents an Image resource.\n\nYou can use images to create boot disks for your VM instances. For more information, read Images. (== resource_for {$api_version}.images ==)",
42786      "id": "Image",
42787      "properties": {
42788        "archiveSizeBytes": {
42789          "description": "Size of the image tar.gz archive stored in Google Cloud Storage (in bytes).",
42790          "format": "int64",
42791          "type": "string"
42792        },
42793        "creationTimestamp": {
42794          "description": "[Output Only] Creation timestamp in RFC3339 text format.",
42795          "type": "string"
42796        },
42797        "deprecated": {
42798          "$ref": "DeprecationStatus",
42799          "description": "The deprecation status associated with this image."
42800        },
42801        "description": {
42802          "description": "An optional description of this resource. Provide this property when you create the resource.",
42803          "type": "string"
42804        },
42805        "diskSizeGb": {
42806          "description": "Size of the image when restored onto a persistent disk (in GB).",
42807          "format": "int64",
42808          "type": "string"
42809        },
42810        "family": {
42811          "description": "The name of the image family to which this image belongs. You can create disks by specifying an image family instead of a specific image name. The image family always returns its latest image that is not deprecated. The name of the image family must comply with RFC1035.",
42812          "type": "string"
42813        },
42814        "guestOsFeatures": {
42815          "description": "A list of features to enable on the guest operating system. Applicable only for bootable images. Read  Enabling guest operating system features to see a list of available options.",
42816          "items": {
42817            "$ref": "GuestOsFeature"
42818          },
42819          "type": "array"
42820        },
42821        "id": {
42822          "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.",
42823          "format": "uint64",
42824          "type": "string"
42825        },
42826        "imageEncryptionKey": {
42827          "$ref": "CustomerEncryptionKey",
42828          "description": "Encrypts the image using a customer-supplied encryption key.\n\nAfter you encrypt an image with a customer-supplied key, you must provide the same key if you use the image later (e.g. to create a disk from the image).\n\nCustomer-supplied encryption keys do not protect access to metadata of the disk.\n\nIf you do not provide an encryption key when creating the image, then the disk will be encrypted using an automatically generated key and you do not need to provide a key to use the image later."
42829        },
42830        "kind": {
42831          "default": "compute#image",
42832          "description": "[Output Only] Type of the resource. Always compute#image for images.",
42833          "type": "string"
42834        },
42835        "labelFingerprint": {
42836          "description": "A fingerprint for the labels being applied to this image, which is essentially a hash of the labels used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update labels. You must always provide an up-to-date fingerprint hash in order to update or change labels, otherwise the request will fail with error 412 conditionNotMet.\n\nTo see the latest fingerprint, make a get() request to retrieve an image.",
42837          "format": "byte",
42838          "type": "string"
42839        },
42840        "labels": {
42841          "additionalProperties": {
42842            "type": "string"
42843          },
42844          "description": "Labels to apply to this image. These can be later modified by the setLabels method.",
42845          "type": "object"
42846        },
42847        "licenseCodes": {
42848          "description": "Integer license codes indicating which licenses are attached to this image.",
42849          "items": {
42850            "format": "int64",
42851            "type": "string"
42852          },
42853          "type": "array"
42854        },
42855        "licenses": {
42856          "description": "Any applicable license URI.",
42857          "items": {
42858            "type": "string"
42859          },
42860          "type": "array"
42861        },
42862        "name": {
42863          "annotations": {
42864            "required": [
42865              "compute.images.insert"
42866            ]
42867          },
42868          "description": "Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.",
42869          "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
42870          "type": "string"
42871        },
42872        "rawDisk": {
42873          "description": "The parameters of the raw disk image.",
42874          "properties": {
42875            "containerType": {
42876              "description": "The format used to encode and transmit the block device, which should be TAR. This is just a container and transmission format and not a runtime format. Provided by the client when the disk image is created.",
42877              "enum": [
42878                "TAR"
42879              ],
42880              "enumDescriptions": [
42881                ""
42882              ],
42883              "type": "string"
42884            },
42885            "sha1Checksum": {
42886              "description": "[Deprecated] This field is deprecated. An optional SHA1 checksum of the disk image before unpackaging provided by the client when the disk image is created.",
42887              "pattern": "[a-f0-9]{40}",
42888              "type": "string"
42889            },
42890            "source": {
42891              "annotations": {
42892                "required": [
42893                  "compute.images.insert"
42894                ]
42895              },
42896              "description": "The full Google Cloud Storage URL where the disk image is stored. You must provide either this property or the sourceDisk property but not both.",
42897              "type": "string"
42898            }
42899          },
42900          "type": "object"
42901        },
42902        "selfLink": {
42903          "description": "[Output Only] Server-defined URL for the resource.",
42904          "type": "string"
42905        },
42906        "selfLinkWithId": {
42907          "description": "[Output Only] Server-defined URL for this resource's resource id.",
42908          "type": "string"
42909        },
42910        "shieldedInstanceInitialState": {
42911          "$ref": "InitialStateConfig",
42912          "description": "Set the secure boot keys of shielded instance."
42913        },
42914        "sourceDisk": {
42915          "description": "URL of the source disk used to create this image. This can be a full or valid partial URL. You must provide either this property or the rawDisk.source property but not both to create an image. For example, the following are valid values:  \n- https://www.googleapis.com/compute/v1/projects/project/zones/zone/disks/disk \n- projects/project/zones/zone/disks/disk \n- zones/zone/disks/disk",
42916          "type": "string"
42917        },
42918        "sourceDiskEncryptionKey": {
42919          "$ref": "CustomerEncryptionKey",
42920          "description": "The customer-supplied encryption key of the source disk. Required if the source disk is protected by a customer-supplied encryption key."
42921        },
42922        "sourceDiskId": {
42923          "description": "[Output Only] The ID value of the disk used to create this image. This value may be used to determine whether the image was taken from the current or a previous instance of a given disk name.",
42924          "type": "string"
42925        },
42926        "sourceImage": {
42927          "description": "URL of the source image used to create this image.\n\nIn order to create an image, you must provide the full or partial URL of one of the following:  \n- The selfLink URL  \n- This property  \n- The rawDisk.source URL  \n- The sourceDisk URL",
42928          "type": "string"
42929        },
42930        "sourceImageEncryptionKey": {
42931          "$ref": "CustomerEncryptionKey",
42932          "description": "The customer-supplied encryption key of the source image. Required if the source image is protected by a customer-supplied encryption key."
42933        },
42934        "sourceImageId": {
42935          "description": "[Output Only] The ID value of the image used to create this image. This value may be used to determine whether the image was taken from the current or a previous instance of a given image name.",
42936          "type": "string"
42937        },
42938        "sourceSnapshot": {
42939          "description": "URL of the source snapshot used to create this image.\n\nIn order to create an image, you must provide the full or partial URL of one of the following:  \n- The selfLink URL  \n- This property \n- The sourceImage URL  \n- The rawDisk.source URL  \n- The sourceDisk URL",
42940          "type": "string"
42941        },
42942        "sourceSnapshotEncryptionKey": {
42943          "$ref": "CustomerEncryptionKey",
42944          "description": "The customer-supplied encryption key of the source snapshot. Required if the source snapshot is protected by a customer-supplied encryption key."
42945        },
42946        "sourceSnapshotId": {
42947          "description": "[Output Only] The ID value of the snapshot used to create this image. This value may be used to determine whether the snapshot was taken from the current or a previous instance of a given snapshot name.",
42948          "type": "string"
42949        },
42950        "sourceType": {
42951          "default": "RAW",
42952          "description": "The type of the image used to create this disk. The default and only value is RAW",
42953          "enum": [
42954            "RAW"
42955          ],
42956          "enumDescriptions": [
42957            ""
42958          ],
42959          "type": "string"
42960        },
42961        "status": {
42962          "description": "[Output Only] The status of the image. An image can be used to create other resources, such as instances, only after the image has been successfully created and the status is set to READY. Possible values are FAILED, PENDING, or READY.",
42963          "enum": [
42964            "DELETING",
42965            "FAILED",
42966            "PENDING",
42967            "READY"
42968          ],
42969          "enumDescriptions": [
42970            "",
42971            "",
42972            "",
42973            ""
42974          ],
42975          "type": "string"
42976        },
42977        "storageLocations": {
42978          "description": "Cloud Storage bucket storage location of the image (regional or multi-regional).",
42979          "items": {
42980            "type": "string"
42981          },
42982          "type": "array"
42983        }
42984      },
42985      "type": "object"
42986    },
42987    "ImageList": {
42988      "description": "Contains a list of images.",
42989      "id": "ImageList",
42990      "properties": {
42991        "id": {
42992          "description": "[Output Only] Unique identifier for the resource; defined by the server.",
42993          "type": "string"
42994        },
42995        "items": {
42996          "description": "A list of Image resources.",
42997          "items": {
42998            "$ref": "Image"
42999          },
43000          "type": "array"
43001        },
43002        "kind": {
43003          "default": "compute#imageList",
43004          "description": "Type of resource.",
43005          "type": "string"
43006        },
43007        "nextPageToken": {
43008          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
43009          "type": "string"
43010        },
43011        "selfLink": {
43012          "description": "[Output Only] Server-defined URL for this resource.",
43013          "type": "string"
43014        },
43015        "warning": {
43016          "description": "[Output Only] Informational warning message.",
43017          "properties": {
43018            "code": {
43019              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
43020              "enum": [
43021                "CLEANUP_FAILED",
43022                "DEPRECATED_RESOURCE_USED",
43023                "DEPRECATED_TYPE_USED",
43024                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
43025                "EXPERIMENTAL_TYPE_USED",
43026                "EXTERNAL_API_WARNING",
43027                "FIELD_VALUE_OVERRIDEN",
43028                "INJECTED_KERNELS_DEPRECATED",
43029                "LARGE_DEPLOYMENT_WARNING",
43030                "MISSING_TYPE_DEPENDENCY",
43031                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
43032                "NEXT_HOP_CANNOT_IP_FORWARD",
43033                "NEXT_HOP_INSTANCE_NOT_FOUND",
43034                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
43035                "NEXT_HOP_NOT_RUNNING",
43036                "NOT_CRITICAL_ERROR",
43037                "NO_RESULTS_ON_PAGE",
43038                "PARTIAL_SUCCESS",
43039                "REQUIRED_TOS_AGREEMENT",
43040                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
43041                "RESOURCE_NOT_DELETED",
43042                "SCHEMA_VALIDATION_IGNORED",
43043                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
43044                "UNDECLARED_PROPERTIES",
43045                "UNREACHABLE"
43046              ],
43047              "enumDescriptions": [
43048                "",
43049                "",
43050                "",
43051                "",
43052                "",
43053                "",
43054                "",
43055                "",
43056                "",
43057                "",
43058                "",
43059                "",
43060                "",
43061                "",
43062                "",
43063                "",
43064                "",
43065                "",
43066                "",
43067                "",
43068                "",
43069                "",
43070                "",
43071                "",
43072                ""
43073              ],
43074              "type": "string"
43075            },
43076            "data": {
43077              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
43078              "items": {
43079                "properties": {
43080                  "key": {
43081                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
43082                    "type": "string"
43083                  },
43084                  "value": {
43085                    "description": "[Output Only] A warning data value corresponding to the key.",
43086                    "type": "string"
43087                  }
43088                },
43089                "type": "object"
43090              },
43091              "type": "array"
43092            },
43093            "message": {
43094              "description": "[Output Only] A human-readable description of the warning code.",
43095              "type": "string"
43096            }
43097          },
43098          "type": "object"
43099        }
43100      },
43101      "type": "object"
43102    },
43103    "InPlaceSnapshot": {
43104      "description": "Represents a InPlaceSnapshot resource.\n\nYou can use in-place snapshots to create disk rollback points quickly.. (== resource_for {$api_version}.inPlaceSnapshots ==)",
43105      "id": "InPlaceSnapshot",
43106      "properties": {
43107        "creationTimestamp": {
43108          "description": "[Output Only] Creation timestamp in RFC3339 text format.",
43109          "type": "string"
43110        },
43111        "description": {
43112          "description": "An optional description of this resource. Provide this property when you create the resource.",
43113          "type": "string"
43114        },
43115        "diskSizeGb": {
43116          "description": "[Output Only] Size of the source disk, specified in GB.",
43117          "format": "int64",
43118          "type": "string"
43119        },
43120        "guestFlush": {
43121          "description": "Specifies to create an application consistent in-place snapshot by informing the OS to prepare for the snapshot process. Currently only supported on Windows instances using the Volume Shadow Copy Service (VSS).",
43122          "type": "boolean"
43123        },
43124        "id": {
43125          "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.",
43126          "format": "uint64",
43127          "type": "string"
43128        },
43129        "kind": {
43130          "default": "compute#inPlaceSnapshot",
43131          "description": "[Output Only] Type of the resource. Always compute#inPlaceSnapshot for InPlaceSnapshot resources.",
43132          "type": "string"
43133        },
43134        "labelFingerprint": {
43135          "description": "A fingerprint for the labels being applied to this InPlaceSnapshot, which is essentially a hash of the labels set used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update labels. You must always provide an up-to-date fingerprint hash in order to update or change labels, otherwise the request will fail with error 412 conditionNotMet.\n\nTo see the latest fingerprint, make a get() request to retrieve a InPlaceSnapshot.",
43136          "format": "byte",
43137          "type": "string"
43138        },
43139        "labels": {
43140          "additionalProperties": {
43141            "type": "string"
43142          },
43143          "description": "Labels to apply to this InPlaceSnapshot. These can be later modified by the setLabels method. Label values may be empty.",
43144          "type": "object"
43145        },
43146        "name": {
43147          "description": "Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.",
43148          "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
43149          "type": "string"
43150        },
43151        "region": {
43152          "description": "[Output Only] URL of the region where the in-place snapshot resides. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.",
43153          "type": "string"
43154        },
43155        "selfLink": {
43156          "description": "[Output Only] Server-defined URL for the resource.",
43157          "type": "string"
43158        },
43159        "selfLinkWithId": {
43160          "description": "[Output Only] Server-defined URL for this resource's resource id.",
43161          "type": "string"
43162        },
43163        "sourceDisk": {
43164          "description": "URL of the source disk used to create this in-place snapshot. Note that the source disk must be in the same zone/region as the in-place snapshot to be created. This can be a full or valid partial URL. For example, the following are valid values:  \n- https://www.googleapis.com/compute/v1/projects/project/zones/zone/disks/disk \n- projects/project/zones/zone/disks/disk \n- zones/zone/disks/disk",
43165          "type": "string"
43166        },
43167        "sourceDiskId": {
43168          "description": "[Output Only] The ID value of the disk used to create this InPlaceSnapshot. This value may be used to determine whether the InPlaceSnapshot was taken from the current or a previous instance of a given disk name.",
43169          "type": "string"
43170        },
43171        "status": {
43172          "description": "[Output Only] The status of the inPlaceSnapshot. This can be CREATING, DELETING, FAILED, or READY.",
43173          "enum": [
43174            "CREATING",
43175            "DELETING",
43176            "FAILED",
43177            "READY"
43178          ],
43179          "enumDescriptions": [
43180            "",
43181            "",
43182            "",
43183            ""
43184          ],
43185          "type": "string"
43186        },
43187        "zone": {
43188          "description": "[Output Only] URL of the zone where the in-place snapshot resides. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.",
43189          "type": "string"
43190        }
43191      },
43192      "type": "object"
43193    },
43194    "InPlaceSnapshotList": {
43195      "description": "Contains a list of InPlaceSnapshot resources.",
43196      "id": "InPlaceSnapshotList",
43197      "properties": {
43198        "id": {
43199          "description": "[Output Only] Unique identifier for the resource; defined by the server.",
43200          "type": "string"
43201        },
43202        "items": {
43203          "description": "A list of InPlaceSnapshot resources.",
43204          "items": {
43205            "$ref": "InPlaceSnapshot"
43206          },
43207          "type": "array"
43208        },
43209        "kind": {
43210          "default": "compute#inPlaceSnapshotList",
43211          "description": "Type of resource.",
43212          "type": "string"
43213        },
43214        "nextPageToken": {
43215          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
43216          "type": "string"
43217        },
43218        "selfLink": {
43219          "description": "[Output Only] Server-defined URL for this resource.",
43220          "type": "string"
43221        },
43222        "warning": {
43223          "description": "[Output Only] Informational warning message.",
43224          "properties": {
43225            "code": {
43226              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
43227              "enum": [
43228                "CLEANUP_FAILED",
43229                "DEPRECATED_RESOURCE_USED",
43230                "DEPRECATED_TYPE_USED",
43231                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
43232                "EXPERIMENTAL_TYPE_USED",
43233                "EXTERNAL_API_WARNING",
43234                "FIELD_VALUE_OVERRIDEN",
43235                "INJECTED_KERNELS_DEPRECATED",
43236                "LARGE_DEPLOYMENT_WARNING",
43237                "MISSING_TYPE_DEPENDENCY",
43238                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
43239                "NEXT_HOP_CANNOT_IP_FORWARD",
43240                "NEXT_HOP_INSTANCE_NOT_FOUND",
43241                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
43242                "NEXT_HOP_NOT_RUNNING",
43243                "NOT_CRITICAL_ERROR",
43244                "NO_RESULTS_ON_PAGE",
43245                "PARTIAL_SUCCESS",
43246                "REQUIRED_TOS_AGREEMENT",
43247                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
43248                "RESOURCE_NOT_DELETED",
43249                "SCHEMA_VALIDATION_IGNORED",
43250                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
43251                "UNDECLARED_PROPERTIES",
43252                "UNREACHABLE"
43253              ],
43254              "enumDescriptions": [
43255                "",
43256                "",
43257                "",
43258                "",
43259                "",
43260                "",
43261                "",
43262                "",
43263                "",
43264                "",
43265                "",
43266                "",
43267                "",
43268                "",
43269                "",
43270                "",
43271                "",
43272                "",
43273                "",
43274                "",
43275                "",
43276                "",
43277                "",
43278                "",
43279                ""
43280              ],
43281              "type": "string"
43282            },
43283            "data": {
43284              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
43285              "items": {
43286                "properties": {
43287                  "key": {
43288                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
43289                    "type": "string"
43290                  },
43291                  "value": {
43292                    "description": "[Output Only] A warning data value corresponding to the key.",
43293                    "type": "string"
43294                  }
43295                },
43296                "type": "object"
43297              },
43298              "type": "array"
43299            },
43300            "message": {
43301              "description": "[Output Only] A human-readable description of the warning code.",
43302              "type": "string"
43303            }
43304          },
43305          "type": "object"
43306        }
43307      },
43308      "type": "object"
43309    },
43310    "InitialStateConfig": {
43311      "description": "Initial State for shielded instance, these are public keys which are safe to store in public",
43312      "id": "InitialStateConfig",
43313      "properties": {
43314        "dbs": {
43315          "description": "The Key Database (db).",
43316          "items": {
43317            "$ref": "FileContentBuffer"
43318          },
43319          "type": "array"
43320        },
43321        "dbxs": {
43322          "description": "The forbidden key database (dbx).",
43323          "items": {
43324            "$ref": "FileContentBuffer"
43325          },
43326          "type": "array"
43327        },
43328        "keks": {
43329          "description": "The Key Exchange Key (KEK).",
43330          "items": {
43331            "$ref": "FileContentBuffer"
43332          },
43333          "type": "array"
43334        },
43335        "pk": {
43336          "$ref": "FileContentBuffer",
43337          "description": "The Platform Key (PK)."
43338        }
43339      },
43340      "type": "object"
43341    },
43342    "Instance": {
43343      "description": "Represents an Instance resource.\n\nAn instance is a virtual machine that is hosted on Google Cloud Platform. For more information, read Virtual Machine Instances. (== resource_for {$api_version}.instances ==)",
43344      "id": "Instance",
43345      "properties": {
43346        "advancedMachineFeatures": {
43347          "$ref": "AdvancedMachineFeatures",
43348          "description": "Controls for advanced machine-related behavior features."
43349        },
43350        "canIpForward": {
43351          "description": "Allows this instance to send and receive packets with non-matching destination or source IPs. This is required if you plan to use this instance to forward routes. For more information, see Enabling IP Forwarding.",
43352          "type": "boolean"
43353        },
43354        "confidentialInstanceConfig": {
43355          "$ref": "ConfidentialInstanceConfig"
43356        },
43357        "cpuPlatform": {
43358          "description": "[Output Only] The CPU platform used by this instance.",
43359          "type": "string"
43360        },
43361        "creationTimestamp": {
43362          "description": "[Output Only] Creation timestamp in RFC3339 text format.",
43363          "type": "string"
43364        },
43365        "deletionProtection": {
43366          "description": "Whether the resource should be protected against deletion.",
43367          "type": "boolean"
43368        },
43369        "description": {
43370          "description": "An optional description of this resource. Provide this property when you create the resource.",
43371          "type": "string"
43372        },
43373        "disks": {
43374          "description": "Array of disks associated with this instance. Persistent disks must be created before you can assign them.",
43375          "items": {
43376            "$ref": "AttachedDisk"
43377          },
43378          "type": "array"
43379        },
43380        "displayDevice": {
43381          "$ref": "DisplayDevice",
43382          "description": "Enables display device for the instance."
43383        },
43384        "eraseWindowsVssSignature": {
43385          "description": "Specifies whether the disks restored from source snapshots or source machine image should erase Windows specific VSS signature.",
43386          "type": "boolean"
43387        },
43388        "fingerprint": {
43389          "description": "Specifies a fingerprint for this resource, which is essentially a hash of the instance's contents and used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update the instance. You must always provide an up-to-date fingerprint hash in order to update the instance.\n\nTo see the latest fingerprint, make get() request to the instance.",
43390          "format": "byte",
43391          "type": "string"
43392        },
43393        "guestAccelerators": {
43394          "description": "A list of the type and count of accelerator cards attached to the instance.",
43395          "items": {
43396            "$ref": "AcceleratorConfig"
43397          },
43398          "type": "array"
43399        },
43400        "hostname": {
43401          "description": "Specifies the hostname of the instance. The specified hostname must be RFC1035 compliant. If hostname is not specified, the default hostname is [INSTANCE_NAME].c.[PROJECT_ID].internal when using the global DNS, and [INSTANCE_NAME].[ZONE].c.[PROJECT_ID].internal when using zonal DNS.",
43402          "type": "string"
43403        },
43404        "id": {
43405          "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.",
43406          "format": "uint64",
43407          "type": "string"
43408        },
43409        "instanceEncryptionKey": {
43410          "$ref": "CustomerEncryptionKey",
43411          "description": "Encrypts or decrypts data for an instance with a customer-supplied encryption key.\n\nIf you are creating a new instance, this field encrypts the local SSD and in-memory contents of the instance using a key that you provide.\n\nIf you are restarting an instance protected with a customer-supplied encryption key, you must provide the correct key in order to successfully restart the instance.\n\nIf you do not provide an encryption key when creating the instance, then the local SSD and in-memory contents will be encrypted using an automatically generated key and you do not need to provide a key to start the instance later.\n\nInstance templates do not store customer-supplied encryption keys, so you cannot use your own keys to encrypt local SSDs and in-memory content in a managed instance group."
43412        },
43413        "kind": {
43414          "default": "compute#instance",
43415          "description": "[Output Only] Type of the resource. Always compute#instance for instances.",
43416          "type": "string"
43417        },
43418        "labelFingerprint": {
43419          "description": "A fingerprint for this request, which is essentially a hash of the label's contents and used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update labels. You must always provide an up-to-date fingerprint hash in order to update or change labels.\n\nTo see the latest fingerprint, make get() request to the instance.",
43420          "format": "byte",
43421          "type": "string"
43422        },
43423        "labels": {
43424          "additionalProperties": {
43425            "type": "string"
43426          },
43427          "description": "Labels to apply to this instance. These can be later modified by the setLabels method.",
43428          "type": "object"
43429        },
43430        "lastStartTimestamp": {
43431          "description": "[Output Only] Last start timestamp in RFC3339 text format.",
43432          "type": "string"
43433        },
43434        "lastStopTimestamp": {
43435          "description": "[Output Only] Last stop timestamp in RFC3339 text format.",
43436          "type": "string"
43437        },
43438        "lastSuspendedTimestamp": {
43439          "description": "[Output Only] Last suspended timestamp in RFC3339 text format.",
43440          "type": "string"
43441        },
43442        "machineType": {
43443          "annotations": {
43444            "required": [
43445              "compute.instances.insert"
43446            ]
43447          },
43448          "description": "Full or partial URL of the machine type resource to use for this instance, in the format: zones/zone/machineTypes/machine-type. This is provided by the client when the instance is created. For example, the following is a valid partial url to a predefined machine type:\nzones/us-central1-f/machineTypes/n1-standard-1\n\n\nTo create a custom machine type, provide a URL to a machine type in the following format, where CPUS is 1 or an even number up to 32 (2, 4, 6, ... 24, etc), and MEMORY is the total memory for this instance. Memory must be a multiple of 256 MB and must be supplied in MB (e.g. 5 GB of memory is 5120 MB):\nzones/zone/machineTypes/custom-CPUS-MEMORY\n\n\nFor example: zones/us-central1-f/machineTypes/custom-4-5120 \n\nFor a full list of restrictions, read the Specifications for custom machine types.",
43449          "type": "string"
43450        },
43451        "metadata": {
43452          "$ref": "Metadata",
43453          "description": "The metadata key/value pairs assigned to this instance. This includes custom metadata and predefined keys."
43454        },
43455        "minCpuPlatform": {
43456          "description": "Specifies a minimum CPU platform for the VM instance. Applicable values are the friendly names of CPU platforms, such as minCpuPlatform: \"Intel Haswell\" or minCpuPlatform: \"Intel Sandy Bridge\".",
43457          "type": "string"
43458        },
43459        "name": {
43460          "annotations": {
43461            "required": [
43462              "compute.instances.insert"
43463            ]
43464          },
43465          "description": "The name of the resource, provided by the client when initially creating the resource. The resource name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.",
43466          "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
43467          "type": "string"
43468        },
43469        "networkInterfaces": {
43470          "description": "An array of network configurations for this instance. These specify how interfaces are configured to interact with other network services, such as connecting to the internet. Multiple interfaces are supported per instance.",
43471          "items": {
43472            "$ref": "NetworkInterface"
43473          },
43474          "type": "array"
43475        },
43476        "postKeyRevocationActionType": {
43477          "description": "PostKeyRevocationActionType of the instance.",
43478          "enum": [
43479            "NOOP",
43480            "POST_KEY_REVOCATION_ACTION_TYPE_UNSPECIFIED",
43481            "SHUTDOWN"
43482          ],
43483          "enumDescriptions": [
43484            "",
43485            "",
43486            ""
43487          ],
43488          "type": "string"
43489        },
43490        "preservedStateSizeGb": {
43491          "description": "Total amount of preserved state for SUSPENDED instances. Read-only in the api.",
43492          "format": "int64",
43493          "type": "string"
43494        },
43495        "privateIpv6GoogleAccess": {
43496          "description": "The private IPv6 google access type for the VM. If not specified, use  INHERIT_FROM_SUBNETWORK as default.",
43497          "enum": [
43498            "ENABLE_BIDIRECTIONAL_ACCESS_TO_GOOGLE",
43499            "ENABLE_OUTBOUND_VM_ACCESS_TO_GOOGLE",
43500            "INHERIT_FROM_SUBNETWORK"
43501          ],
43502          "enumDescriptions": [
43503            "",
43504            "",
43505            ""
43506          ],
43507          "type": "string"
43508        },
43509        "reservationAffinity": {
43510          "$ref": "ReservationAffinity",
43511          "description": "Specifies the reservations that this instance can consume from."
43512        },
43513        "resourcePolicies": {
43514          "description": "Resource policies applied to this instance.",
43515          "items": {
43516            "type": "string"
43517          },
43518          "type": "array"
43519        },
43520        "satisfiesPzs": {
43521          "description": "[Output Only] Reserved for future use.",
43522          "type": "boolean"
43523        },
43524        "scheduling": {
43525          "$ref": "Scheduling",
43526          "description": "Sets the scheduling options for this instance."
43527        },
43528        "secureLabels": {
43529          "description": "Secure labels to apply to this instance. These can be later modified by the update method. Maximum number of secure labels allowed is 300.",
43530          "items": {
43531            "type": "string"
43532          },
43533          "type": "array"
43534        },
43535        "secureTags": {
43536          "description": "Secure tags to apply to this instance. These can be later modified by the update method. Maximum number of secure tags allowed is 300.",
43537          "items": {
43538            "type": "string"
43539          },
43540          "type": "array"
43541        },
43542        "selfLink": {
43543          "description": "[Output Only] Server-defined URL for this resource.",
43544          "type": "string"
43545        },
43546        "selfLinkWithId": {
43547          "description": "[Output Only] Server-defined URL for this resource with the resource id.",
43548          "type": "string"
43549        },
43550        "serviceAccounts": {
43551          "description": "A list of service accounts, with their specified scopes, authorized for this instance. Only one service account per VM instance is supported.\n\nService accounts generate access tokens that can be accessed through the metadata server and used to authenticate applications on the instance. See Service Accounts for more information.",
43552          "items": {
43553            "$ref": "ServiceAccount"
43554          },
43555          "type": "array"
43556        },
43557        "shieldedInstanceConfig": {
43558          "$ref": "ShieldedInstanceConfig"
43559        },
43560        "shieldedInstanceIntegrityPolicy": {
43561          "$ref": "ShieldedInstanceIntegrityPolicy"
43562        },
43563        "shieldedVmConfig": {
43564          "$ref": "ShieldedVmConfig",
43565          "description": "Deprecating, please use shielded_instance_config."
43566        },
43567        "shieldedVmIntegrityPolicy": {
43568          "$ref": "ShieldedVmIntegrityPolicy",
43569          "description": "Deprecating, please use shielded_instance_integrity_policy."
43570        },
43571        "sourceMachineImage": {
43572          "description": "Source machine image",
43573          "type": "string"
43574        },
43575        "sourceMachineImageEncryptionKey": {
43576          "$ref": "CustomerEncryptionKey",
43577          "description": "Source GMI encryption key when creating an instance from GMI."
43578        },
43579        "startRestricted": {
43580          "description": "[Output Only] Whether a VM has been restricted for start because Compute Engine has detected suspicious activity.",
43581          "type": "boolean"
43582        },
43583        "status": {
43584          "description": "[Output Only] The status of the instance. One of the following values: PROVISIONING, STAGING, RUNNING, STOPPING, SUSPENDING, SUSPENDED, REPAIRING, and TERMINATED. For more information about the status of the instance, see  Instance life cycle.",
43585          "enum": [
43586            "DEPROVISIONING",
43587            "PROVISIONING",
43588            "REPAIRING",
43589            "RUNNING",
43590            "STAGING",
43591            "STOPPED",
43592            "STOPPING",
43593            "SUSPENDED",
43594            "SUSPENDING",
43595            "TERMINATED"
43596          ],
43597          "enumDescriptions": [
43598            "",
43599            "",
43600            "",
43601            "",
43602            "",
43603            "",
43604            "",
43605            "",
43606            "",
43607            ""
43608          ],
43609          "type": "string"
43610        },
43611        "statusMessage": {
43612          "description": "[Output Only] An optional, human-readable explanation of the status.",
43613          "type": "string"
43614        },
43615        "tags": {
43616          "$ref": "Tags",
43617          "description": "Tags to apply to this instance. Tags are used to identify valid sources or targets for network firewalls and are specified by the client during instance creation. The tags can be later modified by the setTags method. Each tag within the list must comply with RFC1035. Multiple tags can be specified via the 'tags.items' field."
43618        },
43619        "upcomingMaintenance": {
43620          "$ref": "UpcomingMaintenance",
43621          "description": "[Output Only] Specifies upcoming maintenance for the instance."
43622        },
43623        "zone": {
43624          "description": "[Output Only] URL of the zone where the instance resides. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.",
43625          "type": "string"
43626        }
43627      },
43628      "type": "object"
43629    },
43630    "InstanceAggregatedList": {
43631      "id": "InstanceAggregatedList",
43632      "properties": {
43633        "id": {
43634          "description": "[Output Only] Unique identifier for the resource; defined by the server.",
43635          "type": "string"
43636        },
43637        "items": {
43638          "additionalProperties": {
43639            "$ref": "InstancesScopedList",
43640            "description": "[Output Only] Name of the scope containing this set of instances."
43641          },
43642          "description": "An object that contains a list of instances scoped by zone.",
43643          "type": "object"
43644        },
43645        "kind": {
43646          "default": "compute#instanceAggregatedList",
43647          "description": "[Output Only] Type of resource. Always compute#instanceAggregatedList for aggregated lists of Instance resources.",
43648          "type": "string"
43649        },
43650        "nextPageToken": {
43651          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
43652          "type": "string"
43653        },
43654        "selfLink": {
43655          "description": "[Output Only] Server-defined URL for this resource.",
43656          "type": "string"
43657        },
43658        "unreachables": {
43659          "description": "[Output Only] Unreachable resources.",
43660          "items": {
43661            "type": "string"
43662          },
43663          "type": "array"
43664        },
43665        "warning": {
43666          "description": "[Output Only] Informational warning message.",
43667          "properties": {
43668            "code": {
43669              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
43670              "enum": [
43671                "CLEANUP_FAILED",
43672                "DEPRECATED_RESOURCE_USED",
43673                "DEPRECATED_TYPE_USED",
43674                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
43675                "EXPERIMENTAL_TYPE_USED",
43676                "EXTERNAL_API_WARNING",
43677                "FIELD_VALUE_OVERRIDEN",
43678                "INJECTED_KERNELS_DEPRECATED",
43679                "LARGE_DEPLOYMENT_WARNING",
43680                "MISSING_TYPE_DEPENDENCY",
43681                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
43682                "NEXT_HOP_CANNOT_IP_FORWARD",
43683                "NEXT_HOP_INSTANCE_NOT_FOUND",
43684                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
43685                "NEXT_HOP_NOT_RUNNING",
43686                "NOT_CRITICAL_ERROR",
43687                "NO_RESULTS_ON_PAGE",
43688                "PARTIAL_SUCCESS",
43689                "REQUIRED_TOS_AGREEMENT",
43690                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
43691                "RESOURCE_NOT_DELETED",
43692                "SCHEMA_VALIDATION_IGNORED",
43693                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
43694                "UNDECLARED_PROPERTIES",
43695                "UNREACHABLE"
43696              ],
43697              "enumDescriptions": [
43698                "",
43699                "",
43700                "",
43701                "",
43702                "",
43703                "",
43704                "",
43705                "",
43706                "",
43707                "",
43708                "",
43709                "",
43710                "",
43711                "",
43712                "",
43713                "",
43714                "",
43715                "",
43716                "",
43717                "",
43718                "",
43719                "",
43720                "",
43721                "",
43722                ""
43723              ],
43724              "type": "string"
43725            },
43726            "data": {
43727              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
43728              "items": {
43729                "properties": {
43730                  "key": {
43731                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
43732                    "type": "string"
43733                  },
43734                  "value": {
43735                    "description": "[Output Only] A warning data value corresponding to the key.",
43736                    "type": "string"
43737                  }
43738                },
43739                "type": "object"
43740              },
43741              "type": "array"
43742            },
43743            "message": {
43744              "description": "[Output Only] A human-readable description of the warning code.",
43745              "type": "string"
43746            }
43747          },
43748          "type": "object"
43749        }
43750      },
43751      "type": "object"
43752    },
43753    "InstanceGroup": {
43754      "description": "Represents an Instance Group resource.\n\nInstance Groups can be used to configure a target for load balancing.\n\nInstance groups can either be managed or unmanaged.\n\nTo create  managed instance groups, use the instanceGroupManager or regionInstanceGroupManager resource instead.\n\nUse zonal unmanaged instance groups if you need to apply load balancing to groups of heterogeneous instances or if you need to manage the instances yourself. You cannot create regional unmanaged instance groups.\n\nFor more information, read Instance groups.\n\n(== resource_for {$api_version}.instanceGroups ==) (== resource_for {$api_version}.regionInstanceGroups ==)",
43755      "id": "InstanceGroup",
43756      "properties": {
43757        "creationTimestamp": {
43758          "description": "[Output Only] The creation timestamp for this instance group in RFC3339 text format.",
43759          "type": "string"
43760        },
43761        "description": {
43762          "description": "An optional description of this resource. Provide this property when you create the resource.",
43763          "type": "string"
43764        },
43765        "fingerprint": {
43766          "description": "[Output Only] The fingerprint of the named ports. The system uses this fingerprint to detect conflicts when multiple users change the named ports concurrently.",
43767          "format": "byte",
43768          "type": "string"
43769        },
43770        "id": {
43771          "description": "[Output Only] A unique identifier for this instance group, generated by the server.",
43772          "format": "uint64",
43773          "type": "string"
43774        },
43775        "kind": {
43776          "default": "compute#instanceGroup",
43777          "description": "[Output Only] The resource type, which is always compute#instanceGroup for instance groups.",
43778          "type": "string"
43779        },
43780        "name": {
43781          "annotations": {
43782            "required": [
43783              "compute.instanceGroups.insert"
43784            ]
43785          },
43786          "description": "The name of the instance group. The name must be 1-63 characters long, and comply with RFC1035.",
43787          "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
43788          "type": "string"
43789        },
43790        "namedPorts": {
43791          "description": "Assigns a name to a port number. For example: {name: \"http\", port: 80}\n\nThis allows the system to reference ports by the assigned name instead of a port number. Named ports can also contain multiple ports. For example: [{name: \"http\", port: 80},{name: \"http\", port: 8080}] \n\nNamed ports apply to all instances in this instance group.",
43792          "items": {
43793            "$ref": "NamedPort"
43794          },
43795          "type": "array"
43796        },
43797        "network": {
43798          "description": "[Output Only] The URL of the network to which all instances in the instance group belong. If your instance has multiple network interfaces, then the network and subnetwork fields only refer to the network and subnet used by your primary interface (nic0).",
43799          "type": "string"
43800        },
43801        "region": {
43802          "description": "[Output Only] The URL of the region where the instance group is located (for regional resources).",
43803          "type": "string"
43804        },
43805        "selfLink": {
43806          "description": "[Output Only] The URL for this instance group. The server generates this URL.",
43807          "type": "string"
43808        },
43809        "selfLinkWithId": {
43810          "description": "[Output Only] Server-defined URL for this resource with the resource id.",
43811          "type": "string"
43812        },
43813        "size": {
43814          "description": "[Output Only] The total number of instances in the instance group.",
43815          "format": "int32",
43816          "type": "integer"
43817        },
43818        "subnetwork": {
43819          "description": "[Output Only] The URL of the subnetwork to which all instances in the instance group belong. If your instance has multiple network interfaces, then the network and subnetwork fields only refer to the network and subnet used by your primary interface (nic0).",
43820          "type": "string"
43821        },
43822        "zone": {
43823          "description": "[Output Only] The URL of the zone where the instance group is located (for zonal resources).",
43824          "type": "string"
43825        }
43826      },
43827      "type": "object"
43828    },
43829    "InstanceGroupAggregatedList": {
43830      "id": "InstanceGroupAggregatedList",
43831      "properties": {
43832        "id": {
43833          "description": "[Output Only] Unique identifier for the resource; defined by the server.",
43834          "type": "string"
43835        },
43836        "items": {
43837          "additionalProperties": {
43838            "$ref": "InstanceGroupsScopedList",
43839            "description": "The name of the scope that contains this set of instance groups."
43840          },
43841          "description": "A list of InstanceGroupsScopedList resources.",
43842          "type": "object"
43843        },
43844        "kind": {
43845          "default": "compute#instanceGroupAggregatedList",
43846          "description": "[Output Only] The resource type, which is always compute#instanceGroupAggregatedList for aggregated lists of instance groups.",
43847          "type": "string"
43848        },
43849        "nextPageToken": {
43850          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
43851          "type": "string"
43852        },
43853        "selfLink": {
43854          "description": "[Output Only] Server-defined URL for this resource.",
43855          "type": "string"
43856        },
43857        "unreachables": {
43858          "description": "[Output Only] Unreachable resources.",
43859          "items": {
43860            "type": "string"
43861          },
43862          "type": "array"
43863        },
43864        "warning": {
43865          "description": "[Output Only] Informational warning message.",
43866          "properties": {
43867            "code": {
43868              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
43869              "enum": [
43870                "CLEANUP_FAILED",
43871                "DEPRECATED_RESOURCE_USED",
43872                "DEPRECATED_TYPE_USED",
43873                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
43874                "EXPERIMENTAL_TYPE_USED",
43875                "EXTERNAL_API_WARNING",
43876                "FIELD_VALUE_OVERRIDEN",
43877                "INJECTED_KERNELS_DEPRECATED",
43878                "LARGE_DEPLOYMENT_WARNING",
43879                "MISSING_TYPE_DEPENDENCY",
43880                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
43881                "NEXT_HOP_CANNOT_IP_FORWARD",
43882                "NEXT_HOP_INSTANCE_NOT_FOUND",
43883                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
43884                "NEXT_HOP_NOT_RUNNING",
43885                "NOT_CRITICAL_ERROR",
43886                "NO_RESULTS_ON_PAGE",
43887                "PARTIAL_SUCCESS",
43888                "REQUIRED_TOS_AGREEMENT",
43889                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
43890                "RESOURCE_NOT_DELETED",
43891                "SCHEMA_VALIDATION_IGNORED",
43892                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
43893                "UNDECLARED_PROPERTIES",
43894                "UNREACHABLE"
43895              ],
43896              "enumDescriptions": [
43897                "",
43898                "",
43899                "",
43900                "",
43901                "",
43902                "",
43903                "",
43904                "",
43905                "",
43906                "",
43907                "",
43908                "",
43909                "",
43910                "",
43911                "",
43912                "",
43913                "",
43914                "",
43915                "",
43916                "",
43917                "",
43918                "",
43919                "",
43920                "",
43921                ""
43922              ],
43923              "type": "string"
43924            },
43925            "data": {
43926              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
43927              "items": {
43928                "properties": {
43929                  "key": {
43930                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
43931                    "type": "string"
43932                  },
43933                  "value": {
43934                    "description": "[Output Only] A warning data value corresponding to the key.",
43935                    "type": "string"
43936                  }
43937                },
43938                "type": "object"
43939              },
43940              "type": "array"
43941            },
43942            "message": {
43943              "description": "[Output Only] A human-readable description of the warning code.",
43944              "type": "string"
43945            }
43946          },
43947          "type": "object"
43948        }
43949      },
43950      "type": "object"
43951    },
43952    "InstanceGroupList": {
43953      "description": "A list of InstanceGroup resources.",
43954      "id": "InstanceGroupList",
43955      "properties": {
43956        "id": {
43957          "description": "[Output Only] Unique identifier for the resource; defined by the server.",
43958          "type": "string"
43959        },
43960        "items": {
43961          "description": "A list of InstanceGroup resources.",
43962          "items": {
43963            "$ref": "InstanceGroup"
43964          },
43965          "type": "array"
43966        },
43967        "kind": {
43968          "default": "compute#instanceGroupList",
43969          "description": "[Output Only] The resource type, which is always compute#instanceGroupList for instance group lists.",
43970          "type": "string"
43971        },
43972        "nextPageToken": {
43973          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
43974          "type": "string"
43975        },
43976        "selfLink": {
43977          "description": "[Output Only] Server-defined URL for this resource.",
43978          "type": "string"
43979        },
43980        "warning": {
43981          "description": "[Output Only] Informational warning message.",
43982          "properties": {
43983            "code": {
43984              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
43985              "enum": [
43986                "CLEANUP_FAILED",
43987                "DEPRECATED_RESOURCE_USED",
43988                "DEPRECATED_TYPE_USED",
43989                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
43990                "EXPERIMENTAL_TYPE_USED",
43991                "EXTERNAL_API_WARNING",
43992                "FIELD_VALUE_OVERRIDEN",
43993                "INJECTED_KERNELS_DEPRECATED",
43994                "LARGE_DEPLOYMENT_WARNING",
43995                "MISSING_TYPE_DEPENDENCY",
43996                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
43997                "NEXT_HOP_CANNOT_IP_FORWARD",
43998                "NEXT_HOP_INSTANCE_NOT_FOUND",
43999                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
44000                "NEXT_HOP_NOT_RUNNING",
44001                "NOT_CRITICAL_ERROR",
44002                "NO_RESULTS_ON_PAGE",
44003                "PARTIAL_SUCCESS",
44004                "REQUIRED_TOS_AGREEMENT",
44005                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
44006                "RESOURCE_NOT_DELETED",
44007                "SCHEMA_VALIDATION_IGNORED",
44008                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
44009                "UNDECLARED_PROPERTIES",
44010                "UNREACHABLE"
44011              ],
44012              "enumDescriptions": [
44013                "",
44014                "",
44015                "",
44016                "",
44017                "",
44018                "",
44019                "",
44020                "",
44021                "",
44022                "",
44023                "",
44024                "",
44025                "",
44026                "",
44027                "",
44028                "",
44029                "",
44030                "",
44031                "",
44032                "",
44033                "",
44034                "",
44035                "",
44036                "",
44037                ""
44038              ],
44039              "type": "string"
44040            },
44041            "data": {
44042              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
44043              "items": {
44044                "properties": {
44045                  "key": {
44046                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
44047                    "type": "string"
44048                  },
44049                  "value": {
44050                    "description": "[Output Only] A warning data value corresponding to the key.",
44051                    "type": "string"
44052                  }
44053                },
44054                "type": "object"
44055              },
44056              "type": "array"
44057            },
44058            "message": {
44059              "description": "[Output Only] A human-readable description of the warning code.",
44060              "type": "string"
44061            }
44062          },
44063          "type": "object"
44064        }
44065      },
44066      "type": "object"
44067    },
44068    "InstanceGroupManager": {
44069      "description": "Represents a Managed Instance Group resource.\n\nAn instance group is a collection of VM instances that you can manage as a single entity. For more information, read Instance groups.\n\nFor zonal Managed Instance Group, use the instanceGroupManagers resource.\n\nFor regional Managed Instance Group, use the regionInstanceGroupManagers resource. (== resource_for {$api_version}.instanceGroupManagers ==) (== resource_for {$api_version}.regionInstanceGroupManagers ==)",
44070      "id": "InstanceGroupManager",
44071      "properties": {
44072        "autoHealingPolicies": {
44073          "description": "The autohealing policy for this managed instance group. You can specify only one value.",
44074          "items": {
44075            "$ref": "InstanceGroupManagerAutoHealingPolicy"
44076          },
44077          "type": "array"
44078        },
44079        "baseInstanceName": {
44080          "annotations": {
44081            "required": [
44082              "compute.instanceGroupManagers.insert"
44083            ]
44084          },
44085          "description": "The base instance name to use for instances in this group. The value must be 1-58 characters long. Instances are named by appending a hyphen and a random four-character string to the base instance name. The base instance name must comply with RFC1035.",
44086          "pattern": "[a-z][-a-z0-9]{0,57}",
44087          "type": "string"
44088        },
44089        "creationTimestamp": {
44090          "description": "[Output Only] The creation timestamp for this managed instance group in RFC3339 text format.",
44091          "type": "string"
44092        },
44093        "currentActions": {
44094          "$ref": "InstanceGroupManagerActionsSummary",
44095          "description": "[Output Only] The list of instance actions and the number of instances in this managed instance group that are scheduled for each of those actions."
44096        },
44097        "description": {
44098          "description": "An optional description of this resource. Provide this property when you create the resource.",
44099          "type": "string"
44100        },
44101        "distributionPolicy": {
44102          "$ref": "DistributionPolicy",
44103          "description": "Policy specifying the intended distribution of managed instances across zones in a regional managed instance group."
44104        },
44105        "failoverAction": {
44106          "description": "The action to perform in case of zone failure. Only one value is supported, NO_FAILOVER. The default is NO_FAILOVER.",
44107          "enum": [
44108            "NO_FAILOVER",
44109            "UNKNOWN"
44110          ],
44111          "enumDescriptions": [
44112            "",
44113            ""
44114          ],
44115          "type": "string"
44116        },
44117        "fingerprint": {
44118          "description": "Fingerprint of this resource. This field may be used in optimistic locking. It will be ignored when inserting an InstanceGroupManager. An up-to-date fingerprint must be provided in order to update the InstanceGroupManager, otherwise the request will fail with error 412 conditionNotMet.\n\nTo see the latest fingerprint, make a get() request to retrieve an InstanceGroupManager.",
44119          "format": "byte",
44120          "type": "string"
44121        },
44122        "id": {
44123          "description": "[Output Only] A unique identifier for this resource type. The server generates this identifier.",
44124          "format": "uint64",
44125          "type": "string"
44126        },
44127        "instanceGroup": {
44128          "description": "[Output Only] The URL of the Instance Group resource.",
44129          "type": "string"
44130        },
44131        "instanceTemplate": {
44132          "description": "The URL of the instance template that is specified for this managed instance group. The group uses this template to create all new instances in the managed instance group. The templates for existing instances in the group do not change unless you run recreateInstances, run applyUpdatesToInstances, or set the group's updatePolicy.type to PROACTIVE.",
44133          "type": "string"
44134        },
44135        "kind": {
44136          "default": "compute#instanceGroupManager",
44137          "description": "[Output Only] The resource type, which is always compute#instanceGroupManager for managed instance groups.",
44138          "type": "string"
44139        },
44140        "name": {
44141          "annotations": {
44142            "required": [
44143              "compute.instanceGroupManagers.insert",
44144              "compute.regionInstanceGroupManagers.insert"
44145            ]
44146          },
44147          "description": "The name of the managed instance group. The name must be 1-63 characters long, and comply with RFC1035.",
44148          "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
44149          "type": "string"
44150        },
44151        "namedPorts": {
44152          "description": "Named ports configured for the Instance Groups complementary to this Instance Group Manager.",
44153          "items": {
44154            "$ref": "NamedPort"
44155          },
44156          "type": "array"
44157        },
44158        "pendingActions": {
44159          "$ref": "InstanceGroupManagerPendingActionsSummary",
44160          "description": "[Deprecated] This field is deprecated and will be removed. Prefer using the status field instead. Please contact cloud-updater-feedback@google.com to leave feedback if your workload relies on this field. [Output Only] The list of instance actions and the number of instances in this managed instance group that are pending for each of those actions."
44161        },
44162        "region": {
44163          "description": "[Output Only] The URL of the region where the managed instance group resides (for regional resources).",
44164          "type": "string"
44165        },
44166        "selfLink": {
44167          "description": "[Output Only] The URL for this managed instance group. The server defines this URL.",
44168          "type": "string"
44169        },
44170        "selfLinkWithId": {
44171          "description": "[Output Only] Server-defined URL for this resource with the resource id.",
44172          "type": "string"
44173        },
44174        "serviceAccount": {
44175          "description": "The service account to be used as credentials for all operations performed by the managed instance group on instances. The service accounts needs all permissions required to create and delete instances. By default, the service account {projectNumber}@cloudservices.gserviceaccount.com is used.",
44176          "type": "string"
44177        },
44178        "statefulPolicy": {
44179          "$ref": "StatefulPolicy",
44180          "description": "Stateful configuration for this Instanced Group Manager"
44181        },
44182        "status": {
44183          "$ref": "InstanceGroupManagerStatus",
44184          "description": "[Output Only] The status of this managed instance group."
44185        },
44186        "targetPools": {
44187          "description": "The URLs for all TargetPool resources to which instances in the instanceGroup field are added. The target pools automatically apply to all of the instances in the managed instance group.",
44188          "items": {
44189            "type": "string"
44190          },
44191          "type": "array"
44192        },
44193        "targetSize": {
44194          "annotations": {
44195            "required": [
44196              "compute.instanceGroupManagers.insert",
44197              "compute.regionInstanceGroupManagers.insert"
44198            ]
44199          },
44200          "description": "The target number of running instances for this managed instance group. You can reduce this number by using the instanceGroupManager deleteInstances or abandonInstances methods. Resizing the group also changes this number.",
44201          "format": "int32",
44202          "type": "integer"
44203        },
44204        "updatePolicy": {
44205          "$ref": "InstanceGroupManagerUpdatePolicy",
44206          "description": "The update policy for this managed instance group."
44207        },
44208        "versions": {
44209          "description": "Specifies the instance templates used by this managed instance group to create instances.\n\nEach version is defined by an instanceTemplate and a name. Every version can appear at most once per instance group. This field overrides the top-level instanceTemplate field. Read more about the relationships between these fields. Exactly one version must leave the targetSize field unset. That version will be applied to all remaining instances. For more information, read about canary updates.",
44210          "items": {
44211            "$ref": "InstanceGroupManagerVersion"
44212          },
44213          "type": "array"
44214        },
44215        "zone": {
44216          "description": "[Output Only] The URL of a zone where the managed instance group is located (for zonal resources).",
44217          "type": "string"
44218        }
44219      },
44220      "type": "object"
44221    },
44222    "InstanceGroupManagerActionsSummary": {
44223      "id": "InstanceGroupManagerActionsSummary",
44224      "properties": {
44225        "abandoning": {
44226          "description": "[Output Only] The total number of instances in the managed instance group that are scheduled to be abandoned. Abandoning an instance removes it from the managed instance group without deleting it.",
44227          "format": "int32",
44228          "type": "integer"
44229        },
44230        "creating": {
44231          "description": "[Output Only] The number of instances in the managed instance group that are scheduled to be created or are currently being created. If the group fails to create any of these instances, it tries again until it creates the instance successfully.\n\nIf you have disabled creation retries, this field will not be populated; instead, the creatingWithoutRetries field will be populated.",
44232          "format": "int32",
44233          "type": "integer"
44234        },
44235        "creatingWithoutRetries": {
44236          "description": "[Output Only] The number of instances that the managed instance group will attempt to create. The group attempts to create each instance only once. If the group fails to create any of these instances, it decreases the group's targetSize value accordingly.",
44237          "format": "int32",
44238          "type": "integer"
44239        },
44240        "deleting": {
44241          "description": "[Output Only] The number of instances in the managed instance group that are scheduled to be deleted or are currently being deleted.",
44242          "format": "int32",
44243          "type": "integer"
44244        },
44245        "none": {
44246          "description": "[Output Only] The number of instances in the managed instance group that are running and have no scheduled actions.",
44247          "format": "int32",
44248          "type": "integer"
44249        },
44250        "recreating": {
44251          "description": "[Output Only] The number of instances in the managed instance group that are scheduled to be recreated or are currently being being recreated. Recreating an instance deletes the existing root persistent disk and creates a new disk from the image that is defined in the instance template.",
44252          "format": "int32",
44253          "type": "integer"
44254        },
44255        "refreshing": {
44256          "description": "[Output Only] The number of instances in the managed instance group that are being reconfigured with properties that do not require a restart or a recreate action. For example, setting or removing target pools for the instance.",
44257          "format": "int32",
44258          "type": "integer"
44259        },
44260        "restarting": {
44261          "description": "[Output Only] The number of instances in the managed instance group that are scheduled to be restarted or are currently being restarted.",
44262          "format": "int32",
44263          "type": "integer"
44264        },
44265        "verifying": {
44266          "description": "[Output Only] The number of instances in the managed instance group that are being verified. See the managedInstances[].currentAction property in the listManagedInstances method documentation.",
44267          "format": "int32",
44268          "type": "integer"
44269        }
44270      },
44271      "type": "object"
44272    },
44273    "InstanceGroupManagerAggregatedList": {
44274      "id": "InstanceGroupManagerAggregatedList",
44275      "properties": {
44276        "id": {
44277          "description": "[Output Only] Unique identifier for the resource; defined by the server.",
44278          "type": "string"
44279        },
44280        "items": {
44281          "additionalProperties": {
44282            "$ref": "InstanceGroupManagersScopedList",
44283            "description": "[Output Only] The name of the scope that contains this set of managed instance groups."
44284          },
44285          "description": "A list of InstanceGroupManagersScopedList resources.",
44286          "type": "object"
44287        },
44288        "kind": {
44289          "default": "compute#instanceGroupManagerAggregatedList",
44290          "description": "[Output Only] The resource type, which is always compute#instanceGroupManagerAggregatedList for an aggregated list of managed instance groups.",
44291          "type": "string"
44292        },
44293        "nextPageToken": {
44294          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
44295          "type": "string"
44296        },
44297        "selfLink": {
44298          "description": "[Output Only] Server-defined URL for this resource.",
44299          "type": "string"
44300        },
44301        "unreachables": {
44302          "description": "[Output Only] Unreachable resources.",
44303          "items": {
44304            "type": "string"
44305          },
44306          "type": "array"
44307        },
44308        "warning": {
44309          "description": "[Output Only] Informational warning message.",
44310          "properties": {
44311            "code": {
44312              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
44313              "enum": [
44314                "CLEANUP_FAILED",
44315                "DEPRECATED_RESOURCE_USED",
44316                "DEPRECATED_TYPE_USED",
44317                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
44318                "EXPERIMENTAL_TYPE_USED",
44319                "EXTERNAL_API_WARNING",
44320                "FIELD_VALUE_OVERRIDEN",
44321                "INJECTED_KERNELS_DEPRECATED",
44322                "LARGE_DEPLOYMENT_WARNING",
44323                "MISSING_TYPE_DEPENDENCY",
44324                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
44325                "NEXT_HOP_CANNOT_IP_FORWARD",
44326                "NEXT_HOP_INSTANCE_NOT_FOUND",
44327                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
44328                "NEXT_HOP_NOT_RUNNING",
44329                "NOT_CRITICAL_ERROR",
44330                "NO_RESULTS_ON_PAGE",
44331                "PARTIAL_SUCCESS",
44332                "REQUIRED_TOS_AGREEMENT",
44333                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
44334                "RESOURCE_NOT_DELETED",
44335                "SCHEMA_VALIDATION_IGNORED",
44336                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
44337                "UNDECLARED_PROPERTIES",
44338                "UNREACHABLE"
44339              ],
44340              "enumDescriptions": [
44341                "",
44342                "",
44343                "",
44344                "",
44345                "",
44346                "",
44347                "",
44348                "",
44349                "",
44350                "",
44351                "",
44352                "",
44353                "",
44354                "",
44355                "",
44356                "",
44357                "",
44358                "",
44359                "",
44360                "",
44361                "",
44362                "",
44363                "",
44364                "",
44365                ""
44366              ],
44367              "type": "string"
44368            },
44369            "data": {
44370              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
44371              "items": {
44372                "properties": {
44373                  "key": {
44374                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
44375                    "type": "string"
44376                  },
44377                  "value": {
44378                    "description": "[Output Only] A warning data value corresponding to the key.",
44379                    "type": "string"
44380                  }
44381                },
44382                "type": "object"
44383              },
44384              "type": "array"
44385            },
44386            "message": {
44387              "description": "[Output Only] A human-readable description of the warning code.",
44388              "type": "string"
44389            }
44390          },
44391          "type": "object"
44392        }
44393      },
44394      "type": "object"
44395    },
44396    "InstanceGroupManagerAutoHealingPolicy": {
44397      "description": "",
44398      "id": "InstanceGroupManagerAutoHealingPolicy",
44399      "properties": {
44400        "healthCheck": {
44401          "description": "The URL for the health check that signals autohealing.",
44402          "type": "string"
44403        },
44404        "initialDelaySec": {
44405          "description": "The number of seconds that the managed instance group waits before it applies autohealing policies to new instances or recently recreated instances. This initial delay allows instances to initialize and run their startup scripts before the instance group determines that they are UNHEALTHY. This prevents the managed instance group from recreating its instances prematurely. This value must be from range [0, 3600].",
44406          "format": "int32",
44407          "type": "integer"
44408        },
44409        "maxUnavailable": {
44410          "$ref": "FixedOrPercent",
44411          "description": "Maximum number of instances that can be unavailable when autohealing. When 'percent' is used, the value is rounded UP. The instance is considered available if all of the following conditions are satisfied: 1. Instance's status is RUNNING. 2. Instance's currentAction is NONE (in particular its liveness health check result was observed to be HEALTHY at least once as it passed VERIFYING). 3. There is no outgoing action on an instance triggered by IGM.\n\nBy default, number of concurrently autohealed instances is smaller than the managed instance group target size. However, if a zonal managed instance group has only one instance, or a regional managed instance group has only one instance per zone, autohealing will recreate these instances when they become unhealthy."
44412        }
44413      },
44414      "type": "object"
44415    },
44416    "InstanceGroupManagerList": {
44417      "description": "[Output Only] A list of managed instance groups.",
44418      "id": "InstanceGroupManagerList",
44419      "properties": {
44420        "id": {
44421          "description": "[Output Only] Unique identifier for the resource; defined by the server.",
44422          "type": "string"
44423        },
44424        "items": {
44425          "description": "A list of InstanceGroupManager resources.",
44426          "items": {
44427            "$ref": "InstanceGroupManager"
44428          },
44429          "type": "array"
44430        },
44431        "kind": {
44432          "default": "compute#instanceGroupManagerList",
44433          "description": "[Output Only] The resource type, which is always compute#instanceGroupManagerList for a list of managed instance groups.",
44434          "type": "string"
44435        },
44436        "nextPageToken": {
44437          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
44438          "type": "string"
44439        },
44440        "selfLink": {
44441          "description": "[Output Only] Server-defined URL for this resource.",
44442          "type": "string"
44443        },
44444        "warning": {
44445          "description": "[Output Only] Informational warning message.",
44446          "properties": {
44447            "code": {
44448              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
44449              "enum": [
44450                "CLEANUP_FAILED",
44451                "DEPRECATED_RESOURCE_USED",
44452                "DEPRECATED_TYPE_USED",
44453                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
44454                "EXPERIMENTAL_TYPE_USED",
44455                "EXTERNAL_API_WARNING",
44456                "FIELD_VALUE_OVERRIDEN",
44457                "INJECTED_KERNELS_DEPRECATED",
44458                "LARGE_DEPLOYMENT_WARNING",
44459                "MISSING_TYPE_DEPENDENCY",
44460                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
44461                "NEXT_HOP_CANNOT_IP_FORWARD",
44462                "NEXT_HOP_INSTANCE_NOT_FOUND",
44463                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
44464                "NEXT_HOP_NOT_RUNNING",
44465                "NOT_CRITICAL_ERROR",
44466                "NO_RESULTS_ON_PAGE",
44467                "PARTIAL_SUCCESS",
44468                "REQUIRED_TOS_AGREEMENT",
44469                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
44470                "RESOURCE_NOT_DELETED",
44471                "SCHEMA_VALIDATION_IGNORED",
44472                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
44473                "UNDECLARED_PROPERTIES",
44474                "UNREACHABLE"
44475              ],
44476              "enumDescriptions": [
44477                "",
44478                "",
44479                "",
44480                "",
44481                "",
44482                "",
44483                "",
44484                "",
44485                "",
44486                "",
44487                "",
44488                "",
44489                "",
44490                "",
44491                "",
44492                "",
44493                "",
44494                "",
44495                "",
44496                "",
44497                "",
44498                "",
44499                "",
44500                "",
44501                ""
44502              ],
44503              "type": "string"
44504            },
44505            "data": {
44506              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
44507              "items": {
44508                "properties": {
44509                  "key": {
44510                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
44511                    "type": "string"
44512                  },
44513                  "value": {
44514                    "description": "[Output Only] A warning data value corresponding to the key.",
44515                    "type": "string"
44516                  }
44517                },
44518                "type": "object"
44519              },
44520              "type": "array"
44521            },
44522            "message": {
44523              "description": "[Output Only] A human-readable description of the warning code.",
44524              "type": "string"
44525            }
44526          },
44527          "type": "object"
44528        }
44529      },
44530      "type": "object"
44531    },
44532    "InstanceGroupManagerPendingActionsSummary": {
44533      "id": "InstanceGroupManagerPendingActionsSummary",
44534      "properties": {
44535        "creating": {
44536          "description": "[Deprecated] This field is deprecated and will be removed. Prefer using the status field instead. Please contact cloud-updater-feedback@google.com to leave feedback if your workload relies on this field. [Output Only] The number of instances in the managed instance group that are pending to be created.",
44537          "format": "int32",
44538          "type": "integer"
44539        },
44540        "deleting": {
44541          "description": "[Deprecated] This field is deprecated and will be removed. Prefer using the status field instead. Please contact cloud-updater-feedback@google.com to leave feedback if your workload relies on this field. [Output Only] The number of instances in the managed instance group that are pending to be deleted.",
44542          "format": "int32",
44543          "type": "integer"
44544        },
44545        "recreating": {
44546          "description": "[Deprecated] This field is deprecated and will be removed. Prefer using the status field instead. Please contact cloud-updater-feedback@google.com to leave feedback if your workload relies on this field. [Output Only] The number of instances in the managed instance group that are pending to be recreated.",
44547          "format": "int32",
44548          "type": "integer"
44549        },
44550        "restarting": {
44551          "description": "[Deprecated] This field is deprecated and will be removed. Prefer using the status field instead. Please contact cloud-updater-feedback@google.com to leave feedback if your workload relies on this field. [Output Only] The number of instances in the managed instance group that are pending to be restarted.",
44552          "format": "int32",
44553          "type": "integer"
44554        }
44555      },
44556      "type": "object"
44557    },
44558    "InstanceGroupManagerStatus": {
44559      "id": "InstanceGroupManagerStatus",
44560      "properties": {
44561        "autoscaler": {
44562          "description": "[Output Only] The URL of the Autoscaler that targets this instance group manager.",
44563          "type": "string"
44564        },
44565        "isStable": {
44566          "description": "[Output Only] A bit indicating whether the managed instance group is in a stable state. A stable state means that: none of the instances in the managed instance group is currently undergoing any type of change (for example, creation, restart, or deletion); no future changes are scheduled for instances in the managed instance group; and the managed instance group itself is not being modified.",
44567          "type": "boolean"
44568        },
44569        "stateful": {
44570          "$ref": "InstanceGroupManagerStatusStateful",
44571          "description": "[Output Only] Stateful status of the given Instance Group Manager."
44572        },
44573        "versionTarget": {
44574          "$ref": "InstanceGroupManagerStatusVersionTarget",
44575          "description": "[Output Only] A status of consistency of Instances' versions with their target version specified by version field on Instance Group Manager."
44576        }
44577      },
44578      "type": "object"
44579    },
44580    "InstanceGroupManagerStatusStateful": {
44581      "id": "InstanceGroupManagerStatusStateful",
44582      "properties": {
44583        "hasStatefulConfig": {
44584          "description": "[Output Only] A bit indicating whether the managed instance group has stateful configuration, that is, if you have configured any items in a stateful policy or in per-instance configs. The group might report that it has no stateful config even when there is still some preserved state on a managed instance, for example, if you have deleted all PICs but not yet applied those deletions.",
44585          "type": "boolean"
44586        },
44587        "isStateful": {
44588          "description": "[Output Only] A bit indicating whether the managed instance group has stateful configuration, that is, if you have configured any items in a stateful policy or in per-instance configs. The group might report that it has no stateful config even when there is still some preserved state on a managed instance, for example, if you have deleted all PICs but not yet applied those deletions. This field is deprecated in favor of has_stateful_config.",
44589          "type": "boolean"
44590        },
44591        "perInstanceConfigs": {
44592          "$ref": "InstanceGroupManagerStatusStatefulPerInstanceConfigs",
44593          "description": "[Output Only] Status of per-instance configs on the instance."
44594        }
44595      },
44596      "type": "object"
44597    },
44598    "InstanceGroupManagerStatusStatefulPerInstanceConfigs": {
44599      "id": "InstanceGroupManagerStatusStatefulPerInstanceConfigs",
44600      "properties": {
44601        "allEffective": {
44602          "description": "A bit indicating if all of the group's per-instance configs (listed in the output of a listPerInstanceConfigs API call) have status EFFECTIVE or there are no per-instance-configs.",
44603          "type": "boolean"
44604        }
44605      },
44606      "type": "object"
44607    },
44608    "InstanceGroupManagerStatusVersionTarget": {
44609      "id": "InstanceGroupManagerStatusVersionTarget",
44610      "properties": {
44611        "isReached": {
44612          "description": "[Output Only] A bit indicating whether version target has been reached in this managed instance group, i.e. all instances are in their target version. Instances' target version are specified by version field on Instance Group Manager.",
44613          "type": "boolean"
44614        }
44615      },
44616      "type": "object"
44617    },
44618    "InstanceGroupManagerUpdatePolicy": {
44619      "id": "InstanceGroupManagerUpdatePolicy",
44620      "properties": {
44621        "instanceRedistributionType": {
44622          "description": "The  instance redistribution policy for regional managed instance groups. Valid values are:  \n- PROACTIVE (default): The group attempts to maintain an even distribution of VM instances across zones in the region. \n- NONE: For non-autoscaled groups, proactive redistribution is disabled.",
44623          "enum": [
44624            "NONE",
44625            "PROACTIVE"
44626          ],
44627          "enumDescriptions": [
44628            "",
44629            ""
44630          ],
44631          "type": "string"
44632        },
44633        "maxSurge": {
44634          "$ref": "FixedOrPercent",
44635          "description": "The maximum number of instances that can be created above the specified targetSize during the update process. By default, a fixed value of 1 is used. This value can be either a fixed number or a percentage if the instance group has 10 or more instances. If you set a percentage, the number of instances will be rounded up if necessary.\n\nAt least one of either maxSurge or maxUnavailable must be greater than 0. Learn more about maxSurge."
44636        },
44637        "maxUnavailable": {
44638          "$ref": "FixedOrPercent",
44639          "description": "The maximum number of instances that can be unavailable during the update process. An instance is considered available if all of the following conditions are satisfied:\n\n \n- The instance's status is RUNNING. \n- If there is a health check on the instance group, the instance's liveness health check result must be HEALTHY at least once. If there is no health check on the group, then the instance only needs to have a status of RUNNING to be considered available.  By default, a fixed value of 1 is used. This value can be either a fixed number or a percentage if the instance group has 10 or more instances. If you set a percentage, the number of instances will be rounded up if necessary.\n\nAt least one of either maxSurge or maxUnavailable must be greater than 0. Learn more about maxUnavailable."
44640        },
44641        "minReadySec": {
44642          "description": "Minimum number of seconds to wait for after a newly created instance becomes available. This value must be from range [0, 3600].",
44643          "format": "int32",
44644          "type": "integer"
44645        },
44646        "minimalAction": {
44647          "description": "Minimal action to be taken on an instance. You can specify either RESTART to restart existing instances or REPLACE to delete and create new instances from the target template. If you specify a RESTART, the Updater will attempt to perform that action only. However, if the Updater determines that the minimal action you specify is not enough to perform the update, it might perform a more disruptive action.",
44648          "enum": [
44649            "NONE",
44650            "REFRESH",
44651            "REPLACE",
44652            "RESTART"
44653          ],
44654          "enumDescriptions": [
44655            "",
44656            "",
44657            "",
44658            ""
44659          ],
44660          "type": "string"
44661        },
44662        "mostDisruptiveAllowedAction": {
44663          "description": "Most disruptive action that is allowed to be taken on an instance. You can specify either NONE to forbid any actions, REFRESH to allow actions that do not need instance restart, RESTART to allow actions that can be applied without instance replacing or REPLACE to allow all possible actions. If the Updater determines that the minimal update action needed is more disruptive than most disruptive allowed action you specify it will not perform the update at all.",
44664          "enum": [
44665            "NONE",
44666            "REFRESH",
44667            "REPLACE",
44668            "RESTART"
44669          ],
44670          "enumDescriptions": [
44671            "",
44672            "",
44673            "",
44674            ""
44675          ],
44676          "type": "string"
44677        },
44678        "replacementMethod": {
44679          "description": "What action should be used to replace instances. See minimal_action.REPLACE",
44680          "enum": [
44681            "RECREATE",
44682            "SUBSTITUTE"
44683          ],
44684          "enumDescriptions": [
44685            "",
44686            ""
44687          ],
44688          "type": "string"
44689        },
44690        "type": {
44691          "description": "The type of update process. You can specify either PROACTIVE so that the instance group manager proactively executes actions in order to bring instances to their target versions or OPPORTUNISTIC so that no action is proactively executed but the update will be performed as part of other actions (for example, resizes or recreateInstances calls).",
44692          "enum": [
44693            "OPPORTUNISTIC",
44694            "PROACTIVE"
44695          ],
44696          "enumDescriptions": [
44697            "",
44698            ""
44699          ],
44700          "type": "string"
44701        }
44702      },
44703      "type": "object"
44704    },
44705    "InstanceGroupManagerVersion": {
44706      "id": "InstanceGroupManagerVersion",
44707      "properties": {
44708        "instanceTemplate": {
44709          "description": "The URL of the instance template that is specified for this managed instance group. The group uses this template to create new instances in the managed instance group until the `targetSize` for this version is reached. The templates for existing instances in the group do not change unless you run recreateInstances, run applyUpdatesToInstances, or set the group's updatePolicy.type to PROACTIVE; in those cases, existing instances are updated until the `targetSize` for this version is reached.",
44710          "type": "string"
44711        },
44712        "name": {
44713          "description": "Name of the version. Unique among all versions in the scope of this managed instance group.",
44714          "type": "string"
44715        },
44716        "tag": {
44717          "description": "Tag describing the version. Used to trigger rollout of a target version even if instance_template remains unchanged. Deprecated in favor of 'name'.",
44718          "type": "string"
44719        },
44720        "targetSize": {
44721          "$ref": "FixedOrPercent",
44722          "description": "Specifies the intended number of instances to be created from the instanceTemplate. The final number of instances created from the template will be equal to:  \n- If expressed as a fixed number, the minimum of either targetSize.fixed or instanceGroupManager.targetSize is used. \n- if expressed as a percent, the targetSize would be (targetSize.percent/100 * InstanceGroupManager.targetSize) If there is a remainder, the number is rounded up.  If unset, this version will update any remaining instances not updated by another version. Read Starting a canary update for more information."
44723        }
44724      },
44725      "type": "object"
44726    },
44727    "InstanceGroupManagersAbandonInstancesRequest": {
44728      "id": "InstanceGroupManagersAbandonInstancesRequest",
44729      "properties": {
44730        "instances": {
44731          "description": "The URLs of one or more instances to abandon. This can be a full URL or a partial URL, such as zones/[ZONE]/instances/[INSTANCE_NAME].",
44732          "items": {
44733            "type": "string"
44734          },
44735          "type": "array"
44736        }
44737      },
44738      "type": "object"
44739    },
44740    "InstanceGroupManagersApplyUpdatesRequest": {
44741      "description": "InstanceGroupManagers.applyUpdatesToInstances",
44742      "id": "InstanceGroupManagersApplyUpdatesRequest",
44743      "properties": {
44744        "allInstances": {
44745          "description": "Flag to update all instances instead of specified list of ?instances?. If the flag is set to true then the instances may not be specified in the request.",
44746          "type": "boolean"
44747        },
44748        "instances": {
44749          "description": "The list of URLs of one or more instances for which you want to apply updates. Each URL can be a full URL or a partial URL, such as zones/[ZONE]/instances/[INSTANCE_NAME].",
44750          "items": {
44751            "type": "string"
44752          },
44753          "type": "array"
44754        },
44755        "maximalAction": {
44756          "description": "The maximal action that should be performed on the instances. By default REPLACE. This field is deprecated, please use most_disruptive_allowed_action.",
44757          "enum": [
44758            "NONE",
44759            "REFRESH",
44760            "REPLACE",
44761            "RESTART"
44762          ],
44763          "enumDescriptions": [
44764            "",
44765            "",
44766            "",
44767            ""
44768          ],
44769          "type": "string"
44770        },
44771        "minimalAction": {
44772          "description": "The minimal action that you want to perform on each instance during the update:  \n- REPLACE: At minimum, delete the instance and create it again. \n- RESTART: Stop the instance and start it again. \n- REFRESH: Do not stop the instance. \n- NONE: Do not disrupt the instance at all.  By default, the minimum action is NONE. If your update requires a more disruptive action than you set with this flag, the necessary action is performed to execute the update.",
44773          "enum": [
44774            "NONE",
44775            "REFRESH",
44776            "REPLACE",
44777            "RESTART"
44778          ],
44779          "enumDescriptions": [
44780            "",
44781            "",
44782            "",
44783            ""
44784          ],
44785          "type": "string"
44786        },
44787        "mostDisruptiveAllowedAction": {
44788          "description": "The most disruptive action that you want to perform on each instance during the update:  \n- REPLACE: Delete the instance and create it again. \n- RESTART: Stop the instance and start it again. \n- REFRESH: Do not stop the instance. \n- NONE: Do not disrupt the instance at all.  By default, the most disruptive allowed action is REPLACE. If your update requires a more disruptive action than you set with this flag, the update request will fail.",
44789          "enum": [
44790            "NONE",
44791            "REFRESH",
44792            "REPLACE",
44793            "RESTART"
44794          ],
44795          "enumDescriptions": [
44796            "",
44797            "",
44798            "",
44799            ""
44800          ],
44801          "type": "string"
44802        }
44803      },
44804      "type": "object"
44805    },
44806    "InstanceGroupManagersCreateInstancesRequest": {
44807      "description": "InstanceGroupManagers.createInstances",
44808      "id": "InstanceGroupManagersCreateInstancesRequest",
44809      "properties": {
44810        "instances": {
44811          "description": "[Required] List of specifications of per-instance configs.",
44812          "items": {
44813            "$ref": "PerInstanceConfig"
44814          },
44815          "type": "array"
44816        }
44817      },
44818      "type": "object"
44819    },
44820    "InstanceGroupManagersDeleteInstancesRequest": {
44821      "id": "InstanceGroupManagersDeleteInstancesRequest",
44822      "properties": {
44823        "instances": {
44824          "description": "The URLs of one or more instances to delete. This can be a full URL or a partial URL, such as zones/[ZONE]/instances/[INSTANCE_NAME].",
44825          "items": {
44826            "type": "string"
44827          },
44828          "type": "array"
44829        }
44830      },
44831      "type": "object"
44832    },
44833    "InstanceGroupManagersDeletePerInstanceConfigsReq": {
44834      "description": "InstanceGroupManagers.deletePerInstanceConfigs",
44835      "id": "InstanceGroupManagersDeletePerInstanceConfigsReq",
44836      "properties": {
44837        "names": {
44838          "description": "The list of instance names for which we want to delete per-instance configs on this managed instance group.",
44839          "items": {
44840            "type": "string"
44841          },
44842          "type": "array"
44843        }
44844      },
44845      "type": "object"
44846    },
44847    "InstanceGroupManagersListErrorsResponse": {
44848      "id": "InstanceGroupManagersListErrorsResponse",
44849      "properties": {
44850        "items": {
44851          "description": "[Output Only] The list of errors of the managed instance group.",
44852          "items": {
44853            "$ref": "InstanceManagedByIgmError"
44854          },
44855          "type": "array"
44856        },
44857        "nextPageToken": {
44858          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
44859          "type": "string"
44860        }
44861      },
44862      "type": "object"
44863    },
44864    "InstanceGroupManagersListManagedInstancesResponse": {
44865      "id": "InstanceGroupManagersListManagedInstancesResponse",
44866      "properties": {
44867        "managedInstances": {
44868          "description": "[Output Only] The list of instances in the managed instance group.",
44869          "items": {
44870            "$ref": "ManagedInstance"
44871          },
44872          "type": "array"
44873        },
44874        "nextPageToken": {
44875          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
44876          "type": "string"
44877        }
44878      },
44879      "type": "object"
44880    },
44881    "InstanceGroupManagersListPerInstanceConfigsResp": {
44882      "id": "InstanceGroupManagersListPerInstanceConfigsResp",
44883      "properties": {
44884        "items": {
44885          "description": "[Output Only] The list of PerInstanceConfig.",
44886          "items": {
44887            "$ref": "PerInstanceConfig"
44888          },
44889          "type": "array"
44890        },
44891        "nextPageToken": {
44892          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
44893          "type": "string"
44894        },
44895        "warning": {
44896          "description": "[Output Only] Informational warning message.",
44897          "properties": {
44898            "code": {
44899              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
44900              "enum": [
44901                "CLEANUP_FAILED",
44902                "DEPRECATED_RESOURCE_USED",
44903                "DEPRECATED_TYPE_USED",
44904                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
44905                "EXPERIMENTAL_TYPE_USED",
44906                "EXTERNAL_API_WARNING",
44907                "FIELD_VALUE_OVERRIDEN",
44908                "INJECTED_KERNELS_DEPRECATED",
44909                "LARGE_DEPLOYMENT_WARNING",
44910                "MISSING_TYPE_DEPENDENCY",
44911                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
44912                "NEXT_HOP_CANNOT_IP_FORWARD",
44913                "NEXT_HOP_INSTANCE_NOT_FOUND",
44914                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
44915                "NEXT_HOP_NOT_RUNNING",
44916                "NOT_CRITICAL_ERROR",
44917                "NO_RESULTS_ON_PAGE",
44918                "PARTIAL_SUCCESS",
44919                "REQUIRED_TOS_AGREEMENT",
44920                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
44921                "RESOURCE_NOT_DELETED",
44922                "SCHEMA_VALIDATION_IGNORED",
44923                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
44924                "UNDECLARED_PROPERTIES",
44925                "UNREACHABLE"
44926              ],
44927              "enumDescriptions": [
44928                "",
44929                "",
44930                "",
44931                "",
44932                "",
44933                "",
44934                "",
44935                "",
44936                "",
44937                "",
44938                "",
44939                "",
44940                "",
44941                "",
44942                "",
44943                "",
44944                "",
44945                "",
44946                "",
44947                "",
44948                "",
44949                "",
44950                "",
44951                "",
44952                ""
44953              ],
44954              "type": "string"
44955            },
44956            "data": {
44957              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
44958              "items": {
44959                "properties": {
44960                  "key": {
44961                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
44962                    "type": "string"
44963                  },
44964                  "value": {
44965                    "description": "[Output Only] A warning data value corresponding to the key.",
44966                    "type": "string"
44967                  }
44968                },
44969                "type": "object"
44970              },
44971              "type": "array"
44972            },
44973            "message": {
44974              "description": "[Output Only] A human-readable description of the warning code.",
44975              "type": "string"
44976            }
44977          },
44978          "type": "object"
44979        }
44980      },
44981      "type": "object"
44982    },
44983    "InstanceGroupManagersPatchPerInstanceConfigsReq": {
44984      "description": "InstanceGroupManagers.patchPerInstanceConfigs",
44985      "id": "InstanceGroupManagersPatchPerInstanceConfigsReq",
44986      "properties": {
44987        "perInstanceConfigs": {
44988          "description": "The list of per-instance configs to insert or patch on this managed instance group.",
44989          "items": {
44990            "$ref": "PerInstanceConfig"
44991          },
44992          "type": "array"
44993        }
44994      },
44995      "type": "object"
44996    },
44997    "InstanceGroupManagersRecreateInstancesRequest": {
44998      "id": "InstanceGroupManagersRecreateInstancesRequest",
44999      "properties": {
45000        "instances": {
45001          "description": "The URLs of one or more instances to recreate. This can be a full URL or a partial URL, such as zones/[ZONE]/instances/[INSTANCE_NAME].",
45002          "items": {
45003            "type": "string"
45004          },
45005          "type": "array"
45006        }
45007      },
45008      "type": "object"
45009    },
45010    "InstanceGroupManagersResizeAdvancedRequest": {
45011      "id": "InstanceGroupManagersResizeAdvancedRequest",
45012      "properties": {
45013        "noCreationRetries": {
45014          "description": "If this flag is true, the managed instance group attempts to create all instances initiated by this resize request only once. If there is an error during creation, the managed instance group does not retry create this instance, and we will decrease the targetSize of the request instead. If the flag is false, the group attempts to recreate each instance continuously until it succeeds.\n\nThis flag matters only in the first attempt of creation of an instance. After an instance is successfully created while this flag is enabled, the instance behaves the same way as all the other instances created with a regular resize request. In particular, if a running instance dies unexpectedly at a later time and needs to be recreated, this mode does not affect the recreation behavior in that scenario.\n\nThis flag is applicable only to the current resize request. It does not influence other resize requests in any way.\n\nYou can see which instances is being creating in which mode by calling the get or listManagedInstances API.",
45015          "type": "boolean"
45016        },
45017        "targetSize": {
45018          "description": "The number of running instances that the managed instance group should maintain at any given time. The group automatically adds or removes instances to maintain the number of instances specified by this parameter.",
45019          "format": "int32",
45020          "type": "integer"
45021        }
45022      },
45023      "type": "object"
45024    },
45025    "InstanceGroupManagersScopedList": {
45026      "id": "InstanceGroupManagersScopedList",
45027      "properties": {
45028        "instanceGroupManagers": {
45029          "description": "[Output Only] The list of managed instance groups that are contained in the specified project and zone.",
45030          "items": {
45031            "$ref": "InstanceGroupManager"
45032          },
45033          "type": "array"
45034        },
45035        "warning": {
45036          "description": "[Output Only] The warning that replaces the list of managed instance groups when the list is empty.",
45037          "properties": {
45038            "code": {
45039              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
45040              "enum": [
45041                "CLEANUP_FAILED",
45042                "DEPRECATED_RESOURCE_USED",
45043                "DEPRECATED_TYPE_USED",
45044                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
45045                "EXPERIMENTAL_TYPE_USED",
45046                "EXTERNAL_API_WARNING",
45047                "FIELD_VALUE_OVERRIDEN",
45048                "INJECTED_KERNELS_DEPRECATED",
45049                "LARGE_DEPLOYMENT_WARNING",
45050                "MISSING_TYPE_DEPENDENCY",
45051                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
45052                "NEXT_HOP_CANNOT_IP_FORWARD",
45053                "NEXT_HOP_INSTANCE_NOT_FOUND",
45054                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
45055                "NEXT_HOP_NOT_RUNNING",
45056                "NOT_CRITICAL_ERROR",
45057                "NO_RESULTS_ON_PAGE",
45058                "PARTIAL_SUCCESS",
45059                "REQUIRED_TOS_AGREEMENT",
45060                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
45061                "RESOURCE_NOT_DELETED",
45062                "SCHEMA_VALIDATION_IGNORED",
45063                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
45064                "UNDECLARED_PROPERTIES",
45065                "UNREACHABLE"
45066              ],
45067              "enumDescriptions": [
45068                "",
45069                "",
45070                "",
45071                "",
45072                "",
45073                "",
45074                "",
45075                "",
45076                "",
45077                "",
45078                "",
45079                "",
45080                "",
45081                "",
45082                "",
45083                "",
45084                "",
45085                "",
45086                "",
45087                "",
45088                "",
45089                "",
45090                "",
45091                "",
45092                ""
45093              ],
45094              "type": "string"
45095            },
45096            "data": {
45097              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
45098              "items": {
45099                "properties": {
45100                  "key": {
45101                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
45102                    "type": "string"
45103                  },
45104                  "value": {
45105                    "description": "[Output Only] A warning data value corresponding to the key.",
45106                    "type": "string"
45107                  }
45108                },
45109                "type": "object"
45110              },
45111              "type": "array"
45112            },
45113            "message": {
45114              "description": "[Output Only] A human-readable description of the warning code.",
45115              "type": "string"
45116            }
45117          },
45118          "type": "object"
45119        }
45120      },
45121      "type": "object"
45122    },
45123    "InstanceGroupManagersSetAutoHealingRequest": {
45124      "id": "InstanceGroupManagersSetAutoHealingRequest",
45125      "properties": {
45126        "autoHealingPolicies": {
45127          "items": {
45128            "$ref": "InstanceGroupManagerAutoHealingPolicy"
45129          },
45130          "type": "array"
45131        }
45132      },
45133      "type": "object"
45134    },
45135    "InstanceGroupManagersSetInstanceTemplateRequest": {
45136      "id": "InstanceGroupManagersSetInstanceTemplateRequest",
45137      "properties": {
45138        "instanceTemplate": {
45139          "description": "The URL of the instance template that is specified for this managed instance group. The group uses this template to create all new instances in the managed instance group. The templates for existing instances in the group do not change unless you run recreateInstances, run applyUpdatesToInstances, or set the group's updatePolicy.type to PROACTIVE.",
45140          "type": "string"
45141        }
45142      },
45143      "type": "object"
45144    },
45145    "InstanceGroupManagersSetTargetPoolsRequest": {
45146      "id": "InstanceGroupManagersSetTargetPoolsRequest",
45147      "properties": {
45148        "fingerprint": {
45149          "description": "The fingerprint of the target pools information. Use this optional property to prevent conflicts when multiple users change the target pools settings concurrently. Obtain the fingerprint with the instanceGroupManagers.get method. Then, include the fingerprint in your request to ensure that you do not overwrite changes that were applied from another concurrent request.",
45150          "format": "byte",
45151          "type": "string"
45152        },
45153        "targetPools": {
45154          "description": "The list of target pool URLs that instances in this managed instance group belong to. The managed instance group applies these target pools to all of the instances in the group. Existing instances and new instances in the group all receive these target pool settings.",
45155          "items": {
45156            "type": "string"
45157          },
45158          "type": "array"
45159        }
45160      },
45161      "type": "object"
45162    },
45163    "InstanceGroupManagersUpdatePerInstanceConfigsReq": {
45164      "description": "InstanceGroupManagers.updatePerInstanceConfigs",
45165      "id": "InstanceGroupManagersUpdatePerInstanceConfigsReq",
45166      "properties": {
45167        "perInstanceConfigs": {
45168          "description": "The list of per-instance configs to insert or patch on this managed instance group.",
45169          "items": {
45170            "$ref": "PerInstanceConfig"
45171          },
45172          "type": "array"
45173        }
45174      },
45175      "type": "object"
45176    },
45177    "InstanceGroupsAddInstancesRequest": {
45178      "id": "InstanceGroupsAddInstancesRequest",
45179      "properties": {
45180        "instances": {
45181          "description": "The list of instances to add to the instance group.",
45182          "items": {
45183            "$ref": "InstanceReference"
45184          },
45185          "type": "array"
45186        }
45187      },
45188      "type": "object"
45189    },
45190    "InstanceGroupsListInstances": {
45191      "id": "InstanceGroupsListInstances",
45192      "properties": {
45193        "id": {
45194          "description": "[Output Only] Unique identifier for the resource; defined by the server.",
45195          "type": "string"
45196        },
45197        "items": {
45198          "description": "A list of InstanceWithNamedPorts resources.",
45199          "items": {
45200            "$ref": "InstanceWithNamedPorts"
45201          },
45202          "type": "array"
45203        },
45204        "kind": {
45205          "default": "compute#instanceGroupsListInstances",
45206          "description": "[Output Only] The resource type, which is always compute#instanceGroupsListInstances for the list of instances in the specified instance group.",
45207          "type": "string"
45208        },
45209        "nextPageToken": {
45210          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
45211          "type": "string"
45212        },
45213        "selfLink": {
45214          "description": "[Output Only] Server-defined URL for this resource.",
45215          "type": "string"
45216        },
45217        "warning": {
45218          "description": "[Output Only] Informational warning message.",
45219          "properties": {
45220            "code": {
45221              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
45222              "enum": [
45223                "CLEANUP_FAILED",
45224                "DEPRECATED_RESOURCE_USED",
45225                "DEPRECATED_TYPE_USED",
45226                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
45227                "EXPERIMENTAL_TYPE_USED",
45228                "EXTERNAL_API_WARNING",
45229                "FIELD_VALUE_OVERRIDEN",
45230                "INJECTED_KERNELS_DEPRECATED",
45231                "LARGE_DEPLOYMENT_WARNING",
45232                "MISSING_TYPE_DEPENDENCY",
45233                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
45234                "NEXT_HOP_CANNOT_IP_FORWARD",
45235                "NEXT_HOP_INSTANCE_NOT_FOUND",
45236                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
45237                "NEXT_HOP_NOT_RUNNING",
45238                "NOT_CRITICAL_ERROR",
45239                "NO_RESULTS_ON_PAGE",
45240                "PARTIAL_SUCCESS",
45241                "REQUIRED_TOS_AGREEMENT",
45242                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
45243                "RESOURCE_NOT_DELETED",
45244                "SCHEMA_VALIDATION_IGNORED",
45245                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
45246                "UNDECLARED_PROPERTIES",
45247                "UNREACHABLE"
45248              ],
45249              "enumDescriptions": [
45250                "",
45251                "",
45252                "",
45253                "",
45254                "",
45255                "",
45256                "",
45257                "",
45258                "",
45259                "",
45260                "",
45261                "",
45262                "",
45263                "",
45264                "",
45265                "",
45266                "",
45267                "",
45268                "",
45269                "",
45270                "",
45271                "",
45272                "",
45273                "",
45274                ""
45275              ],
45276              "type": "string"
45277            },
45278            "data": {
45279              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
45280              "items": {
45281                "properties": {
45282                  "key": {
45283                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
45284                    "type": "string"
45285                  },
45286                  "value": {
45287                    "description": "[Output Only] A warning data value corresponding to the key.",
45288                    "type": "string"
45289                  }
45290                },
45291                "type": "object"
45292              },
45293              "type": "array"
45294            },
45295            "message": {
45296              "description": "[Output Only] A human-readable description of the warning code.",
45297              "type": "string"
45298            }
45299          },
45300          "type": "object"
45301        }
45302      },
45303      "type": "object"
45304    },
45305    "InstanceGroupsListInstancesRequest": {
45306      "id": "InstanceGroupsListInstancesRequest",
45307      "properties": {
45308        "instanceState": {
45309          "description": "A filter for the state of the instances in the instance group. Valid options are ALL or RUNNING. If you do not specify this parameter the list includes all instances regardless of their state.",
45310          "enum": [
45311            "ALL",
45312            "RUNNING"
45313          ],
45314          "enumDescriptions": [
45315            "",
45316            ""
45317          ],
45318          "type": "string"
45319        }
45320      },
45321      "type": "object"
45322    },
45323    "InstanceGroupsRemoveInstancesRequest": {
45324      "id": "InstanceGroupsRemoveInstancesRequest",
45325      "properties": {
45326        "instances": {
45327          "description": "The list of instances to remove from the instance group.",
45328          "items": {
45329            "$ref": "InstanceReference"
45330          },
45331          "type": "array"
45332        }
45333      },
45334      "type": "object"
45335    },
45336    "InstanceGroupsScopedList": {
45337      "id": "InstanceGroupsScopedList",
45338      "properties": {
45339        "instanceGroups": {
45340          "description": "[Output Only] The list of instance groups that are contained in this scope.",
45341          "items": {
45342            "$ref": "InstanceGroup"
45343          },
45344          "type": "array"
45345        },
45346        "warning": {
45347          "description": "[Output Only] An informational warning that replaces the list of instance groups when the list is empty.",
45348          "properties": {
45349            "code": {
45350              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
45351              "enum": [
45352                "CLEANUP_FAILED",
45353                "DEPRECATED_RESOURCE_USED",
45354                "DEPRECATED_TYPE_USED",
45355                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
45356                "EXPERIMENTAL_TYPE_USED",
45357                "EXTERNAL_API_WARNING",
45358                "FIELD_VALUE_OVERRIDEN",
45359                "INJECTED_KERNELS_DEPRECATED",
45360                "LARGE_DEPLOYMENT_WARNING",
45361                "MISSING_TYPE_DEPENDENCY",
45362                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
45363                "NEXT_HOP_CANNOT_IP_FORWARD",
45364                "NEXT_HOP_INSTANCE_NOT_FOUND",
45365                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
45366                "NEXT_HOP_NOT_RUNNING",
45367                "NOT_CRITICAL_ERROR",
45368                "NO_RESULTS_ON_PAGE",
45369                "PARTIAL_SUCCESS",
45370                "REQUIRED_TOS_AGREEMENT",
45371                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
45372                "RESOURCE_NOT_DELETED",
45373                "SCHEMA_VALIDATION_IGNORED",
45374                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
45375                "UNDECLARED_PROPERTIES",
45376                "UNREACHABLE"
45377              ],
45378              "enumDescriptions": [
45379                "",
45380                "",
45381                "",
45382                "",
45383                "",
45384                "",
45385                "",
45386                "",
45387                "",
45388                "",
45389                "",
45390                "",
45391                "",
45392                "",
45393                "",
45394                "",
45395                "",
45396                "",
45397                "",
45398                "",
45399                "",
45400                "",
45401                "",
45402                "",
45403                ""
45404              ],
45405              "type": "string"
45406            },
45407            "data": {
45408              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
45409              "items": {
45410                "properties": {
45411                  "key": {
45412                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
45413                    "type": "string"
45414                  },
45415                  "value": {
45416                    "description": "[Output Only] A warning data value corresponding to the key.",
45417                    "type": "string"
45418                  }
45419                },
45420                "type": "object"
45421              },
45422              "type": "array"
45423            },
45424            "message": {
45425              "description": "[Output Only] A human-readable description of the warning code.",
45426              "type": "string"
45427            }
45428          },
45429          "type": "object"
45430        }
45431      },
45432      "type": "object"
45433    },
45434    "InstanceGroupsSetNamedPortsRequest": {
45435      "id": "InstanceGroupsSetNamedPortsRequest",
45436      "properties": {
45437        "fingerprint": {
45438          "description": "The fingerprint of the named ports information for this instance group. Use this optional property to prevent conflicts when multiple users change the named ports settings concurrently. Obtain the fingerprint with the instanceGroups.get method. Then, include the fingerprint in your request to ensure that you do not overwrite changes that were applied from another concurrent request. A request with an incorrect fingerprint will fail with error 412 conditionNotMet.",
45439          "format": "byte",
45440          "type": "string"
45441        },
45442        "namedPorts": {
45443          "description": "The list of named ports to set for this instance group.",
45444          "items": {
45445            "$ref": "NamedPort"
45446          },
45447          "type": "array"
45448        }
45449      },
45450      "type": "object"
45451    },
45452    "InstanceList": {
45453      "description": "Contains a list of instances.",
45454      "id": "InstanceList",
45455      "properties": {
45456        "id": {
45457          "description": "[Output Only] Unique identifier for the resource; defined by the server.",
45458          "type": "string"
45459        },
45460        "items": {
45461          "description": "A list of Instance resources.",
45462          "items": {
45463            "$ref": "Instance"
45464          },
45465          "type": "array"
45466        },
45467        "kind": {
45468          "default": "compute#instanceList",
45469          "description": "[Output Only] Type of resource. Always compute#instanceList for lists of Instance resources.",
45470          "type": "string"
45471        },
45472        "nextPageToken": {
45473          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
45474          "type": "string"
45475        },
45476        "selfLink": {
45477          "description": "[Output Only] Server-defined URL for this resource.",
45478          "type": "string"
45479        },
45480        "warning": {
45481          "description": "[Output Only] Informational warning message.",
45482          "properties": {
45483            "code": {
45484              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
45485              "enum": [
45486                "CLEANUP_FAILED",
45487                "DEPRECATED_RESOURCE_USED",
45488                "DEPRECATED_TYPE_USED",
45489                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
45490                "EXPERIMENTAL_TYPE_USED",
45491                "EXTERNAL_API_WARNING",
45492                "FIELD_VALUE_OVERRIDEN",
45493                "INJECTED_KERNELS_DEPRECATED",
45494                "LARGE_DEPLOYMENT_WARNING",
45495                "MISSING_TYPE_DEPENDENCY",
45496                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
45497                "NEXT_HOP_CANNOT_IP_FORWARD",
45498                "NEXT_HOP_INSTANCE_NOT_FOUND",
45499                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
45500                "NEXT_HOP_NOT_RUNNING",
45501                "NOT_CRITICAL_ERROR",
45502                "NO_RESULTS_ON_PAGE",
45503                "PARTIAL_SUCCESS",
45504                "REQUIRED_TOS_AGREEMENT",
45505                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
45506                "RESOURCE_NOT_DELETED",
45507                "SCHEMA_VALIDATION_IGNORED",
45508                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
45509                "UNDECLARED_PROPERTIES",
45510                "UNREACHABLE"
45511              ],
45512              "enumDescriptions": [
45513                "",
45514                "",
45515                "",
45516                "",
45517                "",
45518                "",
45519                "",
45520                "",
45521                "",
45522                "",
45523                "",
45524                "",
45525                "",
45526                "",
45527                "",
45528                "",
45529                "",
45530                "",
45531                "",
45532                "",
45533                "",
45534                "",
45535                "",
45536                "",
45537                ""
45538              ],
45539              "type": "string"
45540            },
45541            "data": {
45542              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
45543              "items": {
45544                "properties": {
45545                  "key": {
45546                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
45547                    "type": "string"
45548                  },
45549                  "value": {
45550                    "description": "[Output Only] A warning data value corresponding to the key.",
45551                    "type": "string"
45552                  }
45553                },
45554                "type": "object"
45555              },
45556              "type": "array"
45557            },
45558            "message": {
45559              "description": "[Output Only] A human-readable description of the warning code.",
45560              "type": "string"
45561            }
45562          },
45563          "type": "object"
45564        }
45565      },
45566      "type": "object"
45567    },
45568    "InstanceListReferrers": {
45569      "description": "Contains a list of instance referrers.",
45570      "id": "InstanceListReferrers",
45571      "properties": {
45572        "id": {
45573          "description": "[Output Only] Unique identifier for the resource; defined by the server.",
45574          "type": "string"
45575        },
45576        "items": {
45577          "description": "A list of Reference resources.",
45578          "items": {
45579            "$ref": "Reference"
45580          },
45581          "type": "array"
45582        },
45583        "kind": {
45584          "default": "compute#instanceListReferrers",
45585          "description": "[Output Only] Type of resource. Always compute#instanceListReferrers for lists of Instance referrers.",
45586          "type": "string"
45587        },
45588        "nextPageToken": {
45589          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
45590          "type": "string"
45591        },
45592        "selfLink": {
45593          "description": "[Output Only] Server-defined URL for this resource.",
45594          "type": "string"
45595        },
45596        "warning": {
45597          "description": "[Output Only] Informational warning message.",
45598          "properties": {
45599            "code": {
45600              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
45601              "enum": [
45602                "CLEANUP_FAILED",
45603                "DEPRECATED_RESOURCE_USED",
45604                "DEPRECATED_TYPE_USED",
45605                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
45606                "EXPERIMENTAL_TYPE_USED",
45607                "EXTERNAL_API_WARNING",
45608                "FIELD_VALUE_OVERRIDEN",
45609                "INJECTED_KERNELS_DEPRECATED",
45610                "LARGE_DEPLOYMENT_WARNING",
45611                "MISSING_TYPE_DEPENDENCY",
45612                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
45613                "NEXT_HOP_CANNOT_IP_FORWARD",
45614                "NEXT_HOP_INSTANCE_NOT_FOUND",
45615                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
45616                "NEXT_HOP_NOT_RUNNING",
45617                "NOT_CRITICAL_ERROR",
45618                "NO_RESULTS_ON_PAGE",
45619                "PARTIAL_SUCCESS",
45620                "REQUIRED_TOS_AGREEMENT",
45621                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
45622                "RESOURCE_NOT_DELETED",
45623                "SCHEMA_VALIDATION_IGNORED",
45624                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
45625                "UNDECLARED_PROPERTIES",
45626                "UNREACHABLE"
45627              ],
45628              "enumDescriptions": [
45629                "",
45630                "",
45631                "",
45632                "",
45633                "",
45634                "",
45635                "",
45636                "",
45637                "",
45638                "",
45639                "",
45640                "",
45641                "",
45642                "",
45643                "",
45644                "",
45645                "",
45646                "",
45647                "",
45648                "",
45649                "",
45650                "",
45651                "",
45652                "",
45653                ""
45654              ],
45655              "type": "string"
45656            },
45657            "data": {
45658              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
45659              "items": {
45660                "properties": {
45661                  "key": {
45662                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
45663                    "type": "string"
45664                  },
45665                  "value": {
45666                    "description": "[Output Only] A warning data value corresponding to the key.",
45667                    "type": "string"
45668                  }
45669                },
45670                "type": "object"
45671              },
45672              "type": "array"
45673            },
45674            "message": {
45675              "description": "[Output Only] A human-readable description of the warning code.",
45676              "type": "string"
45677            }
45678          },
45679          "type": "object"
45680        }
45681      },
45682      "type": "object"
45683    },
45684    "InstanceManagedByIgmError": {
45685      "id": "InstanceManagedByIgmError",
45686      "properties": {
45687        "error": {
45688          "$ref": "InstanceManagedByIgmErrorManagedInstanceError",
45689          "description": "[Output Only] Contents of the error."
45690        },
45691        "instanceActionDetails": {
45692          "$ref": "InstanceManagedByIgmErrorInstanceActionDetails",
45693          "description": "[Output Only] Details of the instance action that triggered this error. May be null, if the error was not caused by an action on an instance. This field is optional."
45694        },
45695        "timestamp": {
45696          "description": "[Output Only] The time that this error occurred. This value is in RFC3339 text format.",
45697          "type": "string"
45698        }
45699      },
45700      "type": "object"
45701    },
45702    "InstanceManagedByIgmErrorInstanceActionDetails": {
45703      "id": "InstanceManagedByIgmErrorInstanceActionDetails",
45704      "properties": {
45705        "action": {
45706          "description": "[Output Only] Action that managed instance group was executing on the instance when the error occurred. Possible values:",
45707          "enum": [
45708            "ABANDONING",
45709            "CREATING",
45710            "CREATING_WITHOUT_RETRIES",
45711            "DELETING",
45712            "NONE",
45713            "RECREATING",
45714            "REFRESHING",
45715            "RESTARTING",
45716            "VERIFYING"
45717          ],
45718          "enumDescriptions": [
45719            "",
45720            "",
45721            "",
45722            "",
45723            "",
45724            "",
45725            "",
45726            "",
45727            ""
45728          ],
45729          "type": "string"
45730        },
45731        "instance": {
45732          "description": "[Output Only] The URL of the instance. The URL can be set even if the instance has not yet been created.",
45733          "type": "string"
45734        },
45735        "version": {
45736          "$ref": "ManagedInstanceVersion",
45737          "description": "[Output Only] Version this instance was created from, or was being created from, but the creation failed. Corresponds to one of the versions that were set on the Instance Group Manager resource at the time this instance was being created."
45738        }
45739      },
45740      "type": "object"
45741    },
45742    "InstanceManagedByIgmErrorManagedInstanceError": {
45743      "id": "InstanceManagedByIgmErrorManagedInstanceError",
45744      "properties": {
45745        "code": {
45746          "description": "[Output Only] Error code.",
45747          "type": "string"
45748        },
45749        "message": {
45750          "description": "[Output Only] Error message.",
45751          "type": "string"
45752        }
45753      },
45754      "type": "object"
45755    },
45756    "InstanceMoveRequest": {
45757      "id": "InstanceMoveRequest",
45758      "properties": {
45759        "destinationZone": {
45760          "description": "The URL of the destination zone to move the instance. This can be a full or partial URL. For example, the following are all valid URLs to a zone:  \n- https://www.googleapis.com/compute/v1/projects/project/zones/zone \n- projects/project/zones/zone \n- zones/zone",
45761          "type": "string"
45762        },
45763        "targetInstance": {
45764          "description": "The URL of the target instance to move. This can be a full or partial URL. For example, the following are all valid URLs to an instance:  \n- https://www.googleapis.com/compute/v1/projects/project/zones/zone/instances/instance \n- projects/project/zones/zone/instances/instance \n- zones/zone/instances/instance",
45765          "type": "string"
45766        }
45767      },
45768      "type": "object"
45769    },
45770    "InstanceProperties": {
45771      "description": "",
45772      "id": "InstanceProperties",
45773      "properties": {
45774        "advancedMachineFeatures": {
45775          "$ref": "AdvancedMachineFeatures",
45776          "description": "Controls for advanced machine-related behavior features."
45777        },
45778        "canIpForward": {
45779          "description": "Enables instances created based on these properties to send packets with source IP addresses other than their own and receive packets with destination IP addresses other than their own. If these instances will be used as an IP gateway or it will be set as the next-hop in a Route resource, specify true. If unsure, leave this set to false. See the Enable IP forwarding documentation for more information.",
45780          "type": "boolean"
45781        },
45782        "confidentialInstanceConfig": {
45783          "$ref": "ConfidentialInstanceConfig",
45784          "description": "Specifies the Confidential Instance options."
45785        },
45786        "description": {
45787          "description": "An optional text description for the instances that are created from these properties.",
45788          "type": "string"
45789        },
45790        "disks": {
45791          "description": "An array of disks that are associated with the instances that are created from these properties.",
45792          "items": {
45793            "$ref": "AttachedDisk"
45794          },
45795          "type": "array"
45796        },
45797        "displayDevice": {
45798          "$ref": "DisplayDevice",
45799          "description": "Display Device properties to enable support for remote display products like: Teradici, VNC and TeamViewer"
45800        },
45801        "guestAccelerators": {
45802          "description": "A list of guest accelerator cards' type and count to use for instances created from these properties.",
45803          "items": {
45804            "$ref": "AcceleratorConfig"
45805          },
45806          "type": "array"
45807        },
45808        "labels": {
45809          "additionalProperties": {
45810            "type": "string"
45811          },
45812          "description": "Labels to apply to instances that are created from these properties.",
45813          "type": "object"
45814        },
45815        "machineType": {
45816          "annotations": {
45817            "required": [
45818              "compute.instanceTemplates.insert"
45819            ]
45820          },
45821          "description": "The machine type to use for instances that are created from these properties.",
45822          "type": "string"
45823        },
45824        "metadata": {
45825          "$ref": "Metadata",
45826          "description": "The metadata key/value pairs to assign to instances that are created from these properties. These pairs can consist of custom metadata or predefined keys. See Project and instance metadata for more information."
45827        },
45828        "minCpuPlatform": {
45829          "description": "Minimum cpu/platform to be used by instances. The instance may be scheduled on the specified or newer cpu/platform. Applicable values are the friendly names of CPU platforms, such as minCpuPlatform: \"Intel Haswell\" or minCpuPlatform: \"Intel Sandy Bridge\". For more information, read Specifying a Minimum CPU Platform.",
45830          "type": "string"
45831        },
45832        "networkInterfaces": {
45833          "description": "An array of network access configurations for this interface.",
45834          "items": {
45835            "$ref": "NetworkInterface"
45836          },
45837          "type": "array"
45838        },
45839        "postKeyRevocationActionType": {
45840          "description": "PostKeyRevocationActionType of the instance.",
45841          "enum": [
45842            "NOOP",
45843            "POST_KEY_REVOCATION_ACTION_TYPE_UNSPECIFIED",
45844            "SHUTDOWN"
45845          ],
45846          "enumDescriptions": [
45847            "",
45848            "",
45849            ""
45850          ],
45851          "type": "string"
45852        },
45853        "privateIpv6GoogleAccess": {
45854          "description": "The private IPv6 google access type for VMs. If not specified, use  INHERIT_FROM_SUBNETWORK as default.",
45855          "enum": [
45856            "ENABLE_BIDIRECTIONAL_ACCESS_TO_GOOGLE",
45857            "ENABLE_OUTBOUND_VM_ACCESS_TO_GOOGLE",
45858            "INHERIT_FROM_SUBNETWORK"
45859          ],
45860          "enumDescriptions": [
45861            "",
45862            "",
45863            ""
45864          ],
45865          "type": "string"
45866        },
45867        "reservationAffinity": {
45868          "$ref": "ReservationAffinity",
45869          "description": "Specifies the reservations that instances can consume from."
45870        },
45871        "resourcePolicies": {
45872          "description": "Resource policies (names, not ULRs) applied to instances created from these properties.",
45873          "items": {
45874            "type": "string"
45875          },
45876          "type": "array"
45877        },
45878        "scheduling": {
45879          "$ref": "Scheduling",
45880          "description": "Specifies the scheduling options for the instances that are created from these properties."
45881        },
45882        "serviceAccounts": {
45883          "description": "A list of service accounts with specified scopes. Access tokens for these service accounts are available to the instances that are created from these properties. Use metadata queries to obtain the access tokens for these instances.",
45884          "items": {
45885            "$ref": "ServiceAccount"
45886          },
45887          "type": "array"
45888        },
45889        "shieldedInstanceConfig": {
45890          "$ref": "ShieldedInstanceConfig"
45891        },
45892        "shieldedVmConfig": {
45893          "$ref": "ShieldedVmConfig",
45894          "description": "Specifies the Shielded VM options for the instances that are created from these properties."
45895        },
45896        "tags": {
45897          "$ref": "Tags",
45898          "description": "A list of tags to apply to the instances that are created from these properties. The tags identify valid sources or targets for network firewalls. The setTags method can modify this list of tags. Each tag within the list must comply with RFC1035."
45899        }
45900      },
45901      "type": "object"
45902    },
45903    "InstanceReference": {
45904      "id": "InstanceReference",
45905      "properties": {
45906        "instance": {
45907          "description": "The URL for a specific instance.",
45908          "type": "string"
45909        }
45910      },
45911      "type": "object"
45912    },
45913    "InstanceTemplate": {
45914      "description": "Represents an Instance Template resource.\n\nYou can use instance templates to create VM instances and managed instance groups. For more information, read Instance Templates. (== resource_for {$api_version}.instanceTemplates ==)",
45915      "id": "InstanceTemplate",
45916      "properties": {
45917        "creationTimestamp": {
45918          "description": "[Output Only] The creation timestamp for this instance template in RFC3339 text format.",
45919          "type": "string"
45920        },
45921        "description": {
45922          "description": "An optional description of this resource. Provide this property when you create the resource.",
45923          "type": "string"
45924        },
45925        "id": {
45926          "description": "[Output Only] A unique identifier for this instance template. The server defines this identifier.",
45927          "format": "uint64",
45928          "type": "string"
45929        },
45930        "kind": {
45931          "default": "compute#instanceTemplate",
45932          "description": "[Output Only] The resource type, which is always compute#instanceTemplate for instance templates.",
45933          "type": "string"
45934        },
45935        "name": {
45936          "annotations": {
45937            "required": [
45938              "compute.instanceTemplates.insert"
45939            ]
45940          },
45941          "description": "Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.",
45942          "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
45943          "type": "string"
45944        },
45945        "properties": {
45946          "$ref": "InstanceProperties",
45947          "description": "The instance properties for this instance template."
45948        },
45949        "selfLink": {
45950          "description": "[Output Only] The URL for this instance template. The server defines this URL.",
45951          "type": "string"
45952        },
45953        "selfLinkWithId": {
45954          "description": "[Output Only] Server-defined URL for this resource with the resource id.",
45955          "type": "string"
45956        },
45957        "sourceInstance": {
45958          "description": "The source instance used to create the template. You can provide this as a partial or full URL to the resource. For example, the following are valid values:  \n- https://www.googleapis.com/compute/v1/projects/project/zones/zone/instances/instance \n- projects/project/zones/zone/instances/instance",
45959          "type": "string"
45960        },
45961        "sourceInstanceParams": {
45962          "$ref": "SourceInstanceParams",
45963          "description": "The source instance params to use to create this instance template."
45964        }
45965      },
45966      "type": "object"
45967    },
45968    "InstanceTemplateList": {
45969      "description": "A list of instance templates.",
45970      "id": "InstanceTemplateList",
45971      "properties": {
45972        "id": {
45973          "description": "[Output Only] Unique identifier for the resource; defined by the server.",
45974          "type": "string"
45975        },
45976        "items": {
45977          "description": "A list of InstanceTemplate resources.",
45978          "items": {
45979            "$ref": "InstanceTemplate"
45980          },
45981          "type": "array"
45982        },
45983        "kind": {
45984          "default": "compute#instanceTemplateList",
45985          "description": "[Output Only] The resource type, which is always compute#instanceTemplatesListResponse for instance template lists.",
45986          "type": "string"
45987        },
45988        "nextPageToken": {
45989          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
45990          "type": "string"
45991        },
45992        "selfLink": {
45993          "description": "[Output Only] Server-defined URL for this resource.",
45994          "type": "string"
45995        },
45996        "warning": {
45997          "description": "[Output Only] Informational warning message.",
45998          "properties": {
45999            "code": {
46000              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
46001              "enum": [
46002                "CLEANUP_FAILED",
46003                "DEPRECATED_RESOURCE_USED",
46004                "DEPRECATED_TYPE_USED",
46005                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
46006                "EXPERIMENTAL_TYPE_USED",
46007                "EXTERNAL_API_WARNING",
46008                "FIELD_VALUE_OVERRIDEN",
46009                "INJECTED_KERNELS_DEPRECATED",
46010                "LARGE_DEPLOYMENT_WARNING",
46011                "MISSING_TYPE_DEPENDENCY",
46012                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
46013                "NEXT_HOP_CANNOT_IP_FORWARD",
46014                "NEXT_HOP_INSTANCE_NOT_FOUND",
46015                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
46016                "NEXT_HOP_NOT_RUNNING",
46017                "NOT_CRITICAL_ERROR",
46018                "NO_RESULTS_ON_PAGE",
46019                "PARTIAL_SUCCESS",
46020                "REQUIRED_TOS_AGREEMENT",
46021                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
46022                "RESOURCE_NOT_DELETED",
46023                "SCHEMA_VALIDATION_IGNORED",
46024                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
46025                "UNDECLARED_PROPERTIES",
46026                "UNREACHABLE"
46027              ],
46028              "enumDescriptions": [
46029                "",
46030                "",
46031                "",
46032                "",
46033                "",
46034                "",
46035                "",
46036                "",
46037                "",
46038                "",
46039                "",
46040                "",
46041                "",
46042                "",
46043                "",
46044                "",
46045                "",
46046                "",
46047                "",
46048                "",
46049                "",
46050                "",
46051                "",
46052                "",
46053                ""
46054              ],
46055              "type": "string"
46056            },
46057            "data": {
46058              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
46059              "items": {
46060                "properties": {
46061                  "key": {
46062                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
46063                    "type": "string"
46064                  },
46065                  "value": {
46066                    "description": "[Output Only] A warning data value corresponding to the key.",
46067                    "type": "string"
46068                  }
46069                },
46070                "type": "object"
46071              },
46072              "type": "array"
46073            },
46074            "message": {
46075              "description": "[Output Only] A human-readable description of the warning code.",
46076              "type": "string"
46077            }
46078          },
46079          "type": "object"
46080        }
46081      },
46082      "type": "object"
46083    },
46084    "InstanceWithNamedPorts": {
46085      "id": "InstanceWithNamedPorts",
46086      "properties": {
46087        "instance": {
46088          "description": "[Output Only] The URL of the instance.",
46089          "type": "string"
46090        },
46091        "namedPorts": {
46092          "description": "[Output Only] The named ports that belong to this instance group.",
46093          "items": {
46094            "$ref": "NamedPort"
46095          },
46096          "type": "array"
46097        },
46098        "status": {
46099          "description": "[Output Only] The status of the instance.",
46100          "enum": [
46101            "DEPROVISIONING",
46102            "PROVISIONING",
46103            "REPAIRING",
46104            "RUNNING",
46105            "STAGING",
46106            "STOPPED",
46107            "STOPPING",
46108            "SUSPENDED",
46109            "SUSPENDING",
46110            "TERMINATED"
46111          ],
46112          "enumDescriptions": [
46113            "",
46114            "",
46115            "",
46116            "",
46117            "",
46118            "",
46119            "",
46120            "",
46121            "",
46122            ""
46123          ],
46124          "type": "string"
46125        }
46126      },
46127      "type": "object"
46128    },
46129    "InstancesAddResourcePoliciesRequest": {
46130      "id": "InstancesAddResourcePoliciesRequest",
46131      "properties": {
46132        "resourcePolicies": {
46133          "description": "Resource policies to be added to this instance.",
46134          "items": {
46135            "type": "string"
46136          },
46137          "type": "array"
46138        }
46139      },
46140      "type": "object"
46141    },
46142    "InstancesGetEffectiveFirewallsResponse": {
46143      "id": "InstancesGetEffectiveFirewallsResponse",
46144      "properties": {
46145        "firewallPolicys": {
46146          "description": "Effective firewalls from firewall policies.",
46147          "items": {
46148            "$ref": "InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy"
46149          },
46150          "type": "array"
46151        },
46152        "firewalls": {
46153          "description": "Effective firewalls on the instance.",
46154          "items": {
46155            "$ref": "Firewall"
46156          },
46157          "type": "array"
46158        },
46159        "organizationFirewalls": {
46160          "description": "Effective firewalls from organization policies.",
46161          "items": {
46162            "$ref": "InstancesGetEffectiveFirewallsResponseOrganizationFirewallPolicy"
46163          },
46164          "type": "array"
46165        }
46166      },
46167      "type": "object"
46168    },
46169    "InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy": {
46170      "id": "InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy",
46171      "properties": {
46172        "displayName": {
46173          "description": "[Output Only] The display name of the firewall policy.",
46174          "type": "string"
46175        },
46176        "name": {
46177          "description": "[Output Only] The name of the firewall policy.",
46178          "type": "string"
46179        },
46180        "rules": {
46181          "description": "The rules that apply to the network.",
46182          "items": {
46183            "$ref": "FirewallPolicyRule"
46184          },
46185          "type": "array"
46186        },
46187        "type": {
46188          "description": "[Output Only] The type of the firewall policy.",
46189          "enum": [
46190            "HIERARCHY",
46191            "NETWORK",
46192            "UNSPECIFIED"
46193          ],
46194          "enumDescriptions": [
46195            "",
46196            "",
46197            ""
46198          ],
46199          "type": "string"
46200        }
46201      },
46202      "type": "object"
46203    },
46204    "InstancesGetEffectiveFirewallsResponseOrganizationFirewallPolicy": {
46205      "description": "A pruned SecurityPolicy containing ID and any applicable firewall rules.",
46206      "id": "InstancesGetEffectiveFirewallsResponseOrganizationFirewallPolicy",
46207      "properties": {
46208        "id": {
46209          "description": "The unique identifier for the security policy. This identifier is defined by the server.",
46210          "format": "uint64",
46211          "type": "string"
46212        },
46213        "rules": {
46214          "description": "The rules that apply to the network.",
46215          "items": {
46216            "$ref": "SecurityPolicyRule"
46217          },
46218          "type": "array"
46219        }
46220      },
46221      "type": "object"
46222    },
46223    "InstancesRemoveResourcePoliciesRequest": {
46224      "id": "InstancesRemoveResourcePoliciesRequest",
46225      "properties": {
46226        "resourcePolicies": {
46227          "description": "Resource policies to be removed from this instance.",
46228          "items": {
46229            "type": "string"
46230          },
46231          "type": "array"
46232        }
46233      },
46234      "type": "object"
46235    },
46236    "InstancesResumeRequest": {
46237      "id": "InstancesResumeRequest",
46238      "properties": {
46239        "disks": {
46240          "description": "Array of disks associated with this instance that are protected with a customer-supplied encryption key.\n\nIn order to resume the instance, the disk url and its corresponding key must be provided.\n\nIf the disk is not protected with a customer-supplied encryption key it should not be specified.",
46241          "items": {
46242            "$ref": "CustomerEncryptionKeyProtectedDisk"
46243          },
46244          "type": "array"
46245        },
46246        "instanceEncryptionKey": {
46247          "$ref": "CustomerEncryptionKey",
46248          "description": "Decrypts data associated with an instance that is protected with a customer-supplied encryption key.\n\nIf the instance you are starting is protected with a customer-supplied encryption key, the correct key must be provided otherwise the instance resume will not succeed."
46249        }
46250      },
46251      "type": "object"
46252    },
46253    "InstancesScopedList": {
46254      "id": "InstancesScopedList",
46255      "properties": {
46256        "instances": {
46257          "description": "[Output Only] A list of instances contained in this scope.",
46258          "items": {
46259            "$ref": "Instance"
46260          },
46261          "type": "array"
46262        },
46263        "warning": {
46264          "description": "[Output Only] Informational warning which replaces the list of instances when the list is empty.",
46265          "properties": {
46266            "code": {
46267              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
46268              "enum": [
46269                "CLEANUP_FAILED",
46270                "DEPRECATED_RESOURCE_USED",
46271                "DEPRECATED_TYPE_USED",
46272                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
46273                "EXPERIMENTAL_TYPE_USED",
46274                "EXTERNAL_API_WARNING",
46275                "FIELD_VALUE_OVERRIDEN",
46276                "INJECTED_KERNELS_DEPRECATED",
46277                "LARGE_DEPLOYMENT_WARNING",
46278                "MISSING_TYPE_DEPENDENCY",
46279                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
46280                "NEXT_HOP_CANNOT_IP_FORWARD",
46281                "NEXT_HOP_INSTANCE_NOT_FOUND",
46282                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
46283                "NEXT_HOP_NOT_RUNNING",
46284                "NOT_CRITICAL_ERROR",
46285                "NO_RESULTS_ON_PAGE",
46286                "PARTIAL_SUCCESS",
46287                "REQUIRED_TOS_AGREEMENT",
46288                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
46289                "RESOURCE_NOT_DELETED",
46290                "SCHEMA_VALIDATION_IGNORED",
46291                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
46292                "UNDECLARED_PROPERTIES",
46293                "UNREACHABLE"
46294              ],
46295              "enumDescriptions": [
46296                "",
46297                "",
46298                "",
46299                "",
46300                "",
46301                "",
46302                "",
46303                "",
46304                "",
46305                "",
46306                "",
46307                "",
46308                "",
46309                "",
46310                "",
46311                "",
46312                "",
46313                "",
46314                "",
46315                "",
46316                "",
46317                "",
46318                "",
46319                "",
46320                ""
46321              ],
46322              "type": "string"
46323            },
46324            "data": {
46325              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
46326              "items": {
46327                "properties": {
46328                  "key": {
46329                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
46330                    "type": "string"
46331                  },
46332                  "value": {
46333                    "description": "[Output Only] A warning data value corresponding to the key.",
46334                    "type": "string"
46335                  }
46336                },
46337                "type": "object"
46338              },
46339              "type": "array"
46340            },
46341            "message": {
46342              "description": "[Output Only] A human-readable description of the warning code.",
46343              "type": "string"
46344            }
46345          },
46346          "type": "object"
46347        }
46348      },
46349      "type": "object"
46350    },
46351    "InstancesSetLabelsRequest": {
46352      "id": "InstancesSetLabelsRequest",
46353      "properties": {
46354        "labelFingerprint": {
46355          "description": "Fingerprint of the previous set of labels for this resource, used to prevent conflicts. Provide the latest fingerprint value when making a request to add or change labels.",
46356          "format": "byte",
46357          "type": "string"
46358        },
46359        "labels": {
46360          "additionalProperties": {
46361            "type": "string"
46362          },
46363          "type": "object"
46364        }
46365      },
46366      "type": "object"
46367    },
46368    "InstancesSetMachineResourcesRequest": {
46369      "id": "InstancesSetMachineResourcesRequest",
46370      "properties": {
46371        "guestAccelerators": {
46372          "description": "A list of the type and count of accelerator cards attached to the instance.",
46373          "items": {
46374            "$ref": "AcceleratorConfig"
46375          },
46376          "type": "array"
46377        }
46378      },
46379      "type": "object"
46380    },
46381    "InstancesSetMachineTypeRequest": {
46382      "id": "InstancesSetMachineTypeRequest",
46383      "properties": {
46384        "machineType": {
46385          "description": "Full or partial URL of the machine type resource. See Machine Types for a full list of machine types. For example: zones/us-central1-f/machineTypes/n1-standard-1",
46386          "type": "string"
46387        }
46388      },
46389      "type": "object"
46390    },
46391    "InstancesSetMinCpuPlatformRequest": {
46392      "id": "InstancesSetMinCpuPlatformRequest",
46393      "properties": {
46394        "minCpuPlatform": {
46395          "description": "Minimum cpu/platform this instance should be started at.",
46396          "type": "string"
46397        }
46398      },
46399      "type": "object"
46400    },
46401    "InstancesSetNameRequest": {
46402      "id": "InstancesSetNameRequest",
46403      "properties": {
46404        "currentName": {
46405          "description": "The current name of this resource, used to prevent conflicts. Provide the latest name when making a request to change name.",
46406          "type": "string"
46407        },
46408        "name": {
46409          "description": "The name to be applied to the instance. Needs to be RFC 1035 compliant.",
46410          "type": "string"
46411        }
46412      },
46413      "type": "object"
46414    },
46415    "InstancesSetServiceAccountRequest": {
46416      "id": "InstancesSetServiceAccountRequest",
46417      "properties": {
46418        "email": {
46419          "description": "Email address of the service account.",
46420          "type": "string"
46421        },
46422        "scopes": {
46423          "description": "The list of scopes to be made available for this service account.",
46424          "items": {
46425            "type": "string"
46426          },
46427          "type": "array"
46428        }
46429      },
46430      "type": "object"
46431    },
46432    "InstancesStartWithEncryptionKeyRequest": {
46433      "id": "InstancesStartWithEncryptionKeyRequest",
46434      "properties": {
46435        "disks": {
46436          "description": "Array of disks associated with this instance that are protected with a customer-supplied encryption key.\n\nIn order to start the instance, the disk url and its corresponding key must be provided.\n\nIf the disk is not protected with a customer-supplied encryption key it should not be specified.",
46437          "items": {
46438            "$ref": "CustomerEncryptionKeyProtectedDisk"
46439          },
46440          "type": "array"
46441        },
46442        "instanceEncryptionKey": {
46443          "$ref": "CustomerEncryptionKey",
46444          "description": "Decrypts data associated with an instance that is protected with a customer-supplied encryption key.\n\nIf the instance you are starting is protected with a customer-supplied encryption key, the correct key must be provided otherwise the instance start will not succeed."
46445        }
46446      },
46447      "type": "object"
46448    },
46449    "InstantSnapshot": {
46450      "description": "Represents a InstantSnapshot resource.\n\nYou can use instant snapshots to create disk rollback points quickly.. (== resource_for {$api_version}.instantSnapshots ==)",
46451      "id": "InstantSnapshot",
46452      "properties": {
46453        "creationTimestamp": {
46454          "description": "[Output Only] Creation timestamp in RFC3339 text format.",
46455          "type": "string"
46456        },
46457        "description": {
46458          "description": "An optional description of this resource. Provide this property when you create the resource.",
46459          "type": "string"
46460        },
46461        "diskSizeGb": {
46462          "description": "[Output Only] Size of the source disk, specified in GB.",
46463          "format": "int64",
46464          "type": "string"
46465        },
46466        "guestFlush": {
46467          "description": "Whether to attempt an application consistent instant snapshot by informing the OS to prepare for the snapshot process. Currently only supported on Windows instances using the Volume Shadow Copy Service (VSS).",
46468          "type": "boolean"
46469        },
46470        "id": {
46471          "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.",
46472          "format": "uint64",
46473          "type": "string"
46474        },
46475        "kind": {
46476          "default": "compute#instantSnapshot",
46477          "description": "[Output Only] Type of the resource. Always compute#instantSnapshot for InstantSnapshot resources.",
46478          "type": "string"
46479        },
46480        "labelFingerprint": {
46481          "description": "A fingerprint for the labels being applied to this InstantSnapshot, which is essentially a hash of the labels set used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update labels. You must always provide an up-to-date fingerprint hash in order to update or change labels, otherwise the request will fail with error 412 conditionNotMet.\n\nTo see the latest fingerprint, make a get() request to retrieve a InstantSnapshot.",
46482          "format": "byte",
46483          "type": "string"
46484        },
46485        "labels": {
46486          "additionalProperties": {
46487            "type": "string"
46488          },
46489          "description": "Labels to apply to this InstantSnapshot. These can be later modified by the setLabels method. Label values may be empty.",
46490          "type": "object"
46491        },
46492        "name": {
46493          "description": "Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.",
46494          "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
46495          "type": "string"
46496        },
46497        "region": {
46498          "description": "[Output Only] URL of the region where the instant snapshot resides. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.",
46499          "type": "string"
46500        },
46501        "selfLink": {
46502          "description": "[Output Only] Server-defined URL for the resource.",
46503          "type": "string"
46504        },
46505        "selfLinkWithId": {
46506          "description": "[Output Only] Server-defined URL for this resource's resource id.",
46507          "type": "string"
46508        },
46509        "sourceDisk": {
46510          "description": "URL of the source disk used to create this instant snapshot. Note that the source disk must be in the same zone/region as the instant snapshot to be created. This can be a full or valid partial URL. For example, the following are valid values:  \n- https://www.googleapis.com/compute/v1/projects/project/zones/zone/disks/disk \n- projects/project/zones/zone/disks/disk \n- zones/zone/disks/disk",
46511          "type": "string"
46512        },
46513        "sourceDiskId": {
46514          "description": "[Output Only] The ID value of the disk used to create this InstantSnapshot. This value may be used to determine whether the InstantSnapshot was taken from the current or a previous instance of a given disk name.",
46515          "type": "string"
46516        },
46517        "status": {
46518          "description": "[Output Only] The status of the instantSnapshot. This can be CREATING, DELETING, FAILED, or READY.",
46519          "enum": [
46520            "CREATING",
46521            "DELETING",
46522            "FAILED",
46523            "READY"
46524          ],
46525          "enumDescriptions": [
46526            "",
46527            "",
46528            "",
46529            ""
46530          ],
46531          "type": "string"
46532        },
46533        "zone": {
46534          "description": "[Output Only] URL of the zone where the instant snapshot resides. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.",
46535          "type": "string"
46536        }
46537      },
46538      "type": "object"
46539    },
46540    "InstantSnapshotExportParams": {
46541      "id": "InstantSnapshotExportParams",
46542      "properties": {
46543        "baseInstantSnapshot": {
46544          "description": "An optional base instant snapshot that this resource is compared against. If not specified, all blocks of this resource are exported. The base instant snapshot and this resource must be created from the same disk. The base instant snapshot must be created earlier in time than this resource.",
46545          "type": "string"
46546        },
46547        "bucketName": {
46548          "description": "The name of an existing bucket in Cloud Storage where the changed blocks will be stored. The Google Service Account must have read and write access to this bucket. The bucket has to be in the same region as this resource.",
46549          "type": "string"
46550        },
46551        "encryptionKey": {
46552          "$ref": "CustomerEncryptionKey",
46553          "description": "Encryption key used to encrypt the instant snapshot."
46554        },
46555        "objectName": {
46556          "description": "Name of the output Bigstore object storing the changed blocks. Object name must be less than 1024 bytes in length.",
46557          "type": "string"
46558        },
46559        "outputType": {
46560          "description": "The format of the output file.",
46561          "enum": [
46562            "INVALID",
46563            "METADATA_AND_DATA",
46564            "METADATA_ONLY"
46565          ],
46566          "enumDescriptions": [
46567            "",
46568            "",
46569            ""
46570          ],
46571          "type": "string"
46572        }
46573      },
46574      "type": "object"
46575    },
46576    "InstantSnapshotList": {
46577      "description": "Contains a list of InstantSnapshot resources.",
46578      "id": "InstantSnapshotList",
46579      "properties": {
46580        "id": {
46581          "description": "[Output Only] Unique identifier for the resource; defined by the server.",
46582          "type": "string"
46583        },
46584        "items": {
46585          "description": "A list of InstantSnapshot resources.",
46586          "items": {
46587            "$ref": "InstantSnapshot"
46588          },
46589          "type": "array"
46590        },
46591        "kind": {
46592          "default": "compute#instantSnapshotList",
46593          "description": "Type of resource.",
46594          "type": "string"
46595        },
46596        "nextPageToken": {
46597          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
46598          "type": "string"
46599        },
46600        "selfLink": {
46601          "description": "[Output Only] Server-defined URL for this resource.",
46602          "type": "string"
46603        },
46604        "warning": {
46605          "description": "[Output Only] Informational warning message.",
46606          "properties": {
46607            "code": {
46608              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
46609              "enum": [
46610                "CLEANUP_FAILED",
46611                "DEPRECATED_RESOURCE_USED",
46612                "DEPRECATED_TYPE_USED",
46613                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
46614                "EXPERIMENTAL_TYPE_USED",
46615                "EXTERNAL_API_WARNING",
46616                "FIELD_VALUE_OVERRIDEN",
46617                "INJECTED_KERNELS_DEPRECATED",
46618                "LARGE_DEPLOYMENT_WARNING",
46619                "MISSING_TYPE_DEPENDENCY",
46620                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
46621                "NEXT_HOP_CANNOT_IP_FORWARD",
46622                "NEXT_HOP_INSTANCE_NOT_FOUND",
46623                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
46624                "NEXT_HOP_NOT_RUNNING",
46625                "NOT_CRITICAL_ERROR",
46626                "NO_RESULTS_ON_PAGE",
46627                "PARTIAL_SUCCESS",
46628                "REQUIRED_TOS_AGREEMENT",
46629                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
46630                "RESOURCE_NOT_DELETED",
46631                "SCHEMA_VALIDATION_IGNORED",
46632                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
46633                "UNDECLARED_PROPERTIES",
46634                "UNREACHABLE"
46635              ],
46636              "enumDescriptions": [
46637                "",
46638                "",
46639                "",
46640                "",
46641                "",
46642                "",
46643                "",
46644                "",
46645                "",
46646                "",
46647                "",
46648                "",
46649                "",
46650                "",
46651                "",
46652                "",
46653                "",
46654                "",
46655                "",
46656                "",
46657                "",
46658                "",
46659                "",
46660                "",
46661                ""
46662              ],
46663              "type": "string"
46664            },
46665            "data": {
46666              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
46667              "items": {
46668                "properties": {
46669                  "key": {
46670                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
46671                    "type": "string"
46672                  },
46673                  "value": {
46674                    "description": "[Output Only] A warning data value corresponding to the key.",
46675                    "type": "string"
46676                  }
46677                },
46678                "type": "object"
46679              },
46680              "type": "array"
46681            },
46682            "message": {
46683              "description": "[Output Only] A human-readable description of the warning code.",
46684              "type": "string"
46685            }
46686          },
46687          "type": "object"
46688        }
46689      },
46690      "type": "object"
46691    },
46692    "Int64RangeMatch": {
46693      "description": "HttpRouteRuleMatch criteria for field values that must stay within the specified integer range.",
46694      "id": "Int64RangeMatch",
46695      "properties": {
46696        "rangeEnd": {
46697          "description": "The end of the range (exclusive) in signed long integer format.",
46698          "format": "int64",
46699          "type": "string"
46700        },
46701        "rangeStart": {
46702          "description": "The start of the range (inclusive) in signed long integer format.",
46703          "format": "int64",
46704          "type": "string"
46705        }
46706      },
46707      "type": "object"
46708    },
46709    "Interconnect": {
46710      "description": "Represents an Interconnect resource.\n\nAn Interconnect resource is a dedicated connection between the GCP network and your on-premises network. For more information, read the  Dedicated Interconnect Overview. (== resource_for {$api_version}.interconnects ==)",
46711      "id": "Interconnect",
46712      "properties": {
46713        "adminEnabled": {
46714          "description": "Administrative status of the interconnect. When this is set to true, the Interconnect is functional and can carry traffic. When set to false, no packets can be carried over the interconnect and no BGP routes are exchanged over it. By default, the status is set to true.",
46715          "type": "boolean"
46716        },
46717        "circuitInfos": {
46718          "description": "[Output Only] A list of CircuitInfo objects, that describe the individual circuits in this LAG.",
46719          "items": {
46720            "$ref": "InterconnectCircuitInfo"
46721          },
46722          "type": "array"
46723        },
46724        "creationTimestamp": {
46725          "description": "[Output Only] Creation timestamp in RFC3339 text format.",
46726          "type": "string"
46727        },
46728        "customerName": {
46729          "description": "Customer name, to put in the Letter of Authorization as the party authorized to request a crossconnect.",
46730          "type": "string"
46731        },
46732        "description": {
46733          "description": "An optional description of this resource. Provide this property when you create the resource.",
46734          "type": "string"
46735        },
46736        "expectedOutages": {
46737          "description": "[Output Only] A list of outages expected for this Interconnect.",
46738          "items": {
46739            "$ref": "InterconnectOutageNotification"
46740          },
46741          "type": "array"
46742        },
46743        "googleIpAddress": {
46744          "description": "[Output Only] IP address configured on the Google side of the Interconnect link. This can be used only for ping tests.",
46745          "type": "string"
46746        },
46747        "googleReferenceId": {
46748          "description": "[Output Only] Google reference ID to be used when raising support tickets with Google or otherwise to debug backend connectivity issues.",
46749          "type": "string"
46750        },
46751        "id": {
46752          "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.",
46753          "format": "uint64",
46754          "type": "string"
46755        },
46756        "interconnectAttachments": {
46757          "description": "[Output Only] A list of the URLs of all InterconnectAttachments configured to use this Interconnect.",
46758          "items": {
46759            "type": "string"
46760          },
46761          "type": "array"
46762        },
46763        "interconnectType": {
46764          "description": "Type of interconnect, which can take one of the following values: \n- PARTNER: A partner-managed interconnection shared between customers though a partner. \n- DEDICATED: A dedicated physical interconnection with the customer. Note that a value IT_PRIVATE has been deprecated in favor of DEDICATED.",
46765          "enum": [
46766            "DEDICATED",
46767            "IT_PRIVATE",
46768            "PARTNER"
46769          ],
46770          "enumDescriptions": [
46771            "",
46772            "",
46773            ""
46774          ],
46775          "type": "string"
46776        },
46777        "kind": {
46778          "default": "compute#interconnect",
46779          "description": "[Output Only] Type of the resource. Always compute#interconnect for interconnects.",
46780          "type": "string"
46781        },
46782        "labelFingerprint": {
46783          "description": "A fingerprint for the labels being applied to this Interconnect, which is essentially a hash of the labels set used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update labels. You must always provide an up-to-date fingerprint hash in order to update or change labels, otherwise the request will fail with error 412 conditionNotMet.\n\nTo see the latest fingerprint, make a get() request to retrieve an Interconnect.",
46784          "format": "byte",
46785          "type": "string"
46786        },
46787        "labels": {
46788          "additionalProperties": {
46789            "type": "string"
46790          },
46791          "description": "Labels for this resource. These can only be added or modified by the setLabels method. Each label key/value pair must comply with RFC1035. Label values may be empty.",
46792          "type": "object"
46793        },
46794        "linkType": {
46795          "description": "Type of link requested, which can take one of the following values: \n- LINK_TYPE_ETHERNET_10G_LR: A 10G Ethernet with LR optics \n- LINK_TYPE_ETHERNET_100G_LR: A 100G Ethernet with LR optics. Note that this field indicates the speed of each of the links in the bundle, not the speed of the entire bundle.",
46796          "enum": [
46797            "LINK_TYPE_ETHERNET_100G_LR",
46798            "LINK_TYPE_ETHERNET_10G_LR"
46799          ],
46800          "enumDescriptions": [
46801            "",
46802            ""
46803          ],
46804          "type": "string"
46805        },
46806        "location": {
46807          "description": "URL of the InterconnectLocation object that represents where this connection is to be provisioned.",
46808          "type": "string"
46809        },
46810        "name": {
46811          "annotations": {
46812            "required": [
46813              "compute.interconnects.insert"
46814            ]
46815          },
46816          "description": "Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.",
46817          "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
46818          "type": "string"
46819        },
46820        "nocContactEmail": {
46821          "description": "Email address to contact the customer NOC for operations and maintenance notifications regarding this Interconnect. If specified, this will be used for notifications in addition to all other forms described, such as Stackdriver logs alerting and Cloud Notifications.",
46822          "type": "string"
46823        },
46824        "operationalStatus": {
46825          "description": "[Output Only] The current status of this Interconnect's functionality, which can take one of the following values: \n- OS_ACTIVE: A valid Interconnect, which is turned up and is ready to use. Attachments may be provisioned on this Interconnect. \n- OS_UNPROVISIONED: An Interconnect that has not completed turnup. No attachments may be provisioned on this Interconnect. \n- OS_UNDER_MAINTENANCE: An Interconnect that is undergoing internal maintenance. No attachments may be provisioned or updated on this Interconnect.",
46826          "enum": [
46827            "OS_ACTIVE",
46828            "OS_UNPROVISIONED"
46829          ],
46830          "enumDescriptions": [
46831            "",
46832            ""
46833          ],
46834          "type": "string"
46835        },
46836        "peerIpAddress": {
46837          "description": "[Output Only] IP address configured on the customer side of the Interconnect link. The customer should configure this IP address during turnup when prompted by Google NOC. This can be used only for ping tests.",
46838          "type": "string"
46839        },
46840        "provisionedLinkCount": {
46841          "description": "[Output Only] Number of links actually provisioned in this interconnect.",
46842          "format": "int32",
46843          "type": "integer"
46844        },
46845        "requestedLinkCount": {
46846          "description": "Target number of physical links in the link bundle, as requested by the customer.",
46847          "format": "int32",
46848          "type": "integer"
46849        },
46850        "selfLink": {
46851          "description": "[Output Only] Server-defined URL for the resource.",
46852          "type": "string"
46853        },
46854        "selfLinkWithId": {
46855          "description": "[Output Only] Server-defined URL for this resource with the resource id.",
46856          "type": "string"
46857        },
46858        "state": {
46859          "description": "[Output Only] The current state of Interconnect functionality, which can take one of the following values: \n- ACTIVE: The Interconnect is valid, turned up and ready to use. Attachments may be provisioned on this Interconnect. \n- UNPROVISIONED: The Interconnect has not completed turnup. No attachments may be provisioned on this Interconnect. \n- UNDER_MAINTENANCE: The Interconnect is undergoing internal maintenance. No attachments may be provisioned or updated on this Interconnect.",
46860          "enum": [
46861            "ACTIVE",
46862            "UNPROVISIONED"
46863          ],
46864          "enumDescriptions": [
46865            "",
46866            ""
46867          ],
46868          "type": "string"
46869        }
46870      },
46871      "type": "object"
46872    },
46873    "InterconnectAttachment": {
46874      "description": "Represents an Interconnect Attachment (VLAN) resource.\n\nYou can use Interconnect attachments (VLANS) to connect your Virtual Private Cloud networks to your on-premises networks through an Interconnect. For more information, read  Creating VLAN Attachments. (== resource_for {$api_version}.interconnectAttachments ==)",
46875      "id": "InterconnectAttachment",
46876      "properties": {
46877        "adminEnabled": {
46878          "description": "Determines whether this Attachment will carry packets. Not present for PARTNER_PROVIDER.",
46879          "type": "boolean"
46880        },
46881        "bandwidth": {
46882          "description": "Provisioned bandwidth capacity for the interconnect attachment. For attachments of type DEDICATED, the user can set the bandwidth. For attachments of type PARTNER, the Google Partner that is operating the interconnect must set the bandwidth. Output only for PARTNER type, mutable for PARTNER_PROVIDER and DEDICATED, and can take one of the following values: \n- BPS_50M: 50 Mbit/s \n- BPS_100M: 100 Mbit/s \n- BPS_200M: 200 Mbit/s \n- BPS_300M: 300 Mbit/s \n- BPS_400M: 400 Mbit/s \n- BPS_500M: 500 Mbit/s \n- BPS_1G: 1 Gbit/s \n- BPS_2G: 2 Gbit/s \n- BPS_5G: 5 Gbit/s \n- BPS_10G: 10 Gbit/s \n- BPS_20G: 20 Gbit/s \n- BPS_50G: 50 Gbit/s",
46883          "enum": [
46884            "BPS_100M",
46885            "BPS_10G",
46886            "BPS_1G",
46887            "BPS_200M",
46888            "BPS_20G",
46889            "BPS_2G",
46890            "BPS_300M",
46891            "BPS_400M",
46892            "BPS_500M",
46893            "BPS_50G",
46894            "BPS_50M",
46895            "BPS_5G"
46896          ],
46897          "enumDescriptions": [
46898            "",
46899            "",
46900            "",
46901            "",
46902            "",
46903            "",
46904            "",
46905            "",
46906            "",
46907            "",
46908            "",
46909            ""
46910          ],
46911          "type": "string"
46912        },
46913        "candidateSubnets": {
46914          "description": "Up to 16 candidate prefixes that can be used to restrict the allocation of cloudRouterIpAddress and customerRouterIpAddress for this attachment. All prefixes must be within link-local address space (169.254.0.0/16) and must be /29 or shorter (/28, /27, etc). Google will attempt to select an unused /29 from the supplied candidate prefix(es). The request will fail if all possible /29s are in use on Google's edge. If not supplied, Google will randomly select an unused /29 from all of link-local space.",
46915          "items": {
46916            "type": "string"
46917          },
46918          "type": "array"
46919        },
46920        "cloudRouterIpAddress": {
46921          "description": "[Output Only] IPv4 address + prefix length to be configured on Cloud Router Interface for this interconnect attachment.",
46922          "type": "string"
46923        },
46924        "creationTimestamp": {
46925          "description": "[Output Only] Creation timestamp in RFC3339 text format.",
46926          "type": "string"
46927        },
46928        "customerRouterIpAddress": {
46929          "description": "[Output Only] IPv4 address + prefix length to be configured on the customer router subinterface for this interconnect attachment.",
46930          "type": "string"
46931        },
46932        "dataplaneVersion": {
46933          "description": "[Output Only] Dataplane version for this InterconnectAttachment.",
46934          "format": "int32",
46935          "type": "integer"
46936        },
46937        "description": {
46938          "description": "An optional description of this resource.",
46939          "type": "string"
46940        },
46941        "edgeAvailabilityDomain": {
46942          "description": "Desired availability domain for the attachment. Only available for type PARTNER, at creation time, and can take one of the following values: \n- AVAILABILITY_DOMAIN_ANY \n- AVAILABILITY_DOMAIN_1 \n- AVAILABILITY_DOMAIN_2 For improved reliability, customers should configure a pair of attachments, one per availability domain. The selected availability domain will be provided to the Partner via the pairing key, so that the provisioned circuit will lie in the specified domain. If not specified, the value will default to AVAILABILITY_DOMAIN_ANY.",
46943          "enum": [
46944            "AVAILABILITY_DOMAIN_1",
46945            "AVAILABILITY_DOMAIN_2",
46946            "AVAILABILITY_DOMAIN_ANY"
46947          ],
46948          "enumDescriptions": [
46949            "",
46950            "",
46951            ""
46952          ],
46953          "type": "string"
46954        },
46955        "encryption": {
46956          "description": "Indicates the user-supplied encryption option of this interconnect attachment: \n- NONE is the default value, which means that the attachment carries unencrypted traffic. VMs can send traffic to, or receive traffic from, this type of attachment. \n- IPSEC indicates that the attachment carries only traffic encrypted by an IPsec device such as an HA VPN gateway. VMs cannot directly send traffic to, or receive traffic from, such an attachment. To use IPsec over Interconnect, create the attachment using this option.",
46957          "enum": [
46958            "IPSEC",
46959            "NONE"
46960          ],
46961          "enumDescriptions": [
46962            "",
46963            ""
46964          ],
46965          "type": "string"
46966        },
46967        "googleReferenceId": {
46968          "description": "[Output Only] Google reference ID, to be used when raising support tickets with Google or otherwise to debug backend connectivity issues. [Deprecated] This field is not used.",
46969          "type": "string"
46970        },
46971        "id": {
46972          "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.",
46973          "format": "uint64",
46974          "type": "string"
46975        },
46976        "interconnect": {
46977          "description": "URL of the underlying Interconnect object that this attachment's traffic will traverse through.",
46978          "type": "string"
46979        },
46980        "ipsecInternalAddresses": {
46981          "description": "URL of addresses that have been reserved for the interconnect attachment, Used only for interconnect attachment that has the encryption option as IPSEC. The addresses must be RFC 1918 IP address ranges. When creating HA VPN gateway over the interconnect attachment, if the attachment is configured to use an RFC 1918 IP address, then the VPN gateway?s IP address will be allocated from the IP address range specified here. For example, if the HA VPN gateway?s interface 0 is paired to this interconnect attachment, then an RFC 1918 IP address for the VPN gateway interface 0 will be allocated from the IP address specified for this interconnect attachment. If this field is not specified for interconnect attachment that has encryption option as IPSEC, later on when creating HA VPN gateway on this interconnect attachment, the HA VPN gateway's IP address will be allocated from regional external IP address pool.",
46982          "items": {
46983            "type": "string"
46984          },
46985          "type": "array"
46986        },
46987        "kind": {
46988          "default": "compute#interconnectAttachment",
46989          "description": "[Output Only] Type of the resource. Always compute#interconnectAttachment for interconnect attachments.",
46990          "type": "string"
46991        },
46992        "labelFingerprint": {
46993          "description": "A fingerprint for the labels being applied to this InterconnectAttachment, which is essentially a hash of the labels set used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update labels. You must always provide an up-to-date fingerprint hash in order to update or change labels, otherwise the request will fail with error 412 conditionNotMet.\n\nTo see the latest fingerprint, make a get() request to retrieve an InterconnectAttachment.",
46994          "format": "byte",
46995          "type": "string"
46996        },
46997        "labels": {
46998          "additionalProperties": {
46999            "type": "string"
47000          },
47001          "description": "Labels for this resource. These can only be added or modified by the setLabels method. Each label key/value pair must comply with RFC1035. Label values may be empty.",
47002          "type": "object"
47003        },
47004        "mtu": {
47005          "description": "Maximum Transmission Unit (MTU), in bytes, of packets passing through this interconnect attachment. Only 1440 and 1500 are allowed. If not specified, the value will default to 1440.",
47006          "format": "int32",
47007          "type": "integer"
47008        },
47009        "name": {
47010          "description": "Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.",
47011          "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
47012          "type": "string"
47013        },
47014        "operationalStatus": {
47015          "description": "[Output Only] The current status of whether or not this interconnect attachment is functional, which can take one of the following values: \n- OS_ACTIVE: The attachment has been turned up and is ready to use. \n- OS_UNPROVISIONED: The attachment is not ready to use yet, because turnup is not complete.",
47016          "enum": [
47017            "OS_ACTIVE",
47018            "OS_UNPROVISIONED"
47019          ],
47020          "enumDescriptions": [
47021            "",
47022            ""
47023          ],
47024          "type": "string"
47025        },
47026        "pairingKey": {
47027          "description": "[Output only for type PARTNER. Input only for PARTNER_PROVIDER. Not present for DEDICATED]. The opaque identifier of an PARTNER attachment used to initiate provisioning with a selected partner. Of the form \"XXXXX/region/domain\"",
47028          "type": "string"
47029        },
47030        "partnerAsn": {
47031          "description": "Optional BGP ASN for the router supplied by a Layer 3 Partner if they configured BGP on behalf of the customer. Output only for PARTNER type, input only for PARTNER_PROVIDER, not available for DEDICATED.",
47032          "format": "int64",
47033          "type": "string"
47034        },
47035        "partnerMetadata": {
47036          "$ref": "InterconnectAttachmentPartnerMetadata",
47037          "description": "Informational metadata about Partner attachments from Partners to display to customers. Output only for for PARTNER type, mutable for PARTNER_PROVIDER, not available for DEDICATED."
47038        },
47039        "privateInterconnectInfo": {
47040          "$ref": "InterconnectAttachmentPrivateInfo",
47041          "description": "[Output Only] Information specific to an InterconnectAttachment. This property is populated if the interconnect that this is attached to is of type DEDICATED."
47042        },
47043        "region": {
47044          "description": "[Output Only] URL of the region where the regional interconnect attachment resides. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.",
47045          "type": "string"
47046        },
47047        "router": {
47048          "description": "URL of the Cloud Router to be used for dynamic routing. This router must be in the same region as this InterconnectAttachment. The InterconnectAttachment will automatically connect the Interconnect to the network \u0026 region within which the Cloud Router is configured.",
47049          "type": "string"
47050        },
47051        "selfLink": {
47052          "description": "[Output Only] Server-defined URL for the resource.",
47053          "type": "string"
47054        },
47055        "selfLinkWithId": {
47056          "description": "[Output Only] Server-defined URL for this resource with the resource id.",
47057          "type": "string"
47058        },
47059        "state": {
47060          "description": "[Output Only] The current state of this attachment's functionality. Enum values ACTIVE and UNPROVISIONED are shared by DEDICATED/PRIVATE, PARTNER, and PARTNER_PROVIDER interconnect attachments, while enum values PENDING_PARTNER, PARTNER_REQUEST_RECEIVED, and PENDING_CUSTOMER are used for only PARTNER and PARTNER_PROVIDER interconnect attachments. This state can take one of the following values: \n- ACTIVE: The attachment has been turned up and is ready to use. \n- UNPROVISIONED: The attachment is not ready to use yet, because turnup is not complete. \n- PENDING_PARTNER: A newly-created PARTNER attachment that has not yet been configured on the Partner side. \n- PARTNER_REQUEST_RECEIVED: A PARTNER attachment is in the process of provisioning after a PARTNER_PROVIDER attachment was created that references it. \n- PENDING_CUSTOMER: A PARTNER or PARTNER_PROVIDER attachment that is waiting for a customer to activate it. \n- DEFUNCT: The attachment was deleted externally and is no longer functional. This could be because the associated Interconnect was removed, or because the other side of a Partner attachment was deleted.",
47061          "enum": [
47062            "ACTIVE",
47063            "DEFUNCT",
47064            "PARTNER_REQUEST_RECEIVED",
47065            "PENDING_CUSTOMER",
47066            "PENDING_PARTNER",
47067            "STATE_UNSPECIFIED",
47068            "UNPROVISIONED"
47069          ],
47070          "enumDescriptions": [
47071            "",
47072            "",
47073            "",
47074            "",
47075            "",
47076            "",
47077            ""
47078          ],
47079          "type": "string"
47080        },
47081        "type": {
47082          "description": "The type of interconnect attachment this is, which can take one of the following values: \n- DEDICATED: an attachment to a Dedicated Interconnect. \n- PARTNER: an attachment to a Partner Interconnect, created by the customer. \n- PARTNER_PROVIDER: an attachment to a Partner Interconnect, created by the partner.",
47083          "enum": [
47084            "DEDICATED",
47085            "PARTNER",
47086            "PARTNER_PROVIDER"
47087          ],
47088          "enumDescriptions": [
47089            "",
47090            "",
47091            ""
47092          ],
47093          "type": "string"
47094        },
47095        "vlanTag8021q": {
47096          "description": "The IEEE 802.1Q VLAN tag for this attachment, in the range 2-4094. Only specified at creation time.",
47097          "format": "int32",
47098          "type": "integer"
47099        }
47100      },
47101      "type": "object"
47102    },
47103    "InterconnectAttachmentAggregatedList": {
47104      "id": "InterconnectAttachmentAggregatedList",
47105      "properties": {
47106        "id": {
47107          "description": "[Output Only] Unique identifier for the resource; defined by the server.",
47108          "type": "string"
47109        },
47110        "items": {
47111          "additionalProperties": {
47112            "$ref": "InterconnectAttachmentsScopedList",
47113            "description": "Name of the scope containing this set of interconnect attachments."
47114          },
47115          "description": "A list of InterconnectAttachmentsScopedList resources.",
47116          "type": "object"
47117        },
47118        "kind": {
47119          "default": "compute#interconnectAttachmentAggregatedList",
47120          "description": "[Output Only] Type of resource. Always compute#interconnectAttachmentAggregatedList for aggregated lists of interconnect attachments.",
47121          "type": "string"
47122        },
47123        "nextPageToken": {
47124          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
47125          "type": "string"
47126        },
47127        "selfLink": {
47128          "description": "[Output Only] Server-defined URL for this resource.",
47129          "type": "string"
47130        },
47131        "unreachables": {
47132          "description": "[Output Only] Unreachable resources.",
47133          "items": {
47134            "type": "string"
47135          },
47136          "type": "array"
47137        },
47138        "warning": {
47139          "description": "[Output Only] Informational warning message.",
47140          "properties": {
47141            "code": {
47142              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
47143              "enum": [
47144                "CLEANUP_FAILED",
47145                "DEPRECATED_RESOURCE_USED",
47146                "DEPRECATED_TYPE_USED",
47147                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
47148                "EXPERIMENTAL_TYPE_USED",
47149                "EXTERNAL_API_WARNING",
47150                "FIELD_VALUE_OVERRIDEN",
47151                "INJECTED_KERNELS_DEPRECATED",
47152                "LARGE_DEPLOYMENT_WARNING",
47153                "MISSING_TYPE_DEPENDENCY",
47154                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
47155                "NEXT_HOP_CANNOT_IP_FORWARD",
47156                "NEXT_HOP_INSTANCE_NOT_FOUND",
47157                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
47158                "NEXT_HOP_NOT_RUNNING",
47159                "NOT_CRITICAL_ERROR",
47160                "NO_RESULTS_ON_PAGE",
47161                "PARTIAL_SUCCESS",
47162                "REQUIRED_TOS_AGREEMENT",
47163                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
47164                "RESOURCE_NOT_DELETED",
47165                "SCHEMA_VALIDATION_IGNORED",
47166                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
47167                "UNDECLARED_PROPERTIES",
47168                "UNREACHABLE"
47169              ],
47170              "enumDescriptions": [
47171                "",
47172                "",
47173                "",
47174                "",
47175                "",
47176                "",
47177                "",
47178                "",
47179                "",
47180                "",
47181                "",
47182                "",
47183                "",
47184                "",
47185                "",
47186                "",
47187                "",
47188                "",
47189                "",
47190                "",
47191                "",
47192                "",
47193                "",
47194                "",
47195                ""
47196              ],
47197              "type": "string"
47198            },
47199            "data": {
47200              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
47201              "items": {
47202                "properties": {
47203                  "key": {
47204                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
47205                    "type": "string"
47206                  },
47207                  "value": {
47208                    "description": "[Output Only] A warning data value corresponding to the key.",
47209                    "type": "string"
47210                  }
47211                },
47212                "type": "object"
47213              },
47214              "type": "array"
47215            },
47216            "message": {
47217              "description": "[Output Only] A human-readable description of the warning code.",
47218              "type": "string"
47219            }
47220          },
47221          "type": "object"
47222        }
47223      },
47224      "type": "object"
47225    },
47226    "InterconnectAttachmentList": {
47227      "description": "Response to the list request, and contains a list of interconnect attachments.",
47228      "id": "InterconnectAttachmentList",
47229      "properties": {
47230        "id": {
47231          "description": "[Output Only] Unique identifier for the resource; defined by the server.",
47232          "type": "string"
47233        },
47234        "items": {
47235          "description": "A list of InterconnectAttachment resources.",
47236          "items": {
47237            "$ref": "InterconnectAttachment"
47238          },
47239          "type": "array"
47240        },
47241        "kind": {
47242          "default": "compute#interconnectAttachmentList",
47243          "description": "[Output Only] Type of resource. Always compute#interconnectAttachmentList for lists of interconnect attachments.",
47244          "type": "string"
47245        },
47246        "nextPageToken": {
47247          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
47248          "type": "string"
47249        },
47250        "selfLink": {
47251          "description": "[Output Only] Server-defined URL for this resource.",
47252          "type": "string"
47253        },
47254        "warning": {
47255          "description": "[Output Only] Informational warning message.",
47256          "properties": {
47257            "code": {
47258              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
47259              "enum": [
47260                "CLEANUP_FAILED",
47261                "DEPRECATED_RESOURCE_USED",
47262                "DEPRECATED_TYPE_USED",
47263                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
47264                "EXPERIMENTAL_TYPE_USED",
47265                "EXTERNAL_API_WARNING",
47266                "FIELD_VALUE_OVERRIDEN",
47267                "INJECTED_KERNELS_DEPRECATED",
47268                "LARGE_DEPLOYMENT_WARNING",
47269                "MISSING_TYPE_DEPENDENCY",
47270                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
47271                "NEXT_HOP_CANNOT_IP_FORWARD",
47272                "NEXT_HOP_INSTANCE_NOT_FOUND",
47273                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
47274                "NEXT_HOP_NOT_RUNNING",
47275                "NOT_CRITICAL_ERROR",
47276                "NO_RESULTS_ON_PAGE",
47277                "PARTIAL_SUCCESS",
47278                "REQUIRED_TOS_AGREEMENT",
47279                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
47280                "RESOURCE_NOT_DELETED",
47281                "SCHEMA_VALIDATION_IGNORED",
47282                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
47283                "UNDECLARED_PROPERTIES",
47284                "UNREACHABLE"
47285              ],
47286              "enumDescriptions": [
47287                "",
47288                "",
47289                "",
47290                "",
47291                "",
47292                "",
47293                "",
47294                "",
47295                "",
47296                "",
47297                "",
47298                "",
47299                "",
47300                "",
47301                "",
47302                "",
47303                "",
47304                "",
47305                "",
47306                "",
47307                "",
47308                "",
47309                "",
47310                "",
47311                ""
47312              ],
47313              "type": "string"
47314            },
47315            "data": {
47316              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
47317              "items": {
47318                "properties": {
47319                  "key": {
47320                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
47321                    "type": "string"
47322                  },
47323                  "value": {
47324                    "description": "[Output Only] A warning data value corresponding to the key.",
47325                    "type": "string"
47326                  }
47327                },
47328                "type": "object"
47329              },
47330              "type": "array"
47331            },
47332            "message": {
47333              "description": "[Output Only] A human-readable description of the warning code.",
47334              "type": "string"
47335            }
47336          },
47337          "type": "object"
47338        }
47339      },
47340      "type": "object"
47341    },
47342    "InterconnectAttachmentPartnerMetadata": {
47343      "description": "Informational metadata about Partner attachments from Partners to display to customers. These fields are propagated from PARTNER_PROVIDER attachments to their corresponding PARTNER attachments.",
47344      "id": "InterconnectAttachmentPartnerMetadata",
47345      "properties": {
47346        "interconnectName": {
47347          "description": "Plain text name of the Interconnect this attachment is connected to, as displayed in the Partner's portal. For instance \"Chicago 1\". This value may be validated to match approved Partner values.",
47348          "type": "string"
47349        },
47350        "partnerName": {
47351          "description": "Plain text name of the Partner providing this attachment. This value may be validated to match approved Partner values.",
47352          "type": "string"
47353        },
47354        "portalUrl": {
47355          "description": "URL of the Partner's portal for this Attachment. Partners may customise this to be a deep link to the specific resource on the Partner portal. This value may be validated to match approved Partner values.",
47356          "type": "string"
47357        }
47358      },
47359      "type": "object"
47360    },
47361    "InterconnectAttachmentPrivateInfo": {
47362      "description": "Information for an interconnect attachment when this belongs to an interconnect of type DEDICATED.",
47363      "id": "InterconnectAttachmentPrivateInfo",
47364      "properties": {
47365        "tag8021q": {
47366          "description": "[Output Only] 802.1q encapsulation tag to be used for traffic between Google and the customer, going to and from this network and region.",
47367          "format": "uint32",
47368          "type": "integer"
47369        }
47370      },
47371      "type": "object"
47372    },
47373    "InterconnectAttachmentsScopedList": {
47374      "id": "InterconnectAttachmentsScopedList",
47375      "properties": {
47376        "interconnectAttachments": {
47377          "description": "A list of interconnect attachments contained in this scope.",
47378          "items": {
47379            "$ref": "InterconnectAttachment"
47380          },
47381          "type": "array"
47382        },
47383        "warning": {
47384          "description": "Informational warning which replaces the list of addresses when the list is empty.",
47385          "properties": {
47386            "code": {
47387              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
47388              "enum": [
47389                "CLEANUP_FAILED",
47390                "DEPRECATED_RESOURCE_USED",
47391                "DEPRECATED_TYPE_USED",
47392                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
47393                "EXPERIMENTAL_TYPE_USED",
47394                "EXTERNAL_API_WARNING",
47395                "FIELD_VALUE_OVERRIDEN",
47396                "INJECTED_KERNELS_DEPRECATED",
47397                "LARGE_DEPLOYMENT_WARNING",
47398                "MISSING_TYPE_DEPENDENCY",
47399                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
47400                "NEXT_HOP_CANNOT_IP_FORWARD",
47401                "NEXT_HOP_INSTANCE_NOT_FOUND",
47402                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
47403                "NEXT_HOP_NOT_RUNNING",
47404                "NOT_CRITICAL_ERROR",
47405                "NO_RESULTS_ON_PAGE",
47406                "PARTIAL_SUCCESS",
47407                "REQUIRED_TOS_AGREEMENT",
47408                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
47409                "RESOURCE_NOT_DELETED",
47410                "SCHEMA_VALIDATION_IGNORED",
47411                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
47412                "UNDECLARED_PROPERTIES",
47413                "UNREACHABLE"
47414              ],
47415              "enumDescriptions": [
47416                "",
47417                "",
47418                "",
47419                "",
47420                "",
47421                "",
47422                "",
47423                "",
47424                "",
47425                "",
47426                "",
47427                "",
47428                "",
47429                "",
47430                "",
47431                "",
47432                "",
47433                "",
47434                "",
47435                "",
47436                "",
47437                "",
47438                "",
47439                "",
47440                ""
47441              ],
47442              "type": "string"
47443            },
47444            "data": {
47445              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
47446              "items": {
47447                "properties": {
47448                  "key": {
47449                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
47450                    "type": "string"
47451                  },
47452                  "value": {
47453                    "description": "[Output Only] A warning data value corresponding to the key.",
47454                    "type": "string"
47455                  }
47456                },
47457                "type": "object"
47458              },
47459              "type": "array"
47460            },
47461            "message": {
47462              "description": "[Output Only] A human-readable description of the warning code.",
47463              "type": "string"
47464            }
47465          },
47466          "type": "object"
47467        }
47468      },
47469      "type": "object"
47470    },
47471    "InterconnectCircuitInfo": {
47472      "description": "Describes a single physical circuit between the Customer and Google. CircuitInfo objects are created by Google, so all fields are output only.",
47473      "id": "InterconnectCircuitInfo",
47474      "properties": {
47475        "customerDemarcId": {
47476          "description": "Customer-side demarc ID for this circuit.",
47477          "type": "string"
47478        },
47479        "googleCircuitId": {
47480          "description": "Google-assigned unique ID for this circuit. Assigned at circuit turn-up.",
47481          "type": "string"
47482        },
47483        "googleDemarcId": {
47484          "description": "Google-side demarc ID for this circuit. Assigned at circuit turn-up and provided by Google to the customer in the LOA.",
47485          "type": "string"
47486        }
47487      },
47488      "type": "object"
47489    },
47490    "InterconnectDiagnostics": {
47491      "description": "Diagnostics information about interconnect, contains detailed and current technical information about Google's side of the connection.",
47492      "id": "InterconnectDiagnostics",
47493      "properties": {
47494        "arpCaches": {
47495          "description": "A list of InterconnectDiagnostics.ARPEntry objects, describing individual neighbors currently seen by the Google router in the ARP cache for the Interconnect. This will be empty when the Interconnect is not bundled.",
47496          "items": {
47497            "$ref": "InterconnectDiagnosticsARPEntry"
47498          },
47499          "type": "array"
47500        },
47501        "links": {
47502          "description": "A list of InterconnectDiagnostics.LinkStatus objects, describing the status for each link on the Interconnect.",
47503          "items": {
47504            "$ref": "InterconnectDiagnosticsLinkStatus"
47505          },
47506          "type": "array"
47507        },
47508        "macAddress": {
47509          "description": "The MAC address of the Interconnect's bundle interface.",
47510          "type": "string"
47511        }
47512      },
47513      "type": "object"
47514    },
47515    "InterconnectDiagnosticsARPEntry": {
47516      "description": "Describing the ARP neighbor entries seen on this link",
47517      "id": "InterconnectDiagnosticsARPEntry",
47518      "properties": {
47519        "ipAddress": {
47520          "description": "The IP address of this ARP neighbor.",
47521          "type": "string"
47522        },
47523        "macAddress": {
47524          "description": "The MAC address of this ARP neighbor.",
47525          "type": "string"
47526        }
47527      },
47528      "type": "object"
47529    },
47530    "InterconnectDiagnosticsLinkLACPStatus": {
47531      "id": "InterconnectDiagnosticsLinkLACPStatus",
47532      "properties": {
47533        "googleSystemId": {
47534          "description": "System ID of the port on Google's side of the LACP exchange.",
47535          "type": "string"
47536        },
47537        "neighborSystemId": {
47538          "description": "System ID of the port on the neighbor's side of the LACP exchange.",
47539          "type": "string"
47540        },
47541        "state": {
47542          "description": "The state of a LACP link, which can take one of the following values: \n- ACTIVE: The link is configured and active within the bundle. \n- DETACHED: The link is not configured within the bundle. This means that the rest of the object should be empty.",
47543          "enum": [
47544            "ACTIVE",
47545            "DETACHED"
47546          ],
47547          "enumDescriptions": [
47548            "",
47549            ""
47550          ],
47551          "type": "string"
47552        }
47553      },
47554      "type": "object"
47555    },
47556    "InterconnectDiagnosticsLinkOpticalPower": {
47557      "id": "InterconnectDiagnosticsLinkOpticalPower",
47558      "properties": {
47559        "state": {
47560          "description": "The status of the current value when compared to the warning and alarm levels for the receiving or transmitting transceiver. Possible states include:  \n- OK: The value has not crossed a warning threshold. \n- LOW_WARNING: The value has crossed below the low warning threshold. \n- HIGH_WARNING: The value has crossed above the high warning threshold. \n- LOW_ALARM: The value has crossed below the low alarm threshold. \n- HIGH_ALARM: The value has crossed above the high alarm threshold.",
47561          "enum": [
47562            "HIGH_ALARM",
47563            "HIGH_WARNING",
47564            "LOW_ALARM",
47565            "LOW_WARNING",
47566            "OK"
47567          ],
47568          "enumDescriptions": [
47569            "",
47570            "",
47571            "",
47572            "",
47573            ""
47574          ],
47575          "type": "string"
47576        },
47577        "value": {
47578          "description": "Value of the current receiving or transmitting optical power, read in dBm. Take a known good optical value, give it a 10% margin and trigger warnings relative to that value. In general, a -7dBm warning and a -11dBm alarm are good optical value estimates for most links.",
47579          "format": "float",
47580          "type": "number"
47581        }
47582      },
47583      "type": "object"
47584    },
47585    "InterconnectDiagnosticsLinkStatus": {
47586      "id": "InterconnectDiagnosticsLinkStatus",
47587      "properties": {
47588        "arpCaches": {
47589          "description": "A list of InterconnectDiagnostics.ARPEntry objects, describing the ARP neighbor entries seen on this link. This will be empty if the link is bundled",
47590          "items": {
47591            "$ref": "InterconnectDiagnosticsARPEntry"
47592          },
47593          "type": "array"
47594        },
47595        "circuitId": {
47596          "description": "The unique ID for this link assigned during turn up by Google.",
47597          "type": "string"
47598        },
47599        "googleDemarc": {
47600          "description": "The Demarc address assigned by Google and provided in the LoA.",
47601          "type": "string"
47602        },
47603        "lacpStatus": {
47604          "$ref": "InterconnectDiagnosticsLinkLACPStatus"
47605        },
47606        "receivingOpticalPower": {
47607          "$ref": "InterconnectDiagnosticsLinkOpticalPower",
47608          "description": "An InterconnectDiagnostics.LinkOpticalPower object, describing the current value and status of the received light level."
47609        },
47610        "transmittingOpticalPower": {
47611          "$ref": "InterconnectDiagnosticsLinkOpticalPower",
47612          "description": "An InterconnectDiagnostics.LinkOpticalPower object, describing the current value and status of the transmitted light level."
47613        }
47614      },
47615      "type": "object"
47616    },
47617    "InterconnectList": {
47618      "description": "Response to the list request, and contains a list of interconnects.",
47619      "id": "InterconnectList",
47620      "properties": {
47621        "id": {
47622          "description": "[Output Only] Unique identifier for the resource; defined by the server.",
47623          "type": "string"
47624        },
47625        "items": {
47626          "description": "A list of Interconnect resources.",
47627          "items": {
47628            "$ref": "Interconnect"
47629          },
47630          "type": "array"
47631        },
47632        "kind": {
47633          "default": "compute#interconnectList",
47634          "description": "[Output Only] Type of resource. Always compute#interconnectList for lists of interconnects.",
47635          "type": "string"
47636        },
47637        "nextPageToken": {
47638          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
47639          "type": "string"
47640        },
47641        "selfLink": {
47642          "description": "[Output Only] Server-defined URL for this resource.",
47643          "type": "string"
47644        },
47645        "warning": {
47646          "description": "[Output Only] Informational warning message.",
47647          "properties": {
47648            "code": {
47649              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
47650              "enum": [
47651                "CLEANUP_FAILED",
47652                "DEPRECATED_RESOURCE_USED",
47653                "DEPRECATED_TYPE_USED",
47654                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
47655                "EXPERIMENTAL_TYPE_USED",
47656                "EXTERNAL_API_WARNING",
47657                "FIELD_VALUE_OVERRIDEN",
47658                "INJECTED_KERNELS_DEPRECATED",
47659                "LARGE_DEPLOYMENT_WARNING",
47660                "MISSING_TYPE_DEPENDENCY",
47661                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
47662                "NEXT_HOP_CANNOT_IP_FORWARD",
47663                "NEXT_HOP_INSTANCE_NOT_FOUND",
47664                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
47665                "NEXT_HOP_NOT_RUNNING",
47666                "NOT_CRITICAL_ERROR",
47667                "NO_RESULTS_ON_PAGE",
47668                "PARTIAL_SUCCESS",
47669                "REQUIRED_TOS_AGREEMENT",
47670                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
47671                "RESOURCE_NOT_DELETED",
47672                "SCHEMA_VALIDATION_IGNORED",
47673                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
47674                "UNDECLARED_PROPERTIES",
47675                "UNREACHABLE"
47676              ],
47677              "enumDescriptions": [
47678                "",
47679                "",
47680                "",
47681                "",
47682                "",
47683                "",
47684                "",
47685                "",
47686                "",
47687                "",
47688                "",
47689                "",
47690                "",
47691                "",
47692                "",
47693                "",
47694                "",
47695                "",
47696                "",
47697                "",
47698                "",
47699                "",
47700                "",
47701                "",
47702                ""
47703              ],
47704              "type": "string"
47705            },
47706            "data": {
47707              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
47708              "items": {
47709                "properties": {
47710                  "key": {
47711                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
47712                    "type": "string"
47713                  },
47714                  "value": {
47715                    "description": "[Output Only] A warning data value corresponding to the key.",
47716                    "type": "string"
47717                  }
47718                },
47719                "type": "object"
47720              },
47721              "type": "array"
47722            },
47723            "message": {
47724              "description": "[Output Only] A human-readable description of the warning code.",
47725              "type": "string"
47726            }
47727          },
47728          "type": "object"
47729        }
47730      },
47731      "type": "object"
47732    },
47733    "InterconnectLocation": {
47734      "description": "Represents an Interconnect Attachment (VLAN) Location resource.\n\nYou can use this resource to find location details about an Interconnect attachment (VLAN). For more information about interconnect attachments, read  Creating VLAN Attachments.",
47735      "id": "InterconnectLocation",
47736      "properties": {
47737        "address": {
47738          "description": "[Output Only] The postal address of the Point of Presence, each line in the address is separated by a newline character.",
47739          "type": "string"
47740        },
47741        "availabilityZone": {
47742          "description": "[Output Only] Availability zone for this InterconnectLocation. Within a metropolitan area (metro), maintenance will not be simultaneously scheduled in more than one availability zone. Example: \"zone1\" or \"zone2\".",
47743          "type": "string"
47744        },
47745        "city": {
47746          "description": "[Output Only] Metropolitan area designator that indicates which city an interconnect is located. For example: \"Chicago, IL\", \"Amsterdam, Netherlands\".",
47747          "type": "string"
47748        },
47749        "continent": {
47750          "description": "[Output Only] Continent for this location, which can take one of the following values: \n- AFRICA \n- ASIA_PAC \n- EUROPE \n- NORTH_AMERICA \n- SOUTH_AMERICA",
47751          "enum": [
47752            "AFRICA",
47753            "ASIA_PAC",
47754            "C_AFRICA",
47755            "C_ASIA_PAC",
47756            "C_EUROPE",
47757            "C_NORTH_AMERICA",
47758            "C_SOUTH_AMERICA",
47759            "EUROPE",
47760            "NORTH_AMERICA",
47761            "SOUTH_AMERICA"
47762          ],
47763          "enumDescriptions": [
47764            "",
47765            "",
47766            "",
47767            "",
47768            "",
47769            "",
47770            "",
47771            "",
47772            "",
47773            ""
47774          ],
47775          "type": "string"
47776        },
47777        "creationTimestamp": {
47778          "description": "[Output Only] Creation timestamp in RFC3339 text format.",
47779          "type": "string"
47780        },
47781        "description": {
47782          "description": "[Output Only] An optional description of the resource.",
47783          "type": "string"
47784        },
47785        "facilityProvider": {
47786          "description": "[Output Only] The name of the provider for this facility (e.g., EQUINIX).",
47787          "type": "string"
47788        },
47789        "facilityProviderFacilityId": {
47790          "description": "[Output Only] A provider-assigned Identifier for this facility (e.g., Ashburn-DC1).",
47791          "type": "string"
47792        },
47793        "id": {
47794          "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.",
47795          "format": "uint64",
47796          "type": "string"
47797        },
47798        "kind": {
47799          "default": "compute#interconnectLocation",
47800          "description": "[Output Only] Type of the resource. Always compute#interconnectLocation for interconnect locations.",
47801          "type": "string"
47802        },
47803        "name": {
47804          "description": "[Output Only] Name of the resource.",
47805          "type": "string"
47806        },
47807        "peeringdbFacilityId": {
47808          "description": "[Output Only] The peeringdb identifier for this facility (corresponding with a netfac type in peeringdb).",
47809          "type": "string"
47810        },
47811        "regionInfos": {
47812          "description": "[Output Only] A list of InterconnectLocation.RegionInfo objects, that describe parameters pertaining to the relation between this InterconnectLocation and various Google Cloud regions.",
47813          "items": {
47814            "$ref": "InterconnectLocationRegionInfo"
47815          },
47816          "type": "array"
47817        },
47818        "selfLink": {
47819          "description": "[Output Only] Server-defined URL for the resource.",
47820          "type": "string"
47821        },
47822        "selfLinkWithId": {
47823          "description": "[Output Only] Server-defined URL for this resource with the resource id.",
47824          "type": "string"
47825        },
47826        "status": {
47827          "description": "[Output Only] The status of this InterconnectLocation, which can take one of the following values: \n- CLOSED: The InterconnectLocation is closed and is unavailable for provisioning new Interconnects. \n- AVAILABLE: The InterconnectLocation is available for provisioning new Interconnects.",
47828          "enum": [
47829            "AVAILABLE",
47830            "CLOSED"
47831          ],
47832          "enumDescriptions": [
47833            "",
47834            ""
47835          ],
47836          "type": "string"
47837        }
47838      },
47839      "type": "object"
47840    },
47841    "InterconnectLocationList": {
47842      "description": "Response to the list request, and contains a list of interconnect locations.",
47843      "id": "InterconnectLocationList",
47844      "properties": {
47845        "id": {
47846          "description": "[Output Only] Unique identifier for the resource; defined by the server.",
47847          "type": "string"
47848        },
47849        "items": {
47850          "description": "A list of InterconnectLocation resources.",
47851          "items": {
47852            "$ref": "InterconnectLocation"
47853          },
47854          "type": "array"
47855        },
47856        "kind": {
47857          "default": "compute#interconnectLocationList",
47858          "description": "[Output Only] Type of resource. Always compute#interconnectLocationList for lists of interconnect locations.",
47859          "type": "string"
47860        },
47861        "nextPageToken": {
47862          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
47863          "type": "string"
47864        },
47865        "selfLink": {
47866          "description": "[Output Only] Server-defined URL for this resource.",
47867          "type": "string"
47868        },
47869        "warning": {
47870          "description": "[Output Only] Informational warning message.",
47871          "properties": {
47872            "code": {
47873              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
47874              "enum": [
47875                "CLEANUP_FAILED",
47876                "DEPRECATED_RESOURCE_USED",
47877                "DEPRECATED_TYPE_USED",
47878                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
47879                "EXPERIMENTAL_TYPE_USED",
47880                "EXTERNAL_API_WARNING",
47881                "FIELD_VALUE_OVERRIDEN",
47882                "INJECTED_KERNELS_DEPRECATED",
47883                "LARGE_DEPLOYMENT_WARNING",
47884                "MISSING_TYPE_DEPENDENCY",
47885                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
47886                "NEXT_HOP_CANNOT_IP_FORWARD",
47887                "NEXT_HOP_INSTANCE_NOT_FOUND",
47888                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
47889                "NEXT_HOP_NOT_RUNNING",
47890                "NOT_CRITICAL_ERROR",
47891                "NO_RESULTS_ON_PAGE",
47892                "PARTIAL_SUCCESS",
47893                "REQUIRED_TOS_AGREEMENT",
47894                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
47895                "RESOURCE_NOT_DELETED",
47896                "SCHEMA_VALIDATION_IGNORED",
47897                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
47898                "UNDECLARED_PROPERTIES",
47899                "UNREACHABLE"
47900              ],
47901              "enumDescriptions": [
47902                "",
47903                "",
47904                "",
47905                "",
47906                "",
47907                "",
47908                "",
47909                "",
47910                "",
47911                "",
47912                "",
47913                "",
47914                "",
47915                "",
47916                "",
47917                "",
47918                "",
47919                "",
47920                "",
47921                "",
47922                "",
47923                "",
47924                "",
47925                "",
47926                ""
47927              ],
47928              "type": "string"
47929            },
47930            "data": {
47931              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
47932              "items": {
47933                "properties": {
47934                  "key": {
47935                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
47936                    "type": "string"
47937                  },
47938                  "value": {
47939                    "description": "[Output Only] A warning data value corresponding to the key.",
47940                    "type": "string"
47941                  }
47942                },
47943                "type": "object"
47944              },
47945              "type": "array"
47946            },
47947            "message": {
47948              "description": "[Output Only] A human-readable description of the warning code.",
47949              "type": "string"
47950            }
47951          },
47952          "type": "object"
47953        }
47954      },
47955      "type": "object"
47956    },
47957    "InterconnectLocationRegionInfo": {
47958      "description": "Information about any potential InterconnectAttachments between an Interconnect at a specific InterconnectLocation, and a specific Cloud Region.",
47959      "id": "InterconnectLocationRegionInfo",
47960      "properties": {
47961        "expectedRttMs": {
47962          "description": "Expected round-trip time in milliseconds, from this InterconnectLocation to a VM in this region.",
47963          "format": "int64",
47964          "type": "string"
47965        },
47966        "locationPresence": {
47967          "description": "Identifies the network presence of this location.",
47968          "enum": [
47969            "GLOBAL",
47970            "LOCAL_REGION",
47971            "LP_GLOBAL",
47972            "LP_LOCAL_REGION"
47973          ],
47974          "enumDescriptions": [
47975            "",
47976            "",
47977            "",
47978            ""
47979          ],
47980          "type": "string"
47981        },
47982        "region": {
47983          "description": "URL for the region of this location.",
47984          "type": "string"
47985        }
47986      },
47987      "type": "object"
47988    },
47989    "InterconnectOutageNotification": {
47990      "description": "Description of a planned outage on this Interconnect.",
47991      "id": "InterconnectOutageNotification",
47992      "properties": {
47993        "affectedCircuits": {
47994          "description": "If issue_type is IT_PARTIAL_OUTAGE, a list of the Google-side circuit IDs that will be affected.",
47995          "items": {
47996            "type": "string"
47997          },
47998          "type": "array"
47999        },
48000        "description": {
48001          "description": "A description about the purpose of the outage.",
48002          "type": "string"
48003        },
48004        "endTime": {
48005          "description": "Scheduled end time for the outage (milliseconds since Unix epoch).",
48006          "format": "int64",
48007          "type": "string"
48008        },
48009        "issueType": {
48010          "description": "Form this outage is expected to take, which can take one of the following values: \n- OUTAGE: The Interconnect may be completely out of service for some or all of the specified window. \n- PARTIAL_OUTAGE: Some circuits comprising the Interconnect as a whole should remain up, but with reduced bandwidth. Note that the versions of this enum prefixed with \"IT_\" have been deprecated in favor of the unprefixed values.",
48011          "enum": [
48012            "IT_OUTAGE",
48013            "IT_PARTIAL_OUTAGE",
48014            "OUTAGE",
48015            "PARTIAL_OUTAGE"
48016          ],
48017          "enumDescriptions": [
48018            "",
48019            "",
48020            "",
48021            ""
48022          ],
48023          "type": "string"
48024        },
48025        "name": {
48026          "description": "Unique identifier for this outage notification.",
48027          "type": "string"
48028        },
48029        "source": {
48030          "description": "The party that generated this notification, which can take the following value: \n- GOOGLE: this notification as generated by Google. Note that the value of NSRC_GOOGLE has been deprecated in favor of GOOGLE.",
48031          "enum": [
48032            "GOOGLE",
48033            "NSRC_GOOGLE"
48034          ],
48035          "enumDescriptions": [
48036            "",
48037            ""
48038          ],
48039          "type": "string"
48040        },
48041        "startTime": {
48042          "description": "Scheduled start time for the outage (milliseconds since Unix epoch).",
48043          "format": "int64",
48044          "type": "string"
48045        },
48046        "state": {
48047          "description": "State of this notification, which can take one of the following values: \n- ACTIVE: This outage notification is active. The event could be in the past, present, or future. See start_time and end_time for scheduling. \n- CANCELLED: The outage associated with this notification was cancelled before the outage was due to start. Note that the versions of this enum prefixed with \"NS_\" have been deprecated in favor of the unprefixed values.",
48048          "enum": [
48049            "ACTIVE",
48050            "CANCELLED",
48051            "COMPLETED",
48052            "NS_ACTIVE",
48053            "NS_CANCELED"
48054          ],
48055          "enumDescriptions": [
48056            "",
48057            "",
48058            "",
48059            "",
48060            ""
48061          ],
48062          "type": "string"
48063        }
48064      },
48065      "type": "object"
48066    },
48067    "InterconnectsGetDiagnosticsResponse": {
48068      "description": "Response for the InterconnectsGetDiagnosticsRequest.",
48069      "id": "InterconnectsGetDiagnosticsResponse",
48070      "properties": {
48071        "result": {
48072          "$ref": "InterconnectDiagnostics"
48073        }
48074      },
48075      "type": "object"
48076    },
48077    "InternalIpAddress": {
48078      "id": "InternalIpAddress",
48079      "properties": {
48080        "cidr": {
48081          "description": "IP CIDR address or range.",
48082          "type": "string"
48083        },
48084        "owner": {
48085          "description": "The owner of the internal IP address.",
48086          "type": "string"
48087        },
48088        "purpose": {
48089          "description": "The purpose of the internal IP address if applicable.",
48090          "type": "string"
48091        },
48092        "region": {
48093          "description": "The region of the internal IP address if applicable.",
48094          "type": "string"
48095        },
48096        "type": {
48097          "description": "The type of the internal IP address.",
48098          "enum": [
48099            "PEER_RESERVED",
48100            "PEER_USED",
48101            "REMOTE_RESERVED",
48102            "REMOTE_USED",
48103            "RESERVED",
48104            "SUBNETWORK",
48105            "TYPE_UNSPECIFIED"
48106          ],
48107          "enumDescriptions": [
48108            "",
48109            "",
48110            "",
48111            "",
48112            "",
48113            "",
48114            ""
48115          ],
48116          "type": "string"
48117        }
48118      },
48119      "type": "object"
48120    },
48121    "InternalIpOwner": {
48122      "id": "InternalIpOwner",
48123      "properties": {
48124        "ipCidrRange": {
48125          "description": "IP CIDR range being owned.",
48126          "type": "string"
48127        },
48128        "owners": {
48129          "description": "URLs of the IP owners of the IP CIDR range.",
48130          "items": {
48131            "type": "string"
48132          },
48133          "type": "array"
48134        },
48135        "systemOwned": {
48136          "description": "Whether this IP CIDR range is reserved for system use.",
48137          "type": "boolean"
48138        }
48139      },
48140      "type": "object"
48141    },
48142    "IpAddressesList": {
48143      "id": "IpAddressesList",
48144      "properties": {
48145        "id": {
48146          "description": "[Output Only] Unique identifier for the resource; defined by the server.",
48147          "type": "string"
48148        },
48149        "items": {
48150          "description": "A list of InternalIpAddress resources.",
48151          "items": {
48152            "$ref": "InternalIpAddress"
48153          },
48154          "type": "array"
48155        },
48156        "kind": {
48157          "default": "compute#ipAddressesList",
48158          "description": "[Output Only] Type of resource. Always compute#ipAddressesList for IP addresses lists.",
48159          "type": "string"
48160        },
48161        "nextPageToken": {
48162          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
48163          "type": "string"
48164        },
48165        "selfLink": {
48166          "description": "[Output Only] Server-defined URL for this resource.",
48167          "type": "string"
48168        },
48169        "warning": {
48170          "description": "[Output Only] Informational warning message.",
48171          "properties": {
48172            "code": {
48173              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
48174              "enum": [
48175                "CLEANUP_FAILED",
48176                "DEPRECATED_RESOURCE_USED",
48177                "DEPRECATED_TYPE_USED",
48178                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
48179                "EXPERIMENTAL_TYPE_USED",
48180                "EXTERNAL_API_WARNING",
48181                "FIELD_VALUE_OVERRIDEN",
48182                "INJECTED_KERNELS_DEPRECATED",
48183                "LARGE_DEPLOYMENT_WARNING",
48184                "MISSING_TYPE_DEPENDENCY",
48185                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
48186                "NEXT_HOP_CANNOT_IP_FORWARD",
48187                "NEXT_HOP_INSTANCE_NOT_FOUND",
48188                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
48189                "NEXT_HOP_NOT_RUNNING",
48190                "NOT_CRITICAL_ERROR",
48191                "NO_RESULTS_ON_PAGE",
48192                "PARTIAL_SUCCESS",
48193                "REQUIRED_TOS_AGREEMENT",
48194                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
48195                "RESOURCE_NOT_DELETED",
48196                "SCHEMA_VALIDATION_IGNORED",
48197                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
48198                "UNDECLARED_PROPERTIES",
48199                "UNREACHABLE"
48200              ],
48201              "enumDescriptions": [
48202                "",
48203                "",
48204                "",
48205                "",
48206                "",
48207                "",
48208                "",
48209                "",
48210                "",
48211                "",
48212                "",
48213                "",
48214                "",
48215                "",
48216                "",
48217                "",
48218                "",
48219                "",
48220                "",
48221                "",
48222                "",
48223                "",
48224                "",
48225                "",
48226                ""
48227              ],
48228              "type": "string"
48229            },
48230            "data": {
48231              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
48232              "items": {
48233                "properties": {
48234                  "key": {
48235                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
48236                    "type": "string"
48237                  },
48238                  "value": {
48239                    "description": "[Output Only] A warning data value corresponding to the key.",
48240                    "type": "string"
48241                  }
48242                },
48243                "type": "object"
48244              },
48245              "type": "array"
48246            },
48247            "message": {
48248              "description": "[Output Only] A human-readable description of the warning code.",
48249              "type": "string"
48250            }
48251          },
48252          "type": "object"
48253        }
48254      },
48255      "type": "object"
48256    },
48257    "IpOwnerList": {
48258      "description": "Contains a list of IP owners.",
48259      "id": "IpOwnerList",
48260      "properties": {
48261        "id": {
48262          "description": "[Output Only] Unique identifier for the resource; defined by the server.",
48263          "type": "string"
48264        },
48265        "items": {
48266          "description": "A list of InternalIpOwner resources.",
48267          "items": {
48268            "$ref": "InternalIpOwner"
48269          },
48270          "type": "array"
48271        },
48272        "kind": {
48273          "default": "compute#ipOwnerList",
48274          "description": "[Output Only] Type of resource. Always compute#ipOwnerList for lists of IP owners.",
48275          "type": "string"
48276        },
48277        "nextPageToken": {
48278          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
48279          "type": "string"
48280        },
48281        "selfLink": {
48282          "description": "[Output Only] Server-defined URL for this resource.",
48283          "type": "string"
48284        },
48285        "warning": {
48286          "description": "[Output Only] Informational warning message.",
48287          "properties": {
48288            "code": {
48289              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
48290              "enum": [
48291                "CLEANUP_FAILED",
48292                "DEPRECATED_RESOURCE_USED",
48293                "DEPRECATED_TYPE_USED",
48294                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
48295                "EXPERIMENTAL_TYPE_USED",
48296                "EXTERNAL_API_WARNING",
48297                "FIELD_VALUE_OVERRIDEN",
48298                "INJECTED_KERNELS_DEPRECATED",
48299                "LARGE_DEPLOYMENT_WARNING",
48300                "MISSING_TYPE_DEPENDENCY",
48301                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
48302                "NEXT_HOP_CANNOT_IP_FORWARD",
48303                "NEXT_HOP_INSTANCE_NOT_FOUND",
48304                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
48305                "NEXT_HOP_NOT_RUNNING",
48306                "NOT_CRITICAL_ERROR",
48307                "NO_RESULTS_ON_PAGE",
48308                "PARTIAL_SUCCESS",
48309                "REQUIRED_TOS_AGREEMENT",
48310                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
48311                "RESOURCE_NOT_DELETED",
48312                "SCHEMA_VALIDATION_IGNORED",
48313                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
48314                "UNDECLARED_PROPERTIES",
48315                "UNREACHABLE"
48316              ],
48317              "enumDescriptions": [
48318                "",
48319                "",
48320                "",
48321                "",
48322                "",
48323                "",
48324                "",
48325                "",
48326                "",
48327                "",
48328                "",
48329                "",
48330                "",
48331                "",
48332                "",
48333                "",
48334                "",
48335                "",
48336                "",
48337                "",
48338                "",
48339                "",
48340                "",
48341                "",
48342                ""
48343              ],
48344              "type": "string"
48345            },
48346            "data": {
48347              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
48348              "items": {
48349                "properties": {
48350                  "key": {
48351                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
48352                    "type": "string"
48353                  },
48354                  "value": {
48355                    "description": "[Output Only] A warning data value corresponding to the key.",
48356                    "type": "string"
48357                  }
48358                },
48359                "type": "object"
48360              },
48361              "type": "array"
48362            },
48363            "message": {
48364              "description": "[Output Only] A human-readable description of the warning code.",
48365              "type": "string"
48366            }
48367          },
48368          "type": "object"
48369        }
48370      },
48371      "type": "object"
48372    },
48373    "Jwt": {
48374      "description": "[Deprecated] JWT configuration for origin authentication. JWT configuration for origin authentication.",
48375      "id": "Jwt",
48376      "properties": {
48377        "audiences": {
48378          "description": "A JWT containing any of these audiences will be accepted. The service name will be accepted if audiences is empty. Examples: bookstore_android.apps.googleusercontent.com, bookstore_web.apps.googleusercontent.com",
48379          "items": {
48380            "type": "string"
48381          },
48382          "type": "array"
48383        },
48384        "issuer": {
48385          "description": "Identifies the issuer that issued the JWT, which is usually a URL or an email address. Examples: https://securetoken.google.com, 1234567-compute@developer.gserviceaccount.com",
48386          "type": "string"
48387        },
48388        "jwksPublicKeys": {
48389          "description": "The provider's public key set to validate the signature of the JWT.",
48390          "type": "string"
48391        },
48392        "jwtHeaders": {
48393          "description": "jwt_headers and jwt_params define where to extract the JWT from an HTTP request. If no explicit location is specified, the following default locations are tried in order:\n\n1. The Authorization header using the Bearer schema. See `here `_. Example:\n\nAuthorization: Bearer .\n\n2. `access_token` query parameter. See `this `_\n\nMultiple JWTs can be verified for a request. Each JWT has to be extracted from the locations its issuer specified or from the default locations.\n\nThis field is set if JWT is sent in a request header. This field specifies the header name. For example, if `header=x-goog-iap-jwt-assertion`, the header format will be x-goog-iap-jwt-assertion: .",
48394          "items": {
48395            "$ref": "JwtHeader"
48396          },
48397          "type": "array"
48398        },
48399        "jwtParams": {
48400          "description": "This field is set if JWT is sent in a query parameter. This field specifies the query parameter name. For example, if jwt_params[0] is jwt_token, the JWT format in the query parameter is /path?jwt_token=.",
48401          "items": {
48402            "type": "string"
48403          },
48404          "type": "array"
48405        }
48406      },
48407      "type": "object"
48408    },
48409    "JwtHeader": {
48410      "description": "[Deprecated] This message specifies a header location to extract JWT token. This message specifies a header location to extract JWT token.",
48411      "id": "JwtHeader",
48412      "properties": {
48413        "name": {
48414          "description": "The HTTP header name.",
48415          "type": "string"
48416        },
48417        "valuePrefix": {
48418          "description": "The value prefix. The value format is \"value_prefix\" For example, for \"Authorization: Bearer \", value_prefix=\"Bearer \" with a space at the end.",
48419          "type": "string"
48420        }
48421      },
48422      "type": "object"
48423    },
48424    "License": {
48425      "description": "Represents a License resource.\n\nA License represents billing and aggregate usage data for public and marketplace images.  Caution This resource is intended for use only by third-party partners who are creating Cloud Marketplace images. (== resource_for {$api_version}.licenses ==)",
48426      "id": "License",
48427      "properties": {
48428        "chargesUseFee": {
48429          "description": "[Output Only] Deprecated. This field no longer reflects whether a license charges a usage fee.",
48430          "type": "boolean"
48431        },
48432        "creationTimestamp": {
48433          "description": "[Output Only] Creation timestamp in RFC3339 text format.",
48434          "type": "string"
48435        },
48436        "description": {
48437          "description": "An optional textual description of the resource; provided by the client when the resource is created.",
48438          "type": "string"
48439        },
48440        "id": {
48441          "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.",
48442          "format": "uint64",
48443          "type": "string"
48444        },
48445        "kind": {
48446          "default": "compute#license",
48447          "description": "[Output Only] Type of resource. Always compute#license for licenses.",
48448          "type": "string"
48449        },
48450        "licenseCode": {
48451          "description": "[Output Only] The unique code used to attach this license to images, snapshots, and disks.",
48452          "format": "uint64",
48453          "type": "string"
48454        },
48455        "name": {
48456          "annotations": {
48457            "required": [
48458              "compute.images.insert"
48459            ]
48460          },
48461          "description": "Name of the resource. The name must be 1-63 characters long and comply with RFC1035.",
48462          "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
48463          "type": "string"
48464        },
48465        "resourceRequirements": {
48466          "$ref": "LicenseResourceRequirements"
48467        },
48468        "selfLink": {
48469          "description": "[Output Only] Server-defined URL for the resource.",
48470          "type": "string"
48471        },
48472        "selfLinkWithId": {
48473          "description": "[Output Only] Server-defined URL for this resource with the resource id.",
48474          "type": "string"
48475        },
48476        "transferable": {
48477          "description": "If false, licenses will not be copied from the source resource when creating an image from a disk, disk from snapshot, or snapshot from disk.",
48478          "type": "boolean"
48479        }
48480      },
48481      "type": "object"
48482    },
48483    "LicenseCode": {
48484      "description": "Represents a License Code resource.\n\nA License Code is a unique identifier used to represent a license resource.  Caution This resource is intended for use only by third-party partners who are creating Cloud Marketplace images. (== resource_for {$api_version}.licenseCodes ==)",
48485      "id": "LicenseCode",
48486      "properties": {
48487        "creationTimestamp": {
48488          "description": "[Output Only] Creation timestamp in RFC3339 text format.",
48489          "type": "string"
48490        },
48491        "description": {
48492          "description": "[Output Only] Description of this License Code.",
48493          "type": "string"
48494        },
48495        "id": {
48496          "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.",
48497          "format": "uint64",
48498          "type": "string"
48499        },
48500        "kind": {
48501          "default": "compute#licenseCode",
48502          "description": "[Output Only] Type of resource. Always compute#licenseCode for licenses.",
48503          "type": "string"
48504        },
48505        "licenseAlias": {
48506          "description": "[Output Only] URL and description aliases of Licenses with the same License Code.",
48507          "items": {
48508            "$ref": "LicenseCodeLicenseAlias"
48509          },
48510          "type": "array"
48511        },
48512        "name": {
48513          "annotations": {
48514            "required": [
48515              "compute.licenses.insert"
48516            ]
48517          },
48518          "description": "[Output Only] Name of the resource. The name is 1-20 characters long and must be a valid 64 bit integer.",
48519          "pattern": "[0-9]{0,20}?",
48520          "type": "string"
48521        },
48522        "selfLink": {
48523          "description": "[Output Only] Server-defined URL for the resource.",
48524          "type": "string"
48525        },
48526        "state": {
48527          "description": "[Output Only] Current state of this License Code.",
48528          "enum": [
48529            "DISABLED",
48530            "ENABLED",
48531            "RESTRICTED",
48532            "STATE_UNSPECIFIED",
48533            "TERMINATED"
48534          ],
48535          "enumDescriptions": [
48536            "",
48537            "",
48538            "",
48539            "",
48540            ""
48541          ],
48542          "type": "string"
48543        },
48544        "transferable": {
48545          "description": "[Output Only] If true, the license will remain attached when creating images or snapshots from disks. Otherwise, the license is not transferred.",
48546          "type": "boolean"
48547        }
48548      },
48549      "type": "object"
48550    },
48551    "LicenseCodeLicenseAlias": {
48552      "id": "LicenseCodeLicenseAlias",
48553      "properties": {
48554        "description": {
48555          "description": "[Output Only] Description of this License Code.",
48556          "type": "string"
48557        },
48558        "selfLink": {
48559          "description": "[Output Only] URL of license corresponding to this License Code.",
48560          "type": "string"
48561        }
48562      },
48563      "type": "object"
48564    },
48565    "LicenseResourceCommitment": {
48566      "description": "Commitment for a particular license resource.",
48567      "id": "LicenseResourceCommitment",
48568      "properties": {
48569        "amount": {
48570          "description": "The number of licenses purchased.",
48571          "format": "int64",
48572          "type": "string"
48573        },
48574        "coresPerLicense": {
48575          "description": "Specifies the core range of the instance for which this license applies.",
48576          "type": "string"
48577        },
48578        "license": {
48579          "description": "Any applicable license URI.",
48580          "type": "string"
48581        }
48582      },
48583      "type": "object"
48584    },
48585    "LicenseResourceRequirements": {
48586      "id": "LicenseResourceRequirements",
48587      "properties": {
48588        "minGuestCpuCount": {
48589          "description": "Minimum number of guest cpus required to use the Instance. Enforced at Instance creation and Instance start.",
48590          "format": "int32",
48591          "type": "integer"
48592        },
48593        "minMemoryMb": {
48594          "description": "Minimum memory required to use the Instance. Enforced at Instance creation and Instance start.",
48595          "format": "int32",
48596          "type": "integer"
48597        }
48598      },
48599      "type": "object"
48600    },
48601    "LicensesListResponse": {
48602      "id": "LicensesListResponse",
48603      "properties": {
48604        "id": {
48605          "description": "[Output Only] Unique identifier for the resource; defined by the server.",
48606          "type": "string"
48607        },
48608        "items": {
48609          "description": "A list of License resources.",
48610          "items": {
48611            "$ref": "License"
48612          },
48613          "type": "array"
48614        },
48615        "nextPageToken": {
48616          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
48617          "type": "string"
48618        },
48619        "selfLink": {
48620          "description": "[Output Only] Server-defined URL for this resource.",
48621          "type": "string"
48622        },
48623        "warning": {
48624          "description": "[Output Only] Informational warning message.",
48625          "properties": {
48626            "code": {
48627              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
48628              "enum": [
48629                "CLEANUP_FAILED",
48630                "DEPRECATED_RESOURCE_USED",
48631                "DEPRECATED_TYPE_USED",
48632                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
48633                "EXPERIMENTAL_TYPE_USED",
48634                "EXTERNAL_API_WARNING",
48635                "FIELD_VALUE_OVERRIDEN",
48636                "INJECTED_KERNELS_DEPRECATED",
48637                "LARGE_DEPLOYMENT_WARNING",
48638                "MISSING_TYPE_DEPENDENCY",
48639                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
48640                "NEXT_HOP_CANNOT_IP_FORWARD",
48641                "NEXT_HOP_INSTANCE_NOT_FOUND",
48642                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
48643                "NEXT_HOP_NOT_RUNNING",
48644                "NOT_CRITICAL_ERROR",
48645                "NO_RESULTS_ON_PAGE",
48646                "PARTIAL_SUCCESS",
48647                "REQUIRED_TOS_AGREEMENT",
48648                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
48649                "RESOURCE_NOT_DELETED",
48650                "SCHEMA_VALIDATION_IGNORED",
48651                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
48652                "UNDECLARED_PROPERTIES",
48653                "UNREACHABLE"
48654              ],
48655              "enumDescriptions": [
48656                "",
48657                "",
48658                "",
48659                "",
48660                "",
48661                "",
48662                "",
48663                "",
48664                "",
48665                "",
48666                "",
48667                "",
48668                "",
48669                "",
48670                "",
48671                "",
48672                "",
48673                "",
48674                "",
48675                "",
48676                "",
48677                "",
48678                "",
48679                "",
48680                ""
48681              ],
48682              "type": "string"
48683            },
48684            "data": {
48685              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
48686              "items": {
48687                "properties": {
48688                  "key": {
48689                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
48690                    "type": "string"
48691                  },
48692                  "value": {
48693                    "description": "[Output Only] A warning data value corresponding to the key.",
48694                    "type": "string"
48695                  }
48696                },
48697                "type": "object"
48698              },
48699              "type": "array"
48700            },
48701            "message": {
48702              "description": "[Output Only] A human-readable description of the warning code.",
48703              "type": "string"
48704            }
48705          },
48706          "type": "object"
48707        }
48708      },
48709      "type": "object"
48710    },
48711    "LocalDisk": {
48712      "id": "LocalDisk",
48713      "properties": {
48714        "diskCount": {
48715          "description": "Specifies the number of such disks.",
48716          "format": "int32",
48717          "type": "integer"
48718        },
48719        "diskSizeGb": {
48720          "description": "Specifies the size of the disk in base-2 GB.",
48721          "format": "int32",
48722          "type": "integer"
48723        },
48724        "diskType": {
48725          "description": "Specifies the desired disk type on the node. This disk type must be a local storage type (e.g.: local-ssd). Note that for nodeTemplates, this should be the name of the disk type and not its URL.",
48726          "type": "string"
48727        }
48728      },
48729      "type": "object"
48730    },
48731    "LocationPolicy": {
48732      "description": "Configuration for location policy among multiple possible locations (e.g. preferences for zone selection among zones in a single region).",
48733      "id": "LocationPolicy",
48734      "properties": {
48735        "locations": {
48736          "additionalProperties": {
48737            "$ref": "LocationPolicyLocation"
48738          },
48739          "description": "Location configurations mapped by location name. Currently only zone names are supported and must be represented as valid internal URLs, like: zones/us-central1-a.",
48740          "type": "object"
48741        }
48742      },
48743      "type": "object"
48744    },
48745    "LocationPolicyLocation": {
48746      "id": "LocationPolicyLocation",
48747      "properties": {
48748        "preference": {
48749          "enum": [
48750            "ALLOW",
48751            "DENY",
48752            "PREFERENCE_UNSPECIFIED"
48753          ],
48754          "enumDescriptions": [
48755            "",
48756            "",
48757            ""
48758          ],
48759          "type": "string"
48760        }
48761      },
48762      "type": "object"
48763    },
48764    "LogConfig": {
48765      "description": "Specifies what kind of log the caller must write",
48766      "id": "LogConfig",
48767      "properties": {
48768        "cloudAudit": {
48769          "$ref": "LogConfigCloudAuditOptions",
48770          "description": "Cloud audit options."
48771        },
48772        "counter": {
48773          "$ref": "LogConfigCounterOptions",
48774          "description": "Counter options."
48775        },
48776        "dataAccess": {
48777          "$ref": "LogConfigDataAccessOptions",
48778          "description": "Data access options."
48779        }
48780      },
48781      "type": "object"
48782    },
48783    "LogConfigCloudAuditOptions": {
48784      "description": "Write a Cloud Audit log",
48785      "id": "LogConfigCloudAuditOptions",
48786      "properties": {
48787        "authorizationLoggingOptions": {
48788          "$ref": "AuthorizationLoggingOptions",
48789          "description": "Information used by the Cloud Audit Logging pipeline."
48790        },
48791        "logName": {
48792          "description": "The log_name to populate in the Cloud Audit Record.",
48793          "enum": [
48794            "ADMIN_ACTIVITY",
48795            "DATA_ACCESS",
48796            "UNSPECIFIED_LOG_NAME"
48797          ],
48798          "enumDescriptions": [
48799            "",
48800            "",
48801            ""
48802          ],
48803          "type": "string"
48804        }
48805      },
48806      "type": "object"
48807    },
48808    "LogConfigCounterOptions": {
48809      "description": "Increment a streamz counter with the specified metric and field names.\n\nMetric names should start with a '/', generally be lowercase-only, and end in \"_count\". Field names should not contain an initial slash. The actual exported metric names will have \"/iam/policy\" prepended.\n\nField names correspond to IAM request parameters and field values are their respective values.\n\nSupported field names: - \"authority\", which is \"[token]\" if IAMContext.token is present, otherwise the value of IAMContext.authority_selector if present, and otherwise a representation of IAMContext.principal; or - \"iam_principal\", a representation of IAMContext.principal even if a token or authority selector is present; or - \"\" (empty string), resulting in a counter with no fields.\n\nExamples: counter { metric: \"/debug_access_count\" field: \"iam_principal\" } ==\u003e increment counter /iam/policy/debug_access_count {iam_principal=[value of IAMContext.principal]}",
48810      "id": "LogConfigCounterOptions",
48811      "properties": {
48812        "customFields": {
48813          "description": "Custom fields.",
48814          "items": {
48815            "$ref": "LogConfigCounterOptionsCustomField"
48816          },
48817          "type": "array"
48818        },
48819        "field": {
48820          "description": "The field value to attribute.",
48821          "type": "string"
48822        },
48823        "metric": {
48824          "description": "The metric to update.",
48825          "type": "string"
48826        }
48827      },
48828      "type": "object"
48829    },
48830    "LogConfigCounterOptionsCustomField": {
48831      "description": "Custom fields. These can be used to create a counter with arbitrary field/value pairs. See: go/rpcsp-custom-fields.",
48832      "id": "LogConfigCounterOptionsCustomField",
48833      "properties": {
48834        "name": {
48835          "description": "Name is the field name.",
48836          "type": "string"
48837        },
48838        "value": {
48839          "description": "Value is the field value. It is important that in contrast to the CounterOptions.field, the value here is a constant that is not derived from the IAMContext.",
48840          "type": "string"
48841        }
48842      },
48843      "type": "object"
48844    },
48845    "LogConfigDataAccessOptions": {
48846      "description": "Write a Data Access (Gin) log",
48847      "id": "LogConfigDataAccessOptions",
48848      "properties": {
48849        "logMode": {
48850          "description": "",
48851          "enum": [
48852            "LOG_FAIL_CLOSED",
48853            "LOG_MODE_UNSPECIFIED"
48854          ],
48855          "enumDescriptions": [
48856            "",
48857            ""
48858          ],
48859          "type": "string"
48860        }
48861      },
48862      "type": "object"
48863    },
48864    "MachineImage": {
48865      "description": "Represents a machine image resource.\n\nA machine image is a Compute Engine resource that stores all the configuration, metadata, permissions, and data from one or more disks required to create a Virtual machine (VM) instance. For more information, see Machine images. (== resource_for {$api_version}.machineImages ==)",
48866      "id": "MachineImage",
48867      "properties": {
48868        "creationTimestamp": {
48869          "description": "[Output Only] The creation timestamp for this machine image in RFC3339 text format.",
48870          "type": "string"
48871        },
48872        "description": {
48873          "description": "An optional description of this resource. Provide this property when you create the resource.",
48874          "type": "string"
48875        },
48876        "guestFlush": {
48877          "description": "[Input Only] Whether to attempt an application consistent machine image by informing the OS to prepare for the snapshot process. Currently only supported on Windows instances using the Volume Shadow Copy Service (VSS).",
48878          "type": "boolean"
48879        },
48880        "id": {
48881          "description": "[Output Only] A unique identifier for this machine image. The server defines this identifier.",
48882          "format": "uint64",
48883          "type": "string"
48884        },
48885        "kind": {
48886          "default": "compute#machineImage",
48887          "description": "[Output Only] The resource type, which is always compute#machineImage for machine image.",
48888          "type": "string"
48889        },
48890        "machineImageEncryptionKey": {
48891          "$ref": "CustomerEncryptionKey",
48892          "description": "Encrypts the machine image using a customer-supplied encryption key.\n\nAfter you encrypt a machine image using a customer-supplied key, you must provide the same key if you use the machine image later. For example, you must provide the encryption key when you create an instance from the encrypted machine image in a future request.\n\nCustomer-supplied encryption keys do not protect access to metadata of the machine image.\n\nIf you do not provide an encryption key when creating the machine image, then the machine image will be encrypted using an automatically generated key and you do not need to provide a key to use the machine image later."
48893        },
48894        "name": {
48895          "annotations": {
48896            "required": [
48897              "compute.machineImages.insert"
48898            ]
48899          },
48900          "description": "Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.",
48901          "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
48902          "type": "string"
48903        },
48904        "selfLink": {
48905          "description": "[Output Only] The URL for this machine image. The server defines this URL.",
48906          "type": "string"
48907        },
48908        "selfLinkWithId": {
48909          "description": "[Output Only] Server-defined URL for this resource with the resource id.",
48910          "type": "string"
48911        },
48912        "sourceDiskEncryptionKeys": {
48913          "description": "[Input Only] The customer-supplied encryption key of the disks attached to the source instance. Required if the source disk is protected by a customer-supplied encryption key.",
48914          "items": {
48915            "$ref": "SourceDiskEncryptionKey"
48916          },
48917          "type": "array"
48918        },
48919        "sourceInstance": {
48920          "description": "The source instance used to create the machine image. You can provide this as a partial or full URL to the resource. For example, the following are valid values:  \n- https://www.googleapis.com/compute/v1/projects/project/zones/zone/instances/instance \n- projects/project/zones/zone/instances/instance",
48921          "type": "string"
48922        },
48923        "sourceInstanceProperties": {
48924          "$ref": "SourceInstanceProperties",
48925          "description": "[Output Only] Properties of source instance."
48926        },
48927        "status": {
48928          "description": "[Output Only] The status of the machine image. One of the following values: INVALID, CREATING, READY, DELETING, and UPLOADING.",
48929          "enum": [
48930            "CREATING",
48931            "DELETING",
48932            "INVALID",
48933            "READY",
48934            "UPLOADING"
48935          ],
48936          "enumDescriptions": [
48937            "",
48938            "",
48939            "",
48940            "",
48941            ""
48942          ],
48943          "type": "string"
48944        },
48945        "storageLocations": {
48946          "description": "The regional or multi-regional Cloud Storage bucket location where the machine image is stored.",
48947          "items": {
48948            "type": "string"
48949          },
48950          "type": "array"
48951        },
48952        "totalStorageBytes": {
48953          "description": "[Output Only] Total size of the storage used by the machine image.",
48954          "format": "int64",
48955          "type": "string"
48956        }
48957      },
48958      "type": "object"
48959    },
48960    "MachineImageList": {
48961      "description": "A list of machine images.",
48962      "id": "MachineImageList",
48963      "properties": {
48964        "id": {
48965          "description": "[Output Only] Unique identifier for the resource; defined by the server.",
48966          "type": "string"
48967        },
48968        "items": {
48969          "description": "A list of MachineImage resources.",
48970          "items": {
48971            "$ref": "MachineImage"
48972          },
48973          "type": "array"
48974        },
48975        "kind": {
48976          "default": "compute#machineImageList",
48977          "description": "[Output Only] The resource type, which is always compute#machineImagesListResponse for machine image lists.",
48978          "type": "string"
48979        },
48980        "nextPageToken": {
48981          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
48982          "type": "string"
48983        },
48984        "selfLink": {
48985          "description": "[Output Only] Server-defined URL for this resource.",
48986          "type": "string"
48987        },
48988        "warning": {
48989          "description": "[Output Only] Informational warning message.",
48990          "properties": {
48991            "code": {
48992              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
48993              "enum": [
48994                "CLEANUP_FAILED",
48995                "DEPRECATED_RESOURCE_USED",
48996                "DEPRECATED_TYPE_USED",
48997                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
48998                "EXPERIMENTAL_TYPE_USED",
48999                "EXTERNAL_API_WARNING",
49000                "FIELD_VALUE_OVERRIDEN",
49001                "INJECTED_KERNELS_DEPRECATED",
49002                "LARGE_DEPLOYMENT_WARNING",
49003                "MISSING_TYPE_DEPENDENCY",
49004                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
49005                "NEXT_HOP_CANNOT_IP_FORWARD",
49006                "NEXT_HOP_INSTANCE_NOT_FOUND",
49007                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
49008                "NEXT_HOP_NOT_RUNNING",
49009                "NOT_CRITICAL_ERROR",
49010                "NO_RESULTS_ON_PAGE",
49011                "PARTIAL_SUCCESS",
49012                "REQUIRED_TOS_AGREEMENT",
49013                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
49014                "RESOURCE_NOT_DELETED",
49015                "SCHEMA_VALIDATION_IGNORED",
49016                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
49017                "UNDECLARED_PROPERTIES",
49018                "UNREACHABLE"
49019              ],
49020              "enumDescriptions": [
49021                "",
49022                "",
49023                "",
49024                "",
49025                "",
49026                "",
49027                "",
49028                "",
49029                "",
49030                "",
49031                "",
49032                "",
49033                "",
49034                "",
49035                "",
49036                "",
49037                "",
49038                "",
49039                "",
49040                "",
49041                "",
49042                "",
49043                "",
49044                "",
49045                ""
49046              ],
49047              "type": "string"
49048            },
49049            "data": {
49050              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
49051              "items": {
49052                "properties": {
49053                  "key": {
49054                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
49055                    "type": "string"
49056                  },
49057                  "value": {
49058                    "description": "[Output Only] A warning data value corresponding to the key.",
49059                    "type": "string"
49060                  }
49061                },
49062                "type": "object"
49063              },
49064              "type": "array"
49065            },
49066            "message": {
49067              "description": "[Output Only] A human-readable description of the warning code.",
49068              "type": "string"
49069            }
49070          },
49071          "type": "object"
49072        }
49073      },
49074      "type": "object"
49075    },
49076    "MachineType": {
49077      "description": "Represents a Machine Type resource.\n\nYou can use specific machine types for your VM instances based on performance and pricing requirements. For more information, read Machine Types. (== resource_for {$api_version}.machineTypes ==)",
49078      "id": "MachineType",
49079      "properties": {
49080        "accelerators": {
49081          "description": "[Output Only] A list of accelerator configurations assigned to this machine type.",
49082          "items": {
49083            "properties": {
49084              "guestAcceleratorCount": {
49085                "description": "Number of accelerator cards exposed to the guest.",
49086                "format": "int32",
49087                "type": "integer"
49088              },
49089              "guestAcceleratorType": {
49090                "description": "The accelerator type resource name, not a full URL, e.g. 'nvidia-tesla-k80'.",
49091                "type": "string"
49092              }
49093            },
49094            "type": "object"
49095          },
49096          "type": "array"
49097        },
49098        "creationTimestamp": {
49099          "description": "[Output Only] Creation timestamp in RFC3339 text format.",
49100          "type": "string"
49101        },
49102        "deprecated": {
49103          "$ref": "DeprecationStatus",
49104          "description": "[Output Only] The deprecation status associated with this machine type. Only applicable if the machine type is unavailable."
49105        },
49106        "description": {
49107          "description": "[Output Only] An optional textual description of the resource.",
49108          "type": "string"
49109        },
49110        "guestCpus": {
49111          "description": "[Output Only] The number of virtual CPUs that are available to the instance.",
49112          "format": "int32",
49113          "type": "integer"
49114        },
49115        "id": {
49116          "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.",
49117          "format": "uint64",
49118          "type": "string"
49119        },
49120        "isSharedCpu": {
49121          "description": "[Output Only] Whether this machine type has a shared CPU. See Shared-core machine types for more information.",
49122          "type": "boolean"
49123        },
49124        "kind": {
49125          "default": "compute#machineType",
49126          "description": "[Output Only] The type of the resource. Always compute#machineType for machine types.",
49127          "type": "string"
49128        },
49129        "maximumPersistentDisks": {
49130          "description": "[Output Only] Maximum persistent disks allowed.",
49131          "format": "int32",
49132          "type": "integer"
49133        },
49134        "maximumPersistentDisksSizeGb": {
49135          "description": "[Output Only] Maximum total persistent disks size (GB) allowed.",
49136          "format": "int64",
49137          "type": "string"
49138        },
49139        "memoryMb": {
49140          "description": "[Output Only] The amount of physical memory available to the instance, defined in MB.",
49141          "format": "int32",
49142          "type": "integer"
49143        },
49144        "name": {
49145          "description": "[Output Only] Name of the resource.",
49146          "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
49147          "type": "string"
49148        },
49149        "selfLink": {
49150          "description": "[Output Only] Server-defined URL for the resource.",
49151          "type": "string"
49152        },
49153        "selfLinkWithId": {
49154          "description": "[Output Only] Server-defined URL for this resource with the resource id.",
49155          "type": "string"
49156        },
49157        "zone": {
49158          "description": "[Output Only] The name of the zone where the machine type resides, such as us-central1-a.",
49159          "type": "string"
49160        }
49161      },
49162      "type": "object"
49163    },
49164    "MachineTypeAggregatedList": {
49165      "id": "MachineTypeAggregatedList",
49166      "properties": {
49167        "id": {
49168          "description": "[Output Only] Unique identifier for the resource; defined by the server.",
49169          "type": "string"
49170        },
49171        "items": {
49172          "additionalProperties": {
49173            "$ref": "MachineTypesScopedList",
49174            "description": "[Output Only] Name of the scope containing this set of machine types."
49175          },
49176          "description": "A list of MachineTypesScopedList resources.",
49177          "type": "object"
49178        },
49179        "kind": {
49180          "default": "compute#machineTypeAggregatedList",
49181          "description": "[Output Only] Type of resource. Always compute#machineTypeAggregatedList for aggregated lists of machine types.",
49182          "type": "string"
49183        },
49184        "nextPageToken": {
49185          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
49186          "type": "string"
49187        },
49188        "selfLink": {
49189          "description": "[Output Only] Server-defined URL for this resource.",
49190          "type": "string"
49191        },
49192        "unreachables": {
49193          "description": "[Output Only] Unreachable resources.",
49194          "items": {
49195            "type": "string"
49196          },
49197          "type": "array"
49198        },
49199        "warning": {
49200          "description": "[Output Only] Informational warning message.",
49201          "properties": {
49202            "code": {
49203              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
49204              "enum": [
49205                "CLEANUP_FAILED",
49206                "DEPRECATED_RESOURCE_USED",
49207                "DEPRECATED_TYPE_USED",
49208                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
49209                "EXPERIMENTAL_TYPE_USED",
49210                "EXTERNAL_API_WARNING",
49211                "FIELD_VALUE_OVERRIDEN",
49212                "INJECTED_KERNELS_DEPRECATED",
49213                "LARGE_DEPLOYMENT_WARNING",
49214                "MISSING_TYPE_DEPENDENCY",
49215                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
49216                "NEXT_HOP_CANNOT_IP_FORWARD",
49217                "NEXT_HOP_INSTANCE_NOT_FOUND",
49218                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
49219                "NEXT_HOP_NOT_RUNNING",
49220                "NOT_CRITICAL_ERROR",
49221                "NO_RESULTS_ON_PAGE",
49222                "PARTIAL_SUCCESS",
49223                "REQUIRED_TOS_AGREEMENT",
49224                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
49225                "RESOURCE_NOT_DELETED",
49226                "SCHEMA_VALIDATION_IGNORED",
49227                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
49228                "UNDECLARED_PROPERTIES",
49229                "UNREACHABLE"
49230              ],
49231              "enumDescriptions": [
49232                "",
49233                "",
49234                "",
49235                "",
49236                "",
49237                "",
49238                "",
49239                "",
49240                "",
49241                "",
49242                "",
49243                "",
49244                "",
49245                "",
49246                "",
49247                "",
49248                "",
49249                "",
49250                "",
49251                "",
49252                "",
49253                "",
49254                "",
49255                "",
49256                ""
49257              ],
49258              "type": "string"
49259            },
49260            "data": {
49261              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
49262              "items": {
49263                "properties": {
49264                  "key": {
49265                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
49266                    "type": "string"
49267                  },
49268                  "value": {
49269                    "description": "[Output Only] A warning data value corresponding to the key.",
49270                    "type": "string"
49271                  }
49272                },
49273                "type": "object"
49274              },
49275              "type": "array"
49276            },
49277            "message": {
49278              "description": "[Output Only] A human-readable description of the warning code.",
49279              "type": "string"
49280            }
49281          },
49282          "type": "object"
49283        }
49284      },
49285      "type": "object"
49286    },
49287    "MachineTypeList": {
49288      "description": "Contains a list of machine types.",
49289      "id": "MachineTypeList",
49290      "properties": {
49291        "id": {
49292          "description": "[Output Only] Unique identifier for the resource; defined by the server.",
49293          "type": "string"
49294        },
49295        "items": {
49296          "description": "A list of MachineType resources.",
49297          "items": {
49298            "$ref": "MachineType"
49299          },
49300          "type": "array"
49301        },
49302        "kind": {
49303          "default": "compute#machineTypeList",
49304          "description": "[Output Only] Type of resource. Always compute#machineTypeList for lists of machine types.",
49305          "type": "string"
49306        },
49307        "nextPageToken": {
49308          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
49309          "type": "string"
49310        },
49311        "selfLink": {
49312          "description": "[Output Only] Server-defined URL for this resource.",
49313          "type": "string"
49314        },
49315        "warning": {
49316          "description": "[Output Only] Informational warning message.",
49317          "properties": {
49318            "code": {
49319              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
49320              "enum": [
49321                "CLEANUP_FAILED",
49322                "DEPRECATED_RESOURCE_USED",
49323                "DEPRECATED_TYPE_USED",
49324                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
49325                "EXPERIMENTAL_TYPE_USED",
49326                "EXTERNAL_API_WARNING",
49327                "FIELD_VALUE_OVERRIDEN",
49328                "INJECTED_KERNELS_DEPRECATED",
49329                "LARGE_DEPLOYMENT_WARNING",
49330                "MISSING_TYPE_DEPENDENCY",
49331                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
49332                "NEXT_HOP_CANNOT_IP_FORWARD",
49333                "NEXT_HOP_INSTANCE_NOT_FOUND",
49334                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
49335                "NEXT_HOP_NOT_RUNNING",
49336                "NOT_CRITICAL_ERROR",
49337                "NO_RESULTS_ON_PAGE",
49338                "PARTIAL_SUCCESS",
49339                "REQUIRED_TOS_AGREEMENT",
49340                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
49341                "RESOURCE_NOT_DELETED",
49342                "SCHEMA_VALIDATION_IGNORED",
49343                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
49344                "UNDECLARED_PROPERTIES",
49345                "UNREACHABLE"
49346              ],
49347              "enumDescriptions": [
49348                "",
49349                "",
49350                "",
49351                "",
49352                "",
49353                "",
49354                "",
49355                "",
49356                "",
49357                "",
49358                "",
49359                "",
49360                "",
49361                "",
49362                "",
49363                "",
49364                "",
49365                "",
49366                "",
49367                "",
49368                "",
49369                "",
49370                "",
49371                "",
49372                ""
49373              ],
49374              "type": "string"
49375            },
49376            "data": {
49377              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
49378              "items": {
49379                "properties": {
49380                  "key": {
49381                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
49382                    "type": "string"
49383                  },
49384                  "value": {
49385                    "description": "[Output Only] A warning data value corresponding to the key.",
49386                    "type": "string"
49387                  }
49388                },
49389                "type": "object"
49390              },
49391              "type": "array"
49392            },
49393            "message": {
49394              "description": "[Output Only] A human-readable description of the warning code.",
49395              "type": "string"
49396            }
49397          },
49398          "type": "object"
49399        }
49400      },
49401      "type": "object"
49402    },
49403    "MachineTypesScopedList": {
49404      "id": "MachineTypesScopedList",
49405      "properties": {
49406        "machineTypes": {
49407          "description": "[Output Only] A list of machine types contained in this scope.",
49408          "items": {
49409            "$ref": "MachineType"
49410          },
49411          "type": "array"
49412        },
49413        "warning": {
49414          "description": "[Output Only] An informational warning that appears when the machine types list is empty.",
49415          "properties": {
49416            "code": {
49417              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
49418              "enum": [
49419                "CLEANUP_FAILED",
49420                "DEPRECATED_RESOURCE_USED",
49421                "DEPRECATED_TYPE_USED",
49422                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
49423                "EXPERIMENTAL_TYPE_USED",
49424                "EXTERNAL_API_WARNING",
49425                "FIELD_VALUE_OVERRIDEN",
49426                "INJECTED_KERNELS_DEPRECATED",
49427                "LARGE_DEPLOYMENT_WARNING",
49428                "MISSING_TYPE_DEPENDENCY",
49429                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
49430                "NEXT_HOP_CANNOT_IP_FORWARD",
49431                "NEXT_HOP_INSTANCE_NOT_FOUND",
49432                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
49433                "NEXT_HOP_NOT_RUNNING",
49434                "NOT_CRITICAL_ERROR",
49435                "NO_RESULTS_ON_PAGE",
49436                "PARTIAL_SUCCESS",
49437                "REQUIRED_TOS_AGREEMENT",
49438                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
49439                "RESOURCE_NOT_DELETED",
49440                "SCHEMA_VALIDATION_IGNORED",
49441                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
49442                "UNDECLARED_PROPERTIES",
49443                "UNREACHABLE"
49444              ],
49445              "enumDescriptions": [
49446                "",
49447                "",
49448                "",
49449                "",
49450                "",
49451                "",
49452                "",
49453                "",
49454                "",
49455                "",
49456                "",
49457                "",
49458                "",
49459                "",
49460                "",
49461                "",
49462                "",
49463                "",
49464                "",
49465                "",
49466                "",
49467                "",
49468                "",
49469                "",
49470                ""
49471              ],
49472              "type": "string"
49473            },
49474            "data": {
49475              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
49476              "items": {
49477                "properties": {
49478                  "key": {
49479                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
49480                    "type": "string"
49481                  },
49482                  "value": {
49483                    "description": "[Output Only] A warning data value corresponding to the key.",
49484                    "type": "string"
49485                  }
49486                },
49487                "type": "object"
49488              },
49489              "type": "array"
49490            },
49491            "message": {
49492              "description": "[Output Only] A human-readable description of the warning code.",
49493              "type": "string"
49494            }
49495          },
49496          "type": "object"
49497        }
49498      },
49499      "type": "object"
49500    },
49501    "ManagedInstance": {
49502      "description": "A Managed Instance resource.",
49503      "id": "ManagedInstance",
49504      "properties": {
49505        "currentAction": {
49506          "description": "[Output Only] The current action that the managed instance group has scheduled for the instance. Possible values: \n- NONE The instance is running, and the managed instance group does not have any scheduled actions for this instance. \n- CREATING The managed instance group is creating this instance. If the group fails to create this instance, it will try again until it is successful. \n- CREATING_WITHOUT_RETRIES The managed instance group is attempting to create this instance only once. If the group fails to create this instance, it does not try again and the group's targetSize value is decreased instead. \n- RECREATING The managed instance group is recreating this instance. \n- DELETING The managed instance group is permanently deleting this instance. \n- ABANDONING The managed instance group is abandoning this instance. The instance will be removed from the instance group and from any target pools that are associated with this group. \n- RESTARTING The managed instance group is restarting the instance. \n- REFRESHING The managed instance group is applying configuration changes to the instance without stopping it. For example, the group can update the target pool list for an instance without stopping that instance. \n- VERIFYING The managed instance group has created the instance and it is in the process of being verified.",
49507          "enum": [
49508            "ABANDONING",
49509            "CREATING",
49510            "CREATING_WITHOUT_RETRIES",
49511            "DELETING",
49512            "NONE",
49513            "RECREATING",
49514            "REFRESHING",
49515            "RESTARTING",
49516            "VERIFYING"
49517          ],
49518          "enumDescriptions": [
49519            "",
49520            "",
49521            "",
49522            "",
49523            "",
49524            "",
49525            "",
49526            "",
49527            ""
49528          ],
49529          "type": "string"
49530        },
49531        "id": {
49532          "description": "[Output only] The unique identifier for this resource. This field is empty when instance does not exist.",
49533          "format": "uint64",
49534          "type": "string"
49535        },
49536        "instance": {
49537          "description": "[Output Only] The URL of the instance. The URL can exist even if the instance has not yet been created.",
49538          "type": "string"
49539        },
49540        "instanceHealth": {
49541          "description": "[Output Only] Health state of the instance per health-check.",
49542          "items": {
49543            "$ref": "ManagedInstanceInstanceHealth"
49544          },
49545          "type": "array"
49546        },
49547        "instanceStatus": {
49548          "description": "[Output Only] The status of the instance. This field is empty when the instance does not exist.",
49549          "enum": [
49550            "DEPROVISIONING",
49551            "PROVISIONING",
49552            "REPAIRING",
49553            "RUNNING",
49554            "STAGING",
49555            "STOPPED",
49556            "STOPPING",
49557            "SUSPENDED",
49558            "SUSPENDING",
49559            "TERMINATED"
49560          ],
49561          "enumDescriptions": [
49562            "",
49563            "",
49564            "",
49565            "",
49566            "",
49567            "",
49568            "",
49569            "",
49570            "",
49571            ""
49572          ],
49573          "type": "string"
49574        },
49575        "instanceTemplate": {
49576          "description": "[Output Only] The intended template of the instance. This field is empty when current_action is one of { DELETING, ABANDONING }.",
49577          "type": "string"
49578        },
49579        "lastAttempt": {
49580          "$ref": "ManagedInstanceLastAttempt",
49581          "description": "[Output Only] Information about the last attempt to create or delete the instance."
49582        },
49583        "preservedStateFromConfig": {
49584          "$ref": "PreservedState",
49585          "description": "[Output Only] Preserved state applied from per-instance config for this instance."
49586        },
49587        "preservedStateFromPolicy": {
49588          "$ref": "PreservedState",
49589          "description": "[Output Only] Preserved state generated based on stateful policy for this instance."
49590        },
49591        "tag": {
49592          "description": "[Output Only] Tag describing the version.",
49593          "type": "string"
49594        },
49595        "version": {
49596          "$ref": "ManagedInstanceVersion",
49597          "description": "[Output Only] Intended version of this instance."
49598        }
49599      },
49600      "type": "object"
49601    },
49602    "ManagedInstanceInstanceHealth": {
49603      "id": "ManagedInstanceInstanceHealth",
49604      "properties": {
49605        "detailedHealthState": {
49606          "description": "[Output Only] The current detailed instance health state.",
49607          "enum": [
49608            "DRAINING",
49609            "HEALTHY",
49610            "TIMEOUT",
49611            "UNHEALTHY",
49612            "UNKNOWN"
49613          ],
49614          "enumDescriptions": [
49615            "",
49616            "",
49617            "",
49618            "",
49619            ""
49620          ],
49621          "type": "string"
49622        },
49623        "healthCheck": {
49624          "description": "[Output Only] The URL for the health check that verifies whether the instance is healthy.",
49625          "type": "string"
49626        },
49627        "healthState": {
49628          "description": "[Output Only] The current instance health state. This field will not get promoted to beta/GA and might be removed from alpha APIs after 01/12/2019. Please use detailed_health_state field instead.",
49629          "enum": [
49630            "HEALTHY",
49631            "UNHEALTHY"
49632          ],
49633          "enumDescriptions": [
49634            "",
49635            ""
49636          ],
49637          "type": "string"
49638        }
49639      },
49640      "type": "object"
49641    },
49642    "ManagedInstanceLastAttempt": {
49643      "id": "ManagedInstanceLastAttempt",
49644      "properties": {
49645        "errors": {
49646          "description": "[Output Only] Encountered errors during the last attempt to create or delete the instance.",
49647          "properties": {
49648            "errors": {
49649              "description": "[Output Only] The array of errors encountered while processing this operation.",
49650              "items": {
49651                "properties": {
49652                  "code": {
49653                    "description": "[Output Only] The error type identifier for this error.",
49654                    "type": "string"
49655                  },
49656                  "location": {
49657                    "description": "[Output Only] Indicates the field in the request that caused the error. This property is optional.",
49658                    "type": "string"
49659                  },
49660                  "message": {
49661                    "description": "[Output Only] An optional, human-readable error message.",
49662                    "type": "string"
49663                  }
49664                },
49665                "type": "object"
49666              },
49667              "type": "array"
49668            }
49669          },
49670          "type": "object"
49671        }
49672      },
49673      "type": "object"
49674    },
49675    "ManagedInstanceVersion": {
49676      "id": "ManagedInstanceVersion",
49677      "properties": {
49678        "instanceTemplate": {
49679          "description": "[Output Only] The intended template of the instance. This field is empty when current_action is one of { DELETING, ABANDONING }.",
49680          "type": "string"
49681        },
49682        "name": {
49683          "description": "[Output Only] Name of the version.",
49684          "type": "string"
49685        }
49686      },
49687      "type": "object"
49688    },
49689    "Metadata": {
49690      "description": "A metadata key/value entry.",
49691      "id": "Metadata",
49692      "properties": {
49693        "fingerprint": {
49694          "description": "Specifies a fingerprint for this request, which is essentially a hash of the metadata's contents and used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update metadata. You must always provide an up-to-date fingerprint hash in order to update or change metadata, otherwise the request will fail with error 412 conditionNotMet.\n\nTo see the latest fingerprint, make a get() request to retrieve the resource.",
49695          "format": "byte",
49696          "type": "string"
49697        },
49698        "items": {
49699          "description": "Array of key/value pairs. The total size of all keys and values must be less than 512 KB.",
49700          "items": {
49701            "properties": {
49702              "key": {
49703                "annotations": {
49704                  "required": [
49705                    "compute.instances.insert",
49706                    "compute.projects.setCommonInstanceMetadata"
49707                  ]
49708                },
49709                "description": "Key for the metadata entry. Keys must conform to the following regexp: [a-zA-Z0-9-_]+, and be less than 128 bytes in length. This is reflected as part of a URL in the metadata server. Additionally, to avoid ambiguity, keys must not conflict with any other metadata keys for the project.",
49710                "pattern": "[a-zA-Z0-9-_]{1,128}",
49711                "type": "string"
49712              },
49713              "value": {
49714                "annotations": {
49715                  "required": [
49716                    "compute.instances.insert",
49717                    "compute.projects.setCommonInstanceMetadata"
49718                  ]
49719                },
49720                "description": "Value for the metadata entry. These are free-form strings, and only have meaning as interpreted by the image running in the instance. The only restriction placed on values is that their size must be less than or equal to 262144 bytes (256 KiB).",
49721                "type": "string"
49722              }
49723            },
49724            "type": "object"
49725          },
49726          "type": "array"
49727        },
49728        "kind": {
49729          "default": "compute#metadata",
49730          "description": "[Output Only] Type of the resource. Always compute#metadata for metadata.",
49731          "type": "string"
49732        }
49733      },
49734      "type": "object"
49735    },
49736    "MetadataCredentialsFromPlugin": {
49737      "description": "[Deprecated] Custom authenticator credentials. Custom authenticator credentials.",
49738      "id": "MetadataCredentialsFromPlugin",
49739      "properties": {
49740        "name": {
49741          "description": "Plugin name.",
49742          "type": "string"
49743        },
49744        "structConfig": {
49745          "description": "A text proto that conforms to a Struct type definition interpreted by the plugin.",
49746          "type": "string"
49747        }
49748      },
49749      "type": "object"
49750    },
49751    "MetadataFilter": {
49752      "description": "Opaque filter criteria used by loadbalancers to restrict routing configuration to a limited set of loadbalancing proxies. Proxies and sidecars involved in loadbalancing would typically present metadata to the loadbalancers which need to match criteria specified here. If a match takes place, the relevant configuration is made available to those proxies.\nFor each metadataFilter in this list, if its filterMatchCriteria is set to MATCH_ANY, at least one of the filterLabels must match the corresponding label provided in the metadata. If its filterMatchCriteria is set to MATCH_ALL, then all of its filterLabels must match with corresponding labels provided in the metadata.\nAn example for using metadataFilters would be: if loadbalancing involves  Envoys, they will only receive routing configuration when values in metadataFilters match values supplied in \u003ca href=\"https://www.envoyproxy.io/docs/envoy/latest/api-v2/api/v2/core/base.proto#envoy-api-msg-core-node\" Node metadata of their XDS requests to loadbalancers.",
49753      "id": "MetadataFilter",
49754      "properties": {
49755        "filterLabels": {
49756          "description": "The list of label value pairs that must match labels in the provided metadata based on filterMatchCriteria \nThis list must not be empty and can have at the most 64 entries.",
49757          "items": {
49758            "$ref": "MetadataFilterLabelMatch"
49759          },
49760          "type": "array"
49761        },
49762        "filterMatchCriteria": {
49763          "description": "Specifies how individual filterLabel matches within the list of filterLabels contribute towards the overall metadataFilter match.\nSupported values are:  \n- MATCH_ANY: At least one of the filterLabels must have a matching label in the provided metadata. \n- MATCH_ALL: All filterLabels must have matching labels in the provided metadata.",
49764          "enum": [
49765            "MATCH_ALL",
49766            "MATCH_ANY",
49767            "NOT_SET"
49768          ],
49769          "enumDescriptions": [
49770            "",
49771            "",
49772            ""
49773          ],
49774          "type": "string"
49775        }
49776      },
49777      "type": "object"
49778    },
49779    "MetadataFilterLabelMatch": {
49780      "description": "MetadataFilter label name value pairs that are expected to match corresponding labels presented as metadata to the loadbalancer.",
49781      "id": "MetadataFilterLabelMatch",
49782      "properties": {
49783        "name": {
49784          "description": "Name of metadata label.\nThe name can have a maximum length of 1024 characters and must be at least 1 character long.",
49785          "type": "string"
49786        },
49787        "value": {
49788          "description": "The value of the label must match the specified value.\nvalue can have a maximum length of 1024 characters.",
49789          "type": "string"
49790        }
49791      },
49792      "type": "object"
49793    },
49794    "MutualTls": {
49795      "description": "[Deprecated] Configuration for the mutual Tls mode for peer authentication. Configuration for the mutual Tls mode for peer authentication.",
49796      "id": "MutualTls",
49797      "properties": {
49798        "mode": {
49799          "description": "Specifies if the server TLS is configured to be strict or permissive. This field can be set to one of the following: STRICT: Client certificate must be presented, connection is in TLS. PERMISSIVE: Client certificate can be omitted, connection can be either plaintext or TLS.",
49800          "enum": [
49801            "INVALID",
49802            "PERMISSIVE",
49803            "STRICT"
49804          ],
49805          "enumDescriptions": [
49806            "",
49807            "",
49808            ""
49809          ],
49810          "type": "string"
49811        }
49812      },
49813      "type": "object"
49814    },
49815    "NamedPort": {
49816      "description": "The named port. For example: .",
49817      "id": "NamedPort",
49818      "properties": {
49819        "name": {
49820          "description": "The name for this named port. The name must be 1-63 characters long, and comply with RFC1035.",
49821          "type": "string"
49822        },
49823        "port": {
49824          "description": "The port number, which can be a value between 1 and 65535.",
49825          "format": "int32",
49826          "type": "integer"
49827        }
49828      },
49829      "type": "object"
49830    },
49831    "Network": {
49832      "description": "Represents a VPC Network resource.\n\nNetworks connect resources to each other and to the internet. For more information, read Virtual Private Cloud (VPC) Network. (== resource_for {$api_version}.networks ==)",
49833      "id": "Network",
49834      "properties": {
49835        "IPv4Range": {
49836          "description": "Deprecated in favor of subnet mode networks. The range of internal addresses that are legal on this network. This range is a CIDR specification, for example: 192.168.0.0/16. Provided by the client when the network is created.",
49837          "pattern": "[0-9]{1,3}(?:\\.[0-9]{1,3}){3}/[0-9]{1,2}",
49838          "type": "string"
49839        },
49840        "autoCreateSubnetworks": {
49841          "description": "Must be set to create a VPC network. If not set, a legacy network is created.\n\nWhen set to true, the VPC network is created in auto mode. When set to false, the VPC network is created in custom mode.\n\nAn auto mode VPC network starts with one subnet per region. Each subnet has a predetermined range as described in Auto mode VPC network IP ranges.\n\nFor custom mode VPC networks, you can add subnets using the subnetworks insert method.",
49842          "type": "boolean"
49843        },
49844        "creationTimestamp": {
49845          "description": "[Output Only] Creation timestamp in RFC3339 text format.",
49846          "type": "string"
49847        },
49848        "description": {
49849          "description": "An optional description of this resource. Provide this field when you create the resource.",
49850          "type": "string"
49851        },
49852        "firewallPolicy": {
49853          "description": "[Output Only] URL of the firewall policy the network is associated with.",
49854          "type": "string"
49855        },
49856        "gatewayIPv4": {
49857          "description": "[Output Only] The gateway address for default routing out of the network, selected by GCP.",
49858          "pattern": "[0-9]{1,3}(?:\\.[0-9]{1,3}){3}",
49859          "type": "string"
49860        },
49861        "id": {
49862          "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.",
49863          "format": "uint64",
49864          "type": "string"
49865        },
49866        "kind": {
49867          "default": "compute#network",
49868          "description": "[Output Only] Type of the resource. Always compute#network for networks.",
49869          "type": "string"
49870        },
49871        "mtu": {
49872          "description": "Maximum Transmission Unit in bytes. The minimum value for this field is 1460 and the maximum value is 1500 bytes.",
49873          "format": "int32",
49874          "type": "integer"
49875        },
49876        "name": {
49877          "annotations": {
49878            "required": [
49879              "compute.networks.insert"
49880            ]
49881          },
49882          "description": "Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?`. The first character must be a lowercase letter, and all following characters (except for the last character) must be a dash, lowercase letter, or digit. The last character must be a lowercase letter or digit.",
49883          "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
49884          "type": "string"
49885        },
49886        "peerings": {
49887          "description": "[Output Only] A list of network peerings for the resource.",
49888          "items": {
49889            "$ref": "NetworkPeering"
49890          },
49891          "type": "array"
49892        },
49893        "routingConfig": {
49894          "$ref": "NetworkRoutingConfig",
49895          "description": "The network-level routing configuration for this network. Used by Cloud Router to determine what type of network-wide routing behavior to enforce."
49896        },
49897        "selfLink": {
49898          "description": "[Output Only] Server-defined URL for the resource.",
49899          "type": "string"
49900        },
49901        "selfLinkWithId": {
49902          "description": "[Output Only] Server-defined URL for this resource with the resource id.",
49903          "type": "string"
49904        },
49905        "subnetworks": {
49906          "description": "[Output Only] Server-defined fully-qualified URLs for all subnetworks in this VPC network.",
49907          "items": {
49908            "type": "string"
49909          },
49910          "type": "array"
49911        }
49912      },
49913      "type": "object"
49914    },
49915    "NetworkEndpoint": {
49916      "description": "The network endpoint.",
49917      "id": "NetworkEndpoint",
49918      "properties": {
49919        "annotations": {
49920          "additionalProperties": {
49921            "type": "string"
49922          },
49923          "description": "Metadata defined as annotations on the network endpoint.",
49924          "type": "object"
49925        },
49926        "fqdn": {
49927          "description": "Optional fully qualified domain name of network endpoint. This can only be specified when NetworkEndpointGroup.network_endpoint_type is NON_GCP_FQDN_PORT.",
49928          "type": "string"
49929        },
49930        "instance": {
49931          "description": "The name for a specific VM instance that the IP address belongs to. This is required for network endpoints of type GCE_VM_IP_PORT. The instance must be in the same zone of network endpoint group.\n\nThe name must be 1-63 characters long, and comply with RFC1035.",
49932          "type": "string"
49933        },
49934        "ipAddress": {
49935          "description": "Optional IPv4 address of network endpoint. The IP address must belong to a VM in Compute Engine (either the primary IP or as part of an aliased IP range). If the IP address is not specified, then the primary IP address for the VM instance in the network that the network endpoint group belongs to will be used.",
49936          "type": "string"
49937        },
49938        "port": {
49939          "description": "Optional port number of network endpoint. If not specified and the NetworkEndpointGroup.network_endpoint_type is GCE_IP_PORT, the defaultPort for the network endpoint group will be used.",
49940          "format": "int32",
49941          "type": "integer"
49942        }
49943      },
49944      "type": "object"
49945    },
49946    "NetworkEndpointGroup": {
49947      "description": "Represents a collection of network endpoints.\n\nA network endpoint group (NEG) defines how a set of endpoints should be reached, whether they are reachable, and where they are located. For more information about using NEGs, see  Setting up internet NEGs,  Setting up zonal NEGs, or  Setting up serverless NEGs. (== resource_for {$api_version}.networkEndpointGroups ==) (== resource_for {$api_version}.globalNetworkEndpointGroups ==) (== resource_for {$api_version}.regionNetworkEndpointGroups ==)",
49948      "id": "NetworkEndpointGroup",
49949      "properties": {
49950        "annotations": {
49951          "additionalProperties": {
49952            "type": "string"
49953          },
49954          "description": "Metadata defined as annotations on the network endpoint group.",
49955          "type": "object"
49956        },
49957        "appEngine": {
49958          "$ref": "NetworkEndpointGroupAppEngine",
49959          "description": "Only valid when networkEndpointType is \"SERVERLESS\". Only one of cloudRun, appEngine or cloudFunction may be set."
49960        },
49961        "cloudFunction": {
49962          "$ref": "NetworkEndpointGroupCloudFunction",
49963          "description": "Only valid when networkEndpointType is \"SERVERLESS\". Only one of cloudRun, appEngine or cloudFunction may be set."
49964        },
49965        "cloudRun": {
49966          "$ref": "NetworkEndpointGroupCloudRun",
49967          "description": "Only valid when networkEndpointType is \"SERVERLESS\". Only one of cloudRun, appEngine or cloudFunction may be set."
49968        },
49969        "creationTimestamp": {
49970          "description": "[Output Only] Creation timestamp in RFC3339 text format.",
49971          "type": "string"
49972        },
49973        "defaultPort": {
49974          "description": "The default port used if the port number is not specified in the network endpoint.",
49975          "format": "int32",
49976          "type": "integer"
49977        },
49978        "description": {
49979          "description": "An optional description of this resource. Provide this property when you create the resource.",
49980          "type": "string"
49981        },
49982        "id": {
49983          "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.",
49984          "format": "uint64",
49985          "type": "string"
49986        },
49987        "kind": {
49988          "default": "compute#networkEndpointGroup",
49989          "description": "[Output Only] Type of the resource. Always compute#networkEndpointGroup for network endpoint group.",
49990          "type": "string"
49991        },
49992        "loadBalancer": {
49993          "$ref": "NetworkEndpointGroupLbNetworkEndpointGroup",
49994          "description": "This field is only valid when the network endpoint group is used for load balancing. [Deprecated] This field is deprecated."
49995        },
49996        "name": {
49997          "description": "Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.",
49998          "type": "string"
49999        },
50000        "network": {
50001          "description": "The URL of the network to which all network endpoints in the NEG belong. Uses \"default\" project network if unspecified.",
50002          "type": "string"
50003        },
50004        "networkEndpointType": {
50005          "description": "Type of network endpoints in this network endpoint group. Can be one of GCE_VM_IP_PORT, NON_GCP_PRIVATE_IP_PORT, INTERNET_FQDN_PORT, INTERNET_IP_PORT, or SERVERLESS.",
50006          "enum": [
50007            "GCE_VM_IP",
50008            "GCE_VM_IP_PORT",
50009            "GCE_VM_PRIMARY_IP",
50010            "INTERNET_FQDN_PORT",
50011            "INTERNET_IP_PORT",
50012            "NON_GCP_PRIVATE_IP_PORT",
50013            "SERVERLESS"
50014          ],
50015          "enumDescriptions": [
50016            "",
50017            "",
50018            "",
50019            "",
50020            "",
50021            "",
50022            ""
50023          ],
50024          "type": "string"
50025        },
50026        "region": {
50027          "description": "[Output Only] The URL of the region where the network endpoint group is located.",
50028          "type": "string"
50029        },
50030        "selfLink": {
50031          "description": "[Output Only] Server-defined URL for the resource.",
50032          "type": "string"
50033        },
50034        "selfLinkWithId": {
50035          "description": "[Output Only] Server-defined URL for this resource with the resource id.",
50036          "type": "string"
50037        },
50038        "size": {
50039          "description": "[Output only] Number of network endpoints in the network endpoint group.",
50040          "format": "int32",
50041          "type": "integer"
50042        },
50043        "subnetwork": {
50044          "description": "Optional URL of the subnetwork to which all network endpoints in the NEG belong.",
50045          "type": "string"
50046        },
50047        "type": {
50048          "description": "Specify the type of this network endpoint group. Only LOAD_BALANCING is valid for now.",
50049          "enum": [
50050            "LOAD_BALANCING"
50051          ],
50052          "enumDescriptions": [
50053            ""
50054          ],
50055          "type": "string"
50056        },
50057        "zone": {
50058          "description": "[Output Only] The URL of the zone where the network endpoint group is located.",
50059          "type": "string"
50060        }
50061      },
50062      "type": "object"
50063    },
50064    "NetworkEndpointGroupAggregatedList": {
50065      "id": "NetworkEndpointGroupAggregatedList",
50066      "properties": {
50067        "id": {
50068          "description": "[Output Only] Unique identifier for the resource; defined by the server.",
50069          "type": "string"
50070        },
50071        "items": {
50072          "additionalProperties": {
50073            "$ref": "NetworkEndpointGroupsScopedList",
50074            "description": "The name of the scope that contains this set of network endpoint groups."
50075          },
50076          "description": "A list of NetworkEndpointGroupsScopedList resources.",
50077          "type": "object"
50078        },
50079        "kind": {
50080          "default": "compute#networkEndpointGroupAggregatedList",
50081          "description": "[Output Only] The resource type, which is always compute#networkEndpointGroupAggregatedList for aggregated lists of network endpoint groups.",
50082          "type": "string"
50083        },
50084        "nextPageToken": {
50085          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
50086          "type": "string"
50087        },
50088        "selfLink": {
50089          "description": "[Output Only] Server-defined URL for this resource.",
50090          "type": "string"
50091        },
50092        "unreachables": {
50093          "description": "[Output Only] Unreachable resources.",
50094          "items": {
50095            "type": "string"
50096          },
50097          "type": "array"
50098        },
50099        "warning": {
50100          "description": "[Output Only] Informational warning message.",
50101          "properties": {
50102            "code": {
50103              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
50104              "enum": [
50105                "CLEANUP_FAILED",
50106                "DEPRECATED_RESOURCE_USED",
50107                "DEPRECATED_TYPE_USED",
50108                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
50109                "EXPERIMENTAL_TYPE_USED",
50110                "EXTERNAL_API_WARNING",
50111                "FIELD_VALUE_OVERRIDEN",
50112                "INJECTED_KERNELS_DEPRECATED",
50113                "LARGE_DEPLOYMENT_WARNING",
50114                "MISSING_TYPE_DEPENDENCY",
50115                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
50116                "NEXT_HOP_CANNOT_IP_FORWARD",
50117                "NEXT_HOP_INSTANCE_NOT_FOUND",
50118                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
50119                "NEXT_HOP_NOT_RUNNING",
50120                "NOT_CRITICAL_ERROR",
50121                "NO_RESULTS_ON_PAGE",
50122                "PARTIAL_SUCCESS",
50123                "REQUIRED_TOS_AGREEMENT",
50124                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
50125                "RESOURCE_NOT_DELETED",
50126                "SCHEMA_VALIDATION_IGNORED",
50127                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
50128                "UNDECLARED_PROPERTIES",
50129                "UNREACHABLE"
50130              ],
50131              "enumDescriptions": [
50132                "",
50133                "",
50134                "",
50135                "",
50136                "",
50137                "",
50138                "",
50139                "",
50140                "",
50141                "",
50142                "",
50143                "",
50144                "",
50145                "",
50146                "",
50147                "",
50148                "",
50149                "",
50150                "",
50151                "",
50152                "",
50153                "",
50154                "",
50155                "",
50156                ""
50157              ],
50158              "type": "string"
50159            },
50160            "data": {
50161              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
50162              "items": {
50163                "properties": {
50164                  "key": {
50165                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
50166                    "type": "string"
50167                  },
50168                  "value": {
50169                    "description": "[Output Only] A warning data value corresponding to the key.",
50170                    "type": "string"
50171                  }
50172                },
50173                "type": "object"
50174              },
50175              "type": "array"
50176            },
50177            "message": {
50178              "description": "[Output Only] A human-readable description of the warning code.",
50179              "type": "string"
50180            }
50181          },
50182          "type": "object"
50183        }
50184      },
50185      "type": "object"
50186    },
50187    "NetworkEndpointGroupAppEngine": {
50188      "description": "Configuration for an App Engine network endpoint group (NEG). The service is optional, may be provided explicitly or in the URL mask. The version is optional and can only be provided explicitly or in the URL mask when service is present.\n\nNote: App Engine service must be in the same project and located in the same region as the Serverless NEG.",
50189      "id": "NetworkEndpointGroupAppEngine",
50190      "properties": {
50191        "service": {
50192          "description": "Optional serving service.\n\nThe service name is case-sensitive and must be 1-63 characters long.\n\nExample value: \"default\", \"my-service\".",
50193          "type": "string"
50194        },
50195        "urlMask": {
50196          "description": "A template to parse service and version fields from a request URL. URL mask allows for routing to multiple App Engine services without having to create multiple Network Endpoint Groups and backend services.\n\nFor example, the request URLs \"foo1-dot-appname.appspot.com/v1\" and \"foo1-dot-appname.appspot.com/v2\" can be backed by the same Serverless NEG with URL mask \"-dot-appname.appspot.com/\". The URL mask will parse them to { service = \"foo1\", version = \"v1\" } and { service = \"foo1\", version = \"v2\" } respectively.",
50197          "type": "string"
50198        },
50199        "version": {
50200          "description": "Optional serving version.\n\nThe version name is case-sensitive and must be 1-100 characters long.\n\nExample value: \"v1\", \"v2\".",
50201          "type": "string"
50202        }
50203      },
50204      "type": "object"
50205    },
50206    "NetworkEndpointGroupCloudFunction": {
50207      "description": "Configuration for a Cloud Function network endpoint group (NEG). The function must be provided explicitly or in the URL mask.\n\nNote: Cloud Function must be in the same project and located in the same region as the Serverless NEG.",
50208      "id": "NetworkEndpointGroupCloudFunction",
50209      "properties": {
50210        "function": {
50211          "description": "A user-defined name of the Cloud Function.\n\nThe function name is case-sensitive and must be 1-63 characters long.\n\nExample value: \"func1\".",
50212          "type": "string"
50213        },
50214        "urlMask": {
50215          "description": "A template to parse function field from a request URL. URL mask allows for routing to multiple Cloud Functions without having to create multiple Network Endpoint Groups and backend services.\n\nFor example, request URLs \"mydomain.com/function1\" and \"mydomain.com/function2\" can be backed by the same Serverless NEG with URL mask \"/\". The URL mask will parse them to { function = \"function1\" } and { function = \"function2\" } respectively.",
50216          "type": "string"
50217        }
50218      },
50219      "type": "object"
50220    },
50221    "NetworkEndpointGroupCloudRun": {
50222      "description": "Configuration for a Cloud Run network endpoint group (NEG). The service must be provided explicitly or in the URL mask. The tag is optional, may be provided explicitly or in the URL mask.\n\nNote: Cloud Run service must be in the same project and located in the same region as the Serverless NEG.",
50223      "id": "NetworkEndpointGroupCloudRun",
50224      "properties": {
50225        "service": {
50226          "description": "Cloud Run service is the main resource of Cloud Run.\n\nThe service must be 1-63 characters long, and comply with RFC1035.\n\nExample value: \"run-service\".",
50227          "type": "string"
50228        },
50229        "tag": {
50230          "description": "Optional Cloud Run tag represents the \"named-revision\" to provide additional fine-grained traffic routing information.\n\nThe tag must be 1-63 characters long, and comply with RFC1035.\n\nExample value: \"revision-0010\".",
50231          "type": "string"
50232        },
50233        "urlMask": {
50234          "description": "A template to parse service and tag fields from a request URL. URL mask allows for routing to multiple Run services without having to create multiple network endpoint groups and backend services.\n\nFor example, request URLs \"foo1.domain.com/bar1\" and \"foo1.domain.com/bar2\" can be backed by the same Serverless Network Endpoint Group (NEG) with URL mask \".domain.com/\". The URL mask will parse them to { service=\"bar1\", tag=\"foo1\" } and { service=\"bar2\", tag=\"foo2\" } respectively.",
50235          "type": "string"
50236        }
50237      },
50238      "type": "object"
50239    },
50240    "NetworkEndpointGroupLbNetworkEndpointGroup": {
50241      "description": "Load balancing specific fields for network endpoint group.",
50242      "id": "NetworkEndpointGroupLbNetworkEndpointGroup",
50243      "properties": {
50244        "defaultPort": {
50245          "description": "The default port used if the port number is not specified in the network endpoint. [Deprecated] This field is deprecated.",
50246          "format": "int32",
50247          "type": "integer"
50248        },
50249        "network": {
50250          "description": "The URL of the network to which all network endpoints in the NEG belong. Uses \"default\" project network if unspecified. [Deprecated] This field is deprecated.",
50251          "type": "string"
50252        },
50253        "subnetwork": {
50254          "description": "Optional URL of the subnetwork to which all network endpoints in the NEG belong. [Deprecated] This field is deprecated.",
50255          "type": "string"
50256        },
50257        "zone": {
50258          "description": "[Output Only] The URL of the zone where the network endpoint group is located. [Deprecated] This field is deprecated.",
50259          "type": "string"
50260        }
50261      },
50262      "type": "object"
50263    },
50264    "NetworkEndpointGroupList": {
50265      "id": "NetworkEndpointGroupList",
50266      "properties": {
50267        "id": {
50268          "description": "[Output Only] Unique identifier for the resource; defined by the server.",
50269          "type": "string"
50270        },
50271        "items": {
50272          "description": "A list of NetworkEndpointGroup resources.",
50273          "items": {
50274            "$ref": "NetworkEndpointGroup"
50275          },
50276          "type": "array"
50277        },
50278        "kind": {
50279          "default": "compute#networkEndpointGroupList",
50280          "description": "[Output Only] The resource type, which is always compute#networkEndpointGroupList for network endpoint group lists.",
50281          "type": "string"
50282        },
50283        "nextPageToken": {
50284          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
50285          "type": "string"
50286        },
50287        "selfLink": {
50288          "description": "[Output Only] Server-defined URL for this resource.",
50289          "type": "string"
50290        },
50291        "warning": {
50292          "description": "[Output Only] Informational warning message.",
50293          "properties": {
50294            "code": {
50295              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
50296              "enum": [
50297                "CLEANUP_FAILED",
50298                "DEPRECATED_RESOURCE_USED",
50299                "DEPRECATED_TYPE_USED",
50300                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
50301                "EXPERIMENTAL_TYPE_USED",
50302                "EXTERNAL_API_WARNING",
50303                "FIELD_VALUE_OVERRIDEN",
50304                "INJECTED_KERNELS_DEPRECATED",
50305                "LARGE_DEPLOYMENT_WARNING",
50306                "MISSING_TYPE_DEPENDENCY",
50307                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
50308                "NEXT_HOP_CANNOT_IP_FORWARD",
50309                "NEXT_HOP_INSTANCE_NOT_FOUND",
50310                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
50311                "NEXT_HOP_NOT_RUNNING",
50312                "NOT_CRITICAL_ERROR",
50313                "NO_RESULTS_ON_PAGE",
50314                "PARTIAL_SUCCESS",
50315                "REQUIRED_TOS_AGREEMENT",
50316                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
50317                "RESOURCE_NOT_DELETED",
50318                "SCHEMA_VALIDATION_IGNORED",
50319                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
50320                "UNDECLARED_PROPERTIES",
50321                "UNREACHABLE"
50322              ],
50323              "enumDescriptions": [
50324                "",
50325                "",
50326                "",
50327                "",
50328                "",
50329                "",
50330                "",
50331                "",
50332                "",
50333                "",
50334                "",
50335                "",
50336                "",
50337                "",
50338                "",
50339                "",
50340                "",
50341                "",
50342                "",
50343                "",
50344                "",
50345                "",
50346                "",
50347                "",
50348                ""
50349              ],
50350              "type": "string"
50351            },
50352            "data": {
50353              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
50354              "items": {
50355                "properties": {
50356                  "key": {
50357                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
50358                    "type": "string"
50359                  },
50360                  "value": {
50361                    "description": "[Output Only] A warning data value corresponding to the key.",
50362                    "type": "string"
50363                  }
50364                },
50365                "type": "object"
50366              },
50367              "type": "array"
50368            },
50369            "message": {
50370              "description": "[Output Only] A human-readable description of the warning code.",
50371              "type": "string"
50372            }
50373          },
50374          "type": "object"
50375        }
50376      },
50377      "type": "object"
50378    },
50379    "NetworkEndpointGroupsAttachEndpointsRequest": {
50380      "id": "NetworkEndpointGroupsAttachEndpointsRequest",
50381      "properties": {
50382        "networkEndpoints": {
50383          "description": "The list of network endpoints to be attached.",
50384          "items": {
50385            "$ref": "NetworkEndpoint"
50386          },
50387          "type": "array"
50388        }
50389      },
50390      "type": "object"
50391    },
50392    "NetworkEndpointGroupsDetachEndpointsRequest": {
50393      "id": "NetworkEndpointGroupsDetachEndpointsRequest",
50394      "properties": {
50395        "networkEndpoints": {
50396          "description": "The list of network endpoints to be detached.",
50397          "items": {
50398            "$ref": "NetworkEndpoint"
50399          },
50400          "type": "array"
50401        }
50402      },
50403      "type": "object"
50404    },
50405    "NetworkEndpointGroupsListEndpointsRequest": {
50406      "id": "NetworkEndpointGroupsListEndpointsRequest",
50407      "properties": {
50408        "endpointFilters": {
50409          "description": "Optional list of endpoints to query. This is a more efficient but also limited version of filter parameter. Endpoints in the filter must have ip_address and port fields populated, other fields are not supported.",
50410          "items": {
50411            "$ref": "NetworkEndpointGroupsListEndpointsRequestNetworkEndpointFilter"
50412          },
50413          "type": "array"
50414        },
50415        "healthStatus": {
50416          "description": "Optional query parameter for showing the health status of each network endpoint. Valid options are SKIP or SHOW. If you don't specify this parameter, the health status of network endpoints will not be provided.",
50417          "enum": [
50418            "SHOW",
50419            "SKIP"
50420          ],
50421          "enumDescriptions": [
50422            "",
50423            ""
50424          ],
50425          "type": "string"
50426        }
50427      },
50428      "type": "object"
50429    },
50430    "NetworkEndpointGroupsListEndpointsRequestNetworkEndpointFilter": {
50431      "id": "NetworkEndpointGroupsListEndpointsRequestNetworkEndpointFilter",
50432      "properties": {
50433        "networkEndpoint": {
50434          "$ref": "NetworkEndpoint"
50435        }
50436      },
50437      "type": "object"
50438    },
50439    "NetworkEndpointGroupsListNetworkEndpoints": {
50440      "id": "NetworkEndpointGroupsListNetworkEndpoints",
50441      "properties": {
50442        "id": {
50443          "description": "[Output Only] Unique identifier for the resource; defined by the server.",
50444          "type": "string"
50445        },
50446        "items": {
50447          "description": "A list of NetworkEndpointWithHealthStatus resources.",
50448          "items": {
50449            "$ref": "NetworkEndpointWithHealthStatus"
50450          },
50451          "type": "array"
50452        },
50453        "kind": {
50454          "default": "compute#networkEndpointGroupsListNetworkEndpoints",
50455          "description": "[Output Only] The resource type, which is always compute#networkEndpointGroupsListNetworkEndpoints for the list of network endpoints in the specified network endpoint group.",
50456          "type": "string"
50457        },
50458        "nextPageToken": {
50459          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
50460          "type": "string"
50461        },
50462        "warning": {
50463          "description": "[Output Only] Informational warning message.",
50464          "properties": {
50465            "code": {
50466              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
50467              "enum": [
50468                "CLEANUP_FAILED",
50469                "DEPRECATED_RESOURCE_USED",
50470                "DEPRECATED_TYPE_USED",
50471                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
50472                "EXPERIMENTAL_TYPE_USED",
50473                "EXTERNAL_API_WARNING",
50474                "FIELD_VALUE_OVERRIDEN",
50475                "INJECTED_KERNELS_DEPRECATED",
50476                "LARGE_DEPLOYMENT_WARNING",
50477                "MISSING_TYPE_DEPENDENCY",
50478                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
50479                "NEXT_HOP_CANNOT_IP_FORWARD",
50480                "NEXT_HOP_INSTANCE_NOT_FOUND",
50481                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
50482                "NEXT_HOP_NOT_RUNNING",
50483                "NOT_CRITICAL_ERROR",
50484                "NO_RESULTS_ON_PAGE",
50485                "PARTIAL_SUCCESS",
50486                "REQUIRED_TOS_AGREEMENT",
50487                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
50488                "RESOURCE_NOT_DELETED",
50489                "SCHEMA_VALIDATION_IGNORED",
50490                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
50491                "UNDECLARED_PROPERTIES",
50492                "UNREACHABLE"
50493              ],
50494              "enumDescriptions": [
50495                "",
50496                "",
50497                "",
50498                "",
50499                "",
50500                "",
50501                "",
50502                "",
50503                "",
50504                "",
50505                "",
50506                "",
50507                "",
50508                "",
50509                "",
50510                "",
50511                "",
50512                "",
50513                "",
50514                "",
50515                "",
50516                "",
50517                "",
50518                "",
50519                ""
50520              ],
50521              "type": "string"
50522            },
50523            "data": {
50524              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
50525              "items": {
50526                "properties": {
50527                  "key": {
50528                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
50529                    "type": "string"
50530                  },
50531                  "value": {
50532                    "description": "[Output Only] A warning data value corresponding to the key.",
50533                    "type": "string"
50534                  }
50535                },
50536                "type": "object"
50537              },
50538              "type": "array"
50539            },
50540            "message": {
50541              "description": "[Output Only] A human-readable description of the warning code.",
50542              "type": "string"
50543            }
50544          },
50545          "type": "object"
50546        }
50547      },
50548      "type": "object"
50549    },
50550    "NetworkEndpointGroupsScopedList": {
50551      "id": "NetworkEndpointGroupsScopedList",
50552      "properties": {
50553        "networkEndpointGroups": {
50554          "description": "[Output Only] The list of network endpoint groups that are contained in this scope.",
50555          "items": {
50556            "$ref": "NetworkEndpointGroup"
50557          },
50558          "type": "array"
50559        },
50560        "warning": {
50561          "description": "[Output Only] An informational warning that replaces the list of network endpoint groups when the list is empty.",
50562          "properties": {
50563            "code": {
50564              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
50565              "enum": [
50566                "CLEANUP_FAILED",
50567                "DEPRECATED_RESOURCE_USED",
50568                "DEPRECATED_TYPE_USED",
50569                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
50570                "EXPERIMENTAL_TYPE_USED",
50571                "EXTERNAL_API_WARNING",
50572                "FIELD_VALUE_OVERRIDEN",
50573                "INJECTED_KERNELS_DEPRECATED",
50574                "LARGE_DEPLOYMENT_WARNING",
50575                "MISSING_TYPE_DEPENDENCY",
50576                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
50577                "NEXT_HOP_CANNOT_IP_FORWARD",
50578                "NEXT_HOP_INSTANCE_NOT_FOUND",
50579                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
50580                "NEXT_HOP_NOT_RUNNING",
50581                "NOT_CRITICAL_ERROR",
50582                "NO_RESULTS_ON_PAGE",
50583                "PARTIAL_SUCCESS",
50584                "REQUIRED_TOS_AGREEMENT",
50585                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
50586                "RESOURCE_NOT_DELETED",
50587                "SCHEMA_VALIDATION_IGNORED",
50588                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
50589                "UNDECLARED_PROPERTIES",
50590                "UNREACHABLE"
50591              ],
50592              "enumDescriptions": [
50593                "",
50594                "",
50595                "",
50596                "",
50597                "",
50598                "",
50599                "",
50600                "",
50601                "",
50602                "",
50603                "",
50604                "",
50605                "",
50606                "",
50607                "",
50608                "",
50609                "",
50610                "",
50611                "",
50612                "",
50613                "",
50614                "",
50615                "",
50616                "",
50617                ""
50618              ],
50619              "type": "string"
50620            },
50621            "data": {
50622              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
50623              "items": {
50624                "properties": {
50625                  "key": {
50626                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
50627                    "type": "string"
50628                  },
50629                  "value": {
50630                    "description": "[Output Only] A warning data value corresponding to the key.",
50631                    "type": "string"
50632                  }
50633                },
50634                "type": "object"
50635              },
50636              "type": "array"
50637            },
50638            "message": {
50639              "description": "[Output Only] A human-readable description of the warning code.",
50640              "type": "string"
50641            }
50642          },
50643          "type": "object"
50644        }
50645      },
50646      "type": "object"
50647    },
50648    "NetworkEndpointWithHealthStatus": {
50649      "id": "NetworkEndpointWithHealthStatus",
50650      "properties": {
50651        "healths": {
50652          "description": "[Output only] The health status of network endpoint;",
50653          "items": {
50654            "$ref": "HealthStatusForNetworkEndpoint"
50655          },
50656          "type": "array"
50657        },
50658        "networkEndpoint": {
50659          "$ref": "NetworkEndpoint",
50660          "description": "[Output only] The network endpoint;"
50661        }
50662      },
50663      "type": "object"
50664    },
50665    "NetworkInterface": {
50666      "description": "A network interface resource attached to an instance.",
50667      "id": "NetworkInterface",
50668      "properties": {
50669        "accessConfigs": {
50670          "description": "An array of configurations for this interface. Currently, only one access config, ONE_TO_ONE_NAT, is supported. If there are no accessConfigs specified, then this instance will have no external internet access.",
50671          "items": {
50672            "$ref": "AccessConfig"
50673          },
50674          "type": "array"
50675        },
50676        "aliasIpRanges": {
50677          "description": "An array of alias IP ranges for this network interface. You can only specify this field for network interfaces in VPC networks.",
50678          "items": {
50679            "$ref": "AliasIpRange"
50680          },
50681          "type": "array"
50682        },
50683        "fingerprint": {
50684          "description": "Fingerprint hash of contents stored in this network interface. This field will be ignored when inserting an Instance or adding a NetworkInterface. An up-to-date fingerprint must be provided in order to update the NetworkInterface, otherwise the request will fail with error 412 conditionNotMet.",
50685          "format": "byte",
50686          "type": "string"
50687        },
50688        "internalIpv6PrefixLength": {
50689          "description": "[Output Only] The prefix length of the primary internal IPv6 range.",
50690          "format": "int32",
50691          "type": "integer"
50692        },
50693        "ipv6AccessConfigs": {
50694          "description": "An array of IPv6 access configurations for this interface. Currently, only one IPv6 access config, DIRECT_IPV6, is supported. If there is no ipv6AccessConfig specified, then this instance will have no external IPv6 Internet access.",
50695          "items": {
50696            "$ref": "AccessConfig"
50697          },
50698          "type": "array"
50699        },
50700        "ipv6Address": {
50701          "description": "[Output Only] An IPv6 internal network address for this network interface.",
50702          "type": "string"
50703        },
50704        "kind": {
50705          "default": "compute#networkInterface",
50706          "description": "[Output Only] Type of the resource. Always compute#networkInterface for network interfaces.",
50707          "type": "string"
50708        },
50709        "name": {
50710          "description": "[Output Only] The name of the network interface, which is generated by the server. For network devices, these are eth0, eth1, etc.",
50711          "type": "string"
50712        },
50713        "network": {
50714          "description": "URL of the network resource for this instance. When creating an instance, if neither the network nor the subnetwork is specified, the default network global/networks/default is used; if the network is not specified but the subnetwork is specified, the network is inferred.\n\nIf you specify this property, you can specify the network as a full or partial URL. For example, the following are all valid URLs:  \n- https://www.googleapis.com/compute/v1/projects/project/global/networks/network \n- projects/project/global/networks/network \n- global/networks/default",
50715          "type": "string"
50716        },
50717        "networkIP": {
50718          "description": "An IPv4 internal IP address to assign to the instance for this network interface. If not specified by the user, an unused internal IP is assigned by the system.",
50719          "type": "string"
50720        },
50721        "nicType": {
50722          "description": "The type of vNIC to be used on this interface. This may be gVNIC or VirtioNet.",
50723          "enum": [
50724            "GVNIC",
50725            "UNSPECIFIED_NIC_TYPE",
50726            "VIRTIO_NET"
50727          ],
50728          "enumDescriptions": [
50729            "",
50730            "",
50731            ""
50732          ],
50733          "type": "string"
50734        },
50735        "queueCount": {
50736          "description": "The networking queue count that's specified by users for the network interface. Both Rx and Tx queues will be set to this number. It'll be empty if not specified by the users.",
50737          "format": "int32",
50738          "type": "integer"
50739        },
50740        "stackType": {
50741          "description": "The stack type for this network interface to identify whether the IPv6 feature is enabled or not. If not specified, IPV4_ONLY will be used.\n\nThis field can be both set at instance creation and update network interface operations.",
50742          "enum": [
50743            "IPV4_IPV6",
50744            "IPV4_ONLY",
50745            "UNSPECIFIED_STACK_TYPE"
50746          ],
50747          "enumDescriptions": [
50748            "",
50749            "",
50750            ""
50751          ],
50752          "type": "string"
50753        },
50754        "subnetwork": {
50755          "description": "The URL of the Subnetwork resource for this instance. If the network resource is in legacy mode, do not specify this field. If the network is in auto subnet mode, specifying the subnetwork is optional. If the network is in custom subnet mode, specifying the subnetwork is required. If you specify this field, you can specify the subnetwork as a full or partial URL. For example, the following are all valid URLs:  \n- https://www.googleapis.com/compute/v1/projects/project/regions/region/subnetworks/subnetwork \n- regions/region/subnetworks/subnetwork",
50756          "type": "string"
50757        }
50758      },
50759      "type": "object"
50760    },
50761    "NetworkList": {
50762      "description": "Contains a list of networks.",
50763      "id": "NetworkList",
50764      "properties": {
50765        "id": {
50766          "description": "[Output Only] Unique identifier for the resource; defined by the server.",
50767          "type": "string"
50768        },
50769        "items": {
50770          "description": "A list of Network resources.",
50771          "items": {
50772            "$ref": "Network"
50773          },
50774          "type": "array"
50775        },
50776        "kind": {
50777          "default": "compute#networkList",
50778          "description": "[Output Only] Type of resource. Always compute#networkList for lists of networks.",
50779          "type": "string"
50780        },
50781        "nextPageToken": {
50782          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
50783          "type": "string"
50784        },
50785        "selfLink": {
50786          "description": "[Output Only] Server-defined URL for this resource.",
50787          "type": "string"
50788        },
50789        "warning": {
50790          "description": "[Output Only] Informational warning message.",
50791          "properties": {
50792            "code": {
50793              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
50794              "enum": [
50795                "CLEANUP_FAILED",
50796                "DEPRECATED_RESOURCE_USED",
50797                "DEPRECATED_TYPE_USED",
50798                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
50799                "EXPERIMENTAL_TYPE_USED",
50800                "EXTERNAL_API_WARNING",
50801                "FIELD_VALUE_OVERRIDEN",
50802                "INJECTED_KERNELS_DEPRECATED",
50803                "LARGE_DEPLOYMENT_WARNING",
50804                "MISSING_TYPE_DEPENDENCY",
50805                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
50806                "NEXT_HOP_CANNOT_IP_FORWARD",
50807                "NEXT_HOP_INSTANCE_NOT_FOUND",
50808                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
50809                "NEXT_HOP_NOT_RUNNING",
50810                "NOT_CRITICAL_ERROR",
50811                "NO_RESULTS_ON_PAGE",
50812                "PARTIAL_SUCCESS",
50813                "REQUIRED_TOS_AGREEMENT",
50814                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
50815                "RESOURCE_NOT_DELETED",
50816                "SCHEMA_VALIDATION_IGNORED",
50817                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
50818                "UNDECLARED_PROPERTIES",
50819                "UNREACHABLE"
50820              ],
50821              "enumDescriptions": [
50822                "",
50823                "",
50824                "",
50825                "",
50826                "",
50827                "",
50828                "",
50829                "",
50830                "",
50831                "",
50832                "",
50833                "",
50834                "",
50835                "",
50836                "",
50837                "",
50838                "",
50839                "",
50840                "",
50841                "",
50842                "",
50843                "",
50844                "",
50845                "",
50846                ""
50847              ],
50848              "type": "string"
50849            },
50850            "data": {
50851              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
50852              "items": {
50853                "properties": {
50854                  "key": {
50855                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
50856                    "type": "string"
50857                  },
50858                  "value": {
50859                    "description": "[Output Only] A warning data value corresponding to the key.",
50860                    "type": "string"
50861                  }
50862                },
50863                "type": "object"
50864              },
50865              "type": "array"
50866            },
50867            "message": {
50868              "description": "[Output Only] A human-readable description of the warning code.",
50869              "type": "string"
50870            }
50871          },
50872          "type": "object"
50873        }
50874      },
50875      "type": "object"
50876    },
50877    "NetworkPeering": {
50878      "description": "A network peering attached to a network resource. The message includes the peering name, peer network, peering state, and a flag indicating whether Google Compute Engine should automatically create routes for the peering.",
50879      "id": "NetworkPeering",
50880      "properties": {
50881        "advertisePeerSubnetsViaRouters": {
50882          "description": "Whether Cloud Routers in this network can automatically advertise subnets from the peer network.",
50883          "type": "boolean"
50884        },
50885        "autoCreateRoutes": {
50886          "description": "This field will be deprecated soon. Use the exchange_subnet_routes field instead. Indicates whether full mesh connectivity is created and managed automatically between peered networks. Currently this field should always be true since Google Compute Engine will automatically create and manage subnetwork routes between two networks when peering state is ACTIVE.",
50887          "type": "boolean"
50888        },
50889        "exchangeSubnetRoutes": {
50890          "description": "Indicates whether full mesh connectivity is created and managed automatically between peered networks. Currently this field should always be true since Google Compute Engine will automatically create and manage subnetwork routes between two networks when peering state is ACTIVE.",
50891          "type": "boolean"
50892        },
50893        "exportCustomRoutes": {
50894          "description": "Whether to export the custom routes to peer network.",
50895          "type": "boolean"
50896        },
50897        "exportSubnetRoutesWithPublicIp": {
50898          "description": "Whether subnet routes with public IP range are exported. The default value is true, all subnet routes are exported. The IPv4 special-use ranges (https://en.wikipedia.org/wiki/IPv4#Special_addresses) are always exported to peers and are not controlled by this field.",
50899          "type": "boolean"
50900        },
50901        "importCustomRoutes": {
50902          "description": "Whether to import the custom routes from peer network.",
50903          "type": "boolean"
50904        },
50905        "importSubnetRoutesWithPublicIp": {
50906          "description": "Whether subnet routes with public IP range are imported. The default value is false. The IPv4 special-use ranges (https://en.wikipedia.org/wiki/IPv4#Special_addresses) are always imported from peers and are not controlled by this field.",
50907          "type": "boolean"
50908        },
50909        "name": {
50910          "description": "Name of this peering. Provided by the client when the peering is created. The name must comply with RFC1035. Specifically, the name must be 1-63 characters long and match regular expression `[a-z]([-a-z0-9]*[a-z0-9])?`. The first character must be a lowercase letter, and all the following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.",
50911          "type": "string"
50912        },
50913        "network": {
50914          "description": "The URL of the peer network. It can be either full URL or partial URL. The peer network may belong to a different project. If the partial URL does not contain project, it is assumed that the peer network is in the same project as the current network.",
50915          "type": "string"
50916        },
50917        "peerMtu": {
50918          "description": "Maximum Transmission Unit in bytes.",
50919          "format": "int32",
50920          "type": "integer"
50921        },
50922        "state": {
50923          "description": "[Output Only] State for the peering, either `ACTIVE` or `INACTIVE`. The peering is `ACTIVE` when there's a matching configuration in the peer network.",
50924          "enum": [
50925            "ACTIVE",
50926            "INACTIVE"
50927          ],
50928          "enumDescriptions": [
50929            "",
50930            ""
50931          ],
50932          "type": "string"
50933        },
50934        "stateDetails": {
50935          "description": "[Output Only] Details about the current state of the peering.",
50936          "type": "string"
50937        }
50938      },
50939      "type": "object"
50940    },
50941    "NetworkRoutingConfig": {
50942      "description": "A routing configuration attached to a network resource. The message includes the list of routers associated with the network, and a flag indicating the type of routing behavior to enforce network-wide.",
50943      "id": "NetworkRoutingConfig",
50944      "properties": {
50945        "routingMode": {
50946          "description": "The network-wide routing mode to use. If set to REGIONAL, this network's Cloud Routers will only advertise routes with subnets of this network in the same region as the router. If set to GLOBAL, this network's Cloud Routers will advertise routes with all subnets of this network, across regions.",
50947          "enum": [
50948            "GLOBAL",
50949            "REGIONAL"
50950          ],
50951          "enumDescriptions": [
50952            "",
50953            ""
50954          ],
50955          "type": "string"
50956        }
50957      },
50958      "type": "object"
50959    },
50960    "NetworksAddPeeringRequest": {
50961      "id": "NetworksAddPeeringRequest",
50962      "properties": {
50963        "autoCreateRoutes": {
50964          "description": "This field will be deprecated soon. Use exchange_subnet_routes in network_peering instead. Indicates whether full mesh connectivity is created and managed automatically between peered networks. Currently this field should always be true since Google Compute Engine will automatically create and manage subnetwork routes between two networks when peering state is ACTIVE.",
50965          "type": "boolean"
50966        },
50967        "exportCustomRoutes": {
50968          "description": "This field will be deprecated soon. Use export_custom_routes in network_peering instead. Whether to export the custom routes to peer network.",
50969          "type": "boolean"
50970        },
50971        "importCustomRoutes": {
50972          "description": "This field will be deprecated soon. Use import_custom_routes in network_peering instead. Whether to import the custom routes from peer network.",
50973          "type": "boolean"
50974        },
50975        "name": {
50976          "annotations": {
50977            "required": [
50978              "compute.networks.addPeering"
50979            ]
50980          },
50981          "description": "Name of the peering, which should conform to RFC1035.",
50982          "type": "string"
50983        },
50984        "networkPeering": {
50985          "$ref": "NetworkPeering",
50986          "description": "Network peering parameters. In order to specify route policies for peering using import and export custom routes, you must specify all peering related parameters (name, peer network, exchange_subnet_routes) in the network_peering field. The corresponding fields in NetworksAddPeeringRequest will be deprecated soon."
50987        },
50988        "peerNetwork": {
50989          "description": "URL of the peer network. It can be either full URL or partial URL. The peer network may belong to a different project. If the partial URL does not contain project, it is assumed that the peer network is in the same project as the current network.",
50990          "type": "string"
50991        }
50992      },
50993      "type": "object"
50994    },
50995    "NetworksGetEffectiveFirewallsResponse": {
50996      "id": "NetworksGetEffectiveFirewallsResponse",
50997      "properties": {
50998        "firewallPolicys": {
50999          "description": "Effective firewalls from firewall policy.",
51000          "items": {
51001            "$ref": "NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy"
51002          },
51003          "type": "array"
51004        },
51005        "firewalls": {
51006          "description": "Effective firewalls on the network.",
51007          "items": {
51008            "$ref": "Firewall"
51009          },
51010          "type": "array"
51011        },
51012        "organizationFirewalls": {
51013          "description": "Effective firewalls from organization policies.",
51014          "items": {
51015            "$ref": "NetworksGetEffectiveFirewallsResponseOrganizationFirewallPolicy"
51016          },
51017          "type": "array"
51018        }
51019      },
51020      "type": "object"
51021    },
51022    "NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy": {
51023      "id": "NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy",
51024      "properties": {
51025        "displayName": {
51026          "description": "[Output Only] The display name of the firewall policy.",
51027          "type": "string"
51028        },
51029        "name": {
51030          "description": "[Output Only] The name of the firewall policy.",
51031          "type": "string"
51032        },
51033        "rules": {
51034          "description": "The rules that apply to the network.",
51035          "items": {
51036            "$ref": "FirewallPolicyRule"
51037          },
51038          "type": "array"
51039        },
51040        "type": {
51041          "description": "[Output Only] The type of the firewall policy.",
51042          "enum": [
51043            "HIERARCHY",
51044            "NETWORK",
51045            "UNSPECIFIED"
51046          ],
51047          "enumDescriptions": [
51048            "",
51049            "",
51050            ""
51051          ],
51052          "type": "string"
51053        }
51054      },
51055      "type": "object"
51056    },
51057    "NetworksGetEffectiveFirewallsResponseOrganizationFirewallPolicy": {
51058      "description": "A pruned SecurityPolicy containing ID and any applicable firewall rules.",
51059      "id": "NetworksGetEffectiveFirewallsResponseOrganizationFirewallPolicy",
51060      "properties": {
51061        "id": {
51062          "description": "[Output Only] The unique identifier for the security policy. This identifier is defined by the server.",
51063          "format": "uint64",
51064          "type": "string"
51065        },
51066        "rules": {
51067          "description": "The rules that apply to the network.",
51068          "items": {
51069            "$ref": "SecurityPolicyRule"
51070          },
51071          "type": "array"
51072        }
51073      },
51074      "type": "object"
51075    },
51076    "NetworksRemovePeeringRequest": {
51077      "id": "NetworksRemovePeeringRequest",
51078      "properties": {
51079        "name": {
51080          "description": "Name of the peering, which should conform to RFC1035.",
51081          "type": "string"
51082        }
51083      },
51084      "type": "object"
51085    },
51086    "NetworksUpdatePeeringRequest": {
51087      "id": "NetworksUpdatePeeringRequest",
51088      "properties": {
51089        "networkPeering": {
51090          "$ref": "NetworkPeering"
51091        }
51092      },
51093      "type": "object"
51094    },
51095    "NodeGroup": {
51096      "description": "Represent a sole-tenant Node Group resource.\n\nA sole-tenant node is a physical server that is dedicated to hosting VM instances only for your specific project. Use sole-tenant nodes to keep your instances physically separated from instances in other projects, or to group your instances together on the same host hardware. For more information, read Sole-tenant nodes. (== resource_for {$api_version}.nodeGroups ==)",
51097      "id": "NodeGroup",
51098      "properties": {
51099        "autoscalingPolicy": {
51100          "$ref": "NodeGroupAutoscalingPolicy",
51101          "description": "Specifies how autoscaling should behave."
51102        },
51103        "creationTimestamp": {
51104          "description": "[Output Only] Creation timestamp in RFC3339 text format.",
51105          "type": "string"
51106        },
51107        "description": {
51108          "description": "An optional description of this resource. Provide this property when you create the resource.",
51109          "type": "string"
51110        },
51111        "fingerprint": {
51112          "format": "byte",
51113          "type": "string"
51114        },
51115        "id": {
51116          "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.",
51117          "format": "uint64",
51118          "type": "string"
51119        },
51120        "kind": {
51121          "default": "compute#nodeGroup",
51122          "description": "[Output Only] The type of the resource. Always compute#nodeGroup for node group.",
51123          "type": "string"
51124        },
51125        "locationHint": {
51126          "description": "An opaque location hint used to place the Node close to other resources. This field is for use by internal tools that use the public API. The location hint here on the NodeGroup overrides any location_hint present in the NodeTemplate.",
51127          "type": "string"
51128        },
51129        "maintenancePolicy": {
51130          "description": "Specifies how to handle instances when a node in the group undergoes maintenance. Set to one of: DEFAULT, RESTART_IN_PLACE, or MIGRATE_WITHIN_NODE_GROUP. The default value is DEFAULT. For more information, see  Maintenance policies.",
51131          "enum": [
51132            "DEFAULT",
51133            "MAINTENANCE_POLICY_UNSPECIFIED",
51134            "MIGRATE_WITHIN_NODE_GROUP",
51135            "RESTART_IN_PLACE"
51136          ],
51137          "enumDescriptions": [
51138            "",
51139            "",
51140            "",
51141            ""
51142          ],
51143          "type": "string"
51144        },
51145        "maintenanceWindow": {
51146          "$ref": "NodeGroupMaintenanceWindow"
51147        },
51148        "name": {
51149          "description": "The name of the resource, provided by the client when initially creating the resource. The resource name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.",
51150          "type": "string"
51151        },
51152        "nodeTemplate": {
51153          "description": "URL of the node template to create the node group from.",
51154          "type": "string"
51155        },
51156        "selfLink": {
51157          "description": "[Output Only] Server-defined URL for the resource.",
51158          "type": "string"
51159        },
51160        "selfLinkWithId": {
51161          "description": "[Output Only] Server-defined URL for this resource with the resource id.",
51162          "type": "string"
51163        },
51164        "size": {
51165          "description": "[Output Only] The total number of nodes in the node group.",
51166          "format": "int32",
51167          "type": "integer"
51168        },
51169        "status": {
51170          "enum": [
51171            "CREATING",
51172            "DELETING",
51173            "INVALID",
51174            "READY"
51175          ],
51176          "enumDescriptions": [
51177            "",
51178            "",
51179            "",
51180            ""
51181          ],
51182          "type": "string"
51183        },
51184        "zone": {
51185          "description": "[Output Only] The name of the zone where the node group resides, such as us-central1-a.",
51186          "type": "string"
51187        }
51188      },
51189      "type": "object"
51190    },
51191    "NodeGroupAggregatedList": {
51192      "id": "NodeGroupAggregatedList",
51193      "properties": {
51194        "id": {
51195          "description": "[Output Only] Unique identifier for the resource; defined by the server.",
51196          "type": "string"
51197        },
51198        "items": {
51199          "additionalProperties": {
51200            "$ref": "NodeGroupsScopedList",
51201            "description": "[Output Only] Name of the scope containing this set of node groups."
51202          },
51203          "description": "A list of NodeGroupsScopedList resources.",
51204          "type": "object"
51205        },
51206        "kind": {
51207          "default": "compute#nodeGroupAggregatedList",
51208          "description": "[Output Only] Type of resource.Always compute#nodeGroupAggregatedList for aggregated lists of node groups.",
51209          "type": "string"
51210        },
51211        "nextPageToken": {
51212          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
51213          "type": "string"
51214        },
51215        "selfLink": {
51216          "description": "[Output Only] Server-defined URL for this resource.",
51217          "type": "string"
51218        },
51219        "unreachables": {
51220          "description": "[Output Only] Unreachable resources.",
51221          "items": {
51222            "type": "string"
51223          },
51224          "type": "array"
51225        },
51226        "warning": {
51227          "description": "[Output Only] Informational warning message.",
51228          "properties": {
51229            "code": {
51230              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
51231              "enum": [
51232                "CLEANUP_FAILED",
51233                "DEPRECATED_RESOURCE_USED",
51234                "DEPRECATED_TYPE_USED",
51235                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
51236                "EXPERIMENTAL_TYPE_USED",
51237                "EXTERNAL_API_WARNING",
51238                "FIELD_VALUE_OVERRIDEN",
51239                "INJECTED_KERNELS_DEPRECATED",
51240                "LARGE_DEPLOYMENT_WARNING",
51241                "MISSING_TYPE_DEPENDENCY",
51242                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
51243                "NEXT_HOP_CANNOT_IP_FORWARD",
51244                "NEXT_HOP_INSTANCE_NOT_FOUND",
51245                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
51246                "NEXT_HOP_NOT_RUNNING",
51247                "NOT_CRITICAL_ERROR",
51248                "NO_RESULTS_ON_PAGE",
51249                "PARTIAL_SUCCESS",
51250                "REQUIRED_TOS_AGREEMENT",
51251                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
51252                "RESOURCE_NOT_DELETED",
51253                "SCHEMA_VALIDATION_IGNORED",
51254                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
51255                "UNDECLARED_PROPERTIES",
51256                "UNREACHABLE"
51257              ],
51258              "enumDescriptions": [
51259                "",
51260                "",
51261                "",
51262                "",
51263                "",
51264                "",
51265                "",
51266                "",
51267                "",
51268                "",
51269                "",
51270                "",
51271                "",
51272                "",
51273                "",
51274                "",
51275                "",
51276                "",
51277                "",
51278                "",
51279                "",
51280                "",
51281                "",
51282                "",
51283                ""
51284              ],
51285              "type": "string"
51286            },
51287            "data": {
51288              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
51289              "items": {
51290                "properties": {
51291                  "key": {
51292                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
51293                    "type": "string"
51294                  },
51295                  "value": {
51296                    "description": "[Output Only] A warning data value corresponding to the key.",
51297                    "type": "string"
51298                  }
51299                },
51300                "type": "object"
51301              },
51302              "type": "array"
51303            },
51304            "message": {
51305              "description": "[Output Only] A human-readable description of the warning code.",
51306              "type": "string"
51307            }
51308          },
51309          "type": "object"
51310        }
51311      },
51312      "type": "object"
51313    },
51314    "NodeGroupAutoscalingPolicy": {
51315      "id": "NodeGroupAutoscalingPolicy",
51316      "properties": {
51317        "maxNodes": {
51318          "description": "The maximum number of nodes that the group should have. Must be set if autoscaling is enabled. Maximum value allowed is 100.",
51319          "format": "int32",
51320          "type": "integer"
51321        },
51322        "minNodes": {
51323          "description": "The minimum number of nodes that the group should have.",
51324          "format": "int32",
51325          "type": "integer"
51326        },
51327        "mode": {
51328          "description": "The autoscaling mode. Set to one of: ON, OFF, or ONLY_SCALE_OUT. For more information, see  Autoscaler modes.",
51329          "enum": [
51330            "MODE_UNSPECIFIED",
51331            "OFF",
51332            "ON",
51333            "ONLY_SCALE_OUT"
51334          ],
51335          "enumDescriptions": [
51336            "",
51337            "",
51338            "",
51339            ""
51340          ],
51341          "type": "string"
51342        }
51343      },
51344      "type": "object"
51345    },
51346    "NodeGroupList": {
51347      "description": "Contains a list of nodeGroups.",
51348      "id": "NodeGroupList",
51349      "properties": {
51350        "id": {
51351          "description": "[Output Only] Unique identifier for the resource; defined by the server.",
51352          "type": "string"
51353        },
51354        "items": {
51355          "description": "A list of NodeGroup resources.",
51356          "items": {
51357            "$ref": "NodeGroup"
51358          },
51359          "type": "array"
51360        },
51361        "kind": {
51362          "default": "compute#nodeGroupList",
51363          "description": "[Output Only] Type of resource.Always compute#nodeGroupList for lists of node groups.",
51364          "type": "string"
51365        },
51366        "nextPageToken": {
51367          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
51368          "type": "string"
51369        },
51370        "selfLink": {
51371          "description": "[Output Only] Server-defined URL for this resource.",
51372          "type": "string"
51373        },
51374        "warning": {
51375          "description": "[Output Only] Informational warning message.",
51376          "properties": {
51377            "code": {
51378              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
51379              "enum": [
51380                "CLEANUP_FAILED",
51381                "DEPRECATED_RESOURCE_USED",
51382                "DEPRECATED_TYPE_USED",
51383                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
51384                "EXPERIMENTAL_TYPE_USED",
51385                "EXTERNAL_API_WARNING",
51386                "FIELD_VALUE_OVERRIDEN",
51387                "INJECTED_KERNELS_DEPRECATED",
51388                "LARGE_DEPLOYMENT_WARNING",
51389                "MISSING_TYPE_DEPENDENCY",
51390                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
51391                "NEXT_HOP_CANNOT_IP_FORWARD",
51392                "NEXT_HOP_INSTANCE_NOT_FOUND",
51393                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
51394                "NEXT_HOP_NOT_RUNNING",
51395                "NOT_CRITICAL_ERROR",
51396                "NO_RESULTS_ON_PAGE",
51397                "PARTIAL_SUCCESS",
51398                "REQUIRED_TOS_AGREEMENT",
51399                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
51400                "RESOURCE_NOT_DELETED",
51401                "SCHEMA_VALIDATION_IGNORED",
51402                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
51403                "UNDECLARED_PROPERTIES",
51404                "UNREACHABLE"
51405              ],
51406              "enumDescriptions": [
51407                "",
51408                "",
51409                "",
51410                "",
51411                "",
51412                "",
51413                "",
51414                "",
51415                "",
51416                "",
51417                "",
51418                "",
51419                "",
51420                "",
51421                "",
51422                "",
51423                "",
51424                "",
51425                "",
51426                "",
51427                "",
51428                "",
51429                "",
51430                "",
51431                ""
51432              ],
51433              "type": "string"
51434            },
51435            "data": {
51436              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
51437              "items": {
51438                "properties": {
51439                  "key": {
51440                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
51441                    "type": "string"
51442                  },
51443                  "value": {
51444                    "description": "[Output Only] A warning data value corresponding to the key.",
51445                    "type": "string"
51446                  }
51447                },
51448                "type": "object"
51449              },
51450              "type": "array"
51451            },
51452            "message": {
51453              "description": "[Output Only] A human-readable description of the warning code.",
51454              "type": "string"
51455            }
51456          },
51457          "type": "object"
51458        }
51459      },
51460      "type": "object"
51461    },
51462    "NodeGroupMaintenanceWindow": {
51463      "description": "Time window specified for daily maintenance operations. GCE's internal maintenance will be performed within this window.",
51464      "id": "NodeGroupMaintenanceWindow",
51465      "properties": {
51466        "duration": {
51467          "description": "[Output only] A predetermined duration for the window, automatically chosen to be the smallest possible in the given scenario.",
51468          "type": "string"
51469        },
51470        "startTime": {
51471          "description": "Start time of the window. This must be in UTC format that resolves to one of 00:00, 04:00, 08:00, 12:00, 16:00, or 20:00. For example, both 13:00-5 and 08:00 are valid.",
51472          "type": "string"
51473        }
51474      },
51475      "type": "object"
51476    },
51477    "NodeGroupNode": {
51478      "id": "NodeGroupNode",
51479      "properties": {
51480        "accelerators": {
51481          "description": "Accelerators for this node.",
51482          "items": {
51483            "$ref": "AcceleratorConfig"
51484          },
51485          "type": "array"
51486        },
51487        "cpuOvercommitType": {
51488          "description": "CPU overcommit.",
51489          "enum": [
51490            "CPU_OVERCOMMIT_TYPE_UNSPECIFIED",
51491            "ENABLED",
51492            "NONE"
51493          ],
51494          "enumDescriptions": [
51495            "",
51496            "",
51497            ""
51498          ],
51499          "type": "string"
51500        },
51501        "disks": {
51502          "description": "Local disk configurations.",
51503          "items": {
51504            "$ref": "LocalDisk"
51505          },
51506          "type": "array"
51507        },
51508        "instances": {
51509          "description": "Instances scheduled on this node.",
51510          "items": {
51511            "type": "string"
51512          },
51513          "type": "array"
51514        },
51515        "name": {
51516          "description": "The name of the node.",
51517          "type": "string"
51518        },
51519        "nodeType": {
51520          "description": "The type of this node.",
51521          "type": "string"
51522        },
51523        "satisfiesPzs": {
51524          "description": "[Output Only] Reserved for future use.",
51525          "type": "boolean"
51526        },
51527        "serverBinding": {
51528          "$ref": "ServerBinding",
51529          "description": "Binding properties for the physical server."
51530        },
51531        "serverId": {
51532          "description": "Server ID associated with this node.",
51533          "type": "string"
51534        },
51535        "status": {
51536          "enum": [
51537            "CREATING",
51538            "DELETING",
51539            "INVALID",
51540            "READY",
51541            "REPAIRING"
51542          ],
51543          "enumDescriptions": [
51544            "",
51545            "",
51546            "",
51547            "",
51548            ""
51549          ],
51550          "type": "string"
51551        }
51552      },
51553      "type": "object"
51554    },
51555    "NodeGroupsAddNodesRequest": {
51556      "id": "NodeGroupsAddNodesRequest",
51557      "properties": {
51558        "additionalNodeCount": {
51559          "description": "Count of additional nodes to be added to the node group.",
51560          "format": "int32",
51561          "type": "integer"
51562        }
51563      },
51564      "type": "object"
51565    },
51566    "NodeGroupsDeleteNodesRequest": {
51567      "id": "NodeGroupsDeleteNodesRequest",
51568      "properties": {
51569        "nodes": {
51570          "description": "Names of the nodes to delete.",
51571          "items": {
51572            "type": "string"
51573          },
51574          "type": "array"
51575        }
51576      },
51577      "type": "object"
51578    },
51579    "NodeGroupsListNodes": {
51580      "id": "NodeGroupsListNodes",
51581      "properties": {
51582        "id": {
51583          "description": "[Output Only] Unique identifier for the resource; defined by the server.",
51584          "type": "string"
51585        },
51586        "items": {
51587          "description": "A list of Node resources.",
51588          "items": {
51589            "$ref": "NodeGroupNode"
51590          },
51591          "type": "array"
51592        },
51593        "kind": {
51594          "default": "compute#nodeGroupsListNodes",
51595          "description": "[Output Only] The resource type, which is always compute.nodeGroupsListNodes for the list of nodes in the specified node group.",
51596          "type": "string"
51597        },
51598        "nextPageToken": {
51599          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
51600          "type": "string"
51601        },
51602        "selfLink": {
51603          "description": "[Output Only] Server-defined URL for this resource.",
51604          "type": "string"
51605        },
51606        "warning": {
51607          "description": "[Output Only] Informational warning message.",
51608          "properties": {
51609            "code": {
51610              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
51611              "enum": [
51612                "CLEANUP_FAILED",
51613                "DEPRECATED_RESOURCE_USED",
51614                "DEPRECATED_TYPE_USED",
51615                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
51616                "EXPERIMENTAL_TYPE_USED",
51617                "EXTERNAL_API_WARNING",
51618                "FIELD_VALUE_OVERRIDEN",
51619                "INJECTED_KERNELS_DEPRECATED",
51620                "LARGE_DEPLOYMENT_WARNING",
51621                "MISSING_TYPE_DEPENDENCY",
51622                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
51623                "NEXT_HOP_CANNOT_IP_FORWARD",
51624                "NEXT_HOP_INSTANCE_NOT_FOUND",
51625                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
51626                "NEXT_HOP_NOT_RUNNING",
51627                "NOT_CRITICAL_ERROR",
51628                "NO_RESULTS_ON_PAGE",
51629                "PARTIAL_SUCCESS",
51630                "REQUIRED_TOS_AGREEMENT",
51631                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
51632                "RESOURCE_NOT_DELETED",
51633                "SCHEMA_VALIDATION_IGNORED",
51634                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
51635                "UNDECLARED_PROPERTIES",
51636                "UNREACHABLE"
51637              ],
51638              "enumDescriptions": [
51639                "",
51640                "",
51641                "",
51642                "",
51643                "",
51644                "",
51645                "",
51646                "",
51647                "",
51648                "",
51649                "",
51650                "",
51651                "",
51652                "",
51653                "",
51654                "",
51655                "",
51656                "",
51657                "",
51658                "",
51659                "",
51660                "",
51661                "",
51662                "",
51663                ""
51664              ],
51665              "type": "string"
51666            },
51667            "data": {
51668              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
51669              "items": {
51670                "properties": {
51671                  "key": {
51672                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
51673                    "type": "string"
51674                  },
51675                  "value": {
51676                    "description": "[Output Only] A warning data value corresponding to the key.",
51677                    "type": "string"
51678                  }
51679                },
51680                "type": "object"
51681              },
51682              "type": "array"
51683            },
51684            "message": {
51685              "description": "[Output Only] A human-readable description of the warning code.",
51686              "type": "string"
51687            }
51688          },
51689          "type": "object"
51690        }
51691      },
51692      "type": "object"
51693    },
51694    "NodeGroupsScopedList": {
51695      "id": "NodeGroupsScopedList",
51696      "properties": {
51697        "nodeGroups": {
51698          "description": "[Output Only] A list of node groups contained in this scope.",
51699          "items": {
51700            "$ref": "NodeGroup"
51701          },
51702          "type": "array"
51703        },
51704        "warning": {
51705          "description": "[Output Only] An informational warning that appears when the nodeGroup list is empty.",
51706          "properties": {
51707            "code": {
51708              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
51709              "enum": [
51710                "CLEANUP_FAILED",
51711                "DEPRECATED_RESOURCE_USED",
51712                "DEPRECATED_TYPE_USED",
51713                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
51714                "EXPERIMENTAL_TYPE_USED",
51715                "EXTERNAL_API_WARNING",
51716                "FIELD_VALUE_OVERRIDEN",
51717                "INJECTED_KERNELS_DEPRECATED",
51718                "LARGE_DEPLOYMENT_WARNING",
51719                "MISSING_TYPE_DEPENDENCY",
51720                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
51721                "NEXT_HOP_CANNOT_IP_FORWARD",
51722                "NEXT_HOP_INSTANCE_NOT_FOUND",
51723                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
51724                "NEXT_HOP_NOT_RUNNING",
51725                "NOT_CRITICAL_ERROR",
51726                "NO_RESULTS_ON_PAGE",
51727                "PARTIAL_SUCCESS",
51728                "REQUIRED_TOS_AGREEMENT",
51729                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
51730                "RESOURCE_NOT_DELETED",
51731                "SCHEMA_VALIDATION_IGNORED",
51732                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
51733                "UNDECLARED_PROPERTIES",
51734                "UNREACHABLE"
51735              ],
51736              "enumDescriptions": [
51737                "",
51738                "",
51739                "",
51740                "",
51741                "",
51742                "",
51743                "",
51744                "",
51745                "",
51746                "",
51747                "",
51748                "",
51749                "",
51750                "",
51751                "",
51752                "",
51753                "",
51754                "",
51755                "",
51756                "",
51757                "",
51758                "",
51759                "",
51760                "",
51761                ""
51762              ],
51763              "type": "string"
51764            },
51765            "data": {
51766              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
51767              "items": {
51768                "properties": {
51769                  "key": {
51770                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
51771                    "type": "string"
51772                  },
51773                  "value": {
51774                    "description": "[Output Only] A warning data value corresponding to the key.",
51775                    "type": "string"
51776                  }
51777                },
51778                "type": "object"
51779              },
51780              "type": "array"
51781            },
51782            "message": {
51783              "description": "[Output Only] A human-readable description of the warning code.",
51784              "type": "string"
51785            }
51786          },
51787          "type": "object"
51788        }
51789      },
51790      "type": "object"
51791    },
51792    "NodeGroupsSetNodeTemplateRequest": {
51793      "id": "NodeGroupsSetNodeTemplateRequest",
51794      "properties": {
51795        "nodeTemplate": {
51796          "description": "Full or partial URL of the node template resource to be updated for this node group.",
51797          "type": "string"
51798        }
51799      },
51800      "type": "object"
51801    },
51802    "NodeTemplate": {
51803      "description": "Represent a sole-tenant Node Template resource.\n\nYou can use a template to define properties for nodes in a node group. For more information, read Creating node groups and instances. (== resource_for {$api_version}.nodeTemplates ==)",
51804      "id": "NodeTemplate",
51805      "properties": {
51806        "accelerators": {
51807          "items": {
51808            "$ref": "AcceleratorConfig"
51809          },
51810          "type": "array"
51811        },
51812        "cpuOvercommitType": {
51813          "description": "CPU overcommit.",
51814          "enum": [
51815            "CPU_OVERCOMMIT_TYPE_UNSPECIFIED",
51816            "ENABLED",
51817            "NONE"
51818          ],
51819          "enumDescriptions": [
51820            "",
51821            "",
51822            ""
51823          ],
51824          "type": "string"
51825        },
51826        "creationTimestamp": {
51827          "description": "[Output Only] Creation timestamp in RFC3339 text format.",
51828          "type": "string"
51829        },
51830        "description": {
51831          "description": "An optional description of this resource. Provide this property when you create the resource.",
51832          "type": "string"
51833        },
51834        "disks": {
51835          "items": {
51836            "$ref": "LocalDisk"
51837          },
51838          "type": "array"
51839        },
51840        "id": {
51841          "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.",
51842          "format": "uint64",
51843          "type": "string"
51844        },
51845        "kind": {
51846          "default": "compute#nodeTemplate",
51847          "description": "[Output Only] The type of the resource. Always compute#nodeTemplate for node templates.",
51848          "type": "string"
51849        },
51850        "name": {
51851          "description": "The name of the resource, provided by the client when initially creating the resource. The resource name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.",
51852          "type": "string"
51853        },
51854        "nodeAffinityLabels": {
51855          "additionalProperties": {
51856            "type": "string"
51857          },
51858          "description": "Labels to use for node affinity, which will be used in instance scheduling.",
51859          "type": "object"
51860        },
51861        "nodeType": {
51862          "description": "The node type to use for nodes group that are created from this template.",
51863          "type": "string"
51864        },
51865        "nodeTypeFlexibility": {
51866          "$ref": "NodeTemplateNodeTypeFlexibility",
51867          "description": "The flexible properties of the desired node type. Node groups that use this node template will create nodes of a type that matches these properties.\n\nThis field is mutually exclusive with the node_type property; you can only define one or the other, but not both."
51868        },
51869        "region": {
51870          "description": "[Output Only] The name of the region where the node template resides, such as us-central1.",
51871          "type": "string"
51872        },
51873        "selfLink": {
51874          "description": "[Output Only] Server-defined URL for the resource.",
51875          "type": "string"
51876        },
51877        "selfLinkWithId": {
51878          "description": "[Output Only] Server-defined URL for this resource with the resource id.",
51879          "type": "string"
51880        },
51881        "serverBinding": {
51882          "$ref": "ServerBinding",
51883          "description": "Sets the binding properties for the physical server. Valid values include:  \n- [Default] RESTART_NODE_ON_ANY_SERVER: Restarts VMs on any available physical server \n- RESTART_NODE_ON_MINIMAL_SERVER: Restarts VMs on the same physical server whenever possible  \n\nSee Sole-tenant node options for more information."
51884        },
51885        "status": {
51886          "description": "[Output Only] The status of the node template. One of the following values: CREATING, READY, and DELETING.",
51887          "enum": [
51888            "CREATING",
51889            "DELETING",
51890            "INVALID",
51891            "READY"
51892          ],
51893          "enumDescriptions": [
51894            "",
51895            "",
51896            "",
51897            ""
51898          ],
51899          "type": "string"
51900        },
51901        "statusMessage": {
51902          "description": "[Output Only] An optional, human-readable explanation of the status.",
51903          "type": "string"
51904        }
51905      },
51906      "type": "object"
51907    },
51908    "NodeTemplateAggregatedList": {
51909      "id": "NodeTemplateAggregatedList",
51910      "properties": {
51911        "id": {
51912          "description": "[Output Only] Unique identifier for the resource; defined by the server.",
51913          "type": "string"
51914        },
51915        "items": {
51916          "additionalProperties": {
51917            "$ref": "NodeTemplatesScopedList",
51918            "description": "[Output Only] Name of the scope containing this set of node templates."
51919          },
51920          "description": "A list of NodeTemplatesScopedList resources.",
51921          "type": "object"
51922        },
51923        "kind": {
51924          "default": "compute#nodeTemplateAggregatedList",
51925          "description": "[Output Only] Type of resource.Always compute#nodeTemplateAggregatedList for aggregated lists of node templates.",
51926          "type": "string"
51927        },
51928        "nextPageToken": {
51929          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
51930          "type": "string"
51931        },
51932        "selfLink": {
51933          "description": "[Output Only] Server-defined URL for this resource.",
51934          "type": "string"
51935        },
51936        "unreachables": {
51937          "description": "[Output Only] Unreachable resources.",
51938          "items": {
51939            "type": "string"
51940          },
51941          "type": "array"
51942        },
51943        "warning": {
51944          "description": "[Output Only] Informational warning message.",
51945          "properties": {
51946            "code": {
51947              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
51948              "enum": [
51949                "CLEANUP_FAILED",
51950                "DEPRECATED_RESOURCE_USED",
51951                "DEPRECATED_TYPE_USED",
51952                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
51953                "EXPERIMENTAL_TYPE_USED",
51954                "EXTERNAL_API_WARNING",
51955                "FIELD_VALUE_OVERRIDEN",
51956                "INJECTED_KERNELS_DEPRECATED",
51957                "LARGE_DEPLOYMENT_WARNING",
51958                "MISSING_TYPE_DEPENDENCY",
51959                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
51960                "NEXT_HOP_CANNOT_IP_FORWARD",
51961                "NEXT_HOP_INSTANCE_NOT_FOUND",
51962                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
51963                "NEXT_HOP_NOT_RUNNING",
51964                "NOT_CRITICAL_ERROR",
51965                "NO_RESULTS_ON_PAGE",
51966                "PARTIAL_SUCCESS",
51967                "REQUIRED_TOS_AGREEMENT",
51968                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
51969                "RESOURCE_NOT_DELETED",
51970                "SCHEMA_VALIDATION_IGNORED",
51971                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
51972                "UNDECLARED_PROPERTIES",
51973                "UNREACHABLE"
51974              ],
51975              "enumDescriptions": [
51976                "",
51977                "",
51978                "",
51979                "",
51980                "",
51981                "",
51982                "",
51983                "",
51984                "",
51985                "",
51986                "",
51987                "",
51988                "",
51989                "",
51990                "",
51991                "",
51992                "",
51993                "",
51994                "",
51995                "",
51996                "",
51997                "",
51998                "",
51999                "",
52000                ""
52001              ],
52002              "type": "string"
52003            },
52004            "data": {
52005              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
52006              "items": {
52007                "properties": {
52008                  "key": {
52009                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
52010                    "type": "string"
52011                  },
52012                  "value": {
52013                    "description": "[Output Only] A warning data value corresponding to the key.",
52014                    "type": "string"
52015                  }
52016                },
52017                "type": "object"
52018              },
52019              "type": "array"
52020            },
52021            "message": {
52022              "description": "[Output Only] A human-readable description of the warning code.",
52023              "type": "string"
52024            }
52025          },
52026          "type": "object"
52027        }
52028      },
52029      "type": "object"
52030    },
52031    "NodeTemplateList": {
52032      "description": "Contains a list of node templates.",
52033      "id": "NodeTemplateList",
52034      "properties": {
52035        "id": {
52036          "description": "[Output Only] Unique identifier for the resource; defined by the server.",
52037          "type": "string"
52038        },
52039        "items": {
52040          "description": "A list of NodeTemplate resources.",
52041          "items": {
52042            "$ref": "NodeTemplate"
52043          },
52044          "type": "array"
52045        },
52046        "kind": {
52047          "default": "compute#nodeTemplateList",
52048          "description": "[Output Only] Type of resource.Always compute#nodeTemplateList for lists of node templates.",
52049          "type": "string"
52050        },
52051        "nextPageToken": {
52052          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
52053          "type": "string"
52054        },
52055        "selfLink": {
52056          "description": "[Output Only] Server-defined URL for this resource.",
52057          "type": "string"
52058        },
52059        "warning": {
52060          "description": "[Output Only] Informational warning message.",
52061          "properties": {
52062            "code": {
52063              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
52064              "enum": [
52065                "CLEANUP_FAILED",
52066                "DEPRECATED_RESOURCE_USED",
52067                "DEPRECATED_TYPE_USED",
52068                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
52069                "EXPERIMENTAL_TYPE_USED",
52070                "EXTERNAL_API_WARNING",
52071                "FIELD_VALUE_OVERRIDEN",
52072                "INJECTED_KERNELS_DEPRECATED",
52073                "LARGE_DEPLOYMENT_WARNING",
52074                "MISSING_TYPE_DEPENDENCY",
52075                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
52076                "NEXT_HOP_CANNOT_IP_FORWARD",
52077                "NEXT_HOP_INSTANCE_NOT_FOUND",
52078                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
52079                "NEXT_HOP_NOT_RUNNING",
52080                "NOT_CRITICAL_ERROR",
52081                "NO_RESULTS_ON_PAGE",
52082                "PARTIAL_SUCCESS",
52083                "REQUIRED_TOS_AGREEMENT",
52084                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
52085                "RESOURCE_NOT_DELETED",
52086                "SCHEMA_VALIDATION_IGNORED",
52087                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
52088                "UNDECLARED_PROPERTIES",
52089                "UNREACHABLE"
52090              ],
52091              "enumDescriptions": [
52092                "",
52093                "",
52094                "",
52095                "",
52096                "",
52097                "",
52098                "",
52099                "",
52100                "",
52101                "",
52102                "",
52103                "",
52104                "",
52105                "",
52106                "",
52107                "",
52108                "",
52109                "",
52110                "",
52111                "",
52112                "",
52113                "",
52114                "",
52115                "",
52116                ""
52117              ],
52118              "type": "string"
52119            },
52120            "data": {
52121              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
52122              "items": {
52123                "properties": {
52124                  "key": {
52125                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
52126                    "type": "string"
52127                  },
52128                  "value": {
52129                    "description": "[Output Only] A warning data value corresponding to the key.",
52130                    "type": "string"
52131                  }
52132                },
52133                "type": "object"
52134              },
52135              "type": "array"
52136            },
52137            "message": {
52138              "description": "[Output Only] A human-readable description of the warning code.",
52139              "type": "string"
52140            }
52141          },
52142          "type": "object"
52143        }
52144      },
52145      "type": "object"
52146    },
52147    "NodeTemplateNodeTypeFlexibility": {
52148      "id": "NodeTemplateNodeTypeFlexibility",
52149      "properties": {
52150        "cpus": {
52151          "type": "string"
52152        },
52153        "localSsd": {
52154          "type": "string"
52155        },
52156        "memory": {
52157          "type": "string"
52158        }
52159      },
52160      "type": "object"
52161    },
52162    "NodeTemplatesScopedList": {
52163      "id": "NodeTemplatesScopedList",
52164      "properties": {
52165        "nodeTemplates": {
52166          "description": "[Output Only] A list of node templates contained in this scope.",
52167          "items": {
52168            "$ref": "NodeTemplate"
52169          },
52170          "type": "array"
52171        },
52172        "warning": {
52173          "description": "[Output Only] An informational warning that appears when the node templates list is empty.",
52174          "properties": {
52175            "code": {
52176              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
52177              "enum": [
52178                "CLEANUP_FAILED",
52179                "DEPRECATED_RESOURCE_USED",
52180                "DEPRECATED_TYPE_USED",
52181                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
52182                "EXPERIMENTAL_TYPE_USED",
52183                "EXTERNAL_API_WARNING",
52184                "FIELD_VALUE_OVERRIDEN",
52185                "INJECTED_KERNELS_DEPRECATED",
52186                "LARGE_DEPLOYMENT_WARNING",
52187                "MISSING_TYPE_DEPENDENCY",
52188                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
52189                "NEXT_HOP_CANNOT_IP_FORWARD",
52190                "NEXT_HOP_INSTANCE_NOT_FOUND",
52191                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
52192                "NEXT_HOP_NOT_RUNNING",
52193                "NOT_CRITICAL_ERROR",
52194                "NO_RESULTS_ON_PAGE",
52195                "PARTIAL_SUCCESS",
52196                "REQUIRED_TOS_AGREEMENT",
52197                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
52198                "RESOURCE_NOT_DELETED",
52199                "SCHEMA_VALIDATION_IGNORED",
52200                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
52201                "UNDECLARED_PROPERTIES",
52202                "UNREACHABLE"
52203              ],
52204              "enumDescriptions": [
52205                "",
52206                "",
52207                "",
52208                "",
52209                "",
52210                "",
52211                "",
52212                "",
52213                "",
52214                "",
52215                "",
52216                "",
52217                "",
52218                "",
52219                "",
52220                "",
52221                "",
52222                "",
52223                "",
52224                "",
52225                "",
52226                "",
52227                "",
52228                "",
52229                ""
52230              ],
52231              "type": "string"
52232            },
52233            "data": {
52234              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
52235              "items": {
52236                "properties": {
52237                  "key": {
52238                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
52239                    "type": "string"
52240                  },
52241                  "value": {
52242                    "description": "[Output Only] A warning data value corresponding to the key.",
52243                    "type": "string"
52244                  }
52245                },
52246                "type": "object"
52247              },
52248              "type": "array"
52249            },
52250            "message": {
52251              "description": "[Output Only] A human-readable description of the warning code.",
52252              "type": "string"
52253            }
52254          },
52255          "type": "object"
52256        }
52257      },
52258      "type": "object"
52259    },
52260    "NodeType": {
52261      "description": "Represent a sole-tenant Node Type resource.\n\nEach node within a node group must have a node type. A node type specifies the total amount of cores and memory for that node. Currently, the only available node type is n1-node-96-624 node type that has 96 vCPUs and 624 GB of memory, available in multiple zones. For more information read Node types. (== resource_for {$api_version}.nodeTypes ==)",
52262      "id": "NodeType",
52263      "properties": {
52264        "cpuPlatform": {
52265          "description": "[Output Only] The CPU platform used by this node type.",
52266          "type": "string"
52267        },
52268        "creationTimestamp": {
52269          "description": "[Output Only] Creation timestamp in RFC3339 text format.",
52270          "type": "string"
52271        },
52272        "deprecated": {
52273          "$ref": "DeprecationStatus",
52274          "description": "[Output Only] The deprecation status associated with this node type."
52275        },
52276        "description": {
52277          "description": "[Output Only] An optional textual description of the resource.",
52278          "type": "string"
52279        },
52280        "guestCpus": {
52281          "description": "[Output Only] The number of virtual CPUs that are available to the node type.",
52282          "format": "int32",
52283          "type": "integer"
52284        },
52285        "id": {
52286          "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.",
52287          "format": "uint64",
52288          "type": "string"
52289        },
52290        "kind": {
52291          "default": "compute#nodeType",
52292          "description": "[Output Only] The type of the resource. Always compute#nodeType for node types.",
52293          "type": "string"
52294        },
52295        "localSsdGb": {
52296          "description": "[Output Only] Local SSD available to the node type, defined in GB.",
52297          "format": "int32",
52298          "type": "integer"
52299        },
52300        "memoryMb": {
52301          "description": "[Output Only] The amount of physical memory available to the node type, defined in MB.",
52302          "format": "int32",
52303          "type": "integer"
52304        },
52305        "name": {
52306          "description": "[Output Only] Name of the resource.",
52307          "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
52308          "type": "string"
52309        },
52310        "selfLink": {
52311          "description": "[Output Only] Server-defined URL for the resource.",
52312          "type": "string"
52313        },
52314        "selfLinkWithId": {
52315          "description": "[Output Only] Server-defined URL for this resource with the resource id.",
52316          "type": "string"
52317        },
52318        "zone": {
52319          "description": "[Output Only] The name of the zone where the node type resides, such as us-central1-a.",
52320          "type": "string"
52321        }
52322      },
52323      "type": "object"
52324    },
52325    "NodeTypeAggregatedList": {
52326      "id": "NodeTypeAggregatedList",
52327      "properties": {
52328        "id": {
52329          "description": "[Output Only] Unique identifier for the resource; defined by the server.",
52330          "type": "string"
52331        },
52332        "items": {
52333          "additionalProperties": {
52334            "$ref": "NodeTypesScopedList",
52335            "description": "[Output Only] Name of the scope containing this set of node types."
52336          },
52337          "description": "A list of NodeTypesScopedList resources.",
52338          "type": "object"
52339        },
52340        "kind": {
52341          "default": "compute#nodeTypeAggregatedList",
52342          "description": "[Output Only] Type of resource.Always compute#nodeTypeAggregatedList for aggregated lists of node types.",
52343          "type": "string"
52344        },
52345        "nextPageToken": {
52346          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
52347          "type": "string"
52348        },
52349        "selfLink": {
52350          "description": "[Output Only] Server-defined URL for this resource.",
52351          "type": "string"
52352        },
52353        "unreachables": {
52354          "description": "[Output Only] Unreachable resources.",
52355          "items": {
52356            "type": "string"
52357          },
52358          "type": "array"
52359        },
52360        "warning": {
52361          "description": "[Output Only] Informational warning message.",
52362          "properties": {
52363            "code": {
52364              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
52365              "enum": [
52366                "CLEANUP_FAILED",
52367                "DEPRECATED_RESOURCE_USED",
52368                "DEPRECATED_TYPE_USED",
52369                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
52370                "EXPERIMENTAL_TYPE_USED",
52371                "EXTERNAL_API_WARNING",
52372                "FIELD_VALUE_OVERRIDEN",
52373                "INJECTED_KERNELS_DEPRECATED",
52374                "LARGE_DEPLOYMENT_WARNING",
52375                "MISSING_TYPE_DEPENDENCY",
52376                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
52377                "NEXT_HOP_CANNOT_IP_FORWARD",
52378                "NEXT_HOP_INSTANCE_NOT_FOUND",
52379                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
52380                "NEXT_HOP_NOT_RUNNING",
52381                "NOT_CRITICAL_ERROR",
52382                "NO_RESULTS_ON_PAGE",
52383                "PARTIAL_SUCCESS",
52384                "REQUIRED_TOS_AGREEMENT",
52385                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
52386                "RESOURCE_NOT_DELETED",
52387                "SCHEMA_VALIDATION_IGNORED",
52388                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
52389                "UNDECLARED_PROPERTIES",
52390                "UNREACHABLE"
52391              ],
52392              "enumDescriptions": [
52393                "",
52394                "",
52395                "",
52396                "",
52397                "",
52398                "",
52399                "",
52400                "",
52401                "",
52402                "",
52403                "",
52404                "",
52405                "",
52406                "",
52407                "",
52408                "",
52409                "",
52410                "",
52411                "",
52412                "",
52413                "",
52414                "",
52415                "",
52416                "",
52417                ""
52418              ],
52419              "type": "string"
52420            },
52421            "data": {
52422              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
52423              "items": {
52424                "properties": {
52425                  "key": {
52426                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
52427                    "type": "string"
52428                  },
52429                  "value": {
52430                    "description": "[Output Only] A warning data value corresponding to the key.",
52431                    "type": "string"
52432                  }
52433                },
52434                "type": "object"
52435              },
52436              "type": "array"
52437            },
52438            "message": {
52439              "description": "[Output Only] A human-readable description of the warning code.",
52440              "type": "string"
52441            }
52442          },
52443          "type": "object"
52444        }
52445      },
52446      "type": "object"
52447    },
52448    "NodeTypeList": {
52449      "description": "Contains a list of node types.",
52450      "id": "NodeTypeList",
52451      "properties": {
52452        "id": {
52453          "description": "[Output Only] Unique identifier for the resource; defined by the server.",
52454          "type": "string"
52455        },
52456        "items": {
52457          "description": "A list of NodeType resources.",
52458          "items": {
52459            "$ref": "NodeType"
52460          },
52461          "type": "array"
52462        },
52463        "kind": {
52464          "default": "compute#nodeTypeList",
52465          "description": "[Output Only] Type of resource.Always compute#nodeTypeList for lists of node types.",
52466          "type": "string"
52467        },
52468        "nextPageToken": {
52469          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
52470          "type": "string"
52471        },
52472        "selfLink": {
52473          "description": "[Output Only] Server-defined URL for this resource.",
52474          "type": "string"
52475        },
52476        "warning": {
52477          "description": "[Output Only] Informational warning message.",
52478          "properties": {
52479            "code": {
52480              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
52481              "enum": [
52482                "CLEANUP_FAILED",
52483                "DEPRECATED_RESOURCE_USED",
52484                "DEPRECATED_TYPE_USED",
52485                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
52486                "EXPERIMENTAL_TYPE_USED",
52487                "EXTERNAL_API_WARNING",
52488                "FIELD_VALUE_OVERRIDEN",
52489                "INJECTED_KERNELS_DEPRECATED",
52490                "LARGE_DEPLOYMENT_WARNING",
52491                "MISSING_TYPE_DEPENDENCY",
52492                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
52493                "NEXT_HOP_CANNOT_IP_FORWARD",
52494                "NEXT_HOP_INSTANCE_NOT_FOUND",
52495                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
52496                "NEXT_HOP_NOT_RUNNING",
52497                "NOT_CRITICAL_ERROR",
52498                "NO_RESULTS_ON_PAGE",
52499                "PARTIAL_SUCCESS",
52500                "REQUIRED_TOS_AGREEMENT",
52501                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
52502                "RESOURCE_NOT_DELETED",
52503                "SCHEMA_VALIDATION_IGNORED",
52504                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
52505                "UNDECLARED_PROPERTIES",
52506                "UNREACHABLE"
52507              ],
52508              "enumDescriptions": [
52509                "",
52510                "",
52511                "",
52512                "",
52513                "",
52514                "",
52515                "",
52516                "",
52517                "",
52518                "",
52519                "",
52520                "",
52521                "",
52522                "",
52523                "",
52524                "",
52525                "",
52526                "",
52527                "",
52528                "",
52529                "",
52530                "",
52531                "",
52532                "",
52533                ""
52534              ],
52535              "type": "string"
52536            },
52537            "data": {
52538              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
52539              "items": {
52540                "properties": {
52541                  "key": {
52542                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
52543                    "type": "string"
52544                  },
52545                  "value": {
52546                    "description": "[Output Only] A warning data value corresponding to the key.",
52547                    "type": "string"
52548                  }
52549                },
52550                "type": "object"
52551              },
52552              "type": "array"
52553            },
52554            "message": {
52555              "description": "[Output Only] A human-readable description of the warning code.",
52556              "type": "string"
52557            }
52558          },
52559          "type": "object"
52560        }
52561      },
52562      "type": "object"
52563    },
52564    "NodeTypesScopedList": {
52565      "id": "NodeTypesScopedList",
52566      "properties": {
52567        "nodeTypes": {
52568          "description": "[Output Only] A list of node types contained in this scope.",
52569          "items": {
52570            "$ref": "NodeType"
52571          },
52572          "type": "array"
52573        },
52574        "warning": {
52575          "description": "[Output Only] An informational warning that appears when the node types list is empty.",
52576          "properties": {
52577            "code": {
52578              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
52579              "enum": [
52580                "CLEANUP_FAILED",
52581                "DEPRECATED_RESOURCE_USED",
52582                "DEPRECATED_TYPE_USED",
52583                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
52584                "EXPERIMENTAL_TYPE_USED",
52585                "EXTERNAL_API_WARNING",
52586                "FIELD_VALUE_OVERRIDEN",
52587                "INJECTED_KERNELS_DEPRECATED",
52588                "LARGE_DEPLOYMENT_WARNING",
52589                "MISSING_TYPE_DEPENDENCY",
52590                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
52591                "NEXT_HOP_CANNOT_IP_FORWARD",
52592                "NEXT_HOP_INSTANCE_NOT_FOUND",
52593                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
52594                "NEXT_HOP_NOT_RUNNING",
52595                "NOT_CRITICAL_ERROR",
52596                "NO_RESULTS_ON_PAGE",
52597                "PARTIAL_SUCCESS",
52598                "REQUIRED_TOS_AGREEMENT",
52599                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
52600                "RESOURCE_NOT_DELETED",
52601                "SCHEMA_VALIDATION_IGNORED",
52602                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
52603                "UNDECLARED_PROPERTIES",
52604                "UNREACHABLE"
52605              ],
52606              "enumDescriptions": [
52607                "",
52608                "",
52609                "",
52610                "",
52611                "",
52612                "",
52613                "",
52614                "",
52615                "",
52616                "",
52617                "",
52618                "",
52619                "",
52620                "",
52621                "",
52622                "",
52623                "",
52624                "",
52625                "",
52626                "",
52627                "",
52628                "",
52629                "",
52630                "",
52631                ""
52632              ],
52633              "type": "string"
52634            },
52635            "data": {
52636              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
52637              "items": {
52638                "properties": {
52639                  "key": {
52640                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
52641                    "type": "string"
52642                  },
52643                  "value": {
52644                    "description": "[Output Only] A warning data value corresponding to the key.",
52645                    "type": "string"
52646                  }
52647                },
52648                "type": "object"
52649              },
52650              "type": "array"
52651            },
52652            "message": {
52653              "description": "[Output Only] A human-readable description of the warning code.",
52654              "type": "string"
52655            }
52656          },
52657          "type": "object"
52658        }
52659      },
52660      "type": "object"
52661    },
52662    "NotificationEndpoint": {
52663      "description": "Represents a notification endpoint.\n\nA notification endpoint resource defines an endpoint to receive notifications when there are status changes detected by the associated health check service.\n\nFor more information, see  Health checks overview. (== resource_for {$api_version}.notificationEndpoint ==) (== resource_for {$api_version}.regionNotificationEndpoints ==)",
52664      "id": "NotificationEndpoint",
52665      "properties": {
52666        "creationTimestamp": {
52667          "description": "[Output Only] Creation timestamp in RFC3339 text format.",
52668          "type": "string"
52669        },
52670        "description": {
52671          "description": "An optional description of this resource. Provide this property when you create the resource.",
52672          "type": "string"
52673        },
52674        "grpcSettings": {
52675          "$ref": "NotificationEndpointGrpcSettings",
52676          "description": "Settings of the gRPC notification endpoint including the endpoint URL and the retry duration."
52677        },
52678        "id": {
52679          "description": "[Output Only] A unique identifier for this resource type. The server generates this identifier.",
52680          "format": "uint64",
52681          "type": "string"
52682        },
52683        "kind": {
52684          "default": "compute#notificationEndpoint",
52685          "description": "[Output Only] Type of the resource. Always compute#notificationEndpoint for notification endpoints.",
52686          "type": "string"
52687        },
52688        "name": {
52689          "description": "Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.",
52690          "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
52691          "type": "string"
52692        },
52693        "region": {
52694          "description": "[Output Only] URL of the region where the notification endpoint resides. This field applies only to the regional resource. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.",
52695          "type": "string"
52696        },
52697        "selfLink": {
52698          "description": "[Output Only] Server-defined URL for the resource.",
52699          "type": "string"
52700        }
52701      },
52702      "type": "object"
52703    },
52704    "NotificationEndpointGrpcSettings": {
52705      "description": "Represents a gRPC setting that describes one gRPC notification endpoint and the retry duration attempting to send notification to this endpoint.",
52706      "id": "NotificationEndpointGrpcSettings",
52707      "properties": {
52708        "authority": {
52709          "description": "Optional. If specified, this field is used to set the authority header by the sender of notifications. See https://tools.ietf.org/html/rfc7540#section-8.1.2.3",
52710          "type": "string"
52711        },
52712        "endpoint": {
52713          "description": "Endpoint to which gRPC notifications are sent. This must be a valid gRPCLB DNS name.",
52714          "type": "string"
52715        },
52716        "payloadName": {
52717          "description": "Optional. If specified, this field is used to populate the \"name\" field in gRPC requests.",
52718          "type": "string"
52719        },
52720        "resendInterval": {
52721          "$ref": "Duration",
52722          "description": "Optional. This field is used to configure how often to send a full update of all non-healthy backends. If unspecified, full updates are not sent. If specified, must be in the range between 600 seconds to 3600 seconds. Nanos are disallowed."
52723        },
52724        "retryDurationSec": {
52725          "description": "How much time (in seconds) is spent attempting notification retries until a successful response is received. Default is 30s. Limit is 20m (1200s). Must be a positive number.",
52726          "format": "uint32",
52727          "type": "integer"
52728        }
52729      },
52730      "type": "object"
52731    },
52732    "NotificationEndpointList": {
52733      "id": "NotificationEndpointList",
52734      "properties": {
52735        "id": {
52736          "description": "[Output Only] Unique identifier for the resource; defined by the server.",
52737          "type": "string"
52738        },
52739        "items": {
52740          "description": "A list of NotificationEndpoint resources.",
52741          "items": {
52742            "$ref": "NotificationEndpoint"
52743          },
52744          "type": "array"
52745        },
52746        "kind": {
52747          "default": "compute#notificationEndpointList",
52748          "description": "[Output Only] Type of the resource. Always compute#notificationEndpoint for notification endpoints.",
52749          "type": "string"
52750        },
52751        "nextPageToken": {
52752          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
52753          "type": "string"
52754        },
52755        "selfLink": {
52756          "description": "[Output Only] Server-defined URL for this resource.",
52757          "type": "string"
52758        },
52759        "warning": {
52760          "description": "[Output Only] Informational warning message.",
52761          "properties": {
52762            "code": {
52763              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
52764              "enum": [
52765                "CLEANUP_FAILED",
52766                "DEPRECATED_RESOURCE_USED",
52767                "DEPRECATED_TYPE_USED",
52768                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
52769                "EXPERIMENTAL_TYPE_USED",
52770                "EXTERNAL_API_WARNING",
52771                "FIELD_VALUE_OVERRIDEN",
52772                "INJECTED_KERNELS_DEPRECATED",
52773                "LARGE_DEPLOYMENT_WARNING",
52774                "MISSING_TYPE_DEPENDENCY",
52775                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
52776                "NEXT_HOP_CANNOT_IP_FORWARD",
52777                "NEXT_HOP_INSTANCE_NOT_FOUND",
52778                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
52779                "NEXT_HOP_NOT_RUNNING",
52780                "NOT_CRITICAL_ERROR",
52781                "NO_RESULTS_ON_PAGE",
52782                "PARTIAL_SUCCESS",
52783                "REQUIRED_TOS_AGREEMENT",
52784                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
52785                "RESOURCE_NOT_DELETED",
52786                "SCHEMA_VALIDATION_IGNORED",
52787                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
52788                "UNDECLARED_PROPERTIES",
52789                "UNREACHABLE"
52790              ],
52791              "enumDescriptions": [
52792                "",
52793                "",
52794                "",
52795                "",
52796                "",
52797                "",
52798                "",
52799                "",
52800                "",
52801                "",
52802                "",
52803                "",
52804                "",
52805                "",
52806                "",
52807                "",
52808                "",
52809                "",
52810                "",
52811                "",
52812                "",
52813                "",
52814                "",
52815                "",
52816                ""
52817              ],
52818              "type": "string"
52819            },
52820            "data": {
52821              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
52822              "items": {
52823                "properties": {
52824                  "key": {
52825                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
52826                    "type": "string"
52827                  },
52828                  "value": {
52829                    "description": "[Output Only] A warning data value corresponding to the key.",
52830                    "type": "string"
52831                  }
52832                },
52833                "type": "object"
52834              },
52835              "type": "array"
52836            },
52837            "message": {
52838              "description": "[Output Only] A human-readable description of the warning code.",
52839              "type": "string"
52840            }
52841          },
52842          "type": "object"
52843        }
52844      },
52845      "type": "object"
52846    },
52847    "Operation": {
52848      "description": "Represents an Operation resource.\n\nGoogle Compute Engine has three Operation resources:\n\n* [Global](/compute/docs/reference/rest/{$api_version}/globalOperations) * [Regional](/compute/docs/reference/rest/{$api_version}/regionOperations) * [Zonal](/compute/docs/reference/rest/{$api_version}/zoneOperations)\n\nYou can use an operation resource to manage asynchronous API requests. For more information, read Handling API responses.\n\nOperations can be global, regional or zonal.  \n- For global operations, use the `globalOperations` resource. \n- For regional operations, use the `regionOperations` resource. \n- For zonal operations, use the `zonalOperations` resource.  \n\nFor more information, read  Global, Regional, and Zonal Resources. (== resource_for {$api_version}.globalOperations ==) (== resource_for {$api_version}.regionOperations ==) (== resource_for {$api_version}.zoneOperations ==)",
52849      "id": "Operation",
52850      "properties": {
52851        "clientOperationId": {
52852          "description": "[Output Only] The value of `requestId` if you provided it in the request. Not present otherwise.",
52853          "type": "string"
52854        },
52855        "creationTimestamp": {
52856          "description": "[Deprecated] This field is deprecated.",
52857          "type": "string"
52858        },
52859        "description": {
52860          "description": "[Output Only] A textual description of the operation, which is set when the operation is created.",
52861          "type": "string"
52862        },
52863        "endTime": {
52864          "description": "[Output Only] The time that this operation was completed. This value is in RFC3339 text format.",
52865          "type": "string"
52866        },
52867        "error": {
52868          "description": "[Output Only] If errors are generated during processing of the operation, this field will be populated.",
52869          "properties": {
52870            "errors": {
52871              "description": "[Output Only] The array of errors encountered while processing this operation.",
52872              "items": {
52873                "properties": {
52874                  "code": {
52875                    "description": "[Output Only] The error type identifier for this error.",
52876                    "type": "string"
52877                  },
52878                  "location": {
52879                    "description": "[Output Only] Indicates the field in the request that caused the error. This property is optional.",
52880                    "type": "string"
52881                  },
52882                  "message": {
52883                    "description": "[Output Only] An optional, human-readable error message.",
52884                    "type": "string"
52885                  }
52886                },
52887                "type": "object"
52888              },
52889              "type": "array"
52890            }
52891          },
52892          "type": "object"
52893        },
52894        "httpErrorMessage": {
52895          "description": "[Output Only] If the operation fails, this field contains the HTTP error message that was returned, such as `NOT FOUND`.",
52896          "type": "string"
52897        },
52898        "httpErrorStatusCode": {
52899          "description": "[Output Only] If the operation fails, this field contains the HTTP error status code that was returned. For example, a `404` means the resource was not found.",
52900          "format": "int32",
52901          "type": "integer"
52902        },
52903        "id": {
52904          "description": "[Output Only] The unique identifier for the operation. This identifier is defined by the server.",
52905          "format": "uint64",
52906          "type": "string"
52907        },
52908        "insertTime": {
52909          "description": "[Output Only] The time that this operation was requested. This value is in RFC3339 text format.",
52910          "type": "string"
52911        },
52912        "kind": {
52913          "default": "compute#operation",
52914          "description": "[Output Only] Type of the resource. Always `compute#operation` for Operation resources.",
52915          "type": "string"
52916        },
52917        "name": {
52918          "description": "[Output Only] Name of the operation.",
52919          "type": "string"
52920        },
52921        "operationType": {
52922          "description": "[Output Only] The type of operation, such as `insert`, `update`, or `delete`, and so on.",
52923          "type": "string"
52924        },
52925        "progress": {
52926          "description": "[Output Only] An optional progress indicator that ranges from 0 to 100. There is no requirement that this be linear or support any granularity of operations. This should not be used to guess when the operation will be complete. This number should monotonically increase as the operation progresses.",
52927          "format": "int32",
52928          "type": "integer"
52929        },
52930        "region": {
52931          "description": "[Output Only] The URL of the region where the operation resides. Only applicable when performing regional operations.",
52932          "type": "string"
52933        },
52934        "selfLink": {
52935          "description": "[Output Only] Server-defined URL for the resource.",
52936          "type": "string"
52937        },
52938        "selfLinkWithId": {
52939          "description": "[Output Only] Server-defined URL for this resource with the resource id.",
52940          "type": "string"
52941        },
52942        "startTime": {
52943          "description": "[Output Only] The time that this operation was started by the server. This value is in RFC3339 text format.",
52944          "type": "string"
52945        },
52946        "status": {
52947          "description": "[Output Only] The status of the operation, which can be one of the following: `PENDING`, `RUNNING`, or `DONE`.",
52948          "enum": [
52949            "DONE",
52950            "PENDING",
52951            "RUNNING"
52952          ],
52953          "enumDescriptions": [
52954            "",
52955            "",
52956            ""
52957          ],
52958          "type": "string"
52959        },
52960        "statusMessage": {
52961          "description": "[Output Only] An optional textual description of the current status of the operation.",
52962          "type": "string"
52963        },
52964        "targetId": {
52965          "description": "[Output Only] The unique target ID, which identifies a specific incarnation of the target resource.",
52966          "format": "uint64",
52967          "type": "string"
52968        },
52969        "targetLink": {
52970          "description": "[Output Only] The URL of the resource that the operation modifies. For operations related to creating a snapshot, this points to the persistent disk that the snapshot was created from.",
52971          "type": "string"
52972        },
52973        "user": {
52974          "description": "[Output Only] User who requested the operation, for example: `user@example.com`.",
52975          "type": "string"
52976        },
52977        "warnings": {
52978          "description": "[Output Only] If warning messages are generated during processing of the operation, this field will be populated.",
52979          "items": {
52980            "properties": {
52981              "code": {
52982                "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
52983                "enum": [
52984                  "CLEANUP_FAILED",
52985                  "DEPRECATED_RESOURCE_USED",
52986                  "DEPRECATED_TYPE_USED",
52987                  "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
52988                  "EXPERIMENTAL_TYPE_USED",
52989                  "EXTERNAL_API_WARNING",
52990                  "FIELD_VALUE_OVERRIDEN",
52991                  "INJECTED_KERNELS_DEPRECATED",
52992                  "LARGE_DEPLOYMENT_WARNING",
52993                  "MISSING_TYPE_DEPENDENCY",
52994                  "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
52995                  "NEXT_HOP_CANNOT_IP_FORWARD",
52996                  "NEXT_HOP_INSTANCE_NOT_FOUND",
52997                  "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
52998                  "NEXT_HOP_NOT_RUNNING",
52999                  "NOT_CRITICAL_ERROR",
53000                  "NO_RESULTS_ON_PAGE",
53001                  "PARTIAL_SUCCESS",
53002                  "REQUIRED_TOS_AGREEMENT",
53003                  "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
53004                  "RESOURCE_NOT_DELETED",
53005                  "SCHEMA_VALIDATION_IGNORED",
53006                  "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
53007                  "UNDECLARED_PROPERTIES",
53008                  "UNREACHABLE"
53009                ],
53010                "enumDescriptions": [
53011                  "",
53012                  "",
53013                  "",
53014                  "",
53015                  "",
53016                  "",
53017                  "",
53018                  "",
53019                  "",
53020                  "",
53021                  "",
53022                  "",
53023                  "",
53024                  "",
53025                  "",
53026                  "",
53027                  "",
53028                  "",
53029                  "",
53030                  "",
53031                  "",
53032                  "",
53033                  "",
53034                  "",
53035                  ""
53036                ],
53037                "type": "string"
53038              },
53039              "data": {
53040                "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
53041                "items": {
53042                  "properties": {
53043                    "key": {
53044                      "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
53045                      "type": "string"
53046                    },
53047                    "value": {
53048                      "description": "[Output Only] A warning data value corresponding to the key.",
53049                      "type": "string"
53050                    }
53051                  },
53052                  "type": "object"
53053                },
53054                "type": "array"
53055              },
53056              "message": {
53057                "description": "[Output Only] A human-readable description of the warning code.",
53058                "type": "string"
53059              }
53060            },
53061            "type": "object"
53062          },
53063          "type": "array"
53064        },
53065        "zone": {
53066          "description": "[Output Only] The URL of the zone where the operation resides. Only applicable when performing per-zone operations.",
53067          "type": "string"
53068        }
53069      },
53070      "type": "object"
53071    },
53072    "OperationAggregatedList": {
53073      "id": "OperationAggregatedList",
53074      "properties": {
53075        "id": {
53076          "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.",
53077          "type": "string"
53078        },
53079        "items": {
53080          "additionalProperties": {
53081            "$ref": "OperationsScopedList",
53082            "description": "[Output Only] Name of the scope containing this set of operations."
53083          },
53084          "description": "[Output Only] A map of scoped operation lists.",
53085          "type": "object"
53086        },
53087        "kind": {
53088          "default": "compute#operationAggregatedList",
53089          "description": "[Output Only] Type of resource. Always `compute#operationAggregatedList` for aggregated lists of operations.",
53090          "type": "string"
53091        },
53092        "nextPageToken": {
53093          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than `maxResults`, use the `nextPageToken` as a value for the query parameter `pageToken` in the next list request. Subsequent list requests will have their own `nextPageToken` to continue paging through the results.",
53094          "type": "string"
53095        },
53096        "selfLink": {
53097          "description": "[Output Only] Server-defined URL for this resource.",
53098          "type": "string"
53099        },
53100        "unreachables": {
53101          "description": "[Output Only] Unreachable resources.",
53102          "items": {
53103            "type": "string"
53104          },
53105          "type": "array"
53106        },
53107        "warning": {
53108          "description": "[Output Only] Informational warning message.",
53109          "properties": {
53110            "code": {
53111              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
53112              "enum": [
53113                "CLEANUP_FAILED",
53114                "DEPRECATED_RESOURCE_USED",
53115                "DEPRECATED_TYPE_USED",
53116                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
53117                "EXPERIMENTAL_TYPE_USED",
53118                "EXTERNAL_API_WARNING",
53119                "FIELD_VALUE_OVERRIDEN",
53120                "INJECTED_KERNELS_DEPRECATED",
53121                "LARGE_DEPLOYMENT_WARNING",
53122                "MISSING_TYPE_DEPENDENCY",
53123                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
53124                "NEXT_HOP_CANNOT_IP_FORWARD",
53125                "NEXT_HOP_INSTANCE_NOT_FOUND",
53126                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
53127                "NEXT_HOP_NOT_RUNNING",
53128                "NOT_CRITICAL_ERROR",
53129                "NO_RESULTS_ON_PAGE",
53130                "PARTIAL_SUCCESS",
53131                "REQUIRED_TOS_AGREEMENT",
53132                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
53133                "RESOURCE_NOT_DELETED",
53134                "SCHEMA_VALIDATION_IGNORED",
53135                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
53136                "UNDECLARED_PROPERTIES",
53137                "UNREACHABLE"
53138              ],
53139              "enumDescriptions": [
53140                "",
53141                "",
53142                "",
53143                "",
53144                "",
53145                "",
53146                "",
53147                "",
53148                "",
53149                "",
53150                "",
53151                "",
53152                "",
53153                "",
53154                "",
53155                "",
53156                "",
53157                "",
53158                "",
53159                "",
53160                "",
53161                "",
53162                "",
53163                "",
53164                ""
53165              ],
53166              "type": "string"
53167            },
53168            "data": {
53169              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
53170              "items": {
53171                "properties": {
53172                  "key": {
53173                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
53174                    "type": "string"
53175                  },
53176                  "value": {
53177                    "description": "[Output Only] A warning data value corresponding to the key.",
53178                    "type": "string"
53179                  }
53180                },
53181                "type": "object"
53182              },
53183              "type": "array"
53184            },
53185            "message": {
53186              "description": "[Output Only] A human-readable description of the warning code.",
53187              "type": "string"
53188            }
53189          },
53190          "type": "object"
53191        }
53192      },
53193      "type": "object"
53194    },
53195    "OperationList": {
53196      "description": "Contains a list of Operation resources.",
53197      "id": "OperationList",
53198      "properties": {
53199        "id": {
53200          "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.",
53201          "type": "string"
53202        },
53203        "items": {
53204          "description": "[Output Only] A list of Operation resources.",
53205          "items": {
53206            "$ref": "Operation"
53207          },
53208          "type": "array"
53209        },
53210        "kind": {
53211          "default": "compute#operationList",
53212          "description": "[Output Only] Type of resource. Always `compute#operations` for Operations resource.",
53213          "type": "string"
53214        },
53215        "nextPageToken": {
53216          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than `maxResults`, use the `nextPageToken` as a value for the query parameter `pageToken` in the next list request. Subsequent list requests will have their own `nextPageToken` to continue paging through the results.",
53217          "type": "string"
53218        },
53219        "selfLink": {
53220          "description": "[Output Only] Server-defined URL for this resource.",
53221          "type": "string"
53222        },
53223        "warning": {
53224          "description": "[Output Only] Informational warning message.",
53225          "properties": {
53226            "code": {
53227              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
53228              "enum": [
53229                "CLEANUP_FAILED",
53230                "DEPRECATED_RESOURCE_USED",
53231                "DEPRECATED_TYPE_USED",
53232                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
53233                "EXPERIMENTAL_TYPE_USED",
53234                "EXTERNAL_API_WARNING",
53235                "FIELD_VALUE_OVERRIDEN",
53236                "INJECTED_KERNELS_DEPRECATED",
53237                "LARGE_DEPLOYMENT_WARNING",
53238                "MISSING_TYPE_DEPENDENCY",
53239                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
53240                "NEXT_HOP_CANNOT_IP_FORWARD",
53241                "NEXT_HOP_INSTANCE_NOT_FOUND",
53242                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
53243                "NEXT_HOP_NOT_RUNNING",
53244                "NOT_CRITICAL_ERROR",
53245                "NO_RESULTS_ON_PAGE",
53246                "PARTIAL_SUCCESS",
53247                "REQUIRED_TOS_AGREEMENT",
53248                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
53249                "RESOURCE_NOT_DELETED",
53250                "SCHEMA_VALIDATION_IGNORED",
53251                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
53252                "UNDECLARED_PROPERTIES",
53253                "UNREACHABLE"
53254              ],
53255              "enumDescriptions": [
53256                "",
53257                "",
53258                "",
53259                "",
53260                "",
53261                "",
53262                "",
53263                "",
53264                "",
53265                "",
53266                "",
53267                "",
53268                "",
53269                "",
53270                "",
53271                "",
53272                "",
53273                "",
53274                "",
53275                "",
53276                "",
53277                "",
53278                "",
53279                "",
53280                ""
53281              ],
53282              "type": "string"
53283            },
53284            "data": {
53285              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
53286              "items": {
53287                "properties": {
53288                  "key": {
53289                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
53290                    "type": "string"
53291                  },
53292                  "value": {
53293                    "description": "[Output Only] A warning data value corresponding to the key.",
53294                    "type": "string"
53295                  }
53296                },
53297                "type": "object"
53298              },
53299              "type": "array"
53300            },
53301            "message": {
53302              "description": "[Output Only] A human-readable description of the warning code.",
53303              "type": "string"
53304            }
53305          },
53306          "type": "object"
53307        }
53308      },
53309      "type": "object"
53310    },
53311    "OperationsScopedList": {
53312      "id": "OperationsScopedList",
53313      "properties": {
53314        "operations": {
53315          "description": "[Output Only] A list of operations contained in this scope.",
53316          "items": {
53317            "$ref": "Operation"
53318          },
53319          "type": "array"
53320        },
53321        "warning": {
53322          "description": "[Output Only] Informational warning which replaces the list of operations when the list is empty.",
53323          "properties": {
53324            "code": {
53325              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
53326              "enum": [
53327                "CLEANUP_FAILED",
53328                "DEPRECATED_RESOURCE_USED",
53329                "DEPRECATED_TYPE_USED",
53330                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
53331                "EXPERIMENTAL_TYPE_USED",
53332                "EXTERNAL_API_WARNING",
53333                "FIELD_VALUE_OVERRIDEN",
53334                "INJECTED_KERNELS_DEPRECATED",
53335                "LARGE_DEPLOYMENT_WARNING",
53336                "MISSING_TYPE_DEPENDENCY",
53337                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
53338                "NEXT_HOP_CANNOT_IP_FORWARD",
53339                "NEXT_HOP_INSTANCE_NOT_FOUND",
53340                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
53341                "NEXT_HOP_NOT_RUNNING",
53342                "NOT_CRITICAL_ERROR",
53343                "NO_RESULTS_ON_PAGE",
53344                "PARTIAL_SUCCESS",
53345                "REQUIRED_TOS_AGREEMENT",
53346                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
53347                "RESOURCE_NOT_DELETED",
53348                "SCHEMA_VALIDATION_IGNORED",
53349                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
53350                "UNDECLARED_PROPERTIES",
53351                "UNREACHABLE"
53352              ],
53353              "enumDescriptions": [
53354                "",
53355                "",
53356                "",
53357                "",
53358                "",
53359                "",
53360                "",
53361                "",
53362                "",
53363                "",
53364                "",
53365                "",
53366                "",
53367                "",
53368                "",
53369                "",
53370                "",
53371                "",
53372                "",
53373                "",
53374                "",
53375                "",
53376                "",
53377                "",
53378                ""
53379              ],
53380              "type": "string"
53381            },
53382            "data": {
53383              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
53384              "items": {
53385                "properties": {
53386                  "key": {
53387                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
53388                    "type": "string"
53389                  },
53390                  "value": {
53391                    "description": "[Output Only] A warning data value corresponding to the key.",
53392                    "type": "string"
53393                  }
53394                },
53395                "type": "object"
53396              },
53397              "type": "array"
53398            },
53399            "message": {
53400              "description": "[Output Only] A human-readable description of the warning code.",
53401              "type": "string"
53402            }
53403          },
53404          "type": "object"
53405        }
53406      },
53407      "type": "object"
53408    },
53409    "OrganizationSecurityPoliciesListAssociationsResponse": {
53410      "id": "OrganizationSecurityPoliciesListAssociationsResponse",
53411      "properties": {
53412        "associations": {
53413          "description": "A list of associations.",
53414          "items": {
53415            "$ref": "SecurityPolicyAssociation"
53416          },
53417          "type": "array"
53418        },
53419        "kind": {
53420          "default": "compute#organizationSecurityPoliciesListAssociationsResponse",
53421          "description": "[Output Only] Type of securityPolicy associations. Always compute#organizationSecurityPoliciesListAssociations for lists of securityPolicy associations.",
53422          "type": "string"
53423        }
53424      },
53425      "type": "object"
53426    },
53427    "OriginAuthenticationMethod": {
53428      "description": "[Deprecated] Configuration for the origin authentication method. Configuration for the origin authentication method.",
53429      "id": "OriginAuthenticationMethod",
53430      "properties": {
53431        "jwt": {
53432          "$ref": "Jwt"
53433        }
53434      },
53435      "type": "object"
53436    },
53437    "OutlierDetection": {
53438      "description": "Settings controlling the eviction of unhealthy hosts from the load balancing pool for the backend service.",
53439      "id": "OutlierDetection",
53440      "properties": {
53441        "baseEjectionTime": {
53442          "$ref": "Duration",
53443          "description": "The base time that a host is ejected for. The real ejection time is equal to the base ejection time multiplied by the number of times the host has been ejected. Defaults to 30000ms or 30s."
53444        },
53445        "consecutiveErrors": {
53446          "description": "Number of errors before a host is ejected from the connection pool. When the backend host is accessed over HTTP, a 5xx return code qualifies as an error. Defaults to 5.",
53447          "format": "int32",
53448          "type": "integer"
53449        },
53450        "consecutiveGatewayFailure": {
53451          "description": "The number of consecutive gateway failures (502, 503, 504 status or connection errors that are mapped to one of those status codes) before a consecutive gateway failure ejection occurs. Defaults to 3.",
53452          "format": "int32",
53453          "type": "integer"
53454        },
53455        "enforcingConsecutiveErrors": {
53456          "description": "The percentage chance that a host will be actually ejected when an outlier status is detected through consecutive 5xx. This setting can be used to disable ejection or to ramp it up slowly. Defaults to 0.",
53457          "format": "int32",
53458          "type": "integer"
53459        },
53460        "enforcingConsecutiveGatewayFailure": {
53461          "description": "The percentage chance that a host will be actually ejected when an outlier status is detected through consecutive gateway failures. This setting can be used to disable ejection or to ramp it up slowly. Defaults to 100.",
53462          "format": "int32",
53463          "type": "integer"
53464        },
53465        "enforcingSuccessRate": {
53466          "description": "The percentage chance that a host will be actually ejected when an outlier status is detected through success rate statistics. This setting can be used to disable ejection or to ramp it up slowly. Defaults to 100.",
53467          "format": "int32",
53468          "type": "integer"
53469        },
53470        "interval": {
53471          "$ref": "Duration",
53472          "description": "Time interval between ejection analysis sweeps. This can result in both new ejections as well as hosts being returned to service. Defaults to 1 second."
53473        },
53474        "maxEjectionPercent": {
53475          "description": "Maximum percentage of hosts in the load balancing pool for the backend service that can be ejected. Defaults to 50%.",
53476          "format": "int32",
53477          "type": "integer"
53478        },
53479        "successRateMinimumHosts": {
53480          "description": "The number of hosts in a cluster that must have enough request volume to detect success rate outliers. If the number of hosts is less than this setting, outlier detection via success rate statistics is not performed for any host in the cluster. Defaults to 5.",
53481          "format": "int32",
53482          "type": "integer"
53483        },
53484        "successRateRequestVolume": {
53485          "description": "The minimum number of total requests that must be collected in one interval (as defined by the interval duration above) to include this host in success rate based outlier detection. If the volume is lower than this setting, outlier detection via success rate statistics is not performed for that host. Defaults to 100.",
53486          "format": "int32",
53487          "type": "integer"
53488        },
53489        "successRateStdevFactor": {
53490          "description": "This factor is used to determine the ejection threshold for success rate outlier ejection. The ejection threshold is the difference between the mean success rate, and the product of this factor and the standard deviation of the mean success rate: mean - (stdev * success_rate_stdev_factor). This factor is divided by a thousand to get a double. That is, if the desired factor is 1.9, the runtime value should be 1900. Defaults to 1900.",
53491          "format": "int32",
53492          "type": "integer"
53493        }
53494      },
53495      "type": "object"
53496    },
53497    "PacketIntervals": {
53498      "description": "Next free: 7",
53499      "id": "PacketIntervals",
53500      "properties": {
53501        "avgMs": {
53502          "description": "Average observed inter-packet interval in milliseconds.",
53503          "format": "int64",
53504          "type": "string"
53505        },
53506        "duration": {
53507          "description": "From how long ago in the past these intervals were observed.",
53508          "enum": [
53509            "DURATION_UNSPECIFIED",
53510            "HOUR",
53511            "MAX",
53512            "MINUTE"
53513          ],
53514          "enumDescriptions": [
53515            "",
53516            "",
53517            "",
53518            ""
53519          ],
53520          "type": "string"
53521        },
53522        "maxMs": {
53523          "description": "Maximum observed inter-packet interval in milliseconds.",
53524          "format": "int64",
53525          "type": "string"
53526        },
53527        "minMs": {
53528          "description": "Minimum observed inter-packet interval in milliseconds.",
53529          "format": "int64",
53530          "type": "string"
53531        },
53532        "numIntervals": {
53533          "description": "Number of inter-packet intervals from which these statistics were derived.",
53534          "format": "int64",
53535          "type": "string"
53536        },
53537        "type": {
53538          "description": "The type of packets for which inter-packet intervals were computed.",
53539          "enum": [
53540            "LOOPBACK",
53541            "RECEIVE",
53542            "TRANSMIT",
53543            "TYPE_UNSPECIFIED"
53544          ],
53545          "enumDescriptions": [
53546            "",
53547            "",
53548            "",
53549            ""
53550          ],
53551          "type": "string"
53552        }
53553      },
53554      "type": "object"
53555    },
53556    "PacketMirroring": {
53557      "description": "Represents a Packet Mirroring resource.\n\nPacket Mirroring clones the traffic of specified instances in your Virtual Private Cloud (VPC) network and forwards it to a collector destination, such as an instance group of an internal TCP/UDP load balancer, for analysis or examination. For more information about setting up Packet Mirroring, see Using Packet Mirroring. (== resource_for {$api_version}.packetMirrorings ==)",
53558      "id": "PacketMirroring",
53559      "properties": {
53560        "collectorIlb": {
53561          "$ref": "PacketMirroringForwardingRuleInfo",
53562          "description": "The Forwarding Rule resource of type loadBalancingScheme=INTERNAL that will be used as collector for mirrored traffic. The specified forwarding rule must have isMirroringCollector set to true."
53563        },
53564        "creationTimestamp": {
53565          "description": "[Output Only] Creation timestamp in RFC3339 text format.",
53566          "type": "string"
53567        },
53568        "description": {
53569          "description": "An optional description of this resource. Provide this property when you create the resource.",
53570          "type": "string"
53571        },
53572        "enable": {
53573          "description": "Indicates whether or not this packet mirroring takes effect. If set to FALSE, this packet mirroring policy will not be enforced on the network.\n\nThe default is TRUE.",
53574          "enum": [
53575            "FALSE",
53576            "TRUE"
53577          ],
53578          "enumDescriptions": [
53579            "",
53580            ""
53581          ],
53582          "type": "string"
53583        },
53584        "filter": {
53585          "$ref": "PacketMirroringFilter",
53586          "description": "Filter for mirrored traffic. If unspecified, all traffic is mirrored."
53587        },
53588        "id": {
53589          "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.",
53590          "format": "uint64",
53591          "type": "string"
53592        },
53593        "kind": {
53594          "default": "compute#packetMirroring",
53595          "description": "[Output Only] Type of the resource. Always compute#packetMirroring for packet mirrorings.",
53596          "type": "string"
53597        },
53598        "mirroredResources": {
53599          "$ref": "PacketMirroringMirroredResourceInfo",
53600          "description": "PacketMirroring mirroredResourceInfos. MirroredResourceInfo specifies a set of mirrored VM instances, subnetworks and/or tags for which traffic from/to all VM instances will be mirrored."
53601        },
53602        "name": {
53603          "annotations": {
53604            "required": [
53605              "compute.packetMirrorings.insert"
53606            ]
53607          },
53608          "description": "Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.",
53609          "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
53610          "type": "string"
53611        },
53612        "network": {
53613          "$ref": "PacketMirroringNetworkInfo",
53614          "annotations": {
53615            "required": [
53616              "compute.packetMirrorings.insert"
53617            ]
53618          },
53619          "description": "Specifies the mirrored VPC network. Only packets in this network will be mirrored. All mirrored VMs should have a NIC in the given network. All mirrored subnetworks should belong to the given network."
53620        },
53621        "priority": {
53622          "description": "The priority of applying this configuration. Priority is used to break ties in cases where there is more than one matching rule. In the case of two rules that apply for a given Instance, the one with the lowest-numbered priority value wins.\n\nDefault value is 1000. Valid range is 0 through 65535.",
53623          "format": "uint32",
53624          "type": "integer"
53625        },
53626        "region": {
53627          "description": "[Output Only] URI of the region where the packetMirroring resides.",
53628          "type": "string"
53629        },
53630        "selfLink": {
53631          "description": "[Output Only] Server-defined URL for the resource.",
53632          "type": "string"
53633        },
53634        "selfLinkWithId": {
53635          "description": "[Output Only] Server-defined URL for this resource with the resource id.",
53636          "type": "string"
53637        }
53638      },
53639      "type": "object"
53640    },
53641    "PacketMirroringAggregatedList": {
53642      "description": "Contains a list of packetMirrorings.",
53643      "id": "PacketMirroringAggregatedList",
53644      "properties": {
53645        "id": {
53646          "description": "[Output Only] Unique identifier for the resource; defined by the server.",
53647          "type": "string"
53648        },
53649        "items": {
53650          "additionalProperties": {
53651            "$ref": "PacketMirroringsScopedList",
53652            "description": "Name of the scope containing this set of packetMirrorings."
53653          },
53654          "description": "A list of PacketMirroring resources.",
53655          "type": "object"
53656        },
53657        "kind": {
53658          "default": "compute#packetMirroringAggregatedList",
53659          "description": "Type of resource.",
53660          "type": "string"
53661        },
53662        "nextPageToken": {
53663          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
53664          "type": "string"
53665        },
53666        "selfLink": {
53667          "description": "[Output Only] Server-defined URL for this resource.",
53668          "type": "string"
53669        },
53670        "unreachables": {
53671          "description": "[Output Only] Unreachable resources.",
53672          "items": {
53673            "type": "string"
53674          },
53675          "type": "array"
53676        },
53677        "warning": {
53678          "description": "[Output Only] Informational warning message.",
53679          "properties": {
53680            "code": {
53681              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
53682              "enum": [
53683                "CLEANUP_FAILED",
53684                "DEPRECATED_RESOURCE_USED",
53685                "DEPRECATED_TYPE_USED",
53686                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
53687                "EXPERIMENTAL_TYPE_USED",
53688                "EXTERNAL_API_WARNING",
53689                "FIELD_VALUE_OVERRIDEN",
53690                "INJECTED_KERNELS_DEPRECATED",
53691                "LARGE_DEPLOYMENT_WARNING",
53692                "MISSING_TYPE_DEPENDENCY",
53693                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
53694                "NEXT_HOP_CANNOT_IP_FORWARD",
53695                "NEXT_HOP_INSTANCE_NOT_FOUND",
53696                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
53697                "NEXT_HOP_NOT_RUNNING",
53698                "NOT_CRITICAL_ERROR",
53699                "NO_RESULTS_ON_PAGE",
53700                "PARTIAL_SUCCESS",
53701                "REQUIRED_TOS_AGREEMENT",
53702                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
53703                "RESOURCE_NOT_DELETED",
53704                "SCHEMA_VALIDATION_IGNORED",
53705                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
53706                "UNDECLARED_PROPERTIES",
53707                "UNREACHABLE"
53708              ],
53709              "enumDescriptions": [
53710                "",
53711                "",
53712                "",
53713                "",
53714                "",
53715                "",
53716                "",
53717                "",
53718                "",
53719                "",
53720                "",
53721                "",
53722                "",
53723                "",
53724                "",
53725                "",
53726                "",
53727                "",
53728                "",
53729                "",
53730                "",
53731                "",
53732                "",
53733                "",
53734                ""
53735              ],
53736              "type": "string"
53737            },
53738            "data": {
53739              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
53740              "items": {
53741                "properties": {
53742                  "key": {
53743                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
53744                    "type": "string"
53745                  },
53746                  "value": {
53747                    "description": "[Output Only] A warning data value corresponding to the key.",
53748                    "type": "string"
53749                  }
53750                },
53751                "type": "object"
53752              },
53753              "type": "array"
53754            },
53755            "message": {
53756              "description": "[Output Only] A human-readable description of the warning code.",
53757              "type": "string"
53758            }
53759          },
53760          "type": "object"
53761        }
53762      },
53763      "type": "object"
53764    },
53765    "PacketMirroringFilter": {
53766      "id": "PacketMirroringFilter",
53767      "properties": {
53768        "IPProtocols": {
53769          "description": "Protocols that apply as filter on mirrored traffic. If no protocols are specified, all traffic that matches the specified CIDR ranges is mirrored. If neither cidrRanges nor IPProtocols is specified, all traffic is mirrored.",
53770          "items": {
53771            "type": "string"
53772          },
53773          "type": "array"
53774        },
53775        "cidrRanges": {
53776          "description": "IP CIDR ranges that apply as filter on the source (ingress) or destination (egress) IP in the IP header. Only IPv4 is supported. If no ranges are specified, all traffic that matches the specified IPProtocols is mirrored. If neither cidrRanges nor IPProtocols is specified, all traffic is mirrored.",
53777          "items": {
53778            "type": "string"
53779          },
53780          "type": "array"
53781        },
53782        "direction": {
53783          "description": "Direction of traffic to mirror, either INGRESS, EGRESS, or BOTH. The default is BOTH.",
53784          "enum": [
53785            "BOTH",
53786            "EGRESS",
53787            "INGRESS"
53788          ],
53789          "enumDescriptions": [
53790            "",
53791            "",
53792            ""
53793          ],
53794          "type": "string"
53795        }
53796      },
53797      "type": "object"
53798    },
53799    "PacketMirroringForwardingRuleInfo": {
53800      "id": "PacketMirroringForwardingRuleInfo",
53801      "properties": {
53802        "canonicalUrl": {
53803          "description": "[Output Only] Unique identifier for the forwarding rule; defined by the server.",
53804          "type": "string"
53805        },
53806        "url": {
53807          "description": "Resource URL to the forwarding rule representing the ILB configured as destination of the mirrored traffic.",
53808          "type": "string"
53809        }
53810      },
53811      "type": "object"
53812    },
53813    "PacketMirroringList": {
53814      "description": "Contains a list of PacketMirroring resources.",
53815      "id": "PacketMirroringList",
53816      "properties": {
53817        "id": {
53818          "description": "[Output Only] Unique identifier for the resource; defined by the server.",
53819          "type": "string"
53820        },
53821        "items": {
53822          "description": "A list of PacketMirroring resources.",
53823          "items": {
53824            "$ref": "PacketMirroring"
53825          },
53826          "type": "array"
53827        },
53828        "kind": {
53829          "default": "compute#packetMirroringList",
53830          "description": "[Output Only] Type of resource. Always compute#packetMirroring for packetMirrorings.",
53831          "type": "string"
53832        },
53833        "nextPageToken": {
53834          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
53835          "type": "string"
53836        },
53837        "selfLink": {
53838          "description": "[Output Only] Server-defined URL for this resource.",
53839          "type": "string"
53840        },
53841        "warning": {
53842          "description": "[Output Only] Informational warning message.",
53843          "properties": {
53844            "code": {
53845              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
53846              "enum": [
53847                "CLEANUP_FAILED",
53848                "DEPRECATED_RESOURCE_USED",
53849                "DEPRECATED_TYPE_USED",
53850                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
53851                "EXPERIMENTAL_TYPE_USED",
53852                "EXTERNAL_API_WARNING",
53853                "FIELD_VALUE_OVERRIDEN",
53854                "INJECTED_KERNELS_DEPRECATED",
53855                "LARGE_DEPLOYMENT_WARNING",
53856                "MISSING_TYPE_DEPENDENCY",
53857                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
53858                "NEXT_HOP_CANNOT_IP_FORWARD",
53859                "NEXT_HOP_INSTANCE_NOT_FOUND",
53860                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
53861                "NEXT_HOP_NOT_RUNNING",
53862                "NOT_CRITICAL_ERROR",
53863                "NO_RESULTS_ON_PAGE",
53864                "PARTIAL_SUCCESS",
53865                "REQUIRED_TOS_AGREEMENT",
53866                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
53867                "RESOURCE_NOT_DELETED",
53868                "SCHEMA_VALIDATION_IGNORED",
53869                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
53870                "UNDECLARED_PROPERTIES",
53871                "UNREACHABLE"
53872              ],
53873              "enumDescriptions": [
53874                "",
53875                "",
53876                "",
53877                "",
53878                "",
53879                "",
53880                "",
53881                "",
53882                "",
53883                "",
53884                "",
53885                "",
53886                "",
53887                "",
53888                "",
53889                "",
53890                "",
53891                "",
53892                "",
53893                "",
53894                "",
53895                "",
53896                "",
53897                "",
53898                ""
53899              ],
53900              "type": "string"
53901            },
53902            "data": {
53903              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
53904              "items": {
53905                "properties": {
53906                  "key": {
53907                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
53908                    "type": "string"
53909                  },
53910                  "value": {
53911                    "description": "[Output Only] A warning data value corresponding to the key.",
53912                    "type": "string"
53913                  }
53914                },
53915                "type": "object"
53916              },
53917              "type": "array"
53918            },
53919            "message": {
53920              "description": "[Output Only] A human-readable description of the warning code.",
53921              "type": "string"
53922            }
53923          },
53924          "type": "object"
53925        }
53926      },
53927      "type": "object"
53928    },
53929    "PacketMirroringMirroredResourceInfo": {
53930      "id": "PacketMirroringMirroredResourceInfo",
53931      "properties": {
53932        "instances": {
53933          "description": "A set of virtual machine instances that are being mirrored. They must live in zones contained in the same region as this packetMirroring.\n\nNote that this config will apply only to those network interfaces of the Instances that belong to the network specified in this packetMirroring.\n\nYou may specify a maximum of 50 Instances.",
53934          "items": {
53935            "$ref": "PacketMirroringMirroredResourceInfoInstanceInfo"
53936          },
53937          "type": "array"
53938        },
53939        "subnetworks": {
53940          "description": "A set of subnetworks for which traffic from/to all VM instances will be mirrored. They must live in the same region as this packetMirroring.\n\nYou may specify a maximum of 5 subnetworks.",
53941          "items": {
53942            "$ref": "PacketMirroringMirroredResourceInfoSubnetInfo"
53943          },
53944          "type": "array"
53945        },
53946        "tags": {
53947          "description": "A set of mirrored tags. Traffic from/to all VM instances that have one or more of these tags will be mirrored.",
53948          "items": {
53949            "type": "string"
53950          },
53951          "type": "array"
53952        }
53953      },
53954      "type": "object"
53955    },
53956    "PacketMirroringMirroredResourceInfoInstanceInfo": {
53957      "id": "PacketMirroringMirroredResourceInfoInstanceInfo",
53958      "properties": {
53959        "canonicalUrl": {
53960          "description": "[Output Only] Unique identifier for the instance; defined by the server.",
53961          "type": "string"
53962        },
53963        "url": {
53964          "description": "Resource URL to the virtual machine instance which is being mirrored.",
53965          "type": "string"
53966        }
53967      },
53968      "type": "object"
53969    },
53970    "PacketMirroringMirroredResourceInfoSubnetInfo": {
53971      "id": "PacketMirroringMirroredResourceInfoSubnetInfo",
53972      "properties": {
53973        "canonicalUrl": {
53974          "description": "[Output Only] Unique identifier for the subnetwork; defined by the server.",
53975          "type": "string"
53976        },
53977        "url": {
53978          "description": "Resource URL to the subnetwork for which traffic from/to all VM instances will be mirrored.",
53979          "type": "string"
53980        }
53981      },
53982      "type": "object"
53983    },
53984    "PacketMirroringNetworkInfo": {
53985      "id": "PacketMirroringNetworkInfo",
53986      "properties": {
53987        "canonicalUrl": {
53988          "description": "[Output Only] Unique identifier for the network; defined by the server.",
53989          "type": "string"
53990        },
53991        "url": {
53992          "description": "URL of the network resource.",
53993          "type": "string"
53994        }
53995      },
53996      "type": "object"
53997    },
53998    "PacketMirroringsScopedList": {
53999      "id": "PacketMirroringsScopedList",
54000      "properties": {
54001        "packetMirrorings": {
54002          "description": "A list of packetMirrorings contained in this scope.",
54003          "items": {
54004            "$ref": "PacketMirroring"
54005          },
54006          "type": "array"
54007        },
54008        "warning": {
54009          "description": "Informational warning which replaces the list of packetMirrorings when the list is empty.",
54010          "properties": {
54011            "code": {
54012              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
54013              "enum": [
54014                "CLEANUP_FAILED",
54015                "DEPRECATED_RESOURCE_USED",
54016                "DEPRECATED_TYPE_USED",
54017                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
54018                "EXPERIMENTAL_TYPE_USED",
54019                "EXTERNAL_API_WARNING",
54020                "FIELD_VALUE_OVERRIDEN",
54021                "INJECTED_KERNELS_DEPRECATED",
54022                "LARGE_DEPLOYMENT_WARNING",
54023                "MISSING_TYPE_DEPENDENCY",
54024                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
54025                "NEXT_HOP_CANNOT_IP_FORWARD",
54026                "NEXT_HOP_INSTANCE_NOT_FOUND",
54027                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
54028                "NEXT_HOP_NOT_RUNNING",
54029                "NOT_CRITICAL_ERROR",
54030                "NO_RESULTS_ON_PAGE",
54031                "PARTIAL_SUCCESS",
54032                "REQUIRED_TOS_AGREEMENT",
54033                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
54034                "RESOURCE_NOT_DELETED",
54035                "SCHEMA_VALIDATION_IGNORED",
54036                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
54037                "UNDECLARED_PROPERTIES",
54038                "UNREACHABLE"
54039              ],
54040              "enumDescriptions": [
54041                "",
54042                "",
54043                "",
54044                "",
54045                "",
54046                "",
54047                "",
54048                "",
54049                "",
54050                "",
54051                "",
54052                "",
54053                "",
54054                "",
54055                "",
54056                "",
54057                "",
54058                "",
54059                "",
54060                "",
54061                "",
54062                "",
54063                "",
54064                "",
54065                ""
54066              ],
54067              "type": "string"
54068            },
54069            "data": {
54070              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
54071              "items": {
54072                "properties": {
54073                  "key": {
54074                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
54075                    "type": "string"
54076                  },
54077                  "value": {
54078                    "description": "[Output Only] A warning data value corresponding to the key.",
54079                    "type": "string"
54080                  }
54081                },
54082                "type": "object"
54083              },
54084              "type": "array"
54085            },
54086            "message": {
54087              "description": "[Output Only] A human-readable description of the warning code.",
54088              "type": "string"
54089            }
54090          },
54091          "type": "object"
54092        }
54093      },
54094      "type": "object"
54095    },
54096    "PathMatcher": {
54097      "description": "A matcher for the path portion of the URL. The BackendService from the longest-matched rule will serve the URL. If no rule was matched, the default service will be used.",
54098      "id": "PathMatcher",
54099      "properties": {
54100        "defaultRouteAction": {
54101          "$ref": "HttpRouteAction",
54102          "description": "defaultRouteAction takes effect when none of the  pathRules or routeRules match. The load balancer performs advanced routing actions like URL rewrites, header transformations, etc. prior to forwarding the request to the selected backend. If defaultRouteAction specifies any weightedBackendServices, defaultService must not be set. Conversely if defaultService is set, defaultRouteAction cannot contain any  weightedBackendServices.\nOnly one of defaultRouteAction or defaultUrlRedirect must be set.\nUrlMaps for external HTTP(S) load balancers support only the urlRewrite action within a pathMatcher's defaultRouteAction."
54103        },
54104        "defaultService": {
54105          "description": "The full or partial URL to the BackendService resource. This will be used if none of the pathRules or routeRules defined by this PathMatcher are matched. For example, the following are all valid URLs to a BackendService resource:  \n- https://www.googleapis.com/compute/v1/projects/project/global/backendServices/backendService \n- compute/v1/projects/project/global/backendServices/backendService \n- global/backendServices/backendService  If defaultRouteAction is additionally specified, advanced routing actions like URL Rewrites, etc. take effect prior to sending the request to the backend. However, if defaultService is specified, defaultRouteAction cannot contain any weightedBackendServices. Conversely, if defaultRouteAction specifies any weightedBackendServices, defaultService must not be specified.\nOnly one of defaultService, defaultUrlRedirect  or defaultRouteAction.weightedBackendService must be set.\nAuthorization requires one or more of the following Google IAM permissions on the specified resource default_service:  \n- compute.backendBuckets.use \n- compute.backendServices.use",
54106          "type": "string"
54107        },
54108        "defaultUrlRedirect": {
54109          "$ref": "HttpRedirectAction",
54110          "description": "When none of the specified pathRules or routeRules match, the request is redirected to a URL specified by defaultUrlRedirect.\nIf defaultUrlRedirect is specified, defaultService or defaultRouteAction must not be set.\nNot supported when the URL map is bound to target gRPC proxy."
54111        },
54112        "description": {
54113          "description": "An optional description of this resource. Provide this property when you create the resource.",
54114          "type": "string"
54115        },
54116        "headerAction": {
54117          "$ref": "HttpHeaderAction",
54118          "description": "Specifies changes to request and response headers that need to take effect for the selected backendService.\nHeaderAction specified here are applied after the matching HttpRouteRule HeaderAction and before the HeaderAction in the UrlMap \nNote that headerAction is not supported for Loadbalancers that have their loadBalancingScheme set to EXTERNAL.\nNot supported when the URL map is bound to target gRPC proxy that has validateForProxyless field set to true."
54119        },
54120        "name": {
54121          "description": "The name to which this PathMatcher is referred by the HostRule.",
54122          "type": "string"
54123        },
54124        "pathRules": {
54125          "description": "The list of path rules. Use this list instead of routeRules when routing based on simple path matching is all that's required. The order by which path rules are specified does not matter. Matches are always done on the longest-path-first basis.\nFor example: a pathRule with a path /a/b/c/* will match before /a/b/* irrespective of the order in which those paths appear in this list.\nWithin a given pathMatcher, only one of pathRules or routeRules must be set.",
54126          "items": {
54127            "$ref": "PathRule"
54128          },
54129          "type": "array"
54130        },
54131        "routeRules": {
54132          "description": "The list of HTTP route rules. Use this list instead of pathRules when advanced route matching and routing actions are desired. routeRules are evaluated in order of priority, from the lowest to highest number.\nWithin a given pathMatcher, you can set only one of pathRules or routeRules.",
54133          "items": {
54134            "$ref": "HttpRouteRule"
54135          },
54136          "type": "array"
54137        }
54138      },
54139      "type": "object"
54140    },
54141    "PathRule": {
54142      "description": "A path-matching rule for a URL. If matched, will use the specified BackendService to handle the traffic arriving at this URL.",
54143      "id": "PathRule",
54144      "properties": {
54145        "paths": {
54146          "description": "The list of path patterns to match. Each must start with / and the only place a * is allowed is at the end following a /. The string fed to the path matcher does not include any text after the first ? or #, and those chars are not allowed here.",
54147          "items": {
54148            "type": "string"
54149          },
54150          "type": "array"
54151        },
54152        "routeAction": {
54153          "$ref": "HttpRouteAction",
54154          "description": "In response to a matching path, the load balancer performs advanced routing actions like URL rewrites, header transformations, etc. prior to forwarding the request to the selected backend. If routeAction specifies any  weightedBackendServices, service must not be set. Conversely if service is set, routeAction cannot contain any  weightedBackendServices.\nOnly one of routeAction or urlRedirect must be set.\nUrlMaps for external HTTP(S) load balancers support only the urlRewrite action within a pathRule's routeAction."
54155        },
54156        "service": {
54157          "description": "The full or partial URL of the backend service resource to which traffic is directed if this rule is matched. If routeAction is additionally specified, advanced routing actions like URL Rewrites, etc. take effect prior to sending the request to the backend. However, if service is specified, routeAction cannot contain any weightedBackendService s. Conversely, if routeAction specifies any  weightedBackendServices, service must not be specified.\nOnly one of urlRedirect, service or routeAction.weightedBackendService must be set.",
54158          "type": "string"
54159        },
54160        "urlRedirect": {
54161          "$ref": "HttpRedirectAction",
54162          "description": "When a path pattern is matched, the request is redirected to a URL specified by urlRedirect.\nIf urlRedirect is specified, service or routeAction must not be set.\nNot supported when the URL map is bound to target gRPC proxy."
54163        }
54164      },
54165      "type": "object"
54166    },
54167    "PeerAuthenticationMethod": {
54168      "description": "[Deprecated] Configuration for the peer authentication method. Configuration for the peer authentication method.",
54169      "id": "PeerAuthenticationMethod",
54170      "properties": {
54171        "mtls": {
54172          "$ref": "MutualTls",
54173          "description": "Set if mTLS is used for peer authentication."
54174        }
54175      },
54176      "type": "object"
54177    },
54178    "PerInstanceConfig": {
54179      "id": "PerInstanceConfig",
54180      "properties": {
54181        "fingerprint": {
54182          "description": "Fingerprint of this per-instance config. This field can be used in optimistic locking. It is ignored when inserting a per-instance config. An up-to-date fingerprint must be provided in order to update an existing per-instance config or the field needs to be unset.",
54183          "format": "byte",
54184          "type": "string"
54185        },
54186        "name": {
54187          "description": "The name of a per-instance config and its corresponding instance. Serves as a merge key during UpdatePerInstanceConfigs operations, that is, if a per-instance config with the same name exists then it will be updated, otherwise a new one will be created for the VM instance with the same name. An attempt to create a per-instance config for a VM instance that either doesn't exist or is not part of the group will result in an error.",
54188          "type": "string"
54189        },
54190        "preservedState": {
54191          "$ref": "PreservedState",
54192          "description": "The intended preserved state for the given instance. Does not contain preserved state generated from a stateful policy."
54193        },
54194        "status": {
54195          "description": "The status of applying this per-instance config on the corresponding managed instance.",
54196          "enum": [
54197            "APPLYING",
54198            "DELETING",
54199            "EFFECTIVE",
54200            "NONE",
54201            "UNAPPLIED",
54202            "UNAPPLIED_DELETION"
54203          ],
54204          "enumDescriptions": [
54205            "",
54206            "",
54207            "",
54208            "",
54209            "",
54210            ""
54211          ],
54212          "type": "string"
54213        }
54214      },
54215      "type": "object"
54216    },
54217    "Permission": {
54218      "description": "[Deprecated] All fields defined in a permission are ANDed.",
54219      "id": "Permission",
54220      "properties": {
54221        "constraints": {
54222          "description": "Extra custom constraints. The constraints are ANDed together.",
54223          "items": {
54224            "$ref": "PermissionConstraint"
54225          },
54226          "type": "array"
54227        },
54228        "hosts": {
54229          "description": "Used in Ingress or Egress Gateway cases to specify hosts that the policy applies to. Exact match, prefix match, and suffix match are supported.",
54230          "items": {
54231            "type": "string"
54232          },
54233          "type": "array"
54234        },
54235        "methods": {
54236          "description": "HTTP method.",
54237          "items": {
54238            "type": "string"
54239          },
54240          "type": "array"
54241        },
54242        "notHosts": {
54243          "description": "Negate of hosts. Specifies exclusions.",
54244          "items": {
54245            "type": "string"
54246          },
54247          "type": "array"
54248        },
54249        "notMethods": {
54250          "description": "Negate of methods. Specifies exclusions.",
54251          "items": {
54252            "type": "string"
54253          },
54254          "type": "array"
54255        },
54256        "notPaths": {
54257          "description": "Negate of paths. Specifies exclusions.",
54258          "items": {
54259            "type": "string"
54260          },
54261          "type": "array"
54262        },
54263        "notPorts": {
54264          "description": "Negate of ports. Specifies exclusions.",
54265          "items": {
54266            "type": "string"
54267          },
54268          "type": "array"
54269        },
54270        "paths": {
54271          "description": "HTTP request paths or gRPC methods. Exact match, prefix match, and suffix match are supported.",
54272          "items": {
54273            "type": "string"
54274          },
54275          "type": "array"
54276        },
54277        "ports": {
54278          "description": "Port names or numbers.",
54279          "items": {
54280            "type": "string"
54281          },
54282          "type": "array"
54283        }
54284      },
54285      "type": "object"
54286    },
54287    "PermissionConstraint": {
54288      "description": "Custom constraint that specifies a key and a list of allowed values for Istio attributes.",
54289      "id": "PermissionConstraint",
54290      "properties": {
54291        "key": {
54292          "description": "Key of the constraint.",
54293          "type": "string"
54294        },
54295        "values": {
54296          "description": "A list of allowed values.",
54297          "items": {
54298            "type": "string"
54299          },
54300          "type": "array"
54301        }
54302      },
54303      "type": "object"
54304    },
54305    "Policy": {
54306      "description": "An Identity and Access Management (IAM) policy, which specifies access controls for Google Cloud resources.\n\n\n\nA `Policy` is a collection of `bindings`. A `binding` binds one or more `members` to a single `role`. Members can be user accounts, service accounts, Google groups, and domains (such as G Suite). A `role` is a named list of permissions; each `role` can be an IAM predefined role or a user-created custom role.\n\nFor some types of Google Cloud resources, a `binding` can also specify a `condition`, which is a logical expression that allows access to a resource only if the expression evaluates to `true`. A condition can add constraints based on attributes of the request, the resource, or both. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).\n\n**JSON example:**\n\n{ \"bindings\": [ { \"role\": \"roles/resourcemanager.organizationAdmin\", \"members\": [ \"user:mike@example.com\", \"group:admins@example.com\", \"domain:google.com\", \"serviceAccount:my-project-id@appspot.gserviceaccount.com\" ] }, { \"role\": \"roles/resourcemanager.organizationViewer\", \"members\": [ \"user:eve@example.com\" ], \"condition\": { \"title\": \"expirable access\", \"description\": \"Does not grant access after Sep 2020\", \"expression\": \"request.time \u003c timestamp('2020-10-01T00:00:00.000Z')\", } } ], \"etag\": \"BwWWja0YfJA=\", \"version\": 3 }\n\n**YAML example:**\n\nbindings: - members: - user:mike@example.com - group:admins@example.com - domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.com role: roles/resourcemanager.organizationViewer condition: title: expirable access description: Does not grant access after Sep 2020 expression: request.time \u003c timestamp('2020-10-01T00:00:00.000Z') - etag: BwWWja0YfJA= - version: 3\n\nFor a description of IAM and its features, see the [IAM documentation](https://cloud.google.com/iam/docs/).",
54307      "id": "Policy",
54308      "properties": {
54309        "auditConfigs": {
54310          "description": "Specifies cloud audit logging configuration for this policy.",
54311          "items": {
54312            "$ref": "AuditConfig"
54313          },
54314          "type": "array"
54315        },
54316        "bindings": {
54317          "description": "Associates a list of `members` to a `role`. Optionally, may specify a `condition` that determines how and when the `bindings` are applied. Each of the `bindings` must contain at least one member.",
54318          "items": {
54319            "$ref": "Binding"
54320          },
54321          "type": "array"
54322        },
54323        "etag": {
54324          "description": "`etag` is used for optimistic concurrency control as a way to help prevent simultaneous updates of a policy from overwriting each other. It is strongly suggested that systems make use of the `etag` in the read-modify-write cycle to perform policy updates in order to avoid race conditions: An `etag` is returned in the response to `getIamPolicy`, and systems are expected to put that etag in the request to `setIamPolicy` to ensure that their change will be applied to the same version of the policy.\n\n**Important:** If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the conditions in the version `3` policy are lost.",
54325          "format": "byte",
54326          "type": "string"
54327        },
54328        "iamOwned": {
54329          "description": "",
54330          "type": "boolean"
54331        },
54332        "rules": {
54333          "description": "If more than one rule is specified, the rules are applied in the following manner: - All matching LOG rules are always applied. - If any DENY/DENY_WITH_LOG rule matches, permission is denied. Logging will be applied if one or more matching rule requires logging. - Otherwise, if any ALLOW/ALLOW_WITH_LOG rule matches, permission is granted. Logging will be applied if one or more matching rule requires logging. - Otherwise, if no rule applies, permission is denied.",
54334          "items": {
54335            "$ref": "Rule"
54336          },
54337          "type": "array"
54338        },
54339        "version": {
54340          "description": "Specifies the format of the policy.\n\nValid values are `0`, `1`, and `3`. Requests that specify an invalid value are rejected.\n\nAny operation that affects conditional role bindings must specify version `3`. This requirement applies to the following operations:\n\n* Getting a policy that includes a conditional role binding * Adding a conditional role binding to a policy * Changing a conditional role binding in a policy * Removing any role binding, with or without a condition, from a policy that includes conditions\n\n**Important:** If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the conditions in the version `3` policy are lost.\n\nIf a policy does not include any conditions, operations on that policy may specify any valid version or leave the field unset.\n\nTo learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).",
54341          "format": "int32",
54342          "type": "integer"
54343        }
54344      },
54345      "type": "object"
54346    },
54347    "PreconfiguredWafSet": {
54348      "id": "PreconfiguredWafSet",
54349      "properties": {
54350        "expressionSets": {
54351          "description": "List of entities that are currently supported for WAF rules.",
54352          "items": {
54353            "$ref": "WafExpressionSet"
54354          },
54355          "type": "array"
54356        }
54357      },
54358      "type": "object"
54359    },
54360    "PreservedState": {
54361      "description": "Preserved state for a given instance.",
54362      "id": "PreservedState",
54363      "properties": {
54364        "disks": {
54365          "additionalProperties": {
54366            "$ref": "PreservedStatePreservedDisk"
54367          },
54368          "description": "Preserved disks defined for this instance. This map is keyed with the device names of the disks.",
54369          "type": "object"
54370        },
54371        "metadata": {
54372          "additionalProperties": {
54373            "type": "string"
54374          },
54375          "description": "Preserved metadata defined for this instance.",
54376          "type": "object"
54377        }
54378      },
54379      "type": "object"
54380    },
54381    "PreservedStatePreservedDisk": {
54382      "id": "PreservedStatePreservedDisk",
54383      "properties": {
54384        "autoDelete": {
54385          "description": "These stateful disks will never be deleted during autohealing, update, instance recreate operations. This flag is used to configure if the disk should be deleted after it is no longer used by the group, e.g. when the given instance or the whole MIG is deleted. Note: disks attached in READ_ONLY mode cannot be auto-deleted.",
54386          "enum": [
54387            "NEVER",
54388            "ON_PERMANENT_INSTANCE_DELETION"
54389          ],
54390          "enumDescriptions": [
54391            "",
54392            ""
54393          ],
54394          "type": "string"
54395        },
54396        "mode": {
54397          "description": "The mode in which to attach this disk, either READ_WRITE or READ_ONLY. If not specified, the default is to attach the disk in READ_WRITE mode.",
54398          "enum": [
54399            "READ_ONLY",
54400            "READ_WRITE"
54401          ],
54402          "enumDescriptions": [
54403            "",
54404            ""
54405          ],
54406          "type": "string"
54407        },
54408        "source": {
54409          "description": "The URL of the disk resource that is stateful and should be attached to the VM instance.",
54410          "type": "string"
54411        }
54412      },
54413      "type": "object"
54414    },
54415    "Principal": {
54416      "description": "[Deprecated] All fields defined in a principal are ANDed.",
54417      "id": "Principal",
54418      "properties": {
54419        "condition": {
54420          "description": "An expression to specify custom condition.",
54421          "type": "string"
54422        },
54423        "groups": {
54424          "description": "The groups the principal belongs to. Exact match, prefix match, and suffix match are supported.",
54425          "items": {
54426            "type": "string"
54427          },
54428          "type": "array"
54429        },
54430        "ips": {
54431          "description": "IPv4 or IPv6 address or range (In CIDR format)",
54432          "items": {
54433            "type": "string"
54434          },
54435          "type": "array"
54436        },
54437        "namespaces": {
54438          "description": "The namespaces. Exact match, prefix match, and suffix match are supported.",
54439          "items": {
54440            "type": "string"
54441          },
54442          "type": "array"
54443        },
54444        "notGroups": {
54445          "description": "Negate of groups. Specifies exclusions.",
54446          "items": {
54447            "type": "string"
54448          },
54449          "type": "array"
54450        },
54451        "notIps": {
54452          "description": "Negate of IPs. Specifies exclusions.",
54453          "items": {
54454            "type": "string"
54455          },
54456          "type": "array"
54457        },
54458        "notNamespaces": {
54459          "description": "Negate of namespaces. Specifies exclusions.",
54460          "items": {
54461            "type": "string"
54462          },
54463          "type": "array"
54464        },
54465        "notUsers": {
54466          "description": "Negate of users. Specifies exclusions.",
54467          "items": {
54468            "type": "string"
54469          },
54470          "type": "array"
54471        },
54472        "properties": {
54473          "additionalProperties": {
54474            "type": "string"
54475          },
54476          "description": "A map of Istio attribute to expected values. Exact match, prefix match, and suffix match are supported for values. For example, `request.headers[version]: \"v1\"`. The properties are ANDed together.",
54477          "type": "object"
54478        },
54479        "users": {
54480          "description": "The user names/IDs or service accounts. Exact match, prefix match, and suffix match are supported.",
54481          "items": {
54482            "type": "string"
54483          },
54484          "type": "array"
54485        }
54486      },
54487      "type": "object"
54488    },
54489    "Project": {
54490      "description": "Represents a Project resource.\n\nA project is used to organize resources in a Google Cloud Platform environment. For more information, read about the  Resource Hierarchy. (== resource_for {$api_version}.projects ==)",
54491      "id": "Project",
54492      "properties": {
54493        "commonInstanceMetadata": {
54494          "$ref": "Metadata",
54495          "description": "Metadata key/value pairs available to all instances contained in this project. See Custom metadata for more information."
54496        },
54497        "creationTimestamp": {
54498          "description": "[Output Only] Creation timestamp in RFC3339 text format.",
54499          "type": "string"
54500        },
54501        "defaultNetworkTier": {
54502          "description": "This signifies the default network tier used for configuring resources of the project and can only take the following values: PREMIUM, STANDARD. Initially the default network tier is PREMIUM.",
54503          "enum": [
54504            "FIXED_STANDARD",
54505            "PREMIUM",
54506            "SELECT",
54507            "STANDARD",
54508            "STANDARD_OVERRIDES_FIXED_STANDARD"
54509          ],
54510          "enumDescriptions": [
54511            "",
54512            "",
54513            "",
54514            "",
54515            ""
54516          ],
54517          "type": "string"
54518        },
54519        "defaultServiceAccount": {
54520          "description": "[Output Only] Default service account used by VMs running in this project.",
54521          "type": "string"
54522        },
54523        "description": {
54524          "description": "An optional textual description of the resource.",
54525          "type": "string"
54526        },
54527        "enabledFeatures": {
54528          "description": "Restricted features enabled for use on this project.",
54529          "items": {
54530            "type": "string"
54531          },
54532          "type": "array"
54533        },
54534        "id": {
54535          "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server. This is not the project ID, and is just a unique ID used by Compute Engine to identify resources.",
54536          "format": "uint64",
54537          "type": "string"
54538        },
54539        "kind": {
54540          "default": "compute#project",
54541          "description": "[Output Only] Type of the resource. Always compute#project for projects.",
54542          "type": "string"
54543        },
54544        "name": {
54545          "description": "The project ID. For example: my-example-project. Use the project ID to make requests to Compute Engine.",
54546          "type": "string"
54547        },
54548        "quotas": {
54549          "description": "[Output Only] Quotas assigned to this project.",
54550          "items": {
54551            "$ref": "Quota"
54552          },
54553          "type": "array"
54554        },
54555        "selfLink": {
54556          "description": "[Output Only] Server-defined URL for the resource.",
54557          "type": "string"
54558        },
54559        "usageExportLocation": {
54560          "$ref": "UsageExportLocation",
54561          "description": "The naming prefix for daily usage reports and the Google Cloud Storage bucket where they are stored."
54562        },
54563        "xpnProjectStatus": {
54564          "description": "[Output Only] The role this project has in a shared VPC configuration. Currently, only projects with the host role, which is specified by the value HOST, are differentiated.",
54565          "enum": [
54566            "HOST",
54567            "UNSPECIFIED_XPN_PROJECT_STATUS"
54568          ],
54569          "enumDescriptions": [
54570            "",
54571            ""
54572          ],
54573          "type": "string"
54574        }
54575      },
54576      "type": "object"
54577    },
54578    "ProjectsDisableXpnResourceRequest": {
54579      "id": "ProjectsDisableXpnResourceRequest",
54580      "properties": {
54581        "xpnResource": {
54582          "$ref": "XpnResourceId",
54583          "description": "Service resource (a.k.a service project) ID."
54584        }
54585      },
54586      "type": "object"
54587    },
54588    "ProjectsEnableXpnResourceRequest": {
54589      "id": "ProjectsEnableXpnResourceRequest",
54590      "properties": {
54591        "xpnResource": {
54592          "$ref": "XpnResourceId",
54593          "description": "Service resource (a.k.a service project) ID."
54594        }
54595      },
54596      "type": "object"
54597    },
54598    "ProjectsGetXpnResources": {
54599      "id": "ProjectsGetXpnResources",
54600      "properties": {
54601        "kind": {
54602          "default": "compute#projectsGetXpnResources",
54603          "description": "[Output Only] Type of resource. Always compute#projectsGetXpnResources for lists of service resources (a.k.a service projects)",
54604          "type": "string"
54605        },
54606        "nextPageToken": {
54607          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
54608          "type": "string"
54609        },
54610        "resources": {
54611          "description": "Service resources (a.k.a service projects) attached to this project as their shared VPC host.",
54612          "items": {
54613            "$ref": "XpnResourceId"
54614          },
54615          "type": "array"
54616        }
54617      },
54618      "type": "object"
54619    },
54620    "ProjectsListXpnHostsRequest": {
54621      "id": "ProjectsListXpnHostsRequest",
54622      "properties": {
54623        "organization": {
54624          "description": "Optional organization ID managed by Cloud Resource Manager, for which to list shared VPC host projects. If not specified, the organization will be inferred from the project.",
54625          "type": "string"
54626        }
54627      },
54628      "type": "object"
54629    },
54630    "ProjectsSetDefaultNetworkTierRequest": {
54631      "id": "ProjectsSetDefaultNetworkTierRequest",
54632      "properties": {
54633        "networkTier": {
54634          "description": "Default network tier to be set.",
54635          "enum": [
54636            "FIXED_STANDARD",
54637            "PREMIUM",
54638            "SELECT",
54639            "STANDARD",
54640            "STANDARD_OVERRIDES_FIXED_STANDARD"
54641          ],
54642          "enumDescriptions": [
54643            "",
54644            "",
54645            "",
54646            "",
54647            ""
54648          ],
54649          "type": "string"
54650        }
54651      },
54652      "type": "object"
54653    },
54654    "ProjectsSetDefaultServiceAccountRequest": {
54655      "id": "ProjectsSetDefaultServiceAccountRequest",
54656      "properties": {
54657        "email": {
54658          "description": "Email address of the service account.",
54659          "type": "string"
54660        }
54661      },
54662      "type": "object"
54663    },
54664    "PublicAdvertisedPrefix": {
54665      "description": "A public advertised prefix represents an aggregated IP prefix or netblock which customers bring to cloud. The IP prefix is a single unit of route advertisement and is announced globally to the internet.",
54666      "id": "PublicAdvertisedPrefix",
54667      "properties": {
54668        "creationTimestamp": {
54669          "description": "[Output Only] Creation timestamp in RFC3339 text format.",
54670          "type": "string"
54671        },
54672        "description": {
54673          "description": "An optional description of this resource. Provide this property when you create the resource.",
54674          "type": "string"
54675        },
54676        "dnsVerificationIp": {
54677          "description": "The IPv4 address to be used for reverse DNS verification.",
54678          "type": "string"
54679        },
54680        "fingerprint": {
54681          "description": "Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic locking. This field will be ignored when inserting a new PublicAdvertisedPrefix. An up-to-date fingerprint must be provided in order to update the PublicAdvertisedPrefix, otherwise the request will fail with error 412 conditionNotMet.\n\nTo see the latest fingerprint, make a get() request to retrieve a PublicAdvertisedPrefix.",
54682          "format": "byte",
54683          "type": "string"
54684        },
54685        "id": {
54686          "description": "[Output Only] The unique identifier for the resource type. The server generates this identifier.",
54687          "format": "uint64",
54688          "type": "string"
54689        },
54690        "ipCidrRange": {
54691          "description": "The IPv4 address range, in CIDR format, represented by this public advertised prefix.",
54692          "type": "string"
54693        },
54694        "kind": {
54695          "default": "compute#publicAdvertisedPrefix",
54696          "description": "[Output Only] Type of the resource. Always compute#publicAdvertisedPrefix for public advertised prefixes.",
54697          "type": "string"
54698        },
54699        "name": {
54700          "annotations": {
54701            "required": [
54702              "compute.publicAdvertisedPrefixes.insert"
54703            ]
54704          },
54705          "description": "Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.",
54706          "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
54707          "type": "string"
54708        },
54709        "publicDelegatedPrefixs": {
54710          "description": "[Output Only] The list of public delegated prefixes that exist for this public advertised prefix.",
54711          "items": {
54712            "$ref": "PublicAdvertisedPrefixPublicDelegatedPrefix"
54713          },
54714          "type": "array"
54715        },
54716        "selfLink": {
54717          "description": "[Output Only] Server-defined URL for the resource.",
54718          "type": "string"
54719        },
54720        "selfLinkWithId": {
54721          "description": "[Output Only] Server-defined URL with id for the resource.",
54722          "type": "string"
54723        },
54724        "sharedSecret": {
54725          "description": "[Output Only] The shared secret to be used for reverse DNS verification.",
54726          "type": "string"
54727        },
54728        "status": {
54729          "description": "The status of the public advertised prefix.",
54730          "enum": [
54731            "INITIAL",
54732            "PREFIX_CONFIGURATION_COMPLETE",
54733            "PREFIX_CONFIGURATION_IN_PROGRESS",
54734            "PREFIX_REMOVAL_IN_PROGRESS",
54735            "PTR_CONFIGURED",
54736            "REVERSE_DNS_LOOKUP_FAILED",
54737            "VALIDATED"
54738          ],
54739          "enumDescriptions": [
54740            "",
54741            "",
54742            "",
54743            "",
54744            "",
54745            "",
54746            ""
54747          ],
54748          "type": "string"
54749        }
54750      },
54751      "type": "object"
54752    },
54753    "PublicAdvertisedPrefixList": {
54754      "id": "PublicAdvertisedPrefixList",
54755      "properties": {
54756        "id": {
54757          "description": "[Output Only] Unique identifier for the resource; defined by the server.",
54758          "type": "string"
54759        },
54760        "items": {
54761          "description": "A list of PublicAdvertisedPrefix resources.",
54762          "items": {
54763            "$ref": "PublicAdvertisedPrefix"
54764          },
54765          "type": "array"
54766        },
54767        "kind": {
54768          "default": "compute#publicAdvertisedPrefixList",
54769          "description": "[Output Only] Type of the resource. Always compute#publicAdvertisedPrefix for public advertised prefixes.",
54770          "type": "string"
54771        },
54772        "nextPageToken": {
54773          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
54774          "type": "string"
54775        },
54776        "selfLink": {
54777          "description": "[Output Only] Server-defined URL for this resource.",
54778          "type": "string"
54779        },
54780        "warning": {
54781          "description": "[Output Only] Informational warning message.",
54782          "properties": {
54783            "code": {
54784              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
54785              "enum": [
54786                "CLEANUP_FAILED",
54787                "DEPRECATED_RESOURCE_USED",
54788                "DEPRECATED_TYPE_USED",
54789                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
54790                "EXPERIMENTAL_TYPE_USED",
54791                "EXTERNAL_API_WARNING",
54792                "FIELD_VALUE_OVERRIDEN",
54793                "INJECTED_KERNELS_DEPRECATED",
54794                "LARGE_DEPLOYMENT_WARNING",
54795                "MISSING_TYPE_DEPENDENCY",
54796                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
54797                "NEXT_HOP_CANNOT_IP_FORWARD",
54798                "NEXT_HOP_INSTANCE_NOT_FOUND",
54799                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
54800                "NEXT_HOP_NOT_RUNNING",
54801                "NOT_CRITICAL_ERROR",
54802                "NO_RESULTS_ON_PAGE",
54803                "PARTIAL_SUCCESS",
54804                "REQUIRED_TOS_AGREEMENT",
54805                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
54806                "RESOURCE_NOT_DELETED",
54807                "SCHEMA_VALIDATION_IGNORED",
54808                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
54809                "UNDECLARED_PROPERTIES",
54810                "UNREACHABLE"
54811              ],
54812              "enumDescriptions": [
54813                "",
54814                "",
54815                "",
54816                "",
54817                "",
54818                "",
54819                "",
54820                "",
54821                "",
54822                "",
54823                "",
54824                "",
54825                "",
54826                "",
54827                "",
54828                "",
54829                "",
54830                "",
54831                "",
54832                "",
54833                "",
54834                "",
54835                "",
54836                "",
54837                ""
54838              ],
54839              "type": "string"
54840            },
54841            "data": {
54842              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
54843              "items": {
54844                "properties": {
54845                  "key": {
54846                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
54847                    "type": "string"
54848                  },
54849                  "value": {
54850                    "description": "[Output Only] A warning data value corresponding to the key.",
54851                    "type": "string"
54852                  }
54853                },
54854                "type": "object"
54855              },
54856              "type": "array"
54857            },
54858            "message": {
54859              "description": "[Output Only] A human-readable description of the warning code.",
54860              "type": "string"
54861            }
54862          },
54863          "type": "object"
54864        }
54865      },
54866      "type": "object"
54867    },
54868    "PublicAdvertisedPrefixPublicDelegatedPrefix": {
54869      "description": "Represents a CIDR range which can be used to assign addresses.",
54870      "id": "PublicAdvertisedPrefixPublicDelegatedPrefix",
54871      "properties": {
54872        "ipRange": {
54873          "description": "The IP address range of the public delegated prefix",
54874          "type": "string"
54875        },
54876        "name": {
54877          "description": "The name of the public delegated prefix",
54878          "type": "string"
54879        },
54880        "project": {
54881          "description": "The project number of the public delegated prefix",
54882          "type": "string"
54883        },
54884        "region": {
54885          "description": "The region of the public delegated prefix if it is regional. If absent, the prefix is global.",
54886          "type": "string"
54887        },
54888        "status": {
54889          "description": "The status of the public delegated prefix. Possible values are: INITIALIZING: The public delegated prefix is being initialized and addresses cannot be created yet. ANNOUNCED: The public delegated prefix is active.",
54890          "type": "string"
54891        }
54892      },
54893      "type": "object"
54894    },
54895    "PublicDelegatedPrefix": {
54896      "description": "A PublicDelegatedPrefix resource represents an IP block within a PublicAdvertisedPrefix that is configured within a single cloud scope (global or region). IPs in the block can be allocated to resources within that scope. Public delegated prefixes may be further broken up into smaller IP blocks in the same scope as the parent block.",
54897      "id": "PublicDelegatedPrefix",
54898      "properties": {
54899        "creationTimestamp": {
54900          "description": "[Output Only] Creation timestamp in RFC3339 text format.",
54901          "type": "string"
54902        },
54903        "description": {
54904          "description": "An optional description of this resource. Provide this property when you create the resource.",
54905          "type": "string"
54906        },
54907        "fingerprint": {
54908          "description": "Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic locking. This field will be ignored when inserting a new PublicDelegatedPrefix. An up-to-date fingerprint must be provided in order to update the PublicDelegatedPrefix, otherwise the request will fail with error 412 conditionNotMet.\n\nTo see the latest fingerprint, make a get() request to retrieve a PublicDelegatedPrefix.",
54909          "format": "byte",
54910          "type": "string"
54911        },
54912        "id": {
54913          "description": "[Output Only] The unique identifier for the resource type. The server generates this identifier.",
54914          "format": "uint64",
54915          "type": "string"
54916        },
54917        "ipCidrRange": {
54918          "description": "The IPv4 address range, in CIDR format, represented by this public delegated prefix.",
54919          "type": "string"
54920        },
54921        "kind": {
54922          "default": "compute#publicDelegatedPrefix",
54923          "description": "[Output Only] Type of the resource. Always compute#publicDelegatedPrefix for public delegated prefixes.",
54924          "type": "string"
54925        },
54926        "name": {
54927          "annotations": {
54928            "required": [
54929              "compute.publicDelegatedPrefixes.insert"
54930            ]
54931          },
54932          "description": "Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.",
54933          "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
54934          "type": "string"
54935        },
54936        "parentPrefix": {
54937          "description": "The URL of parent prefix. Either PublicAdvertisedPrefix or PublicDelegatedPrefix.",
54938          "type": "string"
54939        },
54940        "publicDelegatedSubPrefixs": {
54941          "description": "The list of sub public delegated prefixes that exist for this public delegated prefix.",
54942          "items": {
54943            "$ref": "PublicDelegatedPrefixPublicDelegatedSubPrefix"
54944          },
54945          "type": "array"
54946        },
54947        "region": {
54948          "description": "[Output Only] URL of the region where the public delegated prefix resides. This field applies only to the region resource. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.",
54949          "type": "string"
54950        },
54951        "selfLink": {
54952          "description": "[Output Only] Server-defined URL for the resource.",
54953          "type": "string"
54954        },
54955        "selfLinkWithId": {
54956          "description": "[Output Only] Server-defined URL with id for the resource.",
54957          "type": "string"
54958        },
54959        "status": {
54960          "description": "[Output Only] The status of the public delegated prefix.",
54961          "enum": [
54962            "ANNOUNCED",
54963            "INITIALIZING"
54964          ],
54965          "enumDescriptions": [
54966            "",
54967            ""
54968          ],
54969          "type": "string"
54970        }
54971      },
54972      "type": "object"
54973    },
54974    "PublicDelegatedPrefixAggregatedList": {
54975      "id": "PublicDelegatedPrefixAggregatedList",
54976      "properties": {
54977        "id": {
54978          "description": "[Output Only] Unique identifier for the resource; defined by the server.",
54979          "type": "string"
54980        },
54981        "items": {
54982          "additionalProperties": {
54983            "$ref": "PublicDelegatedPrefixesScopedList",
54984            "description": "[Output Only] Name of the scope containing this set of PublicDelegatedPrefixes."
54985          },
54986          "description": "A list of PublicDelegatedPrefixesScopedList resources.",
54987          "type": "object"
54988        },
54989        "kind": {
54990          "default": "compute#publicDelegatedPrefixAggregatedList",
54991          "description": "[Output Only] Type of the resource. Always compute#publicDelegatedPrefixAggregatedList for aggregated lists of public delegated prefixes.",
54992          "type": "string"
54993        },
54994        "nextPageToken": {
54995          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
54996          "type": "string"
54997        },
54998        "selfLink": {
54999          "description": "[Output Only] Server-defined URL for this resource.",
55000          "type": "string"
55001        },
55002        "unreachables": {
55003          "description": "[Output Only] Unreachable resources.",
55004          "items": {
55005            "type": "string"
55006          },
55007          "type": "array"
55008        },
55009        "warning": {
55010          "description": "[Output Only] Informational warning message.",
55011          "properties": {
55012            "code": {
55013              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
55014              "enum": [
55015                "CLEANUP_FAILED",
55016                "DEPRECATED_RESOURCE_USED",
55017                "DEPRECATED_TYPE_USED",
55018                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
55019                "EXPERIMENTAL_TYPE_USED",
55020                "EXTERNAL_API_WARNING",
55021                "FIELD_VALUE_OVERRIDEN",
55022                "INJECTED_KERNELS_DEPRECATED",
55023                "LARGE_DEPLOYMENT_WARNING",
55024                "MISSING_TYPE_DEPENDENCY",
55025                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
55026                "NEXT_HOP_CANNOT_IP_FORWARD",
55027                "NEXT_HOP_INSTANCE_NOT_FOUND",
55028                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
55029                "NEXT_HOP_NOT_RUNNING",
55030                "NOT_CRITICAL_ERROR",
55031                "NO_RESULTS_ON_PAGE",
55032                "PARTIAL_SUCCESS",
55033                "REQUIRED_TOS_AGREEMENT",
55034                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
55035                "RESOURCE_NOT_DELETED",
55036                "SCHEMA_VALIDATION_IGNORED",
55037                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
55038                "UNDECLARED_PROPERTIES",
55039                "UNREACHABLE"
55040              ],
55041              "enumDescriptions": [
55042                "",
55043                "",
55044                "",
55045                "",
55046                "",
55047                "",
55048                "",
55049                "",
55050                "",
55051                "",
55052                "",
55053                "",
55054                "",
55055                "",
55056                "",
55057                "",
55058                "",
55059                "",
55060                "",
55061                "",
55062                "",
55063                "",
55064                "",
55065                "",
55066                ""
55067              ],
55068              "type": "string"
55069            },
55070            "data": {
55071              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
55072              "items": {
55073                "properties": {
55074                  "key": {
55075                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
55076                    "type": "string"
55077                  },
55078                  "value": {
55079                    "description": "[Output Only] A warning data value corresponding to the key.",
55080                    "type": "string"
55081                  }
55082                },
55083                "type": "object"
55084              },
55085              "type": "array"
55086            },
55087            "message": {
55088              "description": "[Output Only] A human-readable description of the warning code.",
55089              "type": "string"
55090            }
55091          },
55092          "type": "object"
55093        }
55094      },
55095      "type": "object"
55096    },
55097    "PublicDelegatedPrefixList": {
55098      "id": "PublicDelegatedPrefixList",
55099      "properties": {
55100        "id": {
55101          "description": "[Output Only] Unique identifier for the resource; defined by the server.",
55102          "type": "string"
55103        },
55104        "items": {
55105          "description": "A list of PublicDelegatedPrefix resources.",
55106          "items": {
55107            "$ref": "PublicDelegatedPrefix"
55108          },
55109          "type": "array"
55110        },
55111        "kind": {
55112          "default": "compute#publicDelegatedPrefixList",
55113          "description": "[Output Only] Type of the resource. Always compute#publicDelegatedPrefixList for public delegated prefixes.",
55114          "type": "string"
55115        },
55116        "nextPageToken": {
55117          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
55118          "type": "string"
55119        },
55120        "selfLink": {
55121          "description": "[Output Only] Server-defined URL for this resource.",
55122          "type": "string"
55123        },
55124        "warning": {
55125          "description": "[Output Only] Informational warning message.",
55126          "properties": {
55127            "code": {
55128              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
55129              "enum": [
55130                "CLEANUP_FAILED",
55131                "DEPRECATED_RESOURCE_USED",
55132                "DEPRECATED_TYPE_USED",
55133                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
55134                "EXPERIMENTAL_TYPE_USED",
55135                "EXTERNAL_API_WARNING",
55136                "FIELD_VALUE_OVERRIDEN",
55137                "INJECTED_KERNELS_DEPRECATED",
55138                "LARGE_DEPLOYMENT_WARNING",
55139                "MISSING_TYPE_DEPENDENCY",
55140                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
55141                "NEXT_HOP_CANNOT_IP_FORWARD",
55142                "NEXT_HOP_INSTANCE_NOT_FOUND",
55143                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
55144                "NEXT_HOP_NOT_RUNNING",
55145                "NOT_CRITICAL_ERROR",
55146                "NO_RESULTS_ON_PAGE",
55147                "PARTIAL_SUCCESS",
55148                "REQUIRED_TOS_AGREEMENT",
55149                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
55150                "RESOURCE_NOT_DELETED",
55151                "SCHEMA_VALIDATION_IGNORED",
55152                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
55153                "UNDECLARED_PROPERTIES",
55154                "UNREACHABLE"
55155              ],
55156              "enumDescriptions": [
55157                "",
55158                "",
55159                "",
55160                "",
55161                "",
55162                "",
55163                "",
55164                "",
55165                "",
55166                "",
55167                "",
55168                "",
55169                "",
55170                "",
55171                "",
55172                "",
55173                "",
55174                "",
55175                "",
55176                "",
55177                "",
55178                "",
55179                "",
55180                "",
55181                ""
55182              ],
55183              "type": "string"
55184            },
55185            "data": {
55186              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
55187              "items": {
55188                "properties": {
55189                  "key": {
55190                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
55191                    "type": "string"
55192                  },
55193                  "value": {
55194                    "description": "[Output Only] A warning data value corresponding to the key.",
55195                    "type": "string"
55196                  }
55197                },
55198                "type": "object"
55199              },
55200              "type": "array"
55201            },
55202            "message": {
55203              "description": "[Output Only] A human-readable description of the warning code.",
55204              "type": "string"
55205            }
55206          },
55207          "type": "object"
55208        }
55209      },
55210      "type": "object"
55211    },
55212    "PublicDelegatedPrefixPublicDelegatedSubPrefix": {
55213      "description": "Represents a sub PublicDelegatedPrefix.",
55214      "id": "PublicDelegatedPrefixPublicDelegatedSubPrefix",
55215      "properties": {
55216        "delegateeProject": {
55217          "description": "Name of the project scoping this PublicDelegatedSubPrefix.",
55218          "type": "string"
55219        },
55220        "description": {
55221          "description": "An optional description of this resource. Provide this property when you create the resource.",
55222          "type": "string"
55223        },
55224        "ipCidrRange": {
55225          "description": "The IPv4 address range, in CIDR format, represented by this sub public delegated prefix.",
55226          "type": "string"
55227        },
55228        "isAddress": {
55229          "description": "Whether the sub prefix is delegated to create Address resources in the delegatee project.",
55230          "type": "boolean"
55231        },
55232        "name": {
55233          "description": "The name of the sub public delegated prefix.",
55234          "type": "string"
55235        },
55236        "region": {
55237          "description": "[Output Only] The region of the sub public delegated prefix if it is regional. If absent, the sub prefix is global.",
55238          "type": "string"
55239        },
55240        "status": {
55241          "description": "[Output Only] The status of the sub public delegated prefix.",
55242          "enum": [
55243            "ACTIVE",
55244            "INACTIVE"
55245          ],
55246          "enumDescriptions": [
55247            "",
55248            ""
55249          ],
55250          "type": "string"
55251        }
55252      },
55253      "type": "object"
55254    },
55255    "PublicDelegatedPrefixesScopedList": {
55256      "id": "PublicDelegatedPrefixesScopedList",
55257      "properties": {
55258        "publicDelegatedPrefixes": {
55259          "description": "[Output Only] A list of PublicDelegatedPrefixes contained in this scope.",
55260          "items": {
55261            "$ref": "PublicDelegatedPrefix"
55262          },
55263          "type": "array"
55264        },
55265        "warning": {
55266          "description": "[Output Only] Informational warning which replaces the list of public delegated prefixes when the list is empty.",
55267          "properties": {
55268            "code": {
55269              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
55270              "enum": [
55271                "CLEANUP_FAILED",
55272                "DEPRECATED_RESOURCE_USED",
55273                "DEPRECATED_TYPE_USED",
55274                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
55275                "EXPERIMENTAL_TYPE_USED",
55276                "EXTERNAL_API_WARNING",
55277                "FIELD_VALUE_OVERRIDEN",
55278                "INJECTED_KERNELS_DEPRECATED",
55279                "LARGE_DEPLOYMENT_WARNING",
55280                "MISSING_TYPE_DEPENDENCY",
55281                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
55282                "NEXT_HOP_CANNOT_IP_FORWARD",
55283                "NEXT_HOP_INSTANCE_NOT_FOUND",
55284                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
55285                "NEXT_HOP_NOT_RUNNING",
55286                "NOT_CRITICAL_ERROR",
55287                "NO_RESULTS_ON_PAGE",
55288                "PARTIAL_SUCCESS",
55289                "REQUIRED_TOS_AGREEMENT",
55290                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
55291                "RESOURCE_NOT_DELETED",
55292                "SCHEMA_VALIDATION_IGNORED",
55293                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
55294                "UNDECLARED_PROPERTIES",
55295                "UNREACHABLE"
55296              ],
55297              "enumDescriptions": [
55298                "",
55299                "",
55300                "",
55301                "",
55302                "",
55303                "",
55304                "",
55305                "",
55306                "",
55307                "",
55308                "",
55309                "",
55310                "",
55311                "",
55312                "",
55313                "",
55314                "",
55315                "",
55316                "",
55317                "",
55318                "",
55319                "",
55320                "",
55321                "",
55322                ""
55323              ],
55324              "type": "string"
55325            },
55326            "data": {
55327              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
55328              "items": {
55329                "properties": {
55330                  "key": {
55331                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
55332                    "type": "string"
55333                  },
55334                  "value": {
55335                    "description": "[Output Only] A warning data value corresponding to the key.",
55336                    "type": "string"
55337                  }
55338                },
55339                "type": "object"
55340              },
55341              "type": "array"
55342            },
55343            "message": {
55344              "description": "[Output Only] A human-readable description of the warning code.",
55345              "type": "string"
55346            }
55347          },
55348          "type": "object"
55349        }
55350      },
55351      "type": "object"
55352    },
55353    "Quota": {
55354      "description": "A quotas entry.",
55355      "id": "Quota",
55356      "properties": {
55357        "limit": {
55358          "description": "[Output Only] Quota limit for this metric.",
55359          "format": "double",
55360          "type": "number"
55361        },
55362        "metric": {
55363          "description": "[Output Only] Name of the quota metric.",
55364          "enum": [
55365            "A2_CPUS",
55366            "AFFINITY_GROUPS",
55367            "ALIASES_PER_NETWORK_GLOBAL",
55368            "AMD_S9300_GPUS",
55369            "AUTOSCALERS",
55370            "BACKEND_BUCKETS",
55371            "BACKEND_SERVICES",
55372            "C2_CPUS",
55373            "COMMITMENTS",
55374            "COMMITTED_A2_CPUS",
55375            "COMMITTED_C2_CPUS",
55376            "COMMITTED_CPUS",
55377            "COMMITTED_LICENSES",
55378            "COMMITTED_LOCAL_SSD_TOTAL_GB",
55379            "COMMITTED_MEMORY_OPTIMIZED_CPUS",
55380            "COMMITTED_N2D_CPUS",
55381            "COMMITTED_N2_CPUS",
55382            "COMMITTED_NVIDIA_A100_GPUS",
55383            "COMMITTED_NVIDIA_K80_GPUS",
55384            "COMMITTED_NVIDIA_P100_GPUS",
55385            "COMMITTED_NVIDIA_P4_GPUS",
55386            "COMMITTED_NVIDIA_T4_GPUS",
55387            "COMMITTED_NVIDIA_V100_GPUS",
55388            "CPUS",
55389            "CPUS_ALL_REGIONS",
55390            "DISKS_TOTAL_GB",
55391            "EXTERNAL_NETWORK_LB_FORWARDING_RULES",
55392            "EXTERNAL_PROTOCOL_FORWARDING_RULES",
55393            "EXTERNAL_VPN_GATEWAYS",
55394            "FIREWALLS",
55395            "FORWARDING_RULES",
55396            "GLOBAL_INTERNAL_ADDRESSES",
55397            "GPUS_ALL_REGIONS",
55398            "HEALTH_CHECKS",
55399            "IMAGES",
55400            "INSTANCES",
55401            "INSTANCES_PER_NETWORK_GLOBAL",
55402            "INSTANCE_GROUPS",
55403            "INSTANCE_GROUP_MANAGERS",
55404            "INSTANCE_TEMPLATES",
55405            "INTERCONNECTS",
55406            "INTERCONNECT_ATTACHMENTS_PER_REGION",
55407            "INTERCONNECT_ATTACHMENTS_TOTAL_MBPS",
55408            "INTERCONNECT_TOTAL_GBPS",
55409            "INTERNAL_ADDRESSES",
55410            "INTERNAL_FORWARDING_RULES_PER_NETWORK",
55411            "INTERNAL_FORWARDING_RULES_WITH_GLOBAL_ACCESS_PER_NETWORK",
55412            "INTERNAL_FORWARDING_RULES_WITH_TARGET_INSTANCE_PER_NETWORK",
55413            "INTERNAL_TARGET_INSTANCE_WITH_GLOBAL_ACCESS_PER_NETWORK",
55414            "INTERNAL_TRAFFIC_DIRECTOR_FORWARDING_RULES",
55415            "IN_PLACE_SNAPSHOTS",
55416            "IN_USE_ADDRESSES",
55417            "IN_USE_BACKUP_SCHEDULES",
55418            "IN_USE_MAINTENANCE_WINDOWS",
55419            "IN_USE_SNAPSHOT_SCHEDULES",
55420            "LOCAL_SSD_TOTAL_GB",
55421            "M1_CPUS",
55422            "M2_CPUS",
55423            "MACHINE_IMAGES",
55424            "N2D_CPUS",
55425            "N2_CPUS",
55426            "NETWORKS",
55427            "NETWORK_ENDPOINT_GROUPS",
55428            "NETWORK_FIREWALL_POLICIES",
55429            "NODE_GROUPS",
55430            "NODE_TEMPLATES",
55431            "NVIDIA_A100_GPUS",
55432            "NVIDIA_K80_GPUS",
55433            "NVIDIA_P100_GPUS",
55434            "NVIDIA_P100_VWS_GPUS",
55435            "NVIDIA_P4_GPUS",
55436            "NVIDIA_P4_VWS_GPUS",
55437            "NVIDIA_T4_GPUS",
55438            "NVIDIA_T4_VWS_GPUS",
55439            "NVIDIA_V100_GPUS",
55440            "PACKET_MIRRORINGS",
55441            "PREEMPTIBLE_CPUS",
55442            "PREEMPTIBLE_LOCAL_SSD_GB",
55443            "PREEMPTIBLE_NVIDIA_A100_GPUS",
55444            "PREEMPTIBLE_NVIDIA_K80_GPUS",
55445            "PREEMPTIBLE_NVIDIA_P100_GPUS",
55446            "PREEMPTIBLE_NVIDIA_P100_VWS_GPUS",
55447            "PREEMPTIBLE_NVIDIA_P4_GPUS",
55448            "PREEMPTIBLE_NVIDIA_P4_VWS_GPUS",
55449            "PREEMPTIBLE_NVIDIA_T4_GPUS",
55450            "PREEMPTIBLE_NVIDIA_T4_VWS_GPUS",
55451            "PREEMPTIBLE_NVIDIA_V100_GPUS",
55452            "PRIVATE_V6_ACCESS_SUBNETWORKS",
55453            "PSC_GOOGLE_APIS_FORWARDING_RULES_PER_NETWORK",
55454            "PSC_ILB_CONSUMER_FORWARDING_RULES_PER_PRODUCER_NETWORK",
55455            "PUBLIC_ADVERTISED_PREFIXES",
55456            "PUBLIC_DELEGATED_PREFIXES",
55457            "REGIONAL_AUTOSCALERS",
55458            "REGIONAL_INSTANCE_GROUP_MANAGERS",
55459            "RESERVATIONS",
55460            "RESOURCE_POLICIES",
55461            "ROUTERS",
55462            "ROUTES",
55463            "SECURITY_POLICIES",
55464            "SECURITY_POLICY_CEVAL_RULES",
55465            "SECURITY_POLICY_RULES",
55466            "SNAPSHOTS",
55467            "SSD_TOTAL_GB",
55468            "SSL_CERTIFICATES",
55469            "STATIC_ADDRESSES",
55470            "STATIC_BYOIP_ADDRESSES",
55471            "SUBNETWORKS",
55472            "SUBNET_RANGES_PER_NETWORK",
55473            "TARGET_HTTPS_PROXIES",
55474            "TARGET_HTTP_PROXIES",
55475            "TARGET_INSTANCES",
55476            "TARGET_POOLS",
55477            "TARGET_SSL_PROXIES",
55478            "TARGET_TCP_PROXIES",
55479            "TARGET_VPN_GATEWAYS",
55480            "URL_MAPS",
55481            "VPN_GATEWAYS",
55482            "VPN_TUNNELS",
55483            "XPN_SERVICE_PROJECTS"
55484          ],
55485          "enumDescriptions": [
55486            "",
55487            "",
55488            "",
55489            "",
55490            "",
55491            "",
55492            "",
55493            "",
55494            "",
55495            "",
55496            "",
55497            "",
55498            "",
55499            "",
55500            "",
55501            "",
55502            "",
55503            "",
55504            "",
55505            "",
55506            "",
55507            "",
55508            "",
55509            "",
55510            "",
55511            "",
55512            "",
55513            "",
55514            "",
55515            "",
55516            "",
55517            "",
55518            "",
55519            "",
55520            "",
55521            "",
55522            "",
55523            "",
55524            "",
55525            "",
55526            "",
55527            "",
55528            "",
55529            "",
55530            "",
55531            "",
55532            "",
55533            "",
55534            "",
55535            "",
55536            "",
55537            "",
55538            "",
55539            "",
55540            "",
55541            "",
55542            "",
55543            "",
55544            "",
55545            "",
55546            "",
55547            "",
55548            "",
55549            "",
55550            "",
55551            "",
55552            "",
55553            "",
55554            "",
55555            "",
55556            "",
55557            "",
55558            "",
55559            "",
55560            "",
55561            "",
55562            "",
55563            "",
55564            "",
55565            "",
55566            "",
55567            "",
55568            "",
55569            "",
55570            "",
55571            "",
55572            "",
55573            "",
55574            "",
55575            "",
55576            "",
55577            "",
55578            "",
55579            "",
55580            "",
55581            "",
55582            "",
55583            "",
55584            "",
55585            "",
55586            "",
55587            "",
55588            "",
55589            "",
55590            "",
55591            "",
55592            "",
55593            "",
55594            "",
55595            "",
55596            "",
55597            "",
55598            "",
55599            "",
55600            "",
55601            "",
55602            "",
55603            "",
55604            ""
55605          ],
55606          "type": "string"
55607        },
55608        "owner": {
55609          "description": "[Output Only] Owning resource. This is the resource on which this quota is applied.",
55610          "type": "string"
55611        },
55612        "usage": {
55613          "description": "[Output Only] Current usage of this metric.",
55614          "format": "double",
55615          "type": "number"
55616        }
55617      },
55618      "type": "object"
55619    },
55620    "RbacPolicy": {
55621      "id": "RbacPolicy",
55622      "properties": {
55623        "name": {
55624          "description": "Name of the RbacPolicy.",
55625          "type": "string"
55626        },
55627        "permissions": {
55628          "description": "The list of permissions.",
55629          "items": {
55630            "$ref": "Permission"
55631          },
55632          "type": "array"
55633        },
55634        "principals": {
55635          "description": "The list of principals.",
55636          "items": {
55637            "$ref": "Principal"
55638          },
55639          "type": "array"
55640        }
55641      },
55642      "type": "object"
55643    },
55644    "Reference": {
55645      "description": "Represents a reference to a resource.",
55646      "id": "Reference",
55647      "properties": {
55648        "kind": {
55649          "default": "compute#reference",
55650          "description": "[Output Only] Type of the resource. Always compute#reference for references.",
55651          "type": "string"
55652        },
55653        "referenceType": {
55654          "description": "A description of the reference type with no implied semantics. Possible values include:  \n- MEMBER_OF",
55655          "type": "string"
55656        },
55657        "referrer": {
55658          "description": "URL of the resource which refers to the target.",
55659          "type": "string"
55660        },
55661        "target": {
55662          "description": "URL of the resource to which this reference points.",
55663          "type": "string"
55664        }
55665      },
55666      "type": "object"
55667    },
55668    "Region": {
55669      "description": "Represents a Region resource.\n\nA region is a geographical area where a resource is located. For more information, read Regions and Zones. (== resource_for {$api_version}.regions ==)",
55670      "id": "Region",
55671      "properties": {
55672        "creationTimestamp": {
55673          "description": "[Output Only] Creation timestamp in RFC3339 text format.",
55674          "type": "string"
55675        },
55676        "deprecated": {
55677          "$ref": "DeprecationStatus",
55678          "description": "[Output Only] The deprecation status associated with this region."
55679        },
55680        "description": {
55681          "description": "[Output Only] Textual description of the resource.",
55682          "type": "string"
55683        },
55684        "id": {
55685          "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.",
55686          "format": "uint64",
55687          "type": "string"
55688        },
55689        "kind": {
55690          "default": "compute#region",
55691          "description": "[Output Only] Type of the resource. Always compute#region for regions.",
55692          "type": "string"
55693        },
55694        "name": {
55695          "description": "[Output Only] Name of the resource.",
55696          "type": "string"
55697        },
55698        "quotas": {
55699          "description": "[Output Only] Quotas assigned to this region.",
55700          "items": {
55701            "$ref": "Quota"
55702          },
55703          "type": "array"
55704        },
55705        "selfLink": {
55706          "description": "[Output Only] Server-defined URL for the resource.",
55707          "type": "string"
55708        },
55709        "selfLinkWithId": {
55710          "description": "[Output Only] Server-defined URL for this resource with the resource id.",
55711          "type": "string"
55712        },
55713        "status": {
55714          "description": "[Output Only] Status of the region, either UP or DOWN.",
55715          "enum": [
55716            "DOWN",
55717            "UP"
55718          ],
55719          "enumDescriptions": [
55720            "",
55721            ""
55722          ],
55723          "type": "string"
55724        },
55725        "supportsPzs": {
55726          "description": "[Output Only] Reserved for future use.",
55727          "type": "boolean"
55728        },
55729        "zones": {
55730          "description": "[Output Only] A list of zones available in this region, in the form of resource URLs.",
55731          "items": {
55732            "type": "string"
55733          },
55734          "type": "array"
55735        }
55736      },
55737      "type": "object"
55738    },
55739    "RegionAutoscalerList": {
55740      "description": "Contains a list of autoscalers.",
55741      "id": "RegionAutoscalerList",
55742      "properties": {
55743        "id": {
55744          "description": "[Output Only] Unique identifier for the resource; defined by the server.",
55745          "type": "string"
55746        },
55747        "items": {
55748          "description": "A list of Autoscaler resources.",
55749          "items": {
55750            "$ref": "Autoscaler"
55751          },
55752          "type": "array"
55753        },
55754        "kind": {
55755          "default": "compute#regionAutoscalerList",
55756          "description": "Type of resource.",
55757          "type": "string"
55758        },
55759        "nextPageToken": {
55760          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
55761          "type": "string"
55762        },
55763        "selfLink": {
55764          "description": "[Output Only] Server-defined URL for this resource.",
55765          "type": "string"
55766        },
55767        "warning": {
55768          "description": "[Output Only] Informational warning message.",
55769          "properties": {
55770            "code": {
55771              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
55772              "enum": [
55773                "CLEANUP_FAILED",
55774                "DEPRECATED_RESOURCE_USED",
55775                "DEPRECATED_TYPE_USED",
55776                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
55777                "EXPERIMENTAL_TYPE_USED",
55778                "EXTERNAL_API_WARNING",
55779                "FIELD_VALUE_OVERRIDEN",
55780                "INJECTED_KERNELS_DEPRECATED",
55781                "LARGE_DEPLOYMENT_WARNING",
55782                "MISSING_TYPE_DEPENDENCY",
55783                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
55784                "NEXT_HOP_CANNOT_IP_FORWARD",
55785                "NEXT_HOP_INSTANCE_NOT_FOUND",
55786                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
55787                "NEXT_HOP_NOT_RUNNING",
55788                "NOT_CRITICAL_ERROR",
55789                "NO_RESULTS_ON_PAGE",
55790                "PARTIAL_SUCCESS",
55791                "REQUIRED_TOS_AGREEMENT",
55792                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
55793                "RESOURCE_NOT_DELETED",
55794                "SCHEMA_VALIDATION_IGNORED",
55795                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
55796                "UNDECLARED_PROPERTIES",
55797                "UNREACHABLE"
55798              ],
55799              "enumDescriptions": [
55800                "",
55801                "",
55802                "",
55803                "",
55804                "",
55805                "",
55806                "",
55807                "",
55808                "",
55809                "",
55810                "",
55811                "",
55812                "",
55813                "",
55814                "",
55815                "",
55816                "",
55817                "",
55818                "",
55819                "",
55820                "",
55821                "",
55822                "",
55823                "",
55824                ""
55825              ],
55826              "type": "string"
55827            },
55828            "data": {
55829              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
55830              "items": {
55831                "properties": {
55832                  "key": {
55833                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
55834                    "type": "string"
55835                  },
55836                  "value": {
55837                    "description": "[Output Only] A warning data value corresponding to the key.",
55838                    "type": "string"
55839                  }
55840                },
55841                "type": "object"
55842              },
55843              "type": "array"
55844            },
55845            "message": {
55846              "description": "[Output Only] A human-readable description of the warning code.",
55847              "type": "string"
55848            }
55849          },
55850          "type": "object"
55851        }
55852      },
55853      "type": "object"
55854    },
55855    "RegionCommitmentsUpdateReservationsRequest": {
55856      "id": "RegionCommitmentsUpdateReservationsRequest",
55857      "properties": {
55858        "reservations": {
55859          "description": "A list of two reservations to transfer GPUs and local SSD between.",
55860          "items": {
55861            "$ref": "Reservation"
55862          },
55863          "type": "array"
55864        }
55865      },
55866      "type": "object"
55867    },
55868    "RegionDiskTypeList": {
55869      "id": "RegionDiskTypeList",
55870      "properties": {
55871        "id": {
55872          "description": "[Output Only] Unique identifier for the resource; defined by the server.",
55873          "type": "string"
55874        },
55875        "items": {
55876          "description": "A list of DiskType resources.",
55877          "items": {
55878            "$ref": "DiskType"
55879          },
55880          "type": "array"
55881        },
55882        "kind": {
55883          "default": "compute#regionDiskTypeList",
55884          "description": "[Output Only] Type of resource. Always compute#regionDiskTypeList for region disk types.",
55885          "type": "string"
55886        },
55887        "nextPageToken": {
55888          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
55889          "type": "string"
55890        },
55891        "selfLink": {
55892          "description": "[Output Only] Server-defined URL for this resource.",
55893          "type": "string"
55894        },
55895        "warning": {
55896          "description": "[Output Only] Informational warning message.",
55897          "properties": {
55898            "code": {
55899              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
55900              "enum": [
55901                "CLEANUP_FAILED",
55902                "DEPRECATED_RESOURCE_USED",
55903                "DEPRECATED_TYPE_USED",
55904                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
55905                "EXPERIMENTAL_TYPE_USED",
55906                "EXTERNAL_API_WARNING",
55907                "FIELD_VALUE_OVERRIDEN",
55908                "INJECTED_KERNELS_DEPRECATED",
55909                "LARGE_DEPLOYMENT_WARNING",
55910                "MISSING_TYPE_DEPENDENCY",
55911                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
55912                "NEXT_HOP_CANNOT_IP_FORWARD",
55913                "NEXT_HOP_INSTANCE_NOT_FOUND",
55914                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
55915                "NEXT_HOP_NOT_RUNNING",
55916                "NOT_CRITICAL_ERROR",
55917                "NO_RESULTS_ON_PAGE",
55918                "PARTIAL_SUCCESS",
55919                "REQUIRED_TOS_AGREEMENT",
55920                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
55921                "RESOURCE_NOT_DELETED",
55922                "SCHEMA_VALIDATION_IGNORED",
55923                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
55924                "UNDECLARED_PROPERTIES",
55925                "UNREACHABLE"
55926              ],
55927              "enumDescriptions": [
55928                "",
55929                "",
55930                "",
55931                "",
55932                "",
55933                "",
55934                "",
55935                "",
55936                "",
55937                "",
55938                "",
55939                "",
55940                "",
55941                "",
55942                "",
55943                "",
55944                "",
55945                "",
55946                "",
55947                "",
55948                "",
55949                "",
55950                "",
55951                "",
55952                ""
55953              ],
55954              "type": "string"
55955            },
55956            "data": {
55957              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
55958              "items": {
55959                "properties": {
55960                  "key": {
55961                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
55962                    "type": "string"
55963                  },
55964                  "value": {
55965                    "description": "[Output Only] A warning data value corresponding to the key.",
55966                    "type": "string"
55967                  }
55968                },
55969                "type": "object"
55970              },
55971              "type": "array"
55972            },
55973            "message": {
55974              "description": "[Output Only] A human-readable description of the warning code.",
55975              "type": "string"
55976            }
55977          },
55978          "type": "object"
55979        }
55980      },
55981      "type": "object"
55982    },
55983    "RegionDisksAddResourcePoliciesRequest": {
55984      "id": "RegionDisksAddResourcePoliciesRequest",
55985      "properties": {
55986        "resourcePolicies": {
55987          "description": "Resource policies to be added to this disk.",
55988          "items": {
55989            "type": "string"
55990          },
55991          "type": "array"
55992        }
55993      },
55994      "type": "object"
55995    },
55996    "RegionDisksRemoveResourcePoliciesRequest": {
55997      "id": "RegionDisksRemoveResourcePoliciesRequest",
55998      "properties": {
55999        "resourcePolicies": {
56000          "description": "Resource policies to be removed from this disk.",
56001          "items": {
56002            "type": "string"
56003          },
56004          "type": "array"
56005        }
56006      },
56007      "type": "object"
56008    },
56009    "RegionDisksResizeRequest": {
56010      "id": "RegionDisksResizeRequest",
56011      "properties": {
56012        "sizeGb": {
56013          "description": "The new size of the regional persistent disk, which is specified in GB.",
56014          "format": "int64",
56015          "type": "string"
56016        }
56017      },
56018      "type": "object"
56019    },
56020    "RegionInstanceGroupList": {
56021      "description": "Contains a list of InstanceGroup resources.",
56022      "id": "RegionInstanceGroupList",
56023      "properties": {
56024        "id": {
56025          "description": "[Output Only] Unique identifier for the resource; defined by the server.",
56026          "type": "string"
56027        },
56028        "items": {
56029          "description": "A list of InstanceGroup resources.",
56030          "items": {
56031            "$ref": "InstanceGroup"
56032          },
56033          "type": "array"
56034        },
56035        "kind": {
56036          "default": "compute#regionInstanceGroupList",
56037          "description": "The resource type.",
56038          "type": "string"
56039        },
56040        "nextPageToken": {
56041          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
56042          "type": "string"
56043        },
56044        "selfLink": {
56045          "description": "[Output Only] Server-defined URL for this resource.",
56046          "type": "string"
56047        },
56048        "warning": {
56049          "description": "[Output Only] Informational warning message.",
56050          "properties": {
56051            "code": {
56052              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
56053              "enum": [
56054                "CLEANUP_FAILED",
56055                "DEPRECATED_RESOURCE_USED",
56056                "DEPRECATED_TYPE_USED",
56057                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
56058                "EXPERIMENTAL_TYPE_USED",
56059                "EXTERNAL_API_WARNING",
56060                "FIELD_VALUE_OVERRIDEN",
56061                "INJECTED_KERNELS_DEPRECATED",
56062                "LARGE_DEPLOYMENT_WARNING",
56063                "MISSING_TYPE_DEPENDENCY",
56064                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
56065                "NEXT_HOP_CANNOT_IP_FORWARD",
56066                "NEXT_HOP_INSTANCE_NOT_FOUND",
56067                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
56068                "NEXT_HOP_NOT_RUNNING",
56069                "NOT_CRITICAL_ERROR",
56070                "NO_RESULTS_ON_PAGE",
56071                "PARTIAL_SUCCESS",
56072                "REQUIRED_TOS_AGREEMENT",
56073                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
56074                "RESOURCE_NOT_DELETED",
56075                "SCHEMA_VALIDATION_IGNORED",
56076                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
56077                "UNDECLARED_PROPERTIES",
56078                "UNREACHABLE"
56079              ],
56080              "enumDescriptions": [
56081                "",
56082                "",
56083                "",
56084                "",
56085                "",
56086                "",
56087                "",
56088                "",
56089                "",
56090                "",
56091                "",
56092                "",
56093                "",
56094                "",
56095                "",
56096                "",
56097                "",
56098                "",
56099                "",
56100                "",
56101                "",
56102                "",
56103                "",
56104                "",
56105                ""
56106              ],
56107              "type": "string"
56108            },
56109            "data": {
56110              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
56111              "items": {
56112                "properties": {
56113                  "key": {
56114                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
56115                    "type": "string"
56116                  },
56117                  "value": {
56118                    "description": "[Output Only] A warning data value corresponding to the key.",
56119                    "type": "string"
56120                  }
56121                },
56122                "type": "object"
56123              },
56124              "type": "array"
56125            },
56126            "message": {
56127              "description": "[Output Only] A human-readable description of the warning code.",
56128              "type": "string"
56129            }
56130          },
56131          "type": "object"
56132        }
56133      },
56134      "type": "object"
56135    },
56136    "RegionInstanceGroupManagerDeleteInstanceConfigReq": {
56137      "description": "RegionInstanceGroupManagers.deletePerInstanceConfigs",
56138      "id": "RegionInstanceGroupManagerDeleteInstanceConfigReq",
56139      "properties": {
56140        "names": {
56141          "description": "The list of instance names for which we want to delete per-instance configs on this managed instance group.",
56142          "items": {
56143            "type": "string"
56144          },
56145          "type": "array"
56146        }
56147      },
56148      "type": "object"
56149    },
56150    "RegionInstanceGroupManagerList": {
56151      "description": "Contains a list of managed instance groups.",
56152      "id": "RegionInstanceGroupManagerList",
56153      "properties": {
56154        "id": {
56155          "description": "[Output Only] Unique identifier for the resource; defined by the server.",
56156          "type": "string"
56157        },
56158        "items": {
56159          "description": "A list of InstanceGroupManager resources.",
56160          "items": {
56161            "$ref": "InstanceGroupManager"
56162          },
56163          "type": "array"
56164        },
56165        "kind": {
56166          "default": "compute#regionInstanceGroupManagerList",
56167          "description": "[Output Only] The resource type, which is always compute#instanceGroupManagerList for a list of managed instance groups that exist in th regional scope.",
56168          "type": "string"
56169        },
56170        "nextPageToken": {
56171          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
56172          "type": "string"
56173        },
56174        "selfLink": {
56175          "description": "[Output Only] Server-defined URL for this resource.",
56176          "type": "string"
56177        },
56178        "warning": {
56179          "description": "[Output Only] Informational warning message.",
56180          "properties": {
56181            "code": {
56182              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
56183              "enum": [
56184                "CLEANUP_FAILED",
56185                "DEPRECATED_RESOURCE_USED",
56186                "DEPRECATED_TYPE_USED",
56187                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
56188                "EXPERIMENTAL_TYPE_USED",
56189                "EXTERNAL_API_WARNING",
56190                "FIELD_VALUE_OVERRIDEN",
56191                "INJECTED_KERNELS_DEPRECATED",
56192                "LARGE_DEPLOYMENT_WARNING",
56193                "MISSING_TYPE_DEPENDENCY",
56194                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
56195                "NEXT_HOP_CANNOT_IP_FORWARD",
56196                "NEXT_HOP_INSTANCE_NOT_FOUND",
56197                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
56198                "NEXT_HOP_NOT_RUNNING",
56199                "NOT_CRITICAL_ERROR",
56200                "NO_RESULTS_ON_PAGE",
56201                "PARTIAL_SUCCESS",
56202                "REQUIRED_TOS_AGREEMENT",
56203                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
56204                "RESOURCE_NOT_DELETED",
56205                "SCHEMA_VALIDATION_IGNORED",
56206                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
56207                "UNDECLARED_PROPERTIES",
56208                "UNREACHABLE"
56209              ],
56210              "enumDescriptions": [
56211                "",
56212                "",
56213                "",
56214                "",
56215                "",
56216                "",
56217                "",
56218                "",
56219                "",
56220                "",
56221                "",
56222                "",
56223                "",
56224                "",
56225                "",
56226                "",
56227                "",
56228                "",
56229                "",
56230                "",
56231                "",
56232                "",
56233                "",
56234                "",
56235                ""
56236              ],
56237              "type": "string"
56238            },
56239            "data": {
56240              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
56241              "items": {
56242                "properties": {
56243                  "key": {
56244                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
56245                    "type": "string"
56246                  },
56247                  "value": {
56248                    "description": "[Output Only] A warning data value corresponding to the key.",
56249                    "type": "string"
56250                  }
56251                },
56252                "type": "object"
56253              },
56254              "type": "array"
56255            },
56256            "message": {
56257              "description": "[Output Only] A human-readable description of the warning code.",
56258              "type": "string"
56259            }
56260          },
56261          "type": "object"
56262        }
56263      },
56264      "type": "object"
56265    },
56266    "RegionInstanceGroupManagerPatchInstanceConfigReq": {
56267      "description": "RegionInstanceGroupManagers.patchPerInstanceConfigs",
56268      "id": "RegionInstanceGroupManagerPatchInstanceConfigReq",
56269      "properties": {
56270        "perInstanceConfigs": {
56271          "description": "The list of per-instance configs to insert or patch on this managed instance group.",
56272          "items": {
56273            "$ref": "PerInstanceConfig"
56274          },
56275          "type": "array"
56276        }
56277      },
56278      "type": "object"
56279    },
56280    "RegionInstanceGroupManagerUpdateInstanceConfigReq": {
56281      "description": "RegionInstanceGroupManagers.updatePerInstanceConfigs",
56282      "id": "RegionInstanceGroupManagerUpdateInstanceConfigReq",
56283      "properties": {
56284        "perInstanceConfigs": {
56285          "description": "The list of per-instance configs to insert or patch on this managed instance group.",
56286          "items": {
56287            "$ref": "PerInstanceConfig"
56288          },
56289          "type": "array"
56290        }
56291      },
56292      "type": "object"
56293    },
56294    "RegionInstanceGroupManagersAbandonInstancesRequest": {
56295      "id": "RegionInstanceGroupManagersAbandonInstancesRequest",
56296      "properties": {
56297        "instances": {
56298          "description": "The URLs of one or more instances to abandon. This can be a full URL or a partial URL, such as zones/[ZONE]/instances/[INSTANCE_NAME].",
56299          "items": {
56300            "type": "string"
56301          },
56302          "type": "array"
56303        }
56304      },
56305      "type": "object"
56306    },
56307    "RegionInstanceGroupManagersApplyUpdatesRequest": {
56308      "description": "RegionInstanceGroupManagers.applyUpdatesToInstances",
56309      "id": "RegionInstanceGroupManagersApplyUpdatesRequest",
56310      "properties": {
56311        "allInstances": {
56312          "description": "Flag to update all instances instead of specified list of ?instances?. If the flag is set to true then the instances may not be specified in the request.",
56313          "type": "boolean"
56314        },
56315        "instances": {
56316          "description": "The list of URLs of one or more instances for which you want to apply updates. Each URL can be a full URL or a partial URL, such as zones/[ZONE]/instances/[INSTANCE_NAME].",
56317          "items": {
56318            "type": "string"
56319          },
56320          "type": "array"
56321        },
56322        "maximalAction": {
56323          "description": "The maximal action that should be performed on the instances. By default REPLACE. This field is deprecated, please use most_disruptive_allowed_action.",
56324          "enum": [
56325            "NONE",
56326            "REFRESH",
56327            "REPLACE",
56328            "RESTART"
56329          ],
56330          "enumDescriptions": [
56331            "",
56332            "",
56333            "",
56334            ""
56335          ],
56336          "type": "string"
56337        },
56338        "minimalAction": {
56339          "description": "The minimal action that you want to perform on each instance during the update:  \n- REPLACE: At minimum, delete the instance and create it again. \n- RESTART: Stop the instance and start it again. \n- REFRESH: Do not stop the instance. \n- NONE: Do not disrupt the instance at all.  By default, the minimum action is NONE. If your update requires a more disruptive action than you set with this flag, the necessary action is performed to execute the update.",
56340          "enum": [
56341            "NONE",
56342            "REFRESH",
56343            "REPLACE",
56344            "RESTART"
56345          ],
56346          "enumDescriptions": [
56347            "",
56348            "",
56349            "",
56350            ""
56351          ],
56352          "type": "string"
56353        },
56354        "mostDisruptiveAllowedAction": {
56355          "description": "The most disruptive action that you want to perform on each instance during the update:  \n- REPLACE: Delete the instance and create it again. \n- RESTART: Stop the instance and start it again. \n- REFRESH: Do not stop the instance. \n- NONE: Do not disrupt the instance at all.  By default, the most disruptive allowed action is REPLACE. If your update requires a more disruptive action than you set with this flag, the update request will fail.",
56356          "enum": [
56357            "NONE",
56358            "REFRESH",
56359            "REPLACE",
56360            "RESTART"
56361          ],
56362          "enumDescriptions": [
56363            "",
56364            "",
56365            "",
56366            ""
56367          ],
56368          "type": "string"
56369        }
56370      },
56371      "type": "object"
56372    },
56373    "RegionInstanceGroupManagersCreateInstancesRequest": {
56374      "description": "RegionInstanceGroupManagers.createInstances",
56375      "id": "RegionInstanceGroupManagersCreateInstancesRequest",
56376      "properties": {
56377        "instances": {
56378          "description": "[Required] List of specifications of per-instance configs.",
56379          "items": {
56380            "$ref": "PerInstanceConfig"
56381          },
56382          "type": "array"
56383        }
56384      },
56385      "type": "object"
56386    },
56387    "RegionInstanceGroupManagersDeleteInstancesRequest": {
56388      "id": "RegionInstanceGroupManagersDeleteInstancesRequest",
56389      "properties": {
56390        "instances": {
56391          "description": "The URLs of one or more instances to delete. This can be a full URL or a partial URL, such as zones/[ZONE]/instances/[INSTANCE_NAME].",
56392          "items": {
56393            "type": "string"
56394          },
56395          "type": "array"
56396        }
56397      },
56398      "type": "object"
56399    },
56400    "RegionInstanceGroupManagersListErrorsResponse": {
56401      "id": "RegionInstanceGroupManagersListErrorsResponse",
56402      "properties": {
56403        "items": {
56404          "description": "[Output Only] The list of errors of the managed instance group.",
56405          "items": {
56406            "$ref": "InstanceManagedByIgmError"
56407          },
56408          "type": "array"
56409        },
56410        "nextPageToken": {
56411          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
56412          "type": "string"
56413        }
56414      },
56415      "type": "object"
56416    },
56417    "RegionInstanceGroupManagersListInstanceConfigsResp": {
56418      "id": "RegionInstanceGroupManagersListInstanceConfigsResp",
56419      "properties": {
56420        "items": {
56421          "description": "[Output Only] The list of PerInstanceConfig.",
56422          "items": {
56423            "$ref": "PerInstanceConfig"
56424          },
56425          "type": "array"
56426        },
56427        "nextPageToken": {
56428          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
56429          "type": "string"
56430        },
56431        "warning": {
56432          "description": "[Output Only] Informational warning message.",
56433          "properties": {
56434            "code": {
56435              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
56436              "enum": [
56437                "CLEANUP_FAILED",
56438                "DEPRECATED_RESOURCE_USED",
56439                "DEPRECATED_TYPE_USED",
56440                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
56441                "EXPERIMENTAL_TYPE_USED",
56442                "EXTERNAL_API_WARNING",
56443                "FIELD_VALUE_OVERRIDEN",
56444                "INJECTED_KERNELS_DEPRECATED",
56445                "LARGE_DEPLOYMENT_WARNING",
56446                "MISSING_TYPE_DEPENDENCY",
56447                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
56448                "NEXT_HOP_CANNOT_IP_FORWARD",
56449                "NEXT_HOP_INSTANCE_NOT_FOUND",
56450                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
56451                "NEXT_HOP_NOT_RUNNING",
56452                "NOT_CRITICAL_ERROR",
56453                "NO_RESULTS_ON_PAGE",
56454                "PARTIAL_SUCCESS",
56455                "REQUIRED_TOS_AGREEMENT",
56456                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
56457                "RESOURCE_NOT_DELETED",
56458                "SCHEMA_VALIDATION_IGNORED",
56459                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
56460                "UNDECLARED_PROPERTIES",
56461                "UNREACHABLE"
56462              ],
56463              "enumDescriptions": [
56464                "",
56465                "",
56466                "",
56467                "",
56468                "",
56469                "",
56470                "",
56471                "",
56472                "",
56473                "",
56474                "",
56475                "",
56476                "",
56477                "",
56478                "",
56479                "",
56480                "",
56481                "",
56482                "",
56483                "",
56484                "",
56485                "",
56486                "",
56487                "",
56488                ""
56489              ],
56490              "type": "string"
56491            },
56492            "data": {
56493              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
56494              "items": {
56495                "properties": {
56496                  "key": {
56497                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
56498                    "type": "string"
56499                  },
56500                  "value": {
56501                    "description": "[Output Only] A warning data value corresponding to the key.",
56502                    "type": "string"
56503                  }
56504                },
56505                "type": "object"
56506              },
56507              "type": "array"
56508            },
56509            "message": {
56510              "description": "[Output Only] A human-readable description of the warning code.",
56511              "type": "string"
56512            }
56513          },
56514          "type": "object"
56515        }
56516      },
56517      "type": "object"
56518    },
56519    "RegionInstanceGroupManagersListInstancesResponse": {
56520      "id": "RegionInstanceGroupManagersListInstancesResponse",
56521      "properties": {
56522        "managedInstances": {
56523          "description": "A list of managed instances.",
56524          "items": {
56525            "$ref": "ManagedInstance"
56526          },
56527          "type": "array"
56528        },
56529        "nextPageToken": {
56530          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
56531          "type": "string"
56532        }
56533      },
56534      "type": "object"
56535    },
56536    "RegionInstanceGroupManagersRecreateRequest": {
56537      "id": "RegionInstanceGroupManagersRecreateRequest",
56538      "properties": {
56539        "instances": {
56540          "description": "The URLs of one or more instances to recreate. This can be a full URL or a partial URL, such as zones/[ZONE]/instances/[INSTANCE_NAME].",
56541          "items": {
56542            "type": "string"
56543          },
56544          "type": "array"
56545        }
56546      },
56547      "type": "object"
56548    },
56549    "RegionInstanceGroupManagersSetAutoHealingRequest": {
56550      "id": "RegionInstanceGroupManagersSetAutoHealingRequest",
56551      "properties": {
56552        "autoHealingPolicies": {
56553          "items": {
56554            "$ref": "InstanceGroupManagerAutoHealingPolicy"
56555          },
56556          "type": "array"
56557        }
56558      },
56559      "type": "object"
56560    },
56561    "RegionInstanceGroupManagersSetTargetPoolsRequest": {
56562      "id": "RegionInstanceGroupManagersSetTargetPoolsRequest",
56563      "properties": {
56564        "fingerprint": {
56565          "description": "Fingerprint of the target pools information, which is a hash of the contents. This field is used for optimistic locking when you update the target pool entries. This field is optional.",
56566          "format": "byte",
56567          "type": "string"
56568        },
56569        "targetPools": {
56570          "description": "The URL of all TargetPool resources to which instances in the instanceGroup field are added. The target pools automatically apply to all of the instances in the managed instance group.",
56571          "items": {
56572            "type": "string"
56573          },
56574          "type": "array"
56575        }
56576      },
56577      "type": "object"
56578    },
56579    "RegionInstanceGroupManagersSetTemplateRequest": {
56580      "id": "RegionInstanceGroupManagersSetTemplateRequest",
56581      "properties": {
56582        "instanceTemplate": {
56583          "description": "URL of the InstanceTemplate resource from which all new instances will be created.",
56584          "type": "string"
56585        }
56586      },
56587      "type": "object"
56588    },
56589    "RegionInstanceGroupsListInstances": {
56590      "id": "RegionInstanceGroupsListInstances",
56591      "properties": {
56592        "id": {
56593          "description": "[Output Only] Unique identifier for the resource; defined by the server.",
56594          "type": "string"
56595        },
56596        "items": {
56597          "description": "A list of InstanceWithNamedPorts resources.",
56598          "items": {
56599            "$ref": "InstanceWithNamedPorts"
56600          },
56601          "type": "array"
56602        },
56603        "kind": {
56604          "default": "compute#regionInstanceGroupsListInstances",
56605          "description": "The resource type.",
56606          "type": "string"
56607        },
56608        "nextPageToken": {
56609          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
56610          "type": "string"
56611        },
56612        "selfLink": {
56613          "description": "[Output Only] Server-defined URL for this resource.",
56614          "type": "string"
56615        },
56616        "warning": {
56617          "description": "[Output Only] Informational warning message.",
56618          "properties": {
56619            "code": {
56620              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
56621              "enum": [
56622                "CLEANUP_FAILED",
56623                "DEPRECATED_RESOURCE_USED",
56624                "DEPRECATED_TYPE_USED",
56625                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
56626                "EXPERIMENTAL_TYPE_USED",
56627                "EXTERNAL_API_WARNING",
56628                "FIELD_VALUE_OVERRIDEN",
56629                "INJECTED_KERNELS_DEPRECATED",
56630                "LARGE_DEPLOYMENT_WARNING",
56631                "MISSING_TYPE_DEPENDENCY",
56632                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
56633                "NEXT_HOP_CANNOT_IP_FORWARD",
56634                "NEXT_HOP_INSTANCE_NOT_FOUND",
56635                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
56636                "NEXT_HOP_NOT_RUNNING",
56637                "NOT_CRITICAL_ERROR",
56638                "NO_RESULTS_ON_PAGE",
56639                "PARTIAL_SUCCESS",
56640                "REQUIRED_TOS_AGREEMENT",
56641                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
56642                "RESOURCE_NOT_DELETED",
56643                "SCHEMA_VALIDATION_IGNORED",
56644                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
56645                "UNDECLARED_PROPERTIES",
56646                "UNREACHABLE"
56647              ],
56648              "enumDescriptions": [
56649                "",
56650                "",
56651                "",
56652                "",
56653                "",
56654                "",
56655                "",
56656                "",
56657                "",
56658                "",
56659                "",
56660                "",
56661                "",
56662                "",
56663                "",
56664                "",
56665                "",
56666                "",
56667                "",
56668                "",
56669                "",
56670                "",
56671                "",
56672                "",
56673                ""
56674              ],
56675              "type": "string"
56676            },
56677            "data": {
56678              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
56679              "items": {
56680                "properties": {
56681                  "key": {
56682                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
56683                    "type": "string"
56684                  },
56685                  "value": {
56686                    "description": "[Output Only] A warning data value corresponding to the key.",
56687                    "type": "string"
56688                  }
56689                },
56690                "type": "object"
56691              },
56692              "type": "array"
56693            },
56694            "message": {
56695              "description": "[Output Only] A human-readable description of the warning code.",
56696              "type": "string"
56697            }
56698          },
56699          "type": "object"
56700        }
56701      },
56702      "type": "object"
56703    },
56704    "RegionInstanceGroupsListInstancesRequest": {
56705      "id": "RegionInstanceGroupsListInstancesRequest",
56706      "properties": {
56707        "instanceState": {
56708          "description": "Instances in which state should be returned. Valid options are: 'ALL', 'RUNNING'. By default, it lists all instances.",
56709          "enum": [
56710            "ALL",
56711            "RUNNING"
56712          ],
56713          "enumDescriptions": [
56714            "",
56715            ""
56716          ],
56717          "type": "string"
56718        },
56719        "portName": {
56720          "description": "Name of port user is interested in. It is optional. If it is set, only information about this ports will be returned. If it is not set, all the named ports will be returned. Always lists all instances.",
56721          "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
56722          "type": "string"
56723        }
56724      },
56725      "type": "object"
56726    },
56727    "RegionInstanceGroupsSetNamedPortsRequest": {
56728      "id": "RegionInstanceGroupsSetNamedPortsRequest",
56729      "properties": {
56730        "fingerprint": {
56731          "description": "The fingerprint of the named ports information for this instance group. Use this optional property to prevent conflicts when multiple users change the named ports settings concurrently. Obtain the fingerprint with the instanceGroups.get method. Then, include the fingerprint in your request to ensure that you do not overwrite changes that were applied from another concurrent request.",
56732          "format": "byte",
56733          "type": "string"
56734        },
56735        "namedPorts": {
56736          "description": "The list of named ports to set for this instance group.",
56737          "items": {
56738            "$ref": "NamedPort"
56739          },
56740          "type": "array"
56741        }
56742      },
56743      "type": "object"
56744    },
56745    "RegionList": {
56746      "description": "Contains a list of region resources.",
56747      "id": "RegionList",
56748      "properties": {
56749        "id": {
56750          "description": "[Output Only] Unique identifier for the resource; defined by the server.",
56751          "type": "string"
56752        },
56753        "items": {
56754          "description": "A list of Region resources.",
56755          "items": {
56756            "$ref": "Region"
56757          },
56758          "type": "array"
56759        },
56760        "kind": {
56761          "default": "compute#regionList",
56762          "description": "[Output Only] Type of resource. Always compute#regionList for lists of regions.",
56763          "type": "string"
56764        },
56765        "nextPageToken": {
56766          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
56767          "type": "string"
56768        },
56769        "selfLink": {
56770          "description": "[Output Only] Server-defined URL for this resource.",
56771          "type": "string"
56772        },
56773        "warning": {
56774          "description": "[Output Only] Informational warning message.",
56775          "properties": {
56776            "code": {
56777              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
56778              "enum": [
56779                "CLEANUP_FAILED",
56780                "DEPRECATED_RESOURCE_USED",
56781                "DEPRECATED_TYPE_USED",
56782                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
56783                "EXPERIMENTAL_TYPE_USED",
56784                "EXTERNAL_API_WARNING",
56785                "FIELD_VALUE_OVERRIDEN",
56786                "INJECTED_KERNELS_DEPRECATED",
56787                "LARGE_DEPLOYMENT_WARNING",
56788                "MISSING_TYPE_DEPENDENCY",
56789                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
56790                "NEXT_HOP_CANNOT_IP_FORWARD",
56791                "NEXT_HOP_INSTANCE_NOT_FOUND",
56792                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
56793                "NEXT_HOP_NOT_RUNNING",
56794                "NOT_CRITICAL_ERROR",
56795                "NO_RESULTS_ON_PAGE",
56796                "PARTIAL_SUCCESS",
56797                "REQUIRED_TOS_AGREEMENT",
56798                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
56799                "RESOURCE_NOT_DELETED",
56800                "SCHEMA_VALIDATION_IGNORED",
56801                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
56802                "UNDECLARED_PROPERTIES",
56803                "UNREACHABLE"
56804              ],
56805              "enumDescriptions": [
56806                "",
56807                "",
56808                "",
56809                "",
56810                "",
56811                "",
56812                "",
56813                "",
56814                "",
56815                "",
56816                "",
56817                "",
56818                "",
56819                "",
56820                "",
56821                "",
56822                "",
56823                "",
56824                "",
56825                "",
56826                "",
56827                "",
56828                "",
56829                "",
56830                ""
56831              ],
56832              "type": "string"
56833            },
56834            "data": {
56835              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
56836              "items": {
56837                "properties": {
56838                  "key": {
56839                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
56840                    "type": "string"
56841                  },
56842                  "value": {
56843                    "description": "[Output Only] A warning data value corresponding to the key.",
56844                    "type": "string"
56845                  }
56846                },
56847                "type": "object"
56848              },
56849              "type": "array"
56850            },
56851            "message": {
56852              "description": "[Output Only] A human-readable description of the warning code.",
56853              "type": "string"
56854            }
56855          },
56856          "type": "object"
56857        }
56858      },
56859      "type": "object"
56860    },
56861    "RegionSetLabelsRequest": {
56862      "id": "RegionSetLabelsRequest",
56863      "properties": {
56864        "labelFingerprint": {
56865          "description": "The fingerprint of the previous set of labels for this resource, used to detect conflicts. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update labels. You must always provide an up-to-date fingerprint hash in order to update or change labels. Make a get() request to the resource to get the latest fingerprint.",
56866          "format": "byte",
56867          "type": "string"
56868        },
56869        "labels": {
56870          "additionalProperties": {
56871            "type": "string"
56872          },
56873          "description": "The labels to set for this resource.",
56874          "type": "object"
56875        }
56876      },
56877      "type": "object"
56878    },
56879    "RegionSetPolicyRequest": {
56880      "id": "RegionSetPolicyRequest",
56881      "properties": {
56882        "bindings": {
56883          "description": "Flatten Policy to create a backwacd compatible wire-format. Deprecated. Use 'policy' to specify bindings.",
56884          "items": {
56885            "$ref": "Binding"
56886          },
56887          "type": "array"
56888        },
56889        "etag": {
56890          "description": "Flatten Policy to create a backward compatible wire-format. Deprecated. Use 'policy' to specify the etag.",
56891          "format": "byte",
56892          "type": "string"
56893        },
56894        "policy": {
56895          "$ref": "Policy",
56896          "description": "REQUIRED: The complete policy to be applied to the 'resource'. The size of the policy is limited to a few 10s of KB. An empty policy is in general a valid policy but certain services (like Projects) might reject them."
56897        }
56898      },
56899      "type": "object"
56900    },
56901    "RegionTargetHttpsProxiesSetSslCertificatesRequest": {
56902      "id": "RegionTargetHttpsProxiesSetSslCertificatesRequest",
56903      "properties": {
56904        "sslCertificates": {
56905          "description": "New set of SslCertificate resources to associate with this TargetHttpsProxy resource. Currently exactly one SslCertificate resource must be specified.",
56906          "items": {
56907            "type": "string"
56908          },
56909          "type": "array"
56910        }
56911      },
56912      "type": "object"
56913    },
56914    "RegionUrlMapsValidateRequest": {
56915      "id": "RegionUrlMapsValidateRequest",
56916      "properties": {
56917        "resource": {
56918          "$ref": "UrlMap",
56919          "description": "Content of the UrlMap to be validated."
56920        }
56921      },
56922      "type": "object"
56923    },
56924    "RequestMirrorPolicy": {
56925      "description": "A policy that specifies how requests intended for the route's backends are shadowed to a separate mirrored backend service. Loadbalancer does not wait for responses from the shadow service. Prior to sending traffic to the shadow service, the host / authority header is suffixed with -shadow.",
56926      "id": "RequestMirrorPolicy",
56927      "properties": {
56928        "backendService": {
56929          "description": "The full or partial URL to the BackendService resource being mirrored to.",
56930          "type": "string"
56931        }
56932      },
56933      "type": "object"
56934    },
56935    "Reservation": {
56936      "description": "Represents a reservation resource. A reservation ensures that capacity is held in a specific zone even if the reserved VMs are not running. For more information, read  Reserving zonal resources. (== resource_for {$api_version}.reservations ==)",
56937      "id": "Reservation",
56938      "properties": {
56939        "commitment": {
56940          "description": "[Output Only] Full or partial URL to a parent commitment. This field displays for reservations that are tied to a commitment.",
56941          "type": "string"
56942        },
56943        "creationTimestamp": {
56944          "description": "[Output Only] Creation timestamp in RFC3339 text format.",
56945          "type": "string"
56946        },
56947        "description": {
56948          "description": "An optional description of this resource. Provide this property when you create the resource.",
56949          "type": "string"
56950        },
56951        "id": {
56952          "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.",
56953          "format": "uint64",
56954          "type": "string"
56955        },
56956        "kind": {
56957          "default": "compute#reservation",
56958          "description": "[Output Only] Type of the resource. Always compute#reservations for reservations.",
56959          "type": "string"
56960        },
56961        "name": {
56962          "annotations": {
56963            "required": [
56964              "compute.instances.insert"
56965            ]
56966          },
56967          "description": "The name of the resource, provided by the client when initially creating the resource. The resource name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.",
56968          "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
56969          "type": "string"
56970        },
56971        "selfLink": {
56972          "description": "[Output Only] Server-defined fully-qualified URL for this resource.",
56973          "type": "string"
56974        },
56975        "selfLinkWithId": {
56976          "description": "[Output Only] Server-defined URL for this resource with the resource id.",
56977          "type": "string"
56978        },
56979        "shareSettings": {
56980          "$ref": "AllocationShareSettings",
56981          "description": "Share-settings for shared-reservation"
56982        },
56983        "specificReservation": {
56984          "$ref": "AllocationSpecificSKUReservation",
56985          "description": "Reservation for instances with specific machine shapes."
56986        },
56987        "specificReservationRequired": {
56988          "description": "Indicates whether the reservation can be consumed by VMs with affinity for \"any\" reservation. If the field is set, then only VMs that target the reservation by name can consume from this reservation.",
56989          "type": "boolean"
56990        },
56991        "status": {
56992          "description": "[Output Only] The status of the reservation.",
56993          "enum": [
56994            "CREATING",
56995            "DELETING",
56996            "INVALID",
56997            "READY",
56998            "UPDATING"
56999          ],
57000          "enumDescriptions": [
57001            "",
57002            "",
57003            "",
57004            "",
57005            ""
57006          ],
57007          "type": "string"
57008        },
57009        "zone": {
57010          "description": "Zone in which the reservation resides. A zone must be provided if the reservation is created within a commitment.",
57011          "type": "string"
57012        }
57013      },
57014      "type": "object"
57015    },
57016    "ReservationAffinity": {
57017      "description": "Specifies the reservations that this instance can consume from.",
57018      "id": "ReservationAffinity",
57019      "properties": {
57020        "consumeReservationType": {
57021          "description": "Specifies the type of reservation from which this instance can consume resources: ANY_RESERVATION (default), SPECIFIC_RESERVATION, or NO_RESERVATION. See  Consuming reserved instances for examples.",
57022          "enum": [
57023            "ANY_RESERVATION",
57024            "NO_RESERVATION",
57025            "SPECIFIC_RESERVATION",
57026            "SPECIFIC_THEN_ANY_RESERVATION",
57027            "UNSPECIFIED"
57028          ],
57029          "enumDescriptions": [
57030            "",
57031            "",
57032            "",
57033            "",
57034            ""
57035          ],
57036          "type": "string"
57037        },
57038        "key": {
57039          "description": "Corresponds to the label key of a reservation resource. To target a SPECIFIC_RESERVATION by name, specify googleapis.com/reservation-name as the key and specify the name of your reservation as its value.",
57040          "type": "string"
57041        },
57042        "values": {
57043          "description": "Corresponds to the label values of a reservation resource.",
57044          "items": {
57045            "type": "string"
57046          },
57047          "type": "array"
57048        }
57049      },
57050      "type": "object"
57051    },
57052    "ReservationAggregatedList": {
57053      "description": "Contains a list of reservations.",
57054      "id": "ReservationAggregatedList",
57055      "properties": {
57056        "id": {
57057          "description": "[Output Only] Unique identifier for the resource; defined by the server.",
57058          "type": "string"
57059        },
57060        "items": {
57061          "additionalProperties": {
57062            "$ref": "ReservationsScopedList",
57063            "description": "Name of the scope containing this set of reservations."
57064          },
57065          "description": "A list of Allocation resources.",
57066          "type": "object"
57067        },
57068        "kind": {
57069          "default": "compute#reservationAggregatedList",
57070          "description": "Type of resource.",
57071          "type": "string"
57072        },
57073        "nextPageToken": {
57074          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
57075          "type": "string"
57076        },
57077        "selfLink": {
57078          "description": "[Output Only] Server-defined URL for this resource.",
57079          "type": "string"
57080        },
57081        "unreachables": {
57082          "description": "[Output Only] Unreachable resources.",
57083          "items": {
57084            "type": "string"
57085          },
57086          "type": "array"
57087        },
57088        "warning": {
57089          "description": "[Output Only] Informational warning message.",
57090          "properties": {
57091            "code": {
57092              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
57093              "enum": [
57094                "CLEANUP_FAILED",
57095                "DEPRECATED_RESOURCE_USED",
57096                "DEPRECATED_TYPE_USED",
57097                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
57098                "EXPERIMENTAL_TYPE_USED",
57099                "EXTERNAL_API_WARNING",
57100                "FIELD_VALUE_OVERRIDEN",
57101                "INJECTED_KERNELS_DEPRECATED",
57102                "LARGE_DEPLOYMENT_WARNING",
57103                "MISSING_TYPE_DEPENDENCY",
57104                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
57105                "NEXT_HOP_CANNOT_IP_FORWARD",
57106                "NEXT_HOP_INSTANCE_NOT_FOUND",
57107                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
57108                "NEXT_HOP_NOT_RUNNING",
57109                "NOT_CRITICAL_ERROR",
57110                "NO_RESULTS_ON_PAGE",
57111                "PARTIAL_SUCCESS",
57112                "REQUIRED_TOS_AGREEMENT",
57113                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
57114                "RESOURCE_NOT_DELETED",
57115                "SCHEMA_VALIDATION_IGNORED",
57116                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
57117                "UNDECLARED_PROPERTIES",
57118                "UNREACHABLE"
57119              ],
57120              "enumDescriptions": [
57121                "",
57122                "",
57123                "",
57124                "",
57125                "",
57126                "",
57127                "",
57128                "",
57129                "",
57130                "",
57131                "",
57132                "",
57133                "",
57134                "",
57135                "",
57136                "",
57137                "",
57138                "",
57139                "",
57140                "",
57141                "",
57142                "",
57143                "",
57144                "",
57145                ""
57146              ],
57147              "type": "string"
57148            },
57149            "data": {
57150              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
57151              "items": {
57152                "properties": {
57153                  "key": {
57154                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
57155                    "type": "string"
57156                  },
57157                  "value": {
57158                    "description": "[Output Only] A warning data value corresponding to the key.",
57159                    "type": "string"
57160                  }
57161                },
57162                "type": "object"
57163              },
57164              "type": "array"
57165            },
57166            "message": {
57167              "description": "[Output Only] A human-readable description of the warning code.",
57168              "type": "string"
57169            }
57170          },
57171          "type": "object"
57172        }
57173      },
57174      "type": "object"
57175    },
57176    "ReservationList": {
57177      "id": "ReservationList",
57178      "properties": {
57179        "id": {
57180          "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.",
57181          "type": "string"
57182        },
57183        "items": {
57184          "description": "[Output Only] A list of Allocation resources.",
57185          "items": {
57186            "$ref": "Reservation"
57187          },
57188          "type": "array"
57189        },
57190        "kind": {
57191          "default": "compute#reservationList",
57192          "description": "[Output Only] Type of resource.Always compute#reservationsList for listsof reservations",
57193          "type": "string"
57194        },
57195        "nextPageToken": {
57196          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
57197          "type": "string"
57198        },
57199        "selfLink": {
57200          "description": "[Output Only] Server-defined URL for this resource.",
57201          "type": "string"
57202        },
57203        "warning": {
57204          "description": "[Output Only] Informational warning message.",
57205          "properties": {
57206            "code": {
57207              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
57208              "enum": [
57209                "CLEANUP_FAILED",
57210                "DEPRECATED_RESOURCE_USED",
57211                "DEPRECATED_TYPE_USED",
57212                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
57213                "EXPERIMENTAL_TYPE_USED",
57214                "EXTERNAL_API_WARNING",
57215                "FIELD_VALUE_OVERRIDEN",
57216                "INJECTED_KERNELS_DEPRECATED",
57217                "LARGE_DEPLOYMENT_WARNING",
57218                "MISSING_TYPE_DEPENDENCY",
57219                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
57220                "NEXT_HOP_CANNOT_IP_FORWARD",
57221                "NEXT_HOP_INSTANCE_NOT_FOUND",
57222                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
57223                "NEXT_HOP_NOT_RUNNING",
57224                "NOT_CRITICAL_ERROR",
57225                "NO_RESULTS_ON_PAGE",
57226                "PARTIAL_SUCCESS",
57227                "REQUIRED_TOS_AGREEMENT",
57228                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
57229                "RESOURCE_NOT_DELETED",
57230                "SCHEMA_VALIDATION_IGNORED",
57231                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
57232                "UNDECLARED_PROPERTIES",
57233                "UNREACHABLE"
57234              ],
57235              "enumDescriptions": [
57236                "",
57237                "",
57238                "",
57239                "",
57240                "",
57241                "",
57242                "",
57243                "",
57244                "",
57245                "",
57246                "",
57247                "",
57248                "",
57249                "",
57250                "",
57251                "",
57252                "",
57253                "",
57254                "",
57255                "",
57256                "",
57257                "",
57258                "",
57259                "",
57260                ""
57261              ],
57262              "type": "string"
57263            },
57264            "data": {
57265              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
57266              "items": {
57267                "properties": {
57268                  "key": {
57269                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
57270                    "type": "string"
57271                  },
57272                  "value": {
57273                    "description": "[Output Only] A warning data value corresponding to the key.",
57274                    "type": "string"
57275                  }
57276                },
57277                "type": "object"
57278              },
57279              "type": "array"
57280            },
57281            "message": {
57282              "description": "[Output Only] A human-readable description of the warning code.",
57283              "type": "string"
57284            }
57285          },
57286          "type": "object"
57287        }
57288      },
57289      "type": "object"
57290    },
57291    "ReservationsResizeRequest": {
57292      "id": "ReservationsResizeRequest",
57293      "properties": {
57294        "specificSkuCount": {
57295          "description": "Number of allocated resources can be resized with minimum = 1 and maximum = 1000.",
57296          "format": "int64",
57297          "type": "string"
57298        }
57299      },
57300      "type": "object"
57301    },
57302    "ReservationsScopedList": {
57303      "id": "ReservationsScopedList",
57304      "properties": {
57305        "reservations": {
57306          "description": "A list of reservations contained in this scope.",
57307          "items": {
57308            "$ref": "Reservation"
57309          },
57310          "type": "array"
57311        },
57312        "warning": {
57313          "description": "Informational warning which replaces the list of reservations when the list is empty.",
57314          "properties": {
57315            "code": {
57316              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
57317              "enum": [
57318                "CLEANUP_FAILED",
57319                "DEPRECATED_RESOURCE_USED",
57320                "DEPRECATED_TYPE_USED",
57321                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
57322                "EXPERIMENTAL_TYPE_USED",
57323                "EXTERNAL_API_WARNING",
57324                "FIELD_VALUE_OVERRIDEN",
57325                "INJECTED_KERNELS_DEPRECATED",
57326                "LARGE_DEPLOYMENT_WARNING",
57327                "MISSING_TYPE_DEPENDENCY",
57328                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
57329                "NEXT_HOP_CANNOT_IP_FORWARD",
57330                "NEXT_HOP_INSTANCE_NOT_FOUND",
57331                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
57332                "NEXT_HOP_NOT_RUNNING",
57333                "NOT_CRITICAL_ERROR",
57334                "NO_RESULTS_ON_PAGE",
57335                "PARTIAL_SUCCESS",
57336                "REQUIRED_TOS_AGREEMENT",
57337                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
57338                "RESOURCE_NOT_DELETED",
57339                "SCHEMA_VALIDATION_IGNORED",
57340                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
57341                "UNDECLARED_PROPERTIES",
57342                "UNREACHABLE"
57343              ],
57344              "enumDescriptions": [
57345                "",
57346                "",
57347                "",
57348                "",
57349                "",
57350                "",
57351                "",
57352                "",
57353                "",
57354                "",
57355                "",
57356                "",
57357                "",
57358                "",
57359                "",
57360                "",
57361                "",
57362                "",
57363                "",
57364                "",
57365                "",
57366                "",
57367                "",
57368                "",
57369                ""
57370              ],
57371              "type": "string"
57372            },
57373            "data": {
57374              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
57375              "items": {
57376                "properties": {
57377                  "key": {
57378                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
57379                    "type": "string"
57380                  },
57381                  "value": {
57382                    "description": "[Output Only] A warning data value corresponding to the key.",
57383                    "type": "string"
57384                  }
57385                },
57386                "type": "object"
57387              },
57388              "type": "array"
57389            },
57390            "message": {
57391              "description": "[Output Only] A human-readable description of the warning code.",
57392              "type": "string"
57393            }
57394          },
57395          "type": "object"
57396        }
57397      },
57398      "type": "object"
57399    },
57400    "ResourceCommitment": {
57401      "description": "Commitment for a particular resource (a Commitment is composed of one or more of these).",
57402      "id": "ResourceCommitment",
57403      "properties": {
57404        "acceleratorType": {
57405          "description": "Name of the accelerator type resource. Applicable only when the type is ACCELERATOR.",
57406          "type": "string"
57407        },
57408        "amount": {
57409          "description": "The amount of the resource purchased (in a type-dependent unit, such as bytes). For vCPUs, this can just be an integer. For memory, this must be provided in MB. Memory must be a multiple of 256 MB, with up to 6.5GB of memory per every vCPU.",
57410          "format": "int64",
57411          "type": "string"
57412        },
57413        "type": {
57414          "description": "Type of resource for which this commitment applies. Possible values are VCPU and MEMORY",
57415          "enum": [
57416            "ACCELERATOR",
57417            "LOCAL_SSD",
57418            "MEMORY",
57419            "UNSPECIFIED",
57420            "VCPU"
57421          ],
57422          "enumDescriptions": [
57423            "",
57424            "",
57425            "",
57426            "",
57427            ""
57428          ],
57429          "type": "string"
57430        }
57431      },
57432      "type": "object"
57433    },
57434    "ResourceGroupReference": {
57435      "id": "ResourceGroupReference",
57436      "properties": {
57437        "group": {
57438          "description": "A URI referencing one of the instance groups or network endpoint groups listed in the backend service.",
57439          "type": "string"
57440        }
57441      },
57442      "type": "object"
57443    },
57444    "ResourcePoliciesScopedList": {
57445      "id": "ResourcePoliciesScopedList",
57446      "properties": {
57447        "resourcePolicies": {
57448          "description": "A list of resourcePolicies contained in this scope.",
57449          "items": {
57450            "$ref": "ResourcePolicy"
57451          },
57452          "type": "array"
57453        },
57454        "warning": {
57455          "description": "Informational warning which replaces the list of resourcePolicies when the list is empty.",
57456          "properties": {
57457            "code": {
57458              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
57459              "enum": [
57460                "CLEANUP_FAILED",
57461                "DEPRECATED_RESOURCE_USED",
57462                "DEPRECATED_TYPE_USED",
57463                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
57464                "EXPERIMENTAL_TYPE_USED",
57465                "EXTERNAL_API_WARNING",
57466                "FIELD_VALUE_OVERRIDEN",
57467                "INJECTED_KERNELS_DEPRECATED",
57468                "LARGE_DEPLOYMENT_WARNING",
57469                "MISSING_TYPE_DEPENDENCY",
57470                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
57471                "NEXT_HOP_CANNOT_IP_FORWARD",
57472                "NEXT_HOP_INSTANCE_NOT_FOUND",
57473                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
57474                "NEXT_HOP_NOT_RUNNING",
57475                "NOT_CRITICAL_ERROR",
57476                "NO_RESULTS_ON_PAGE",
57477                "PARTIAL_SUCCESS",
57478                "REQUIRED_TOS_AGREEMENT",
57479                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
57480                "RESOURCE_NOT_DELETED",
57481                "SCHEMA_VALIDATION_IGNORED",
57482                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
57483                "UNDECLARED_PROPERTIES",
57484                "UNREACHABLE"
57485              ],
57486              "enumDescriptions": [
57487                "",
57488                "",
57489                "",
57490                "",
57491                "",
57492                "",
57493                "",
57494                "",
57495                "",
57496                "",
57497                "",
57498                "",
57499                "",
57500                "",
57501                "",
57502                "",
57503                "",
57504                "",
57505                "",
57506                "",
57507                "",
57508                "",
57509                "",
57510                "",
57511                ""
57512              ],
57513              "type": "string"
57514            },
57515            "data": {
57516              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
57517              "items": {
57518                "properties": {
57519                  "key": {
57520                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
57521                    "type": "string"
57522                  },
57523                  "value": {
57524                    "description": "[Output Only] A warning data value corresponding to the key.",
57525                    "type": "string"
57526                  }
57527                },
57528                "type": "object"
57529              },
57530              "type": "array"
57531            },
57532            "message": {
57533              "description": "[Output Only] A human-readable description of the warning code.",
57534              "type": "string"
57535            }
57536          },
57537          "type": "object"
57538        }
57539      },
57540      "type": "object"
57541    },
57542    "ResourcePolicy": {
57543      "description": "Represents a Resource Policy resource. You can use resource policies to schedule actions for some Compute Engine resources. For example, you can use them to schedule persistent disk snapshots.\n\n(== resource_for {$api_version}.resourcePolicies ==)",
57544      "id": "ResourcePolicy",
57545      "properties": {
57546        "creationTimestamp": {
57547          "description": "[Output Only] Creation timestamp in RFC3339 text format.",
57548          "type": "string"
57549        },
57550        "description": {
57551          "type": "string"
57552        },
57553        "groupPlacementPolicy": {
57554          "$ref": "ResourcePolicyGroupPlacementPolicy",
57555          "description": "Resource policy for instances for placement configuration."
57556        },
57557        "id": {
57558          "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.",
57559          "format": "uint64",
57560          "type": "string"
57561        },
57562        "instanceSchedulePolicy": {
57563          "$ref": "ResourcePolicyInstanceSchedulePolicy",
57564          "description": "Resource policy for scheduling instance operations."
57565        },
57566        "kind": {
57567          "default": "compute#resourcePolicy",
57568          "description": "[Output Only] Type of the resource. Always compute#resource_policies for resource policies.",
57569          "type": "string"
57570        },
57571        "name": {
57572          "annotations": {
57573            "required": [
57574              "compute.instances.insert"
57575            ]
57576          },
57577          "description": "The name of the resource, provided by the client when initially creating the resource. The resource name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.",
57578          "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
57579          "type": "string"
57580        },
57581        "region": {
57582          "type": "string"
57583        },
57584        "selfLink": {
57585          "description": "[Output Only] Server-defined fully-qualified URL for this resource.",
57586          "type": "string"
57587        },
57588        "selfLinkWithId": {
57589          "description": "[Output Only] Server-defined URL for this resource with the resource id.",
57590          "type": "string"
57591        },
57592        "snapshotSchedulePolicy": {
57593          "$ref": "ResourcePolicySnapshotSchedulePolicy",
57594          "description": "Resource policy for persistent disks for creating snapshots."
57595        },
57596        "status": {
57597          "description": "[Output Only] The status of resource policy creation.",
57598          "enum": [
57599            "CREATING",
57600            "DELETING",
57601            "INVALID",
57602            "READY"
57603          ],
57604          "enumDescriptions": [
57605            "",
57606            "",
57607            "",
57608            ""
57609          ],
57610          "type": "string"
57611        },
57612        "vmMaintenancePolicy": {
57613          "$ref": "ResourcePolicyVmMaintenancePolicy",
57614          "description": "Resource policy applicable to VMs for infrastructure maintenance."
57615        }
57616      },
57617      "type": "object"
57618    },
57619    "ResourcePolicyAggregatedList": {
57620      "description": "Contains a list of resourcePolicies.",
57621      "id": "ResourcePolicyAggregatedList",
57622      "properties": {
57623        "etag": {
57624          "type": "string"
57625        },
57626        "id": {
57627          "description": "[Output Only] Unique identifier for the resource; defined by the server.",
57628          "type": "string"
57629        },
57630        "items": {
57631          "additionalProperties": {
57632            "$ref": "ResourcePoliciesScopedList",
57633            "description": "Name of the scope containing this set of resourcePolicies."
57634          },
57635          "description": "A list of ResourcePolicy resources.",
57636          "type": "object"
57637        },
57638        "kind": {
57639          "default": "compute#resourcePolicyAggregatedList",
57640          "description": "Type of resource.",
57641          "type": "string"
57642        },
57643        "nextPageToken": {
57644          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
57645          "type": "string"
57646        },
57647        "selfLink": {
57648          "description": "[Output Only] Server-defined URL for this resource.",
57649          "type": "string"
57650        },
57651        "unreachables": {
57652          "description": "[Output Only] Unreachable resources.",
57653          "items": {
57654            "type": "string"
57655          },
57656          "type": "array"
57657        },
57658        "warning": {
57659          "description": "[Output Only] Informational warning message.",
57660          "properties": {
57661            "code": {
57662              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
57663              "enum": [
57664                "CLEANUP_FAILED",
57665                "DEPRECATED_RESOURCE_USED",
57666                "DEPRECATED_TYPE_USED",
57667                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
57668                "EXPERIMENTAL_TYPE_USED",
57669                "EXTERNAL_API_WARNING",
57670                "FIELD_VALUE_OVERRIDEN",
57671                "INJECTED_KERNELS_DEPRECATED",
57672                "LARGE_DEPLOYMENT_WARNING",
57673                "MISSING_TYPE_DEPENDENCY",
57674                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
57675                "NEXT_HOP_CANNOT_IP_FORWARD",
57676                "NEXT_HOP_INSTANCE_NOT_FOUND",
57677                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
57678                "NEXT_HOP_NOT_RUNNING",
57679                "NOT_CRITICAL_ERROR",
57680                "NO_RESULTS_ON_PAGE",
57681                "PARTIAL_SUCCESS",
57682                "REQUIRED_TOS_AGREEMENT",
57683                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
57684                "RESOURCE_NOT_DELETED",
57685                "SCHEMA_VALIDATION_IGNORED",
57686                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
57687                "UNDECLARED_PROPERTIES",
57688                "UNREACHABLE"
57689              ],
57690              "enumDescriptions": [
57691                "",
57692                "",
57693                "",
57694                "",
57695                "",
57696                "",
57697                "",
57698                "",
57699                "",
57700                "",
57701                "",
57702                "",
57703                "",
57704                "",
57705                "",
57706                "",
57707                "",
57708                "",
57709                "",
57710                "",
57711                "",
57712                "",
57713                "",
57714                "",
57715                ""
57716              ],
57717              "type": "string"
57718            },
57719            "data": {
57720              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
57721              "items": {
57722                "properties": {
57723                  "key": {
57724                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
57725                    "type": "string"
57726                  },
57727                  "value": {
57728                    "description": "[Output Only] A warning data value corresponding to the key.",
57729                    "type": "string"
57730                  }
57731                },
57732                "type": "object"
57733              },
57734              "type": "array"
57735            },
57736            "message": {
57737              "description": "[Output Only] A human-readable description of the warning code.",
57738              "type": "string"
57739            }
57740          },
57741          "type": "object"
57742        }
57743      },
57744      "type": "object"
57745    },
57746    "ResourcePolicyDailyCycle": {
57747      "description": "Time window specified for daily operations.",
57748      "id": "ResourcePolicyDailyCycle",
57749      "properties": {
57750        "daysInCycle": {
57751          "description": "Defines a schedule with units measured in months. The value determines how many months pass between the start of each cycle.",
57752          "format": "int32",
57753          "type": "integer"
57754        },
57755        "duration": {
57756          "description": "[Output only] A predetermined duration for the window, automatically chosen to be the smallest possible in the given scenario.",
57757          "type": "string"
57758        },
57759        "startTime": {
57760          "description": "Start time of the window. This must be in UTC format that resolves to one of 00:00, 04:00, 08:00, 12:00, 16:00, or 20:00. For example, both 13:00-5 and 08:00 are valid.",
57761          "type": "string"
57762        }
57763      },
57764      "type": "object"
57765    },
57766    "ResourcePolicyGroupPlacementPolicy": {
57767      "description": "A GroupPlacementPolicy specifies resource placement configuration. It specifies the failure bucket separation as well as network locality",
57768      "id": "ResourcePolicyGroupPlacementPolicy",
57769      "properties": {
57770        "availabilityDomainCount": {
57771          "description": "The number of availability domains instances will be spread across. If two instances are in different availability domain, they will not be put in the same low latency network",
57772          "format": "int32",
57773          "type": "integer"
57774        },
57775        "collocation": {
57776          "description": "Specifies network collocation",
57777          "enum": [
57778            "CLUSTERED",
57779            "COLLOCATED",
57780            "UNSPECIFIED_COLLOCATION"
57781          ],
57782          "enumDescriptions": [
57783            "",
57784            "",
57785            ""
57786          ],
57787          "type": "string"
57788        },
57789        "locality": {
57790          "description": "Specifies network locality",
57791          "enum": [
57792            "BEST_EFFORT",
57793            "STRICT",
57794            "UNSPECIFIED_LOCALITY"
57795          ],
57796          "enumDescriptions": [
57797            "",
57798            "",
57799            ""
57800          ],
57801          "type": "string"
57802        },
57803        "scope": {
57804          "description": "Scope specifies the availability domain to which the VMs should be spread.",
57805          "enum": [
57806            "HOST",
57807            "UNSPECIFIED_SCOPE"
57808          ],
57809          "enumDescriptions": [
57810            "",
57811            ""
57812          ],
57813          "type": "string"
57814        },
57815        "style": {
57816          "description": "Specifies instances to hosts placement relationship",
57817          "enum": [
57818            "COMPACT",
57819            "FULLY_SPREAD",
57820            "UNSPECIFIED_PLACEMENT_TYPE"
57821          ],
57822          "enumDescriptions": [
57823            "",
57824            "",
57825            ""
57826          ],
57827          "type": "string"
57828        },
57829        "vmCount": {
57830          "description": "Number of vms in this placement group",
57831          "format": "int32",
57832          "type": "integer"
57833        }
57834      },
57835      "type": "object"
57836    },
57837    "ResourcePolicyHourlyCycle": {
57838      "description": "Time window specified for hourly operations.",
57839      "id": "ResourcePolicyHourlyCycle",
57840      "properties": {
57841        "duration": {
57842          "description": "[Output only] Duration of the time window, automatically chosen to be smallest possible in the given scenario.",
57843          "type": "string"
57844        },
57845        "hoursInCycle": {
57846          "description": "Defines a schedule with units measured in hours. The value determines how many hours pass between the start of each cycle.",
57847          "format": "int32",
57848          "type": "integer"
57849        },
57850        "startTime": {
57851          "description": "Time within the window to start the operations. It must be in format \"HH:MM\", where HH : [00-23] and MM : [00-00] GMT.",
57852          "type": "string"
57853        }
57854      },
57855      "type": "object"
57856    },
57857    "ResourcePolicyInstanceSchedulePolicy": {
57858      "description": "An InstanceSchedulePolicy specifies when and how frequent certain operations are performed on the instance.",
57859      "id": "ResourcePolicyInstanceSchedulePolicy",
57860      "properties": {
57861        "timeZone": {
57862          "description": "Specifies the time zone to be used in interpreting Schedule.schedule. The value of this field must be a time zone name from the tz database: http://en.wikipedia.org/wiki/Tz_database.",
57863          "type": "string"
57864        },
57865        "vmStartSchedule": {
57866          "$ref": "ResourcePolicyInstanceSchedulePolicySchedule",
57867          "description": "Specifies the schedule for starting instances."
57868        },
57869        "vmStopSchedule": {
57870          "$ref": "ResourcePolicyInstanceSchedulePolicySchedule",
57871          "description": "Specifies the schedule for stopping instances."
57872        }
57873      },
57874      "type": "object"
57875    },
57876    "ResourcePolicyInstanceSchedulePolicySchedule": {
57877      "description": "Schedule for an instance operation.",
57878      "id": "ResourcePolicyInstanceSchedulePolicySchedule",
57879      "properties": {
57880        "schedule": {
57881          "description": "Specifies the frequency for the operation, using the unix-cron format.",
57882          "type": "string"
57883        }
57884      },
57885      "type": "object"
57886    },
57887    "ResourcePolicyList": {
57888      "id": "ResourcePolicyList",
57889      "properties": {
57890        "etag": {
57891          "type": "string"
57892        },
57893        "id": {
57894          "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.",
57895          "type": "string"
57896        },
57897        "items": {
57898          "description": "[Output Only] A list of ResourcePolicy resources.",
57899          "items": {
57900            "$ref": "ResourcePolicy"
57901          },
57902          "type": "array"
57903        },
57904        "kind": {
57905          "default": "compute#resourcePolicyList",
57906          "description": "[Output Only] Type of resource.Always compute#resourcePoliciesList for listsof resourcePolicies",
57907          "type": "string"
57908        },
57909        "nextPageToken": {
57910          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
57911          "type": "string"
57912        },
57913        "selfLink": {
57914          "description": "[Output Only] Server-defined URL for this resource.",
57915          "type": "string"
57916        },
57917        "warning": {
57918          "description": "[Output Only] Informational warning message.",
57919          "properties": {
57920            "code": {
57921              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
57922              "enum": [
57923                "CLEANUP_FAILED",
57924                "DEPRECATED_RESOURCE_USED",
57925                "DEPRECATED_TYPE_USED",
57926                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
57927                "EXPERIMENTAL_TYPE_USED",
57928                "EXTERNAL_API_WARNING",
57929                "FIELD_VALUE_OVERRIDEN",
57930                "INJECTED_KERNELS_DEPRECATED",
57931                "LARGE_DEPLOYMENT_WARNING",
57932                "MISSING_TYPE_DEPENDENCY",
57933                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
57934                "NEXT_HOP_CANNOT_IP_FORWARD",
57935                "NEXT_HOP_INSTANCE_NOT_FOUND",
57936                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
57937                "NEXT_HOP_NOT_RUNNING",
57938                "NOT_CRITICAL_ERROR",
57939                "NO_RESULTS_ON_PAGE",
57940                "PARTIAL_SUCCESS",
57941                "REQUIRED_TOS_AGREEMENT",
57942                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
57943                "RESOURCE_NOT_DELETED",
57944                "SCHEMA_VALIDATION_IGNORED",
57945                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
57946                "UNDECLARED_PROPERTIES",
57947                "UNREACHABLE"
57948              ],
57949              "enumDescriptions": [
57950                "",
57951                "",
57952                "",
57953                "",
57954                "",
57955                "",
57956                "",
57957                "",
57958                "",
57959                "",
57960                "",
57961                "",
57962                "",
57963                "",
57964                "",
57965                "",
57966                "",
57967                "",
57968                "",
57969                "",
57970                "",
57971                "",
57972                "",
57973                "",
57974                ""
57975              ],
57976              "type": "string"
57977            },
57978            "data": {
57979              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
57980              "items": {
57981                "properties": {
57982                  "key": {
57983                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
57984                    "type": "string"
57985                  },
57986                  "value": {
57987                    "description": "[Output Only] A warning data value corresponding to the key.",
57988                    "type": "string"
57989                  }
57990                },
57991                "type": "object"
57992              },
57993              "type": "array"
57994            },
57995            "message": {
57996              "description": "[Output Only] A human-readable description of the warning code.",
57997              "type": "string"
57998            }
57999          },
58000          "type": "object"
58001        }
58002      },
58003      "type": "object"
58004    },
58005    "ResourcePolicySnapshotSchedulePolicy": {
58006      "description": "A snapshot schedule policy specifies when and how frequently snapshots are to be created for the target disk. Also specifies how many and how long these scheduled snapshots should be retained.",
58007      "id": "ResourcePolicySnapshotSchedulePolicy",
58008      "properties": {
58009        "retentionPolicy": {
58010          "$ref": "ResourcePolicySnapshotSchedulePolicyRetentionPolicy",
58011          "description": "Retention policy applied to snapshots created by this resource policy."
58012        },
58013        "schedule": {
58014          "$ref": "ResourcePolicySnapshotSchedulePolicySchedule",
58015          "description": "A Vm Maintenance Policy specifies what kind of infrastructure maintenance we are allowed to perform on this VM and when. Schedule that is applied to disks covered by this policy."
58016        },
58017        "snapshotProperties": {
58018          "$ref": "ResourcePolicySnapshotSchedulePolicySnapshotProperties",
58019          "description": "Properties with which snapshots are created such as labels, encryption keys."
58020        }
58021      },
58022      "type": "object"
58023    },
58024    "ResourcePolicySnapshotSchedulePolicyRetentionPolicy": {
58025      "description": "Policy for retention of scheduled snapshots.",
58026      "id": "ResourcePolicySnapshotSchedulePolicyRetentionPolicy",
58027      "properties": {
58028        "maxRetentionDays": {
58029          "description": "Maximum age of the snapshot that is allowed to be kept.",
58030          "format": "int32",
58031          "type": "integer"
58032        },
58033        "onPolicySwitch": {
58034          "description": "TODO(b/165626794): Remove this field Specifies the behavior to apply to existing, scheduled snapshots snapshots if the policy is changed.",
58035          "enum": [
58036            "DO_NOT_RETROACTIVELY_APPLY",
58037            "RETROACTIVELY_APPLY",
58038            "UNSPECIFIED_ON_POLICY_SWITCH"
58039          ],
58040          "enumDescriptions": [
58041            "",
58042            "",
58043            ""
58044          ],
58045          "type": "string"
58046        },
58047        "onSourceDiskDelete": {
58048          "description": "Specifies the behavior to apply to scheduled snapshots when the source disk is deleted.",
58049          "enum": [
58050            "APPLY_RETENTION_POLICY",
58051            "KEEP_AUTO_SNAPSHOTS",
58052            "UNSPECIFIED_ON_SOURCE_DISK_DELETE"
58053          ],
58054          "enumDescriptions": [
58055            "",
58056            "",
58057            ""
58058          ],
58059          "type": "string"
58060        }
58061      },
58062      "type": "object"
58063    },
58064    "ResourcePolicySnapshotSchedulePolicySchedule": {
58065      "description": "A schedule for disks where the schedueled operations are performed.",
58066      "id": "ResourcePolicySnapshotSchedulePolicySchedule",
58067      "properties": {
58068        "dailySchedule": {
58069          "$ref": "ResourcePolicyDailyCycle"
58070        },
58071        "hourlySchedule": {
58072          "$ref": "ResourcePolicyHourlyCycle"
58073        },
58074        "weeklySchedule": {
58075          "$ref": "ResourcePolicyWeeklyCycle"
58076        }
58077      },
58078      "type": "object"
58079    },
58080    "ResourcePolicySnapshotSchedulePolicySnapshotProperties": {
58081      "description": "Specified snapshot properties for scheduled snapshots created by this policy.",
58082      "id": "ResourcePolicySnapshotSchedulePolicySnapshotProperties",
58083      "properties": {
58084        "chainName": {
58085          "description": "Chain name that the snapshot is created in.",
58086          "type": "string"
58087        },
58088        "guestFlush": {
58089          "description": "Indication to perform a 'guest aware' snapshot.",
58090          "type": "boolean"
58091        },
58092        "labels": {
58093          "additionalProperties": {
58094            "type": "string"
58095          },
58096          "description": "Labels to apply to scheduled snapshots. These can be later modified by the setLabels method. Label values may be empty.",
58097          "type": "object"
58098        },
58099        "storageLocations": {
58100          "description": "Cloud Storage bucket storage location of the auto snapshot (regional or multi-regional).",
58101          "items": {
58102            "type": "string"
58103          },
58104          "type": "array"
58105        }
58106      },
58107      "type": "object"
58108    },
58109    "ResourcePolicyVmMaintenancePolicy": {
58110      "id": "ResourcePolicyVmMaintenancePolicy",
58111      "properties": {
58112        "concurrencyControlGroup": {
58113          "$ref": "ResourcePolicyVmMaintenancePolicyConcurrencyControl"
58114        },
58115        "maintenanceWindow": {
58116          "$ref": "ResourcePolicyVmMaintenancePolicyMaintenanceWindow",
58117          "description": "Maintenance windows that are applied to VMs covered by this policy."
58118        }
58119      },
58120      "type": "object"
58121    },
58122    "ResourcePolicyVmMaintenancePolicyConcurrencyControl": {
58123      "description": "A concurrency control configuration. Defines a group config that, when attached to an instance, recognizes that instance as part of a group of instances where only up the concurrency_limit of instances in that group can undergo simultaneous maintenance. For more information: go/concurrency-control-design-doc",
58124      "id": "ResourcePolicyVmMaintenancePolicyConcurrencyControl",
58125      "properties": {
58126        "concurrencyLimit": {
58127          "format": "int32",
58128          "type": "integer"
58129        }
58130      },
58131      "type": "object"
58132    },
58133    "ResourcePolicyVmMaintenancePolicyMaintenanceWindow": {
58134      "description": "A maintenance window for VMs. When set, we restrict our maintenance operations to this window.",
58135      "id": "ResourcePolicyVmMaintenancePolicyMaintenanceWindow",
58136      "properties": {
58137        "dailyMaintenanceWindow": {
58138          "$ref": "ResourcePolicyDailyCycle"
58139        }
58140      },
58141      "type": "object"
58142    },
58143    "ResourcePolicyWeeklyCycle": {
58144      "description": "Time window specified for weekly operations.",
58145      "id": "ResourcePolicyWeeklyCycle",
58146      "properties": {
58147        "dayOfWeeks": {
58148          "description": "Up to 7 intervals/windows, one for each day of the week.",
58149          "items": {
58150            "$ref": "ResourcePolicyWeeklyCycleDayOfWeek"
58151          },
58152          "type": "array"
58153        }
58154      },
58155      "type": "object"
58156    },
58157    "ResourcePolicyWeeklyCycleDayOfWeek": {
58158      "id": "ResourcePolicyWeeklyCycleDayOfWeek",
58159      "properties": {
58160        "day": {
58161          "description": "Defines a schedule that runs on specific days of the week. Specify one or more days. The following options are available: MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY.",
58162          "enum": [
58163            "FRIDAY",
58164            "INVALID",
58165            "MONDAY",
58166            "SATURDAY",
58167            "SUNDAY",
58168            "THURSDAY",
58169            "TUESDAY",
58170            "WEDNESDAY"
58171          ],
58172          "enumDescriptions": [
58173            "",
58174            "",
58175            "",
58176            "",
58177            "",
58178            "",
58179            "",
58180            ""
58181          ],
58182          "type": "string"
58183        },
58184        "duration": {
58185          "description": "[Output only] Duration of the time window, automatically chosen to be smallest possible in the given scenario.",
58186          "type": "string"
58187        },
58188        "startTime": {
58189          "description": "Time within the window to start the operations. It must be in format \"HH:MM\", where HH : [00-23] and MM : [00-00] GMT.",
58190          "type": "string"
58191        }
58192      },
58193      "type": "object"
58194    },
58195    "Route": {
58196      "description": "Represents a Route resource.\n\nA route defines a path from VM instances in the VPC network to a specific destination. This destination can be inside or outside the VPC network. For more information, read the Routes overview. (== resource_for {$api_version}.routes ==)",
58197      "id": "Route",
58198      "properties": {
58199        "creationTimestamp": {
58200          "description": "[Output Only] Creation timestamp in RFC3339 text format.",
58201          "type": "string"
58202        },
58203        "description": {
58204          "description": "An optional description of this resource. Provide this field when you create the resource.",
58205          "type": "string"
58206        },
58207        "destRange": {
58208          "annotations": {
58209            "required": [
58210              "compute.routes.insert"
58211            ]
58212          },
58213          "description": "The destination range of outgoing packets that this route applies to. Only IPv4 is supported.",
58214          "type": "string"
58215        },
58216        "id": {
58217          "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.",
58218          "format": "uint64",
58219          "type": "string"
58220        },
58221        "kind": {
58222          "default": "compute#route",
58223          "description": "[Output Only] Type of this resource. Always compute#routes for Route resources.",
58224          "type": "string"
58225        },
58226        "name": {
58227          "annotations": {
58228            "required": [
58229              "compute.routes.insert"
58230            ]
58231          },
58232          "description": "Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?`. The first character must be a lowercase letter, and all following characters (except for the last character) must be a dash, lowercase letter, or digit. The last character must be a lowercase letter or digit.",
58233          "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
58234          "type": "string"
58235        },
58236        "network": {
58237          "annotations": {
58238            "required": [
58239              "compute.routes.insert"
58240            ]
58241          },
58242          "description": "Fully-qualified URL of the network that this route applies to.",
58243          "type": "string"
58244        },
58245        "nextHopGateway": {
58246          "description": "The URL to a gateway that should handle matching packets. You can only specify the internet gateway using a full or partial valid URL:  projects/project/global/gateways/default-internet-gateway",
58247          "type": "string"
58248        },
58249        "nextHopIlb": {
58250          "description": "The URL to a forwarding rule of type loadBalancingScheme=INTERNAL that should handle matching packets or the IP address of the forwarding Rule. For example, the following are all valid URLs:  \n- 10.128.0.56 \n- https://www.googleapis.com/compute/v1/projects/project/regions/region/forwardingRules/forwardingRule \n- regions/region/forwardingRules/forwardingRule",
58251          "type": "string"
58252        },
58253        "nextHopInstance": {
58254          "description": "The URL to an instance that should handle matching packets. You can specify this as a full or partial URL. For example:\nhttps://www.googleapis.com/compute/v1/projects/project/zones/zone/instances/",
58255          "type": "string"
58256        },
58257        "nextHopInterconnectAttachment": {
58258          "description": "[Output Only] The URL to an InterconnectAttachment which is the next hop for the route. This field will only be populated for the dynamic routes generated by Cloud Router with a linked interconnectAttachment.",
58259          "type": "string"
58260        },
58261        "nextHopIp": {
58262          "description": "The network IP address of an instance that should handle matching packets. Only IPv4 is supported.",
58263          "type": "string"
58264        },
58265        "nextHopNetwork": {
58266          "description": "The URL of the local network if it should handle matching packets.",
58267          "type": "string"
58268        },
58269        "nextHopPeering": {
58270          "description": "[Output Only] The network peering name that should handle matching packets, which should conform to RFC1035.",
58271          "type": "string"
58272        },
58273        "nextHopVpnTunnel": {
58274          "description": "The URL to a VpnTunnel that should handle matching packets.",
58275          "type": "string"
58276        },
58277        "priority": {
58278          "annotations": {
58279            "required": [
58280              "compute.routes.insert"
58281            ]
58282          },
58283          "description": "The priority of this route. Priority is used to break ties in cases where there is more than one matching route of equal prefix length. In cases where multiple routes have equal prefix length, the one with the lowest-numbered priority value wins. The default value is `1000`. The priority value must be from `0` to `65535`, inclusive.",
58284          "format": "uint32",
58285          "type": "integer"
58286        },
58287        "selfLink": {
58288          "description": "[Output Only] Server-defined fully-qualified URL for this resource.",
58289          "type": "string"
58290        },
58291        "selfLinkWithId": {
58292          "description": "[Output Only] Server-defined URL for this resource with the resource id.",
58293          "type": "string"
58294        },
58295        "tags": {
58296          "annotations": {
58297            "required": [
58298              "compute.routes.insert"
58299            ]
58300          },
58301          "description": "A list of instance tags to which this route applies.",
58302          "items": {
58303            "type": "string"
58304          },
58305          "type": "array"
58306        },
58307        "warnings": {
58308          "description": "[Output Only] If potential misconfigurations are detected for this route, this field will be populated with warning messages.",
58309          "items": {
58310            "properties": {
58311              "code": {
58312                "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
58313                "enum": [
58314                  "CLEANUP_FAILED",
58315                  "DEPRECATED_RESOURCE_USED",
58316                  "DEPRECATED_TYPE_USED",
58317                  "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
58318                  "EXPERIMENTAL_TYPE_USED",
58319                  "EXTERNAL_API_WARNING",
58320                  "FIELD_VALUE_OVERRIDEN",
58321                  "INJECTED_KERNELS_DEPRECATED",
58322                  "LARGE_DEPLOYMENT_WARNING",
58323                  "MISSING_TYPE_DEPENDENCY",
58324                  "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
58325                  "NEXT_HOP_CANNOT_IP_FORWARD",
58326                  "NEXT_HOP_INSTANCE_NOT_FOUND",
58327                  "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
58328                  "NEXT_HOP_NOT_RUNNING",
58329                  "NOT_CRITICAL_ERROR",
58330                  "NO_RESULTS_ON_PAGE",
58331                  "PARTIAL_SUCCESS",
58332                  "REQUIRED_TOS_AGREEMENT",
58333                  "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
58334                  "RESOURCE_NOT_DELETED",
58335                  "SCHEMA_VALIDATION_IGNORED",
58336                  "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
58337                  "UNDECLARED_PROPERTIES",
58338                  "UNREACHABLE"
58339                ],
58340                "enumDescriptions": [
58341                  "",
58342                  "",
58343                  "",
58344                  "",
58345                  "",
58346                  "",
58347                  "",
58348                  "",
58349                  "",
58350                  "",
58351                  "",
58352                  "",
58353                  "",
58354                  "",
58355                  "",
58356                  "",
58357                  "",
58358                  "",
58359                  "",
58360                  "",
58361                  "",
58362                  "",
58363                  "",
58364                  "",
58365                  ""
58366                ],
58367                "type": "string"
58368              },
58369              "data": {
58370                "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
58371                "items": {
58372                  "properties": {
58373                    "key": {
58374                      "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
58375                      "type": "string"
58376                    },
58377                    "value": {
58378                      "description": "[Output Only] A warning data value corresponding to the key.",
58379                      "type": "string"
58380                    }
58381                  },
58382                  "type": "object"
58383                },
58384                "type": "array"
58385              },
58386              "message": {
58387                "description": "[Output Only] A human-readable description of the warning code.",
58388                "type": "string"
58389              }
58390            },
58391            "type": "object"
58392          },
58393          "type": "array"
58394        }
58395      },
58396      "type": "object"
58397    },
58398    "RouteList": {
58399      "description": "Contains a list of Route resources.",
58400      "id": "RouteList",
58401      "properties": {
58402        "id": {
58403          "description": "[Output Only] Unique identifier for the resource; defined by the server.",
58404          "type": "string"
58405        },
58406        "items": {
58407          "description": "A list of Route resources.",
58408          "items": {
58409            "$ref": "Route"
58410          },
58411          "type": "array"
58412        },
58413        "kind": {
58414          "default": "compute#routeList",
58415          "description": "Type of resource.",
58416          "type": "string"
58417        },
58418        "nextPageToken": {
58419          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
58420          "type": "string"
58421        },
58422        "selfLink": {
58423          "description": "[Output Only] Server-defined URL for this resource.",
58424          "type": "string"
58425        },
58426        "warning": {
58427          "description": "[Output Only] Informational warning message.",
58428          "properties": {
58429            "code": {
58430              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
58431              "enum": [
58432                "CLEANUP_FAILED",
58433                "DEPRECATED_RESOURCE_USED",
58434                "DEPRECATED_TYPE_USED",
58435                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
58436                "EXPERIMENTAL_TYPE_USED",
58437                "EXTERNAL_API_WARNING",
58438                "FIELD_VALUE_OVERRIDEN",
58439                "INJECTED_KERNELS_DEPRECATED",
58440                "LARGE_DEPLOYMENT_WARNING",
58441                "MISSING_TYPE_DEPENDENCY",
58442                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
58443                "NEXT_HOP_CANNOT_IP_FORWARD",
58444                "NEXT_HOP_INSTANCE_NOT_FOUND",
58445                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
58446                "NEXT_HOP_NOT_RUNNING",
58447                "NOT_CRITICAL_ERROR",
58448                "NO_RESULTS_ON_PAGE",
58449                "PARTIAL_SUCCESS",
58450                "REQUIRED_TOS_AGREEMENT",
58451                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
58452                "RESOURCE_NOT_DELETED",
58453                "SCHEMA_VALIDATION_IGNORED",
58454                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
58455                "UNDECLARED_PROPERTIES",
58456                "UNREACHABLE"
58457              ],
58458              "enumDescriptions": [
58459                "",
58460                "",
58461                "",
58462                "",
58463                "",
58464                "",
58465                "",
58466                "",
58467                "",
58468                "",
58469                "",
58470                "",
58471                "",
58472                "",
58473                "",
58474                "",
58475                "",
58476                "",
58477                "",
58478                "",
58479                "",
58480                "",
58481                "",
58482                "",
58483                ""
58484              ],
58485              "type": "string"
58486            },
58487            "data": {
58488              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
58489              "items": {
58490                "properties": {
58491                  "key": {
58492                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
58493                    "type": "string"
58494                  },
58495                  "value": {
58496                    "description": "[Output Only] A warning data value corresponding to the key.",
58497                    "type": "string"
58498                  }
58499                },
58500                "type": "object"
58501              },
58502              "type": "array"
58503            },
58504            "message": {
58505              "description": "[Output Only] A human-readable description of the warning code.",
58506              "type": "string"
58507            }
58508          },
58509          "type": "object"
58510        }
58511      },
58512      "type": "object"
58513    },
58514    "Router": {
58515      "description": "Represents a Cloud Router resource.\n\nFor more information about Cloud Router, read the Cloud Router overview.",
58516      "id": "Router",
58517      "properties": {
58518        "bgp": {
58519          "$ref": "RouterBgp",
58520          "description": "BGP information specific to this router."
58521        },
58522        "bgpPeers": {
58523          "description": "BGP information that must be configured into the routing stack to establish BGP peering. This information must specify the peer ASN and either the interface name, IP address, or peer IP address. Please refer to RFC4273.",
58524          "items": {
58525            "$ref": "RouterBgpPeer"
58526          },
58527          "type": "array"
58528        },
58529        "creationTimestamp": {
58530          "description": "[Output Only] Creation timestamp in RFC3339 text format.",
58531          "type": "string"
58532        },
58533        "description": {
58534          "description": "An optional description of this resource. Provide this property when you create the resource.",
58535          "type": "string"
58536        },
58537        "encryptedInterconnectRouter": {
58538          "description": "Field to indicate if a router is dedicated to use with encrypted Interconnect Attachment (Encrypted Interconnect feature).",
58539          "type": "boolean"
58540        },
58541        "id": {
58542          "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.",
58543          "format": "uint64",
58544          "type": "string"
58545        },
58546        "interfaces": {
58547          "description": "Router interfaces. Each interface requires either one linked resource, (for example, linkedVpnTunnel), or IP address and IP address range (for example, ipRange), or both.",
58548          "items": {
58549            "$ref": "RouterInterface"
58550          },
58551          "type": "array"
58552        },
58553        "kind": {
58554          "default": "compute#router",
58555          "description": "[Output Only] Type of resource. Always compute#router for routers.",
58556          "type": "string"
58557        },
58558        "name": {
58559          "annotations": {
58560            "required": [
58561              "compute.routers.insert"
58562            ]
58563          },
58564          "description": "Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.",
58565          "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
58566          "type": "string"
58567        },
58568        "nats": {
58569          "description": "A list of NAT services created in this router.",
58570          "items": {
58571            "$ref": "RouterNat"
58572          },
58573          "type": "array"
58574        },
58575        "network": {
58576          "annotations": {
58577            "required": [
58578              "compute.routers.insert",
58579              "compute.routers.update"
58580            ]
58581          },
58582          "description": "URI of the network to which this router belongs.",
58583          "type": "string"
58584        },
58585        "region": {
58586          "description": "[Output Only] URI of the region where the router resides. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.",
58587          "type": "string"
58588        },
58589        "selfLink": {
58590          "description": "[Output Only] Server-defined URL for the resource.",
58591          "type": "string"
58592        },
58593        "selfLinkWithId": {
58594          "description": "[Output Only] Server-defined URL for this resource with the resource id.",
58595          "type": "string"
58596        }
58597      },
58598      "type": "object"
58599    },
58600    "RouterAdvertisedIpRange": {
58601      "description": "Description-tagged IP ranges for the router to advertise.",
58602      "id": "RouterAdvertisedIpRange",
58603      "properties": {
58604        "description": {
58605          "description": "User-specified description for the IP range.",
58606          "type": "string"
58607        },
58608        "range": {
58609          "description": "The IP range to advertise. The value must be a CIDR-formatted string.",
58610          "type": "string"
58611        }
58612      },
58613      "type": "object"
58614    },
58615    "RouterAggregatedList": {
58616      "description": "Contains a list of routers.",
58617      "id": "RouterAggregatedList",
58618      "properties": {
58619        "id": {
58620          "description": "[Output Only] Unique identifier for the resource; defined by the server.",
58621          "type": "string"
58622        },
58623        "items": {
58624          "additionalProperties": {
58625            "$ref": "RoutersScopedList",
58626            "description": "Name of the scope containing this set of routers."
58627          },
58628          "description": "A list of Router resources.",
58629          "type": "object"
58630        },
58631        "kind": {
58632          "default": "compute#routerAggregatedList",
58633          "description": "Type of resource.",
58634          "type": "string"
58635        },
58636        "nextPageToken": {
58637          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
58638          "type": "string"
58639        },
58640        "selfLink": {
58641          "description": "[Output Only] Server-defined URL for this resource.",
58642          "type": "string"
58643        },
58644        "unreachables": {
58645          "description": "[Output Only] Unreachable resources.",
58646          "items": {
58647            "type": "string"
58648          },
58649          "type": "array"
58650        },
58651        "warning": {
58652          "description": "[Output Only] Informational warning message.",
58653          "properties": {
58654            "code": {
58655              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
58656              "enum": [
58657                "CLEANUP_FAILED",
58658                "DEPRECATED_RESOURCE_USED",
58659                "DEPRECATED_TYPE_USED",
58660                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
58661                "EXPERIMENTAL_TYPE_USED",
58662                "EXTERNAL_API_WARNING",
58663                "FIELD_VALUE_OVERRIDEN",
58664                "INJECTED_KERNELS_DEPRECATED",
58665                "LARGE_DEPLOYMENT_WARNING",
58666                "MISSING_TYPE_DEPENDENCY",
58667                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
58668                "NEXT_HOP_CANNOT_IP_FORWARD",
58669                "NEXT_HOP_INSTANCE_NOT_FOUND",
58670                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
58671                "NEXT_HOP_NOT_RUNNING",
58672                "NOT_CRITICAL_ERROR",
58673                "NO_RESULTS_ON_PAGE",
58674                "PARTIAL_SUCCESS",
58675                "REQUIRED_TOS_AGREEMENT",
58676                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
58677                "RESOURCE_NOT_DELETED",
58678                "SCHEMA_VALIDATION_IGNORED",
58679                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
58680                "UNDECLARED_PROPERTIES",
58681                "UNREACHABLE"
58682              ],
58683              "enumDescriptions": [
58684                "",
58685                "",
58686                "",
58687                "",
58688                "",
58689                "",
58690                "",
58691                "",
58692                "",
58693                "",
58694                "",
58695                "",
58696                "",
58697                "",
58698                "",
58699                "",
58700                "",
58701                "",
58702                "",
58703                "",
58704                "",
58705                "",
58706                "",
58707                "",
58708                ""
58709              ],
58710              "type": "string"
58711            },
58712            "data": {
58713              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
58714              "items": {
58715                "properties": {
58716                  "key": {
58717                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
58718                    "type": "string"
58719                  },
58720                  "value": {
58721                    "description": "[Output Only] A warning data value corresponding to the key.",
58722                    "type": "string"
58723                  }
58724                },
58725                "type": "object"
58726              },
58727              "type": "array"
58728            },
58729            "message": {
58730              "description": "[Output Only] A human-readable description of the warning code.",
58731              "type": "string"
58732            }
58733          },
58734          "type": "object"
58735        }
58736      },
58737      "type": "object"
58738    },
58739    "RouterBgp": {
58740      "id": "RouterBgp",
58741      "properties": {
58742        "advertiseMode": {
58743          "description": "User-specified flag to indicate which mode to use for advertisement. The options are DEFAULT or CUSTOM.",
58744          "enum": [
58745            "CUSTOM",
58746            "DEFAULT"
58747          ],
58748          "enumDescriptions": [
58749            "",
58750            ""
58751          ],
58752          "type": "string"
58753        },
58754        "advertisedGroups": {
58755          "description": "User-specified list of prefix groups to advertise in custom mode. This field can only be populated if advertise_mode is CUSTOM and is advertised to all peers of the router. These groups will be advertised in addition to any specified prefixes. Leave this field blank to advertise no custom groups.",
58756          "items": {
58757            "enum": [
58758              "ALL_PEER_VPC_SUBNETS",
58759              "ALL_SUBNETS",
58760              "ALL_VPC_SUBNETS"
58761            ],
58762            "enumDescriptions": [
58763              "",
58764              "",
58765              ""
58766            ],
58767            "type": "string"
58768          },
58769          "type": "array"
58770        },
58771        "advertisedIpRanges": {
58772          "description": "User-specified list of individual IP ranges to advertise in custom mode. This field can only be populated if advertise_mode is CUSTOM and is advertised to all peers of the router. These IP ranges will be advertised in addition to any specified groups. Leave this field blank to advertise no custom IP ranges.",
58773          "items": {
58774            "$ref": "RouterAdvertisedIpRange"
58775          },
58776          "type": "array"
58777        },
58778        "asn": {
58779          "description": "Local BGP Autonomous System Number (ASN). Must be an RFC6996 private ASN, either 16-bit or 32-bit. The value will be fixed for this router resource. All VPN tunnels that link to this router will have the same local ASN.",
58780          "format": "uint32",
58781          "type": "integer"
58782        },
58783        "keepaliveInterval": {
58784          "description": "The interval in seconds between BGP keepalive messages that are sent to the peer.\nNot currently available publicly.\nHold time is three times the interval at which keepalive messages are sent, and the hold time is the maximum number of seconds allowed to elapse between successive keepalive messages that BGP receives from a peer.\nBGP will use the smaller of either the local hold time value or the peer's hold time value as the hold time for the BGP connection between the two peers.\nIf set, this value must be between 1 and 120. The default is 20.",
58785          "format": "uint32",
58786          "type": "integer"
58787        }
58788      },
58789      "type": "object"
58790    },
58791    "RouterBgpPeer": {
58792      "id": "RouterBgpPeer",
58793      "properties": {
58794        "advertiseMode": {
58795          "description": "User-specified flag to indicate which mode to use for advertisement.",
58796          "enum": [
58797            "CUSTOM",
58798            "DEFAULT"
58799          ],
58800          "enumDescriptions": [
58801            "",
58802            ""
58803          ],
58804          "type": "string"
58805        },
58806        "advertisedGroups": {
58807          "description": "User-specified list of prefix groups to advertise in custom mode, which can take one of the following options: \n- ALL_SUBNETS: Advertises all available subnets, including peer VPC subnets. \n- ALL_VPC_SUBNETS: Advertises the router's own VPC subnets. \n- ALL_PEER_VPC_SUBNETS: Advertises peer subnets of the router's VPC network. Note that this field can only be populated if advertise_mode is CUSTOM and overrides the list defined for the router (in the \"bgp\" message). These groups are advertised in addition to any specified prefixes. Leave this field blank to advertise no custom groups.",
58808          "items": {
58809            "enum": [
58810              "ALL_PEER_VPC_SUBNETS",
58811              "ALL_SUBNETS",
58812              "ALL_VPC_SUBNETS"
58813            ],
58814            "enumDescriptions": [
58815              "",
58816              "",
58817              ""
58818            ],
58819            "type": "string"
58820          },
58821          "type": "array"
58822        },
58823        "advertisedIpRanges": {
58824          "description": "User-specified list of individual IP ranges to advertise in custom mode. This field can only be populated if advertise_mode is CUSTOM and overrides the list defined for the router (in the \"bgp\" message). These IP ranges are advertised in addition to any specified groups. Leave this field blank to advertise no custom IP ranges.",
58825          "items": {
58826            "$ref": "RouterAdvertisedIpRange"
58827          },
58828          "type": "array"
58829        },
58830        "advertisedRoutePriority": {
58831          "description": "The priority of routes advertised to this BGP peer. Where there is more than one matching route of maximum length, the routes with the lowest priority value win.",
58832          "format": "uint32",
58833          "type": "integer"
58834        },
58835        "bfd": {
58836          "$ref": "RouterBgpPeerBfd",
58837          "description": "BFD configuration for the BGP peering.\nNot currently available publicly."
58838        },
58839        "enable": {
58840          "description": "The status of the BGP peer connection.\nNot currently available publicly.\nIf set to FALSE, any active session with the peer is terminated and all associated routing information is removed. If set to TRUE, the peer connection can be established with routing information. The default is TRUE.",
58841          "enum": [
58842            "FALSE",
58843            "TRUE"
58844          ],
58845          "enumDescriptions": [
58846            "",
58847            ""
58848          ],
58849          "type": "string"
58850        },
58851        "interfaceName": {
58852          "description": "Name of the interface the BGP peer is associated with.",
58853          "type": "string"
58854        },
58855        "ipAddress": {
58856          "description": "IP address of the interface inside Google Cloud Platform. Only IPv4 is supported.",
58857          "type": "string"
58858        },
58859        "managementType": {
58860          "description": "[Output Only] The resource that configures and manages this BGP peer. \n- MANAGED_BY_USER is the default value and can be managed by you or other users \n- MANAGED_BY_ATTACHMENT is a BGP peer that is configured and managed by Cloud Interconnect, specifically by an InterconnectAttachment of type PARTNER. Google automatically creates, updates, and deletes this type of BGP peer when the PARTNER InterconnectAttachment is created, updated, or deleted.",
58861          "enum": [
58862            "MANAGED_BY_ATTACHMENT",
58863            "MANAGED_BY_USER"
58864          ],
58865          "enumDescriptions": [
58866            "",
58867            ""
58868          ],
58869          "type": "string"
58870        },
58871        "name": {
58872          "annotations": {
58873            "required": [
58874              "compute.routers.insert"
58875            ]
58876          },
58877          "description": "Name of this BGP peer. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.",
58878          "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
58879          "type": "string"
58880        },
58881        "peerAsn": {
58882          "annotations": {
58883            "required": [
58884              "compute.routers.insert"
58885            ]
58886          },
58887          "description": "Peer BGP Autonomous System Number (ASN). Each BGP interface may use a different value.",
58888          "format": "uint32",
58889          "type": "integer"
58890        },
58891        "peerIpAddress": {
58892          "description": "IP address of the BGP interface outside Google Cloud Platform. Only IPv4 is supported.",
58893          "type": "string"
58894        },
58895        "routerApplianceInstance": {
58896          "description": "URI of the VM instance that is used as third-party router appliances such as Next Gen Firewalls, Virtual Routers, or Router Appliances. The VM instance must be located in zones contained in the same region as this Cloud Router. The VM instance is the peer side of the BGP session.",
58897          "type": "string"
58898        }
58899      },
58900      "type": "object"
58901    },
58902    "RouterBgpPeerBfd": {
58903      "id": "RouterBgpPeerBfd",
58904      "properties": {
58905        "minReceiveInterval": {
58906          "description": "The minimum interval, in milliseconds, between BFD control packets received from the peer router. The actual value is negotiated between the two routers and is equal to the greater of this value and the transmit interval of the other router.\nNot currently available publicly.\nIf set, this value must be between 100 and 30000.\nThe default is 300.",
58907          "format": "uint32",
58908          "type": "integer"
58909        },
58910        "minTransmitInterval": {
58911          "description": "The minimum interval, in milliseconds, between BFD control packets transmitted to the peer router. The actual value is negotiated between the two routers and is equal to the greater of this value and the corresponding receive interval of the other router.\nNot currently available publicly.\nIf set, this value must be between 100 and 30000.\nThe default is 300.",
58912          "format": "uint32",
58913          "type": "integer"
58914        },
58915        "mode": {
58916          "description": "The BFD session initialization mode for this BGP peer. If set to ACTIVE, the Cloud Router will initiate the BFD session for this BGP peer. If set to PASSIVE, the Cloud Router will wait for the peer router to initiate the BFD session for this BGP peer. If set to DISABLED, BFD is disabled for this BGP peer. The default is PASSIVE.",
58917          "enum": [
58918            "ACTIVE",
58919            "DISABLED",
58920            "PASSIVE"
58921          ],
58922          "enumDescriptions": [
58923            "",
58924            "",
58925            ""
58926          ],
58927          "type": "string"
58928        },
58929        "multiplier": {
58930          "description": "The number of consecutive BFD packets that must be missed before BFD declares that a peer is unavailable.\nNot currently available publicly.\nIf set, the value must be a value between 2 and 16.\nThe default is 3.",
58931          "format": "uint32",
58932          "type": "integer"
58933        },
58934        "packetMode": {
58935          "description": "The BFD packet mode for this BGP peer. If set to CONTROL_AND_ECHO, BFD echo mode is enabled for this BGP peer. In this mode, if the peer router also has BFD echo mode enabled, BFD echo packets will be sent to the other router. If the peer router does not have BFD echo mode enabled, only control packets will be sent. If set to CONTROL_ONLY, BFD echo mode is disabled for this BGP peer. If this router and the peer router have a multihop connection, this should be set to CONTROL_ONLY as BFD echo mode is only supported on singlehop connections. The default is CONTROL_AND_ECHO.",
58936          "enum": [
58937            "CONTROL_AND_ECHO",
58938            "CONTROL_ONLY"
58939          ],
58940          "enumDescriptions": [
58941            "",
58942            ""
58943          ],
58944          "type": "string"
58945        },
58946        "sessionInitializationMode": {
58947          "description": "The BFD session initialization mode for this BGP peer.\nNot currently available publicly.\nIf set to ACTIVE, the Cloud Router will initiate the BFD session for this BGP peer. If set to PASSIVE, the Cloud Router will wait for the peer router to initiate the BFD session for this BGP peer. If set to DISABLED, BFD is disabled for this BGP peer. The default is PASSIVE.",
58948          "enum": [
58949            "ACTIVE",
58950            "DISABLED",
58951            "PASSIVE"
58952          ],
58953          "enumDescriptions": [
58954            "",
58955            "",
58956            ""
58957          ],
58958          "type": "string"
58959        },
58960        "slowTimerInterval": {
58961          "description": "The minimum interval, in milliseconds, between BFD control packets transmitted to and received from the peer router when BFD echo mode is enabled on both routers. The actual transmit and receive intervals are negotiated between the two routers and are equal to the greater of this value and the corresponding interval on the other router. If set, this value must be between 1000 and 30000. The default is 5000.",
58962          "format": "uint32",
58963          "type": "integer"
58964        }
58965      },
58966      "type": "object"
58967    },
58968    "RouterInterface": {
58969      "id": "RouterInterface",
58970      "properties": {
58971        "ipRange": {
58972          "description": "IP address and range of the interface. The IP range must be in the RFC3927 link-local IP address space. The value must be a CIDR-formatted string, for example: 169.254.0.1/30. NOTE: Do not truncate the address as it represents the IP address of the interface.",
58973          "type": "string"
58974        },
58975        "linkedInterconnectAttachment": {
58976          "description": "URI of the linked Interconnect attachment. It must be in the same region as the router. Each interface can have one linked resource, which can be a VPN tunnel, an Interconnect attachment, or a virtual machine instance.",
58977          "type": "string"
58978        },
58979        "linkedVpnTunnel": {
58980          "description": "URI of the linked VPN tunnel, which must be in the same region as the router. Each interface can have one linked resource, which can be a VPN tunnel, an Interconnect attachment, or a virtual machine instance.",
58981          "type": "string"
58982        },
58983        "managementType": {
58984          "description": "[Output Only] The resource that configures and manages this interface. \n- MANAGED_BY_USER is the default value and can be managed directly by users. \n- MANAGED_BY_ATTACHMENT is an interface that is configured and managed by Cloud Interconnect, specifically, by an InterconnectAttachment of type PARTNER. Google automatically creates, updates, and deletes this type of interface when the PARTNER InterconnectAttachment is created, updated, or deleted.",
58985          "enum": [
58986            "MANAGED_BY_ATTACHMENT",
58987            "MANAGED_BY_USER"
58988          ],
58989          "enumDescriptions": [
58990            "",
58991            ""
58992          ],
58993          "type": "string"
58994        },
58995        "name": {
58996          "annotations": {
58997            "required": [
58998              "compute.routers.insert"
58999            ]
59000          },
59001          "description": "Name of this interface entry. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.",
59002          "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
59003          "type": "string"
59004        },
59005        "privateIpAddress": {
59006          "description": "The regional private internal IP address that is used to establish BGP sessions to a VM instance acting as a third-party Router Appliance, such as a Next Gen Firewall, a Virtual Router, or an SD-WAN VM.",
59007          "type": "string"
59008        },
59009        "redundantInterface": {
59010          "description": "Name of the interface that will be redundant with the current interface you are creating. The redundantInterface must belong to the same Cloud Router as the interface here. To establish the BGP session to a Router Appliance VM, you must create two BGP peers. The two BGP peers must be attached to two separate interfaces that are redundant with each other. The redundant_interface must be 1-63 characters long, and comply with RFC1035. Specifically, the redundant_interface must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.",
59011          "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
59012          "type": "string"
59013        },
59014        "subnetwork": {
59015          "description": "The URL of the subnetwork resource that this interface belongs to, which must be in the same region as the Cloud Router. When you establish a BGP session to a VM instance using this interface, the VM instance must belong to the same subnetwork as the subnetwork specified here.",
59016          "type": "string"
59017        }
59018      },
59019      "type": "object"
59020    },
59021    "RouterList": {
59022      "description": "Contains a list of Router resources.",
59023      "id": "RouterList",
59024      "properties": {
59025        "id": {
59026          "description": "[Output Only] Unique identifier for the resource; defined by the server.",
59027          "type": "string"
59028        },
59029        "items": {
59030          "description": "A list of Router resources.",
59031          "items": {
59032            "$ref": "Router"
59033          },
59034          "type": "array"
59035        },
59036        "kind": {
59037          "default": "compute#routerList",
59038          "description": "[Output Only] Type of resource. Always compute#router for routers.",
59039          "type": "string"
59040        },
59041        "nextPageToken": {
59042          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
59043          "type": "string"
59044        },
59045        "selfLink": {
59046          "description": "[Output Only] Server-defined URL for this resource.",
59047          "type": "string"
59048        },
59049        "warning": {
59050          "description": "[Output Only] Informational warning message.",
59051          "properties": {
59052            "code": {
59053              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
59054              "enum": [
59055                "CLEANUP_FAILED",
59056                "DEPRECATED_RESOURCE_USED",
59057                "DEPRECATED_TYPE_USED",
59058                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
59059                "EXPERIMENTAL_TYPE_USED",
59060                "EXTERNAL_API_WARNING",
59061                "FIELD_VALUE_OVERRIDEN",
59062                "INJECTED_KERNELS_DEPRECATED",
59063                "LARGE_DEPLOYMENT_WARNING",
59064                "MISSING_TYPE_DEPENDENCY",
59065                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
59066                "NEXT_HOP_CANNOT_IP_FORWARD",
59067                "NEXT_HOP_INSTANCE_NOT_FOUND",
59068                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
59069                "NEXT_HOP_NOT_RUNNING",
59070                "NOT_CRITICAL_ERROR",
59071                "NO_RESULTS_ON_PAGE",
59072                "PARTIAL_SUCCESS",
59073                "REQUIRED_TOS_AGREEMENT",
59074                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
59075                "RESOURCE_NOT_DELETED",
59076                "SCHEMA_VALIDATION_IGNORED",
59077                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
59078                "UNDECLARED_PROPERTIES",
59079                "UNREACHABLE"
59080              ],
59081              "enumDescriptions": [
59082                "",
59083                "",
59084                "",
59085                "",
59086                "",
59087                "",
59088                "",
59089                "",
59090                "",
59091                "",
59092                "",
59093                "",
59094                "",
59095                "",
59096                "",
59097                "",
59098                "",
59099                "",
59100                "",
59101                "",
59102                "",
59103                "",
59104                "",
59105                "",
59106                ""
59107              ],
59108              "type": "string"
59109            },
59110            "data": {
59111              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
59112              "items": {
59113                "properties": {
59114                  "key": {
59115                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
59116                    "type": "string"
59117                  },
59118                  "value": {
59119                    "description": "[Output Only] A warning data value corresponding to the key.",
59120                    "type": "string"
59121                  }
59122                },
59123                "type": "object"
59124              },
59125              "type": "array"
59126            },
59127            "message": {
59128              "description": "[Output Only] A human-readable description of the warning code.",
59129              "type": "string"
59130            }
59131          },
59132          "type": "object"
59133        }
59134      },
59135      "type": "object"
59136    },
59137    "RouterNat": {
59138      "description": "Represents a Nat resource. It enables the VMs within the specified subnetworks to access Internet without external IP addresses. It specifies a list of subnetworks (and the ranges within) that want to use NAT. Customers can also provide the external IPs that would be used for NAT. GCP would auto-allocate ephemeral IPs if no external IPs are provided.",
59139      "id": "RouterNat",
59140      "properties": {
59141        "drainNatIps": {
59142          "description": "A list of URLs of the IP resources to be drained. These IPs must be valid static external IPs that have been assigned to the NAT. These IPs should be used for updating/patching a NAT only.",
59143          "items": {
59144            "type": "string"
59145          },
59146          "type": "array"
59147        },
59148        "enableEndpointIndependentMapping": {
59149          "type": "boolean"
59150        },
59151        "icmpIdleTimeoutSec": {
59152          "description": "Timeout (in seconds) for ICMP connections. Defaults to 30s if not set.",
59153          "format": "int32",
59154          "type": "integer"
59155        },
59156        "logConfig": {
59157          "$ref": "RouterNatLogConfig",
59158          "description": "Configure logging on this NAT."
59159        },
59160        "minPortsPerVm": {
59161          "description": "Minimum number of ports allocated to a VM from this NAT config. If not set, a default number of ports is allocated to a VM. This is rounded up to the nearest power of 2. For example, if the value of this field is 50, at least 64 ports are allocated to a VM.",
59162          "format": "int32",
59163          "type": "integer"
59164        },
59165        "name": {
59166          "description": "Unique name of this Nat service. The name must be 1-63 characters long and comply with RFC1035.",
59167          "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
59168          "type": "string"
59169        },
59170        "natIpAllocateOption": {
59171          "description": "Specify the NatIpAllocateOption, which can take one of the following values: \n- MANUAL_ONLY: Uses only Nat IP addresses provided by customers. When there are not enough specified Nat IPs, the Nat service fails for new VMs. \n- AUTO_ONLY: Nat IPs are allocated by Google Cloud Platform; customers can't specify any Nat IPs. When choosing AUTO_ONLY, then nat_ip should be empty.",
59172          "enum": [
59173            "AUTO_ONLY",
59174            "MANUAL_ONLY"
59175          ],
59176          "enumDescriptions": [
59177            "",
59178            ""
59179          ],
59180          "type": "string"
59181        },
59182        "natIps": {
59183          "description": "A list of URLs of the IP resources used for this Nat service. These IP addresses must be valid static external IP addresses assigned to the project.",
59184          "items": {
59185            "type": "string"
59186          },
59187          "type": "array"
59188        },
59189        "rules": {
59190          "description": "A list of rules associated with this NAT.",
59191          "items": {
59192            "$ref": "RouterNatRule"
59193          },
59194          "type": "array"
59195        },
59196        "sourceSubnetworkIpRangesToNat": {
59197          "description": "Specify the Nat option, which can take one of the following values: \n- ALL_SUBNETWORKS_ALL_IP_RANGES: All of the IP ranges in every Subnetwork are allowed to Nat. \n- ALL_SUBNETWORKS_ALL_PRIMARY_IP_RANGES: All of the primary IP ranges in every Subnetwork are allowed to Nat. \n- LIST_OF_SUBNETWORKS: A list of Subnetworks are allowed to Nat (specified in the field subnetwork below) The default is SUBNETWORK_IP_RANGE_TO_NAT_OPTION_UNSPECIFIED. Note that if this field contains ALL_SUBNETWORKS_ALL_IP_RANGES or ALL_SUBNETWORKS_ALL_PRIMARY_IP_RANGES, then there should not be any other Router.Nat section in any Router for this network in this region.",
59198          "enum": [
59199            "ALL_SUBNETWORKS_ALL_IP_RANGES",
59200            "ALL_SUBNETWORKS_ALL_PRIMARY_IP_RANGES",
59201            "LIST_OF_SUBNETWORKS"
59202          ],
59203          "enumDescriptions": [
59204            "",
59205            "",
59206            ""
59207          ],
59208          "type": "string"
59209        },
59210        "subnetworks": {
59211          "description": "A list of Subnetwork resources whose traffic should be translated by NAT Gateway. It is used only when LIST_OF_SUBNETWORKS is selected for the SubnetworkIpRangeToNatOption above.",
59212          "items": {
59213            "$ref": "RouterNatSubnetworkToNat"
59214          },
59215          "type": "array"
59216        },
59217        "tcpEstablishedIdleTimeoutSec": {
59218          "description": "Timeout (in seconds) for TCP established connections. Defaults to 1200s if not set.",
59219          "format": "int32",
59220          "type": "integer"
59221        },
59222        "tcpTimeWaitTimeoutSec": {
59223          "description": "Timeout (in seconds) for TCP connections that are in TIME_WAIT state. Defaults to 120s if not set.",
59224          "format": "int32",
59225          "type": "integer"
59226        },
59227        "tcpTransitoryIdleTimeoutSec": {
59228          "description": "Timeout (in seconds) for TCP transitory connections. Defaults to 30s if not set.",
59229          "format": "int32",
59230          "type": "integer"
59231        },
59232        "udpIdleTimeoutSec": {
59233          "description": "Timeout (in seconds) for UDP connections. Defaults to 30s if not set.",
59234          "format": "int32",
59235          "type": "integer"
59236        }
59237      },
59238      "type": "object"
59239    },
59240    "RouterNatLogConfig": {
59241      "description": "Configuration of logging on a NAT.",
59242      "id": "RouterNatLogConfig",
59243      "properties": {
59244        "enable": {
59245          "description": "Indicates whether or not to export logs. This is false by default.",
59246          "type": "boolean"
59247        },
59248        "filter": {
59249          "description": "Specify the desired filtering of logs on this NAT. If unspecified, logs are exported for all connections handled by this NAT. This option can take one of the following values: \n- ERRORS_ONLY: Export logs only for connection failures. \n- TRANSLATIONS_ONLY: Export logs only for successful connections. \n- ALL: Export logs for all connections, successful and unsuccessful.",
59250          "enum": [
59251            "ALL",
59252            "ERRORS_ONLY",
59253            "TRANSLATIONS_ONLY"
59254          ],
59255          "enumDescriptions": [
59256            "",
59257            "",
59258            ""
59259          ],
59260          "type": "string"
59261        }
59262      },
59263      "type": "object"
59264    },
59265    "RouterNatRule": {
59266      "id": "RouterNatRule",
59267      "properties": {
59268        "action": {
59269          "$ref": "RouterNatRuleAction",
59270          "description": "The action to be enforced for traffic that matches this rule."
59271        },
59272        "description": {
59273          "description": "An optional description of this rule.",
59274          "type": "string"
59275        },
59276        "match": {
59277          "description": "CEL expression that specifies the match condition that egress traffic from a VM is evaluated against. If it evaluates to true, the corresponding ?action? is enforced.\n\nThe following examples are valid match expressions:\n\n\"inIpRange(destination.ip, '1.1.0.0/16') || inIpRange(destination.ip, '2.2.0.0/16')\"\n\n\"destination.ip == '1.1.0.1' || destination.ip == '8.8.8.8'\"",
59278          "type": "string"
59279        },
59280        "ruleNumber": {
59281          "description": "An integer uniquely identifying a rule in the list. The rule number must be a positive value between 0 and 65000, and must be unique among rules within a NAT.",
59282          "format": "uint32",
59283          "type": "integer"
59284        }
59285      },
59286      "type": "object"
59287    },
59288    "RouterNatRuleAction": {
59289      "id": "RouterNatRuleAction",
59290      "properties": {
59291        "sourceNatActiveIps": {
59292          "description": "A list of URLs of the IP resources used for this NAT rule. These IP addresses must be valid static external IP addresses assigned to the project.",
59293          "items": {
59294            "type": "string"
59295          },
59296          "type": "array"
59297        },
59298        "sourceNatDrainIps": {
59299          "description": "A list of URLs of the IP resources to be drained. These IPs must be valid static external IPs that have been assigned to the NAT. These IPs should be used for updating/patching a NAT rule only.",
59300          "items": {
59301            "type": "string"
59302          },
59303          "type": "array"
59304        }
59305      },
59306      "type": "object"
59307    },
59308    "RouterNatSubnetworkToNat": {
59309      "description": "Defines the IP ranges that want to use NAT for a subnetwork.",
59310      "id": "RouterNatSubnetworkToNat",
59311      "properties": {
59312        "name": {
59313          "description": "URL for the subnetwork resource that will use NAT.",
59314          "type": "string"
59315        },
59316        "secondaryIpRangeNames": {
59317          "description": "A list of the secondary ranges of the Subnetwork that are allowed to use NAT. This can be populated only if \"LIST_OF_SECONDARY_IP_RANGES\" is one of the values in source_ip_ranges_to_nat.",
59318          "items": {
59319            "type": "string"
59320          },
59321          "type": "array"
59322        },
59323        "sourceIpRangesToNat": {
59324          "description": "Specify the options for NAT ranges in the Subnetwork. All options of a single value are valid except NAT_IP_RANGE_OPTION_UNSPECIFIED. The only valid option with multiple values is: [\"PRIMARY_IP_RANGE\", \"LIST_OF_SECONDARY_IP_RANGES\"] Default: [ALL_IP_RANGES]",
59325          "items": {
59326            "enum": [
59327              "ALL_IP_RANGES",
59328              "LIST_OF_SECONDARY_IP_RANGES",
59329              "PRIMARY_IP_RANGE"
59330            ],
59331            "enumDescriptions": [
59332              "",
59333              "",
59334              ""
59335            ],
59336            "type": "string"
59337          },
59338          "type": "array"
59339        }
59340      },
59341      "type": "object"
59342    },
59343    "RouterStatus": {
59344      "id": "RouterStatus",
59345      "properties": {
59346        "bestRoutes": {
59347          "description": "Best routes for this router's network.",
59348          "items": {
59349            "$ref": "Route"
59350          },
59351          "type": "array"
59352        },
59353        "bestRoutesForRouter": {
59354          "description": "Best routes learned by this router.",
59355          "items": {
59356            "$ref": "Route"
59357          },
59358          "type": "array"
59359        },
59360        "bgpPeerStatus": {
59361          "items": {
59362            "$ref": "RouterStatusBgpPeerStatus"
59363          },
59364          "type": "array"
59365        },
59366        "natStatus": {
59367          "items": {
59368            "$ref": "RouterStatusNatStatus"
59369          },
59370          "type": "array"
59371        },
59372        "network": {
59373          "description": "URI of the network to which this router belongs.",
59374          "type": "string"
59375        }
59376      },
59377      "type": "object"
59378    },
59379    "RouterStatusBgpPeerStatus": {
59380      "id": "RouterStatusBgpPeerStatus",
59381      "properties": {
59382        "advertisedRoutes": {
59383          "description": "Routes that were advertised to the remote BGP peer",
59384          "items": {
59385            "$ref": "Route"
59386          },
59387          "type": "array"
59388        },
59389        "bfdStatus": {
59390          "$ref": "BfdStatus"
59391        },
59392        "ipAddress": {
59393          "description": "IP address of the local BGP interface.",
59394          "type": "string"
59395        },
59396        "linkedVpnTunnel": {
59397          "description": "URL of the VPN tunnel that this BGP peer controls.",
59398          "type": "string"
59399        },
59400        "name": {
59401          "description": "Name of this BGP peer. Unique within the Routers resource.",
59402          "type": "string"
59403        },
59404        "numLearnedRoutes": {
59405          "description": "Number of routes learned from the remote BGP Peer.",
59406          "format": "uint32",
59407          "type": "integer"
59408        },
59409        "peerIpAddress": {
59410          "description": "IP address of the remote BGP interface.",
59411          "type": "string"
59412        },
59413        "state": {
59414          "description": "BGP state as specified in RFC1771.",
59415          "type": "string"
59416        },
59417        "status": {
59418          "description": "Status of the BGP peer: {UP, DOWN}",
59419          "enum": [
59420            "DOWN",
59421            "UNKNOWN",
59422            "UP"
59423          ],
59424          "enumDescriptions": [
59425            "",
59426            "",
59427            ""
59428          ],
59429          "type": "string"
59430        },
59431        "uptime": {
59432          "description": "Time this session has been up. Format: 14 years, 51 weeks, 6 days, 23 hours, 59 minutes, 59 seconds",
59433          "type": "string"
59434        },
59435        "uptimeSeconds": {
59436          "description": "Time this session has been up, in seconds. Format: 145",
59437          "type": "string"
59438        }
59439      },
59440      "type": "object"
59441    },
59442    "RouterStatusNatStatus": {
59443      "description": "Status of a NAT contained in this router.",
59444      "id": "RouterStatusNatStatus",
59445      "properties": {
59446        "autoAllocatedNatIps": {
59447          "description": "A list of IPs auto-allocated for NAT. Example: [\"1.1.1.1\", \"129.2.16.89\"]",
59448          "items": {
59449            "type": "string"
59450          },
59451          "type": "array"
59452        },
59453        "drainAutoAllocatedNatIps": {
59454          "description": "A list of IPs auto-allocated for NAT that are in drain mode. Example: [\"1.1.1.1\", \"179.12.26.133\"].",
59455          "items": {
59456            "type": "string"
59457          },
59458          "type": "array"
59459        },
59460        "drainUserAllocatedNatIps": {
59461          "description": "A list of IPs user-allocated for NAT that are in drain mode. Example: [\"1.1.1.1\", \"179.12.26.133\"].",
59462          "items": {
59463            "type": "string"
59464          },
59465          "type": "array"
59466        },
59467        "minExtraNatIpsNeeded": {
59468          "description": "The number of extra IPs to allocate. This will be greater than 0 only if user-specified IPs are NOT enough to allow all configured VMs to use NAT. This value is meaningful only when auto-allocation of NAT IPs is *not* used.",
59469          "format": "int32",
59470          "type": "integer"
59471        },
59472        "name": {
59473          "description": "Unique name of this NAT.",
59474          "type": "string"
59475        },
59476        "numVmEndpointsWithNatMappings": {
59477          "description": "Number of VM endpoints (i.e., Nics) that can use NAT.",
59478          "format": "int32",
59479          "type": "integer"
59480        },
59481        "ruleStatus": {
59482          "description": "Status of rules in this NAT.",
59483          "items": {
59484            "$ref": "RouterStatusNatStatusNatRuleStatus"
59485          },
59486          "type": "array"
59487        },
59488        "userAllocatedNatIpResources": {
59489          "description": "A list of fully qualified URLs of reserved IP address resources.",
59490          "items": {
59491            "type": "string"
59492          },
59493          "type": "array"
59494        },
59495        "userAllocatedNatIps": {
59496          "description": "A list of IPs user-allocated for NAT. They will be raw IP strings like \"179.12.26.133\".",
59497          "items": {
59498            "type": "string"
59499          },
59500          "type": "array"
59501        }
59502      },
59503      "type": "object"
59504    },
59505    "RouterStatusNatStatusNatRuleStatus": {
59506      "description": "Status of a NAT Rule contained in this NAT.",
59507      "id": "RouterStatusNatStatusNatRuleStatus",
59508      "properties": {
59509        "activeNatIps": {
59510          "description": "A list of active IPs for NAT. Example: [\"1.1.1.1\", \"179.12.26.133\"].",
59511          "items": {
59512            "type": "string"
59513          },
59514          "type": "array"
59515        },
59516        "drainNatIps": {
59517          "description": "A list of IPs for NAT that are in drain mode. Example: [\"1.1.1.1\", \"179.12.26.133\"].",
59518          "items": {
59519            "type": "string"
59520          },
59521          "type": "array"
59522        },
59523        "minExtraIpsNeeded": {
59524          "description": "The number of extra IPs to allocate. This will be greater than 0 only if the existing IPs in this NAT Rule are NOT enough to allow all configured VMs to use NAT.",
59525          "format": "int32",
59526          "type": "integer"
59527        },
59528        "numVmEndpointsWithNatMappings": {
59529          "description": "Number of VM endpoints (i.e., NICs) that have NAT Mappings from this NAT Rule.",
59530          "format": "int32",
59531          "type": "integer"
59532        },
59533        "ruleNumber": {
59534          "description": "Rule number of the rule.",
59535          "format": "int32",
59536          "type": "integer"
59537        }
59538      },
59539      "type": "object"
59540    },
59541    "RouterStatusResponse": {
59542      "id": "RouterStatusResponse",
59543      "properties": {
59544        "kind": {
59545          "default": "compute#routerStatusResponse",
59546          "description": "Type of resource.",
59547          "type": "string"
59548        },
59549        "result": {
59550          "$ref": "RouterStatus"
59551        }
59552      },
59553      "type": "object"
59554    },
59555    "RoutersPreviewResponse": {
59556      "id": "RoutersPreviewResponse",
59557      "properties": {
59558        "resource": {
59559          "$ref": "Router",
59560          "description": "Preview of given router."
59561        }
59562      },
59563      "type": "object"
59564    },
59565    "RoutersScopedList": {
59566      "id": "RoutersScopedList",
59567      "properties": {
59568        "routers": {
59569          "description": "A list of routers contained in this scope.",
59570          "items": {
59571            "$ref": "Router"
59572          },
59573          "type": "array"
59574        },
59575        "warning": {
59576          "description": "Informational warning which replaces the list of routers when the list is empty.",
59577          "properties": {
59578            "code": {
59579              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
59580              "enum": [
59581                "CLEANUP_FAILED",
59582                "DEPRECATED_RESOURCE_USED",
59583                "DEPRECATED_TYPE_USED",
59584                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
59585                "EXPERIMENTAL_TYPE_USED",
59586                "EXTERNAL_API_WARNING",
59587                "FIELD_VALUE_OVERRIDEN",
59588                "INJECTED_KERNELS_DEPRECATED",
59589                "LARGE_DEPLOYMENT_WARNING",
59590                "MISSING_TYPE_DEPENDENCY",
59591                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
59592                "NEXT_HOP_CANNOT_IP_FORWARD",
59593                "NEXT_HOP_INSTANCE_NOT_FOUND",
59594                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
59595                "NEXT_HOP_NOT_RUNNING",
59596                "NOT_CRITICAL_ERROR",
59597                "NO_RESULTS_ON_PAGE",
59598                "PARTIAL_SUCCESS",
59599                "REQUIRED_TOS_AGREEMENT",
59600                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
59601                "RESOURCE_NOT_DELETED",
59602                "SCHEMA_VALIDATION_IGNORED",
59603                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
59604                "UNDECLARED_PROPERTIES",
59605                "UNREACHABLE"
59606              ],
59607              "enumDescriptions": [
59608                "",
59609                "",
59610                "",
59611                "",
59612                "",
59613                "",
59614                "",
59615                "",
59616                "",
59617                "",
59618                "",
59619                "",
59620                "",
59621                "",
59622                "",
59623                "",
59624                "",
59625                "",
59626                "",
59627                "",
59628                "",
59629                "",
59630                "",
59631                "",
59632                ""
59633              ],
59634              "type": "string"
59635            },
59636            "data": {
59637              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
59638              "items": {
59639                "properties": {
59640                  "key": {
59641                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
59642                    "type": "string"
59643                  },
59644                  "value": {
59645                    "description": "[Output Only] A warning data value corresponding to the key.",
59646                    "type": "string"
59647                  }
59648                },
59649                "type": "object"
59650              },
59651              "type": "array"
59652            },
59653            "message": {
59654              "description": "[Output Only] A human-readable description of the warning code.",
59655              "type": "string"
59656            }
59657          },
59658          "type": "object"
59659        }
59660      },
59661      "type": "object"
59662    },
59663    "Rule": {
59664      "description": "A rule to be applied in a Policy.",
59665      "id": "Rule",
59666      "properties": {
59667        "action": {
59668          "description": "Required",
59669          "enum": [
59670            "ALLOW",
59671            "ALLOW_WITH_LOG",
59672            "DENY",
59673            "DENY_WITH_LOG",
59674            "LOG",
59675            "NO_ACTION"
59676          ],
59677          "enumDescriptions": [
59678            "",
59679            "",
59680            "",
59681            "",
59682            "",
59683            ""
59684          ],
59685          "type": "string"
59686        },
59687        "conditions": {
59688          "description": "Additional restrictions that must be met. All conditions must pass for the rule to match.",
59689          "items": {
59690            "$ref": "Condition"
59691          },
59692          "type": "array"
59693        },
59694        "description": {
59695          "description": "Human-readable description of the rule.",
59696          "type": "string"
59697        },
59698        "ins": {
59699          "description": "If one or more 'in' clauses are specified, the rule matches if the PRINCIPAL/AUTHORITY_SELECTOR is in at least one of these entries.",
59700          "items": {
59701            "type": "string"
59702          },
59703          "type": "array"
59704        },
59705        "logConfigs": {
59706          "description": "The config returned to callers of tech.iam.IAM.CheckPolicy for any entries that match the LOG action.",
59707          "items": {
59708            "$ref": "LogConfig"
59709          },
59710          "type": "array"
59711        },
59712        "notIns": {
59713          "description": "If one or more 'not_in' clauses are specified, the rule matches if the PRINCIPAL/AUTHORITY_SELECTOR is in none of the entries.",
59714          "items": {
59715            "type": "string"
59716          },
59717          "type": "array"
59718        },
59719        "permissions": {
59720          "description": "A permission is a string of form '..' (e.g., 'storage.buckets.list'). A value of '*' matches all permissions, and a verb part of '*' (e.g., 'storage.buckets.*') matches all verbs.",
59721          "items": {
59722            "type": "string"
59723          },
59724          "type": "array"
59725        }
59726      },
59727      "type": "object"
59728    },
59729    "SSLHealthCheck": {
59730      "id": "SSLHealthCheck",
59731      "properties": {
59732        "port": {
59733          "description": "The TCP port number for the health check request. The default value is 443. Valid values are 1 through 65535.",
59734          "format": "int32",
59735          "type": "integer"
59736        },
59737        "portName": {
59738          "description": "Port name as defined in InstanceGroup#NamedPort#name. If both port and port_name are defined, port takes precedence.",
59739          "type": "string"
59740        },
59741        "portSpecification": {
59742          "description": "Specifies how port is selected for health checking, can be one of following values:\nUSE_FIXED_PORT: The port number in port is used for health checking.\nUSE_NAMED_PORT: The portName is used for health checking.\nUSE_SERVING_PORT: For NetworkEndpointGroup, the port specified for each network endpoint is used for health checking. For other backends, the port or named port specified in the Backend Service is used for health checking.\n\n\nIf not specified, SSL health check follows behavior specified in port and portName fields.",
59743          "enum": [
59744            "USE_FIXED_PORT",
59745            "USE_NAMED_PORT",
59746            "USE_SERVING_PORT"
59747          ],
59748          "enumDescriptions": [
59749            "",
59750            "",
59751            ""
59752          ],
59753          "type": "string"
59754        },
59755        "proxyHeader": {
59756          "description": "Specifies the type of proxy header to append before sending data to the backend, either NONE or PROXY_V1. The default is NONE.",
59757          "enum": [
59758            "NONE",
59759            "PROXY_V1"
59760          ],
59761          "enumDescriptions": [
59762            "",
59763            ""
59764          ],
59765          "type": "string"
59766        },
59767        "request": {
59768          "description": "The application data to send once the SSL connection has been established (default value is empty). If both request and response are empty, the connection establishment alone will indicate health. The request data can only be ASCII.",
59769          "type": "string"
59770        },
59771        "response": {
59772          "description": "The bytes to match against the beginning of the response data. If left empty (the default value), any response will indicate health. The response data can only be ASCII.",
59773          "type": "string"
59774        }
59775      },
59776      "type": "object"
59777    },
59778    "SavedAttachedDisk": {
59779      "description": "An instance-attached disk resource.",
59780      "id": "SavedAttachedDisk",
59781      "properties": {
59782        "autoDelete": {
59783          "description": "Specifies whether the disk will be auto-deleted when the instance is deleted (but not when the disk is detached from the instance).",
59784          "type": "boolean"
59785        },
59786        "boot": {
59787          "description": "Indicates that this is a boot disk. The virtual machine will use the first partition of the disk for its root filesystem.",
59788          "type": "boolean"
59789        },
59790        "deviceName": {
59791          "description": "Specifies the name of the disk attached to the source instance.",
59792          "type": "string"
59793        },
59794        "diskEncryptionKey": {
59795          "$ref": "CustomerEncryptionKey",
59796          "description": "The encryption key for the disk."
59797        },
59798        "diskSizeGb": {
59799          "description": "The size of the disk in base-2 GB.",
59800          "format": "int64",
59801          "type": "string"
59802        },
59803        "diskType": {
59804          "description": "[Output Only] URL of the disk type resource. For example: projects/project/zones/zone/diskTypes/pd-standard or pd-ssd",
59805          "type": "string"
59806        },
59807        "guestOsFeatures": {
59808          "description": "A list of features to enable on the guest operating system. Applicable only for bootable images. Read  Enabling guest operating system features to see a list of available options.",
59809          "items": {
59810            "$ref": "GuestOsFeature"
59811          },
59812          "type": "array"
59813        },
59814        "index": {
59815          "description": "Specifies zero-based index of the disk that is attached to the source instance.",
59816          "format": "int32",
59817          "type": "integer"
59818        },
59819        "interface": {
59820          "description": "Specifies the disk interface to use for attaching this disk, which is either SCSI or NVME.",
59821          "enum": [
59822            "NVDIMM",
59823            "NVME",
59824            "SCSI"
59825          ],
59826          "enumDescriptions": [
59827            "",
59828            "",
59829            ""
59830          ],
59831          "type": "string"
59832        },
59833        "kind": {
59834          "default": "compute#savedAttachedDisk",
59835          "description": "[Output Only] Type of the resource. Always compute#attachedDisk for attached disks.",
59836          "type": "string"
59837        },
59838        "licenses": {
59839          "description": "[Output Only] Any valid publicly visible licenses.",
59840          "items": {
59841            "type": "string"
59842          },
59843          "type": "array"
59844        },
59845        "mode": {
59846          "description": "The mode in which this disk is attached to the source instance, either READ_WRITE or READ_ONLY.",
59847          "enum": [
59848            "READ_ONLY",
59849            "READ_WRITE"
59850          ],
59851          "enumDescriptions": [
59852            "",
59853            ""
59854          ],
59855          "type": "string"
59856        },
59857        "source": {
59858          "description": "Specifies a URL of the disk attached to the source instance.",
59859          "type": "string"
59860        },
59861        "storageBytes": {
59862          "description": "[Output Only] A size of the storage used by the disk's snapshot by this machine image.",
59863          "format": "int64",
59864          "type": "string"
59865        },
59866        "storageBytesStatus": {
59867          "description": "[Output Only] An indicator whether storageBytes is in a stable state or it is being adjusted as a result of shared storage reallocation. This status can either be UPDATING, meaning the size of the snapshot is being updated, or UP_TO_DATE, meaning the size of the snapshot is up-to-date.",
59868          "enum": [
59869            "UPDATING",
59870            "UP_TO_DATE"
59871          ],
59872          "enumDescriptions": [
59873            "",
59874            ""
59875          ],
59876          "type": "string"
59877        },
59878        "type": {
59879          "description": "Specifies the type of the attached disk, either SCRATCH or PERSISTENT.",
59880          "enum": [
59881            "PERSISTENT",
59882            "SCRATCH"
59883          ],
59884          "enumDescriptions": [
59885            "",
59886            ""
59887          ],
59888          "type": "string"
59889        }
59890      },
59891      "type": "object"
59892    },
59893    "ScalingScheduleStatus": {
59894      "id": "ScalingScheduleStatus",
59895      "properties": {
59896        "lastStartTime": {
59897          "description": "[Output Only] The last time the scaling schedule became active. Note: this is a timestamp when a schedule actually became active, not when it was planned to do so. The timestamp is an RFC3339 string in RFC3339 text format.",
59898          "type": "string"
59899        },
59900        "nextStartTime": {
59901          "description": "[Output Only] The next time the scaling schedule will become active. Note: this is a timestamp when a schedule is planned to run, but the actual time might be slightly different. The timestamp is an RFC3339 string in RFC3339 text format.",
59902          "type": "string"
59903        },
59904        "state": {
59905          "description": "[Output Only] The current state of a scaling schedule.",
59906          "enum": [
59907            "ACTIVE",
59908            "DISABLED",
59909            "OBSOLETE",
59910            "READY"
59911          ],
59912          "enumDescriptions": [
59913            "",
59914            "",
59915            "",
59916            ""
59917          ],
59918          "type": "string"
59919        }
59920      },
59921      "type": "object"
59922    },
59923    "Scheduling": {
59924      "description": "Sets the scheduling options for an Instance. NextID: 13",
59925      "id": "Scheduling",
59926      "properties": {
59927        "automaticRestart": {
59928          "description": "Specifies whether the instance should be automatically restarted if it is terminated by Compute Engine (not terminated by a user). You can only set the automatic restart option for standard instances. Preemptible instances cannot be automatically restarted.\n\nBy default, this is set to true so an instance is automatically restarted if it is terminated by Compute Engine.",
59929          "type": "boolean"
59930        },
59931        "latencyTolerant": {
59932          "description": "Defines whether the instance is tolerant of higher cpu latency. This can only be set during instance creation, or when the instance is not currently running. It must not be set if the preemptible option is also set.",
59933          "type": "boolean"
59934        },
59935        "locationHint": {
59936          "description": "An opaque location hint used to place the instance close to other resources. This field is for use by internal tools that use the public API.",
59937          "type": "string"
59938        },
59939        "maintenanceFreezeDurationHours": {
59940          "description": "Specifies the number of hours after instance creation where the instance won't be scheduled for maintenance.",
59941          "format": "int32",
59942          "type": "integer"
59943        },
59944        "maintenanceInterval": {
59945          "description": "Specifies whether this VM may be a stable fleet VM. Setting this to \"Periodic\" designates this VM as a Stable Fleet VM.\n\nSee go/stable-fleet-ug for more details.",
59946          "enum": [
59947            "PERIODIC"
59948          ],
59949          "enumDescriptions": [
59950            ""
59951          ],
59952          "type": "string"
59953        },
59954        "minNodeCpus": {
59955          "description": "The minimum number of virtual CPUs this instance will consume when running on a sole-tenant node.",
59956          "format": "int32",
59957          "type": "integer"
59958        },
59959        "nodeAffinities": {
59960          "description": "A set of node affinity and anti-affinity configurations. Refer to Configuring node affinity for more information. Overrides reservationAffinity.",
59961          "items": {
59962            "$ref": "SchedulingNodeAffinity"
59963          },
59964          "type": "array"
59965        },
59966        "onHostMaintenance": {
59967          "description": "Defines the maintenance behavior for this instance. For standard instances, the default behavior is MIGRATE. For preemptible instances, the default and only possible behavior is TERMINATE. For more information, see Setting Instance Scheduling Options.",
59968          "enum": [
59969            "MIGRATE",
59970            "TERMINATE"
59971          ],
59972          "enumDescriptions": [
59973            "",
59974            ""
59975          ],
59976          "type": "string"
59977        },
59978        "preemptible": {
59979          "description": "Defines whether the instance is preemptible. This can only be set during instance creation or while the instance is stopped and therefore, in a `TERMINATED` state. See Instance Life Cycle for more information on the possible instance states.",
59980          "type": "boolean"
59981        }
59982      },
59983      "type": "object"
59984    },
59985    "SchedulingNodeAffinity": {
59986      "description": "Node Affinity: the configuration of desired nodes onto which this Instance could be scheduled.",
59987      "id": "SchedulingNodeAffinity",
59988      "properties": {
59989        "key": {
59990          "description": "Corresponds to the label key of Node resource.",
59991          "type": "string"
59992        },
59993        "operator": {
59994          "description": "Defines the operation of node selection. Valid operators are IN for affinity and NOT_IN for anti-affinity.",
59995          "enum": [
59996            "IN",
59997            "NOT_IN",
59998            "OPERATOR_UNSPECIFIED"
59999          ],
60000          "enumDescriptions": [
60001            "",
60002            "",
60003            ""
60004          ],
60005          "type": "string"
60006        },
60007        "values": {
60008          "description": "Corresponds to the label values of Node resource.",
60009          "items": {
60010            "type": "string"
60011          },
60012          "type": "array"
60013        }
60014      },
60015      "type": "object"
60016    },
60017    "Screenshot": {
60018      "description": "An instance's screenshot.",
60019      "id": "Screenshot",
60020      "properties": {
60021        "contents": {
60022          "description": "[Output Only] The Base64-encoded screenshot data.",
60023          "type": "string"
60024        },
60025        "kind": {
60026          "default": "compute#screenshot",
60027          "description": "[Output Only] Type of the resource. Always compute#screenshot for the screenshots.",
60028          "type": "string"
60029        }
60030      },
60031      "type": "object"
60032    },
60033    "SdsConfig": {
60034      "description": "[Deprecated] The configuration to access the SDS server. The configuration to access the SDS server.",
60035      "id": "SdsConfig",
60036      "properties": {
60037        "grpcServiceConfig": {
60038          "$ref": "GrpcServiceConfig",
60039          "description": "The configuration to access the SDS server over GRPC."
60040        }
60041      },
60042      "type": "object"
60043    },
60044    "SecurityPoliciesListPreconfiguredExpressionSetsResponse": {
60045      "id": "SecurityPoliciesListPreconfiguredExpressionSetsResponse",
60046      "properties": {
60047        "preconfiguredExpressionSets": {
60048          "$ref": "SecurityPoliciesWafConfig"
60049        }
60050      },
60051      "type": "object"
60052    },
60053    "SecurityPoliciesWafConfig": {
60054      "id": "SecurityPoliciesWafConfig",
60055      "properties": {
60056        "wafRules": {
60057          "$ref": "PreconfiguredWafSet"
60058        }
60059      },
60060      "type": "object"
60061    },
60062    "SecurityPolicy": {
60063      "description": "Represents a Google Cloud Armor security policy resource.\n\nOnly external backend services that use load balancers can reference a security policy. For more information, see  Google Cloud Armor security policy overview. (== resource_for {$api_version}.securityPolicies ==)",
60064      "id": "SecurityPolicy",
60065      "properties": {
60066        "adaptiveProtectionConfig": {
60067          "$ref": "SecurityPolicyAdaptiveProtectionConfig"
60068        },
60069        "associations": {
60070          "description": "A list of associations that belong to this policy.",
60071          "items": {
60072            "$ref": "SecurityPolicyAssociation"
60073          },
60074          "type": "array"
60075        },
60076        "cloudArmorConfig": {
60077          "$ref": "SecurityPolicyCloudArmorConfig"
60078        },
60079        "creationTimestamp": {
60080          "description": "[Output Only] Creation timestamp in RFC3339 text format.",
60081          "type": "string"
60082        },
60083        "description": {
60084          "description": "An optional description of this resource. Provide this property when you create the resource.",
60085          "type": "string"
60086        },
60087        "displayName": {
60088          "description": "User-provided name of the Organization security plicy. The name should be unique in the organization in which the security policy is created. This should only be used when SecurityPolicyType is FIREWALL. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.",
60089          "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
60090          "type": "string"
60091        },
60092        "fingerprint": {
60093          "description": "Specifies a fingerprint for this resource, which is essentially a hash of the metadata's contents and used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update metadata. You must always provide an up-to-date fingerprint hash in order to update or change metadata, otherwise the request will fail with error 412 conditionNotMet.\n\nTo see the latest fingerprint, make get() request to the security policy.",
60094          "format": "byte",
60095          "type": "string"
60096        },
60097        "id": {
60098          "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.",
60099          "format": "uint64",
60100          "type": "string"
60101        },
60102        "kind": {
60103          "default": "compute#securityPolicy",
60104          "description": "[Output only] Type of the resource. Always compute#securityPolicyfor security policies",
60105          "type": "string"
60106        },
60107        "labelFingerprint": {
60108          "description": "A fingerprint for the labels being applied to this security policy, which is essentially a hash of the labels set used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update labels. You must always provide an up-to-date fingerprint hash in order to update or change labels.\n\nTo see the latest fingerprint, make get() request to the security policy.",
60109          "format": "byte",
60110          "type": "string"
60111        },
60112        "labels": {
60113          "additionalProperties": {
60114            "type": "string"
60115          },
60116          "description": "Labels for this resource. These can only be added or modified by the setLabels method. Each label key/value pair must comply with RFC1035. Label values may be empty.",
60117          "type": "object"
60118        },
60119        "name": {
60120          "description": "Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.",
60121          "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
60122          "type": "string"
60123        },
60124        "parent": {
60125          "description": "[Output Only] The parent of the security policy.",
60126          "type": "string"
60127        },
60128        "ruleTupleCount": {
60129          "description": "[Output Only] Total count of all security policy rule tuples. A security policy can not exceed a set number of tuples.",
60130          "format": "int32",
60131          "type": "integer"
60132        },
60133        "rules": {
60134          "description": "A list of rules that belong to this policy. There must always be a default rule (rule with priority 2147483647 and match \"*\"). If no rules are provided when creating a security policy, a default rule with action \"allow\" will be added.",
60135          "items": {
60136            "$ref": "SecurityPolicyRule"
60137          },
60138          "type": "array"
60139        },
60140        "selfLink": {
60141          "description": "[Output Only] Server-defined URL for the resource.",
60142          "type": "string"
60143        },
60144        "selfLinkWithId": {
60145          "description": "[Output Only] Server-defined URL for this resource with the resource id.",
60146          "type": "string"
60147        },
60148        "type": {
60149          "description": "The type indicates the intended use of the security policy. CLOUD_ARMOR policies apply to backend services. FIREWALL policies apply to organizations.",
60150          "enum": [
60151            "CLOUD_ARMOR",
60152            "CLOUD_ARMOR_EDGE",
60153            "FIREWALL"
60154          ],
60155          "enumDescriptions": [
60156            "",
60157            "",
60158            ""
60159          ],
60160          "type": "string"
60161        }
60162      },
60163      "type": "object"
60164    },
60165    "SecurityPolicyAdaptiveProtectionConfig": {
60166      "description": "Configuration options for Cloud Armor Adaptive Protection (CAAP).",
60167      "id": "SecurityPolicyAdaptiveProtectionConfig",
60168      "properties": {
60169        "layer7DdosDefenseConfig": {
60170          "$ref": "SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig",
60171          "description": "If set to true, enables Cloud Armor Machine Learning."
60172        }
60173      },
60174      "type": "object"
60175    },
60176    "SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig": {
60177      "description": "Configuration options for L7 DDoS detection.",
60178      "id": "SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig",
60179      "properties": {
60180        "enable": {
60181          "description": "If set to true, enables CAAP for L7 DDoS detection.",
60182          "type": "boolean"
60183        },
60184        "ruleVisibility": {
60185          "description": "Rule visibility can be one of the following: STANDARD - opaque rules. (default) PREMIUM - transparent rules.",
60186          "enum": [
60187            "PREMIUM",
60188            "STANDARD"
60189          ],
60190          "enumDescriptions": [
60191            "",
60192            ""
60193          ],
60194          "type": "string"
60195        }
60196      },
60197      "type": "object"
60198    },
60199    "SecurityPolicyAssociation": {
60200      "id": "SecurityPolicyAssociation",
60201      "properties": {
60202        "attachmentId": {
60203          "description": "The resource that the security policy is attached to.",
60204          "type": "string"
60205        },
60206        "displayName": {
60207          "description": "[Output Only] The display name of the security policy of the association.",
60208          "type": "string"
60209        },
60210        "name": {
60211          "description": "The name for an association.",
60212          "type": "string"
60213        },
60214        "securityPolicyId": {
60215          "description": "[Output Only] The security policy ID of the association.",
60216          "type": "string"
60217        }
60218      },
60219      "type": "object"
60220    },
60221    "SecurityPolicyCloudArmorConfig": {
60222      "description": "Configuration options for Cloud Armor.",
60223      "id": "SecurityPolicyCloudArmorConfig",
60224      "properties": {
60225        "enableMl": {
60226          "description": "If set to true, enables Cloud Armor Machine Learning.",
60227          "type": "boolean"
60228        }
60229      },
60230      "type": "object"
60231    },
60232    "SecurityPolicyList": {
60233      "id": "SecurityPolicyList",
60234      "properties": {
60235        "id": {
60236          "description": "[Output Only] Unique identifier for the resource; defined by the server.",
60237          "type": "string"
60238        },
60239        "items": {
60240          "description": "A list of SecurityPolicy resources.",
60241          "items": {
60242            "$ref": "SecurityPolicy"
60243          },
60244          "type": "array"
60245        },
60246        "kind": {
60247          "default": "compute#securityPolicyList",
60248          "description": "[Output Only] Type of resource. Always compute#securityPolicyList for listsof securityPolicies",
60249          "type": "string"
60250        },
60251        "nextPageToken": {
60252          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
60253          "type": "string"
60254        },
60255        "warning": {
60256          "description": "[Output Only] Informational warning message.",
60257          "properties": {
60258            "code": {
60259              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
60260              "enum": [
60261                "CLEANUP_FAILED",
60262                "DEPRECATED_RESOURCE_USED",
60263                "DEPRECATED_TYPE_USED",
60264                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
60265                "EXPERIMENTAL_TYPE_USED",
60266                "EXTERNAL_API_WARNING",
60267                "FIELD_VALUE_OVERRIDEN",
60268                "INJECTED_KERNELS_DEPRECATED",
60269                "LARGE_DEPLOYMENT_WARNING",
60270                "MISSING_TYPE_DEPENDENCY",
60271                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
60272                "NEXT_HOP_CANNOT_IP_FORWARD",
60273                "NEXT_HOP_INSTANCE_NOT_FOUND",
60274                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
60275                "NEXT_HOP_NOT_RUNNING",
60276                "NOT_CRITICAL_ERROR",
60277                "NO_RESULTS_ON_PAGE",
60278                "PARTIAL_SUCCESS",
60279                "REQUIRED_TOS_AGREEMENT",
60280                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
60281                "RESOURCE_NOT_DELETED",
60282                "SCHEMA_VALIDATION_IGNORED",
60283                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
60284                "UNDECLARED_PROPERTIES",
60285                "UNREACHABLE"
60286              ],
60287              "enumDescriptions": [
60288                "",
60289                "",
60290                "",
60291                "",
60292                "",
60293                "",
60294                "",
60295                "",
60296                "",
60297                "",
60298                "",
60299                "",
60300                "",
60301                "",
60302                "",
60303                "",
60304                "",
60305                "",
60306                "",
60307                "",
60308                "",
60309                "",
60310                "",
60311                "",
60312                ""
60313              ],
60314              "type": "string"
60315            },
60316            "data": {
60317              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
60318              "items": {
60319                "properties": {
60320                  "key": {
60321                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
60322                    "type": "string"
60323                  },
60324                  "value": {
60325                    "description": "[Output Only] A warning data value corresponding to the key.",
60326                    "type": "string"
60327                  }
60328                },
60329                "type": "object"
60330              },
60331              "type": "array"
60332            },
60333            "message": {
60334              "description": "[Output Only] A human-readable description of the warning code.",
60335              "type": "string"
60336            }
60337          },
60338          "type": "object"
60339        }
60340      },
60341      "type": "object"
60342    },
60343    "SecurityPolicyReference": {
60344      "id": "SecurityPolicyReference",
60345      "properties": {
60346        "securityPolicy": {
60347          "type": "string"
60348        }
60349      },
60350      "type": "object"
60351    },
60352    "SecurityPolicyRule": {
60353      "description": "Represents a rule that describes one or more match conditions along with the action to be taken when traffic matches this condition (allow or deny).",
60354      "id": "SecurityPolicyRule",
60355      "properties": {
60356        "action": {
60357          "description": "The Action to preform when the client connection triggers the rule. Can currently be either \"allow\" or \"deny()\" where valid values for status are 403, 404, and 502.",
60358          "type": "string"
60359        },
60360        "description": {
60361          "description": "An optional description of this resource. Provide this property when you create the resource.",
60362          "type": "string"
60363        },
60364        "direction": {
60365          "description": "The direction in which this rule applies. This field may only be specified when versioned_expr is set to FIREWALL.",
60366          "enum": [
60367            "EGRESS",
60368            "INGRESS"
60369          ],
60370          "enumDescriptions": [
60371            "",
60372            ""
60373          ],
60374          "type": "string"
60375        },
60376        "enableLogging": {
60377          "description": "Denotes whether to enable logging for a particular rule. If logging is enabled, logs will be exported to the configured export destination in Stackdriver. Logs may be exported to BigQuery or Pub/Sub. Note: you cannot enable logging on \"goto_next\" rules.\n\nThis field may only be specified when the versioned_expr is set to FIREWALL.",
60378          "type": "boolean"
60379        },
60380        "kind": {
60381          "default": "compute#securityPolicyRule",
60382          "description": "[Output only] Type of the resource. Always compute#securityPolicyRule for security policy rules",
60383          "type": "string"
60384        },
60385        "match": {
60386          "$ref": "SecurityPolicyRuleMatcher",
60387          "description": "A match condition that incoming traffic is evaluated against. If it evaluates to true, the corresponding 'action' is enforced."
60388        },
60389        "preview": {
60390          "description": "If set to true, the specified action is not enforced.",
60391          "type": "boolean"
60392        },
60393        "priority": {
60394          "description": "An integer indicating the priority of a rule in the list. The priority must be a positive value between 0 and 2147483647. Rules are evaluated from highest to lowest priority where 0 is the highest priority and 2147483647 is the lowest prority.",
60395          "format": "int32",
60396          "type": "integer"
60397        },
60398        "rateLimitOptions": {
60399          "$ref": "SecurityPolicyRuleRateLimitOptions",
60400          "description": "Must be specified if the action is \"rate_based_blacklist\" or \"throttle\". Cannot be specified for any other actions."
60401        },
60402        "ruleNumber": {
60403          "description": "Identifier for the rule. This is only unique within the given security policy. This can only be set during rule creation, if rule number is not specified it will be generated by the server.",
60404          "format": "int64",
60405          "type": "string"
60406        },
60407        "ruleTupleCount": {
60408          "description": "[Output Only] Calculation of the complexity of a single firewall security policy rule.",
60409          "format": "int32",
60410          "type": "integer"
60411        },
60412        "targetResources": {
60413          "description": "A list of network resource URLs to which this rule applies. This field allows you to control which network's VMs get this rule. If this field is left blank, all VMs within the organization will receive the rule.\n\nThis field may only be specified when versioned_expr is set to FIREWALL.",
60414          "items": {
60415            "type": "string"
60416          },
60417          "type": "array"
60418        },
60419        "targetServiceAccounts": {
60420          "description": "A list of service accounts indicating the sets of instances that are applied with this rule.",
60421          "items": {
60422            "type": "string"
60423          },
60424          "type": "array"
60425        }
60426      },
60427      "type": "object"
60428    },
60429    "SecurityPolicyRuleMatcher": {
60430      "description": "Represents a match condition that incoming traffic is evaluated against. Exactly one field must be specified.",
60431      "id": "SecurityPolicyRuleMatcher",
60432      "properties": {
60433        "config": {
60434          "$ref": "SecurityPolicyRuleMatcherConfig",
60435          "description": "The configuration options available when specifying versioned_expr. This field must be specified if versioned_expr is specified and cannot be specified if versioned_expr is not specified."
60436        },
60437        "expr": {
60438          "$ref": "Expr",
60439          "description": "User defined CEVAL expression. A CEVAL expression is used to specify match criteria such as origin.ip, source.region_code and contents in the request header."
60440        },
60441        "versionedExpr": {
60442          "description": "Preconfigured versioned expression. If this field is specified, config must also be specified. Available preconfigured expressions along with their requirements are: SRC_IPS_V1 - must specify the corresponding src_ip_range field in config.",
60443          "enum": [
60444            "FIREWALL",
60445            "SRC_IPS_V1"
60446          ],
60447          "enumDescriptions": [
60448            "",
60449            ""
60450          ],
60451          "type": "string"
60452        }
60453      },
60454      "type": "object"
60455    },
60456    "SecurityPolicyRuleMatcherConfig": {
60457      "id": "SecurityPolicyRuleMatcherConfig",
60458      "properties": {
60459        "destIpRanges": {
60460          "description": "CIDR IP address range.\n\nThis field may only be specified when versioned_expr is set to FIREWALL.",
60461          "items": {
60462            "type": "string"
60463          },
60464          "type": "array"
60465        },
60466        "destPorts": {
60467          "description": "Pairs of IP protocols and ports that the rule should match.\n\nThis field may only be specified when versioned_expr is set to FIREWALL.",
60468          "items": {
60469            "$ref": "SecurityPolicyRuleMatcherConfigDestinationPort"
60470          },
60471          "type": "array"
60472        },
60473        "layer4Configs": {
60474          "description": "Pairs of IP protocols and ports that the rule should match.\n\nThis field may only be specified when versioned_expr is set to FIREWALL.",
60475          "items": {
60476            "$ref": "SecurityPolicyRuleMatcherConfigLayer4Config"
60477          },
60478          "type": "array"
60479        },
60480        "srcIpRanges": {
60481          "description": "CIDR IP address range. Maximum number of src_ip_ranges allowed is 10.",
60482          "items": {
60483            "type": "string"
60484          },
60485          "type": "array"
60486        }
60487      },
60488      "type": "object"
60489    },
60490    "SecurityPolicyRuleMatcherConfigDestinationPort": {
60491      "id": "SecurityPolicyRuleMatcherConfigDestinationPort",
60492      "properties": {
60493        "ipProtocol": {
60494          "description": "The IP protocol to which this rule applies. The protocol type is required when creating a firewall rule. This value can either be one of the following well known protocol strings (tcp, udp, icmp, esp, ah, ipip, sctp), or the IP protocol number.",
60495          "type": "string"
60496        },
60497        "ports": {
60498          "description": "An optional list of ports to which this rule applies. This field is only applicable for UDP or TCP protocol. Each entry must be either an integer or a range. If not specified, this rule applies to connections through any port.\n\nExample inputs include: [\"22\"], [\"80\",\"443\"], and [\"12345-12349\"].\n\nThis field may only be specified when versioned_expr is set to FIREWALL.",
60499          "items": {
60500            "type": "string"
60501          },
60502          "type": "array"
60503        }
60504      },
60505      "type": "object"
60506    },
60507    "SecurityPolicyRuleMatcherConfigLayer4Config": {
60508      "id": "SecurityPolicyRuleMatcherConfigLayer4Config",
60509      "properties": {
60510        "ipProtocol": {
60511          "description": "The IP protocol to which this rule applies. The protocol type is required when creating a firewall rule. This value can either be one of the following well known protocol strings (tcp, udp, icmp, esp, ah, ipip, sctp), or the IP protocol number.",
60512          "type": "string"
60513        },
60514        "ports": {
60515          "description": "An optional list of ports to which this rule applies. This field is only applicable for UDP or TCP protocol. Each entry must be either an integer or a range. If not specified, this rule applies to connections through any port.\n\nExample inputs include: [\"22\"], [\"80\",\"443\"], and [\"12345-12349\"].\n\nThis field may only be specified when versioned_expr is set to FIREWALL.",
60516          "items": {
60517            "type": "string"
60518          },
60519          "type": "array"
60520        }
60521      },
60522      "type": "object"
60523    },
60524    "SecurityPolicyRuleRateLimitOptions": {
60525      "id": "SecurityPolicyRuleRateLimitOptions",
60526      "properties": {
60527        "banDurationSec": {
60528          "description": "Can only be specified if the action for the rule is \"rate_based_ban\". If specified, the key will be banned for the configured 'ban_duration' when the number of requests that exceed the 'rate_limit_threshold' also exceed this 'ban_threshold'.",
60529          "format": "int32",
60530          "type": "integer"
60531        },
60532        "banThreshold": {
60533          "$ref": "SecurityPolicyRuleRateLimitOptionsThreshold",
60534          "description": "Can only be specified if the action for the rule is \"rate_based_ban\". If specified, the key will be banned for the configured 'ban_duration' when the number of requests that exceed the 'rate_limit_threshold' also exceed this 'ban_threshold'."
60535        },
60536        "blockDuration": {
60537          "description": "Can only be specified if the action for the rule is \"rate_based_ban\" If specified, determines the time (in seconds) the traffic will continue to be blocked by the rate limit after the rate falls below the threshold. The default value is 0 seconds. [Deprecated] This field is deprecated.",
60538          "format": "int32",
60539          "type": "integer"
60540        },
60541        "conformAction": {
60542          "description": "Action to take when requests are under the given threshold. When requests are throttled, this is also the action for all requests which are not dropped. Valid options are \"allow\", \"fairshare\", and \"drop_overload\".",
60543          "type": "string"
60544        },
60545        "enforceOnKey": {
60546          "description": "Determines the key to enforce the threshold_rps limit on. If key is \"IP\", each IP has this limit enforced separately, whereas \"ALL_IPs\" means a single limit is applied to all requests matching this rule.",
60547          "enum": [
60548            "ALL_IPS",
60549            "IP"
60550          ],
60551          "enumDescriptions": [
60552            "",
60553            ""
60554          ],
60555          "type": "string"
60556        },
60557        "exceedAction": {
60558          "description": "When a request is denied, returns the HTTP response code specified. Valid options are \"deny()\" where valid values for status are 403, 404, 429, and 502.",
60559          "type": "string"
60560        },
60561        "rateLimitThreshold": {
60562          "$ref": "SecurityPolicyRuleRateLimitOptionsThreshold",
60563          "description": "Threshold at which to begin ratelimiting."
60564        },
60565        "thresholdRps": {
60566          "description": "Rate in requests per second at which to begin ratelimiting. [Deprecated] This field is deprecated.",
60567          "format": "int32",
60568          "type": "integer"
60569        }
60570      },
60571      "type": "object"
60572    },
60573    "SecurityPolicyRuleRateLimitOptionsThreshold": {
60574      "id": "SecurityPolicyRuleRateLimitOptionsThreshold",
60575      "properties": {
60576        "count": {
60577          "description": "Number of HTTP(S) requests for calculating the threshold.",
60578          "format": "int32",
60579          "type": "integer"
60580        },
60581        "intervalSec": {
60582          "description": "Interval over which the threshold is computed.",
60583          "format": "int32",
60584          "type": "integer"
60585        }
60586      },
60587      "type": "object"
60588    },
60589    "SecuritySettings": {
60590      "description": "The authentication and authorization settings for a BackendService.",
60591      "id": "SecuritySettings",
60592      "properties": {
60593        "authentication": {
60594          "description": "[Deprecated] Use clientTlsPolicy instead.",
60595          "type": "string"
60596        },
60597        "authenticationPolicy": {
60598          "$ref": "AuthenticationPolicy",
60599          "description": "[Deprecated] Authentication policy defines what authentication methods can be accepted on backends, and if authenticated, which method/certificate will set the request principal. request principal."
60600        },
60601        "authorizationConfig": {
60602          "$ref": "AuthorizationConfig",
60603          "description": "[Deprecated] Authorization config defines the Role Based Access Control (RBAC) config. Authorization config defines the Role Based Access Control (RBAC) config."
60604        },
60605        "clientTlsPolicy": {
60606          "description": "Optional. A URL referring to a networksecurity.ClientTlsPolicy resource that describes how clients should authenticate with this service's backends.\nclientTlsPolicy only applies to a global BackendService with the loadBalancingScheme set to INTERNAL_SELF_MANAGED.\nIf left blank, communications are not encrypted.\nNote: This field currently has no impact.",
60607          "type": "string"
60608        },
60609        "clientTlsSettings": {
60610          "$ref": "ClientTlsSettings",
60611          "description": "[Deprecated] TLS Settings for the backend service."
60612        },
60613        "subjectAltNames": {
60614          "description": "Optional. A list of Subject Alternative Names (SANs) that the client verifies during a mutual TLS handshake with an server/endpoint for this BackendService. When the server presents its X.509 certificate to the client, the client inspects the certificate's subjectAltName field. If the field contains one of the specified values, the communication continues. Otherwise, it fails. This additional check enables the client to verify that the server is authorized to run the requested service.\nNote that the contents of the server certificate's subjectAltName field are configured by the Public Key Infrastructure which provisions server identities.\nOnly applies to a global BackendService with loadBalancingScheme set to INTERNAL_SELF_MANAGED. Only applies when BackendService has an attached clientTlsPolicy with clientCertificate (mTLS mode).\nNote: This field currently has no impact.",
60615          "items": {
60616            "type": "string"
60617          },
60618          "type": "array"
60619        }
60620      },
60621      "type": "object"
60622    },
60623    "SerialPortOutput": {
60624      "description": "An instance's serial console output.",
60625      "id": "SerialPortOutput",
60626      "properties": {
60627        "contents": {
60628          "description": "[Output Only] The contents of the console output.",
60629          "type": "string"
60630        },
60631        "kind": {
60632          "default": "compute#serialPortOutput",
60633          "description": "[Output Only] Type of the resource. Always compute#serialPortOutput for serial port output.",
60634          "type": "string"
60635        },
60636        "next": {
60637          "description": "[Output Only] The position of the next byte of content, regardless of whether the content exists, following the output returned in the `contents` property. Use this value in the next request as the start parameter.",
60638          "format": "int64",
60639          "type": "string"
60640        },
60641        "selfLink": {
60642          "description": "[Output Only] Server-defined URL for this resource.",
60643          "type": "string"
60644        },
60645        "start": {
60646          "description": "The starting byte position of the output that was returned. This should match the start parameter sent with the request. If the serial console output exceeds the size of the buffer (1 MB), older output is overwritten by newer content. The output start value will indicate the byte position of the output that was returned, which might be different than the `start` value that was specified in the request.",
60647          "format": "int64",
60648          "type": "string"
60649        }
60650      },
60651      "type": "object"
60652    },
60653    "ServerBinding": {
60654      "id": "ServerBinding",
60655      "properties": {
60656        "type": {
60657          "enum": [
60658            "RESTART_NODE_ON_ANY_SERVER",
60659            "RESTART_NODE_ON_MINIMAL_SERVERS",
60660            "SERVER_BINDING_TYPE_UNSPECIFIED"
60661          ],
60662          "enumDescriptions": [
60663            "",
60664            "",
60665            ""
60666          ],
60667          "type": "string"
60668        }
60669      },
60670      "type": "object"
60671    },
60672    "ServerTlsSettings": {
60673      "description": "The TLS settings for the server.",
60674      "id": "ServerTlsSettings",
60675      "properties": {
60676        "proxyTlsContext": {
60677          "$ref": "TlsContext",
60678          "description": "Configures the mechanism to obtain security certificates and identity information."
60679        },
60680        "subjectAltNames": {
60681          "description": "A list of alternate names to verify the subject identity in the certificate presented by the client.",
60682          "items": {
60683            "type": "string"
60684          },
60685          "type": "array"
60686        },
60687        "tlsMode": {
60688          "description": "Indicates whether connections should be secured using TLS. The value of this field determines how TLS is enforced. This field can be set to one of the following:  \n- SIMPLE Secure connections with standard TLS semantics.  \n- MUTUAL Secure connections to the backends using mutual TLS by presenting client certificates for authentication.",
60689          "enum": [
60690            "INVALID",
60691            "MUTUAL",
60692            "SIMPLE"
60693          ],
60694          "enumDescriptions": [
60695            "",
60696            "",
60697            ""
60698          ],
60699          "type": "string"
60700        }
60701      },
60702      "type": "object"
60703    },
60704    "ServiceAccount": {
60705      "description": "A service account.",
60706      "id": "ServiceAccount",
60707      "properties": {
60708        "email": {
60709          "description": "Email address of the service account.",
60710          "type": "string"
60711        },
60712        "scopes": {
60713          "description": "The list of scopes to be made available for this service account.",
60714          "items": {
60715            "type": "string"
60716          },
60717          "type": "array"
60718        }
60719      },
60720      "type": "object"
60721    },
60722    "ServiceAttachment": {
60723      "description": "Represents a ServiceAttachment resource.\n\nA service attachment represents a service that a producer has exposed. It encapsulates the load balancer which fronts the service runs and a list of NAT IP ranges that the producers uses to represent the consumers connecting to the service.",
60724      "id": "ServiceAttachment",
60725      "properties": {
60726        "connectionPreference": {
60727          "description": "The connection preference of service attachment. The value can be set to ACCEPT_AUTOMATIC. An ACCEPT_AUTOMATIC service attachment is one that always accepts the connection from consumer forwarding rules.",
60728          "enum": [
60729            "ACCEPT_AUTOMATIC",
60730            "CONNECTION_PREFERENCE_UNSPECIFIED"
60731          ],
60732          "enumDescriptions": [
60733            "",
60734            ""
60735          ],
60736          "type": "string"
60737        },
60738        "consumerForwardingRules": {
60739          "description": "[Output Only] An array of forwarding rules for all the consumers connected to this service attachment.",
60740          "items": {
60741            "$ref": "ServiceAttachmentConsumerForwardingRule"
60742          },
60743          "type": "array"
60744        },
60745        "creationTimestamp": {
60746          "description": "[Output Only] Creation timestamp in RFC3339 text format.",
60747          "type": "string"
60748        },
60749        "description": {
60750          "description": "An optional description of this resource. Provide this property when you create the resource.",
60751          "type": "string"
60752        },
60753        "id": {
60754          "description": "[Output Only] The unique identifier for the resource type. The server generates this identifier.",
60755          "format": "uint64",
60756          "type": "string"
60757        },
60758        "kind": {
60759          "default": "compute#serviceAttachment",
60760          "description": "[Output Only] Type of the resource. Always compute#serviceAttachment for service attachments.",
60761          "type": "string"
60762        },
60763        "name": {
60764          "annotations": {
60765            "required": [
60766              "compute.serviceAttachments.insert"
60767            ]
60768          },
60769          "description": "Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.",
60770          "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
60771          "type": "string"
60772        },
60773        "natSubnets": {
60774          "description": "An array of URLs where each entry is the URL of a subnet provided by the service producer to use for NAT in this service attachment.",
60775          "items": {
60776            "type": "string"
60777          },
60778          "type": "array"
60779        },
60780        "producerForwardingRule": {
60781          "description": "The URL of a forwarding rule with loadBalancingScheme INTERNAL* that is serving the endpoint identified by this service attachment.",
60782          "type": "string"
60783        },
60784        "region": {
60785          "description": "[Output Only] URL of the region where the service attachment resides. This field applies only to the region resource. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.",
60786          "type": "string"
60787        },
60788        "selfLink": {
60789          "description": "[Output Only] Server-defined URL for the resource.",
60790          "type": "string"
60791        }
60792      },
60793      "type": "object"
60794    },
60795    "ServiceAttachmentConsumerForwardingRule": {
60796      "description": "[Output Only] A consumer forwarding rule connected to this service attachment.",
60797      "id": "ServiceAttachmentConsumerForwardingRule",
60798      "properties": {
60799        "forwardingRule": {
60800          "description": "The url of a consumer forwarding rule.",
60801          "type": "string"
60802        },
60803        "status": {
60804          "description": "The status of the forwarding rule.",
60805          "enum": [
60806            "ACTIVE",
60807            "INACTIVE",
60808            "PENDING",
60809            "STATUS_UNSPECIFIED"
60810          ],
60811          "enumDescriptions": [
60812            "",
60813            "",
60814            "",
60815            ""
60816          ],
60817          "type": "string"
60818        }
60819      },
60820      "type": "object"
60821    },
60822    "ServiceAttachmentList": {
60823      "id": "ServiceAttachmentList",
60824      "properties": {
60825        "id": {
60826          "description": "[Output Only] Unique identifier for the resource; defined by the server.",
60827          "type": "string"
60828        },
60829        "items": {
60830          "description": "A list of ServiceAttachment resources.",
60831          "items": {
60832            "$ref": "ServiceAttachment"
60833          },
60834          "type": "array"
60835        },
60836        "kind": {
60837          "default": "compute#serviceAttachmentList",
60838          "description": "[Output Only] Type of the resource. Always compute#serviceAttachment for service attachments.",
60839          "type": "string"
60840        },
60841        "nextPageToken": {
60842          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
60843          "type": "string"
60844        },
60845        "selfLink": {
60846          "description": "[Output Only] Server-defined URL for this resource.",
60847          "type": "string"
60848        },
60849        "warning": {
60850          "description": "[Output Only] Informational warning message.",
60851          "properties": {
60852            "code": {
60853              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
60854              "enum": [
60855                "CLEANUP_FAILED",
60856                "DEPRECATED_RESOURCE_USED",
60857                "DEPRECATED_TYPE_USED",
60858                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
60859                "EXPERIMENTAL_TYPE_USED",
60860                "EXTERNAL_API_WARNING",
60861                "FIELD_VALUE_OVERRIDEN",
60862                "INJECTED_KERNELS_DEPRECATED",
60863                "LARGE_DEPLOYMENT_WARNING",
60864                "MISSING_TYPE_DEPENDENCY",
60865                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
60866                "NEXT_HOP_CANNOT_IP_FORWARD",
60867                "NEXT_HOP_INSTANCE_NOT_FOUND",
60868                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
60869                "NEXT_HOP_NOT_RUNNING",
60870                "NOT_CRITICAL_ERROR",
60871                "NO_RESULTS_ON_PAGE",
60872                "PARTIAL_SUCCESS",
60873                "REQUIRED_TOS_AGREEMENT",
60874                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
60875                "RESOURCE_NOT_DELETED",
60876                "SCHEMA_VALIDATION_IGNORED",
60877                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
60878                "UNDECLARED_PROPERTIES",
60879                "UNREACHABLE"
60880              ],
60881              "enumDescriptions": [
60882                "",
60883                "",
60884                "",
60885                "",
60886                "",
60887                "",
60888                "",
60889                "",
60890                "",
60891                "",
60892                "",
60893                "",
60894                "",
60895                "",
60896                "",
60897                "",
60898                "",
60899                "",
60900                "",
60901                "",
60902                "",
60903                "",
60904                "",
60905                "",
60906                ""
60907              ],
60908              "type": "string"
60909            },
60910            "data": {
60911              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
60912              "items": {
60913                "properties": {
60914                  "key": {
60915                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
60916                    "type": "string"
60917                  },
60918                  "value": {
60919                    "description": "[Output Only] A warning data value corresponding to the key.",
60920                    "type": "string"
60921                  }
60922                },
60923                "type": "object"
60924              },
60925              "type": "array"
60926            },
60927            "message": {
60928              "description": "[Output Only] A human-readable description of the warning code.",
60929              "type": "string"
60930            }
60931          },
60932          "type": "object"
60933        }
60934      },
60935      "type": "object"
60936    },
60937    "ShieldedInstanceConfig": {
60938      "description": "A set of Shielded Instance options.",
60939      "id": "ShieldedInstanceConfig",
60940      "properties": {
60941        "enableIntegrityMonitoring": {
60942          "description": "Defines whether the instance has integrity monitoring enabled. Enabled by default.",
60943          "type": "boolean"
60944        },
60945        "enableSecureBoot": {
60946          "description": "Defines whether the instance has Secure Boot enabled. Disabled by default.",
60947          "type": "boolean"
60948        },
60949        "enableVtpm": {
60950          "description": "Defines whether the instance has the vTPM enabled. Enabled by default.",
60951          "type": "boolean"
60952        }
60953      },
60954      "type": "object"
60955    },
60956    "ShieldedInstanceIdentity": {
60957      "description": "A shielded Instance identity entry.",
60958      "id": "ShieldedInstanceIdentity",
60959      "properties": {
60960        "encryptionKey": {
60961          "$ref": "ShieldedInstanceIdentityEntry",
60962          "description": "An Endorsement Key (EK) made by the RSA 2048 algorithm issued to the Shielded Instance's vTPM."
60963        },
60964        "kind": {
60965          "default": "compute#shieldedInstanceIdentity",
60966          "description": "[Output Only] Type of the resource. Always compute#shieldedInstanceIdentity for shielded Instance identity entry.",
60967          "type": "string"
60968        },
60969        "signingKey": {
60970          "$ref": "ShieldedInstanceIdentityEntry",
60971          "description": "An Attestation Key (AK) made by the RSA 2048 algorithm issued to the Shielded Instance's vTPM."
60972        }
60973      },
60974      "type": "object"
60975    },
60976    "ShieldedInstanceIdentityEntry": {
60977      "description": "A Shielded Instance Identity Entry.",
60978      "id": "ShieldedInstanceIdentityEntry",
60979      "properties": {
60980        "ekCert": {
60981          "description": "A PEM-encoded X.509 certificate. This field can be empty.",
60982          "type": "string"
60983        },
60984        "ekPub": {
60985          "description": "A PEM-encoded public key.",
60986          "type": "string"
60987        }
60988      },
60989      "type": "object"
60990    },
60991    "ShieldedInstanceIntegrityPolicy": {
60992      "description": "The policy describes the baseline against which Instance boot integrity is measured.",
60993      "id": "ShieldedInstanceIntegrityPolicy",
60994      "properties": {
60995        "updateAutoLearnPolicy": {
60996          "description": "Updates the integrity policy baseline using the measurements from the VM instance's most recent boot.",
60997          "type": "boolean"
60998        }
60999      },
61000      "type": "object"
61001    },
61002    "ShieldedVmConfig": {
61003      "description": "A set of Shielded VM options.",
61004      "id": "ShieldedVmConfig",
61005      "properties": {
61006        "enableIntegrityMonitoring": {
61007          "description": "Defines whether the instance has integrity monitoring enabled.",
61008          "type": "boolean"
61009        },
61010        "enableSecureBoot": {
61011          "description": "Defines whether the instance has Secure Boot enabled.",
61012          "type": "boolean"
61013        },
61014        "enableVtpm": {
61015          "description": "Defines whether the instance has the vTPM enabled.",
61016          "type": "boolean"
61017        }
61018      },
61019      "type": "object"
61020    },
61021    "ShieldedVmIdentity": {
61022      "description": "A shielded VM identity entry.",
61023      "id": "ShieldedVmIdentity",
61024      "properties": {
61025        "encryptionKey": {
61026          "$ref": "ShieldedVmIdentityEntry",
61027          "description": "An Endorsement Key (EK) issued to the Shielded VM's vTPM."
61028        },
61029        "kind": {
61030          "default": "compute#shieldedVmIdentity",
61031          "description": "[Output Only] Type of the resource. Always compute#shieldedVmIdentity for shielded VM identity entry.",
61032          "type": "string"
61033        },
61034        "signingKey": {
61035          "$ref": "ShieldedVmIdentityEntry",
61036          "description": "An Attestation Key (AK) issued to the Shielded VM's vTPM."
61037        }
61038      },
61039      "type": "object"
61040    },
61041    "ShieldedVmIdentityEntry": {
61042      "description": "A Shielded Instance Identity Entry.",
61043      "id": "ShieldedVmIdentityEntry",
61044      "properties": {
61045        "ekCert": {
61046          "description": "A PEM-encoded X.509 certificate. This field can be empty.",
61047          "type": "string"
61048        },
61049        "ekPub": {
61050          "description": "A PEM-encoded public key.",
61051          "type": "string"
61052        }
61053      },
61054      "type": "object"
61055    },
61056    "ShieldedVmIntegrityPolicy": {
61057      "description": "The policy describes the baseline against which VM instance boot integrity is measured.",
61058      "id": "ShieldedVmIntegrityPolicy",
61059      "properties": {
61060        "updateAutoLearnPolicy": {
61061          "description": "Updates the integrity policy baseline using the measurements from the VM instance's most recent boot.",
61062          "type": "boolean"
61063        }
61064      },
61065      "type": "object"
61066    },
61067    "SignedUrlKey": {
61068      "description": "Represents a customer-supplied Signing Key used by Cloud CDN Signed URLs",
61069      "id": "SignedUrlKey",
61070      "properties": {
61071        "keyName": {
61072          "description": "Name of the key. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.",
61073          "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
61074          "type": "string"
61075        },
61076        "keyValue": {
61077          "description": "128-bit key value used for signing the URL. The key value must be a valid RFC 4648 Section 5 base64url encoded string.",
61078          "type": "string"
61079        }
61080      },
61081      "type": "object"
61082    },
61083    "Snapshot": {
61084      "description": "Represents a Persistent Disk Snapshot resource.\n\nYou can use snapshots to back up data on a regular interval. For more information, read  Creating persistent disk snapshots. (== resource_for {$api_version}.snapshots ==)",
61085      "id": "Snapshot",
61086      "properties": {
61087        "autoCreated": {
61088          "description": "[Output Only] Set to true if snapshots are automatically created by applying resource policy on the target disk.",
61089          "type": "boolean"
61090        },
61091        "chainName": {
61092          "description": "Creates the new snapshot in the snapshot chain labeled with the specified name. The chain name must be 1-63 characters long and comply with RFC1035. This is an uncommon option only for advanced service owners who needs to create separate snapshot chains, for example, for chargeback tracking. When you describe your snapshot resource, this field is visible only if it has a non-empty value.",
61093          "type": "string"
61094        },
61095        "creationTimestamp": {
61096          "description": "[Output Only] Creation timestamp in RFC3339 text format.",
61097          "type": "string"
61098        },
61099        "description": {
61100          "description": "An optional description of this resource. Provide this property when you create the resource.",
61101          "type": "string"
61102        },
61103        "diskSizeGb": {
61104          "description": "[Output Only] Size of the source disk, specified in GB.",
61105          "format": "int64",
61106          "type": "string"
61107        },
61108        "downloadBytes": {
61109          "description": "[Output Only] Number of bytes downloaded to restore a snapshot to a disk.",
61110          "format": "int64",
61111          "type": "string"
61112        },
61113        "guestFlush": {
61114          "description": "[Input Only] Whether to attempt an application consistent snapshot by informing the OS to prepare for the snapshot process. Currently only supported on Windows instances using the Volume Shadow Copy Service (VSS).",
61115          "type": "boolean"
61116        },
61117        "guestOsFeatures": {
61118          "description": "[Output Only] A list of features to enable on the guest operating system. Applicable only for bootable images. Read  Enabling guest operating system features to see a list of available options.",
61119          "items": {
61120            "$ref": "GuestOsFeature"
61121          },
61122          "type": "array"
61123        },
61124        "id": {
61125          "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.",
61126          "format": "uint64",
61127          "type": "string"
61128        },
61129        "kind": {
61130          "default": "compute#snapshot",
61131          "description": "[Output Only] Type of the resource. Always compute#snapshot for Snapshot resources.",
61132          "type": "string"
61133        },
61134        "labelFingerprint": {
61135          "description": "A fingerprint for the labels being applied to this snapshot, which is essentially a hash of the labels set used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update labels. You must always provide an up-to-date fingerprint hash in order to update or change labels, otherwise the request will fail with error 412 conditionNotMet.\n\nTo see the latest fingerprint, make a get() request to retrieve a snapshot.",
61136          "format": "byte",
61137          "type": "string"
61138        },
61139        "labels": {
61140          "additionalProperties": {
61141            "type": "string"
61142          },
61143          "description": "Labels to apply to this snapshot. These can be later modified by the setLabels method. Label values may be empty.",
61144          "type": "object"
61145        },
61146        "licenseCodes": {
61147          "description": "[Output Only] Integer license codes indicating which licenses are attached to this snapshot.",
61148          "items": {
61149            "format": "int64",
61150            "type": "string"
61151          },
61152          "type": "array"
61153        },
61154        "licenses": {
61155          "description": "[Output Only] A list of public visible licenses that apply to this snapshot. This can be because the original image had licenses attached (such as a Windows image).",
61156          "items": {
61157            "type": "string"
61158          },
61159          "type": "array"
61160        },
61161        "name": {
61162          "annotations": {
61163            "required": [
61164              "compute.snapshots.insert"
61165            ]
61166          },
61167          "description": "Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.",
61168          "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
61169          "type": "string"
61170        },
61171        "satisfiesPzs": {
61172          "description": "[Output Only] Reserved for future use.",
61173          "type": "boolean"
61174        },
61175        "selfLink": {
61176          "description": "[Output Only] Server-defined URL for the resource.",
61177          "type": "string"
61178        },
61179        "selfLinkWithId": {
61180          "description": "[Output Only] Server-defined URL for this resource's resource id.",
61181          "type": "string"
61182        },
61183        "snapshotEncryptionKey": {
61184          "$ref": "CustomerEncryptionKey",
61185          "description": "Encrypts the snapshot using a customer-supplied encryption key.\n\nAfter you encrypt a snapshot using a customer-supplied key, you must provide the same key if you use the snapshot later. For example, you must provide the encryption key when you create a disk from the encrypted snapshot in a future request.\n\nCustomer-supplied encryption keys do not protect access to metadata of the snapshot.\n\nIf you do not provide an encryption key when creating the snapshot, then the snapshot will be encrypted using an automatically generated key and you do not need to provide a key to use the snapshot later."
61186        },
61187        "sourceDisk": {
61188          "description": "The source disk used to create this snapshot.",
61189          "type": "string"
61190        },
61191        "sourceDiskEncryptionKey": {
61192          "$ref": "CustomerEncryptionKey",
61193          "description": "The customer-supplied encryption key of the source disk. Required if the source disk is protected by a customer-supplied encryption key."
61194        },
61195        "sourceDiskId": {
61196          "description": "[Output Only] The ID value of the disk used to create this snapshot. This value may be used to determine whether the snapshot was taken from the current or a previous instance of a given disk name.",
61197          "type": "string"
61198        },
61199        "status": {
61200          "description": "[Output Only] The status of the snapshot. This can be CREATING, DELETING, FAILED, READY, or UPLOADING.",
61201          "enum": [
61202            "CREATING",
61203            "DELETING",
61204            "FAILED",
61205            "READY",
61206            "UPLOADING"
61207          ],
61208          "enumDescriptions": [
61209            "",
61210            "",
61211            "",
61212            "",
61213            ""
61214          ],
61215          "type": "string"
61216        },
61217        "storageBytes": {
61218          "description": "[Output Only] A size of the storage used by the snapshot. As snapshots share storage, this number is expected to change with snapshot creation/deletion.",
61219          "format": "int64",
61220          "type": "string"
61221        },
61222        "storageBytesStatus": {
61223          "description": "[Output Only] An indicator whether storageBytes is in a stable state or it is being adjusted as a result of shared storage reallocation. This status can either be UPDATING, meaning the size of the snapshot is being updated, or UP_TO_DATE, meaning the size of the snapshot is up-to-date.",
61224          "enum": [
61225            "UPDATING",
61226            "UP_TO_DATE"
61227          ],
61228          "enumDescriptions": [
61229            "",
61230            ""
61231          ],
61232          "type": "string"
61233        },
61234        "storageLocations": {
61235          "description": "Cloud Storage bucket storage location of the snapshot (regional or multi-regional).",
61236          "items": {
61237            "type": "string"
61238          },
61239          "type": "array"
61240        }
61241      },
61242      "type": "object"
61243    },
61244    "SnapshotList": {
61245      "description": "Contains a list of Snapshot resources.",
61246      "id": "SnapshotList",
61247      "properties": {
61248        "id": {
61249          "description": "[Output Only] Unique identifier for the resource; defined by the server.",
61250          "type": "string"
61251        },
61252        "items": {
61253          "description": "A list of Snapshot resources.",
61254          "items": {
61255            "$ref": "Snapshot"
61256          },
61257          "type": "array"
61258        },
61259        "kind": {
61260          "default": "compute#snapshotList",
61261          "description": "Type of resource.",
61262          "type": "string"
61263        },
61264        "nextPageToken": {
61265          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
61266          "type": "string"
61267        },
61268        "selfLink": {
61269          "description": "[Output Only] Server-defined URL for this resource.",
61270          "type": "string"
61271        },
61272        "warning": {
61273          "description": "[Output Only] Informational warning message.",
61274          "properties": {
61275            "code": {
61276              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
61277              "enum": [
61278                "CLEANUP_FAILED",
61279                "DEPRECATED_RESOURCE_USED",
61280                "DEPRECATED_TYPE_USED",
61281                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
61282                "EXPERIMENTAL_TYPE_USED",
61283                "EXTERNAL_API_WARNING",
61284                "FIELD_VALUE_OVERRIDEN",
61285                "INJECTED_KERNELS_DEPRECATED",
61286                "LARGE_DEPLOYMENT_WARNING",
61287                "MISSING_TYPE_DEPENDENCY",
61288                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
61289                "NEXT_HOP_CANNOT_IP_FORWARD",
61290                "NEXT_HOP_INSTANCE_NOT_FOUND",
61291                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
61292                "NEXT_HOP_NOT_RUNNING",
61293                "NOT_CRITICAL_ERROR",
61294                "NO_RESULTS_ON_PAGE",
61295                "PARTIAL_SUCCESS",
61296                "REQUIRED_TOS_AGREEMENT",
61297                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
61298                "RESOURCE_NOT_DELETED",
61299                "SCHEMA_VALIDATION_IGNORED",
61300                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
61301                "UNDECLARED_PROPERTIES",
61302                "UNREACHABLE"
61303              ],
61304              "enumDescriptions": [
61305                "",
61306                "",
61307                "",
61308                "",
61309                "",
61310                "",
61311                "",
61312                "",
61313                "",
61314                "",
61315                "",
61316                "",
61317                "",
61318                "",
61319                "",
61320                "",
61321                "",
61322                "",
61323                "",
61324                "",
61325                "",
61326                "",
61327                "",
61328                "",
61329                ""
61330              ],
61331              "type": "string"
61332            },
61333            "data": {
61334              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
61335              "items": {
61336                "properties": {
61337                  "key": {
61338                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
61339                    "type": "string"
61340                  },
61341                  "value": {
61342                    "description": "[Output Only] A warning data value corresponding to the key.",
61343                    "type": "string"
61344                  }
61345                },
61346                "type": "object"
61347              },
61348              "type": "array"
61349            },
61350            "message": {
61351              "description": "[Output Only] A human-readable description of the warning code.",
61352              "type": "string"
61353            }
61354          },
61355          "type": "object"
61356        }
61357      },
61358      "type": "object"
61359    },
61360    "SourceDiskEncryptionKey": {
61361      "id": "SourceDiskEncryptionKey",
61362      "properties": {
61363        "diskEncryptionKey": {
61364          "$ref": "CustomerEncryptionKey",
61365          "description": "The customer-supplied encryption key of the source disk. Required if the source disk is protected by a customer-supplied encryption key."
61366        },
61367        "sourceDisk": {
61368          "description": "URL of the disk attached to the source instance. This can be a full or valid partial URL. For example, the following are valid values:  \n- https://www.googleapis.com/compute/v1/projects/project/zones/zone/disks/disk \n- projects/project/zones/zone/disks/disk \n- zones/zone/disks/disk",
61369          "type": "string"
61370        }
61371      },
61372      "type": "object"
61373    },
61374    "SourceInstanceParams": {
61375      "description": "A specification of the parameters to use when creating the instance template from a source instance.",
61376      "id": "SourceInstanceParams",
61377      "properties": {
61378        "diskConfigs": {
61379          "description": "Attached disks configuration. If not provided, defaults are applied: For boot disk and any other R/W disks, new custom images will be created from each disk. For read-only disks, they will be attached in read-only mode. Local SSD disks will be created as blank volumes.",
61380          "items": {
61381            "$ref": "DiskInstantiationConfig"
61382          },
61383          "type": "array"
61384        }
61385      },
61386      "type": "object"
61387    },
61388    "SourceInstanceProperties": {
61389      "description": "",
61390      "id": "SourceInstanceProperties",
61391      "properties": {
61392        "canIpForward": {
61393          "description": "Enables instances created based on this machine image to send packets with source IP addresses other than their own and receive packets with destination IP addresses other than their own. If these instances will be used as an IP gateway or it will be set as the next-hop in a Route resource, specify true. If unsure, leave this set to false. See the Enable IP forwarding documentation for more information.",
61394          "type": "boolean"
61395        },
61396        "deletionProtection": {
61397          "description": "Whether the instance created from this machine image should be protected against deletion.",
61398          "type": "boolean"
61399        },
61400        "description": {
61401          "description": "An optional text description for the instances that are created from this machine image.",
61402          "type": "string"
61403        },
61404        "disks": {
61405          "description": "An array of disks that are associated with the instances that are created from this machine image.",
61406          "items": {
61407            "$ref": "SavedAttachedDisk"
61408          },
61409          "type": "array"
61410        },
61411        "guestAccelerators": {
61412          "description": "A list of guest accelerator cards' type and count to use for instances created from this machine image.",
61413          "items": {
61414            "$ref": "AcceleratorConfig"
61415          },
61416          "type": "array"
61417        },
61418        "labels": {
61419          "additionalProperties": {
61420            "type": "string"
61421          },
61422          "description": "Labels to apply to instances that are created from this machine image.",
61423          "type": "object"
61424        },
61425        "machineType": {
61426          "description": "The machine type to use for instances that are created from this machine image.",
61427          "type": "string"
61428        },
61429        "metadata": {
61430          "$ref": "Metadata",
61431          "description": "The metadata key/value pairs to assign to instances that are created from this machine image. These pairs can consist of custom metadata or predefined keys. See Project and instance metadata for more information."
61432        },
61433        "minCpuPlatform": {
61434          "description": "Minimum cpu/platform to be used by instances created from this machine image. The instance may be scheduled on the specified or newer cpu/platform. Applicable values are the friendly names of CPU platforms, such as minCpuPlatform: \"Intel Haswell\" or minCpuPlatform: \"Intel Sandy Bridge\". For more information, read Specifying a Minimum CPU Platform.",
61435          "type": "string"
61436        },
61437        "networkInterfaces": {
61438          "description": "An array of network access configurations for this interface.",
61439          "items": {
61440            "$ref": "NetworkInterface"
61441          },
61442          "type": "array"
61443        },
61444        "scheduling": {
61445          "$ref": "Scheduling",
61446          "description": "Specifies the scheduling options for the instances that are created from this machine image."
61447        },
61448        "serviceAccounts": {
61449          "description": "A list of service accounts with specified scopes. Access tokens for these service accounts are available to the instances that are created from this machine image. Use metadata queries to obtain the access tokens for these instances.",
61450          "items": {
61451            "$ref": "ServiceAccount"
61452          },
61453          "type": "array"
61454        },
61455        "tags": {
61456          "$ref": "Tags",
61457          "description": "A list of tags to apply to the instances that are created from this machine image. The tags identify valid sources or targets for network firewalls. The setTags method can modify this list of tags. Each tag within the list must comply with RFC1035."
61458        }
61459      },
61460      "type": "object"
61461    },
61462    "SslCertificate": {
61463      "description": "Represents an SSL Certificate resource.\n\nGoogle Compute Engine has two SSL Certificate resources:\n\n* [Global](/compute/docs/reference/rest/{$api_version}/sslCertificates) * [Regional](/compute/docs/reference/rest/{$api_version}/regionSslCertificates)\n\n\n\nThe sslCertificates are used by:  \n- external HTTPS load balancers \n- SSL proxy load balancers  \n\nThe regionSslCertificates are used by internal HTTPS load balancers.\n\nOptionally, certificate file contents that you upload can contain a set of up to five PEM-encoded certificates. The API call creates an object (sslCertificate) that holds this data. You can use SSL keys and certificates to secure connections to a load balancer. For more information, read  Creating and using SSL certificates, SSL certificates quotas and limits, and  Troubleshooting SSL certificates. (== resource_for {$api_version}.sslCertificates ==) (== resource_for {$api_version}.regionSslCertificates ==)",
61464      "id": "SslCertificate",
61465      "properties": {
61466        "certificate": {
61467          "description": "A value read into memory from a certificate file. The certificate file must be in PEM format. The certificate chain must be no greater than 5 certs long. The chain must include at least one intermediate cert.",
61468          "type": "string"
61469        },
61470        "creationTimestamp": {
61471          "description": "[Output Only] Creation timestamp in RFC3339 text format.",
61472          "type": "string"
61473        },
61474        "description": {
61475          "description": "An optional description of this resource. Provide this property when you create the resource.",
61476          "type": "string"
61477        },
61478        "expireTime": {
61479          "description": "[Output Only] Expire time of the certificate. RFC3339",
61480          "type": "string"
61481        },
61482        "id": {
61483          "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.",
61484          "format": "uint64",
61485          "type": "string"
61486        },
61487        "kind": {
61488          "default": "compute#sslCertificate",
61489          "description": "[Output Only] Type of the resource. Always compute#sslCertificate for SSL certificates.",
61490          "type": "string"
61491        },
61492        "managed": {
61493          "$ref": "SslCertificateManagedSslCertificate",
61494          "description": "Configuration and status of a managed SSL certificate."
61495        },
61496        "name": {
61497          "description": "Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.",
61498          "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
61499          "type": "string"
61500        },
61501        "privateKey": {
61502          "description": "A value read into memory from a write-only private key file. The private key file must be in PEM format. For security, only insert requests include this field.",
61503          "type": "string"
61504        },
61505        "region": {
61506          "description": "[Output Only] URL of the region where the regional SSL Certificate resides. This field is not applicable to global SSL Certificate.",
61507          "type": "string"
61508        },
61509        "selfLink": {
61510          "description": "[Output only] Server-defined URL for the resource.",
61511          "type": "string"
61512        },
61513        "selfLinkWithId": {
61514          "description": "[Output Only] Server-defined URL for this resource with the resource id.",
61515          "type": "string"
61516        },
61517        "selfManaged": {
61518          "$ref": "SslCertificateSelfManagedSslCertificate",
61519          "description": "Configuration and status of a self-managed SSL certificate."
61520        },
61521        "subjectAlternativeNames": {
61522          "description": "[Output Only] Domains associated with the certificate via Subject Alternative Name.",
61523          "items": {
61524            "type": "string"
61525          },
61526          "type": "array"
61527        },
61528        "type": {
61529          "description": "(Optional) Specifies the type of SSL certificate, either \"SELF_MANAGED\" or \"MANAGED\". If not specified, the certificate is self-managed and the fields certificate and private_key are used.",
61530          "enum": [
61531            "MANAGED",
61532            "SELF_MANAGED",
61533            "TYPE_UNSPECIFIED"
61534          ],
61535          "enumDescriptions": [
61536            "",
61537            "",
61538            ""
61539          ],
61540          "type": "string"
61541        }
61542      },
61543      "type": "object"
61544    },
61545    "SslCertificateAggregatedList": {
61546      "id": "SslCertificateAggregatedList",
61547      "properties": {
61548        "id": {
61549          "description": "[Output Only] Unique identifier for the resource; defined by the server.",
61550          "type": "string"
61551        },
61552        "items": {
61553          "additionalProperties": {
61554            "$ref": "SslCertificatesScopedList",
61555            "description": "Name of the scope containing this set of SslCertificates."
61556          },
61557          "description": "A list of SslCertificatesScopedList resources.",
61558          "type": "object"
61559        },
61560        "kind": {
61561          "default": "compute#sslCertificateAggregatedList",
61562          "description": "[Output Only] Type of resource. Always compute#sslCertificateAggregatedList for lists of SSL Certificates.",
61563          "type": "string"
61564        },
61565        "nextPageToken": {
61566          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
61567          "type": "string"
61568        },
61569        "selfLink": {
61570          "description": "[Output Only] Server-defined URL for this resource.",
61571          "type": "string"
61572        },
61573        "unreachables": {
61574          "description": "[Output Only] Unreachable resources.",
61575          "items": {
61576            "type": "string"
61577          },
61578          "type": "array"
61579        },
61580        "warning": {
61581          "description": "[Output Only] Informational warning message.",
61582          "properties": {
61583            "code": {
61584              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
61585              "enum": [
61586                "CLEANUP_FAILED",
61587                "DEPRECATED_RESOURCE_USED",
61588                "DEPRECATED_TYPE_USED",
61589                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
61590                "EXPERIMENTAL_TYPE_USED",
61591                "EXTERNAL_API_WARNING",
61592                "FIELD_VALUE_OVERRIDEN",
61593                "INJECTED_KERNELS_DEPRECATED",
61594                "LARGE_DEPLOYMENT_WARNING",
61595                "MISSING_TYPE_DEPENDENCY",
61596                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
61597                "NEXT_HOP_CANNOT_IP_FORWARD",
61598                "NEXT_HOP_INSTANCE_NOT_FOUND",
61599                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
61600                "NEXT_HOP_NOT_RUNNING",
61601                "NOT_CRITICAL_ERROR",
61602                "NO_RESULTS_ON_PAGE",
61603                "PARTIAL_SUCCESS",
61604                "REQUIRED_TOS_AGREEMENT",
61605                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
61606                "RESOURCE_NOT_DELETED",
61607                "SCHEMA_VALIDATION_IGNORED",
61608                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
61609                "UNDECLARED_PROPERTIES",
61610                "UNREACHABLE"
61611              ],
61612              "enumDescriptions": [
61613                "",
61614                "",
61615                "",
61616                "",
61617                "",
61618                "",
61619                "",
61620                "",
61621                "",
61622                "",
61623                "",
61624                "",
61625                "",
61626                "",
61627                "",
61628                "",
61629                "",
61630                "",
61631                "",
61632                "",
61633                "",
61634                "",
61635                "",
61636                "",
61637                ""
61638              ],
61639              "type": "string"
61640            },
61641            "data": {
61642              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
61643              "items": {
61644                "properties": {
61645                  "key": {
61646                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
61647                    "type": "string"
61648                  },
61649                  "value": {
61650                    "description": "[Output Only] A warning data value corresponding to the key.",
61651                    "type": "string"
61652                  }
61653                },
61654                "type": "object"
61655              },
61656              "type": "array"
61657            },
61658            "message": {
61659              "description": "[Output Only] A human-readable description of the warning code.",
61660              "type": "string"
61661            }
61662          },
61663          "type": "object"
61664        }
61665      },
61666      "type": "object"
61667    },
61668    "SslCertificateList": {
61669      "description": "Contains a list of SslCertificate resources.",
61670      "id": "SslCertificateList",
61671      "properties": {
61672        "id": {
61673          "description": "[Output Only] Unique identifier for the resource; defined by the server.",
61674          "type": "string"
61675        },
61676        "items": {
61677          "description": "A list of SslCertificate resources.",
61678          "items": {
61679            "$ref": "SslCertificate"
61680          },
61681          "type": "array"
61682        },
61683        "kind": {
61684          "default": "compute#sslCertificateList",
61685          "description": "Type of resource.",
61686          "type": "string"
61687        },
61688        "nextPageToken": {
61689          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
61690          "type": "string"
61691        },
61692        "selfLink": {
61693          "description": "[Output Only] Server-defined URL for this resource.",
61694          "type": "string"
61695        },
61696        "warning": {
61697          "description": "[Output Only] Informational warning message.",
61698          "properties": {
61699            "code": {
61700              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
61701              "enum": [
61702                "CLEANUP_FAILED",
61703                "DEPRECATED_RESOURCE_USED",
61704                "DEPRECATED_TYPE_USED",
61705                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
61706                "EXPERIMENTAL_TYPE_USED",
61707                "EXTERNAL_API_WARNING",
61708                "FIELD_VALUE_OVERRIDEN",
61709                "INJECTED_KERNELS_DEPRECATED",
61710                "LARGE_DEPLOYMENT_WARNING",
61711                "MISSING_TYPE_DEPENDENCY",
61712                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
61713                "NEXT_HOP_CANNOT_IP_FORWARD",
61714                "NEXT_HOP_INSTANCE_NOT_FOUND",
61715                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
61716                "NEXT_HOP_NOT_RUNNING",
61717                "NOT_CRITICAL_ERROR",
61718                "NO_RESULTS_ON_PAGE",
61719                "PARTIAL_SUCCESS",
61720                "REQUIRED_TOS_AGREEMENT",
61721                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
61722                "RESOURCE_NOT_DELETED",
61723                "SCHEMA_VALIDATION_IGNORED",
61724                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
61725                "UNDECLARED_PROPERTIES",
61726                "UNREACHABLE"
61727              ],
61728              "enumDescriptions": [
61729                "",
61730                "",
61731                "",
61732                "",
61733                "",
61734                "",
61735                "",
61736                "",
61737                "",
61738                "",
61739                "",
61740                "",
61741                "",
61742                "",
61743                "",
61744                "",
61745                "",
61746                "",
61747                "",
61748                "",
61749                "",
61750                "",
61751                "",
61752                "",
61753                ""
61754              ],
61755              "type": "string"
61756            },
61757            "data": {
61758              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
61759              "items": {
61760                "properties": {
61761                  "key": {
61762                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
61763                    "type": "string"
61764                  },
61765                  "value": {
61766                    "description": "[Output Only] A warning data value corresponding to the key.",
61767                    "type": "string"
61768                  }
61769                },
61770                "type": "object"
61771              },
61772              "type": "array"
61773            },
61774            "message": {
61775              "description": "[Output Only] A human-readable description of the warning code.",
61776              "type": "string"
61777            }
61778          },
61779          "type": "object"
61780        }
61781      },
61782      "type": "object"
61783    },
61784    "SslCertificateManagedSslCertificate": {
61785      "description": "Configuration and status of a managed SSL certificate.",
61786      "id": "SslCertificateManagedSslCertificate",
61787      "properties": {
61788        "domainStatus": {
61789          "additionalProperties": {
61790            "enum": [
61791              "ACTIVE",
61792              "DOMAIN_STATUS_UNSPECIFIED",
61793              "FAILED_CAA_CHECKING",
61794              "FAILED_CAA_FORBIDDEN",
61795              "FAILED_NOT_VISIBLE",
61796              "FAILED_RATE_LIMITED",
61797              "PROVISIONING"
61798            ],
61799            "enumDescriptions": [
61800              "",
61801              "",
61802              "",
61803              "",
61804              "",
61805              "",
61806              ""
61807            ],
61808            "type": "string"
61809          },
61810          "description": "[Output only] Detailed statuses of the domains specified for managed certificate resource.",
61811          "type": "object"
61812        },
61813        "domains": {
61814          "description": "The domains for which a managed SSL certificate will be generated. Currently only single-domain certs are supported.",
61815          "items": {
61816            "type": "string"
61817          },
61818          "type": "array"
61819        },
61820        "status": {
61821          "description": "[Output only] Status of the managed certificate resource.",
61822          "enum": [
61823            "ACTIVE",
61824            "MANAGED_CERTIFICATE_STATUS_UNSPECIFIED",
61825            "PROVISIONING",
61826            "PROVISIONING_FAILED",
61827            "PROVISIONING_FAILED_PERMANENTLY",
61828            "RENEWAL_FAILED"
61829          ],
61830          "enumDescriptions": [
61831            "",
61832            "",
61833            "",
61834            "",
61835            "",
61836            ""
61837          ],
61838          "type": "string"
61839        }
61840      },
61841      "type": "object"
61842    },
61843    "SslCertificateSelfManagedSslCertificate": {
61844      "description": "Configuration and status of a self-managed SSL certificate.",
61845      "id": "SslCertificateSelfManagedSslCertificate",
61846      "properties": {
61847        "certificate": {
61848          "description": "A local certificate file. The certificate must be in PEM format. The certificate chain must be no greater than 5 certs long. The chain must include at least one intermediate cert.",
61849          "type": "string"
61850        },
61851        "privateKey": {
61852          "description": "A write-only private key in PEM format. Only insert requests will include this field.",
61853          "type": "string"
61854        }
61855      },
61856      "type": "object"
61857    },
61858    "SslCertificatesScopedList": {
61859      "id": "SslCertificatesScopedList",
61860      "properties": {
61861        "sslCertificates": {
61862          "description": "List of SslCertificates contained in this scope.",
61863          "items": {
61864            "$ref": "SslCertificate"
61865          },
61866          "type": "array"
61867        },
61868        "warning": {
61869          "description": "Informational warning which replaces the list of backend services when the list is empty.",
61870          "properties": {
61871            "code": {
61872              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
61873              "enum": [
61874                "CLEANUP_FAILED",
61875                "DEPRECATED_RESOURCE_USED",
61876                "DEPRECATED_TYPE_USED",
61877                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
61878                "EXPERIMENTAL_TYPE_USED",
61879                "EXTERNAL_API_WARNING",
61880                "FIELD_VALUE_OVERRIDEN",
61881                "INJECTED_KERNELS_DEPRECATED",
61882                "LARGE_DEPLOYMENT_WARNING",
61883                "MISSING_TYPE_DEPENDENCY",
61884                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
61885                "NEXT_HOP_CANNOT_IP_FORWARD",
61886                "NEXT_HOP_INSTANCE_NOT_FOUND",
61887                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
61888                "NEXT_HOP_NOT_RUNNING",
61889                "NOT_CRITICAL_ERROR",
61890                "NO_RESULTS_ON_PAGE",
61891                "PARTIAL_SUCCESS",
61892                "REQUIRED_TOS_AGREEMENT",
61893                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
61894                "RESOURCE_NOT_DELETED",
61895                "SCHEMA_VALIDATION_IGNORED",
61896                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
61897                "UNDECLARED_PROPERTIES",
61898                "UNREACHABLE"
61899              ],
61900              "enumDescriptions": [
61901                "",
61902                "",
61903                "",
61904                "",
61905                "",
61906                "",
61907                "",
61908                "",
61909                "",
61910                "",
61911                "",
61912                "",
61913                "",
61914                "",
61915                "",
61916                "",
61917                "",
61918                "",
61919                "",
61920                "",
61921                "",
61922                "",
61923                "",
61924                "",
61925                ""
61926              ],
61927              "type": "string"
61928            },
61929            "data": {
61930              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
61931              "items": {
61932                "properties": {
61933                  "key": {
61934                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
61935                    "type": "string"
61936                  },
61937                  "value": {
61938                    "description": "[Output Only] A warning data value corresponding to the key.",
61939                    "type": "string"
61940                  }
61941                },
61942                "type": "object"
61943              },
61944              "type": "array"
61945            },
61946            "message": {
61947              "description": "[Output Only] A human-readable description of the warning code.",
61948              "type": "string"
61949            }
61950          },
61951          "type": "object"
61952        }
61953      },
61954      "type": "object"
61955    },
61956    "SslPoliciesList": {
61957      "id": "SslPoliciesList",
61958      "properties": {
61959        "id": {
61960          "description": "[Output Only] Unique identifier for the resource; defined by the server.",
61961          "type": "string"
61962        },
61963        "items": {
61964          "description": "A list of SslPolicy resources.",
61965          "items": {
61966            "$ref": "SslPolicy"
61967          },
61968          "type": "array"
61969        },
61970        "kind": {
61971          "default": "compute#sslPoliciesList",
61972          "description": "[Output Only] Type of the resource. Always compute#sslPoliciesList for lists of sslPolicies.",
61973          "type": "string"
61974        },
61975        "nextPageToken": {
61976          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
61977          "type": "string"
61978        },
61979        "selfLink": {
61980          "description": "[Output Only] Server-defined URL for this resource.",
61981          "type": "string"
61982        },
61983        "warning": {
61984          "description": "[Output Only] Informational warning message.",
61985          "properties": {
61986            "code": {
61987              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
61988              "enum": [
61989                "CLEANUP_FAILED",
61990                "DEPRECATED_RESOURCE_USED",
61991                "DEPRECATED_TYPE_USED",
61992                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
61993                "EXPERIMENTAL_TYPE_USED",
61994                "EXTERNAL_API_WARNING",
61995                "FIELD_VALUE_OVERRIDEN",
61996                "INJECTED_KERNELS_DEPRECATED",
61997                "LARGE_DEPLOYMENT_WARNING",
61998                "MISSING_TYPE_DEPENDENCY",
61999                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
62000                "NEXT_HOP_CANNOT_IP_FORWARD",
62001                "NEXT_HOP_INSTANCE_NOT_FOUND",
62002                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
62003                "NEXT_HOP_NOT_RUNNING",
62004                "NOT_CRITICAL_ERROR",
62005                "NO_RESULTS_ON_PAGE",
62006                "PARTIAL_SUCCESS",
62007                "REQUIRED_TOS_AGREEMENT",
62008                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
62009                "RESOURCE_NOT_DELETED",
62010                "SCHEMA_VALIDATION_IGNORED",
62011                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
62012                "UNDECLARED_PROPERTIES",
62013                "UNREACHABLE"
62014              ],
62015              "enumDescriptions": [
62016                "",
62017                "",
62018                "",
62019                "",
62020                "",
62021                "",
62022                "",
62023                "",
62024                "",
62025                "",
62026                "",
62027                "",
62028                "",
62029                "",
62030                "",
62031                "",
62032                "",
62033                "",
62034                "",
62035                "",
62036                "",
62037                "",
62038                "",
62039                "",
62040                ""
62041              ],
62042              "type": "string"
62043            },
62044            "data": {
62045              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
62046              "items": {
62047                "properties": {
62048                  "key": {
62049                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
62050                    "type": "string"
62051                  },
62052                  "value": {
62053                    "description": "[Output Only] A warning data value corresponding to the key.",
62054                    "type": "string"
62055                  }
62056                },
62057                "type": "object"
62058              },
62059              "type": "array"
62060            },
62061            "message": {
62062              "description": "[Output Only] A human-readable description of the warning code.",
62063              "type": "string"
62064            }
62065          },
62066          "type": "object"
62067        }
62068      },
62069      "type": "object"
62070    },
62071    "SslPoliciesListAvailableFeaturesResponse": {
62072      "id": "SslPoliciesListAvailableFeaturesResponse",
62073      "properties": {
62074        "features": {
62075          "items": {
62076            "type": "string"
62077          },
62078          "type": "array"
62079        }
62080      },
62081      "type": "object"
62082    },
62083    "SslPolicy": {
62084      "description": "Represents an SSL Policy resource.\n\nUse SSL policies to control the SSL features, such as versions and cipher suites, offered by an HTTPS or SSL Proxy load balancer. For more information, read  SSL Policy Concepts. (== resource_for {$api_version}.sslPolicies ==)",
62085      "id": "SslPolicy",
62086      "properties": {
62087        "creationTimestamp": {
62088          "description": "[Output Only] Creation timestamp in RFC3339 text format.",
62089          "type": "string"
62090        },
62091        "customFeatures": {
62092          "description": "A list of features enabled when the selected profile is CUSTOM. The\n- method returns the set of features that can be specified in this list. This field must be empty if the profile is not CUSTOM.",
62093          "items": {
62094            "type": "string"
62095          },
62096          "type": "array"
62097        },
62098        "description": {
62099          "description": "An optional description of this resource. Provide this property when you create the resource.",
62100          "type": "string"
62101        },
62102        "enabledFeatures": {
62103          "description": "[Output Only] The list of features enabled in the SSL policy.",
62104          "items": {
62105            "type": "string"
62106          },
62107          "type": "array"
62108        },
62109        "fingerprint": {
62110          "description": "Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic locking. This field will be ignored when inserting a SslPolicy. An up-to-date fingerprint must be provided in order to update the SslPolicy, otherwise the request will fail with error 412 conditionNotMet.\n\nTo see the latest fingerprint, make a get() request to retrieve an SslPolicy.",
62111          "format": "byte",
62112          "type": "string"
62113        },
62114        "id": {
62115          "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.",
62116          "format": "uint64",
62117          "type": "string"
62118        },
62119        "kind": {
62120          "default": "compute#sslPolicy",
62121          "description": "[Output only] Type of the resource. Always compute#sslPolicyfor SSL policies.",
62122          "type": "string"
62123        },
62124        "minTlsVersion": {
62125          "description": "The minimum version of SSL protocol that can be used by the clients to establish a connection with the load balancer. This can be one of TLS_1_0, TLS_1_1, TLS_1_2.",
62126          "enum": [
62127            "TLS_1_0",
62128            "TLS_1_1",
62129            "TLS_1_2"
62130          ],
62131          "enumDescriptions": [
62132            "",
62133            "",
62134            ""
62135          ],
62136          "type": "string"
62137        },
62138        "name": {
62139          "description": "Name of the resource. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.",
62140          "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
62141          "type": "string"
62142        },
62143        "profile": {
62144          "description": "Profile specifies the set of SSL features that can be used by the load balancer when negotiating SSL with clients. This can be one of COMPATIBLE, MODERN, RESTRICTED, or CUSTOM. If using CUSTOM, the set of SSL features to enable must be specified in the customFeatures field.",
62145          "enum": [
62146            "COMPATIBLE",
62147            "CUSTOM",
62148            "MODERN",
62149            "RESTRICTED"
62150          ],
62151          "enumDescriptions": [
62152            "",
62153            "",
62154            "",
62155            ""
62156          ],
62157          "type": "string"
62158        },
62159        "selfLink": {
62160          "description": "[Output Only] Server-defined URL for the resource.",
62161          "type": "string"
62162        },
62163        "selfLinkWithId": {
62164          "description": "[Output Only] Server-defined URL for this resource with the resource id.",
62165          "type": "string"
62166        },
62167        "tlsSettings": {
62168          "$ref": "ServerTlsSettings",
62169          "description": "Security settings for the proxy. This field is only applicable to a global backend service with the loadBalancingScheme set to INTERNAL_SELF_MANAGED."
62170        },
62171        "warnings": {
62172          "description": "[Output Only] If potential misconfigurations are detected for this SSL policy, this field will be populated with warning messages.",
62173          "items": {
62174            "properties": {
62175              "code": {
62176                "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
62177                "enum": [
62178                  "CLEANUP_FAILED",
62179                  "DEPRECATED_RESOURCE_USED",
62180                  "DEPRECATED_TYPE_USED",
62181                  "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
62182                  "EXPERIMENTAL_TYPE_USED",
62183                  "EXTERNAL_API_WARNING",
62184                  "FIELD_VALUE_OVERRIDEN",
62185                  "INJECTED_KERNELS_DEPRECATED",
62186                  "LARGE_DEPLOYMENT_WARNING",
62187                  "MISSING_TYPE_DEPENDENCY",
62188                  "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
62189                  "NEXT_HOP_CANNOT_IP_FORWARD",
62190                  "NEXT_HOP_INSTANCE_NOT_FOUND",
62191                  "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
62192                  "NEXT_HOP_NOT_RUNNING",
62193                  "NOT_CRITICAL_ERROR",
62194                  "NO_RESULTS_ON_PAGE",
62195                  "PARTIAL_SUCCESS",
62196                  "REQUIRED_TOS_AGREEMENT",
62197                  "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
62198                  "RESOURCE_NOT_DELETED",
62199                  "SCHEMA_VALIDATION_IGNORED",
62200                  "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
62201                  "UNDECLARED_PROPERTIES",
62202                  "UNREACHABLE"
62203                ],
62204                "enumDescriptions": [
62205                  "",
62206                  "",
62207                  "",
62208                  "",
62209                  "",
62210                  "",
62211                  "",
62212                  "",
62213                  "",
62214                  "",
62215                  "",
62216                  "",
62217                  "",
62218                  "",
62219                  "",
62220                  "",
62221                  "",
62222                  "",
62223                  "",
62224                  "",
62225                  "",
62226                  "",
62227                  "",
62228                  "",
62229                  ""
62230                ],
62231                "type": "string"
62232              },
62233              "data": {
62234                "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
62235                "items": {
62236                  "properties": {
62237                    "key": {
62238                      "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
62239                      "type": "string"
62240                    },
62241                    "value": {
62242                      "description": "[Output Only] A warning data value corresponding to the key.",
62243                      "type": "string"
62244                    }
62245                  },
62246                  "type": "object"
62247                },
62248                "type": "array"
62249              },
62250              "message": {
62251                "description": "[Output Only] A human-readable description of the warning code.",
62252                "type": "string"
62253              }
62254            },
62255            "type": "object"
62256          },
62257          "type": "array"
62258        }
62259      },
62260      "type": "object"
62261    },
62262    "SslPolicyReference": {
62263      "id": "SslPolicyReference",
62264      "properties": {
62265        "sslPolicy": {
62266          "description": "URL of the SSL policy resource. Set this to empty string to clear any existing SSL policy associated with the target proxy resource.",
62267          "type": "string"
62268        }
62269      },
62270      "type": "object"
62271    },
62272    "StatefulPolicy": {
62273      "id": "StatefulPolicy",
62274      "properties": {
62275        "preservedState": {
62276          "$ref": "StatefulPolicyPreservedState"
62277        }
62278      },
62279      "type": "object"
62280    },
62281    "StatefulPolicyPreservedState": {
62282      "description": "Configuration of preserved resources.",
62283      "id": "StatefulPolicyPreservedState",
62284      "properties": {
62285        "disks": {
62286          "additionalProperties": {
62287            "$ref": "StatefulPolicyPreservedStateDiskDevice"
62288          },
62289          "description": "Disks created on the instances that will be preserved on instance delete, update, etc. This map is keyed with the device names of the disks.",
62290          "type": "object"
62291        }
62292      },
62293      "type": "object"
62294    },
62295    "StatefulPolicyPreservedStateDiskDevice": {
62296      "id": "StatefulPolicyPreservedStateDiskDevice",
62297      "properties": {
62298        "autoDelete": {
62299          "description": "These stateful disks will never be deleted during autohealing, update or VM instance recreate operations. This flag is used to configure if the disk should be deleted after it is no longer used by the group, e.g. when the given instance or the whole group is deleted. Note: disks attached in READ_ONLY mode cannot be auto-deleted.",
62300          "enum": [
62301            "NEVER",
62302            "ON_PERMANENT_INSTANCE_DELETION"
62303          ],
62304          "enumDescriptions": [
62305            "",
62306            ""
62307          ],
62308          "type": "string"
62309        }
62310      },
62311      "type": "object"
62312    },
62313    "Subnetwork": {
62314      "description": "Represents a Subnetwork resource.\n\nA subnetwork (also known as a subnet) is a logical partition of a Virtual Private Cloud network with one primary IP range and zero or more secondary IP ranges. For more information, read  Virtual Private Cloud (VPC) Network. (== resource_for {$api_version}.subnetworks ==)",
62315      "id": "Subnetwork",
62316      "properties": {
62317        "aggregationInterval": {
62318          "description": "Can only be specified if VPC flow logging for this subnetwork is enabled. Sets the aggregation interval for collecting flow logs. Increasing the interval time reduces the amount of generated flow logs for long-lasting connections. Default is an interval of 5 seconds per connection. Valid values: INTERVAL_5_SEC, INTERVAL_30_SEC, INTERVAL_1_MIN, INTERVAL_5_MIN, INTERVAL_10_MIN, INTERVAL_15_MIN.",
62319          "enum": [
62320            "INTERVAL_10_MIN",
62321            "INTERVAL_15_MIN",
62322            "INTERVAL_1_MIN",
62323            "INTERVAL_30_SEC",
62324            "INTERVAL_5_MIN",
62325            "INTERVAL_5_SEC"
62326          ],
62327          "enumDescriptions": [
62328            "",
62329            "",
62330            "",
62331            "",
62332            "",
62333            ""
62334          ],
62335          "type": "string"
62336        },
62337        "allowSubnetCidrRoutesOverlap": {
62338          "description": "Whether this subnetwork can conflict with static routes. Setting this to true allows this subnetwork's primary and secondary ranges to conflict with routes that have already been configured on the corresponding network. Static routes will take precedence over the subnetwork route if the route prefix length is at least as large as the subnetwork prefix length.\n\nAlso, packets destined to IPs within subnetwork may contain private/sensitive data and are prevented from leaving the virtual network. Setting this field to true will disable this feature.\n\nThe default value is false and applies to all existing subnetworks and automatically created subnetworks.\n\nThis field cannot be set to true at resource creation time.",
62339          "type": "boolean"
62340        },
62341        "creationTimestamp": {
62342          "description": "[Output Only] Creation timestamp in RFC3339 text format.",
62343          "type": "string"
62344        },
62345        "description": {
62346          "description": "An optional description of this resource. Provide this property when you create the resource. This field can be set only at resource creation time.",
62347          "type": "string"
62348        },
62349        "enableFlowLogs": {
62350          "description": "Whether to enable flow logging for this subnetwork. If this field is not explicitly set, it will not appear in get listings. If not set the default behavior is to disable flow logging. This field isn't supported with the purpose field set to INTERNAL_HTTPS_LOAD_BALANCER.",
62351          "type": "boolean"
62352        },
62353        "enablePrivateV6Access": {
62354          "description": "Deprecated in favor of enable in PrivateIpv6GoogleAccess. Whether the VMs in this subnet can directly access Google services via internal IPv6 addresses. This field can be both set at resource creation time and updated using patch.",
62355          "type": "boolean"
62356        },
62357        "externalIpv6Prefix": {
62358          "description": "[Output Only] The range of external IPv6 addresses that are owned by this subnetwork.",
62359          "type": "string"
62360        },
62361        "fingerprint": {
62362          "description": "Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic locking. This field will be ignored when inserting a Subnetwork. An up-to-date fingerprint must be provided in order to update the Subnetwork, otherwise the request will fail with error 412 conditionNotMet.\n\nTo see the latest fingerprint, make a get() request to retrieve a Subnetwork.",
62363          "format": "byte",
62364          "type": "string"
62365        },
62366        "flowSampling": {
62367          "description": "Can only be specified if VPC flow logging for this subnetwork is enabled. The value of the field must be in [0, 1]. Set the sampling rate of VPC flow logs within the subnetwork where 1.0 means all collected logs are reported and 0.0 means no logs are reported. Default is 0.5, which means half of all collected logs are reported.",
62368          "format": "float",
62369          "type": "number"
62370        },
62371        "gatewayAddress": {
62372          "description": "[Output Only] The gateway address for default routes to reach destination addresses outside this subnetwork.",
62373          "type": "string"
62374        },
62375        "id": {
62376          "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.",
62377          "format": "uint64",
62378          "type": "string"
62379        },
62380        "ipCidrRange": {
62381          "description": "The range of internal addresses that are owned by this subnetwork. Provide this property when you create the subnetwork. For example, 10.0.0.0/8 or 100.64.0.0/10. Ranges must be unique and non-overlapping within a network. Only IPv4 is supported. This field is set at resource creation time. This may be a RFC 1918 IP range, or a privately routed, non-RFC 1918 IP range, not belonging to Google. The range can be expanded after creation using expandIpCidrRange.",
62382          "type": "string"
62383        },
62384        "ipv6AccessType": {
62385          "description": "The access type of IPv6 address this subnet holds. It's immutable and can only be specified during creation or the first time the subnet is updated into IPV4_IPV6 dual stack. If the ipv6_type is EXTERNAL then this subnet cannot enable direct path.",
62386          "enum": [
62387            "EXTERNAL",
62388            "INTERNAL",
62389            "UNSPECIFIED_IPV6_ACCESS_TYPE"
62390          ],
62391          "enumDescriptions": [
62392            "",
62393            "",
62394            ""
62395          ],
62396          "type": "string"
62397        },
62398        "ipv6CidrRange": {
62399          "description": "[Output Only] The range of internal IPv6 addresses that are owned by this subnetwork.",
62400          "type": "string"
62401        },
62402        "kind": {
62403          "default": "compute#subnetwork",
62404          "description": "[Output Only] Type of the resource. Always compute#subnetwork for Subnetwork resources.",
62405          "type": "string"
62406        },
62407        "logConfig": {
62408          "$ref": "SubnetworkLogConfig",
62409          "description": "This field denotes the VPC flow logging options for this subnetwork. If logging is enabled, logs are exported to Cloud Logging."
62410        },
62411        "metadata": {
62412          "description": "Can only be specified if VPC flow logging for this subnetwork is enabled. Configures whether metadata fields should be added to the reported VPC flow logs. Options are INCLUDE_ALL_METADATA, EXCLUDE_ALL_METADATA, and CUSTOM_METADATA. Default is INCLUDE_ALL_METADATA.",
62413          "enum": [
62414            "EXCLUDE_ALL_METADATA",
62415            "INCLUDE_ALL_METADATA"
62416          ],
62417          "enumDescriptions": [
62418            "",
62419            ""
62420          ],
62421          "type": "string"
62422        },
62423        "name": {
62424          "description": "The name of the resource, provided by the client when initially creating the resource. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.",
62425          "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
62426          "type": "string"
62427        },
62428        "network": {
62429          "description": "The URL of the network to which this subnetwork belongs, provided by the client when initially creating the subnetwork. Only networks that are in the distributed mode can have subnetworks. This field can be set only at resource creation time.",
62430          "type": "string"
62431        },
62432        "privateIpGoogleAccess": {
62433          "description": "Whether the VMs in this subnet can access Google services without assigned external IP addresses. This field can be both set at resource creation time and updated using setPrivateIpGoogleAccess.",
62434          "type": "boolean"
62435        },
62436        "privateIpv6GoogleAccess": {
62437          "description": "The private IPv6 google access type for the VMs in this subnet. This is an expanded field of enablePrivateV6Access. If both fields are set, privateIpv6GoogleAccess will take priority.\n\nThis field can be both set at resource creation time and updated using patch.",
62438          "enum": [
62439            "DISABLE_GOOGLE_ACCESS",
62440            "ENABLE_BIDIRECTIONAL_ACCESS_TO_GOOGLE",
62441            "ENABLE_OUTBOUND_VM_ACCESS_TO_GOOGLE",
62442            "ENABLE_OUTBOUND_VM_ACCESS_TO_GOOGLE_FOR_SERVICE_ACCOUNTS"
62443          ],
62444          "enumDescriptions": [
62445            "",
62446            "",
62447            "",
62448            ""
62449          ],
62450          "type": "string"
62451        },
62452        "privateIpv6GoogleAccessServiceAccounts": {
62453          "description": "Deprecated in favor of enable PrivateIpv6GoogleAccess on instance directly. The service accounts can be used to selectively turn on Private IPv6 Google Access only on the VMs primary service account matching the value. This value only takes effect when PrivateIpv6GoogleAccess is ENABLE_OUTBOUND_VM_ACCESS_TO_GOOGLE_FOR_SERVICE_ACCOUNTS or ENABLE_BIDIRECTIONAL_ACCESS_TO_GOOGLE_FOR_SERVICE_ACCOUNTS.",
62454          "items": {
62455            "type": "string"
62456          },
62457          "type": "array"
62458        },
62459        "purpose": {
62460          "description": "The purpose of the resource. This field can be either PRIVATE_RFC_1918 or INTERNAL_HTTPS_LOAD_BALANCER. A subnetwork with purpose set to INTERNAL_HTTPS_LOAD_BALANCER is a user-created subnetwork that is reserved for Internal HTTP(S) Load Balancing. If unspecified, the purpose defaults to PRIVATE_RFC_1918. The enableFlowLogs field isn't supported with the purpose field set to INTERNAL_HTTPS_LOAD_BALANCER.",
62461          "enum": [
62462            "AGGREGATE",
62463            "INTERNAL_HTTPS_LOAD_BALANCER",
62464            "PRIVATE",
62465            "PRIVATE_RFC_1918",
62466            "PRIVATE_SERVICE_CONNECT"
62467          ],
62468          "enumDescriptions": [
62469            "",
62470            "",
62471            "",
62472            "",
62473            ""
62474          ],
62475          "type": "string"
62476        },
62477        "region": {
62478          "description": "URL of the region where the Subnetwork resides. This field can be set only at resource creation time.",
62479          "type": "string"
62480        },
62481        "role": {
62482          "description": "The role of subnetwork. Currently, this field is only used when purpose = INTERNAL_HTTPS_LOAD_BALANCER. The value can be set to ACTIVE or BACKUP. An ACTIVE subnetwork is one that is currently being used for Internal HTTP(S) Load Balancing. A BACKUP subnetwork is one that is ready to be promoted to ACTIVE or is currently draining. This field can be updated with a patch request.",
62483          "enum": [
62484            "ACTIVE",
62485            "BACKUP"
62486          ],
62487          "enumDescriptions": [
62488            "",
62489            ""
62490          ],
62491          "type": "string"
62492        },
62493        "secondaryIpRanges": {
62494          "description": "An array of configurations for secondary IP ranges for VM instances contained in this subnetwork. The primary IP of such VM must belong to the primary ipCidrRange of the subnetwork. The alias IPs may belong to either primary or secondary ranges. This field can be updated with a patch request.",
62495          "items": {
62496            "$ref": "SubnetworkSecondaryRange"
62497          },
62498          "type": "array"
62499        },
62500        "selfLink": {
62501          "description": "[Output Only] Server-defined URL for the resource.",
62502          "type": "string"
62503        },
62504        "selfLinkWithId": {
62505          "description": "[Output Only] Server-defined URL for this resource with the resource id.",
62506          "type": "string"
62507        },
62508        "stackType": {
62509          "description": "The stack type for this subnet to identify whether the IPv6 feature is enabled or not. If not specified IPV4_ONLY will be used.\n\nThis field can be both set at resource creation time and updated using patch.",
62510          "enum": [
62511            "IPV4_IPV6",
62512            "IPV4_ONLY",
62513            "UNSPECIFIED_STACK_TYPE"
62514          ],
62515          "enumDescriptions": [
62516            "",
62517            "",
62518            ""
62519          ],
62520          "type": "string"
62521        },
62522        "state": {
62523          "description": "[Output Only] The state of the subnetwork, which can be one of READY or DRAINING. A subnetwork that is READY is ready to be used. The state of DRAINING is only applicable to subnetworks that have the purpose set to INTERNAL_HTTPS_LOAD_BALANCER and indicates that connections to the load balancer are being drained. A subnetwork that is draining cannot be used or modified until it reaches a status of READY.",
62524          "enum": [
62525            "DRAINING",
62526            "READY"
62527          ],
62528          "enumDescriptions": [
62529            "",
62530            ""
62531          ],
62532          "type": "string"
62533        }
62534      },
62535      "type": "object"
62536    },
62537    "SubnetworkAggregatedList": {
62538      "id": "SubnetworkAggregatedList",
62539      "properties": {
62540        "id": {
62541          "description": "[Output Only] Unique identifier for the resource; defined by the server.",
62542          "type": "string"
62543        },
62544        "items": {
62545          "additionalProperties": {
62546            "$ref": "SubnetworksScopedList",
62547            "description": "Name of the scope containing this set of Subnetworks."
62548          },
62549          "description": "A list of SubnetworksScopedList resources.",
62550          "type": "object"
62551        },
62552        "kind": {
62553          "default": "compute#subnetworkAggregatedList",
62554          "description": "[Output Only] Type of resource. Always compute#subnetworkAggregatedList for aggregated lists of subnetworks.",
62555          "type": "string"
62556        },
62557        "nextPageToken": {
62558          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
62559          "type": "string"
62560        },
62561        "selfLink": {
62562          "description": "[Output Only] Server-defined URL for this resource.",
62563          "type": "string"
62564        },
62565        "unreachables": {
62566          "description": "[Output Only] Unreachable resources.",
62567          "items": {
62568            "type": "string"
62569          },
62570          "type": "array"
62571        },
62572        "warning": {
62573          "description": "[Output Only] Informational warning message.",
62574          "properties": {
62575            "code": {
62576              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
62577              "enum": [
62578                "CLEANUP_FAILED",
62579                "DEPRECATED_RESOURCE_USED",
62580                "DEPRECATED_TYPE_USED",
62581                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
62582                "EXPERIMENTAL_TYPE_USED",
62583                "EXTERNAL_API_WARNING",
62584                "FIELD_VALUE_OVERRIDEN",
62585                "INJECTED_KERNELS_DEPRECATED",
62586                "LARGE_DEPLOYMENT_WARNING",
62587                "MISSING_TYPE_DEPENDENCY",
62588                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
62589                "NEXT_HOP_CANNOT_IP_FORWARD",
62590                "NEXT_HOP_INSTANCE_NOT_FOUND",
62591                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
62592                "NEXT_HOP_NOT_RUNNING",
62593                "NOT_CRITICAL_ERROR",
62594                "NO_RESULTS_ON_PAGE",
62595                "PARTIAL_SUCCESS",
62596                "REQUIRED_TOS_AGREEMENT",
62597                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
62598                "RESOURCE_NOT_DELETED",
62599                "SCHEMA_VALIDATION_IGNORED",
62600                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
62601                "UNDECLARED_PROPERTIES",
62602                "UNREACHABLE"
62603              ],
62604              "enumDescriptions": [
62605                "",
62606                "",
62607                "",
62608                "",
62609                "",
62610                "",
62611                "",
62612                "",
62613                "",
62614                "",
62615                "",
62616                "",
62617                "",
62618                "",
62619                "",
62620                "",
62621                "",
62622                "",
62623                "",
62624                "",
62625                "",
62626                "",
62627                "",
62628                "",
62629                ""
62630              ],
62631              "type": "string"
62632            },
62633            "data": {
62634              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
62635              "items": {
62636                "properties": {
62637                  "key": {
62638                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
62639                    "type": "string"
62640                  },
62641                  "value": {
62642                    "description": "[Output Only] A warning data value corresponding to the key.",
62643                    "type": "string"
62644                  }
62645                },
62646                "type": "object"
62647              },
62648              "type": "array"
62649            },
62650            "message": {
62651              "description": "[Output Only] A human-readable description of the warning code.",
62652              "type": "string"
62653            }
62654          },
62655          "type": "object"
62656        }
62657      },
62658      "type": "object"
62659    },
62660    "SubnetworkList": {
62661      "description": "Contains a list of Subnetwork resources.",
62662      "id": "SubnetworkList",
62663      "properties": {
62664        "id": {
62665          "description": "[Output Only] Unique identifier for the resource; defined by the server.",
62666          "type": "string"
62667        },
62668        "items": {
62669          "description": "A list of Subnetwork resources.",
62670          "items": {
62671            "$ref": "Subnetwork"
62672          },
62673          "type": "array"
62674        },
62675        "kind": {
62676          "default": "compute#subnetworkList",
62677          "description": "[Output Only] Type of resource. Always compute#subnetworkList for lists of subnetworks.",
62678          "type": "string"
62679        },
62680        "nextPageToken": {
62681          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
62682          "type": "string"
62683        },
62684        "selfLink": {
62685          "description": "[Output Only] Server-defined URL for this resource.",
62686          "type": "string"
62687        },
62688        "warning": {
62689          "description": "[Output Only] Informational warning message.",
62690          "properties": {
62691            "code": {
62692              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
62693              "enum": [
62694                "CLEANUP_FAILED",
62695                "DEPRECATED_RESOURCE_USED",
62696                "DEPRECATED_TYPE_USED",
62697                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
62698                "EXPERIMENTAL_TYPE_USED",
62699                "EXTERNAL_API_WARNING",
62700                "FIELD_VALUE_OVERRIDEN",
62701                "INJECTED_KERNELS_DEPRECATED",
62702                "LARGE_DEPLOYMENT_WARNING",
62703                "MISSING_TYPE_DEPENDENCY",
62704                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
62705                "NEXT_HOP_CANNOT_IP_FORWARD",
62706                "NEXT_HOP_INSTANCE_NOT_FOUND",
62707                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
62708                "NEXT_HOP_NOT_RUNNING",
62709                "NOT_CRITICAL_ERROR",
62710                "NO_RESULTS_ON_PAGE",
62711                "PARTIAL_SUCCESS",
62712                "REQUIRED_TOS_AGREEMENT",
62713                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
62714                "RESOURCE_NOT_DELETED",
62715                "SCHEMA_VALIDATION_IGNORED",
62716                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
62717                "UNDECLARED_PROPERTIES",
62718                "UNREACHABLE"
62719              ],
62720              "enumDescriptions": [
62721                "",
62722                "",
62723                "",
62724                "",
62725                "",
62726                "",
62727                "",
62728                "",
62729                "",
62730                "",
62731                "",
62732                "",
62733                "",
62734                "",
62735                "",
62736                "",
62737                "",
62738                "",
62739                "",
62740                "",
62741                "",
62742                "",
62743                "",
62744                "",
62745                ""
62746              ],
62747              "type": "string"
62748            },
62749            "data": {
62750              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
62751              "items": {
62752                "properties": {
62753                  "key": {
62754                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
62755                    "type": "string"
62756                  },
62757                  "value": {
62758                    "description": "[Output Only] A warning data value corresponding to the key.",
62759                    "type": "string"
62760                  }
62761                },
62762                "type": "object"
62763              },
62764              "type": "array"
62765            },
62766            "message": {
62767              "description": "[Output Only] A human-readable description of the warning code.",
62768              "type": "string"
62769            }
62770          },
62771          "type": "object"
62772        }
62773      },
62774      "type": "object"
62775    },
62776    "SubnetworkLogConfig": {
62777      "description": "The available logging options for this subnetwork.",
62778      "id": "SubnetworkLogConfig",
62779      "properties": {
62780        "aggregationInterval": {
62781          "description": "Can only be specified if VPC flow logging for this subnetwork is enabled. Toggles the aggregation interval for collecting flow logs. Increasing the interval time will reduce the amount of generated flow logs for long lasting connections. Default is an interval of 5 seconds per connection.",
62782          "enum": [
62783            "INTERVAL_10_MIN",
62784            "INTERVAL_15_MIN",
62785            "INTERVAL_1_MIN",
62786            "INTERVAL_30_SEC",
62787            "INTERVAL_5_MIN",
62788            "INTERVAL_5_SEC"
62789          ],
62790          "enumDescriptions": [
62791            "",
62792            "",
62793            "",
62794            "",
62795            "",
62796            ""
62797          ],
62798          "type": "string"
62799        },
62800        "enable": {
62801          "description": "Whether to enable flow logging for this subnetwork. If this field is not explicitly set, it will not appear in get listings. If not set the default behavior is to disable flow logging.",
62802          "type": "boolean"
62803        },
62804        "filterExpr": {
62805          "description": "Can only be specified if VPC flow logs for this subnetwork is enabled. Export filter used to define which VPC flow logs should be logged.",
62806          "type": "string"
62807        },
62808        "flowSampling": {
62809          "description": "Can only be specified if VPC flow logging for this subnetwork is enabled. The value of the field must be in [0, 1]. Set the sampling rate of VPC flow logs within the subnetwork where 1.0 means all collected logs are reported and 0.0 means no logs are reported. Default is 0.5, which means half of all collected logs are reported.",
62810          "format": "float",
62811          "type": "number"
62812        },
62813        "metadata": {
62814          "description": "Can only be specified if VPC flow logs for this subnetwork is enabled. Configures whether all, none or a subset of metadata fields should be added to the reported VPC flow logs. Default is INCLUDE_ALL_METADATA.",
62815          "enum": [
62816            "CUSTOM_METADATA",
62817            "EXCLUDE_ALL_METADATA",
62818            "INCLUDE_ALL_METADATA"
62819          ],
62820          "enumDescriptions": [
62821            "",
62822            "",
62823            ""
62824          ],
62825          "type": "string"
62826        },
62827        "metadataFields": {
62828          "description": "Can only be specified if VPC flow logs for this subnetwork is enabled and \"metadata\" was set to CUSTOM_METADATA.",
62829          "items": {
62830            "type": "string"
62831          },
62832          "type": "array"
62833        }
62834      },
62835      "type": "object"
62836    },
62837    "SubnetworkSecondaryRange": {
62838      "description": "Represents a secondary IP range of a subnetwork.",
62839      "id": "SubnetworkSecondaryRange",
62840      "properties": {
62841        "ipCidrRange": {
62842          "description": "The range of IP addresses belonging to this subnetwork secondary range. Provide this property when you create the subnetwork. Ranges must be unique and non-overlapping with all primary and secondary IP ranges within a network. Only IPv4 is supported. This may be a RFC 1918 IP range, or a privately, non-RFC 1918 IP range, not belonging to Google.",
62843          "type": "string"
62844        },
62845        "rangeName": {
62846          "description": "The name associated with this subnetwork secondary range, used when adding an alias IP range to a VM instance. The name must be 1-63 characters long, and comply with RFC1035. The name must be unique within the subnetwork.",
62847          "type": "string"
62848        }
62849      },
62850      "type": "object"
62851    },
62852    "SubnetworksExpandIpCidrRangeRequest": {
62853      "id": "SubnetworksExpandIpCidrRangeRequest",
62854      "properties": {
62855        "ipCidrRange": {
62856          "description": "The IP (in CIDR format or netmask) of internal addresses that are legal on this Subnetwork. This range should be disjoint from other subnetworks within this network. This range can only be larger than (i.e. a superset of) the range previously defined before the update.",
62857          "type": "string"
62858        }
62859      },
62860      "type": "object"
62861    },
62862    "SubnetworksScopedList": {
62863      "id": "SubnetworksScopedList",
62864      "properties": {
62865        "subnetworks": {
62866          "description": "A list of subnetworks contained in this scope.",
62867          "items": {
62868            "$ref": "Subnetwork"
62869          },
62870          "type": "array"
62871        },
62872        "warning": {
62873          "description": "An informational warning that appears when the list of addresses is empty.",
62874          "properties": {
62875            "code": {
62876              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
62877              "enum": [
62878                "CLEANUP_FAILED",
62879                "DEPRECATED_RESOURCE_USED",
62880                "DEPRECATED_TYPE_USED",
62881                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
62882                "EXPERIMENTAL_TYPE_USED",
62883                "EXTERNAL_API_WARNING",
62884                "FIELD_VALUE_OVERRIDEN",
62885                "INJECTED_KERNELS_DEPRECATED",
62886                "LARGE_DEPLOYMENT_WARNING",
62887                "MISSING_TYPE_DEPENDENCY",
62888                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
62889                "NEXT_HOP_CANNOT_IP_FORWARD",
62890                "NEXT_HOP_INSTANCE_NOT_FOUND",
62891                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
62892                "NEXT_HOP_NOT_RUNNING",
62893                "NOT_CRITICAL_ERROR",
62894                "NO_RESULTS_ON_PAGE",
62895                "PARTIAL_SUCCESS",
62896                "REQUIRED_TOS_AGREEMENT",
62897                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
62898                "RESOURCE_NOT_DELETED",
62899                "SCHEMA_VALIDATION_IGNORED",
62900                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
62901                "UNDECLARED_PROPERTIES",
62902                "UNREACHABLE"
62903              ],
62904              "enumDescriptions": [
62905                "",
62906                "",
62907                "",
62908                "",
62909                "",
62910                "",
62911                "",
62912                "",
62913                "",
62914                "",
62915                "",
62916                "",
62917                "",
62918                "",
62919                "",
62920                "",
62921                "",
62922                "",
62923                "",
62924                "",
62925                "",
62926                "",
62927                "",
62928                "",
62929                ""
62930              ],
62931              "type": "string"
62932            },
62933            "data": {
62934              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
62935              "items": {
62936                "properties": {
62937                  "key": {
62938                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
62939                    "type": "string"
62940                  },
62941                  "value": {
62942                    "description": "[Output Only] A warning data value corresponding to the key.",
62943                    "type": "string"
62944                  }
62945                },
62946                "type": "object"
62947              },
62948              "type": "array"
62949            },
62950            "message": {
62951              "description": "[Output Only] A human-readable description of the warning code.",
62952              "type": "string"
62953            }
62954          },
62955          "type": "object"
62956        }
62957      },
62958      "type": "object"
62959    },
62960    "SubnetworksSetPrivateIpGoogleAccessRequest": {
62961      "id": "SubnetworksSetPrivateIpGoogleAccessRequest",
62962      "properties": {
62963        "privateIpGoogleAccess": {
62964          "type": "boolean"
62965        }
62966      },
62967      "type": "object"
62968    },
62969    "Subsetting": {
62970      "description": "Subsetting options to make L4 ILB support any number of backend instances",
62971      "id": "Subsetting",
62972      "properties": {
62973        "policy": {
62974          "enum": [
62975            "CONSISTENT_HASH_SUBSETTING",
62976            "NONE"
62977          ],
62978          "enumDescriptions": [
62979            "",
62980            ""
62981          ],
62982          "type": "string"
62983        }
62984      },
62985      "type": "object"
62986    },
62987    "TCPHealthCheck": {
62988      "id": "TCPHealthCheck",
62989      "properties": {
62990        "port": {
62991          "description": "The TCP port number for the health check request. The default value is 80. Valid values are 1 through 65535.",
62992          "format": "int32",
62993          "type": "integer"
62994        },
62995        "portName": {
62996          "description": "Port name as defined in InstanceGroup#NamedPort#name. If both port and port_name are defined, port takes precedence.",
62997          "type": "string"
62998        },
62999        "portSpecification": {
63000          "description": "Specifies how port is selected for health checking, can be one of following values:\nUSE_FIXED_PORT: The port number in port is used for health checking.\nUSE_NAMED_PORT: The portName is used for health checking.\nUSE_SERVING_PORT: For NetworkEndpointGroup, the port specified for each network endpoint is used for health checking. For other backends, the port or named port specified in the Backend Service is used for health checking.\n\n\nIf not specified, TCP health check follows behavior specified in port and portName fields.",
63001          "enum": [
63002            "USE_FIXED_PORT",
63003            "USE_NAMED_PORT",
63004            "USE_SERVING_PORT"
63005          ],
63006          "enumDescriptions": [
63007            "",
63008            "",
63009            ""
63010          ],
63011          "type": "string"
63012        },
63013        "proxyHeader": {
63014          "description": "Specifies the type of proxy header to append before sending data to the backend, either NONE or PROXY_V1. The default is NONE.",
63015          "enum": [
63016            "NONE",
63017            "PROXY_V1"
63018          ],
63019          "enumDescriptions": [
63020            "",
63021            ""
63022          ],
63023          "type": "string"
63024        },
63025        "request": {
63026          "description": "The application data to send once the TCP connection has been established (default value is empty). If both request and response are empty, the connection establishment alone will indicate health. The request data can only be ASCII.",
63027          "type": "string"
63028        },
63029        "response": {
63030          "description": "The bytes to match against the beginning of the response data. If left empty (the default value), any response will indicate health. The response data can only be ASCII.",
63031          "type": "string"
63032        }
63033      },
63034      "type": "object"
63035    },
63036    "Tags": {
63037      "description": "A set of instance tags.",
63038      "id": "Tags",
63039      "properties": {
63040        "fingerprint": {
63041          "description": "Specifies a fingerprint for this request, which is essentially a hash of the tags' contents and used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update tags. You must always provide an up-to-date fingerprint hash in order to update or change tags.\n\nTo see the latest fingerprint, make get() request to the instance.",
63042          "format": "byte",
63043          "type": "string"
63044        },
63045        "items": {
63046          "description": "An array of tags. Each tag must be 1-63 characters long, and comply with RFC1035.",
63047          "items": {
63048            "type": "string"
63049          },
63050          "type": "array"
63051        }
63052      },
63053      "type": "object"
63054    },
63055    "TargetGrpcProxy": {
63056      "description": "Represents a Target gRPC Proxy resource.\n\nA target gRPC proxy is a component of load balancers intended for load balancing gRPC traffic. Global forwarding rules reference a target gRPC proxy. The Target gRPC Proxy references a URL map which specifies how traffic routes to gRPC backend services. (== resource_for {$api_version}.targetGrpcProxies ==)",
63057      "id": "TargetGrpcProxy",
63058      "properties": {
63059        "creationTimestamp": {
63060          "description": "[Output Only] Creation timestamp in RFC3339 text format.",
63061          "type": "string"
63062        },
63063        "description": {
63064          "description": "An optional description of this resource. Provide this property when you create the resource.",
63065          "type": "string"
63066        },
63067        "fingerprint": {
63068          "description": "Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic locking. This field will be ignored when inserting a TargetGrpcProxy. An up-to-date fingerprint must be provided in order to patch/update the TargetGrpcProxy; otherwise, the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve the TargetGrpcProxy.",
63069          "format": "byte",
63070          "type": "string"
63071        },
63072        "id": {
63073          "description": "[Output Only] The unique identifier for the resource type. The server generates this identifier.",
63074          "format": "uint64",
63075          "type": "string"
63076        },
63077        "kind": {
63078          "default": "compute#targetGrpcProxy",
63079          "description": "[Output Only] Type of the resource. Always compute#targetGrpcProxy for target grpc proxies.",
63080          "type": "string"
63081        },
63082        "name": {
63083          "annotations": {
63084            "required": [
63085              "compute.targetGrpcProxies.insert"
63086            ]
63087          },
63088          "description": "Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.",
63089          "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
63090          "type": "string"
63091        },
63092        "selfLink": {
63093          "description": "[Output Only] Server-defined URL for the resource.",
63094          "type": "string"
63095        },
63096        "selfLinkWithId": {
63097          "description": "[Output Only] Server-defined URL with id for the resource.",
63098          "type": "string"
63099        },
63100        "urlMap": {
63101          "description": "URL to the UrlMap resource that defines the mapping from URL to the BackendService. The protocol field in the BackendService must be set to GRPC.",
63102          "type": "string"
63103        },
63104        "validateForProxyless": {
63105          "description": "If true, indicates that the BackendServices referenced by the urlMap may be accessed by gRPC applications without using a sidecar proxy. This will enable configuration checks on urlMap and its referenced BackendServices to not allow unsupported features. A gRPC application must use \"xds:///\" scheme in the target URI of the service it is connecting to. If false, indicates that the BackendServices referenced by the urlMap will be accessed by gRPC applications via a sidecar proxy. In this case, a gRPC application must not use \"xds:///\" scheme in the target URI of the service it is connecting to",
63106          "type": "boolean"
63107        }
63108      },
63109      "type": "object"
63110    },
63111    "TargetGrpcProxyList": {
63112      "id": "TargetGrpcProxyList",
63113      "properties": {
63114        "id": {
63115          "description": "[Output Only] Unique identifier for the resource; defined by the server.",
63116          "type": "string"
63117        },
63118        "items": {
63119          "description": "A list of TargetGrpcProxy resources.",
63120          "items": {
63121            "$ref": "TargetGrpcProxy"
63122          },
63123          "type": "array"
63124        },
63125        "kind": {
63126          "default": "compute#targetGrpcProxyList",
63127          "description": "[Output Only] Type of the resource. Always compute#targetGrpcProxy for target grpc proxies.",
63128          "type": "string"
63129        },
63130        "nextPageToken": {
63131          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
63132          "type": "string"
63133        },
63134        "selfLink": {
63135          "description": "[Output Only] Server-defined URL for this resource.",
63136          "type": "string"
63137        },
63138        "warning": {
63139          "description": "[Output Only] Informational warning message.",
63140          "properties": {
63141            "code": {
63142              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
63143              "enum": [
63144                "CLEANUP_FAILED",
63145                "DEPRECATED_RESOURCE_USED",
63146                "DEPRECATED_TYPE_USED",
63147                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
63148                "EXPERIMENTAL_TYPE_USED",
63149                "EXTERNAL_API_WARNING",
63150                "FIELD_VALUE_OVERRIDEN",
63151                "INJECTED_KERNELS_DEPRECATED",
63152                "LARGE_DEPLOYMENT_WARNING",
63153                "MISSING_TYPE_DEPENDENCY",
63154                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
63155                "NEXT_HOP_CANNOT_IP_FORWARD",
63156                "NEXT_HOP_INSTANCE_NOT_FOUND",
63157                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
63158                "NEXT_HOP_NOT_RUNNING",
63159                "NOT_CRITICAL_ERROR",
63160                "NO_RESULTS_ON_PAGE",
63161                "PARTIAL_SUCCESS",
63162                "REQUIRED_TOS_AGREEMENT",
63163                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
63164                "RESOURCE_NOT_DELETED",
63165                "SCHEMA_VALIDATION_IGNORED",
63166                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
63167                "UNDECLARED_PROPERTIES",
63168                "UNREACHABLE"
63169              ],
63170              "enumDescriptions": [
63171                "",
63172                "",
63173                "",
63174                "",
63175                "",
63176                "",
63177                "",
63178                "",
63179                "",
63180                "",
63181                "",
63182                "",
63183                "",
63184                "",
63185                "",
63186                "",
63187                "",
63188                "",
63189                "",
63190                "",
63191                "",
63192                "",
63193                "",
63194                "",
63195                ""
63196              ],
63197              "type": "string"
63198            },
63199            "data": {
63200              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
63201              "items": {
63202                "properties": {
63203                  "key": {
63204                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
63205                    "type": "string"
63206                  },
63207                  "value": {
63208                    "description": "[Output Only] A warning data value corresponding to the key.",
63209                    "type": "string"
63210                  }
63211                },
63212                "type": "object"
63213              },
63214              "type": "array"
63215            },
63216            "message": {
63217              "description": "[Output Only] A human-readable description of the warning code.",
63218              "type": "string"
63219            }
63220          },
63221          "type": "object"
63222        }
63223      },
63224      "type": "object"
63225    },
63226    "TargetHttpProxiesScopedList": {
63227      "id": "TargetHttpProxiesScopedList",
63228      "properties": {
63229        "targetHttpProxies": {
63230          "description": "A list of TargetHttpProxies contained in this scope.",
63231          "items": {
63232            "$ref": "TargetHttpProxy"
63233          },
63234          "type": "array"
63235        },
63236        "warning": {
63237          "description": "Informational warning which replaces the list of backend services when the list is empty.",
63238          "properties": {
63239            "code": {
63240              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
63241              "enum": [
63242                "CLEANUP_FAILED",
63243                "DEPRECATED_RESOURCE_USED",
63244                "DEPRECATED_TYPE_USED",
63245                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
63246                "EXPERIMENTAL_TYPE_USED",
63247                "EXTERNAL_API_WARNING",
63248                "FIELD_VALUE_OVERRIDEN",
63249                "INJECTED_KERNELS_DEPRECATED",
63250                "LARGE_DEPLOYMENT_WARNING",
63251                "MISSING_TYPE_DEPENDENCY",
63252                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
63253                "NEXT_HOP_CANNOT_IP_FORWARD",
63254                "NEXT_HOP_INSTANCE_NOT_FOUND",
63255                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
63256                "NEXT_HOP_NOT_RUNNING",
63257                "NOT_CRITICAL_ERROR",
63258                "NO_RESULTS_ON_PAGE",
63259                "PARTIAL_SUCCESS",
63260                "REQUIRED_TOS_AGREEMENT",
63261                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
63262                "RESOURCE_NOT_DELETED",
63263                "SCHEMA_VALIDATION_IGNORED",
63264                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
63265                "UNDECLARED_PROPERTIES",
63266                "UNREACHABLE"
63267              ],
63268              "enumDescriptions": [
63269                "",
63270                "",
63271                "",
63272                "",
63273                "",
63274                "",
63275                "",
63276                "",
63277                "",
63278                "",
63279                "",
63280                "",
63281                "",
63282                "",
63283                "",
63284                "",
63285                "",
63286                "",
63287                "",
63288                "",
63289                "",
63290                "",
63291                "",
63292                "",
63293                ""
63294              ],
63295              "type": "string"
63296            },
63297            "data": {
63298              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
63299              "items": {
63300                "properties": {
63301                  "key": {
63302                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
63303                    "type": "string"
63304                  },
63305                  "value": {
63306                    "description": "[Output Only] A warning data value corresponding to the key.",
63307                    "type": "string"
63308                  }
63309                },
63310                "type": "object"
63311              },
63312              "type": "array"
63313            },
63314            "message": {
63315              "description": "[Output Only] A human-readable description of the warning code.",
63316              "type": "string"
63317            }
63318          },
63319          "type": "object"
63320        }
63321      },
63322      "type": "object"
63323    },
63324    "TargetHttpProxy": {
63325      "description": "Represents a Target HTTP Proxy resource.\n\nGoogle Compute Engine has two Target HTTP Proxy resources:\n\n* [Global](/compute/docs/reference/rest/{$api_version}/targetHttpProxies) * [Regional](/compute/docs/reference/rest/{$api_version}/regionTargetHttpProxies)\n\nA target HTTP proxy is a component of GCP HTTP load balancers.\n\n* targetHttpProxies are used by external HTTP load balancers and Traffic Director. * regionTargetHttpProxies are used by internal HTTP load balancers.\n\nForwarding rules reference a target HTTP proxy, and the target proxy then references a URL map. For more information, read Using Target Proxies and  Forwarding rule concepts. (== resource_for {$api_version}.targetHttpProxies ==) (== resource_for {$api_version}.regionTargetHttpProxies ==)",
63326      "id": "TargetHttpProxy",
63327      "properties": {
63328        "creationTimestamp": {
63329          "description": "[Output Only] Creation timestamp in RFC3339 text format.",
63330          "type": "string"
63331        },
63332        "description": {
63333          "description": "An optional description of this resource. Provide this property when you create the resource.",
63334          "type": "string"
63335        },
63336        "fingerprint": {
63337          "description": "Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic locking. This field will be ignored when inserting a TargetHttpProxy. An up-to-date fingerprint must be provided in order to patch/update the TargetHttpProxy; otherwise, the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve the TargetHttpProxy.",
63338          "format": "byte",
63339          "type": "string"
63340        },
63341        "httpFilters": {
63342          "description": "URLs to networkservices.HttpFilter resources enabled for xDS clients using this configuration. For example, https://networkservices.googleapis.com/v1alpha1/projects/project/locations/locationhttpFilters/httpFilter Only filters that handle outbound connection and stream events may be specified. These filters work in conjunction with a default set of HTTP filters that may already be configured by Traffic Director. Traffic Director will determine the final location of these filters within xDS configuration based on the name of the HTTP filter. If Traffic Director positions multiple filters at the same location, those filters will be in the same order as specified in this list.\nhttpFilters only applies for loadbalancers with loadBalancingScheme set to INTERNAL_SELF_MANAGED. See ForwardingRule for more details.",
63343          "items": {
63344            "type": "string"
63345          },
63346          "type": "array"
63347        },
63348        "id": {
63349          "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.",
63350          "format": "uint64",
63351          "type": "string"
63352        },
63353        "kind": {
63354          "default": "compute#targetHttpProxy",
63355          "description": "[Output Only] Type of resource. Always compute#targetHttpProxy for target HTTP proxies.",
63356          "type": "string"
63357        },
63358        "name": {
63359          "description": "Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.",
63360          "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
63361          "type": "string"
63362        },
63363        "proxyBind": {
63364          "description": "This field only applies when the forwarding rule that references this target proxy has a loadBalancingScheme set to INTERNAL_SELF_MANAGED.\n\nWhen this field is set to true, Envoy proxies set up inbound traffic interception and bind to the IP address and port specified in the forwarding rule. This is generally useful when using Traffic Director to configure Envoy as a gateway or middle proxy (in other words, not a sidecar proxy). The Envoy proxy listens for inbound requests and handles requests when it receives them.\n\nThe default is false.",
63365          "type": "boolean"
63366        },
63367        "region": {
63368          "description": "[Output Only] URL of the region where the regional Target HTTP Proxy resides. This field is not applicable to global Target HTTP Proxies.",
63369          "type": "string"
63370        },
63371        "selfLink": {
63372          "description": "[Output Only] Server-defined URL for the resource.",
63373          "type": "string"
63374        },
63375        "selfLinkWithId": {
63376          "description": "[Output Only] Server-defined URL for this resource with the resource id.",
63377          "type": "string"
63378        },
63379        "urlMap": {
63380          "description": "URL to the UrlMap resource that defines the mapping from URL to the BackendService.",
63381          "type": "string"
63382        }
63383      },
63384      "type": "object"
63385    },
63386    "TargetHttpProxyAggregatedList": {
63387      "id": "TargetHttpProxyAggregatedList",
63388      "properties": {
63389        "id": {
63390          "description": "[Output Only] Unique identifier for the resource; defined by the server.",
63391          "type": "string"
63392        },
63393        "items": {
63394          "additionalProperties": {
63395            "$ref": "TargetHttpProxiesScopedList",
63396            "description": "Name of the scope containing this set of TargetHttpProxies."
63397          },
63398          "description": "A list of TargetHttpProxiesScopedList resources.",
63399          "type": "object"
63400        },
63401        "kind": {
63402          "default": "compute#targetHttpProxyAggregatedList",
63403          "description": "[Output Only] Type of resource. Always compute#targetHttpProxyAggregatedList for lists of Target HTTP Proxies.",
63404          "type": "string"
63405        },
63406        "nextPageToken": {
63407          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
63408          "type": "string"
63409        },
63410        "selfLink": {
63411          "description": "[Output Only] Server-defined URL for this resource.",
63412          "type": "string"
63413        },
63414        "unreachables": {
63415          "description": "[Output Only] Unreachable resources.",
63416          "items": {
63417            "type": "string"
63418          },
63419          "type": "array"
63420        },
63421        "warning": {
63422          "description": "[Output Only] Informational warning message.",
63423          "properties": {
63424            "code": {
63425              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
63426              "enum": [
63427                "CLEANUP_FAILED",
63428                "DEPRECATED_RESOURCE_USED",
63429                "DEPRECATED_TYPE_USED",
63430                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
63431                "EXPERIMENTAL_TYPE_USED",
63432                "EXTERNAL_API_WARNING",
63433                "FIELD_VALUE_OVERRIDEN",
63434                "INJECTED_KERNELS_DEPRECATED",
63435                "LARGE_DEPLOYMENT_WARNING",
63436                "MISSING_TYPE_DEPENDENCY",
63437                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
63438                "NEXT_HOP_CANNOT_IP_FORWARD",
63439                "NEXT_HOP_INSTANCE_NOT_FOUND",
63440                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
63441                "NEXT_HOP_NOT_RUNNING",
63442                "NOT_CRITICAL_ERROR",
63443                "NO_RESULTS_ON_PAGE",
63444                "PARTIAL_SUCCESS",
63445                "REQUIRED_TOS_AGREEMENT",
63446                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
63447                "RESOURCE_NOT_DELETED",
63448                "SCHEMA_VALIDATION_IGNORED",
63449                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
63450                "UNDECLARED_PROPERTIES",
63451                "UNREACHABLE"
63452              ],
63453              "enumDescriptions": [
63454                "",
63455                "",
63456                "",
63457                "",
63458                "",
63459                "",
63460                "",
63461                "",
63462                "",
63463                "",
63464                "",
63465                "",
63466                "",
63467                "",
63468                "",
63469                "",
63470                "",
63471                "",
63472                "",
63473                "",
63474                "",
63475                "",
63476                "",
63477                "",
63478                ""
63479              ],
63480              "type": "string"
63481            },
63482            "data": {
63483              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
63484              "items": {
63485                "properties": {
63486                  "key": {
63487                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
63488                    "type": "string"
63489                  },
63490                  "value": {
63491                    "description": "[Output Only] A warning data value corresponding to the key.",
63492                    "type": "string"
63493                  }
63494                },
63495                "type": "object"
63496              },
63497              "type": "array"
63498            },
63499            "message": {
63500              "description": "[Output Only] A human-readable description of the warning code.",
63501              "type": "string"
63502            }
63503          },
63504          "type": "object"
63505        }
63506      },
63507      "type": "object"
63508    },
63509    "TargetHttpProxyList": {
63510      "description": "A list of TargetHttpProxy resources.",
63511      "id": "TargetHttpProxyList",
63512      "properties": {
63513        "id": {
63514          "description": "[Output Only] Unique identifier for the resource; defined by the server.",
63515          "type": "string"
63516        },
63517        "items": {
63518          "description": "A list of TargetHttpProxy resources.",
63519          "items": {
63520            "$ref": "TargetHttpProxy"
63521          },
63522          "type": "array"
63523        },
63524        "kind": {
63525          "default": "compute#targetHttpProxyList",
63526          "description": "Type of resource. Always compute#targetHttpProxyList for lists of target HTTP proxies.",
63527          "type": "string"
63528        },
63529        "nextPageToken": {
63530          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
63531          "type": "string"
63532        },
63533        "selfLink": {
63534          "description": "[Output Only] Server-defined URL for this resource.",
63535          "type": "string"
63536        },
63537        "warning": {
63538          "description": "[Output Only] Informational warning message.",
63539          "properties": {
63540            "code": {
63541              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
63542              "enum": [
63543                "CLEANUP_FAILED",
63544                "DEPRECATED_RESOURCE_USED",
63545                "DEPRECATED_TYPE_USED",
63546                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
63547                "EXPERIMENTAL_TYPE_USED",
63548                "EXTERNAL_API_WARNING",
63549                "FIELD_VALUE_OVERRIDEN",
63550                "INJECTED_KERNELS_DEPRECATED",
63551                "LARGE_DEPLOYMENT_WARNING",
63552                "MISSING_TYPE_DEPENDENCY",
63553                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
63554                "NEXT_HOP_CANNOT_IP_FORWARD",
63555                "NEXT_HOP_INSTANCE_NOT_FOUND",
63556                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
63557                "NEXT_HOP_NOT_RUNNING",
63558                "NOT_CRITICAL_ERROR",
63559                "NO_RESULTS_ON_PAGE",
63560                "PARTIAL_SUCCESS",
63561                "REQUIRED_TOS_AGREEMENT",
63562                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
63563                "RESOURCE_NOT_DELETED",
63564                "SCHEMA_VALIDATION_IGNORED",
63565                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
63566                "UNDECLARED_PROPERTIES",
63567                "UNREACHABLE"
63568              ],
63569              "enumDescriptions": [
63570                "",
63571                "",
63572                "",
63573                "",
63574                "",
63575                "",
63576                "",
63577                "",
63578                "",
63579                "",
63580                "",
63581                "",
63582                "",
63583                "",
63584                "",
63585                "",
63586                "",
63587                "",
63588                "",
63589                "",
63590                "",
63591                "",
63592                "",
63593                "",
63594                ""
63595              ],
63596              "type": "string"
63597            },
63598            "data": {
63599              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
63600              "items": {
63601                "properties": {
63602                  "key": {
63603                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
63604                    "type": "string"
63605                  },
63606                  "value": {
63607                    "description": "[Output Only] A warning data value corresponding to the key.",
63608                    "type": "string"
63609                  }
63610                },
63611                "type": "object"
63612              },
63613              "type": "array"
63614            },
63615            "message": {
63616              "description": "[Output Only] A human-readable description of the warning code.",
63617              "type": "string"
63618            }
63619          },
63620          "type": "object"
63621        }
63622      },
63623      "type": "object"
63624    },
63625    "TargetHttpsProxiesScopedList": {
63626      "id": "TargetHttpsProxiesScopedList",
63627      "properties": {
63628        "targetHttpsProxies": {
63629          "description": "A list of TargetHttpsProxies contained in this scope.",
63630          "items": {
63631            "$ref": "TargetHttpsProxy"
63632          },
63633          "type": "array"
63634        },
63635        "warning": {
63636          "description": "Informational warning which replaces the list of backend services when the list is empty.",
63637          "properties": {
63638            "code": {
63639              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
63640              "enum": [
63641                "CLEANUP_FAILED",
63642                "DEPRECATED_RESOURCE_USED",
63643                "DEPRECATED_TYPE_USED",
63644                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
63645                "EXPERIMENTAL_TYPE_USED",
63646                "EXTERNAL_API_WARNING",
63647                "FIELD_VALUE_OVERRIDEN",
63648                "INJECTED_KERNELS_DEPRECATED",
63649                "LARGE_DEPLOYMENT_WARNING",
63650                "MISSING_TYPE_DEPENDENCY",
63651                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
63652                "NEXT_HOP_CANNOT_IP_FORWARD",
63653                "NEXT_HOP_INSTANCE_NOT_FOUND",
63654                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
63655                "NEXT_HOP_NOT_RUNNING",
63656                "NOT_CRITICAL_ERROR",
63657                "NO_RESULTS_ON_PAGE",
63658                "PARTIAL_SUCCESS",
63659                "REQUIRED_TOS_AGREEMENT",
63660                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
63661                "RESOURCE_NOT_DELETED",
63662                "SCHEMA_VALIDATION_IGNORED",
63663                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
63664                "UNDECLARED_PROPERTIES",
63665                "UNREACHABLE"
63666              ],
63667              "enumDescriptions": [
63668                "",
63669                "",
63670                "",
63671                "",
63672                "",
63673                "",
63674                "",
63675                "",
63676                "",
63677                "",
63678                "",
63679                "",
63680                "",
63681                "",
63682                "",
63683                "",
63684                "",
63685                "",
63686                "",
63687                "",
63688                "",
63689                "",
63690                "",
63691                "",
63692                ""
63693              ],
63694              "type": "string"
63695            },
63696            "data": {
63697              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
63698              "items": {
63699                "properties": {
63700                  "key": {
63701                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
63702                    "type": "string"
63703                  },
63704                  "value": {
63705                    "description": "[Output Only] A warning data value corresponding to the key.",
63706                    "type": "string"
63707                  }
63708                },
63709                "type": "object"
63710              },
63711              "type": "array"
63712            },
63713            "message": {
63714              "description": "[Output Only] A human-readable description of the warning code.",
63715              "type": "string"
63716            }
63717          },
63718          "type": "object"
63719        }
63720      },
63721      "type": "object"
63722    },
63723    "TargetHttpsProxiesSetCertificateMapRequest": {
63724      "id": "TargetHttpsProxiesSetCertificateMapRequest",
63725      "properties": {
63726        "certificateMap": {
63727          "description": "URL of the Certificate Map to associate with this TargetHttpsProxy.",
63728          "type": "string"
63729        }
63730      },
63731      "type": "object"
63732    },
63733    "TargetHttpsProxiesSetQuicOverrideRequest": {
63734      "id": "TargetHttpsProxiesSetQuicOverrideRequest",
63735      "properties": {
63736        "quicOverride": {
63737          "description": "QUIC policy for the TargetHttpsProxy resource.",
63738          "enum": [
63739            "DISABLE",
63740            "ENABLE",
63741            "NONE"
63742          ],
63743          "enumDescriptions": [
63744            "",
63745            "",
63746            ""
63747          ],
63748          "type": "string"
63749        }
63750      },
63751      "type": "object"
63752    },
63753    "TargetHttpsProxiesSetSslCertificatesRequest": {
63754      "id": "TargetHttpsProxiesSetSslCertificatesRequest",
63755      "properties": {
63756        "sslCertificates": {
63757          "description": "New set of SslCertificate resources to associate with this TargetHttpsProxy resource. Currently exactly one SslCertificate resource must be specified.",
63758          "items": {
63759            "type": "string"
63760          },
63761          "type": "array"
63762        }
63763      },
63764      "type": "object"
63765    },
63766    "TargetHttpsProxy": {
63767      "description": "Represents a Target HTTPS Proxy resource.\n\nGoogle Compute Engine has two Target HTTPS Proxy resources:\n\n* [Global](/compute/docs/reference/rest/{$api_version}/targetHttpsProxies) * [Regional](/compute/docs/reference/rest/{$api_version}/regionTargetHttpsProxies)\n\nA target HTTPS proxy is a component of GCP HTTPS load balancers.\n\n* targetHttpsProxies are used by external HTTPS load balancers. * regionTargetHttpsProxies are used by internal HTTPS load balancers.\n\nForwarding rules reference a target HTTPS proxy, and the target proxy then references a URL map. For more information, read Using Target Proxies and  Forwarding rule concepts. (== resource_for {$api_version}.targetHttpsProxies ==) (== resource_for {$api_version}.regionTargetHttpsProxies ==)",
63768      "id": "TargetHttpsProxy",
63769      "properties": {
63770        "authentication": {
63771          "description": "[Deprecated] Use serverTlsPolicy instead.",
63772          "type": "string"
63773        },
63774        "authorization": {
63775          "description": "[Deprecated] Use authorizationPolicy instead.",
63776          "type": "string"
63777        },
63778        "authorizationPolicy": {
63779          "description": "Optional. A URL referring to a networksecurity.AuthorizationPolicy resource that describes how the proxy should authorize inbound traffic. If left blank, access will not be restricted by an authorization policy.\nRefer to the AuthorizationPolicy resource for additional details.\nauthorizationPolicy only applies to a global TargetHttpsProxy attached to globalForwardingRules with the loadBalancingScheme set to INTERNAL_SELF_MANAGED.\nNote: This field currently has no impact.",
63780          "type": "string"
63781        },
63782        "certificateMap": {
63783          "description": "URL of a certificate map that identifies a certificate map associated with the given target proxy. This field can only be set for global target proxies. If set, sslCertificates will be ignored.",
63784          "type": "string"
63785        },
63786        "creationTimestamp": {
63787          "description": "[Output Only] Creation timestamp in RFC3339 text format.",
63788          "type": "string"
63789        },
63790        "description": {
63791          "description": "An optional description of this resource. Provide this property when you create the resource.",
63792          "type": "string"
63793        },
63794        "fingerprint": {
63795          "description": "Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic locking. This field will be ignored when inserting a TargetHttpsProxy. An up-to-date fingerprint must be provided in order to patch the TargetHttpsProxy; otherwise, the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve the TargetHttpsProxy.",
63796          "format": "byte",
63797          "type": "string"
63798        },
63799        "httpFilters": {
63800          "description": "URLs to networkservices.HttpFilter resources enabled for xDS clients using this configuration. For example, https://networkservices.googleapis.com/beta/projects/project/locations/locationhttpFilters/httpFilter Only filters that handle outbound connection and stream events may be specified. These filters work in conjunction with a default set of HTTP filters that may already be configured by Traffic Director. Traffic Director will determine the final location of these filters within xDS configuration based on the name of the HTTP filter. If Traffic Director positions multiple filters at the same location, those filters will be in the same order as specified in this list.\nhttpFilters only applies for loadbalancers with loadBalancingScheme set to INTERNAL_SELF_MANAGED. See ForwardingRule for more details.",
63801          "items": {
63802            "type": "string"
63803          },
63804          "type": "array"
63805        },
63806        "id": {
63807          "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.",
63808          "format": "uint64",
63809          "type": "string"
63810        },
63811        "kind": {
63812          "default": "compute#targetHttpsProxy",
63813          "description": "[Output Only] Type of resource. Always compute#targetHttpsProxy for target HTTPS proxies.",
63814          "type": "string"
63815        },
63816        "name": {
63817          "description": "Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.",
63818          "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
63819          "type": "string"
63820        },
63821        "proxyBind": {
63822          "description": "This field only applies when the forwarding rule that references this target proxy has a loadBalancingScheme set to INTERNAL_SELF_MANAGED.\n\nWhen this field is set to true, Envoy proxies set up inbound traffic interception and bind to the IP address and port specified in the forwarding rule. This is generally useful when using Traffic Director to configure Envoy as a gateway or middle proxy (in other words, not a sidecar proxy). The Envoy proxy listens for inbound requests and handles requests when it receives them.\n\nThe default is false.",
63823          "type": "boolean"
63824        },
63825        "quicOverride": {
63826          "description": "Specifies the QUIC override policy for this TargetHttpsProxy resource. This setting determines whether the load balancer attempts to negotiate QUIC with clients. You can specify NONE, ENABLE, or DISABLE.  \n- When quic-override is set to NONE, Google manages whether QUIC is used. \n- When quic-override is set to ENABLE, the load balancer uses QUIC when possible. \n- When quic-override is set to DISABLE, the load balancer doesn't use QUIC. \n- If the quic-override flag is not specified, NONE is implied.\n-",
63827          "enum": [
63828            "DISABLE",
63829            "ENABLE",
63830            "NONE"
63831          ],
63832          "enumDescriptions": [
63833            "",
63834            "",
63835            ""
63836          ],
63837          "type": "string"
63838        },
63839        "region": {
63840          "description": "[Output Only] URL of the region where the regional TargetHttpsProxy resides. This field is not applicable to global TargetHttpsProxies.",
63841          "type": "string"
63842        },
63843        "selfLink": {
63844          "description": "[Output Only] Server-defined URL for the resource.",
63845          "type": "string"
63846        },
63847        "selfLinkWithId": {
63848          "description": "[Output Only] Server-defined URL for this resource with the resource id.",
63849          "type": "string"
63850        },
63851        "serverTlsPolicy": {
63852          "description": "Optional. A URL referring to a networksecurity.ServerTlsPolicy resource that describes how the proxy should authenticate inbound traffic.\nserverTlsPolicy only applies to a global TargetHttpsProxy attached to globalForwardingRules with the loadBalancingScheme set to INTERNAL_SELF_MANAGED.\nIf left blank, communications are not encrypted.\nNote: This field currently has no impact.",
63853          "type": "string"
63854        },
63855        "sslCertificates": {
63856          "description": "URLs to SslCertificate resources that are used to authenticate connections between users and the load balancer. At least one SSL certificate must be specified. Currently, you may specify up to 15 SSL certificates.",
63857          "items": {
63858            "type": "string"
63859          },
63860          "type": "array"
63861        },
63862        "sslPolicy": {
63863          "description": "URL of SslPolicy resource that will be associated with the TargetHttpsProxy resource. If not set, the TargetHttpsProxy resource has no SSL policy configured.",
63864          "type": "string"
63865        },
63866        "urlMap": {
63867          "description": "A fully-qualified or valid partial URL to the UrlMap resource that defines the mapping from URL to the BackendService. For example, the following are all valid URLs for specifying a URL map:  \n- https://www.googleapis.compute/v1/projects/project/global/urlMaps/url-map \n- projects/project/global/urlMaps/url-map \n- global/urlMaps/url-map",
63868          "type": "string"
63869        }
63870      },
63871      "type": "object"
63872    },
63873    "TargetHttpsProxyAggregatedList": {
63874      "id": "TargetHttpsProxyAggregatedList",
63875      "properties": {
63876        "id": {
63877          "description": "[Output Only] Unique identifier for the resource; defined by the server.",
63878          "type": "string"
63879        },
63880        "items": {
63881          "additionalProperties": {
63882            "$ref": "TargetHttpsProxiesScopedList",
63883            "description": "Name of the scope containing this set of TargetHttpsProxies."
63884          },
63885          "description": "A list of TargetHttpsProxiesScopedList resources.",
63886          "type": "object"
63887        },
63888        "kind": {
63889          "default": "compute#targetHttpsProxyAggregatedList",
63890          "description": "[Output Only] Type of resource. Always compute#targetHttpsProxyAggregatedList for lists of Target HTTP Proxies.",
63891          "type": "string"
63892        },
63893        "nextPageToken": {
63894          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
63895          "type": "string"
63896        },
63897        "selfLink": {
63898          "description": "[Output Only] Server-defined URL for this resource.",
63899          "type": "string"
63900        },
63901        "unreachables": {
63902          "description": "[Output Only] Unreachable resources.",
63903          "items": {
63904            "type": "string"
63905          },
63906          "type": "array"
63907        },
63908        "warning": {
63909          "description": "[Output Only] Informational warning message.",
63910          "properties": {
63911            "code": {
63912              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
63913              "enum": [
63914                "CLEANUP_FAILED",
63915                "DEPRECATED_RESOURCE_USED",
63916                "DEPRECATED_TYPE_USED",
63917                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
63918                "EXPERIMENTAL_TYPE_USED",
63919                "EXTERNAL_API_WARNING",
63920                "FIELD_VALUE_OVERRIDEN",
63921                "INJECTED_KERNELS_DEPRECATED",
63922                "LARGE_DEPLOYMENT_WARNING",
63923                "MISSING_TYPE_DEPENDENCY",
63924                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
63925                "NEXT_HOP_CANNOT_IP_FORWARD",
63926                "NEXT_HOP_INSTANCE_NOT_FOUND",
63927                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
63928                "NEXT_HOP_NOT_RUNNING",
63929                "NOT_CRITICAL_ERROR",
63930                "NO_RESULTS_ON_PAGE",
63931                "PARTIAL_SUCCESS",
63932                "REQUIRED_TOS_AGREEMENT",
63933                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
63934                "RESOURCE_NOT_DELETED",
63935                "SCHEMA_VALIDATION_IGNORED",
63936                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
63937                "UNDECLARED_PROPERTIES",
63938                "UNREACHABLE"
63939              ],
63940              "enumDescriptions": [
63941                "",
63942                "",
63943                "",
63944                "",
63945                "",
63946                "",
63947                "",
63948                "",
63949                "",
63950                "",
63951                "",
63952                "",
63953                "",
63954                "",
63955                "",
63956                "",
63957                "",
63958                "",
63959                "",
63960                "",
63961                "",
63962                "",
63963                "",
63964                "",
63965                ""
63966              ],
63967              "type": "string"
63968            },
63969            "data": {
63970              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
63971              "items": {
63972                "properties": {
63973                  "key": {
63974                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
63975                    "type": "string"
63976                  },
63977                  "value": {
63978                    "description": "[Output Only] A warning data value corresponding to the key.",
63979                    "type": "string"
63980                  }
63981                },
63982                "type": "object"
63983              },
63984              "type": "array"
63985            },
63986            "message": {
63987              "description": "[Output Only] A human-readable description of the warning code.",
63988              "type": "string"
63989            }
63990          },
63991          "type": "object"
63992        }
63993      },
63994      "type": "object"
63995    },
63996    "TargetHttpsProxyList": {
63997      "description": "Contains a list of TargetHttpsProxy resources.",
63998      "id": "TargetHttpsProxyList",
63999      "properties": {
64000        "id": {
64001          "description": "[Output Only] Unique identifier for the resource; defined by the server.",
64002          "type": "string"
64003        },
64004        "items": {
64005          "description": "A list of TargetHttpsProxy resources.",
64006          "items": {
64007            "$ref": "TargetHttpsProxy"
64008          },
64009          "type": "array"
64010        },
64011        "kind": {
64012          "default": "compute#targetHttpsProxyList",
64013          "description": "Type of resource. Always compute#targetHttpsProxyList for lists of target HTTPS proxies.",
64014          "type": "string"
64015        },
64016        "nextPageToken": {
64017          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
64018          "type": "string"
64019        },
64020        "selfLink": {
64021          "description": "[Output Only] Server-defined URL for this resource.",
64022          "type": "string"
64023        },
64024        "warning": {
64025          "description": "[Output Only] Informational warning message.",
64026          "properties": {
64027            "code": {
64028              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
64029              "enum": [
64030                "CLEANUP_FAILED",
64031                "DEPRECATED_RESOURCE_USED",
64032                "DEPRECATED_TYPE_USED",
64033                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
64034                "EXPERIMENTAL_TYPE_USED",
64035                "EXTERNAL_API_WARNING",
64036                "FIELD_VALUE_OVERRIDEN",
64037                "INJECTED_KERNELS_DEPRECATED",
64038                "LARGE_DEPLOYMENT_WARNING",
64039                "MISSING_TYPE_DEPENDENCY",
64040                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
64041                "NEXT_HOP_CANNOT_IP_FORWARD",
64042                "NEXT_HOP_INSTANCE_NOT_FOUND",
64043                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
64044                "NEXT_HOP_NOT_RUNNING",
64045                "NOT_CRITICAL_ERROR",
64046                "NO_RESULTS_ON_PAGE",
64047                "PARTIAL_SUCCESS",
64048                "REQUIRED_TOS_AGREEMENT",
64049                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
64050                "RESOURCE_NOT_DELETED",
64051                "SCHEMA_VALIDATION_IGNORED",
64052                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
64053                "UNDECLARED_PROPERTIES",
64054                "UNREACHABLE"
64055              ],
64056              "enumDescriptions": [
64057                "",
64058                "",
64059                "",
64060                "",
64061                "",
64062                "",
64063                "",
64064                "",
64065                "",
64066                "",
64067                "",
64068                "",
64069                "",
64070                "",
64071                "",
64072                "",
64073                "",
64074                "",
64075                "",
64076                "",
64077                "",
64078                "",
64079                "",
64080                "",
64081                ""
64082              ],
64083              "type": "string"
64084            },
64085            "data": {
64086              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
64087              "items": {
64088                "properties": {
64089                  "key": {
64090                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
64091                    "type": "string"
64092                  },
64093                  "value": {
64094                    "description": "[Output Only] A warning data value corresponding to the key.",
64095                    "type": "string"
64096                  }
64097                },
64098                "type": "object"
64099              },
64100              "type": "array"
64101            },
64102            "message": {
64103              "description": "[Output Only] A human-readable description of the warning code.",
64104              "type": "string"
64105            }
64106          },
64107          "type": "object"
64108        }
64109      },
64110      "type": "object"
64111    },
64112    "TargetInstance": {
64113      "description": "Represents a Target Instance resource.\n\nYou can use a target instance to handle traffic for one or more forwarding rules, which is ideal for forwarding protocol traffic that is managed by a single source. For example, ESP, AH, TCP, or UDP. For more information, read Target instances. (== resource_for {$api_version}.targetInstances ==)",
64114      "id": "TargetInstance",
64115      "properties": {
64116        "creationTimestamp": {
64117          "description": "[Output Only] Creation timestamp in RFC3339 text format.",
64118          "type": "string"
64119        },
64120        "description": {
64121          "description": "An optional description of this resource. Provide this property when you create the resource.",
64122          "type": "string"
64123        },
64124        "id": {
64125          "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.",
64126          "format": "uint64",
64127          "type": "string"
64128        },
64129        "instance": {
64130          "description": "A URL to the virtual machine instance that handles traffic for this target instance. When creating a target instance, you can provide the fully-qualified URL or a valid partial URL to the desired virtual machine. For example, the following are all valid URLs: \n- https://www.googleapis.com/compute/v1/projects/project/zones/zone/instances/instance \n- projects/project/zones/zone/instances/instance \n- zones/zone/instances/instance",
64131          "type": "string"
64132        },
64133        "kind": {
64134          "default": "compute#targetInstance",
64135          "description": "[Output Only] The type of the resource. Always compute#targetInstance for target instances.",
64136          "type": "string"
64137        },
64138        "name": {
64139          "description": "Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.",
64140          "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
64141          "type": "string"
64142        },
64143        "natPolicy": {
64144          "description": "NAT option controlling how IPs are NAT'ed to the instance. Currently only NO_NAT (default value) is supported.",
64145          "enum": [
64146            "NO_NAT"
64147          ],
64148          "enumDescriptions": [
64149            ""
64150          ],
64151          "type": "string"
64152        },
64153        "network": {
64154          "description": "The URL of the network this target instance uses to forward traffic. If not specified, the traffic will be forwarded to the network that the default network interface belongs to.",
64155          "type": "string"
64156        },
64157        "selfLink": {
64158          "description": "[Output Only] Server-defined URL for the resource.",
64159          "type": "string"
64160        },
64161        "selfLinkWithId": {
64162          "description": "[Output Only] Server-defined URL for this resource with the resource id.",
64163          "type": "string"
64164        },
64165        "zone": {
64166          "description": "[Output Only] URL of the zone where the target instance resides. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.",
64167          "type": "string"
64168        }
64169      },
64170      "type": "object"
64171    },
64172    "TargetInstanceAggregatedList": {
64173      "id": "TargetInstanceAggregatedList",
64174      "properties": {
64175        "id": {
64176          "description": "[Output Only] Unique identifier for the resource; defined by the server.",
64177          "type": "string"
64178        },
64179        "items": {
64180          "additionalProperties": {
64181            "$ref": "TargetInstancesScopedList",
64182            "description": "Name of the scope containing this set of target instances."
64183          },
64184          "description": "A list of TargetInstance resources.",
64185          "type": "object"
64186        },
64187        "kind": {
64188          "default": "compute#targetInstanceAggregatedList",
64189          "description": "Type of resource.",
64190          "type": "string"
64191        },
64192        "nextPageToken": {
64193          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
64194          "type": "string"
64195        },
64196        "selfLink": {
64197          "description": "[Output Only] Server-defined URL for this resource.",
64198          "type": "string"
64199        },
64200        "unreachables": {
64201          "description": "[Output Only] Unreachable resources.",
64202          "items": {
64203            "type": "string"
64204          },
64205          "type": "array"
64206        },
64207        "warning": {
64208          "description": "[Output Only] Informational warning message.",
64209          "properties": {
64210            "code": {
64211              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
64212              "enum": [
64213                "CLEANUP_FAILED",
64214                "DEPRECATED_RESOURCE_USED",
64215                "DEPRECATED_TYPE_USED",
64216                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
64217                "EXPERIMENTAL_TYPE_USED",
64218                "EXTERNAL_API_WARNING",
64219                "FIELD_VALUE_OVERRIDEN",
64220                "INJECTED_KERNELS_DEPRECATED",
64221                "LARGE_DEPLOYMENT_WARNING",
64222                "MISSING_TYPE_DEPENDENCY",
64223                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
64224                "NEXT_HOP_CANNOT_IP_FORWARD",
64225                "NEXT_HOP_INSTANCE_NOT_FOUND",
64226                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
64227                "NEXT_HOP_NOT_RUNNING",
64228                "NOT_CRITICAL_ERROR",
64229                "NO_RESULTS_ON_PAGE",
64230                "PARTIAL_SUCCESS",
64231                "REQUIRED_TOS_AGREEMENT",
64232                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
64233                "RESOURCE_NOT_DELETED",
64234                "SCHEMA_VALIDATION_IGNORED",
64235                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
64236                "UNDECLARED_PROPERTIES",
64237                "UNREACHABLE"
64238              ],
64239              "enumDescriptions": [
64240                "",
64241                "",
64242                "",
64243                "",
64244                "",
64245                "",
64246                "",
64247                "",
64248                "",
64249                "",
64250                "",
64251                "",
64252                "",
64253                "",
64254                "",
64255                "",
64256                "",
64257                "",
64258                "",
64259                "",
64260                "",
64261                "",
64262                "",
64263                "",
64264                ""
64265              ],
64266              "type": "string"
64267            },
64268            "data": {
64269              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
64270              "items": {
64271                "properties": {
64272                  "key": {
64273                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
64274                    "type": "string"
64275                  },
64276                  "value": {
64277                    "description": "[Output Only] A warning data value corresponding to the key.",
64278                    "type": "string"
64279                  }
64280                },
64281                "type": "object"
64282              },
64283              "type": "array"
64284            },
64285            "message": {
64286              "description": "[Output Only] A human-readable description of the warning code.",
64287              "type": "string"
64288            }
64289          },
64290          "type": "object"
64291        }
64292      },
64293      "type": "object"
64294    },
64295    "TargetInstanceList": {
64296      "description": "Contains a list of TargetInstance resources.",
64297      "id": "TargetInstanceList",
64298      "properties": {
64299        "id": {
64300          "description": "[Output Only] Unique identifier for the resource; defined by the server.",
64301          "type": "string"
64302        },
64303        "items": {
64304          "description": "A list of TargetInstance resources.",
64305          "items": {
64306            "$ref": "TargetInstance"
64307          },
64308          "type": "array"
64309        },
64310        "kind": {
64311          "default": "compute#targetInstanceList",
64312          "description": "Type of resource.",
64313          "type": "string"
64314        },
64315        "nextPageToken": {
64316          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
64317          "type": "string"
64318        },
64319        "selfLink": {
64320          "description": "[Output Only] Server-defined URL for this resource.",
64321          "type": "string"
64322        },
64323        "warning": {
64324          "description": "[Output Only] Informational warning message.",
64325          "properties": {
64326            "code": {
64327              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
64328              "enum": [
64329                "CLEANUP_FAILED",
64330                "DEPRECATED_RESOURCE_USED",
64331                "DEPRECATED_TYPE_USED",
64332                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
64333                "EXPERIMENTAL_TYPE_USED",
64334                "EXTERNAL_API_WARNING",
64335                "FIELD_VALUE_OVERRIDEN",
64336                "INJECTED_KERNELS_DEPRECATED",
64337                "LARGE_DEPLOYMENT_WARNING",
64338                "MISSING_TYPE_DEPENDENCY",
64339                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
64340                "NEXT_HOP_CANNOT_IP_FORWARD",
64341                "NEXT_HOP_INSTANCE_NOT_FOUND",
64342                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
64343                "NEXT_HOP_NOT_RUNNING",
64344                "NOT_CRITICAL_ERROR",
64345                "NO_RESULTS_ON_PAGE",
64346                "PARTIAL_SUCCESS",
64347                "REQUIRED_TOS_AGREEMENT",
64348                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
64349                "RESOURCE_NOT_DELETED",
64350                "SCHEMA_VALIDATION_IGNORED",
64351                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
64352                "UNDECLARED_PROPERTIES",
64353                "UNREACHABLE"
64354              ],
64355              "enumDescriptions": [
64356                "",
64357                "",
64358                "",
64359                "",
64360                "",
64361                "",
64362                "",
64363                "",
64364                "",
64365                "",
64366                "",
64367                "",
64368                "",
64369                "",
64370                "",
64371                "",
64372                "",
64373                "",
64374                "",
64375                "",
64376                "",
64377                "",
64378                "",
64379                "",
64380                ""
64381              ],
64382              "type": "string"
64383            },
64384            "data": {
64385              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
64386              "items": {
64387                "properties": {
64388                  "key": {
64389                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
64390                    "type": "string"
64391                  },
64392                  "value": {
64393                    "description": "[Output Only] A warning data value corresponding to the key.",
64394                    "type": "string"
64395                  }
64396                },
64397                "type": "object"
64398              },
64399              "type": "array"
64400            },
64401            "message": {
64402              "description": "[Output Only] A human-readable description of the warning code.",
64403              "type": "string"
64404            }
64405          },
64406          "type": "object"
64407        }
64408      },
64409      "type": "object"
64410    },
64411    "TargetInstancesScopedList": {
64412      "id": "TargetInstancesScopedList",
64413      "properties": {
64414        "targetInstances": {
64415          "description": "A list of target instances contained in this scope.",
64416          "items": {
64417            "$ref": "TargetInstance"
64418          },
64419          "type": "array"
64420        },
64421        "warning": {
64422          "description": "Informational warning which replaces the list of addresses when the list is empty.",
64423          "properties": {
64424            "code": {
64425              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
64426              "enum": [
64427                "CLEANUP_FAILED",
64428                "DEPRECATED_RESOURCE_USED",
64429                "DEPRECATED_TYPE_USED",
64430                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
64431                "EXPERIMENTAL_TYPE_USED",
64432                "EXTERNAL_API_WARNING",
64433                "FIELD_VALUE_OVERRIDEN",
64434                "INJECTED_KERNELS_DEPRECATED",
64435                "LARGE_DEPLOYMENT_WARNING",
64436                "MISSING_TYPE_DEPENDENCY",
64437                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
64438                "NEXT_HOP_CANNOT_IP_FORWARD",
64439                "NEXT_HOP_INSTANCE_NOT_FOUND",
64440                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
64441                "NEXT_HOP_NOT_RUNNING",
64442                "NOT_CRITICAL_ERROR",
64443                "NO_RESULTS_ON_PAGE",
64444                "PARTIAL_SUCCESS",
64445                "REQUIRED_TOS_AGREEMENT",
64446                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
64447                "RESOURCE_NOT_DELETED",
64448                "SCHEMA_VALIDATION_IGNORED",
64449                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
64450                "UNDECLARED_PROPERTIES",
64451                "UNREACHABLE"
64452              ],
64453              "enumDescriptions": [
64454                "",
64455                "",
64456                "",
64457                "",
64458                "",
64459                "",
64460                "",
64461                "",
64462                "",
64463                "",
64464                "",
64465                "",
64466                "",
64467                "",
64468                "",
64469                "",
64470                "",
64471                "",
64472                "",
64473                "",
64474                "",
64475                "",
64476                "",
64477                "",
64478                ""
64479              ],
64480              "type": "string"
64481            },
64482            "data": {
64483              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
64484              "items": {
64485                "properties": {
64486                  "key": {
64487                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
64488                    "type": "string"
64489                  },
64490                  "value": {
64491                    "description": "[Output Only] A warning data value corresponding to the key.",
64492                    "type": "string"
64493                  }
64494                },
64495                "type": "object"
64496              },
64497              "type": "array"
64498            },
64499            "message": {
64500              "description": "[Output Only] A human-readable description of the warning code.",
64501              "type": "string"
64502            }
64503          },
64504          "type": "object"
64505        }
64506      },
64507      "type": "object"
64508    },
64509    "TargetPool": {
64510      "description": "Represents a Target Pool resource.\n\nTarget pools are used for network TCP/UDP load balancing. A target pool references member instances, an associated legacy HttpHealthCheck resource, and, optionally, a backup target pool. For more information, read Using target pools. (== resource_for {$api_version}.targetPools ==)",
64511      "id": "TargetPool",
64512      "properties": {
64513        "backupPool": {
64514          "description": "The server-defined URL for the resource. This field is applicable only when the containing target pool is serving a forwarding rule as the primary pool, and its failoverRatio field is properly set to a value between [0, 1].\n\nbackupPool and failoverRatio together define the fallback behavior of the primary target pool: if the ratio of the healthy instances in the primary pool is at or below failoverRatio, traffic arriving at the load-balanced IP will be directed to the backup pool.\n\nIn case where failoverRatio and backupPool are not set, or all the instances in the backup pool are unhealthy, the traffic will be directed back to the primary pool in the \"force\" mode, where traffic will be spread to the healthy instances with the best effort, or to all instances when no instance is healthy.",
64515          "type": "string"
64516        },
64517        "creationTimestamp": {
64518          "description": "[Output Only] Creation timestamp in RFC3339 text format.",
64519          "type": "string"
64520        },
64521        "description": {
64522          "description": "An optional description of this resource. Provide this property when you create the resource.",
64523          "type": "string"
64524        },
64525        "failoverRatio": {
64526          "description": "This field is applicable only when the containing target pool is serving a forwarding rule as the primary pool (i.e., not as a backup pool to some other target pool). The value of the field must be in [0, 1].\n\nIf set, backupPool must also be set. They together define the fallback behavior of the primary target pool: if the ratio of the healthy instances in the primary pool is at or below this number, traffic arriving at the load-balanced IP will be directed to the backup pool.\n\nIn case where failoverRatio is not set or all the instances in the backup pool are unhealthy, the traffic will be directed back to the primary pool in the \"force\" mode, where traffic will be spread to the healthy instances with the best effort, or to all instances when no instance is healthy.",
64527          "format": "float",
64528          "type": "number"
64529        },
64530        "healthChecks": {
64531          "description": "The URL of the HttpHealthCheck resource. A member instance in this pool is considered healthy if and only if the health checks pass. An empty list means all member instances will be considered healthy at all times. Only legacy HttpHealthChecks are supported. Only one health check may be specified.",
64532          "items": {
64533            "type": "string"
64534          },
64535          "type": "array"
64536        },
64537        "id": {
64538          "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.",
64539          "format": "uint64",
64540          "type": "string"
64541        },
64542        "instances": {
64543          "description": "A list of resource URLs to the virtual machine instances serving this pool. They must live in zones contained in the same region as this pool.",
64544          "items": {
64545            "type": "string"
64546          },
64547          "type": "array"
64548        },
64549        "kind": {
64550          "default": "compute#targetPool",
64551          "description": "[Output Only] Type of the resource. Always compute#targetPool for target pools.",
64552          "type": "string"
64553        },
64554        "name": {
64555          "description": "Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.",
64556          "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
64557          "type": "string"
64558        },
64559        "region": {
64560          "description": "[Output Only] URL of the region where the target pool resides.",
64561          "type": "string"
64562        },
64563        "selfLink": {
64564          "description": "[Output Only] Server-defined URL for the resource.",
64565          "type": "string"
64566        },
64567        "selfLinkWithId": {
64568          "description": "[Output Only] Server-defined URL for this resource with the resource id.",
64569          "type": "string"
64570        },
64571        "sessionAffinity": {
64572          "description": "Session affinity option, must be one of the following values:\nNONE: Connections from the same client IP may go to any instance in the pool.\nCLIENT_IP: Connections from the same client IP will go to the same instance in the pool while that instance remains healthy.\nCLIENT_IP_PROTO: Connections from the same client IP with the same IP protocol will go to the same instance in the pool while that instance remains healthy.",
64573          "enum": [
64574            "CLIENT_IP",
64575            "CLIENT_IP_NO_DESTINATION",
64576            "CLIENT_IP_PORT_PROTO",
64577            "CLIENT_IP_PROTO",
64578            "GENERATED_COOKIE",
64579            "HEADER_FIELD",
64580            "HTTP_COOKIE",
64581            "NONE"
64582          ],
64583          "enumDescriptions": [
64584            "",
64585            "",
64586            "",
64587            "",
64588            "",
64589            "",
64590            "",
64591            ""
64592          ],
64593          "type": "string"
64594        }
64595      },
64596      "type": "object"
64597    },
64598    "TargetPoolAggregatedList": {
64599      "id": "TargetPoolAggregatedList",
64600      "properties": {
64601        "id": {
64602          "description": "[Output Only] Unique identifier for the resource; defined by the server.",
64603          "type": "string"
64604        },
64605        "items": {
64606          "additionalProperties": {
64607            "$ref": "TargetPoolsScopedList",
64608            "description": "Name of the scope containing this set of target pools."
64609          },
64610          "description": "A list of TargetPool resources.",
64611          "type": "object"
64612        },
64613        "kind": {
64614          "default": "compute#targetPoolAggregatedList",
64615          "description": "[Output Only] Type of resource. Always compute#targetPoolAggregatedList for aggregated lists of target pools.",
64616          "type": "string"
64617        },
64618        "nextPageToken": {
64619          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
64620          "type": "string"
64621        },
64622        "selfLink": {
64623          "description": "[Output Only] Server-defined URL for this resource.",
64624          "type": "string"
64625        },
64626        "unreachables": {
64627          "description": "[Output Only] Unreachable resources.",
64628          "items": {
64629            "type": "string"
64630          },
64631          "type": "array"
64632        },
64633        "warning": {
64634          "description": "[Output Only] Informational warning message.",
64635          "properties": {
64636            "code": {
64637              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
64638              "enum": [
64639                "CLEANUP_FAILED",
64640                "DEPRECATED_RESOURCE_USED",
64641                "DEPRECATED_TYPE_USED",
64642                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
64643                "EXPERIMENTAL_TYPE_USED",
64644                "EXTERNAL_API_WARNING",
64645                "FIELD_VALUE_OVERRIDEN",
64646                "INJECTED_KERNELS_DEPRECATED",
64647                "LARGE_DEPLOYMENT_WARNING",
64648                "MISSING_TYPE_DEPENDENCY",
64649                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
64650                "NEXT_HOP_CANNOT_IP_FORWARD",
64651                "NEXT_HOP_INSTANCE_NOT_FOUND",
64652                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
64653                "NEXT_HOP_NOT_RUNNING",
64654                "NOT_CRITICAL_ERROR",
64655                "NO_RESULTS_ON_PAGE",
64656                "PARTIAL_SUCCESS",
64657                "REQUIRED_TOS_AGREEMENT",
64658                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
64659                "RESOURCE_NOT_DELETED",
64660                "SCHEMA_VALIDATION_IGNORED",
64661                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
64662                "UNDECLARED_PROPERTIES",
64663                "UNREACHABLE"
64664              ],
64665              "enumDescriptions": [
64666                "",
64667                "",
64668                "",
64669                "",
64670                "",
64671                "",
64672                "",
64673                "",
64674                "",
64675                "",
64676                "",
64677                "",
64678                "",
64679                "",
64680                "",
64681                "",
64682                "",
64683                "",
64684                "",
64685                "",
64686                "",
64687                "",
64688                "",
64689                "",
64690                ""
64691              ],
64692              "type": "string"
64693            },
64694            "data": {
64695              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
64696              "items": {
64697                "properties": {
64698                  "key": {
64699                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
64700                    "type": "string"
64701                  },
64702                  "value": {
64703                    "description": "[Output Only] A warning data value corresponding to the key.",
64704                    "type": "string"
64705                  }
64706                },
64707                "type": "object"
64708              },
64709              "type": "array"
64710            },
64711            "message": {
64712              "description": "[Output Only] A human-readable description of the warning code.",
64713              "type": "string"
64714            }
64715          },
64716          "type": "object"
64717        }
64718      },
64719      "type": "object"
64720    },
64721    "TargetPoolInstanceHealth": {
64722      "id": "TargetPoolInstanceHealth",
64723      "properties": {
64724        "healthStatus": {
64725          "items": {
64726            "$ref": "HealthStatus"
64727          },
64728          "type": "array"
64729        },
64730        "kind": {
64731          "default": "compute#targetPoolInstanceHealth",
64732          "description": "[Output Only] Type of resource. Always compute#targetPoolInstanceHealth when checking the health of an instance.",
64733          "type": "string"
64734        }
64735      },
64736      "type": "object"
64737    },
64738    "TargetPoolList": {
64739      "description": "Contains a list of TargetPool resources.",
64740      "id": "TargetPoolList",
64741      "properties": {
64742        "id": {
64743          "description": "[Output Only] Unique identifier for the resource; defined by the server.",
64744          "type": "string"
64745        },
64746        "items": {
64747          "description": "A list of TargetPool resources.",
64748          "items": {
64749            "$ref": "TargetPool"
64750          },
64751          "type": "array"
64752        },
64753        "kind": {
64754          "default": "compute#targetPoolList",
64755          "description": "[Output Only] Type of resource. Always compute#targetPoolList for lists of target pools.",
64756          "type": "string"
64757        },
64758        "nextPageToken": {
64759          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
64760          "type": "string"
64761        },
64762        "selfLink": {
64763          "description": "[Output Only] Server-defined URL for this resource.",
64764          "type": "string"
64765        },
64766        "warning": {
64767          "description": "[Output Only] Informational warning message.",
64768          "properties": {
64769            "code": {
64770              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
64771              "enum": [
64772                "CLEANUP_FAILED",
64773                "DEPRECATED_RESOURCE_USED",
64774                "DEPRECATED_TYPE_USED",
64775                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
64776                "EXPERIMENTAL_TYPE_USED",
64777                "EXTERNAL_API_WARNING",
64778                "FIELD_VALUE_OVERRIDEN",
64779                "INJECTED_KERNELS_DEPRECATED",
64780                "LARGE_DEPLOYMENT_WARNING",
64781                "MISSING_TYPE_DEPENDENCY",
64782                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
64783                "NEXT_HOP_CANNOT_IP_FORWARD",
64784                "NEXT_HOP_INSTANCE_NOT_FOUND",
64785                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
64786                "NEXT_HOP_NOT_RUNNING",
64787                "NOT_CRITICAL_ERROR",
64788                "NO_RESULTS_ON_PAGE",
64789                "PARTIAL_SUCCESS",
64790                "REQUIRED_TOS_AGREEMENT",
64791                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
64792                "RESOURCE_NOT_DELETED",
64793                "SCHEMA_VALIDATION_IGNORED",
64794                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
64795                "UNDECLARED_PROPERTIES",
64796                "UNREACHABLE"
64797              ],
64798              "enumDescriptions": [
64799                "",
64800                "",
64801                "",
64802                "",
64803                "",
64804                "",
64805                "",
64806                "",
64807                "",
64808                "",
64809                "",
64810                "",
64811                "",
64812                "",
64813                "",
64814                "",
64815                "",
64816                "",
64817                "",
64818                "",
64819                "",
64820                "",
64821                "",
64822                "",
64823                ""
64824              ],
64825              "type": "string"
64826            },
64827            "data": {
64828              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
64829              "items": {
64830                "properties": {
64831                  "key": {
64832                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
64833                    "type": "string"
64834                  },
64835                  "value": {
64836                    "description": "[Output Only] A warning data value corresponding to the key.",
64837                    "type": "string"
64838                  }
64839                },
64840                "type": "object"
64841              },
64842              "type": "array"
64843            },
64844            "message": {
64845              "description": "[Output Only] A human-readable description of the warning code.",
64846              "type": "string"
64847            }
64848          },
64849          "type": "object"
64850        }
64851      },
64852      "type": "object"
64853    },
64854    "TargetPoolsAddHealthCheckRequest": {
64855      "id": "TargetPoolsAddHealthCheckRequest",
64856      "properties": {
64857        "healthChecks": {
64858          "description": "The HttpHealthCheck to add to the target pool.",
64859          "items": {
64860            "$ref": "HealthCheckReference"
64861          },
64862          "type": "array"
64863        }
64864      },
64865      "type": "object"
64866    },
64867    "TargetPoolsAddInstanceRequest": {
64868      "id": "TargetPoolsAddInstanceRequest",
64869      "properties": {
64870        "instances": {
64871          "description": "A full or partial URL to an instance to add to this target pool. This can be a full or partial URL. For example, the following are valid URLs:  \n- https://www.googleapis.com/compute/v1/projects/project-id/zones/zone/instances/instance-name \n- projects/project-id/zones/zone/instances/instance-name \n- zones/zone/instances/instance-name",
64872          "items": {
64873            "$ref": "InstanceReference"
64874          },
64875          "type": "array"
64876        }
64877      },
64878      "type": "object"
64879    },
64880    "TargetPoolsRemoveHealthCheckRequest": {
64881      "id": "TargetPoolsRemoveHealthCheckRequest",
64882      "properties": {
64883        "healthChecks": {
64884          "description": "Health check URL to be removed. This can be a full or valid partial URL. For example, the following are valid URLs:  \n- https://www.googleapis.com/compute/beta/projects/project/global/httpHealthChecks/health-check \n- projects/project/global/httpHealthChecks/health-check \n- global/httpHealthChecks/health-check",
64885          "items": {
64886            "$ref": "HealthCheckReference"
64887          },
64888          "type": "array"
64889        }
64890      },
64891      "type": "object"
64892    },
64893    "TargetPoolsRemoveInstanceRequest": {
64894      "id": "TargetPoolsRemoveInstanceRequest",
64895      "properties": {
64896        "instances": {
64897          "description": "URLs of the instances to be removed from target pool.",
64898          "items": {
64899            "$ref": "InstanceReference"
64900          },
64901          "type": "array"
64902        }
64903      },
64904      "type": "object"
64905    },
64906    "TargetPoolsScopedList": {
64907      "id": "TargetPoolsScopedList",
64908      "properties": {
64909        "targetPools": {
64910          "description": "A list of target pools contained in this scope.",
64911          "items": {
64912            "$ref": "TargetPool"
64913          },
64914          "type": "array"
64915        },
64916        "warning": {
64917          "description": "Informational warning which replaces the list of addresses when the list is empty.",
64918          "properties": {
64919            "code": {
64920              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
64921              "enum": [
64922                "CLEANUP_FAILED",
64923                "DEPRECATED_RESOURCE_USED",
64924                "DEPRECATED_TYPE_USED",
64925                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
64926                "EXPERIMENTAL_TYPE_USED",
64927                "EXTERNAL_API_WARNING",
64928                "FIELD_VALUE_OVERRIDEN",
64929                "INJECTED_KERNELS_DEPRECATED",
64930                "LARGE_DEPLOYMENT_WARNING",
64931                "MISSING_TYPE_DEPENDENCY",
64932                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
64933                "NEXT_HOP_CANNOT_IP_FORWARD",
64934                "NEXT_HOP_INSTANCE_NOT_FOUND",
64935                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
64936                "NEXT_HOP_NOT_RUNNING",
64937                "NOT_CRITICAL_ERROR",
64938                "NO_RESULTS_ON_PAGE",
64939                "PARTIAL_SUCCESS",
64940                "REQUIRED_TOS_AGREEMENT",
64941                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
64942                "RESOURCE_NOT_DELETED",
64943                "SCHEMA_VALIDATION_IGNORED",
64944                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
64945                "UNDECLARED_PROPERTIES",
64946                "UNREACHABLE"
64947              ],
64948              "enumDescriptions": [
64949                "",
64950                "",
64951                "",
64952                "",
64953                "",
64954                "",
64955                "",
64956                "",
64957                "",
64958                "",
64959                "",
64960                "",
64961                "",
64962                "",
64963                "",
64964                "",
64965                "",
64966                "",
64967                "",
64968                "",
64969                "",
64970                "",
64971                "",
64972                "",
64973                ""
64974              ],
64975              "type": "string"
64976            },
64977            "data": {
64978              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
64979              "items": {
64980                "properties": {
64981                  "key": {
64982                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
64983                    "type": "string"
64984                  },
64985                  "value": {
64986                    "description": "[Output Only] A warning data value corresponding to the key.",
64987                    "type": "string"
64988                  }
64989                },
64990                "type": "object"
64991              },
64992              "type": "array"
64993            },
64994            "message": {
64995              "description": "[Output Only] A human-readable description of the warning code.",
64996              "type": "string"
64997            }
64998          },
64999          "type": "object"
65000        }
65001      },
65002      "type": "object"
65003    },
65004    "TargetReference": {
65005      "id": "TargetReference",
65006      "properties": {
65007        "target": {
65008          "type": "string"
65009        }
65010      },
65011      "type": "object"
65012    },
65013    "TargetSslProxiesSetBackendServiceRequest": {
65014      "id": "TargetSslProxiesSetBackendServiceRequest",
65015      "properties": {
65016        "service": {
65017          "description": "The URL of the new BackendService resource for the targetSslProxy.",
65018          "type": "string"
65019        }
65020      },
65021      "type": "object"
65022    },
65023    "TargetSslProxiesSetCertificateMapRequest": {
65024      "id": "TargetSslProxiesSetCertificateMapRequest",
65025      "properties": {
65026        "certificateMap": {
65027          "description": "URL of the Certificate Map to associate with this TargetSslProxy.",
65028          "type": "string"
65029        }
65030      },
65031      "type": "object"
65032    },
65033    "TargetSslProxiesSetProxyHeaderRequest": {
65034      "id": "TargetSslProxiesSetProxyHeaderRequest",
65035      "properties": {
65036        "proxyHeader": {
65037          "description": "The new type of proxy header to append before sending data to the backend. NONE or PROXY_V1 are allowed.",
65038          "enum": [
65039            "NONE",
65040            "PROXY_V1"
65041          ],
65042          "enumDescriptions": [
65043            "",
65044            ""
65045          ],
65046          "type": "string"
65047        }
65048      },
65049      "type": "object"
65050    },
65051    "TargetSslProxiesSetSslCertificatesRequest": {
65052      "id": "TargetSslProxiesSetSslCertificatesRequest",
65053      "properties": {
65054        "sslCertificates": {
65055          "description": "New set of URLs to SslCertificate resources to associate with this TargetSslProxy. Currently exactly one ssl certificate must be specified.",
65056          "items": {
65057            "type": "string"
65058          },
65059          "type": "array"
65060        }
65061      },
65062      "type": "object"
65063    },
65064    "TargetSslProxy": {
65065      "description": "Represents a Target SSL Proxy resource.\n\nA target SSL proxy is a component of a SSL Proxy load balancer. Global forwarding rules reference a target SSL proxy, and the target proxy then references an external backend service. For more information, read Using Target Proxies. (== resource_for {$api_version}.targetSslProxies ==)",
65066      "id": "TargetSslProxy",
65067      "properties": {
65068        "certificateMap": {
65069          "description": "URL of a certificate map that identifies a certificate map associated with the given target proxy. This field can only be set for global target proxies. If set, sslCertificates will be ignored.",
65070          "type": "string"
65071        },
65072        "creationTimestamp": {
65073          "description": "[Output Only] Creation timestamp in RFC3339 text format.",
65074          "type": "string"
65075        },
65076        "description": {
65077          "description": "An optional description of this resource. Provide this property when you create the resource.",
65078          "type": "string"
65079        },
65080        "id": {
65081          "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.",
65082          "format": "uint64",
65083          "type": "string"
65084        },
65085        "kind": {
65086          "default": "compute#targetSslProxy",
65087          "description": "[Output Only] Type of the resource. Always compute#targetSslProxy for target SSL proxies.",
65088          "type": "string"
65089        },
65090        "name": {
65091          "description": "Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.",
65092          "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
65093          "type": "string"
65094        },
65095        "proxyHeader": {
65096          "description": "Specifies the type of proxy header to append before sending data to the backend, either NONE or PROXY_V1. The default is NONE.",
65097          "enum": [
65098            "NONE",
65099            "PROXY_V1"
65100          ],
65101          "enumDescriptions": [
65102            "",
65103            ""
65104          ],
65105          "type": "string"
65106        },
65107        "selfLink": {
65108          "description": "[Output Only] Server-defined URL for the resource.",
65109          "type": "string"
65110        },
65111        "service": {
65112          "description": "URL to the BackendService resource.",
65113          "type": "string"
65114        },
65115        "sslCertificates": {
65116          "description": "URLs to SslCertificate resources that are used to authenticate connections to Backends. At least one SSL certificate must be specified. Currently, you may specify up to 15 SSL certificates.",
65117          "items": {
65118            "type": "string"
65119          },
65120          "type": "array"
65121        },
65122        "sslPolicy": {
65123          "description": "URL of SslPolicy resource that will be associated with the TargetSslProxy resource. If not set, the TargetSslProxy resource will not have any SSL policy configured.",
65124          "type": "string"
65125        }
65126      },
65127      "type": "object"
65128    },
65129    "TargetSslProxyList": {
65130      "description": "Contains a list of TargetSslProxy resources.",
65131      "id": "TargetSslProxyList",
65132      "properties": {
65133        "id": {
65134          "description": "[Output Only] Unique identifier for the resource; defined by the server.",
65135          "type": "string"
65136        },
65137        "items": {
65138          "description": "A list of TargetSslProxy resources.",
65139          "items": {
65140            "$ref": "TargetSslProxy"
65141          },
65142          "type": "array"
65143        },
65144        "kind": {
65145          "default": "compute#targetSslProxyList",
65146          "description": "Type of resource.",
65147          "type": "string"
65148        },
65149        "nextPageToken": {
65150          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
65151          "type": "string"
65152        },
65153        "selfLink": {
65154          "description": "[Output Only] Server-defined URL for this resource.",
65155          "type": "string"
65156        },
65157        "warning": {
65158          "description": "[Output Only] Informational warning message.",
65159          "properties": {
65160            "code": {
65161              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
65162              "enum": [
65163                "CLEANUP_FAILED",
65164                "DEPRECATED_RESOURCE_USED",
65165                "DEPRECATED_TYPE_USED",
65166                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
65167                "EXPERIMENTAL_TYPE_USED",
65168                "EXTERNAL_API_WARNING",
65169                "FIELD_VALUE_OVERRIDEN",
65170                "INJECTED_KERNELS_DEPRECATED",
65171                "LARGE_DEPLOYMENT_WARNING",
65172                "MISSING_TYPE_DEPENDENCY",
65173                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
65174                "NEXT_HOP_CANNOT_IP_FORWARD",
65175                "NEXT_HOP_INSTANCE_NOT_FOUND",
65176                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
65177                "NEXT_HOP_NOT_RUNNING",
65178                "NOT_CRITICAL_ERROR",
65179                "NO_RESULTS_ON_PAGE",
65180                "PARTIAL_SUCCESS",
65181                "REQUIRED_TOS_AGREEMENT",
65182                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
65183                "RESOURCE_NOT_DELETED",
65184                "SCHEMA_VALIDATION_IGNORED",
65185                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
65186                "UNDECLARED_PROPERTIES",
65187                "UNREACHABLE"
65188              ],
65189              "enumDescriptions": [
65190                "",
65191                "",
65192                "",
65193                "",
65194                "",
65195                "",
65196                "",
65197                "",
65198                "",
65199                "",
65200                "",
65201                "",
65202                "",
65203                "",
65204                "",
65205                "",
65206                "",
65207                "",
65208                "",
65209                "",
65210                "",
65211                "",
65212                "",
65213                "",
65214                ""
65215              ],
65216              "type": "string"
65217            },
65218            "data": {
65219              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
65220              "items": {
65221                "properties": {
65222                  "key": {
65223                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
65224                    "type": "string"
65225                  },
65226                  "value": {
65227                    "description": "[Output Only] A warning data value corresponding to the key.",
65228                    "type": "string"
65229                  }
65230                },
65231                "type": "object"
65232              },
65233              "type": "array"
65234            },
65235            "message": {
65236              "description": "[Output Only] A human-readable description of the warning code.",
65237              "type": "string"
65238            }
65239          },
65240          "type": "object"
65241        }
65242      },
65243      "type": "object"
65244    },
65245    "TargetTcpProxiesSetBackendServiceRequest": {
65246      "id": "TargetTcpProxiesSetBackendServiceRequest",
65247      "properties": {
65248        "service": {
65249          "description": "The URL of the new BackendService resource for the targetTcpProxy.",
65250          "type": "string"
65251        }
65252      },
65253      "type": "object"
65254    },
65255    "TargetTcpProxiesSetProxyHeaderRequest": {
65256      "id": "TargetTcpProxiesSetProxyHeaderRequest",
65257      "properties": {
65258        "proxyHeader": {
65259          "description": "The new type of proxy header to append before sending data to the backend. NONE or PROXY_V1 are allowed.",
65260          "enum": [
65261            "NONE",
65262            "PROXY_V1"
65263          ],
65264          "enumDescriptions": [
65265            "",
65266            ""
65267          ],
65268          "type": "string"
65269        }
65270      },
65271      "type": "object"
65272    },
65273    "TargetTcpProxy": {
65274      "description": "Represents a Target TCP Proxy resource.\n\nA target TCP proxy is a component of a TCP Proxy load balancer. Global forwarding rules reference target TCP proxy, and the target proxy then references an external backend service. For more information, read TCP Proxy Load Balancing overview. (== resource_for {$api_version}.targetTcpProxies ==)",
65275      "id": "TargetTcpProxy",
65276      "properties": {
65277        "creationTimestamp": {
65278          "description": "[Output Only] Creation timestamp in RFC3339 text format.",
65279          "type": "string"
65280        },
65281        "description": {
65282          "description": "An optional description of this resource. Provide this property when you create the resource.",
65283          "type": "string"
65284        },
65285        "id": {
65286          "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.",
65287          "format": "uint64",
65288          "type": "string"
65289        },
65290        "kind": {
65291          "default": "compute#targetTcpProxy",
65292          "description": "[Output Only] Type of the resource. Always compute#targetTcpProxy for target TCP proxies.",
65293          "type": "string"
65294        },
65295        "name": {
65296          "description": "Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.",
65297          "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
65298          "type": "string"
65299        },
65300        "proxyBind": {
65301          "description": "This field only applies when the forwarding rule that references this target proxy has a loadBalancingScheme set to INTERNAL_SELF_MANAGED.\n\nWhen this field is set to true, Envoy proxies set up inbound traffic interception and bind to the IP address and port specified in the forwarding rule. This is generally useful when using Traffic Director to configure Envoy as a gateway or middle proxy (in other words, not a sidecar proxy). The Envoy proxy listens for inbound requests and handles requests when it receives them.\n\nThe default is false.",
65302          "type": "boolean"
65303        },
65304        "proxyHeader": {
65305          "description": "Specifies the type of proxy header to append before sending data to the backend, either NONE or PROXY_V1. The default is NONE.",
65306          "enum": [
65307            "NONE",
65308            "PROXY_V1"
65309          ],
65310          "enumDescriptions": [
65311            "",
65312            ""
65313          ],
65314          "type": "string"
65315        },
65316        "selfLink": {
65317          "description": "[Output Only] Server-defined URL for the resource.",
65318          "type": "string"
65319        },
65320        "service": {
65321          "description": "URL to the BackendService resource.",
65322          "type": "string"
65323        }
65324      },
65325      "type": "object"
65326    },
65327    "TargetTcpProxyList": {
65328      "description": "Contains a list of TargetTcpProxy resources.",
65329      "id": "TargetTcpProxyList",
65330      "properties": {
65331        "id": {
65332          "description": "[Output Only] Unique identifier for the resource; defined by the server.",
65333          "type": "string"
65334        },
65335        "items": {
65336          "description": "A list of TargetTcpProxy resources.",
65337          "items": {
65338            "$ref": "TargetTcpProxy"
65339          },
65340          "type": "array"
65341        },
65342        "kind": {
65343          "default": "compute#targetTcpProxyList",
65344          "description": "Type of resource.",
65345          "type": "string"
65346        },
65347        "nextPageToken": {
65348          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
65349          "type": "string"
65350        },
65351        "selfLink": {
65352          "description": "[Output Only] Server-defined URL for this resource.",
65353          "type": "string"
65354        },
65355        "warning": {
65356          "description": "[Output Only] Informational warning message.",
65357          "properties": {
65358            "code": {
65359              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
65360              "enum": [
65361                "CLEANUP_FAILED",
65362                "DEPRECATED_RESOURCE_USED",
65363                "DEPRECATED_TYPE_USED",
65364                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
65365                "EXPERIMENTAL_TYPE_USED",
65366                "EXTERNAL_API_WARNING",
65367                "FIELD_VALUE_OVERRIDEN",
65368                "INJECTED_KERNELS_DEPRECATED",
65369                "LARGE_DEPLOYMENT_WARNING",
65370                "MISSING_TYPE_DEPENDENCY",
65371                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
65372                "NEXT_HOP_CANNOT_IP_FORWARD",
65373                "NEXT_HOP_INSTANCE_NOT_FOUND",
65374                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
65375                "NEXT_HOP_NOT_RUNNING",
65376                "NOT_CRITICAL_ERROR",
65377                "NO_RESULTS_ON_PAGE",
65378                "PARTIAL_SUCCESS",
65379                "REQUIRED_TOS_AGREEMENT",
65380                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
65381                "RESOURCE_NOT_DELETED",
65382                "SCHEMA_VALIDATION_IGNORED",
65383                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
65384                "UNDECLARED_PROPERTIES",
65385                "UNREACHABLE"
65386              ],
65387              "enumDescriptions": [
65388                "",
65389                "",
65390                "",
65391                "",
65392                "",
65393                "",
65394                "",
65395                "",
65396                "",
65397                "",
65398                "",
65399                "",
65400                "",
65401                "",
65402                "",
65403                "",
65404                "",
65405                "",
65406                "",
65407                "",
65408                "",
65409                "",
65410                "",
65411                "",
65412                ""
65413              ],
65414              "type": "string"
65415            },
65416            "data": {
65417              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
65418              "items": {
65419                "properties": {
65420                  "key": {
65421                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
65422                    "type": "string"
65423                  },
65424                  "value": {
65425                    "description": "[Output Only] A warning data value corresponding to the key.",
65426                    "type": "string"
65427                  }
65428                },
65429                "type": "object"
65430              },
65431              "type": "array"
65432            },
65433            "message": {
65434              "description": "[Output Only] A human-readable description of the warning code.",
65435              "type": "string"
65436            }
65437          },
65438          "type": "object"
65439        }
65440      },
65441      "type": "object"
65442    },
65443    "TargetVpnGateway": {
65444      "description": "Represents a Target VPN Gateway resource.\n\nThe target VPN gateway resource represents a Classic Cloud VPN gateway. For more information, read the the Cloud VPN Overview. (== resource_for {$api_version}.targetVpnGateways ==)",
65445      "id": "TargetVpnGateway",
65446      "properties": {
65447        "creationTimestamp": {
65448          "description": "[Output Only] Creation timestamp in RFC3339 text format.",
65449          "type": "string"
65450        },
65451        "description": {
65452          "description": "An optional description of this resource. Provide this property when you create the resource.",
65453          "type": "string"
65454        },
65455        "forwardingRules": {
65456          "description": "[Output Only] A list of URLs to the ForwardingRule resources. ForwardingRules are created using compute.forwardingRules.insert and associated with a VPN gateway.",
65457          "items": {
65458            "type": "string"
65459          },
65460          "type": "array"
65461        },
65462        "id": {
65463          "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.",
65464          "format": "uint64",
65465          "type": "string"
65466        },
65467        "kind": {
65468          "default": "compute#targetVpnGateway",
65469          "description": "[Output Only] Type of resource. Always compute#targetVpnGateway for target VPN gateways.",
65470          "type": "string"
65471        },
65472        "labelFingerprint": {
65473          "description": "A fingerprint for the labels being applied to this TargetVpnGateway, which is essentially a hash of the labels set used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update labels. You must always provide an up-to-date fingerprint hash in order to update or change labels, otherwise the request will fail with error 412 conditionNotMet.\n\nTo see the latest fingerprint, make a get() request to retrieve a TargetVpnGateway.",
65474          "format": "byte",
65475          "type": "string"
65476        },
65477        "labels": {
65478          "additionalProperties": {
65479            "type": "string"
65480          },
65481          "description": "Labels for this resource. These can only be added or modified by the setLabels method. Each label key/value pair must comply with RFC1035. Label values may be empty.",
65482          "type": "object"
65483        },
65484        "name": {
65485          "annotations": {
65486            "required": [
65487              "compute.targetVpnGateways.insert"
65488            ]
65489          },
65490          "description": "Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.",
65491          "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
65492          "type": "string"
65493        },
65494        "network": {
65495          "annotations": {
65496            "required": [
65497              "compute.targetVpnGateways.insert"
65498            ]
65499          },
65500          "description": "URL of the network to which this VPN gateway is attached. Provided by the client when the VPN gateway is created.",
65501          "type": "string"
65502        },
65503        "region": {
65504          "description": "[Output Only] URL of the region where the target VPN gateway resides. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.",
65505          "type": "string"
65506        },
65507        "selfLink": {
65508          "description": "[Output Only] Server-defined URL for the resource.",
65509          "type": "string"
65510        },
65511        "status": {
65512          "description": "[Output Only] The status of the VPN gateway, which can be one of the following: CREATING, READY, FAILED, or DELETING.",
65513          "enum": [
65514            "CREATING",
65515            "DELETING",
65516            "FAILED",
65517            "READY"
65518          ],
65519          "enumDescriptions": [
65520            "",
65521            "",
65522            "",
65523            ""
65524          ],
65525          "type": "string"
65526        },
65527        "tunnels": {
65528          "description": "[Output Only] A list of URLs to VpnTunnel resources. VpnTunnels are created using the compute.vpntunnels.insert method and associated with a VPN gateway.",
65529          "items": {
65530            "type": "string"
65531          },
65532          "type": "array"
65533        }
65534      },
65535      "type": "object"
65536    },
65537    "TargetVpnGatewayAggregatedList": {
65538      "id": "TargetVpnGatewayAggregatedList",
65539      "properties": {
65540        "id": {
65541          "description": "[Output Only] Unique identifier for the resource; defined by the server.",
65542          "type": "string"
65543        },
65544        "items": {
65545          "additionalProperties": {
65546            "$ref": "TargetVpnGatewaysScopedList",
65547            "description": "[Output Only] Name of the scope containing this set of target VPN gateways."
65548          },
65549          "description": "A list of TargetVpnGateway resources.",
65550          "type": "object"
65551        },
65552        "kind": {
65553          "default": "compute#targetVpnGatewayAggregatedList",
65554          "description": "[Output Only] Type of resource. Always compute#targetVpnGateway for target VPN gateways.",
65555          "type": "string"
65556        },
65557        "nextPageToken": {
65558          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
65559          "type": "string"
65560        },
65561        "selfLink": {
65562          "description": "[Output Only] Server-defined URL for this resource.",
65563          "type": "string"
65564        },
65565        "unreachables": {
65566          "description": "[Output Only] Unreachable resources.",
65567          "items": {
65568            "type": "string"
65569          },
65570          "type": "array"
65571        },
65572        "warning": {
65573          "description": "[Output Only] Informational warning message.",
65574          "properties": {
65575            "code": {
65576              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
65577              "enum": [
65578                "CLEANUP_FAILED",
65579                "DEPRECATED_RESOURCE_USED",
65580                "DEPRECATED_TYPE_USED",
65581                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
65582                "EXPERIMENTAL_TYPE_USED",
65583                "EXTERNAL_API_WARNING",
65584                "FIELD_VALUE_OVERRIDEN",
65585                "INJECTED_KERNELS_DEPRECATED",
65586                "LARGE_DEPLOYMENT_WARNING",
65587                "MISSING_TYPE_DEPENDENCY",
65588                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
65589                "NEXT_HOP_CANNOT_IP_FORWARD",
65590                "NEXT_HOP_INSTANCE_NOT_FOUND",
65591                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
65592                "NEXT_HOP_NOT_RUNNING",
65593                "NOT_CRITICAL_ERROR",
65594                "NO_RESULTS_ON_PAGE",
65595                "PARTIAL_SUCCESS",
65596                "REQUIRED_TOS_AGREEMENT",
65597                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
65598                "RESOURCE_NOT_DELETED",
65599                "SCHEMA_VALIDATION_IGNORED",
65600                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
65601                "UNDECLARED_PROPERTIES",
65602                "UNREACHABLE"
65603              ],
65604              "enumDescriptions": [
65605                "",
65606                "",
65607                "",
65608                "",
65609                "",
65610                "",
65611                "",
65612                "",
65613                "",
65614                "",
65615                "",
65616                "",
65617                "",
65618                "",
65619                "",
65620                "",
65621                "",
65622                "",
65623                "",
65624                "",
65625                "",
65626                "",
65627                "",
65628                "",
65629                ""
65630              ],
65631              "type": "string"
65632            },
65633            "data": {
65634              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
65635              "items": {
65636                "properties": {
65637                  "key": {
65638                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
65639                    "type": "string"
65640                  },
65641                  "value": {
65642                    "description": "[Output Only] A warning data value corresponding to the key.",
65643                    "type": "string"
65644                  }
65645                },
65646                "type": "object"
65647              },
65648              "type": "array"
65649            },
65650            "message": {
65651              "description": "[Output Only] A human-readable description of the warning code.",
65652              "type": "string"
65653            }
65654          },
65655          "type": "object"
65656        }
65657      },
65658      "type": "object"
65659    },
65660    "TargetVpnGatewayList": {
65661      "description": "Contains a list of TargetVpnGateway resources.",
65662      "id": "TargetVpnGatewayList",
65663      "properties": {
65664        "id": {
65665          "description": "[Output Only] Unique identifier for the resource; defined by the server.",
65666          "type": "string"
65667        },
65668        "items": {
65669          "description": "A list of TargetVpnGateway resources.",
65670          "items": {
65671            "$ref": "TargetVpnGateway"
65672          },
65673          "type": "array"
65674        },
65675        "kind": {
65676          "default": "compute#targetVpnGatewayList",
65677          "description": "[Output Only] Type of resource. Always compute#targetVpnGateway for target VPN gateways.",
65678          "type": "string"
65679        },
65680        "nextPageToken": {
65681          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
65682          "type": "string"
65683        },
65684        "selfLink": {
65685          "description": "[Output Only] Server-defined URL for this resource.",
65686          "type": "string"
65687        },
65688        "warning": {
65689          "description": "[Output Only] Informational warning message.",
65690          "properties": {
65691            "code": {
65692              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
65693              "enum": [
65694                "CLEANUP_FAILED",
65695                "DEPRECATED_RESOURCE_USED",
65696                "DEPRECATED_TYPE_USED",
65697                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
65698                "EXPERIMENTAL_TYPE_USED",
65699                "EXTERNAL_API_WARNING",
65700                "FIELD_VALUE_OVERRIDEN",
65701                "INJECTED_KERNELS_DEPRECATED",
65702                "LARGE_DEPLOYMENT_WARNING",
65703                "MISSING_TYPE_DEPENDENCY",
65704                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
65705                "NEXT_HOP_CANNOT_IP_FORWARD",
65706                "NEXT_HOP_INSTANCE_NOT_FOUND",
65707                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
65708                "NEXT_HOP_NOT_RUNNING",
65709                "NOT_CRITICAL_ERROR",
65710                "NO_RESULTS_ON_PAGE",
65711                "PARTIAL_SUCCESS",
65712                "REQUIRED_TOS_AGREEMENT",
65713                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
65714                "RESOURCE_NOT_DELETED",
65715                "SCHEMA_VALIDATION_IGNORED",
65716                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
65717                "UNDECLARED_PROPERTIES",
65718                "UNREACHABLE"
65719              ],
65720              "enumDescriptions": [
65721                "",
65722                "",
65723                "",
65724                "",
65725                "",
65726                "",
65727                "",
65728                "",
65729                "",
65730                "",
65731                "",
65732                "",
65733                "",
65734                "",
65735                "",
65736                "",
65737                "",
65738                "",
65739                "",
65740                "",
65741                "",
65742                "",
65743                "",
65744                "",
65745                ""
65746              ],
65747              "type": "string"
65748            },
65749            "data": {
65750              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
65751              "items": {
65752                "properties": {
65753                  "key": {
65754                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
65755                    "type": "string"
65756                  },
65757                  "value": {
65758                    "description": "[Output Only] A warning data value corresponding to the key.",
65759                    "type": "string"
65760                  }
65761                },
65762                "type": "object"
65763              },
65764              "type": "array"
65765            },
65766            "message": {
65767              "description": "[Output Only] A human-readable description of the warning code.",
65768              "type": "string"
65769            }
65770          },
65771          "type": "object"
65772        }
65773      },
65774      "type": "object"
65775    },
65776    "TargetVpnGatewaysScopedList": {
65777      "id": "TargetVpnGatewaysScopedList",
65778      "properties": {
65779        "targetVpnGateways": {
65780          "description": "[Output Only] A list of target VPN gateways contained in this scope.",
65781          "items": {
65782            "$ref": "TargetVpnGateway"
65783          },
65784          "type": "array"
65785        },
65786        "warning": {
65787          "description": "[Output Only] Informational warning which replaces the list of addresses when the list is empty.",
65788          "properties": {
65789            "code": {
65790              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
65791              "enum": [
65792                "CLEANUP_FAILED",
65793                "DEPRECATED_RESOURCE_USED",
65794                "DEPRECATED_TYPE_USED",
65795                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
65796                "EXPERIMENTAL_TYPE_USED",
65797                "EXTERNAL_API_WARNING",
65798                "FIELD_VALUE_OVERRIDEN",
65799                "INJECTED_KERNELS_DEPRECATED",
65800                "LARGE_DEPLOYMENT_WARNING",
65801                "MISSING_TYPE_DEPENDENCY",
65802                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
65803                "NEXT_HOP_CANNOT_IP_FORWARD",
65804                "NEXT_HOP_INSTANCE_NOT_FOUND",
65805                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
65806                "NEXT_HOP_NOT_RUNNING",
65807                "NOT_CRITICAL_ERROR",
65808                "NO_RESULTS_ON_PAGE",
65809                "PARTIAL_SUCCESS",
65810                "REQUIRED_TOS_AGREEMENT",
65811                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
65812                "RESOURCE_NOT_DELETED",
65813                "SCHEMA_VALIDATION_IGNORED",
65814                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
65815                "UNDECLARED_PROPERTIES",
65816                "UNREACHABLE"
65817              ],
65818              "enumDescriptions": [
65819                "",
65820                "",
65821                "",
65822                "",
65823                "",
65824                "",
65825                "",
65826                "",
65827                "",
65828                "",
65829                "",
65830                "",
65831                "",
65832                "",
65833                "",
65834                "",
65835                "",
65836                "",
65837                "",
65838                "",
65839                "",
65840                "",
65841                "",
65842                "",
65843                ""
65844              ],
65845              "type": "string"
65846            },
65847            "data": {
65848              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
65849              "items": {
65850                "properties": {
65851                  "key": {
65852                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
65853                    "type": "string"
65854                  },
65855                  "value": {
65856                    "description": "[Output Only] A warning data value corresponding to the key.",
65857                    "type": "string"
65858                  }
65859                },
65860                "type": "object"
65861              },
65862              "type": "array"
65863            },
65864            "message": {
65865              "description": "[Output Only] A human-readable description of the warning code.",
65866              "type": "string"
65867            }
65868          },
65869          "type": "object"
65870        }
65871      },
65872      "type": "object"
65873    },
65874    "TestFailure": {
65875      "id": "TestFailure",
65876      "properties": {
65877        "actualService": {
65878          "description": "BackendService or BackendBucket returned by load balancer.",
65879          "type": "string"
65880        },
65881        "expectedService": {
65882          "description": "Expected BackendService or BackendBucket resource the given URL should be mapped to.",
65883          "type": "string"
65884        },
65885        "host": {
65886          "description": "Host portion of the URL.",
65887          "type": "string"
65888        },
65889        "path": {
65890          "description": "Path portion including query parameters in the URL.",
65891          "type": "string"
65892        }
65893      },
65894      "type": "object"
65895    },
65896    "TestPermissionsRequest": {
65897      "id": "TestPermissionsRequest",
65898      "properties": {
65899        "permissions": {
65900          "description": "The set of permissions to check for the 'resource'. Permissions with wildcards (such as '*' or 'storage.*') are not allowed.",
65901          "items": {
65902            "type": "string"
65903          },
65904          "type": "array"
65905        }
65906      },
65907      "type": "object"
65908    },
65909    "TestPermissionsResponse": {
65910      "id": "TestPermissionsResponse",
65911      "properties": {
65912        "permissions": {
65913          "description": "A subset of `TestPermissionsRequest.permissions` that the caller is allowed.",
65914          "items": {
65915            "type": "string"
65916          },
65917          "type": "array"
65918        }
65919      },
65920      "type": "object"
65921    },
65922    "TlsCertificateContext": {
65923      "description": "[Deprecated] Defines the mechanism to obtain the client or server certificate. Defines the mechanism to obtain the client or server certificate.",
65924      "id": "TlsCertificateContext",
65925      "properties": {
65926        "certificatePaths": {
65927          "$ref": "TlsCertificatePaths",
65928          "description": "Specifies the certificate and private key paths. This field is applicable only if tlsCertificateSource is set to USE_PATH."
65929        },
65930        "certificateSource": {
65931          "description": "Defines how TLS certificates are obtained.",
65932          "enum": [
65933            "INVALID",
65934            "USE_PATH",
65935            "USE_SDS"
65936          ],
65937          "enumDescriptions": [
65938            "",
65939            "",
65940            ""
65941          ],
65942          "type": "string"
65943        },
65944        "sdsConfig": {
65945          "$ref": "SdsConfig",
65946          "description": "Specifies the config to retrieve certificates through SDS. This field is applicable only if tlsCertificateSource is set to USE_SDS."
65947        }
65948      },
65949      "type": "object"
65950    },
65951    "TlsCertificatePaths": {
65952      "description": "[Deprecated] The paths to the mounted TLS Certificates and private key. The paths to the mounted TLS Certificates and private key.",
65953      "id": "TlsCertificatePaths",
65954      "properties": {
65955        "certificatePath": {
65956          "description": "The path to the file holding the client or server TLS certificate to use.",
65957          "type": "string"
65958        },
65959        "privateKeyPath": {
65960          "description": "The path to the file holding the client or server private key.",
65961          "type": "string"
65962        }
65963      },
65964      "type": "object"
65965    },
65966    "TlsContext": {
65967      "description": "[Deprecated] The TLS settings for the client or server. The TLS settings for the client or server.",
65968      "id": "TlsContext",
65969      "properties": {
65970        "certificateContext": {
65971          "$ref": "TlsCertificateContext",
65972          "description": "Defines the mechanism to obtain the client or server certificate."
65973        },
65974        "validationContext": {
65975          "$ref": "TlsValidationContext",
65976          "description": "Defines the mechanism to obtain the Certificate Authority certificate to validate the client/server certificate. If omitted, the proxy will not validate the server or client certificate."
65977        }
65978      },
65979      "type": "object"
65980    },
65981    "TlsValidationContext": {
65982      "description": "[Deprecated] Defines the mechanism to obtain the Certificate Authority certificate to validate the client/server certificate. validate the client/server certificate.",
65983      "id": "TlsValidationContext",
65984      "properties": {
65985        "certificatePath": {
65986          "description": "The path to the file holding the CA certificate to validate the client or server certificate.",
65987          "type": "string"
65988        },
65989        "sdsConfig": {
65990          "$ref": "SdsConfig",
65991          "description": "Specifies the config to retrieve certificates through SDS. This field is applicable only if tlsCertificateSource is set to USE_SDS."
65992        },
65993        "validationSource": {
65994          "description": "Defines how TLS certificates are obtained.",
65995          "enum": [
65996            "INVALID",
65997            "USE_PATH",
65998            "USE_SDS"
65999          ],
66000          "enumDescriptions": [
66001            "",
66002            "",
66003            ""
66004          ],
66005          "type": "string"
66006        }
66007      },
66008      "type": "object"
66009    },
66010    "UDPHealthCheck": {
66011      "id": "UDPHealthCheck",
66012      "properties": {
66013        "port": {
66014          "description": "The UDP port number for the health check request. Valid values are 1 through 65535.",
66015          "format": "int32",
66016          "type": "integer"
66017        },
66018        "portName": {
66019          "description": "Port name as defined in InstanceGroup#NamedPort#name. If both port and port_name are defined, port takes precedence.",
66020          "type": "string"
66021        },
66022        "request": {
66023          "description": "Raw data of request to send in payload of UDP packet. It is an error if this is empty. The request data can only be ASCII.",
66024          "type": "string"
66025        },
66026        "response": {
66027          "description": "The bytes to match against the beginning of the response data. It is an error if this is empty. The response data can only be ASCII.",
66028          "type": "string"
66029        }
66030      },
66031      "type": "object"
66032    },
66033    "UpcomingMaintenance": {
66034      "description": "Upcoming Maintenance notification information.",
66035      "id": "UpcomingMaintenance",
66036      "properties": {
66037        "date": {
66038          "description": "[Output Only] The date when the maintenance will take place. This value is in RFC3339 text format. DEPRECATED: Use start_time_window instead.",
66039          "type": "string"
66040        },
66041        "time": {
66042          "description": "[Output Only] The time when the maintenance will take place. This value is in RFC3339 text format. DEPRECATED: Use start_time_window instead.",
66043          "type": "string"
66044        },
66045        "type": {
66046          "description": "Defines the type of maintenance.",
66047          "enum": [
66048            "SCHEDULED",
66049            "UNKNOWN_TYPE",
66050            "UNSCHEDULED"
66051          ],
66052          "enumDescriptions": [
66053            "",
66054            "",
66055            ""
66056          ],
66057          "type": "string"
66058        }
66059      },
66060      "type": "object"
66061    },
66062    "UrlMap": {
66063      "description": "Represents a URL Map resource.\n\nGoogle Compute Engine has two URL Map resources:\n\n* [Global](/compute/docs/reference/rest/{$api_version}/urlMaps) * [Regional](/compute/docs/reference/rest/{$api_version}/regionUrlMaps)\n\nA URL map resource is a component of certain types of GCP load balancers and Traffic Director.\n\n* urlMaps are used by external HTTP(S) load balancers and Traffic Director. * regionUrlMaps are used by internal HTTP(S) load balancers.\n\nFor a list of supported URL map features by load balancer type, see the  Load balancing features: Routing and traffic management table.\n\nFor a list of supported URL map features for Traffic Director, see the  Traffic Director features: Routing and traffic management table.\n\nThis resource defines mappings from host names and URL paths to either a backend service or a backend bucket.\n\nTo use the global urlMaps resource, the backend service must have a loadBalancingScheme of either EXTERNAL or INTERNAL_SELF_MANAGED. To use the regionUrlMaps resource, the backend service must have a loadBalancingScheme of INTERNAL_MANAGED. For more information, read URL Map Concepts.",
66064      "id": "UrlMap",
66065      "properties": {
66066        "creationTimestamp": {
66067          "description": "[Output Only] Creation timestamp in RFC3339 text format.",
66068          "type": "string"
66069        },
66070        "defaultRouteAction": {
66071          "$ref": "HttpRouteAction",
66072          "description": "defaultRouteAction takes effect when none of the  hostRules match. The load balancer performs advanced routing actions like URL rewrites, header transformations, etc. prior to forwarding the request to the selected backend. If defaultRouteAction specifies any weightedBackendServices, defaultService must not be set. Conversely if defaultService is set, defaultRouteAction cannot contain any  weightedBackendServices.\nOnly one of defaultRouteAction or defaultUrlRedirect must be set.\nUrlMaps for external HTTP(S) load balancers support only the urlRewrite action within defaultRouteAction.\ndefaultRouteAction has no effect when the URL map is bound to target gRPC proxy that has validateForProxyless field set to true."
66073        },
66074        "defaultService": {
66075          "description": "The full or partial URL of the defaultService resource to which traffic is directed if none of the hostRules match. If defaultRouteAction is additionally specified, advanced routing actions like URL Rewrites, etc. take effect prior to sending the request to the backend. However, if defaultService is specified, defaultRouteAction cannot contain any weightedBackendServices. Conversely, if routeAction specifies any weightedBackendServices, service must not be specified.\nOnly one of defaultService, defaultUrlRedirect  or defaultRouteAction.weightedBackendService must be set.\ndefaultService has no effect when the URL map is bound to target gRPC proxy that has validateForProxyless field set to true.",
66076          "type": "string"
66077        },
66078        "defaultUrlRedirect": {
66079          "$ref": "HttpRedirectAction",
66080          "description": "When none of the specified hostRules match, the request is redirected to a URL specified by defaultUrlRedirect.\nIf defaultUrlRedirect is specified, defaultService or defaultRouteAction must not be set.\nNot supported when the URL map is bound to target gRPC proxy."
66081        },
66082        "description": {
66083          "description": "An optional description of this resource. Provide this property when you create the resource.",
66084          "type": "string"
66085        },
66086        "fingerprint": {
66087          "description": "Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic locking. This field will be ignored when inserting a UrlMap. An up-to-date fingerprint must be provided in order to update the UrlMap, otherwise the request will fail with error 412 conditionNotMet.\n\nTo see the latest fingerprint, make a get() request to retrieve a UrlMap.",
66088          "format": "byte",
66089          "type": "string"
66090        },
66091        "headerAction": {
66092          "$ref": "HttpHeaderAction",
66093          "description": "Specifies changes to request and response headers that need to take effect for the selected backendService.\nThe headerAction specified here take effect after headerAction specified under pathMatcher.\nNote that headerAction is not supported for Loadbalancers that have their loadBalancingScheme set to EXTERNAL.\nNot supported when the URL map is bound to target gRPC proxy that has validateForProxyless field set to true."
66094        },
66095        "hostRules": {
66096          "description": "The list of HostRules to use against the URL.",
66097          "items": {
66098            "$ref": "HostRule"
66099          },
66100          "type": "array"
66101        },
66102        "id": {
66103          "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.",
66104          "format": "uint64",
66105          "type": "string"
66106        },
66107        "kind": {
66108          "default": "compute#urlMap",
66109          "description": "[Output Only] Type of the resource. Always compute#urlMaps for url maps.",
66110          "type": "string"
66111        },
66112        "name": {
66113          "description": "Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.",
66114          "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
66115          "type": "string"
66116        },
66117        "pathMatchers": {
66118          "description": "The list of named PathMatchers to use against the URL.",
66119          "items": {
66120            "$ref": "PathMatcher"
66121          },
66122          "type": "array"
66123        },
66124        "region": {
66125          "description": "[Output Only] URL of the region where the regional URL map resides. This field is not applicable to global URL maps. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.",
66126          "type": "string"
66127        },
66128        "selfLink": {
66129          "description": "[Output Only] Server-defined URL for the resource.",
66130          "type": "string"
66131        },
66132        "tests": {
66133          "description": "The list of expected URL mapping tests. Request to update this UrlMap will succeed only if all of the test cases pass. You can specify a maximum of 100 tests per UrlMap.\nNot supported when the URL map is bound to target gRPC proxy that has validateForProxyless field set to true.",
66134          "items": {
66135            "$ref": "UrlMapTest"
66136          },
66137          "type": "array"
66138        }
66139      },
66140      "type": "object"
66141    },
66142    "UrlMapList": {
66143      "description": "Contains a list of UrlMap resources.",
66144      "id": "UrlMapList",
66145      "properties": {
66146        "id": {
66147          "description": "[Output Only] Unique identifier for the resource; defined by the server.",
66148          "type": "string"
66149        },
66150        "items": {
66151          "description": "A list of UrlMap resources.",
66152          "items": {
66153            "$ref": "UrlMap"
66154          },
66155          "type": "array"
66156        },
66157        "kind": {
66158          "default": "compute#urlMapList",
66159          "description": "Type of resource.",
66160          "type": "string"
66161        },
66162        "nextPageToken": {
66163          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
66164          "type": "string"
66165        },
66166        "selfLink": {
66167          "description": "[Output Only] Server-defined URL for this resource.",
66168          "type": "string"
66169        },
66170        "warning": {
66171          "description": "[Output Only] Informational warning message.",
66172          "properties": {
66173            "code": {
66174              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
66175              "enum": [
66176                "CLEANUP_FAILED",
66177                "DEPRECATED_RESOURCE_USED",
66178                "DEPRECATED_TYPE_USED",
66179                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
66180                "EXPERIMENTAL_TYPE_USED",
66181                "EXTERNAL_API_WARNING",
66182                "FIELD_VALUE_OVERRIDEN",
66183                "INJECTED_KERNELS_DEPRECATED",
66184                "LARGE_DEPLOYMENT_WARNING",
66185                "MISSING_TYPE_DEPENDENCY",
66186                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
66187                "NEXT_HOP_CANNOT_IP_FORWARD",
66188                "NEXT_HOP_INSTANCE_NOT_FOUND",
66189                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
66190                "NEXT_HOP_NOT_RUNNING",
66191                "NOT_CRITICAL_ERROR",
66192                "NO_RESULTS_ON_PAGE",
66193                "PARTIAL_SUCCESS",
66194                "REQUIRED_TOS_AGREEMENT",
66195                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
66196                "RESOURCE_NOT_DELETED",
66197                "SCHEMA_VALIDATION_IGNORED",
66198                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
66199                "UNDECLARED_PROPERTIES",
66200                "UNREACHABLE"
66201              ],
66202              "enumDescriptions": [
66203                "",
66204                "",
66205                "",
66206                "",
66207                "",
66208                "",
66209                "",
66210                "",
66211                "",
66212                "",
66213                "",
66214                "",
66215                "",
66216                "",
66217                "",
66218                "",
66219                "",
66220                "",
66221                "",
66222                "",
66223                "",
66224                "",
66225                "",
66226                "",
66227                ""
66228              ],
66229              "type": "string"
66230            },
66231            "data": {
66232              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
66233              "items": {
66234                "properties": {
66235                  "key": {
66236                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
66237                    "type": "string"
66238                  },
66239                  "value": {
66240                    "description": "[Output Only] A warning data value corresponding to the key.",
66241                    "type": "string"
66242                  }
66243                },
66244                "type": "object"
66245              },
66246              "type": "array"
66247            },
66248            "message": {
66249              "description": "[Output Only] A human-readable description of the warning code.",
66250              "type": "string"
66251            }
66252          },
66253          "type": "object"
66254        }
66255      },
66256      "type": "object"
66257    },
66258    "UrlMapReference": {
66259      "id": "UrlMapReference",
66260      "properties": {
66261        "urlMap": {
66262          "type": "string"
66263        }
66264      },
66265      "type": "object"
66266    },
66267    "UrlMapTest": {
66268      "description": "Message for the expected URL mappings.",
66269      "id": "UrlMapTest",
66270      "properties": {
66271        "backendServiceWeight": {
66272          "description": "The weight to use for the supplied host and path when using advanced routing rules that involve traffic splitting.",
66273          "format": "uint32",
66274          "type": "integer"
66275        },
66276        "description": {
66277          "description": "Description of this test case.",
66278          "type": "string"
66279        },
66280        "expectedUrlRedirect": {
66281          "description": "The expected URL that should be redirected to for the host and path being tested. [Deprecated] This field is deprecated. Use expected_output_url instead.",
66282          "type": "string"
66283        },
66284        "host": {
66285          "description": "Host portion of the URL. If headers contains a host header, then host must also match the header value.",
66286          "type": "string"
66287        },
66288        "path": {
66289          "description": "Path portion of the URL.",
66290          "type": "string"
66291        },
66292        "service": {
66293          "description": "Expected BackendService or BackendBucket resource the given URL should be mapped to.\nservice cannot be set if expectedRedirectResponseCode is set.",
66294          "type": "string"
66295        }
66296      },
66297      "type": "object"
66298    },
66299    "UrlMapValidationResult": {
66300      "description": "Message representing the validation result for a UrlMap.",
66301      "id": "UrlMapValidationResult",
66302      "properties": {
66303        "loadErrors": {
66304          "items": {
66305            "type": "string"
66306          },
66307          "type": "array"
66308        },
66309        "loadSucceeded": {
66310          "description": "Whether the given UrlMap can be successfully loaded. If false, 'loadErrors' indicates the reasons.",
66311          "type": "boolean"
66312        },
66313        "testFailures": {
66314          "items": {
66315            "$ref": "TestFailure"
66316          },
66317          "type": "array"
66318        },
66319        "testPassed": {
66320          "description": "If successfully loaded, this field indicates whether the test passed. If false, 'testFailures's indicate the reason of failure.",
66321          "type": "boolean"
66322        }
66323      },
66324      "type": "object"
66325    },
66326    "UrlMapsAggregatedList": {
66327      "id": "UrlMapsAggregatedList",
66328      "properties": {
66329        "id": {
66330          "description": "[Output Only] Unique identifier for the resource; defined by the server.",
66331          "type": "string"
66332        },
66333        "items": {
66334          "additionalProperties": {
66335            "$ref": "UrlMapsScopedList",
66336            "description": "Name of the scope containing this set of UrlMaps."
66337          },
66338          "description": "A list of UrlMapsScopedList resources.",
66339          "type": "object"
66340        },
66341        "kind": {
66342          "default": "compute#urlMapsAggregatedList",
66343          "description": "Type of resource.",
66344          "type": "string"
66345        },
66346        "nextPageToken": {
66347          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
66348          "type": "string"
66349        },
66350        "selfLink": {
66351          "description": "[Output Only] Server-defined URL for this resource.",
66352          "type": "string"
66353        },
66354        "unreachables": {
66355          "description": "[Output Only] Unreachable resources.",
66356          "items": {
66357            "type": "string"
66358          },
66359          "type": "array"
66360        },
66361        "warning": {
66362          "description": "[Output Only] Informational warning message.",
66363          "properties": {
66364            "code": {
66365              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
66366              "enum": [
66367                "CLEANUP_FAILED",
66368                "DEPRECATED_RESOURCE_USED",
66369                "DEPRECATED_TYPE_USED",
66370                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
66371                "EXPERIMENTAL_TYPE_USED",
66372                "EXTERNAL_API_WARNING",
66373                "FIELD_VALUE_OVERRIDEN",
66374                "INJECTED_KERNELS_DEPRECATED",
66375                "LARGE_DEPLOYMENT_WARNING",
66376                "MISSING_TYPE_DEPENDENCY",
66377                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
66378                "NEXT_HOP_CANNOT_IP_FORWARD",
66379                "NEXT_HOP_INSTANCE_NOT_FOUND",
66380                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
66381                "NEXT_HOP_NOT_RUNNING",
66382                "NOT_CRITICAL_ERROR",
66383                "NO_RESULTS_ON_PAGE",
66384                "PARTIAL_SUCCESS",
66385                "REQUIRED_TOS_AGREEMENT",
66386                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
66387                "RESOURCE_NOT_DELETED",
66388                "SCHEMA_VALIDATION_IGNORED",
66389                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
66390                "UNDECLARED_PROPERTIES",
66391                "UNREACHABLE"
66392              ],
66393              "enumDescriptions": [
66394                "",
66395                "",
66396                "",
66397                "",
66398                "",
66399                "",
66400                "",
66401                "",
66402                "",
66403                "",
66404                "",
66405                "",
66406                "",
66407                "",
66408                "",
66409                "",
66410                "",
66411                "",
66412                "",
66413                "",
66414                "",
66415                "",
66416                "",
66417                "",
66418                ""
66419              ],
66420              "type": "string"
66421            },
66422            "data": {
66423              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
66424              "items": {
66425                "properties": {
66426                  "key": {
66427                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
66428                    "type": "string"
66429                  },
66430                  "value": {
66431                    "description": "[Output Only] A warning data value corresponding to the key.",
66432                    "type": "string"
66433                  }
66434                },
66435                "type": "object"
66436              },
66437              "type": "array"
66438            },
66439            "message": {
66440              "description": "[Output Only] A human-readable description of the warning code.",
66441              "type": "string"
66442            }
66443          },
66444          "type": "object"
66445        }
66446      },
66447      "type": "object"
66448    },
66449    "UrlMapsScopedList": {
66450      "id": "UrlMapsScopedList",
66451      "properties": {
66452        "urlMaps": {
66453          "description": "A list of UrlMaps contained in this scope.",
66454          "items": {
66455            "$ref": "UrlMap"
66456          },
66457          "type": "array"
66458        },
66459        "warning": {
66460          "description": "Informational warning which replaces the list of backend services when the list is empty.",
66461          "properties": {
66462            "code": {
66463              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
66464              "enum": [
66465                "CLEANUP_FAILED",
66466                "DEPRECATED_RESOURCE_USED",
66467                "DEPRECATED_TYPE_USED",
66468                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
66469                "EXPERIMENTAL_TYPE_USED",
66470                "EXTERNAL_API_WARNING",
66471                "FIELD_VALUE_OVERRIDEN",
66472                "INJECTED_KERNELS_DEPRECATED",
66473                "LARGE_DEPLOYMENT_WARNING",
66474                "MISSING_TYPE_DEPENDENCY",
66475                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
66476                "NEXT_HOP_CANNOT_IP_FORWARD",
66477                "NEXT_HOP_INSTANCE_NOT_FOUND",
66478                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
66479                "NEXT_HOP_NOT_RUNNING",
66480                "NOT_CRITICAL_ERROR",
66481                "NO_RESULTS_ON_PAGE",
66482                "PARTIAL_SUCCESS",
66483                "REQUIRED_TOS_AGREEMENT",
66484                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
66485                "RESOURCE_NOT_DELETED",
66486                "SCHEMA_VALIDATION_IGNORED",
66487                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
66488                "UNDECLARED_PROPERTIES",
66489                "UNREACHABLE"
66490              ],
66491              "enumDescriptions": [
66492                "",
66493                "",
66494                "",
66495                "",
66496                "",
66497                "",
66498                "",
66499                "",
66500                "",
66501                "",
66502                "",
66503                "",
66504                "",
66505                "",
66506                "",
66507                "",
66508                "",
66509                "",
66510                "",
66511                "",
66512                "",
66513                "",
66514                "",
66515                "",
66516                ""
66517              ],
66518              "type": "string"
66519            },
66520            "data": {
66521              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
66522              "items": {
66523                "properties": {
66524                  "key": {
66525                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
66526                    "type": "string"
66527                  },
66528                  "value": {
66529                    "description": "[Output Only] A warning data value corresponding to the key.",
66530                    "type": "string"
66531                  }
66532                },
66533                "type": "object"
66534              },
66535              "type": "array"
66536            },
66537            "message": {
66538              "description": "[Output Only] A human-readable description of the warning code.",
66539              "type": "string"
66540            }
66541          },
66542          "type": "object"
66543        }
66544      },
66545      "type": "object"
66546    },
66547    "UrlMapsValidateRequest": {
66548      "id": "UrlMapsValidateRequest",
66549      "properties": {
66550        "resource": {
66551          "$ref": "UrlMap",
66552          "description": "Content of the UrlMap to be validated."
66553        }
66554      },
66555      "type": "object"
66556    },
66557    "UrlMapsValidateResponse": {
66558      "id": "UrlMapsValidateResponse",
66559      "properties": {
66560        "result": {
66561          "$ref": "UrlMapValidationResult"
66562        }
66563      },
66564      "type": "object"
66565    },
66566    "UrlRewrite": {
66567      "description": "The spec for modifying the path before sending the request to the matched backend service.",
66568      "id": "UrlRewrite",
66569      "properties": {
66570        "hostRewrite": {
66571          "description": "Prior to forwarding the request to the selected service, the request's host header is replaced with contents of hostRewrite.\nThe value must be between 1 and 255 characters.",
66572          "type": "string"
66573        },
66574        "pathPrefixRewrite": {
66575          "description": "Prior to forwarding the request to the selected backend service, the matching portion of the request's path is replaced by pathPrefixRewrite.\nThe value must be between 1 and 1024 characters.",
66576          "type": "string"
66577        }
66578      },
66579      "type": "object"
66580    },
66581    "UsableSubnetwork": {
66582      "description": "Subnetwork which the current user has compute.subnetworks.use permission on.",
66583      "id": "UsableSubnetwork",
66584      "properties": {
66585        "ipCidrRange": {
66586          "description": "The range of internal addresses that are owned by this subnetwork.",
66587          "type": "string"
66588        },
66589        "network": {
66590          "description": "Network URL.",
66591          "type": "string"
66592        },
66593        "secondaryIpRanges": {
66594          "description": "Secondary IP ranges.",
66595          "items": {
66596            "$ref": "UsableSubnetworkSecondaryRange"
66597          },
66598          "type": "array"
66599        },
66600        "subnetwork": {
66601          "description": "Subnetwork URL.",
66602          "type": "string"
66603        }
66604      },
66605      "type": "object"
66606    },
66607    "UsableSubnetworkSecondaryRange": {
66608      "description": "Secondary IP range of a usable subnetwork.",
66609      "id": "UsableSubnetworkSecondaryRange",
66610      "properties": {
66611        "ipCidrRange": {
66612          "description": "The range of IP addresses belonging to this subnetwork secondary range.",
66613          "type": "string"
66614        },
66615        "rangeName": {
66616          "description": "The name associated with this subnetwork secondary range, used when adding an alias IP range to a VM instance. The name must be 1-63 characters long, and comply with RFC1035. The name must be unique within the subnetwork.",
66617          "type": "string"
66618        }
66619      },
66620      "type": "object"
66621    },
66622    "UsableSubnetworksAggregatedList": {
66623      "id": "UsableSubnetworksAggregatedList",
66624      "properties": {
66625        "id": {
66626          "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.",
66627          "type": "string"
66628        },
66629        "items": {
66630          "description": "[Output] A list of usable subnetwork URLs.",
66631          "items": {
66632            "$ref": "UsableSubnetwork"
66633          },
66634          "type": "array"
66635        },
66636        "kind": {
66637          "default": "compute#usableSubnetworksAggregatedList",
66638          "description": "[Output Only] Type of resource. Always compute#usableSubnetworksAggregatedList for aggregated lists of usable subnetworks.",
66639          "type": "string"
66640        },
66641        "nextPageToken": {
66642          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
66643          "type": "string"
66644        },
66645        "selfLink": {
66646          "description": "[Output Only] Server-defined URL for this resource.",
66647          "type": "string"
66648        },
66649        "warning": {
66650          "description": "[Output Only] Informational warning message.",
66651          "properties": {
66652            "code": {
66653              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
66654              "enum": [
66655                "CLEANUP_FAILED",
66656                "DEPRECATED_RESOURCE_USED",
66657                "DEPRECATED_TYPE_USED",
66658                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
66659                "EXPERIMENTAL_TYPE_USED",
66660                "EXTERNAL_API_WARNING",
66661                "FIELD_VALUE_OVERRIDEN",
66662                "INJECTED_KERNELS_DEPRECATED",
66663                "LARGE_DEPLOYMENT_WARNING",
66664                "MISSING_TYPE_DEPENDENCY",
66665                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
66666                "NEXT_HOP_CANNOT_IP_FORWARD",
66667                "NEXT_HOP_INSTANCE_NOT_FOUND",
66668                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
66669                "NEXT_HOP_NOT_RUNNING",
66670                "NOT_CRITICAL_ERROR",
66671                "NO_RESULTS_ON_PAGE",
66672                "PARTIAL_SUCCESS",
66673                "REQUIRED_TOS_AGREEMENT",
66674                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
66675                "RESOURCE_NOT_DELETED",
66676                "SCHEMA_VALIDATION_IGNORED",
66677                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
66678                "UNDECLARED_PROPERTIES",
66679                "UNREACHABLE"
66680              ],
66681              "enumDescriptions": [
66682                "",
66683                "",
66684                "",
66685                "",
66686                "",
66687                "",
66688                "",
66689                "",
66690                "",
66691                "",
66692                "",
66693                "",
66694                "",
66695                "",
66696                "",
66697                "",
66698                "",
66699                "",
66700                "",
66701                "",
66702                "",
66703                "",
66704                "",
66705                "",
66706                ""
66707              ],
66708              "type": "string"
66709            },
66710            "data": {
66711              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
66712              "items": {
66713                "properties": {
66714                  "key": {
66715                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
66716                    "type": "string"
66717                  },
66718                  "value": {
66719                    "description": "[Output Only] A warning data value corresponding to the key.",
66720                    "type": "string"
66721                  }
66722                },
66723                "type": "object"
66724              },
66725              "type": "array"
66726            },
66727            "message": {
66728              "description": "[Output Only] A human-readable description of the warning code.",
66729              "type": "string"
66730            }
66731          },
66732          "type": "object"
66733        }
66734      },
66735      "type": "object"
66736    },
66737    "UsageExportLocation": {
66738      "description": "The location in Cloud Storage and naming method of the daily usage report. Contains bucket_name and report_name prefix.",
66739      "id": "UsageExportLocation",
66740      "properties": {
66741        "bucketName": {
66742          "description": "The name of an existing bucket in Cloud Storage where the usage report object is stored. The Google Service Account is granted write access to this bucket. This can either be the bucket name by itself, such as example-bucket, or the bucket name with gs:// or https://storage.googleapis.com/ in front of it, such as gs://example-bucket.",
66743          "type": "string"
66744        },
66745        "reportNamePrefix": {
66746          "description": "An optional prefix for the name of the usage report object stored in bucketName. If not supplied, defaults to usage. The report is stored as a CSV file named report_name_prefix_gce_YYYYMMDD.csv where YYYYMMDD is the day of the usage according to Pacific Time. If you supply a prefix, it should conform to Cloud Storage object naming conventions.",
66747          "type": "string"
66748        }
66749      },
66750      "type": "object"
66751    },
66752    "VmEndpointNatMappings": {
66753      "description": "Contain information of Nat mapping for a VM endpoint (i.e., NIC).",
66754      "id": "VmEndpointNatMappings",
66755      "properties": {
66756        "instanceName": {
66757          "description": "Name of the VM instance which the endpoint belongs to",
66758          "type": "string"
66759        },
66760        "interfaceNatMappings": {
66761          "items": {
66762            "$ref": "VmEndpointNatMappingsInterfaceNatMappings"
66763          },
66764          "type": "array"
66765        }
66766      },
66767      "type": "object"
66768    },
66769    "VmEndpointNatMappingsInterfaceNatMappings": {
66770      "description": "Contain information of Nat mapping for an interface of this endpoint.",
66771      "id": "VmEndpointNatMappingsInterfaceNatMappings",
66772      "properties": {
66773        "drainNatIpPortRanges": {
66774          "description": "List of all drain IP:port-range mappings assigned to this interface. These ranges are inclusive, that is, both the first and the last ports can be used for NAT. Example: [\"2.2.2.2:12345-12355\", \"1.1.1.1:2234-2234\"].",
66775          "items": {
66776            "type": "string"
66777          },
66778          "type": "array"
66779        },
66780        "natIpPortRanges": {
66781          "description": "A list of all IP:port-range mappings assigned to this interface. These ranges are inclusive, that is, both the first and the last ports can be used for NAT. Example: [\"2.2.2.2:12345-12355\", \"1.1.1.1:2234-2234\"].",
66782          "items": {
66783            "type": "string"
66784          },
66785          "type": "array"
66786        },
66787        "numTotalDrainNatPorts": {
66788          "description": "Total number of drain ports across all NAT IPs allocated to this interface. It equals to the aggregated port number in the field drain_nat_ip_port_ranges.",
66789          "format": "int32",
66790          "type": "integer"
66791        },
66792        "numTotalNatPorts": {
66793          "description": "Total number of ports across all NAT IPs allocated to this interface. It equals to the aggregated port number in the field nat_ip_port_ranges.",
66794          "format": "int32",
66795          "type": "integer"
66796        },
66797        "ruleMappings": {
66798          "description": "Information about mappings provided by rules in this NAT.",
66799          "items": {
66800            "$ref": "VmEndpointNatMappingsInterfaceNatMappingsNatRuleMappings"
66801          },
66802          "type": "array"
66803        },
66804        "sourceAliasIpRange": {
66805          "description": "Alias IP range for this interface endpoint. It will be a private (RFC 1918) IP range. Examples: \"10.33.4.55/32\", or \"192.168.5.0/24\".",
66806          "type": "string"
66807        },
66808        "sourceVirtualIp": {
66809          "description": "Primary IP of the VM for this NIC.",
66810          "type": "string"
66811        }
66812      },
66813      "type": "object"
66814    },
66815    "VmEndpointNatMappingsInterfaceNatMappingsNatRuleMappings": {
66816      "description": "Contains information of NAT Mappings provided by a NAT Rule.",
66817      "id": "VmEndpointNatMappingsInterfaceNatMappingsNatRuleMappings",
66818      "properties": {
66819        "drainNatIpPortRanges": {
66820          "description": "List of all drain IP:port-range mappings assigned to this interface by this rule. These ranges are inclusive, that is, both the first and the last ports can be used for NAT. Example: [\"2.2.2.2:12345-12355\", \"1.1.1.1:2234-2234\"].",
66821          "items": {
66822            "type": "string"
66823          },
66824          "type": "array"
66825        },
66826        "natIpPortRanges": {
66827          "description": "A list of all IP:port-range mappings assigned to this interface by this rule. These ranges are inclusive, that is, both the first and the last ports can be used for NAT. Example: [\"2.2.2.2:12345-12355\", \"1.1.1.1:2234-2234\"].",
66828          "items": {
66829            "type": "string"
66830          },
66831          "type": "array"
66832        },
66833        "numTotalDrainNatPorts": {
66834          "description": "Total number of drain ports across all NAT IPs allocated to this interface by this rule. It equals the aggregated port number in the field drain_nat_ip_port_ranges.",
66835          "format": "int32",
66836          "type": "integer"
66837        },
66838        "numTotalNatPorts": {
66839          "description": "Total number of ports across all NAT IPs allocated to this interface by this rule. It equals the aggregated port number in the field nat_ip_port_ranges.",
66840          "format": "int32",
66841          "type": "integer"
66842        },
66843        "ruleNumber": {
66844          "description": "Rule number of the NAT Rule.",
66845          "format": "int32",
66846          "type": "integer"
66847        }
66848      },
66849      "type": "object"
66850    },
66851    "VmEndpointNatMappingsList": {
66852      "description": "Contains a list of VmEndpointNatMappings.",
66853      "id": "VmEndpointNatMappingsList",
66854      "properties": {
66855        "id": {
66856          "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.",
66857          "type": "string"
66858        },
66859        "kind": {
66860          "default": "compute#vmEndpointNatMappingsList",
66861          "description": "[Output Only] Type of resource. Always compute#vmEndpointNatMappingsList for lists of Nat mappings of VM endpoints.",
66862          "type": "string"
66863        },
66864        "nextPageToken": {
66865          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
66866          "type": "string"
66867        },
66868        "result": {
66869          "description": "[Output Only] A list of Nat mapping information of VM endpoints.",
66870          "items": {
66871            "$ref": "VmEndpointNatMappings"
66872          },
66873          "type": "array"
66874        },
66875        "selfLink": {
66876          "description": "[Output Only] Server-defined URL for this resource.",
66877          "type": "string"
66878        },
66879        "warning": {
66880          "description": "[Output Only] Informational warning message.",
66881          "properties": {
66882            "code": {
66883              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
66884              "enum": [
66885                "CLEANUP_FAILED",
66886                "DEPRECATED_RESOURCE_USED",
66887                "DEPRECATED_TYPE_USED",
66888                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
66889                "EXPERIMENTAL_TYPE_USED",
66890                "EXTERNAL_API_WARNING",
66891                "FIELD_VALUE_OVERRIDEN",
66892                "INJECTED_KERNELS_DEPRECATED",
66893                "LARGE_DEPLOYMENT_WARNING",
66894                "MISSING_TYPE_DEPENDENCY",
66895                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
66896                "NEXT_HOP_CANNOT_IP_FORWARD",
66897                "NEXT_HOP_INSTANCE_NOT_FOUND",
66898                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
66899                "NEXT_HOP_NOT_RUNNING",
66900                "NOT_CRITICAL_ERROR",
66901                "NO_RESULTS_ON_PAGE",
66902                "PARTIAL_SUCCESS",
66903                "REQUIRED_TOS_AGREEMENT",
66904                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
66905                "RESOURCE_NOT_DELETED",
66906                "SCHEMA_VALIDATION_IGNORED",
66907                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
66908                "UNDECLARED_PROPERTIES",
66909                "UNREACHABLE"
66910              ],
66911              "enumDescriptions": [
66912                "",
66913                "",
66914                "",
66915                "",
66916                "",
66917                "",
66918                "",
66919                "",
66920                "",
66921                "",
66922                "",
66923                "",
66924                "",
66925                "",
66926                "",
66927                "",
66928                "",
66929                "",
66930                "",
66931                "",
66932                "",
66933                "",
66934                "",
66935                "",
66936                ""
66937              ],
66938              "type": "string"
66939            },
66940            "data": {
66941              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
66942              "items": {
66943                "properties": {
66944                  "key": {
66945                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
66946                    "type": "string"
66947                  },
66948                  "value": {
66949                    "description": "[Output Only] A warning data value corresponding to the key.",
66950                    "type": "string"
66951                  }
66952                },
66953                "type": "object"
66954              },
66955              "type": "array"
66956            },
66957            "message": {
66958              "description": "[Output Only] A human-readable description of the warning code.",
66959              "type": "string"
66960            }
66961          },
66962          "type": "object"
66963        }
66964      },
66965      "type": "object"
66966    },
66967    "VpnGateway": {
66968      "description": "Represents a HA VPN gateway.\n\nHA VPN is a high-availability (HA) Cloud VPN solution that lets you securely connect your on-premises network to your Google Cloud Virtual Private Cloud network through an IPsec VPN connection in a single region. For more information about Cloud HA VPN solutions, see  Cloud VPN topologies . (== resource_for {$api_version}.vpnGateways ==)",
66969      "id": "VpnGateway",
66970      "properties": {
66971        "creationTimestamp": {
66972          "description": "[Output Only] Creation timestamp in RFC3339 text format.",
66973          "type": "string"
66974        },
66975        "description": {
66976          "description": "An optional description of this resource. Provide this property when you create the resource.",
66977          "type": "string"
66978        },
66979        "id": {
66980          "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.",
66981          "format": "uint64",
66982          "type": "string"
66983        },
66984        "kind": {
66985          "default": "compute#vpnGateway",
66986          "description": "[Output Only] Type of resource. Always compute#vpnGateway for VPN gateways.",
66987          "type": "string"
66988        },
66989        "labelFingerprint": {
66990          "description": "A fingerprint for the labels being applied to this VpnGateway, which is essentially a hash of the labels set used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update labels. You must always provide an up-to-date fingerprint hash in order to update or change labels, otherwise the request will fail with error 412 conditionNotMet.\n\nTo see the latest fingerprint, make a get() request to retrieve an VpnGateway.",
66991          "format": "byte",
66992          "type": "string"
66993        },
66994        "labels": {
66995          "additionalProperties": {
66996            "type": "string"
66997          },
66998          "description": "Labels for this resource. These can only be added or modified by the setLabels method. Each label key/value pair must comply with RFC1035. Label values may be empty.",
66999          "type": "object"
67000        },
67001        "name": {
67002          "annotations": {
67003            "required": [
67004              "compute.vpnGateways.insert"
67005            ]
67006          },
67007          "description": "Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.",
67008          "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
67009          "type": "string"
67010        },
67011        "network": {
67012          "annotations": {
67013            "required": [
67014              "compute.vpnGateways.insert"
67015            ]
67016          },
67017          "description": "URL of the network to which this VPN gateway is attached. Provided by the client when the VPN gateway is created.",
67018          "type": "string"
67019        },
67020        "region": {
67021          "description": "[Output Only] URL of the region where the VPN gateway resides.",
67022          "type": "string"
67023        },
67024        "selfLink": {
67025          "description": "[Output Only] Server-defined URL for the resource.",
67026          "type": "string"
67027        },
67028        "vpnInterfaces": {
67029          "description": "A list of interfaces on this VPN gateway.",
67030          "items": {
67031            "$ref": "VpnGatewayVpnGatewayInterface"
67032          },
67033          "type": "array"
67034        }
67035      },
67036      "type": "object"
67037    },
67038    "VpnGatewayAggregatedList": {
67039      "id": "VpnGatewayAggregatedList",
67040      "properties": {
67041        "id": {
67042          "description": "[Output Only] Unique identifier for the resource; defined by the server.",
67043          "type": "string"
67044        },
67045        "items": {
67046          "additionalProperties": {
67047            "$ref": "VpnGatewaysScopedList",
67048            "description": "[Output Only] Name of the scope containing this set of VPN gateways."
67049          },
67050          "description": "A list of VpnGateway resources.",
67051          "type": "object"
67052        },
67053        "kind": {
67054          "default": "compute#vpnGatewayAggregatedList",
67055          "description": "[Output Only] Type of resource. Always compute#vpnGateway for VPN gateways.",
67056          "type": "string"
67057        },
67058        "nextPageToken": {
67059          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
67060          "type": "string"
67061        },
67062        "selfLink": {
67063          "description": "[Output Only] Server-defined URL for this resource.",
67064          "type": "string"
67065        },
67066        "unreachables": {
67067          "description": "[Output Only] Unreachable resources.",
67068          "items": {
67069            "type": "string"
67070          },
67071          "type": "array"
67072        },
67073        "warning": {
67074          "description": "[Output Only] Informational warning message.",
67075          "properties": {
67076            "code": {
67077              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
67078              "enum": [
67079                "CLEANUP_FAILED",
67080                "DEPRECATED_RESOURCE_USED",
67081                "DEPRECATED_TYPE_USED",
67082                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
67083                "EXPERIMENTAL_TYPE_USED",
67084                "EXTERNAL_API_WARNING",
67085                "FIELD_VALUE_OVERRIDEN",
67086                "INJECTED_KERNELS_DEPRECATED",
67087                "LARGE_DEPLOYMENT_WARNING",
67088                "MISSING_TYPE_DEPENDENCY",
67089                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
67090                "NEXT_HOP_CANNOT_IP_FORWARD",
67091                "NEXT_HOP_INSTANCE_NOT_FOUND",
67092                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
67093                "NEXT_HOP_NOT_RUNNING",
67094                "NOT_CRITICAL_ERROR",
67095                "NO_RESULTS_ON_PAGE",
67096                "PARTIAL_SUCCESS",
67097                "REQUIRED_TOS_AGREEMENT",
67098                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
67099                "RESOURCE_NOT_DELETED",
67100                "SCHEMA_VALIDATION_IGNORED",
67101                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
67102                "UNDECLARED_PROPERTIES",
67103                "UNREACHABLE"
67104              ],
67105              "enumDescriptions": [
67106                "",
67107                "",
67108                "",
67109                "",
67110                "",
67111                "",
67112                "",
67113                "",
67114                "",
67115                "",
67116                "",
67117                "",
67118                "",
67119                "",
67120                "",
67121                "",
67122                "",
67123                "",
67124                "",
67125                "",
67126                "",
67127                "",
67128                "",
67129                "",
67130                ""
67131              ],
67132              "type": "string"
67133            },
67134            "data": {
67135              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
67136              "items": {
67137                "properties": {
67138                  "key": {
67139                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
67140                    "type": "string"
67141                  },
67142                  "value": {
67143                    "description": "[Output Only] A warning data value corresponding to the key.",
67144                    "type": "string"
67145                  }
67146                },
67147                "type": "object"
67148              },
67149              "type": "array"
67150            },
67151            "message": {
67152              "description": "[Output Only] A human-readable description of the warning code.",
67153              "type": "string"
67154            }
67155          },
67156          "type": "object"
67157        }
67158      },
67159      "type": "object"
67160    },
67161    "VpnGatewayList": {
67162      "description": "Contains a list of VpnGateway resources.",
67163      "id": "VpnGatewayList",
67164      "properties": {
67165        "id": {
67166          "description": "[Output Only] Unique identifier for the resource; defined by the server.",
67167          "type": "string"
67168        },
67169        "items": {
67170          "description": "A list of VpnGateway resources.",
67171          "items": {
67172            "$ref": "VpnGateway"
67173          },
67174          "type": "array"
67175        },
67176        "kind": {
67177          "default": "compute#vpnGatewayList",
67178          "description": "[Output Only] Type of resource. Always compute#vpnGateway for VPN gateways.",
67179          "type": "string"
67180        },
67181        "nextPageToken": {
67182          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
67183          "type": "string"
67184        },
67185        "selfLink": {
67186          "description": "[Output Only] Server-defined URL for this resource.",
67187          "type": "string"
67188        },
67189        "warning": {
67190          "description": "[Output Only] Informational warning message.",
67191          "properties": {
67192            "code": {
67193              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
67194              "enum": [
67195                "CLEANUP_FAILED",
67196                "DEPRECATED_RESOURCE_USED",
67197                "DEPRECATED_TYPE_USED",
67198                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
67199                "EXPERIMENTAL_TYPE_USED",
67200                "EXTERNAL_API_WARNING",
67201                "FIELD_VALUE_OVERRIDEN",
67202                "INJECTED_KERNELS_DEPRECATED",
67203                "LARGE_DEPLOYMENT_WARNING",
67204                "MISSING_TYPE_DEPENDENCY",
67205                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
67206                "NEXT_HOP_CANNOT_IP_FORWARD",
67207                "NEXT_HOP_INSTANCE_NOT_FOUND",
67208                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
67209                "NEXT_HOP_NOT_RUNNING",
67210                "NOT_CRITICAL_ERROR",
67211                "NO_RESULTS_ON_PAGE",
67212                "PARTIAL_SUCCESS",
67213                "REQUIRED_TOS_AGREEMENT",
67214                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
67215                "RESOURCE_NOT_DELETED",
67216                "SCHEMA_VALIDATION_IGNORED",
67217                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
67218                "UNDECLARED_PROPERTIES",
67219                "UNREACHABLE"
67220              ],
67221              "enumDescriptions": [
67222                "",
67223                "",
67224                "",
67225                "",
67226                "",
67227                "",
67228                "",
67229                "",
67230                "",
67231                "",
67232                "",
67233                "",
67234                "",
67235                "",
67236                "",
67237                "",
67238                "",
67239                "",
67240                "",
67241                "",
67242                "",
67243                "",
67244                "",
67245                "",
67246                ""
67247              ],
67248              "type": "string"
67249            },
67250            "data": {
67251              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
67252              "items": {
67253                "properties": {
67254                  "key": {
67255                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
67256                    "type": "string"
67257                  },
67258                  "value": {
67259                    "description": "[Output Only] A warning data value corresponding to the key.",
67260                    "type": "string"
67261                  }
67262                },
67263                "type": "object"
67264              },
67265              "type": "array"
67266            },
67267            "message": {
67268              "description": "[Output Only] A human-readable description of the warning code.",
67269              "type": "string"
67270            }
67271          },
67272          "type": "object"
67273        }
67274      },
67275      "type": "object"
67276    },
67277    "VpnGatewayStatus": {
67278      "id": "VpnGatewayStatus",
67279      "properties": {
67280        "vpnConnections": {
67281          "description": "List of VPN connection for this VpnGateway.",
67282          "items": {
67283            "$ref": "VpnGatewayStatusVpnConnection"
67284          },
67285          "type": "array"
67286        }
67287      },
67288      "type": "object"
67289    },
67290    "VpnGatewayStatusHighAvailabilityRequirementState": {
67291      "description": "Describes the high availability requirement state for the VPN connection between this Cloud VPN gateway and a peer gateway.",
67292      "id": "VpnGatewayStatusHighAvailabilityRequirementState",
67293      "properties": {
67294        "state": {
67295          "description": "Indicates the high availability requirement state for the VPN connection. Valid values are CONNECTION_REDUNDANCY_MET, CONNECTION_REDUNDANCY_NOT_MET.",
67296          "enum": [
67297            "CONNECTION_REDUNDANCY_MET",
67298            "CONNECTION_REDUNDANCY_NOT_MET"
67299          ],
67300          "enumDescriptions": [
67301            "",
67302            ""
67303          ],
67304          "type": "string"
67305        },
67306        "unsatisfiedReason": {
67307          "description": "Indicates the reason why the VPN connection does not meet the high availability redundancy criteria/requirement. Valid values is INCOMPLETE_TUNNELS_COVERAGE.",
67308          "enum": [
67309            "INCOMPLETE_TUNNELS_COVERAGE"
67310          ],
67311          "enumDescriptions": [
67312            ""
67313          ],
67314          "type": "string"
67315        }
67316      },
67317      "type": "object"
67318    },
67319    "VpnGatewayStatusTunnel": {
67320      "description": "Contains some information about a VPN tunnel.",
67321      "id": "VpnGatewayStatusTunnel",
67322      "properties": {
67323        "localGatewayInterface": {
67324          "description": "The VPN gateway interface this VPN tunnel is associated with.",
67325          "format": "uint32",
67326          "type": "integer"
67327        },
67328        "peerGatewayInterface": {
67329          "description": "The peer gateway interface this VPN tunnel is connected to, the peer gateway could either be an external VPN gateway or GCP VPN gateway.",
67330          "format": "uint32",
67331          "type": "integer"
67332        },
67333        "tunnelUrl": {
67334          "description": "URL reference to the VPN tunnel.",
67335          "type": "string"
67336        }
67337      },
67338      "type": "object"
67339    },
67340    "VpnGatewayStatusVpnConnection": {
67341      "description": "A VPN connection contains all VPN tunnels connected from this VpnGateway to the same peer gateway. The peer gateway could either be a external VPN gateway or GCP VPN gateway.",
67342      "id": "VpnGatewayStatusVpnConnection",
67343      "properties": {
67344        "peerExternalGateway": {
67345          "description": "URL reference to the peer external VPN gateways to which the VPN tunnels in this VPN connection are connected. This field is mutually exclusive with peer_gcp_gateway.",
67346          "type": "string"
67347        },
67348        "peerGcpGateway": {
67349          "description": "URL reference to the peer side VPN gateways to which the VPN tunnels in this VPN connection are connected. This field is mutually exclusive with peer_gcp_gateway.",
67350          "type": "string"
67351        },
67352        "state": {
67353          "$ref": "VpnGatewayStatusHighAvailabilityRequirementState",
67354          "description": "HighAvailabilityRequirementState for the VPN connection."
67355        },
67356        "tunnels": {
67357          "description": "List of VPN tunnels that are in this VPN connection.",
67358          "items": {
67359            "$ref": "VpnGatewayStatusTunnel"
67360          },
67361          "type": "array"
67362        }
67363      },
67364      "type": "object"
67365    },
67366    "VpnGatewayVpnGatewayInterface": {
67367      "description": "A VPN gateway interface.",
67368      "id": "VpnGatewayVpnGatewayInterface",
67369      "properties": {
67370        "id": {
67371          "description": "The numeric ID of this VPN gateway interface.",
67372          "format": "uint32",
67373          "type": "integer"
67374        },
67375        "interconnectAttachment": {
67376          "description": "URL of the interconnect attachment resource. When the value of this field is present, the VPN Gateway will be used for IPsec over Interconnect; all Egress or Ingress traffic for this VPN Gateway interface will go through the specified interconnect attachment resource.",
67377          "type": "string"
67378        },
67379        "ipAddress": {
67380          "description": "[Output Only] The external IP address for this VPN gateway interface.",
67381          "type": "string"
67382        }
67383      },
67384      "type": "object"
67385    },
67386    "VpnGatewaysGetStatusResponse": {
67387      "id": "VpnGatewaysGetStatusResponse",
67388      "properties": {
67389        "result": {
67390          "$ref": "VpnGatewayStatus"
67391        }
67392      },
67393      "type": "object"
67394    },
67395    "VpnGatewaysScopedList": {
67396      "id": "VpnGatewaysScopedList",
67397      "properties": {
67398        "vpnGateways": {
67399          "description": "[Output Only] A list of VPN gateways contained in this scope.",
67400          "items": {
67401            "$ref": "VpnGateway"
67402          },
67403          "type": "array"
67404        },
67405        "warning": {
67406          "description": "[Output Only] Informational warning which replaces the list of addresses when the list is empty.",
67407          "properties": {
67408            "code": {
67409              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
67410              "enum": [
67411                "CLEANUP_FAILED",
67412                "DEPRECATED_RESOURCE_USED",
67413                "DEPRECATED_TYPE_USED",
67414                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
67415                "EXPERIMENTAL_TYPE_USED",
67416                "EXTERNAL_API_WARNING",
67417                "FIELD_VALUE_OVERRIDEN",
67418                "INJECTED_KERNELS_DEPRECATED",
67419                "LARGE_DEPLOYMENT_WARNING",
67420                "MISSING_TYPE_DEPENDENCY",
67421                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
67422                "NEXT_HOP_CANNOT_IP_FORWARD",
67423                "NEXT_HOP_INSTANCE_NOT_FOUND",
67424                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
67425                "NEXT_HOP_NOT_RUNNING",
67426                "NOT_CRITICAL_ERROR",
67427                "NO_RESULTS_ON_PAGE",
67428                "PARTIAL_SUCCESS",
67429                "REQUIRED_TOS_AGREEMENT",
67430                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
67431                "RESOURCE_NOT_DELETED",
67432                "SCHEMA_VALIDATION_IGNORED",
67433                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
67434                "UNDECLARED_PROPERTIES",
67435                "UNREACHABLE"
67436              ],
67437              "enumDescriptions": [
67438                "",
67439                "",
67440                "",
67441                "",
67442                "",
67443                "",
67444                "",
67445                "",
67446                "",
67447                "",
67448                "",
67449                "",
67450                "",
67451                "",
67452                "",
67453                "",
67454                "",
67455                "",
67456                "",
67457                "",
67458                "",
67459                "",
67460                "",
67461                "",
67462                ""
67463              ],
67464              "type": "string"
67465            },
67466            "data": {
67467              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
67468              "items": {
67469                "properties": {
67470                  "key": {
67471                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
67472                    "type": "string"
67473                  },
67474                  "value": {
67475                    "description": "[Output Only] A warning data value corresponding to the key.",
67476                    "type": "string"
67477                  }
67478                },
67479                "type": "object"
67480              },
67481              "type": "array"
67482            },
67483            "message": {
67484              "description": "[Output Only] A human-readable description of the warning code.",
67485              "type": "string"
67486            }
67487          },
67488          "type": "object"
67489        }
67490      },
67491      "type": "object"
67492    },
67493    "VpnTunnel": {
67494      "description": "Represents a Cloud VPN Tunnel resource.\n\nFor more information about VPN, read the  the Cloud VPN Overview. (== resource_for {$api_version}.vpnTunnels ==)",
67495      "id": "VpnTunnel",
67496      "properties": {
67497        "creationTimestamp": {
67498          "description": "[Output Only] Creation timestamp in RFC3339 text format.",
67499          "type": "string"
67500        },
67501        "description": {
67502          "description": "An optional description of this resource. Provide this property when you create the resource.",
67503          "type": "string"
67504        },
67505        "detailedStatus": {
67506          "description": "[Output Only] Detailed status message for the VPN tunnel.",
67507          "type": "string"
67508        },
67509        "id": {
67510          "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.",
67511          "format": "uint64",
67512          "type": "string"
67513        },
67514        "ikeVersion": {
67515          "description": "IKE protocol version to use when establishing the VPN tunnel with the peer VPN gateway. Acceptable IKE versions are 1 or 2. The default version is 2.",
67516          "format": "int32",
67517          "type": "integer"
67518        },
67519        "kind": {
67520          "default": "compute#vpnTunnel",
67521          "description": "[Output Only] Type of resource. Always compute#vpnTunnel for VPN tunnels.",
67522          "type": "string"
67523        },
67524        "labelFingerprint": {
67525          "description": "A fingerprint for the labels being applied to this VpnTunnel, which is essentially a hash of the labels set used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update labels. You must always provide an up-to-date fingerprint hash in order to update or change labels, otherwise the request will fail with error 412 conditionNotMet.\n\nTo see the latest fingerprint, make a get() request to retrieve a VpnTunnel.",
67526          "format": "byte",
67527          "type": "string"
67528        },
67529        "labels": {
67530          "additionalProperties": {
67531            "type": "string"
67532          },
67533          "description": "Labels for this resource. These can only be added or modified by the setLabels method. Each label key/value pair must comply with RFC1035. Label values may be empty.",
67534          "type": "object"
67535        },
67536        "localTrafficSelector": {
67537          "description": "Local traffic selector to use when establishing the VPN tunnel with the peer VPN gateway. The value should be a CIDR formatted string, for example: 192.168.0.0/16. The ranges must be disjoint. Only IPv4 is supported.",
67538          "items": {
67539            "type": "string"
67540          },
67541          "type": "array"
67542        },
67543        "name": {
67544          "annotations": {
67545            "required": [
67546              "compute.vpnTunnels.insert"
67547            ]
67548          },
67549          "description": "Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.",
67550          "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
67551          "type": "string"
67552        },
67553        "peerExternalGateway": {
67554          "description": "URL of the peer side external VPN gateway to which this VPN tunnel is connected. Provided by the client when the VPN tunnel is created. This field is exclusive with the field peerGcpGateway.",
67555          "type": "string"
67556        },
67557        "peerExternalGatewayInterface": {
67558          "description": "The interface ID of the external VPN gateway to which this VPN tunnel is connected. Provided by the client when the VPN tunnel is created.",
67559          "format": "int32",
67560          "type": "integer"
67561        },
67562        "peerGcpGateway": {
67563          "description": "URL of the peer side HA GCP VPN gateway to which this VPN tunnel is connected. Provided by the client when the VPN tunnel is created. This field can be used when creating highly available VPN from VPC network to VPC network, the field is exclusive with the field peerExternalGateway. If provided, the VPN tunnel will automatically use the same vpnGatewayInterface ID in the peer GCP VPN gateway.",
67564          "type": "string"
67565        },
67566        "peerIp": {
67567          "description": "IP address of the peer VPN gateway. Only IPv4 is supported.",
67568          "type": "string"
67569        },
67570        "region": {
67571          "description": "[Output Only] URL of the region where the VPN tunnel resides. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.",
67572          "type": "string"
67573        },
67574        "remoteTrafficSelector": {
67575          "description": "Remote traffic selectors to use when establishing the VPN tunnel with the peer VPN gateway. The value should be a CIDR formatted string, for example: 192.168.0.0/16. The ranges should be disjoint. Only IPv4 is supported.",
67576          "items": {
67577            "type": "string"
67578          },
67579          "type": "array"
67580        },
67581        "router": {
67582          "description": "URL of the router resource to be used for dynamic routing.",
67583          "type": "string"
67584        },
67585        "selfLink": {
67586          "description": "[Output Only] Server-defined URL for the resource.",
67587          "type": "string"
67588        },
67589        "sharedSecret": {
67590          "description": "Shared secret used to set the secure session between the Cloud VPN gateway and the peer VPN gateway.",
67591          "type": "string"
67592        },
67593        "sharedSecretHash": {
67594          "description": "Hash of the shared secret.",
67595          "type": "string"
67596        },
67597        "status": {
67598          "description": "[Output Only] The status of the VPN tunnel, which can be one of the following: \n- PROVISIONING: Resource is being allocated for the VPN tunnel. \n- WAITING_FOR_FULL_CONFIG: Waiting to receive all VPN-related configs from the user. Network, TargetVpnGateway, VpnTunnel, ForwardingRule, and Route resources are needed to setup the VPN tunnel. \n- FIRST_HANDSHAKE: Successful first handshake with the peer VPN. \n- ESTABLISHED: Secure session is successfully established with the peer VPN. \n- NETWORK_ERROR: Deprecated, replaced by NO_INCOMING_PACKETS \n- AUTHORIZATION_ERROR: Auth error (for example, bad shared secret). \n- NEGOTIATION_FAILURE: Handshake failed. \n- DEPROVISIONING: Resources are being deallocated for the VPN tunnel. \n- FAILED: Tunnel creation has failed and the tunnel is not ready to be used. \n- NO_INCOMING_PACKETS: No incoming packets from peer. \n- REJECTED: Tunnel configuration was rejected, can be result of being blacklisted. \n- ALLOCATING_RESOURCES: Cloud VPN is in the process of allocating all required resources. \n- STOPPED: Tunnel is stopped due to its Forwarding Rules being deleted for Classic VPN tunnels or the project is in frozen state. \n- PEER_IDENTITY_MISMATCH: Peer identity does not match peer IP, probably behind NAT. \n- TS_NARROWING_NOT_ALLOWED: Traffic selector narrowing not allowed for an HA-VPN tunnel.",
67599          "enum": [
67600            "ALLOCATING_RESOURCES",
67601            "AUTHORIZATION_ERROR",
67602            "DEPROVISIONING",
67603            "ESTABLISHED",
67604            "FAILED",
67605            "FIRST_HANDSHAKE",
67606            "NEGOTIATION_FAILURE",
67607            "NETWORK_ERROR",
67608            "NO_INCOMING_PACKETS",
67609            "PROVISIONING",
67610            "REJECTED",
67611            "STOPPED",
67612            "WAITING_FOR_FULL_CONFIG"
67613          ],
67614          "enumDescriptions": [
67615            "",
67616            "",
67617            "",
67618            "",
67619            "",
67620            "",
67621            "",
67622            "",
67623            "",
67624            "",
67625            "",
67626            "",
67627            ""
67628          ],
67629          "type": "string"
67630        },
67631        "targetVpnGateway": {
67632          "description": "URL of the Target VPN gateway with which this VPN tunnel is associated. Provided by the client when the VPN tunnel is created.",
67633          "type": "string"
67634        },
67635        "vpnGateway": {
67636          "description": "URL of the VPN gateway with which this VPN tunnel is associated. Provided by the client when the VPN tunnel is created. This must be used (instead of target_vpn_gateway) if a High Availability VPN gateway resource is created.",
67637          "type": "string"
67638        },
67639        "vpnGatewayInterface": {
67640          "description": "The interface ID of the VPN gateway with which this VPN tunnel is associated.",
67641          "format": "int32",
67642          "type": "integer"
67643        }
67644      },
67645      "type": "object"
67646    },
67647    "VpnTunnelAggregatedList": {
67648      "id": "VpnTunnelAggregatedList",
67649      "properties": {
67650        "id": {
67651          "description": "[Output Only] Unique identifier for the resource; defined by the server.",
67652          "type": "string"
67653        },
67654        "items": {
67655          "additionalProperties": {
67656            "$ref": "VpnTunnelsScopedList",
67657            "description": "Name of the scope containing this set of VPN tunnels."
67658          },
67659          "description": "A list of VpnTunnelsScopedList resources.",
67660          "type": "object"
67661        },
67662        "kind": {
67663          "default": "compute#vpnTunnelAggregatedList",
67664          "description": "[Output Only] Type of resource. Always compute#vpnTunnel for VPN tunnels.",
67665          "type": "string"
67666        },
67667        "nextPageToken": {
67668          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
67669          "type": "string"
67670        },
67671        "selfLink": {
67672          "description": "[Output Only] Server-defined URL for this resource.",
67673          "type": "string"
67674        },
67675        "unreachables": {
67676          "description": "[Output Only] Unreachable resources.",
67677          "items": {
67678            "type": "string"
67679          },
67680          "type": "array"
67681        },
67682        "warning": {
67683          "description": "[Output Only] Informational warning message.",
67684          "properties": {
67685            "code": {
67686              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
67687              "enum": [
67688                "CLEANUP_FAILED",
67689                "DEPRECATED_RESOURCE_USED",
67690                "DEPRECATED_TYPE_USED",
67691                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
67692                "EXPERIMENTAL_TYPE_USED",
67693                "EXTERNAL_API_WARNING",
67694                "FIELD_VALUE_OVERRIDEN",
67695                "INJECTED_KERNELS_DEPRECATED",
67696                "LARGE_DEPLOYMENT_WARNING",
67697                "MISSING_TYPE_DEPENDENCY",
67698                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
67699                "NEXT_HOP_CANNOT_IP_FORWARD",
67700                "NEXT_HOP_INSTANCE_NOT_FOUND",
67701                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
67702                "NEXT_HOP_NOT_RUNNING",
67703                "NOT_CRITICAL_ERROR",
67704                "NO_RESULTS_ON_PAGE",
67705                "PARTIAL_SUCCESS",
67706                "REQUIRED_TOS_AGREEMENT",
67707                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
67708                "RESOURCE_NOT_DELETED",
67709                "SCHEMA_VALIDATION_IGNORED",
67710                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
67711                "UNDECLARED_PROPERTIES",
67712                "UNREACHABLE"
67713              ],
67714              "enumDescriptions": [
67715                "",
67716                "",
67717                "",
67718                "",
67719                "",
67720                "",
67721                "",
67722                "",
67723                "",
67724                "",
67725                "",
67726                "",
67727                "",
67728                "",
67729                "",
67730                "",
67731                "",
67732                "",
67733                "",
67734                "",
67735                "",
67736                "",
67737                "",
67738                "",
67739                ""
67740              ],
67741              "type": "string"
67742            },
67743            "data": {
67744              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
67745              "items": {
67746                "properties": {
67747                  "key": {
67748                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
67749                    "type": "string"
67750                  },
67751                  "value": {
67752                    "description": "[Output Only] A warning data value corresponding to the key.",
67753                    "type": "string"
67754                  }
67755                },
67756                "type": "object"
67757              },
67758              "type": "array"
67759            },
67760            "message": {
67761              "description": "[Output Only] A human-readable description of the warning code.",
67762              "type": "string"
67763            }
67764          },
67765          "type": "object"
67766        }
67767      },
67768      "type": "object"
67769    },
67770    "VpnTunnelList": {
67771      "description": "Contains a list of VpnTunnel resources.",
67772      "id": "VpnTunnelList",
67773      "properties": {
67774        "id": {
67775          "description": "[Output Only] Unique identifier for the resource; defined by the server.",
67776          "type": "string"
67777        },
67778        "items": {
67779          "description": "A list of VpnTunnel resources.",
67780          "items": {
67781            "$ref": "VpnTunnel"
67782          },
67783          "type": "array"
67784        },
67785        "kind": {
67786          "default": "compute#vpnTunnelList",
67787          "description": "[Output Only] Type of resource. Always compute#vpnTunnel for VPN tunnels.",
67788          "type": "string"
67789        },
67790        "nextPageToken": {
67791          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
67792          "type": "string"
67793        },
67794        "selfLink": {
67795          "description": "[Output Only] Server-defined URL for this resource.",
67796          "type": "string"
67797        },
67798        "warning": {
67799          "description": "[Output Only] Informational warning message.",
67800          "properties": {
67801            "code": {
67802              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
67803              "enum": [
67804                "CLEANUP_FAILED",
67805                "DEPRECATED_RESOURCE_USED",
67806                "DEPRECATED_TYPE_USED",
67807                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
67808                "EXPERIMENTAL_TYPE_USED",
67809                "EXTERNAL_API_WARNING",
67810                "FIELD_VALUE_OVERRIDEN",
67811                "INJECTED_KERNELS_DEPRECATED",
67812                "LARGE_DEPLOYMENT_WARNING",
67813                "MISSING_TYPE_DEPENDENCY",
67814                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
67815                "NEXT_HOP_CANNOT_IP_FORWARD",
67816                "NEXT_HOP_INSTANCE_NOT_FOUND",
67817                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
67818                "NEXT_HOP_NOT_RUNNING",
67819                "NOT_CRITICAL_ERROR",
67820                "NO_RESULTS_ON_PAGE",
67821                "PARTIAL_SUCCESS",
67822                "REQUIRED_TOS_AGREEMENT",
67823                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
67824                "RESOURCE_NOT_DELETED",
67825                "SCHEMA_VALIDATION_IGNORED",
67826                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
67827                "UNDECLARED_PROPERTIES",
67828                "UNREACHABLE"
67829              ],
67830              "enumDescriptions": [
67831                "",
67832                "",
67833                "",
67834                "",
67835                "",
67836                "",
67837                "",
67838                "",
67839                "",
67840                "",
67841                "",
67842                "",
67843                "",
67844                "",
67845                "",
67846                "",
67847                "",
67848                "",
67849                "",
67850                "",
67851                "",
67852                "",
67853                "",
67854                "",
67855                ""
67856              ],
67857              "type": "string"
67858            },
67859            "data": {
67860              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
67861              "items": {
67862                "properties": {
67863                  "key": {
67864                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
67865                    "type": "string"
67866                  },
67867                  "value": {
67868                    "description": "[Output Only] A warning data value corresponding to the key.",
67869                    "type": "string"
67870                  }
67871                },
67872                "type": "object"
67873              },
67874              "type": "array"
67875            },
67876            "message": {
67877              "description": "[Output Only] A human-readable description of the warning code.",
67878              "type": "string"
67879            }
67880          },
67881          "type": "object"
67882        }
67883      },
67884      "type": "object"
67885    },
67886    "VpnTunnelsScopedList": {
67887      "id": "VpnTunnelsScopedList",
67888      "properties": {
67889        "vpnTunnels": {
67890          "description": "A list of VPN tunnels contained in this scope.",
67891          "items": {
67892            "$ref": "VpnTunnel"
67893          },
67894          "type": "array"
67895        },
67896        "warning": {
67897          "description": "Informational warning which replaces the list of addresses when the list is empty.",
67898          "properties": {
67899            "code": {
67900              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
67901              "enum": [
67902                "CLEANUP_FAILED",
67903                "DEPRECATED_RESOURCE_USED",
67904                "DEPRECATED_TYPE_USED",
67905                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
67906                "EXPERIMENTAL_TYPE_USED",
67907                "EXTERNAL_API_WARNING",
67908                "FIELD_VALUE_OVERRIDEN",
67909                "INJECTED_KERNELS_DEPRECATED",
67910                "LARGE_DEPLOYMENT_WARNING",
67911                "MISSING_TYPE_DEPENDENCY",
67912                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
67913                "NEXT_HOP_CANNOT_IP_FORWARD",
67914                "NEXT_HOP_INSTANCE_NOT_FOUND",
67915                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
67916                "NEXT_HOP_NOT_RUNNING",
67917                "NOT_CRITICAL_ERROR",
67918                "NO_RESULTS_ON_PAGE",
67919                "PARTIAL_SUCCESS",
67920                "REQUIRED_TOS_AGREEMENT",
67921                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
67922                "RESOURCE_NOT_DELETED",
67923                "SCHEMA_VALIDATION_IGNORED",
67924                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
67925                "UNDECLARED_PROPERTIES",
67926                "UNREACHABLE"
67927              ],
67928              "enumDescriptions": [
67929                "",
67930                "",
67931                "",
67932                "",
67933                "",
67934                "",
67935                "",
67936                "",
67937                "",
67938                "",
67939                "",
67940                "",
67941                "",
67942                "",
67943                "",
67944                "",
67945                "",
67946                "",
67947                "",
67948                "",
67949                "",
67950                "",
67951                "",
67952                "",
67953                ""
67954              ],
67955              "type": "string"
67956            },
67957            "data": {
67958              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
67959              "items": {
67960                "properties": {
67961                  "key": {
67962                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
67963                    "type": "string"
67964                  },
67965                  "value": {
67966                    "description": "[Output Only] A warning data value corresponding to the key.",
67967                    "type": "string"
67968                  }
67969                },
67970                "type": "object"
67971              },
67972              "type": "array"
67973            },
67974            "message": {
67975              "description": "[Output Only] A human-readable description of the warning code.",
67976              "type": "string"
67977            }
67978          },
67979          "type": "object"
67980        }
67981      },
67982      "type": "object"
67983    },
67984    "WafExpressionSet": {
67985      "id": "WafExpressionSet",
67986      "properties": {
67987        "aliases": {
67988          "description": "A list of alternate IDs. The format should be: - E.g. XSS-stable Generic suffix like \"stable\" is particularly useful if a policy likes to avail newer set of expressions without having to change the policy. A given alias name can't be used for more than one entity set.",
67989          "items": {
67990            "type": "string"
67991          },
67992          "type": "array"
67993        },
67994        "expressions": {
67995          "description": "List of available expressions.",
67996          "items": {
67997            "$ref": "WafExpressionSetExpression"
67998          },
67999          "type": "array"
68000        },
68001        "id": {
68002          "description": "Google specified expression set ID. The format should be: - E.g. XSS-20170329",
68003          "type": "string"
68004        }
68005      },
68006      "type": "object"
68007    },
68008    "WafExpressionSetExpression": {
68009      "id": "WafExpressionSetExpression",
68010      "properties": {
68011        "id": {
68012          "description": "Expression ID should uniquely identify the origin of the expression. E.g. owasp-crs-v020901-id973337 identifies Owasp core rule set version 2.9.1 rule id 973337. The ID could be used to determine the individual attack definition that has been detected. It could also be used to exclude it from the policy in case of false positive.",
68013          "type": "string"
68014        }
68015      },
68016      "type": "object"
68017    },
68018    "WeightedBackendService": {
68019      "description": "In contrast to a single BackendService in  HttpRouteAction to which all matching traffic is directed to, WeightedBackendService allows traffic to be split across multiple BackendServices. The volume of traffic for each BackendService is proportional to the weight specified in each WeightedBackendService",
68020      "id": "WeightedBackendService",
68021      "properties": {
68022        "backendService": {
68023          "description": "The full or partial URL to the default BackendService resource. Before forwarding the request to backendService, the loadbalancer applies any relevant headerActions specified as part of this backendServiceWeight.",
68024          "type": "string"
68025        },
68026        "headerAction": {
68027          "$ref": "HttpHeaderAction",
68028          "description": "Specifies changes to request and response headers that need to take effect for the selected backendService.\nheaderAction specified here take effect before headerAction in the enclosing HttpRouteRule, PathMatcher and UrlMap.\nNote that headerAction is not supported for Loadbalancers that have their loadBalancingScheme set to EXTERNAL.\nNot supported when the URL map is bound to target gRPC proxy that has validateForProxyless field set to true."
68029        },
68030        "weight": {
68031          "description": "Specifies the fraction of traffic sent to backendService, computed as weight / (sum of all weightedBackendService weights in routeAction) .\nThe selection of a backend service is determined only for new traffic. Once a user's request has been directed to a backendService, subsequent requests will be sent to the same backendService as determined by the BackendService's session affinity policy.\nThe value must be between 0 and 1000",
68032          "format": "uint32",
68033          "type": "integer"
68034        }
68035      },
68036      "type": "object"
68037    },
68038    "XpnHostList": {
68039      "id": "XpnHostList",
68040      "properties": {
68041        "id": {
68042          "description": "[Output Only] Unique identifier for the resource; defined by the server.",
68043          "type": "string"
68044        },
68045        "items": {
68046          "description": "[Output Only] A list of shared VPC host project URLs.",
68047          "items": {
68048            "$ref": "Project"
68049          },
68050          "type": "array"
68051        },
68052        "kind": {
68053          "default": "compute#xpnHostList",
68054          "description": "[Output Only] Type of resource. Always compute#xpnHostList for lists of shared VPC hosts.",
68055          "type": "string"
68056        },
68057        "nextPageToken": {
68058          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
68059          "type": "string"
68060        },
68061        "selfLink": {
68062          "description": "[Output Only] Server-defined URL for this resource.",
68063          "type": "string"
68064        },
68065        "warning": {
68066          "description": "[Output Only] Informational warning message.",
68067          "properties": {
68068            "code": {
68069              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
68070              "enum": [
68071                "CLEANUP_FAILED",
68072                "DEPRECATED_RESOURCE_USED",
68073                "DEPRECATED_TYPE_USED",
68074                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
68075                "EXPERIMENTAL_TYPE_USED",
68076                "EXTERNAL_API_WARNING",
68077                "FIELD_VALUE_OVERRIDEN",
68078                "INJECTED_KERNELS_DEPRECATED",
68079                "LARGE_DEPLOYMENT_WARNING",
68080                "MISSING_TYPE_DEPENDENCY",
68081                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
68082                "NEXT_HOP_CANNOT_IP_FORWARD",
68083                "NEXT_HOP_INSTANCE_NOT_FOUND",
68084                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
68085                "NEXT_HOP_NOT_RUNNING",
68086                "NOT_CRITICAL_ERROR",
68087                "NO_RESULTS_ON_PAGE",
68088                "PARTIAL_SUCCESS",
68089                "REQUIRED_TOS_AGREEMENT",
68090                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
68091                "RESOURCE_NOT_DELETED",
68092                "SCHEMA_VALIDATION_IGNORED",
68093                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
68094                "UNDECLARED_PROPERTIES",
68095                "UNREACHABLE"
68096              ],
68097              "enumDescriptions": [
68098                "",
68099                "",
68100                "",
68101                "",
68102                "",
68103                "",
68104                "",
68105                "",
68106                "",
68107                "",
68108                "",
68109                "",
68110                "",
68111                "",
68112                "",
68113                "",
68114                "",
68115                "",
68116                "",
68117                "",
68118                "",
68119                "",
68120                "",
68121                "",
68122                ""
68123              ],
68124              "type": "string"
68125            },
68126            "data": {
68127              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
68128              "items": {
68129                "properties": {
68130                  "key": {
68131                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
68132                    "type": "string"
68133                  },
68134                  "value": {
68135                    "description": "[Output Only] A warning data value corresponding to the key.",
68136                    "type": "string"
68137                  }
68138                },
68139                "type": "object"
68140              },
68141              "type": "array"
68142            },
68143            "message": {
68144              "description": "[Output Only] A human-readable description of the warning code.",
68145              "type": "string"
68146            }
68147          },
68148          "type": "object"
68149        }
68150      },
68151      "type": "object"
68152    },
68153    "XpnResourceId": {
68154      "description": "Service resource (a.k.a service project) ID.",
68155      "id": "XpnResourceId",
68156      "properties": {
68157        "id": {
68158          "description": "The ID of the service resource. In the case of projects, this field supports project id (e.g., my-project-123) and project number (e.g. 12345678).",
68159          "type": "string"
68160        },
68161        "type": {
68162          "description": "The type of the service resource.",
68163          "enum": [
68164            "PROJECT",
68165            "XPN_RESOURCE_TYPE_UNSPECIFIED"
68166          ],
68167          "enumDescriptions": [
68168            "",
68169            ""
68170          ],
68171          "type": "string"
68172        }
68173      },
68174      "type": "object"
68175    },
68176    "Zone": {
68177      "description": "Represents a Zone resource.\n\nA zone is a deployment area. These deployment areas are subsets of a region. For example the zone us-east1-a is located in the us-east1 region. For more information, read Regions and Zones. (== resource_for {$api_version}.zones ==)",
68178      "id": "Zone",
68179      "properties": {
68180        "availableCpuPlatforms": {
68181          "description": "[Output Only] Available cpu/platform selections for the zone.",
68182          "items": {
68183            "type": "string"
68184          },
68185          "type": "array"
68186        },
68187        "creationTimestamp": {
68188          "description": "[Output Only] Creation timestamp in RFC3339 text format.",
68189          "type": "string"
68190        },
68191        "deprecated": {
68192          "$ref": "DeprecationStatus",
68193          "description": "[Output Only] The deprecation status associated with this zone."
68194        },
68195        "description": {
68196          "description": "[Output Only] Textual description of the resource.",
68197          "type": "string"
68198        },
68199        "id": {
68200          "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.",
68201          "format": "uint64",
68202          "type": "string"
68203        },
68204        "kind": {
68205          "default": "compute#zone",
68206          "description": "[Output Only] Type of the resource. Always compute#zone for zones.",
68207          "type": "string"
68208        },
68209        "name": {
68210          "description": "[Output Only] Name of the resource.",
68211          "type": "string"
68212        },
68213        "region": {
68214          "description": "[Output Only] Full URL reference to the region which hosts the zone.",
68215          "type": "string"
68216        },
68217        "selfLink": {
68218          "description": "[Output Only] Server-defined URL for the resource.",
68219          "type": "string"
68220        },
68221        "status": {
68222          "description": "[Output Only] Status of the zone, either UP or DOWN.",
68223          "enum": [
68224            "DOWN",
68225            "UP"
68226          ],
68227          "enumDescriptions": [
68228            "",
68229            ""
68230          ],
68231          "type": "string"
68232        },
68233        "supportsPzs": {
68234          "description": "[Output Only] Reserved for future use.",
68235          "type": "boolean"
68236        }
68237      },
68238      "type": "object"
68239    },
68240    "ZoneList": {
68241      "description": "Contains a list of zone resources.",
68242      "id": "ZoneList",
68243      "properties": {
68244        "id": {
68245          "description": "[Output Only] Unique identifier for the resource; defined by the server.",
68246          "type": "string"
68247        },
68248        "items": {
68249          "description": "A list of Zone resources.",
68250          "items": {
68251            "$ref": "Zone"
68252          },
68253          "type": "array"
68254        },
68255        "kind": {
68256          "default": "compute#zoneList",
68257          "description": "Type of resource.",
68258          "type": "string"
68259        },
68260        "nextPageToken": {
68261          "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.",
68262          "type": "string"
68263        },
68264        "selfLink": {
68265          "description": "[Output Only] Server-defined URL for this resource.",
68266          "type": "string"
68267        },
68268        "warning": {
68269          "description": "[Output Only] Informational warning message.",
68270          "properties": {
68271            "code": {
68272              "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.",
68273              "enum": [
68274                "CLEANUP_FAILED",
68275                "DEPRECATED_RESOURCE_USED",
68276                "DEPRECATED_TYPE_USED",
68277                "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
68278                "EXPERIMENTAL_TYPE_USED",
68279                "EXTERNAL_API_WARNING",
68280                "FIELD_VALUE_OVERRIDEN",
68281                "INJECTED_KERNELS_DEPRECATED",
68282                "LARGE_DEPLOYMENT_WARNING",
68283                "MISSING_TYPE_DEPENDENCY",
68284                "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
68285                "NEXT_HOP_CANNOT_IP_FORWARD",
68286                "NEXT_HOP_INSTANCE_NOT_FOUND",
68287                "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
68288                "NEXT_HOP_NOT_RUNNING",
68289                "NOT_CRITICAL_ERROR",
68290                "NO_RESULTS_ON_PAGE",
68291                "PARTIAL_SUCCESS",
68292                "REQUIRED_TOS_AGREEMENT",
68293                "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
68294                "RESOURCE_NOT_DELETED",
68295                "SCHEMA_VALIDATION_IGNORED",
68296                "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
68297                "UNDECLARED_PROPERTIES",
68298                "UNREACHABLE"
68299              ],
68300              "enumDescriptions": [
68301                "",
68302                "",
68303                "",
68304                "",
68305                "",
68306                "",
68307                "",
68308                "",
68309                "",
68310                "",
68311                "",
68312                "",
68313                "",
68314                "",
68315                "",
68316                "",
68317                "",
68318                "",
68319                "",
68320                "",
68321                "",
68322                "",
68323                "",
68324                "",
68325                ""
68326              ],
68327              "type": "string"
68328            },
68329            "data": {
68330              "description": "[Output Only] Metadata about this warning in key: value format. For example:\n\"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" }",
68331              "items": {
68332                "properties": {
68333                  "key": {
68334                    "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).",
68335                    "type": "string"
68336                  },
68337                  "value": {
68338                    "description": "[Output Only] A warning data value corresponding to the key.",
68339                    "type": "string"
68340                  }
68341                },
68342                "type": "object"
68343              },
68344              "type": "array"
68345            },
68346            "message": {
68347              "description": "[Output Only] A human-readable description of the warning code.",
68348              "type": "string"
68349            }
68350          },
68351          "type": "object"
68352        }
68353      },
68354      "type": "object"
68355    },
68356    "ZoneSetLabelsRequest": {
68357      "id": "ZoneSetLabelsRequest",
68358      "properties": {
68359        "labelFingerprint": {
68360          "description": "The fingerprint of the previous set of labels for this resource, used to detect conflicts. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update labels. You must always provide an up-to-date fingerprint hash in order to update or change labels. Make a get() request to the resource to get the latest fingerprint.",
68361          "format": "byte",
68362          "type": "string"
68363        },
68364        "labels": {
68365          "additionalProperties": {
68366            "type": "string"
68367          },
68368          "description": "The labels to set for this resource.",
68369          "type": "object"
68370        }
68371      },
68372      "type": "object"
68373    },
68374    "ZoneSetPolicyRequest": {
68375      "id": "ZoneSetPolicyRequest",
68376      "properties": {
68377        "bindings": {
68378          "description": "Flatten Policy to create a backwacd compatible wire-format. Deprecated. Use 'policy' to specify bindings.",
68379          "items": {
68380            "$ref": "Binding"
68381          },
68382          "type": "array"
68383        },
68384        "etag": {
68385          "description": "Flatten Policy to create a backward compatible wire-format. Deprecated. Use 'policy' to specify the etag.",
68386          "format": "byte",
68387          "type": "string"
68388        },
68389        "policy": {
68390          "$ref": "Policy",
68391          "description": "REQUIRED: The complete policy to be applied to the 'resource'. The size of the policy is limited to a few 10s of KB. An empty policy is in general a valid policy but certain services (like Projects) might reject them."
68392        }
68393      },
68394      "type": "object"
68395    }
68396  },
68397  "servicePath": "compute/alpha/",
68398  "title": "Compute Engine API",
68399  "version": "alpha"
68400}