@itentialopensource/adapter-gcp_compute 1.5.1 → 1.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CALLS.md CHANGED
@@ -202,5 +202,3388 @@ Specific adapter calls are built based on the API of the GcpCompute. The Adapter
202
202
  <th bgcolor="lightgrey" style="padding:15px"><span style="font-size:12.0pt">Path</span></th>
203
203
  <th bgcolor="lightgrey" style="padding:15px"><span style="font-size:12.0pt">Workflow?</span></th>
204
204
  </tr>
205
+ <tr>
206
+ <td style="padding:15px">getProject(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, callback)</td>
207
+ <td style="padding:15px">Returns the specified Project resource.</td>
208
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}?{query}</td>
209
+ <td style="padding:15px">Yes</td>
210
+ </tr>
211
+ <tr>
212
+ <td style="padding:15px">postProjectDisableXpnHost(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, requestId, callback)</td>
213
+ <td style="padding:15px">Disable this project as a shared VPC host project.</td>
214
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/disableXpnHost?{query}</td>
215
+ <td style="padding:15px">Yes</td>
216
+ </tr>
217
+ <tr>
218
+ <td style="padding:15px">postProjectDisableXpnResource(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, requestId, body, callback)</td>
219
+ <td style="padding:15px">Disable a service resource (also known as service project) associated with this host project.</td>
220
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/disableXpnResource?{query}</td>
221
+ <td style="padding:15px">Yes</td>
222
+ </tr>
223
+ <tr>
224
+ <td style="padding:15px">postProjectEnableXpnHost(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, requestId, callback)</td>
225
+ <td style="padding:15px">Enable this project as a shared VPC host project.</td>
226
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/enableXpnHost?{query}</td>
227
+ <td style="padding:15px">Yes</td>
228
+ </tr>
229
+ <tr>
230
+ <td style="padding:15px">postProjectEnableXpnResource(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, requestId, body, callback)</td>
231
+ <td style="padding:15px">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.</td>
232
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/enableXpnResource?{query}</td>
233
+ <td style="padding:15px">Yes</td>
234
+ </tr>
235
+ <tr>
236
+ <td style="padding:15px">getProjectGetXpnHost(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, callback)</td>
237
+ <td style="padding:15px">Gets the shared VPC host project that this project links to. May be empty if no link exists.</td>
238
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/getXpnHost?{query}</td>
239
+ <td style="padding:15px">Yes</td>
240
+ </tr>
241
+ <tr>
242
+ <td style="padding:15px">getProjectGetXpnResources(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, filter, maxResults, orderBy, pageToken, callback)</td>
243
+ <td style="padding:15px">Gets service resources (a.k.a service project) associated with this host project.</td>
244
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/getXpnResources?{query}</td>
245
+ <td style="padding:15px">Yes</td>
246
+ </tr>
247
+ <tr>
248
+ <td style="padding:15px">postProjectListXpnHosts(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, filter, maxResults, orderBy, pageToken, body, callback)</td>
249
+ <td style="padding:15px">Lists all shared VPC host projects visible to the user in an organization.</td>
250
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/listXpnHosts?{query}</td>
251
+ <td style="padding:15px">Yes</td>
252
+ </tr>
253
+ <tr>
254
+ <td style="padding:15px">postProjectMoveDisk(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, requestId, body, callback)</td>
255
+ <td style="padding:15px">Moves a persistent disk from one zone to another.</td>
256
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/moveDisk?{query}</td>
257
+ <td style="padding:15px">Yes</td>
258
+ </tr>
259
+ <tr>
260
+ <td style="padding:15px">postProjectMoveInstance(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, requestId, body, callback)</td>
261
+ <td style="padding:15px">Moves an instance and its attached persistent disks from one zone to another.</td>
262
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/moveInstance?{query}</td>
263
+ <td style="padding:15px">Yes</td>
264
+ </tr>
265
+ <tr>
266
+ <td style="padding:15px">postProjectSetCommonInstanceMetadata(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, requestId, body, callback)</td>
267
+ <td style="padding:15px">Sets metadata common to all instances within the specified project using the data included in the request.</td>
268
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/setCommonInstanceMetadata?{query}</td>
269
+ <td style="padding:15px">Yes</td>
270
+ </tr>
271
+ <tr>
272
+ <td style="padding:15px">postProjectSetDefaultNetworkTier(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, requestId, body, callback)</td>
273
+ <td style="padding:15px">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.</td>
274
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/setDefaultNetworkTier?{query}</td>
275
+ <td style="padding:15px">Yes</td>
276
+ </tr>
277
+ <tr>
278
+ <td style="padding:15px">postProjectSetUsageExportBucket(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, requestId, body, callback)</td>
279
+ <td style="padding:15px">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.</td>
280
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/setUsageExportBucket?{query}</td>
281
+ <td style="padding:15px">Yes</td>
282
+ </tr>
283
+ <tr>
284
+ <td style="padding:15px">getProjectAggregatedAcceleratorTypes(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, filter, includeAllScopes, maxResults, orderBy, pageToken, callback)</td>
285
+ <td style="padding:15px">Retrieves an aggregated list of accelerator types.</td>
286
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/aggregated/acceleratorTypes?{query}</td>
287
+ <td style="padding:15px">Yes</td>
288
+ </tr>
289
+ <tr>
290
+ <td style="padding:15px">getProjectZonesZoneAcceleratorTypes(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, filter, maxResults, orderBy, pageToken, callback)</td>
291
+ <td style="padding:15px">Retrieves a list of accelerator types that are available to the specified project.</td>
292
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/acceleratorTypes?{query}</td>
293
+ <td style="padding:15px">Yes</td>
294
+ </tr>
295
+ <tr>
296
+ <td style="padding:15px">getProjectZonesZoneAcceleratorTypesAcceleratorType(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, acceleratorType, callback)</td>
297
+ <td style="padding:15px">Returns the specified accelerator type.</td>
298
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/acceleratorTypes/{pathv3}?{query}</td>
299
+ <td style="padding:15px">Yes</td>
300
+ </tr>
301
+ <tr>
302
+ <td style="padding:15px">getProjectAggregatedAddresses(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, filter, includeAllScopes, maxResults, orderBy, pageToken, callback)</td>
303
+ <td style="padding:15px">Retrieves an aggregated list of addresses.</td>
304
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/aggregated/addresses?{query}</td>
305
+ <td style="padding:15px">Yes</td>
306
+ </tr>
307
+ <tr>
308
+ <td style="padding:15px">getProjectRegionsRegionAddresses(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, filter, maxResults, orderBy, pageToken, callback)</td>
309
+ <td style="padding:15px">Retrieves a list of addresses contained within the specified region.</td>
310
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/addresses?{query}</td>
311
+ <td style="padding:15px">Yes</td>
312
+ </tr>
313
+ <tr>
314
+ <td style="padding:15px">postProjectRegionsRegionAddresses(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, requestId, body, callback)</td>
315
+ <td style="padding:15px">Creates an address resource in the specified project by using the data included in the request.</td>
316
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/addresses?{query}</td>
317
+ <td style="padding:15px">Yes</td>
318
+ </tr>
319
+ <tr>
320
+ <td style="padding:15px">deleteProjectRegionsRegionAddressesAddress(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, address, requestId, callback)</td>
321
+ <td style="padding:15px">Deletes the specified address resource.</td>
322
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/addresses/{pathv3}?{query}</td>
323
+ <td style="padding:15px">Yes</td>
324
+ </tr>
325
+ <tr>
326
+ <td style="padding:15px">getProjectRegionsRegionAddressesAddress(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, address, callback)</td>
327
+ <td style="padding:15px">Returns the specified address resource.</td>
328
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/addresses/{pathv3}?{query}</td>
329
+ <td style="padding:15px">Yes</td>
330
+ </tr>
331
+ <tr>
332
+ <td style="padding:15px">getProjectAggregatedAutoscalers(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, filter, includeAllScopes, maxResults, orderBy, pageToken, callback)</td>
333
+ <td style="padding:15px">Retrieves an aggregated list of autoscalers.</td>
334
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/aggregated/autoscalers?{query}</td>
335
+ <td style="padding:15px">Yes</td>
336
+ </tr>
337
+ <tr>
338
+ <td style="padding:15px">getProjectZonesZoneAutoscalers(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, filter, maxResults, orderBy, pageToken, callback)</td>
339
+ <td style="padding:15px">Retrieves a list of autoscalers contained within the specified zone.</td>
340
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/autoscalers?{query}</td>
341
+ <td style="padding:15px">Yes</td>
342
+ </tr>
343
+ <tr>
344
+ <td style="padding:15px">patchProjectZonesZoneAutoscalers(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, autoscaler, requestId, body, callback)</td>
345
+ <td style="padding:15px">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.</td>
346
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/autoscalers?{query}</td>
347
+ <td style="padding:15px">Yes</td>
348
+ </tr>
349
+ <tr>
350
+ <td style="padding:15px">postProjectZonesZoneAutoscalers(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, requestId, body, callback)</td>
351
+ <td style="padding:15px">Creates an autoscaler in the specified project using the data included in the request.</td>
352
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/autoscalers?{query}</td>
353
+ <td style="padding:15px">Yes</td>
354
+ </tr>
355
+ <tr>
356
+ <td style="padding:15px">putProjectZonesZoneAutoscalers(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, autoscaler, requestId, body, callback)</td>
357
+ <td style="padding:15px">Updates an autoscaler in the specified project using the data included in the request.</td>
358
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/autoscalers?{query}</td>
359
+ <td style="padding:15px">Yes</td>
360
+ </tr>
361
+ <tr>
362
+ <td style="padding:15px">deleteProjectZonesZoneAutoscalersAutoscaler(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, autoscaler, requestId, callback)</td>
363
+ <td style="padding:15px">Deletes the specified autoscaler.</td>
364
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/autoscalers/{pathv3}?{query}</td>
365
+ <td style="padding:15px">Yes</td>
366
+ </tr>
367
+ <tr>
368
+ <td style="padding:15px">getProjectZonesZoneAutoscalersAutoscaler(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, autoscaler, callback)</td>
369
+ <td style="padding:15px">Returns the specified autoscaler resource. Gets a list of available autoscalers by making a list() request.</td>
370
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/autoscalers/{pathv3}?{query}</td>
371
+ <td style="padding:15px">Yes</td>
372
+ </tr>
373
+ <tr>
374
+ <td style="padding:15px">getProjectAggregatedBackendServices(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, filter, includeAllScopes, maxResults, orderBy, pageToken, callback)</td>
375
+ <td style="padding:15px">Retrieves the list of all BackendService resources, regional and global, available to the specified project.</td>
376
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/aggregated/backendServices?{query}</td>
377
+ <td style="padding:15px">Yes</td>
378
+ </tr>
379
+ <tr>
380
+ <td style="padding:15px">getProjectGlobalBackendServices(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, filter, maxResults, orderBy, pageToken, callback)</td>
381
+ <td style="padding:15px">Retrieves the list of BackendService resources available to the specified project.</td>
382
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/backendServices?{query}</td>
383
+ <td style="padding:15px">Yes</td>
384
+ </tr>
385
+ <tr>
386
+ <td style="padding:15px">postProjectGlobalBackendServices(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, requestId, body, callback)</td>
387
+ <td style="padding:15px">Creates a BackendService resource in the specified project using the data included in the request. For more information, see Backend services overview.</td>
388
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/backendServices?{query}</td>
389
+ <td style="padding:15px">Yes</td>
390
+ </tr>
391
+ <tr>
392
+ <td style="padding:15px">deleteProjectGlobalBackendServicesBackendService(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, backendService, requestId, callback)</td>
393
+ <td style="padding:15px">Deletes the specified BackendService resource.</td>
394
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/backendServices/{pathv2}?{query}</td>
395
+ <td style="padding:15px">Yes</td>
396
+ </tr>
397
+ <tr>
398
+ <td style="padding:15px">getProjectGlobalBackendServicesBackendService(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, backendService, callback)</td>
399
+ <td style="padding:15px">Returns the specified BackendService resource. Gets a list of available backend services.</td>
400
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/backendServices/{pathv2}?{query}</td>
401
+ <td style="padding:15px">Yes</td>
402
+ </tr>
403
+ <tr>
404
+ <td style="padding:15px">patchProjectGlobalBackendServicesBackendService(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, backendService, requestId, body, callback)</td>
405
+ <td style="padding:15px">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.</td>
406
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/backendServices/{pathv2}?{query}</td>
407
+ <td style="padding:15px">Yes</td>
408
+ </tr>
409
+ <tr>
410
+ <td style="padding:15px">putProjectGlobalBackendServicesBackendService(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, backendService, requestId, body, callback)</td>
411
+ <td style="padding:15px">Updates the specified BackendService resource with the data included in the request. For more information, see Backend services overview.</td>
412
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/backendServices/{pathv2}?{query}</td>
413
+ <td style="padding:15px">Yes</td>
414
+ </tr>
415
+ <tr>
416
+ <td style="padding:15px">postProjectGlobalBackendServicesBackendServiceAddSignedUrlKey(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, backendService, requestId, body, callback)</td>
417
+ <td style="padding:15px">Adds a key for validating requests with signed URLs for this backend service.</td>
418
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/backendServices/{pathv2}/addSignedUrlKey?{query}</td>
419
+ <td style="padding:15px">Yes</td>
420
+ </tr>
421
+ <tr>
422
+ <td style="padding:15px">postProjectGlobalBackendServicesBackendServiceDeleteSignedUrlKey(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, backendService, keyName, requestId, callback)</td>
423
+ <td style="padding:15px">Deletes a key for validating requests with signed URLs for this backend service.</td>
424
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/backendServices/{pathv2}/deleteSignedUrlKey?{query}</td>
425
+ <td style="padding:15px">Yes</td>
426
+ </tr>
427
+ <tr>
428
+ <td style="padding:15px">postProjectGlobalBackendServicesBackendServiceGetHealth(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, backendService, body, callback)</td>
429
+ <td style="padding:15px">Gets the most recent health check results for this BackendService.
430
+
431
+ Example request body:
432
+
433
+ { "group": "/zones/us-east1-b/instanceGroups/lb-backend-example" }</td>
434
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/backendServices/{pathv2}/getHealth?{query}</td>
435
+ <td style="padding:15px">Yes</td>
436
+ </tr>
437
+ <tr>
438
+ <td style="padding:15px">postProjectGlobalBackendServicesBackendServiceSetSecurityPolicy(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, backendService, requestId, body, callback)</td>
439
+ <td style="padding:15px">Sets the security policy for the specified backend service.</td>
440
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/backendServices/{pathv2}/setSecurityPolicy?{query}</td>
441
+ <td style="padding:15px">Yes</td>
442
+ </tr>
443
+ <tr>
444
+ <td style="padding:15px">getProjectAggregatedCommitments(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, filter, includeAllScopes, maxResults, orderBy, pageToken, callback)</td>
445
+ <td style="padding:15px">Retrieves an aggregated list of commitments.</td>
446
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/aggregated/commitments?{query}</td>
447
+ <td style="padding:15px">Yes</td>
448
+ </tr>
449
+ <tr>
450
+ <td style="padding:15px">getProjectRegionsRegionCommitments(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, filter, maxResults, orderBy, pageToken, callback)</td>
451
+ <td style="padding:15px">Retrieves a list of commitments contained within the specified region.</td>
452
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/commitments?{query}</td>
453
+ <td style="padding:15px">Yes</td>
454
+ </tr>
455
+ <tr>
456
+ <td style="padding:15px">postProjectRegionsRegionCommitments(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, requestId, body, callback)</td>
457
+ <td style="padding:15px">Creates a commitment in the specified project using the data included in the request.</td>
458
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/commitments?{query}</td>
459
+ <td style="padding:15px">Yes</td>
460
+ </tr>
461
+ <tr>
462
+ <td style="padding:15px">getProjectRegionsRegionCommitmentsCommitment(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, commitment, callback)</td>
463
+ <td style="padding:15px">Returns the specified commitment resource. Gets a list of available commitments by making a list() request.</td>
464
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/commitments/{pathv3}?{query}</td>
465
+ <td style="padding:15px">Yes</td>
466
+ </tr>
467
+ <tr>
468
+ <td style="padding:15px">getProjectAggregatedDiskTypes(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, filter, includeAllScopes, maxResults, orderBy, pageToken, callback)</td>
469
+ <td style="padding:15px">Retrieves an aggregated list of disk types.</td>
470
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/aggregated/diskTypes?{query}</td>
471
+ <td style="padding:15px">Yes</td>
472
+ </tr>
473
+ <tr>
474
+ <td style="padding:15px">getProjectZonesZoneDiskTypes(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, filter, maxResults, orderBy, pageToken, callback)</td>
475
+ <td style="padding:15px">Retrieves a list of disk types available to the specified project.</td>
476
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/diskTypes?{query}</td>
477
+ <td style="padding:15px">Yes</td>
478
+ </tr>
479
+ <tr>
480
+ <td style="padding:15px">getProjectZonesZoneDiskTypesDiskType(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, diskType, callback)</td>
481
+ <td style="padding:15px">Returns the specified disk type. Gets a list of available disk types by making a list() request.</td>
482
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/diskTypes/{pathv3}?{query}</td>
483
+ <td style="padding:15px">Yes</td>
484
+ </tr>
485
+ <tr>
486
+ <td style="padding:15px">getProjectAggregatedDisks(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, filter, includeAllScopes, maxResults, orderBy, pageToken, callback)</td>
487
+ <td style="padding:15px">Retrieves an aggregated list of persistent disks.</td>
488
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/aggregated/disks?{query}</td>
489
+ <td style="padding:15px">Yes</td>
490
+ </tr>
491
+ <tr>
492
+ <td style="padding:15px">getProjectZonesZoneDisks(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, filter, maxResults, orderBy, pageToken, callback)</td>
493
+ <td style="padding:15px">Retrieves a list of persistent disks contained within the specified zone.</td>
494
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/disks?{query}</td>
495
+ <td style="padding:15px">Yes</td>
496
+ </tr>
497
+ <tr>
498
+ <td style="padding:15px">postProjectZonesZoneDisks(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, requestId, sourceImage, body, callback)</td>
499
+ <td style="padding:15px">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.</td>
500
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/disks?{query}</td>
501
+ <td style="padding:15px">Yes</td>
502
+ </tr>
503
+ <tr>
504
+ <td style="padding:15px">deleteProjectZonesZoneDisksDisk(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, disk, requestId, callback)</td>
505
+ <td style="padding:15px">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.</td>
506
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/disks/{pathv3}?{query}</td>
507
+ <td style="padding:15px">Yes</td>
508
+ </tr>
509
+ <tr>
510
+ <td style="padding:15px">getProjectZonesZoneDisksDisk(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, disk, callback)</td>
511
+ <td style="padding:15px">Returns a specified persistent disk. Gets a list of available persistent disks by making a list() request.</td>
512
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/disks/{pathv3}?{query}</td>
513
+ <td style="padding:15px">Yes</td>
514
+ </tr>
515
+ <tr>
516
+ <td style="padding:15px">postProjectZonesZoneDisksDiskAddResourcePolicies(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, disk, requestId, body, callback)</td>
517
+ <td style="padding:15px">Adds existing resource policies to a disk. You can only add one policy which will be applied to this disk for scheduling snapshot creation.</td>
518
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/disks/{pathv3}/addResourcePolicies?{query}</td>
519
+ <td style="padding:15px">Yes</td>
520
+ </tr>
521
+ <tr>
522
+ <td style="padding:15px">postProjectZonesZoneDisksDiskCreateSnapshot(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, disk, guestFlush, requestId, body, callback)</td>
523
+ <td style="padding:15px">Creates a snapshot of a specified persistent disk.</td>
524
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/disks/{pathv3}/createSnapshot?{query}</td>
525
+ <td style="padding:15px">Yes</td>
526
+ </tr>
527
+ <tr>
528
+ <td style="padding:15px">postProjectZonesZoneDisksDiskRemoveResourcePolicies(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, disk, requestId, body, callback)</td>
529
+ <td style="padding:15px">Removes resource policies from a disk.</td>
530
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/disks/{pathv3}/removeResourcePolicies?{query}</td>
531
+ <td style="padding:15px">Yes</td>
532
+ </tr>
533
+ <tr>
534
+ <td style="padding:15px">postProjectZonesZoneDisksDiskResize(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, disk, requestId, body, callback)</td>
535
+ <td style="padding:15px">Resizes the specified persistent disk. You can only increase the size of the disk.</td>
536
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/disks/{pathv3}/resize?{query}</td>
537
+ <td style="padding:15px">Yes</td>
538
+ </tr>
539
+ <tr>
540
+ <td style="padding:15px">getProjectZonesZoneDisksResourceGetIamPolicy(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, resource, optionsRequestedPolicyVersion, callback)</td>
541
+ <td style="padding:15px">Gets the access control policy for a resource. May be empty if no such policy or resource exists.</td>
542
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/disks/{pathv3}/getIamPolicy?{query}</td>
543
+ <td style="padding:15px">Yes</td>
544
+ </tr>
545
+ <tr>
546
+ <td style="padding:15px">postProjectZonesZoneDisksResourceSetIamPolicy(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, resource, body, callback)</td>
547
+ <td style="padding:15px">Sets the access control policy on the specified resource. Replaces any existing policy.</td>
548
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/disks/{pathv3}/setIamPolicy?{query}</td>
549
+ <td style="padding:15px">Yes</td>
550
+ </tr>
551
+ <tr>
552
+ <td style="padding:15px">postProjectZonesZoneDisksResourceSetLabels(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, resource, requestId, body, callback)</td>
553
+ <td style="padding:15px">Sets the labels on a disk. To learn more about labels, read the Labeling Resources documentation.</td>
554
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/disks/{pathv3}/setLabels?{query}</td>
555
+ <td style="padding:15px">Yes</td>
556
+ </tr>
557
+ <tr>
558
+ <td style="padding:15px">postProjectZonesZoneDisksResourceTestIamPermissions(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, resource, body, callback)</td>
559
+ <td style="padding:15px">Returns permissions that a caller has on the specified resource.</td>
560
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/disks/{pathv3}/testIamPermissions?{query}</td>
561
+ <td style="padding:15px">Yes</td>
562
+ </tr>
563
+ <tr>
564
+ <td style="padding:15px">getProjectAggregatedForwardingRules(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, filter, includeAllScopes, maxResults, orderBy, pageToken, callback)</td>
565
+ <td style="padding:15px">Retrieves an aggregated list of forwarding rules.</td>
566
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/aggregated/forwardingRules?{query}</td>
567
+ <td style="padding:15px">Yes</td>
568
+ </tr>
569
+ <tr>
570
+ <td style="padding:15px">getProjectRegionsRegionForwardingRules(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, filter, maxResults, orderBy, pageToken, callback)</td>
571
+ <td style="padding:15px">Retrieves a list of ForwardingRule resources available to the specified project and region.</td>
572
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/forwardingRules?{query}</td>
573
+ <td style="padding:15px">Yes</td>
574
+ </tr>
575
+ <tr>
576
+ <td style="padding:15px">postProjectRegionsRegionForwardingRules(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, requestId, body, callback)</td>
577
+ <td style="padding:15px">Creates a ForwardingRule resource in the specified project and region using the data included in the request.</td>
578
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/forwardingRules?{query}</td>
579
+ <td style="padding:15px">Yes</td>
580
+ </tr>
581
+ <tr>
582
+ <td style="padding:15px">deleteProjectRegionsRegionForwardingRulesForwardingRule(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, forwardingRule, requestId, callback)</td>
583
+ <td style="padding:15px">Deletes the specified ForwardingRule resource.</td>
584
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/forwardingRules/{pathv3}?{query}</td>
585
+ <td style="padding:15px">Yes</td>
586
+ </tr>
587
+ <tr>
588
+ <td style="padding:15px">getProjectRegionsRegionForwardingRulesForwardingRule(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, forwardingRule, callback)</td>
589
+ <td style="padding:15px">Returns the specified ForwardingRule resource.</td>
590
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/forwardingRules/{pathv3}?{query}</td>
591
+ <td style="padding:15px">Yes</td>
592
+ </tr>
593
+ <tr>
594
+ <td style="padding:15px">patchProjectRegionsRegionForwardingRulesForwardingRule(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, forwardingRule, requestId, body, callback)</td>
595
+ <td style="padding:15px">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.</td>
596
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/forwardingRules/{pathv3}?{query}</td>
597
+ <td style="padding:15px">Yes</td>
598
+ </tr>
599
+ <tr>
600
+ <td style="padding:15px">postProjectRegionsRegionForwardingRulesForwardingRuleSetTarget(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, forwardingRule, requestId, body, callback)</td>
601
+ <td style="padding:15px">Changes target URL for forwarding rule. The new target should be of the same type as the old target.</td>
602
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/forwardingRules/{pathv3}/setTarget?{query}</td>
603
+ <td style="padding:15px">Yes</td>
604
+ </tr>
605
+ <tr>
606
+ <td style="padding:15px">getProjectAggregatedHealthChecks(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, filter, includeAllScopes, maxResults, orderBy, pageToken, callback)</td>
607
+ <td style="padding:15px">Retrieves the list of all HealthCheck resources, regional and global, available to the specified project.</td>
608
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/aggregated/healthChecks?{query}</td>
609
+ <td style="padding:15px">Yes</td>
610
+ </tr>
611
+ <tr>
612
+ <td style="padding:15px">getProjectGlobalHealthChecks(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, filter, maxResults, orderBy, pageToken, callback)</td>
613
+ <td style="padding:15px">Retrieves the list of HealthCheck resources available to the specified project.</td>
614
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/healthChecks?{query}</td>
615
+ <td style="padding:15px">Yes</td>
616
+ </tr>
617
+ <tr>
618
+ <td style="padding:15px">postProjectGlobalHealthChecks(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, requestId, body, callback)</td>
619
+ <td style="padding:15px">Creates a HealthCheck resource in the specified project using the data included in the request.</td>
620
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/healthChecks?{query}</td>
621
+ <td style="padding:15px">Yes</td>
622
+ </tr>
623
+ <tr>
624
+ <td style="padding:15px">deleteProjectGlobalHealthChecksHealthCheck(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, healthCheck, requestId, callback)</td>
625
+ <td style="padding:15px">Deletes the specified HealthCheck resource.</td>
626
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/healthChecks/{pathv2}?{query}</td>
627
+ <td style="padding:15px">Yes</td>
628
+ </tr>
629
+ <tr>
630
+ <td style="padding:15px">getProjectGlobalHealthChecksHealthCheck(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, healthCheck, callback)</td>
631
+ <td style="padding:15px">Returns the specified HealthCheck resource. Gets a list of available health checks by making a list() request.</td>
632
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/healthChecks/{pathv2}?{query}</td>
633
+ <td style="padding:15px">Yes</td>
634
+ </tr>
635
+ <tr>
636
+ <td style="padding:15px">patchProjectGlobalHealthChecksHealthCheck(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, healthCheck, requestId, body, callback)</td>
637
+ <td style="padding:15px">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.</td>
638
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/healthChecks/{pathv2}?{query}</td>
639
+ <td style="padding:15px">Yes</td>
640
+ </tr>
641
+ <tr>
642
+ <td style="padding:15px">putProjectGlobalHealthChecksHealthCheck(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, healthCheck, requestId, body, callback)</td>
643
+ <td style="padding:15px">Updates a HealthCheck resource in the specified project using the data included in the request.</td>
644
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/healthChecks/{pathv2}?{query}</td>
645
+ <td style="padding:15px">Yes</td>
646
+ </tr>
647
+ <tr>
648
+ <td style="padding:15px">getProjectAggregatedInstanceGroupManagers(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, filter, includeAllScopes, maxResults, orderBy, pageToken, callback)</td>
649
+ <td style="padding:15px">Retrieves the list of managed instance groups and groups them by zone.</td>
650
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/aggregated/instanceGroupManagers?{query}</td>
651
+ <td style="padding:15px">Yes</td>
652
+ </tr>
653
+ <tr>
654
+ <td style="padding:15px">getProjectZonesZoneInstanceGroupManagers(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, filter, maxResults, orderBy, pageToken, callback)</td>
655
+ <td style="padding:15px">Retrieves a list of managed instance groups that are contained within the specified project and zone.</td>
656
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/instanceGroupManagers?{query}</td>
657
+ <td style="padding:15px">Yes</td>
658
+ </tr>
659
+ <tr>
660
+ <td style="padding:15px">postProjectZonesZoneInstanceGroupManagers(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, requestId, body, callback)</td>
661
+ <td style="padding:15px">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.
662
+
663
+ A managed instance group can have up to 1000 VM instances per group. Please contact ...(description truncated)</td>
664
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/instanceGroupManagers?{query}</td>
665
+ <td style="padding:15px">Yes</td>
666
+ </tr>
667
+ <tr>
668
+ <td style="padding:15px">deleteProjectZonesZoneInstanceGroupManagersInstanceGroupManager(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, instanceGroupManager, requestId, callback)</td>
669
+ <td style="padding:15px">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.</td>
670
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/instanceGroupManagers/{pathv3}?{query}</td>
671
+ <td style="padding:15px">Yes</td>
672
+ </tr>
673
+ <tr>
674
+ <td style="padding:15px">getProjectZonesZoneInstanceGroupManagersInstanceGroupManager(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, instanceGroupManager, callback)</td>
675
+ <td style="padding:15px">Returns all of the details about the specified managed instance group. Gets a list of available managed instance groups by making a list() request.</td>
676
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/instanceGroupManagers/{pathv3}?{query}</td>
677
+ <td style="padding:15px">Yes</td>
678
+ </tr>
679
+ <tr>
680
+ <td style="padding:15px">patchProjectZonesZoneInstanceGroupManagersInstanceGroupManager(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, instanceGroupManager, requestId, body, callback)</td>
681
+ <td style="padding:15px">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.</td>
682
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/instanceGroupManagers/{pathv3}?{query}</td>
683
+ <td style="padding:15px">Yes</td>
684
+ </tr>
685
+ <tr>
686
+ <td style="padding:15px">postProjectZonesZoneInstanceGroupManagersInstanceGroupManagerAbandonInstances(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, instanceGroupManager, requestId, body, callback)</td>
687
+ <td style="padding:15px">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 s...(description truncated)</td>
688
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/instanceGroupManagers/{pathv3}/abandonInstances?{query}</td>
689
+ <td style="padding:15px">Yes</td>
690
+ </tr>
691
+ <tr>
692
+ <td style="padding:15px">postProjectZonesZoneInstanceGroupManagersInstanceGroupManagerApplyUpdatesToInstances(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, instanceGroupManager, body, callback)</td>
693
+ <td style="padding:15px">Applies changes to selected instances on the managed instance group. This method can be used to apply new overrides and/or new versions.</td>
694
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/instanceGroupManagers/{pathv3}/applyUpdatesToInstances?{query}</td>
695
+ <td style="padding:15px">Yes</td>
696
+ </tr>
697
+ <tr>
698
+ <td style="padding:15px">postProjectZonesZoneInstanceGroupManagersInstanceGroupManagerCreateInstances(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, instanceGroupManager, requestId, body, callback)</td>
699
+ <td style="padding:15px">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.</td>
700
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/instanceGroupManagers/{pathv3}/createInstances?{query}</td>
701
+ <td style="padding:15px">Yes</td>
702
+ </tr>
703
+ <tr>
704
+ <td style="padding:15px">postProjectZonesZoneInstanceGroupManagersInstanceGroupManagerDeleteInstances(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, instanceGroupManager, requestId, body, callback)</td>
705
+ <td style="padding:15px">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.
706
+
707
+ If the group is ...(description truncated)</td>
708
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/instanceGroupManagers/{pathv3}/deleteInstances?{query}</td>
709
+ <td style="padding:15px">Yes</td>
710
+ </tr>
711
+ <tr>
712
+ <td style="padding:15px">postProjectZonesZoneInstanceGroupManagersInstanceGroupManagerDeletePerInstanceConfigs(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, instanceGroupManager, body, callback)</td>
713
+ <td style="padding:15px">Deletes selected per-instance configs for the managed instance group.</td>
714
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/instanceGroupManagers/{pathv3}/deletePerInstanceConfigs?{query}</td>
715
+ <td style="padding:15px">Yes</td>
716
+ </tr>
717
+ <tr>
718
+ <td style="padding:15px">getProjectZonesZoneInstanceGroupManagersInstanceGroupManagerListErrors(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, instanceGroupManager, filter, maxResults, orderBy, pageToken, callback)</td>
719
+ <td style="padding:15px">Lists all errors thrown by actions on instances for a given managed instance group. The filter and orderBy query parameters are not supported.</td>
720
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/instanceGroupManagers/{pathv3}/listErrors?{query}</td>
721
+ <td style="padding:15px">Yes</td>
722
+ </tr>
723
+ <tr>
724
+ <td style="padding:15px">postProjectZonesZoneInstanceGroupManagersInstanceGroupManagerListManagedInstances(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, instanceGroupManager, filter, maxResults, orderBy, pageToken, callback)</td>
725
+ <td style="padding:15px">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.</td>
726
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/instanceGroupManagers/{pathv3}/listManagedInstances?{query}</td>
727
+ <td style="padding:15px">Yes</td>
728
+ </tr>
729
+ <tr>
730
+ <td style="padding:15px">postProjectZonesZoneInstanceGroupManagersInstanceGroupManagerListPerInstanceConfigs(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, instanceGroupManager, filter, maxResults, orderBy, pageToken, callback)</td>
731
+ <td style="padding:15px">Lists all of the per-instance configs defined for the managed instance group. The orderBy query parameter is not supported.</td>
732
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/instanceGroupManagers/{pathv3}/listPerInstanceConfigs?{query}</td>
733
+ <td style="padding:15px">Yes</td>
734
+ </tr>
735
+ <tr>
736
+ <td style="padding:15px">postProjectZonesZoneInstanceGroupManagersInstanceGroupManagerPatchPerInstanceConfigs(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, instanceGroupManager, requestId, body, callback)</td>
737
+ <td style="padding:15px">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.</td>
738
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/instanceGroupManagers/{pathv3}/patchPerInstanceConfigs?{query}</td>
739
+ <td style="padding:15px">Yes</td>
740
+ </tr>
741
+ <tr>
742
+ <td style="padding:15px">postProjectZonesZoneInstanceGroupManagersInstanceGroupManagerRecreateInstances(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, instanceGroupManager, requestId, body, callback)</td>
743
+ <td style="padding:15px">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.
744
+
745
+ If the group is part of a backend service that has enabled connection draining, it can take up t...(description truncated)</td>
746
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/instanceGroupManagers/{pathv3}/recreateInstances?{query}</td>
747
+ <td style="padding:15px">Yes</td>
748
+ </tr>
749
+ <tr>
750
+ <td style="padding:15px">postProjectZonesZoneInstanceGroupManagersInstanceGroupManagerResize(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, instanceGroupManager, size, requestId, callback)</td>
751
+ <td style="padding:15px">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.
752
+
753
+ When resizing down, the instance group arbitrarily chooses the or...(description truncated)</td>
754
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/instanceGroupManagers/{pathv3}/resize?{query}</td>
755
+ <td style="padding:15px">Yes</td>
756
+ </tr>
757
+ <tr>
758
+ <td style="padding:15px">postProjectZonesZoneInstanceGroupManagersInstanceGroupManagerSetInstanceTemplate(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, instanceGroupManager, requestId, body, callback)</td>
759
+ <td style="padding:15px">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 recreate them.</td>
760
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/instanceGroupManagers/{pathv3}/setInstanceTemplate?{query}</td>
761
+ <td style="padding:15px">Yes</td>
762
+ </tr>
763
+ <tr>
764
+ <td style="padding:15px">postProjectZonesZoneInstanceGroupManagersInstanceGroupManagerSetTargetPools(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, instanceGroupManager, requestId, body, callback)</td>
765
+ <td style="padding:15px">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.</td>
766
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/instanceGroupManagers/{pathv3}/setTargetPools?{query}</td>
767
+ <td style="padding:15px">Yes</td>
768
+ </tr>
769
+ <tr>
770
+ <td style="padding:15px">postProjectZonesZoneInstanceGroupManagersInstanceGroupManagerUpdatePerInstanceConfigs(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, instanceGroupManager, requestId, body, callback)</td>
771
+ <td style="padding:15px">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.</td>
772
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/instanceGroupManagers/{pathv3}/updatePerInstanceConfigs?{query}</td>
773
+ <td style="padding:15px">Yes</td>
774
+ </tr>
775
+ <tr>
776
+ <td style="padding:15px">getProjectAggregatedInstanceGroups(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, filter, includeAllScopes, maxResults, orderBy, pageToken, callback)</td>
777
+ <td style="padding:15px">Retrieves the list of instance groups and sorts them by zone.</td>
778
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/aggregated/instanceGroups?{query}</td>
779
+ <td style="padding:15px">Yes</td>
780
+ </tr>
781
+ <tr>
782
+ <td style="padding:15px">getProjectZonesZoneInstanceGroups(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, filter, maxResults, orderBy, pageToken, callback)</td>
783
+ <td style="padding:15px">Retrieves the list of instance groups that are located in the specified project and zone.</td>
784
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/instanceGroups?{query}</td>
785
+ <td style="padding:15px">Yes</td>
786
+ </tr>
787
+ <tr>
788
+ <td style="padding:15px">postProjectZonesZoneInstanceGroups(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, requestId, body, callback)</td>
789
+ <td style="padding:15px">Creates an instance group in the specified project using the parameters that are included in the request.</td>
790
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/instanceGroups?{query}</td>
791
+ <td style="padding:15px">Yes</td>
792
+ </tr>
793
+ <tr>
794
+ <td style="padding:15px">deleteProjectZonesZoneInstanceGroupsInstanceGroup(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, instanceGroup, requestId, callback)</td>
795
+ <td style="padding:15px">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.</td>
796
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/instanceGroups/{pathv3}?{query}</td>
797
+ <td style="padding:15px">Yes</td>
798
+ </tr>
799
+ <tr>
800
+ <td style="padding:15px">getProjectZonesZoneInstanceGroupsInstanceGroup(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, instanceGroup, callback)</td>
801
+ <td style="padding:15px">Returns the specified instance group. Gets a list of available instance groups by making a list() request.</td>
802
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/instanceGroups/{pathv3}?{query}</td>
803
+ <td style="padding:15px">Yes</td>
804
+ </tr>
805
+ <tr>
806
+ <td style="padding:15px">postProjectZonesZoneInstanceGroupsInstanceGroupAddInstances(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, instanceGroup, requestId, body, callback)</td>
807
+ <td style="padding:15px">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.</td>
808
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/instanceGroups/{pathv3}/addInstances?{query}</td>
809
+ <td style="padding:15px">Yes</td>
810
+ </tr>
811
+ <tr>
812
+ <td style="padding:15px">postProjectZonesZoneInstanceGroupsInstanceGroupListInstances(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, instanceGroup, filter, maxResults, orderBy, pageToken, body, callback)</td>
813
+ <td style="padding:15px">Lists the instances in the specified instance group. The orderBy query parameter is not supported.</td>
814
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/instanceGroups/{pathv3}/listInstances?{query}</td>
815
+ <td style="padding:15px">Yes</td>
816
+ </tr>
817
+ <tr>
818
+ <td style="padding:15px">postProjectZonesZoneInstanceGroupsInstanceGroupRemoveInstances(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, instanceGroup, requestId, body, callback)</td>
819
+ <td style="padding:15px">Removes one or more instances from the specified instance group, but does not delete those instances.
820
+
821
+ If 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.</td>
822
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/instanceGroups/{pathv3}/removeInstances?{query}</td>
823
+ <td style="padding:15px">Yes</td>
824
+ </tr>
825
+ <tr>
826
+ <td style="padding:15px">postProjectZonesZoneInstanceGroupsInstanceGroupSetNamedPorts(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, instanceGroup, requestId, body, callback)</td>
827
+ <td style="padding:15px">Sets the named ports for the specified instance group.</td>
828
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/instanceGroups/{pathv3}/setNamedPorts?{query}</td>
829
+ <td style="padding:15px">Yes</td>
830
+ </tr>
831
+ <tr>
832
+ <td style="padding:15px">getProjectAggregatedInstances(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, filter, includeAllScopes, maxResults, orderBy, pageToken, callback)</td>
833
+ <td style="padding:15px">Retrieves aggregated list of all of the instances in your project across all regions and zones.</td>
834
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/aggregated/instances?{query}</td>
835
+ <td style="padding:15px">Yes</td>
836
+ </tr>
837
+ <tr>
838
+ <td style="padding:15px">getProjectZonesZoneInstances(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, filter, maxResults, orderBy, pageToken, callback)</td>
839
+ <td style="padding:15px">Retrieves the list of instances contained within the specified zone.</td>
840
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/instances?{query}</td>
841
+ <td style="padding:15px">Yes</td>
842
+ </tr>
843
+ <tr>
844
+ <td style="padding:15px">postProjectZonesZoneInstances(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, requestId, sourceInstanceTemplate, body, callback)</td>
845
+ <td style="padding:15px">Creates an instance resource in the specified project using the data included in the request.</td>
846
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/instances?{query}</td>
847
+ <td style="padding:15px">Yes</td>
848
+ </tr>
849
+ <tr>
850
+ <td style="padding:15px">deleteProjectZonesZoneInstancesInstance(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, instance, requestId, callback)</td>
851
+ <td style="padding:15px">Deletes the specified Instance resource. For more information, see Stopping or Deleting an Instance.</td>
852
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/instances/{pathv3}?{query}</td>
853
+ <td style="padding:15px">Yes</td>
854
+ </tr>
855
+ <tr>
856
+ <td style="padding:15px">getProjectZonesZoneInstancesInstance(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, instance, callback)</td>
857
+ <td style="padding:15px">Returns the specified Instance resource. Gets a list of available instances by making a list() request.</td>
858
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/instances/{pathv3}?{query}</td>
859
+ <td style="padding:15px">Yes</td>
860
+ </tr>
861
+ <tr>
862
+ <td style="padding:15px">putProjectZonesZoneInstancesInstance(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, instance, minimalAction = 'INVALID', mostDisruptiveAllowedAction = 'INVALID', requestId, body, callback)</td>
863
+ <td style="padding:15px">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.</td>
864
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/instances/{pathv3}?{query}</td>
865
+ <td style="padding:15px">Yes</td>
866
+ </tr>
867
+ <tr>
868
+ <td style="padding:15px">postProjectZonesZoneInstancesInstanceAddAccessConfig(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, instance, networkInterface, requestId, body, callback)</td>
869
+ <td style="padding:15px">Adds an access config to an instance's network interface.</td>
870
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/instances/{pathv3}/addAccessConfig?{query}</td>
871
+ <td style="padding:15px">Yes</td>
872
+ </tr>
873
+ <tr>
874
+ <td style="padding:15px">postProjectZonesZoneInstancesInstanceAddResourcePolicies(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, instance, requestId, body, callback)</td>
875
+ <td style="padding:15px">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.</td>
876
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/instances/{pathv3}/addResourcePolicies?{query}</td>
877
+ <td style="padding:15px">Yes</td>
878
+ </tr>
879
+ <tr>
880
+ <td style="padding:15px">postProjectZonesZoneInstancesInstanceAttachDisk(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, instance, forceAttach, requestId, body, callback)</td>
881
+ <td style="padding:15px">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.</td>
882
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/instances/{pathv3}/attachDisk?{query}</td>
883
+ <td style="padding:15px">Yes</td>
884
+ </tr>
885
+ <tr>
886
+ <td style="padding:15px">postProjectZonesZoneInstancesInstanceDeleteAccessConfig(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, instance, accessConfig, networkInterface, requestId, callback)</td>
887
+ <td style="padding:15px">Deletes an access config from an instance's network interface.</td>
888
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/instances/{pathv3}/deleteAccessConfig?{query}</td>
889
+ <td style="padding:15px">Yes</td>
890
+ </tr>
891
+ <tr>
892
+ <td style="padding:15px">postProjectZonesZoneInstancesInstanceDetachDisk(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, instance, deviceName, requestId, callback)</td>
893
+ <td style="padding:15px">Detaches a disk from an instance.</td>
894
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/instances/{pathv3}/detachDisk?{query}</td>
895
+ <td style="padding:15px">Yes</td>
896
+ </tr>
897
+ <tr>
898
+ <td style="padding:15px">getProjectZonesZoneInstancesInstanceGetGuestAttributes(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, instance, queryPath, variableKey, callback)</td>
899
+ <td style="padding:15px">Returns the specified guest attributes entry.</td>
900
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/instances/{pathv3}/getGuestAttributes?{query}</td>
901
+ <td style="padding:15px">Yes</td>
902
+ </tr>
903
+ <tr>
904
+ <td style="padding:15px">getProjectZonesZoneInstancesInstanceGetShieldedInstanceIdentity(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, instance, callback)</td>
905
+ <td style="padding:15px">Returns the Shielded Instance Identity of an instance</td>
906
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/instances/{pathv3}/getShieldedInstanceIdentity?{query}</td>
907
+ <td style="padding:15px">Yes</td>
908
+ </tr>
909
+ <tr>
910
+ <td style="padding:15px">getProjectZonesZoneInstancesInstanceReferrers(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, instance, filter, maxResults, orderBy, pageToken, callback)</td>
911
+ <td style="padding:15px">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 instance group, the referrers list includes the managed instance group. For more information, read Viewing Referrers to VM Instances.</td>
912
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/instances/{pathv3}/referrers?{query}</td>
913
+ <td style="padding:15px">Yes</td>
914
+ </tr>
915
+ <tr>
916
+ <td style="padding:15px">postProjectZonesZoneInstancesInstanceRemoveResourcePolicies(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, instance, requestId, body, callback)</td>
917
+ <td style="padding:15px">Removes resource policies from an instance.</td>
918
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/instances/{pathv3}/removeResourcePolicies?{query}</td>
919
+ <td style="padding:15px">Yes</td>
920
+ </tr>
921
+ <tr>
922
+ <td style="padding:15px">postProjectZonesZoneInstancesInstanceReset(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, instance, requestId, callback)</td>
923
+ <td style="padding:15px">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.</td>
924
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/instances/{pathv3}/reset?{query}</td>
925
+ <td style="padding:15px">Yes</td>
926
+ </tr>
927
+ <tr>
928
+ <td style="padding:15px">getProjectZonesZoneInstancesInstanceScreenshot(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, instance, callback)</td>
929
+ <td style="padding:15px">Returns the screenshot from the specified instance.</td>
930
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/instances/{pathv3}/screenshot?{query}</td>
931
+ <td style="padding:15px">Yes</td>
932
+ </tr>
933
+ <tr>
934
+ <td style="padding:15px">getProjectZonesZoneInstancesInstanceSerialPort(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, instance, port, start, callback)</td>
935
+ <td style="padding:15px">Returns the last 1 MB of serial port output from the specified instance.</td>
936
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/instances/{pathv3}/serialPort?{query}</td>
937
+ <td style="padding:15px">Yes</td>
938
+ </tr>
939
+ <tr>
940
+ <td style="padding:15px">postProjectZonesZoneInstancesInstanceSetDiskAutoDelete(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, instance, autoDelete, deviceName, requestId, callback)</td>
941
+ <td style="padding:15px">Sets the auto-delete flag for a disk attached to an instance.</td>
942
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/instances/{pathv3}/setDiskAutoDelete?{query}</td>
943
+ <td style="padding:15px">Yes</td>
944
+ </tr>
945
+ <tr>
946
+ <td style="padding:15px">postProjectZonesZoneInstancesInstanceSetLabels(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, instance, requestId, body, callback)</td>
947
+ <td style="padding:15px">Sets labels on an instance. To learn more about labels, read the Labeling Resources documentation.</td>
948
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/instances/{pathv3}/setLabels?{query}</td>
949
+ <td style="padding:15px">Yes</td>
950
+ </tr>
951
+ <tr>
952
+ <td style="padding:15px">postProjectZonesZoneInstancesInstanceSetMachineResources(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, instance, requestId, body, callback)</td>
953
+ <td style="padding:15px">Changes the number and/or type of accelerator for a stopped instance to the values specified in the request.</td>
954
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/instances/{pathv3}/setMachineResources?{query}</td>
955
+ <td style="padding:15px">Yes</td>
956
+ </tr>
957
+ <tr>
958
+ <td style="padding:15px">postProjectZonesZoneInstancesInstanceSetMachineType(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, instance, requestId, body, callback)</td>
959
+ <td style="padding:15px">Changes the machine type for a stopped instance to the machine type specified in the request.</td>
960
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/instances/{pathv3}/setMachineType?{query}</td>
961
+ <td style="padding:15px">Yes</td>
962
+ </tr>
963
+ <tr>
964
+ <td style="padding:15px">postProjectZonesZoneInstancesInstanceSetMetadata(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, instance, requestId, body, callback)</td>
965
+ <td style="padding:15px">Sets metadata for the specified instance to the data included in the request.</td>
966
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/instances/{pathv3}/setMetadata?{query}</td>
967
+ <td style="padding:15px">Yes</td>
968
+ </tr>
969
+ <tr>
970
+ <td style="padding:15px">postProjectZonesZoneInstancesInstanceSetMinCpuPlatform(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, instance, requestId, body, callback)</td>
971
+ <td style="padding:15px">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.</td>
972
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/instances/{pathv3}/setMinCpuPlatform?{query}</td>
973
+ <td style="padding:15px">Yes</td>
974
+ </tr>
975
+ <tr>
976
+ <td style="padding:15px">postProjectZonesZoneInstancesInstanceSetScheduling(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, instance, requestId, body, callback)</td>
977
+ <td style="padding:15px">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.</td>
978
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/instances/{pathv3}/setScheduling?{query}</td>
979
+ <td style="padding:15px">Yes</td>
980
+ </tr>
981
+ <tr>
982
+ <td style="padding:15px">postProjectZonesZoneInstancesInstanceSetServiceAccount(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, instance, requestId, body, callback)</td>
983
+ <td style="padding:15px">Sets the service account on the instance. For more information, read Changing the service account and access scopes for an instance.</td>
984
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/instances/{pathv3}/setServiceAccount?{query}</td>
985
+ <td style="padding:15px">Yes</td>
986
+ </tr>
987
+ <tr>
988
+ <td style="padding:15px">patchProjectZonesZoneInstancesInstanceSetShieldedInstanceIntegrityPolicy(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, instance, requestId, body, callback)</td>
989
+ <td style="padding:15px">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.</td>
990
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/instances/{pathv3}/setShieldedInstanceIntegrityPolicy?{query}</td>
991
+ <td style="padding:15px">Yes</td>
992
+ </tr>
993
+ <tr>
994
+ <td style="padding:15px">postProjectZonesZoneInstancesInstanceSetTags(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, instance, requestId, body, callback)</td>
995
+ <td style="padding:15px">Sets network tags for the specified instance to the data included in the request.</td>
996
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/instances/{pathv3}/setTags?{query}</td>
997
+ <td style="padding:15px">Yes</td>
998
+ </tr>
999
+ <tr>
1000
+ <td style="padding:15px">postProjectZonesZoneInstancesInstanceSimulateMaintenanceEvent(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, instance, callback)</td>
1001
+ <td style="padding:15px">Simulates a maintenance event on the instance.</td>
1002
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/instances/{pathv3}/simulateMaintenanceEvent?{query}</td>
1003
+ <td style="padding:15px">Yes</td>
1004
+ </tr>
1005
+ <tr>
1006
+ <td style="padding:15px">postProjectZonesZoneInstancesInstanceStart(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, instance, requestId, callback)</td>
1007
+ <td style="padding:15px">Starts an instance that was stopped using the instances().stop method. For more information, see Restart an instance.</td>
1008
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/instances/{pathv3}/start?{query}</td>
1009
+ <td style="padding:15px">Yes</td>
1010
+ </tr>
1011
+ <tr>
1012
+ <td style="padding:15px">postProjectZonesZoneInstancesInstanceStartWithEncryptionKey(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, instance, requestId, body, callback)</td>
1013
+ <td style="padding:15px">Starts an instance that was stopped using the instances().stop method. For more information, see Restart an instance.</td>
1014
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/instances/{pathv3}/startWithEncryptionKey?{query}</td>
1015
+ <td style="padding:15px">Yes</td>
1016
+ </tr>
1017
+ <tr>
1018
+ <td style="padding:15px">postProjectZonesZoneInstancesInstanceStop(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, instance, requestId, callback)</td>
1019
+ <td style="padding:15px">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.</td>
1020
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/instances/{pathv3}/stop?{query}</td>
1021
+ <td style="padding:15px">Yes</td>
1022
+ </tr>
1023
+ <tr>
1024
+ <td style="padding:15px">postProjectZonesZoneInstancesInstanceUpdateAccessConfig(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, instance, networkInterface, requestId, body, callback)</td>
1025
+ <td style="padding:15px">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.</td>
1026
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/instances/{pathv3}/updateAccessConfig?{query}</td>
1027
+ <td style="padding:15px">Yes</td>
1028
+ </tr>
1029
+ <tr>
1030
+ <td style="padding:15px">patchProjectZonesZoneInstancesInstanceUpdateDisplayDevice(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, instance, requestId, body, callback)</td>
1031
+ <td style="padding:15px">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.</td>
1032
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/instances/{pathv3}/updateDisplayDevice?{query}</td>
1033
+ <td style="padding:15px">Yes</td>
1034
+ </tr>
1035
+ <tr>
1036
+ <td style="padding:15px">patchProjectZonesZoneInstancesInstanceUpdateNetworkInterface(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, instance, networkInterface, requestId, body, callback)</td>
1037
+ <td style="padding:15px">Updates an instance's network interface. This method follows PATCH semantics.</td>
1038
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/instances/{pathv3}/updateNetworkInterface?{query}</td>
1039
+ <td style="padding:15px">Yes</td>
1040
+ </tr>
1041
+ <tr>
1042
+ <td style="padding:15px">patchProjectZonesZoneInstancesInstanceUpdateShieldedInstanceConfig(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, instance, requestId, body, callback)</td>
1043
+ <td style="padding:15px">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.</td>
1044
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/instances/{pathv3}/updateShieldedInstanceConfig?{query}</td>
1045
+ <td style="padding:15px">Yes</td>
1046
+ </tr>
1047
+ <tr>
1048
+ <td style="padding:15px">getProjectZonesZoneInstancesResourceGetIamPolicy(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, resource, optionsRequestedPolicyVersion, callback)</td>
1049
+ <td style="padding:15px">Gets the access control policy for a resource. May be empty if no such policy or resource exists.</td>
1050
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/instances/{pathv3}/getIamPolicy?{query}</td>
1051
+ <td style="padding:15px">Yes</td>
1052
+ </tr>
1053
+ <tr>
1054
+ <td style="padding:15px">postProjectZonesZoneInstancesResourceSetDeletionProtection(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, resource, deletionProtection, requestId, callback)</td>
1055
+ <td style="padding:15px">Sets deletion protection on the instance.</td>
1056
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/instances/{pathv3}/setDeletionProtection?{query}</td>
1057
+ <td style="padding:15px">Yes</td>
1058
+ </tr>
1059
+ <tr>
1060
+ <td style="padding:15px">postProjectZonesZoneInstancesResourceSetIamPolicy(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, resource, body, callback)</td>
1061
+ <td style="padding:15px">Sets the access control policy on the specified resource. Replaces any existing policy.</td>
1062
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/instances/{pathv3}/setIamPolicy?{query}</td>
1063
+ <td style="padding:15px">Yes</td>
1064
+ </tr>
1065
+ <tr>
1066
+ <td style="padding:15px">postProjectZonesZoneInstancesResourceTestIamPermissions(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, resource, body, callback)</td>
1067
+ <td style="padding:15px">Returns permissions that a caller has on the specified resource.</td>
1068
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/instances/{pathv3}/testIamPermissions?{query}</td>
1069
+ <td style="padding:15px">Yes</td>
1070
+ </tr>
1071
+ <tr>
1072
+ <td style="padding:15px">getProjectAggregatedInterconnectAttachments(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, filter, includeAllScopes, maxResults, orderBy, pageToken, callback)</td>
1073
+ <td style="padding:15px">Retrieves an aggregated list of interconnect attachments.</td>
1074
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/aggregated/interconnectAttachments?{query}</td>
1075
+ <td style="padding:15px">Yes</td>
1076
+ </tr>
1077
+ <tr>
1078
+ <td style="padding:15px">getProjectRegionsRegionInterconnectAttachments(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, filter, maxResults, orderBy, pageToken, callback)</td>
1079
+ <td style="padding:15px">Retrieves the list of interconnect attachments contained within the specified region.</td>
1080
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/interconnectAttachments?{query}</td>
1081
+ <td style="padding:15px">Yes</td>
1082
+ </tr>
1083
+ <tr>
1084
+ <td style="padding:15px">postProjectRegionsRegionInterconnectAttachments(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, requestId, validateOnly, body, callback)</td>
1085
+ <td style="padding:15px">Creates an InterconnectAttachment in the specified project using the data included in the request.</td>
1086
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/interconnectAttachments?{query}</td>
1087
+ <td style="padding:15px">Yes</td>
1088
+ </tr>
1089
+ <tr>
1090
+ <td style="padding:15px">deleteProjectRegionsRegionInterconnectAttachmentsInterconnectAttachment(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, interconnectAttachment, requestId, callback)</td>
1091
+ <td style="padding:15px">Deletes the specified interconnect attachment.</td>
1092
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/interconnectAttachments/{pathv3}?{query}</td>
1093
+ <td style="padding:15px">Yes</td>
1094
+ </tr>
1095
+ <tr>
1096
+ <td style="padding:15px">getProjectRegionsRegionInterconnectAttachmentsInterconnectAttachment(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, interconnectAttachment, callback)</td>
1097
+ <td style="padding:15px">Returns the specified interconnect attachment.</td>
1098
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/interconnectAttachments/{pathv3}?{query}</td>
1099
+ <td style="padding:15px">Yes</td>
1100
+ </tr>
1101
+ <tr>
1102
+ <td style="padding:15px">patchProjectRegionsRegionInterconnectAttachmentsInterconnectAttachment(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, interconnectAttachment, requestId, body, callback)</td>
1103
+ <td style="padding:15px">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.</td>
1104
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/interconnectAttachments/{pathv3}?{query}</td>
1105
+ <td style="padding:15px">Yes</td>
1106
+ </tr>
1107
+ <tr>
1108
+ <td style="padding:15px">getProjectAggregatedMachineTypes(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, filter, includeAllScopes, maxResults, orderBy, pageToken, callback)</td>
1109
+ <td style="padding:15px">Retrieves an aggregated list of machine types.</td>
1110
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/aggregated/machineTypes?{query}</td>
1111
+ <td style="padding:15px">Yes</td>
1112
+ </tr>
1113
+ <tr>
1114
+ <td style="padding:15px">getProjectZonesZoneMachineTypes(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, filter, maxResults, orderBy, pageToken, callback)</td>
1115
+ <td style="padding:15px">Retrieves a list of machine types available to the specified project.</td>
1116
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/machineTypes?{query}</td>
1117
+ <td style="padding:15px">Yes</td>
1118
+ </tr>
1119
+ <tr>
1120
+ <td style="padding:15px">getProjectZonesZoneMachineTypesMachineType(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, machineType, callback)</td>
1121
+ <td style="padding:15px">Returns the specified machine type. Gets a list of available machine types by making a list() request.</td>
1122
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/machineTypes/{pathv3}?{query}</td>
1123
+ <td style="padding:15px">Yes</td>
1124
+ </tr>
1125
+ <tr>
1126
+ <td style="padding:15px">getProjectAggregatedNetworkEndpointGroups(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, filter, includeAllScopes, maxResults, orderBy, pageToken, callback)</td>
1127
+ <td style="padding:15px">Retrieves the list of network endpoint groups and sorts them by zone.</td>
1128
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/aggregated/networkEndpointGroups?{query}</td>
1129
+ <td style="padding:15px">Yes</td>
1130
+ </tr>
1131
+ <tr>
1132
+ <td style="padding:15px">getProjectZonesZoneNetworkEndpointGroups(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, filter, maxResults, orderBy, pageToken, callback)</td>
1133
+ <td style="padding:15px">Retrieves the list of network endpoint groups that are located in the specified project and zone.</td>
1134
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/networkEndpointGroups?{query}</td>
1135
+ <td style="padding:15px">Yes</td>
1136
+ </tr>
1137
+ <tr>
1138
+ <td style="padding:15px">postProjectZonesZoneNetworkEndpointGroups(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, requestId, body, callback)</td>
1139
+ <td style="padding:15px">Creates a network endpoint group in the specified project using the parameters that are included in the request.</td>
1140
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/networkEndpointGroups?{query}</td>
1141
+ <td style="padding:15px">Yes</td>
1142
+ </tr>
1143
+ <tr>
1144
+ <td style="padding:15px">deleteProjectZonesZoneNetworkEndpointGroupsNetworkEndpointGroup(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, networkEndpointGroup, requestId, callback)</td>
1145
+ <td style="padding:15px">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.</td>
1146
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/networkEndpointGroups/{pathv3}?{query}</td>
1147
+ <td style="padding:15px">Yes</td>
1148
+ </tr>
1149
+ <tr>
1150
+ <td style="padding:15px">getProjectZonesZoneNetworkEndpointGroupsNetworkEndpointGroup(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, networkEndpointGroup, callback)</td>
1151
+ <td style="padding:15px">Returns the specified network endpoint group. Gets a list of available network endpoint groups by making a list() request.</td>
1152
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/networkEndpointGroups/{pathv3}?{query}</td>
1153
+ <td style="padding:15px">Yes</td>
1154
+ </tr>
1155
+ <tr>
1156
+ <td style="padding:15px">postProjectZonesZoneNetworkEndpointGroupsNetworkEndpointGroupAttachNetworkEndpoints(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, networkEndpointGroup, requestId, body, callback)</td>
1157
+ <td style="padding:15px">Attach a list of network endpoints to the specified network endpoint group.</td>
1158
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/networkEndpointGroups/{pathv3}/attachNetworkEndpoints?{query}</td>
1159
+ <td style="padding:15px">Yes</td>
1160
+ </tr>
1161
+ <tr>
1162
+ <td style="padding:15px">postProjectZonesZoneNetworkEndpointGroupsNetworkEndpointGroupDetachNetworkEndpoints(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, networkEndpointGroup, requestId, body, callback)</td>
1163
+ <td style="padding:15px">Detach a list of network endpoints from the specified network endpoint group.</td>
1164
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/networkEndpointGroups/{pathv3}/detachNetworkEndpoints?{query}</td>
1165
+ <td style="padding:15px">Yes</td>
1166
+ </tr>
1167
+ <tr>
1168
+ <td style="padding:15px">postProjectZonesZoneNetworkEndpointGroupsNetworkEndpointGroupListNetworkEndpoints(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, networkEndpointGroup, filter, maxResults, orderBy, pageToken, body, callback)</td>
1169
+ <td style="padding:15px">Lists the network endpoints in the specified network endpoint group.</td>
1170
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/networkEndpointGroups/{pathv3}/listNetworkEndpoints?{query}</td>
1171
+ <td style="padding:15px">Yes</td>
1172
+ </tr>
1173
+ <tr>
1174
+ <td style="padding:15px">postProjectZonesZoneNetworkEndpointGroupsResourceTestIamPermissions(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, resource, body, callback)</td>
1175
+ <td style="padding:15px">Returns permissions that a caller has on the specified resource.</td>
1176
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/networkEndpointGroups/{pathv3}/testIamPermissions?{query}</td>
1177
+ <td style="padding:15px">Yes</td>
1178
+ </tr>
1179
+ <tr>
1180
+ <td style="padding:15px">getProjectAggregatedNodeGroups(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, filter, includeAllScopes, maxResults, orderBy, pageToken, callback)</td>
1181
+ <td style="padding:15px">Retrieves an aggregated list of node groups. Note: use nodeGroups.listNodes for more details about each group.</td>
1182
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/aggregated/nodeGroups?{query}</td>
1183
+ <td style="padding:15px">Yes</td>
1184
+ </tr>
1185
+ <tr>
1186
+ <td style="padding:15px">getProjectZonesZoneNodeGroups(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, filter, maxResults, orderBy, pageToken, callback)</td>
1187
+ <td style="padding:15px">Retrieves a list of node groups available to the specified project. Note: use nodeGroups.listNodes for more details about each group.</td>
1188
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/nodeGroups?{query}</td>
1189
+ <td style="padding:15px">Yes</td>
1190
+ </tr>
1191
+ <tr>
1192
+ <td style="padding:15px">postProjectZonesZoneNodeGroups(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, initialNodeCount, requestId, body, callback)</td>
1193
+ <td style="padding:15px">Creates a NodeGroup resource in the specified project using the data included in the request.</td>
1194
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/nodeGroups?{query}</td>
1195
+ <td style="padding:15px">Yes</td>
1196
+ </tr>
1197
+ <tr>
1198
+ <td style="padding:15px">deleteProjectZonesZoneNodeGroupsNodeGroup(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, nodeGroup, requestId, callback)</td>
1199
+ <td style="padding:15px">Deletes the specified NodeGroup resource.</td>
1200
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/nodeGroups/{pathv3}?{query}</td>
1201
+ <td style="padding:15px">Yes</td>
1202
+ </tr>
1203
+ <tr>
1204
+ <td style="padding:15px">getProjectZonesZoneNodeGroupsNodeGroup(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, nodeGroup, callback)</td>
1205
+ <td style="padding:15px">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.</td>
1206
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/nodeGroups/{pathv3}?{query}</td>
1207
+ <td style="padding:15px">Yes</td>
1208
+ </tr>
1209
+ <tr>
1210
+ <td style="padding:15px">patchProjectZonesZoneNodeGroupsNodeGroup(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, nodeGroup, requestId, body, callback)</td>
1211
+ <td style="padding:15px">Updates the specified node group.</td>
1212
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/nodeGroups/{pathv3}?{query}</td>
1213
+ <td style="padding:15px">Yes</td>
1214
+ </tr>
1215
+ <tr>
1216
+ <td style="padding:15px">postProjectZonesZoneNodeGroupsNodeGroupAddNodes(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, nodeGroup, requestId, body, callback)</td>
1217
+ <td style="padding:15px">Adds specified number of nodes to the node group.</td>
1218
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/nodeGroups/{pathv3}/addNodes?{query}</td>
1219
+ <td style="padding:15px">Yes</td>
1220
+ </tr>
1221
+ <tr>
1222
+ <td style="padding:15px">postProjectZonesZoneNodeGroupsNodeGroupDeleteNodes(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, nodeGroup, requestId, body, callback)</td>
1223
+ <td style="padding:15px">Deletes specified nodes from the node group.</td>
1224
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/nodeGroups/{pathv3}/deleteNodes?{query}</td>
1225
+ <td style="padding:15px">Yes</td>
1226
+ </tr>
1227
+ <tr>
1228
+ <td style="padding:15px">postProjectZonesZoneNodeGroupsNodeGroupListNodes(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, nodeGroup, filter, maxResults, orderBy, pageToken, callback)</td>
1229
+ <td style="padding:15px">Lists nodes in the node group.</td>
1230
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/nodeGroups/{pathv3}/listNodes?{query}</td>
1231
+ <td style="padding:15px">Yes</td>
1232
+ </tr>
1233
+ <tr>
1234
+ <td style="padding:15px">postProjectZonesZoneNodeGroupsNodeGroupSetNodeTemplate(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, nodeGroup, requestId, body, callback)</td>
1235
+ <td style="padding:15px">Updates the node template of the node group.</td>
1236
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/nodeGroups/{pathv3}/setNodeTemplate?{query}</td>
1237
+ <td style="padding:15px">Yes</td>
1238
+ </tr>
1239
+ <tr>
1240
+ <td style="padding:15px">getProjectZonesZoneNodeGroupsResourceGetIamPolicy(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, resource, optionsRequestedPolicyVersion, callback)</td>
1241
+ <td style="padding:15px">Gets the access control policy for a resource. May be empty if no such policy or resource exists.</td>
1242
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/nodeGroups/{pathv3}/getIamPolicy?{query}</td>
1243
+ <td style="padding:15px">Yes</td>
1244
+ </tr>
1245
+ <tr>
1246
+ <td style="padding:15px">postProjectZonesZoneNodeGroupsResourceSetIamPolicy(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, resource, body, callback)</td>
1247
+ <td style="padding:15px">Sets the access control policy on the specified resource. Replaces any existing policy.</td>
1248
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/nodeGroups/{pathv3}/setIamPolicy?{query}</td>
1249
+ <td style="padding:15px">Yes</td>
1250
+ </tr>
1251
+ <tr>
1252
+ <td style="padding:15px">postProjectZonesZoneNodeGroupsResourceTestIamPermissions(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, resource, body, callback)</td>
1253
+ <td style="padding:15px">Returns permissions that a caller has on the specified resource.</td>
1254
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/nodeGroups/{pathv3}/testIamPermissions?{query}</td>
1255
+ <td style="padding:15px">Yes</td>
1256
+ </tr>
1257
+ <tr>
1258
+ <td style="padding:15px">getProjectAggregatedNodeTemplates(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, filter, includeAllScopes, maxResults, orderBy, pageToken, callback)</td>
1259
+ <td style="padding:15px">Retrieves an aggregated list of node templates.</td>
1260
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/aggregated/nodeTemplates?{query}</td>
1261
+ <td style="padding:15px">Yes</td>
1262
+ </tr>
1263
+ <tr>
1264
+ <td style="padding:15px">getProjectRegionsRegionNodeTemplates(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, filter, maxResults, orderBy, pageToken, callback)</td>
1265
+ <td style="padding:15px">Retrieves a list of node templates available to the specified project.</td>
1266
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/nodeTemplates?{query}</td>
1267
+ <td style="padding:15px">Yes</td>
1268
+ </tr>
1269
+ <tr>
1270
+ <td style="padding:15px">postProjectRegionsRegionNodeTemplates(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, requestId, body, callback)</td>
1271
+ <td style="padding:15px">Creates a NodeTemplate resource in the specified project using the data included in the request.</td>
1272
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/nodeTemplates?{query}</td>
1273
+ <td style="padding:15px">Yes</td>
1274
+ </tr>
1275
+ <tr>
1276
+ <td style="padding:15px">deleteProjectRegionsRegionNodeTemplatesNodeTemplate(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, nodeTemplate, requestId, callback)</td>
1277
+ <td style="padding:15px">Deletes the specified NodeTemplate resource.</td>
1278
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/nodeTemplates/{pathv3}?{query}</td>
1279
+ <td style="padding:15px">Yes</td>
1280
+ </tr>
1281
+ <tr>
1282
+ <td style="padding:15px">getProjectRegionsRegionNodeTemplatesNodeTemplate(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, nodeTemplate, callback)</td>
1283
+ <td style="padding:15px">Returns the specified node template. Gets a list of available node templates by making a list() request.</td>
1284
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/nodeTemplates/{pathv3}?{query}</td>
1285
+ <td style="padding:15px">Yes</td>
1286
+ </tr>
1287
+ <tr>
1288
+ <td style="padding:15px">getProjectRegionsRegionNodeTemplatesResourceGetIamPolicy(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, resource, optionsRequestedPolicyVersion, callback)</td>
1289
+ <td style="padding:15px">Gets the access control policy for a resource. May be empty if no such policy or resource exists.</td>
1290
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/nodeTemplates/{pathv3}/getIamPolicy?{query}</td>
1291
+ <td style="padding:15px">Yes</td>
1292
+ </tr>
1293
+ <tr>
1294
+ <td style="padding:15px">postProjectRegionsRegionNodeTemplatesResourceSetIamPolicy(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, resource, body, callback)</td>
1295
+ <td style="padding:15px">Sets the access control policy on the specified resource. Replaces any existing policy.</td>
1296
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/nodeTemplates/{pathv3}/setIamPolicy?{query}</td>
1297
+ <td style="padding:15px">Yes</td>
1298
+ </tr>
1299
+ <tr>
1300
+ <td style="padding:15px">postProjectRegionsRegionNodeTemplatesResourceTestIamPermissions(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, resource, body, callback)</td>
1301
+ <td style="padding:15px">Returns permissions that a caller has on the specified resource.</td>
1302
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/nodeTemplates/{pathv3}/testIamPermissions?{query}</td>
1303
+ <td style="padding:15px">Yes</td>
1304
+ </tr>
1305
+ <tr>
1306
+ <td style="padding:15px">getProjectAggregatedNodeTypes(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, filter, includeAllScopes, maxResults, orderBy, pageToken, callback)</td>
1307
+ <td style="padding:15px">Retrieves an aggregated list of node types.</td>
1308
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/aggregated/nodeTypes?{query}</td>
1309
+ <td style="padding:15px">Yes</td>
1310
+ </tr>
1311
+ <tr>
1312
+ <td style="padding:15px">getProjectZonesZoneNodeTypes(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, filter, maxResults, orderBy, pageToken, callback)</td>
1313
+ <td style="padding:15px">Retrieves a list of node types available to the specified project.</td>
1314
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/nodeTypes?{query}</td>
1315
+ <td style="padding:15px">Yes</td>
1316
+ </tr>
1317
+ <tr>
1318
+ <td style="padding:15px">getProjectZonesZoneNodeTypesNodeType(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, nodeType, callback)</td>
1319
+ <td style="padding:15px">Returns the specified node type. Gets a list of available node types by making a list() request.</td>
1320
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/nodeTypes/{pathv3}?{query}</td>
1321
+ <td style="padding:15px">Yes</td>
1322
+ </tr>
1323
+ <tr>
1324
+ <td style="padding:15px">getProjectAggregatedOperations(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, filter, includeAllScopes, maxResults, orderBy, pageToken, callback)</td>
1325
+ <td style="padding:15px">Retrieves an aggregated list of all operations.</td>
1326
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/aggregated/operations?{query}</td>
1327
+ <td style="padding:15px">Yes</td>
1328
+ </tr>
1329
+ <tr>
1330
+ <td style="padding:15px">getProjectGlobalOperations(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, filter, maxResults, orderBy, pageToken, callback)</td>
1331
+ <td style="padding:15px">Retrieves a list of Operation resources contained within the specified project.</td>
1332
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/operations?{query}</td>
1333
+ <td style="padding:15px">Yes</td>
1334
+ </tr>
1335
+ <tr>
1336
+ <td style="padding:15px">deleteProjectGlobalOperationsOperation(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, operation, callback)</td>
1337
+ <td style="padding:15px">Deletes the specified Operations resource.</td>
1338
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/operations/{pathv2}?{query}</td>
1339
+ <td style="padding:15px">Yes</td>
1340
+ </tr>
1341
+ <tr>
1342
+ <td style="padding:15px">getProjectGlobalOperationsOperation(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, operation, callback)</td>
1343
+ <td style="padding:15px">Retrieves the specified Operations resource. Gets a list of operations by making a `list()` request.</td>
1344
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/operations/{pathv2}?{query}</td>
1345
+ <td style="padding:15px">Yes</td>
1346
+ </tr>
1347
+ <tr>
1348
+ <td style="padding:15px">postProjectGlobalOperationsOperationWait(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, operation, callback)</td>
1349
+ <td style="padding:15px">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.
1350
+
1351
+ This method is called on a best-effort basis. Specifically:
1352
+ - In uncommon cases, when the server is overloaded, the request mi...(description truncated)</td>
1353
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/operations/{pathv2}/wait?{query}</td>
1354
+ <td style="padding:15px">Yes</td>
1355
+ </tr>
1356
+ <tr>
1357
+ <td style="padding:15px">getProjectAggregatedPacketMirrorings(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, filter, includeAllScopes, maxResults, orderBy, pageToken, callback)</td>
1358
+ <td style="padding:15px">Retrieves an aggregated list of packetMirrorings.</td>
1359
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/aggregated/packetMirrorings?{query}</td>
1360
+ <td style="padding:15px">Yes</td>
1361
+ </tr>
1362
+ <tr>
1363
+ <td style="padding:15px">getProjectRegionsRegionPacketMirrorings(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, filter, maxResults, orderBy, pageToken, callback)</td>
1364
+ <td style="padding:15px">Retrieves a list of PacketMirroring resources available to the specified project and region.</td>
1365
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/packetMirrorings?{query}</td>
1366
+ <td style="padding:15px">Yes</td>
1367
+ </tr>
1368
+ <tr>
1369
+ <td style="padding:15px">postProjectRegionsRegionPacketMirrorings(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, requestId, body, callback)</td>
1370
+ <td style="padding:15px">Creates a PacketMirroring resource in the specified project and region using the data included in the request.</td>
1371
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/packetMirrorings?{query}</td>
1372
+ <td style="padding:15px">Yes</td>
1373
+ </tr>
1374
+ <tr>
1375
+ <td style="padding:15px">deleteProjectRegionsRegionPacketMirroringsPacketMirroring(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, packetMirroring, requestId, callback)</td>
1376
+ <td style="padding:15px">Deletes the specified PacketMirroring resource.</td>
1377
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/packetMirrorings/{pathv3}?{query}</td>
1378
+ <td style="padding:15px">Yes</td>
1379
+ </tr>
1380
+ <tr>
1381
+ <td style="padding:15px">getProjectRegionsRegionPacketMirroringsPacketMirroring(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, packetMirroring, callback)</td>
1382
+ <td style="padding:15px">Returns the specified PacketMirroring resource.</td>
1383
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/packetMirrorings/{pathv3}?{query}</td>
1384
+ <td style="padding:15px">Yes</td>
1385
+ </tr>
1386
+ <tr>
1387
+ <td style="padding:15px">patchProjectRegionsRegionPacketMirroringsPacketMirroring(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, packetMirroring, requestId, body, callback)</td>
1388
+ <td style="padding:15px">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.</td>
1389
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/packetMirrorings/{pathv3}?{query}</td>
1390
+ <td style="padding:15px">Yes</td>
1391
+ </tr>
1392
+ <tr>
1393
+ <td style="padding:15px">postProjectRegionsRegionPacketMirroringsResourceTestIamPermissions(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, resource, body, callback)</td>
1394
+ <td style="padding:15px">Returns permissions that a caller has on the specified resource.</td>
1395
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/packetMirrorings/{pathv3}/testIamPermissions?{query}</td>
1396
+ <td style="padding:15px">Yes</td>
1397
+ </tr>
1398
+ <tr>
1399
+ <td style="padding:15px">getProjectAggregatedReservations(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, filter, includeAllScopes, maxResults, orderBy, pageToken, callback)</td>
1400
+ <td style="padding:15px">Retrieves an aggregated list of reservations.</td>
1401
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/aggregated/reservations?{query}</td>
1402
+ <td style="padding:15px">Yes</td>
1403
+ </tr>
1404
+ <tr>
1405
+ <td style="padding:15px">getProjectZonesZoneReservations(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, filter, maxResults, orderBy, pageToken, callback)</td>
1406
+ <td style="padding:15px">A list of all the reservations that have been configured for the specified project in specified zone.</td>
1407
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/reservations?{query}</td>
1408
+ <td style="padding:15px">Yes</td>
1409
+ </tr>
1410
+ <tr>
1411
+ <td style="padding:15px">postProjectZonesZoneReservations(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, requestId, body, callback)</td>
1412
+ <td style="padding:15px">Creates a new reservation. For more information, read Reserving zonal resources.</td>
1413
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/reservations?{query}</td>
1414
+ <td style="padding:15px">Yes</td>
1415
+ </tr>
1416
+ <tr>
1417
+ <td style="padding:15px">deleteProjectZonesZoneReservationsReservation(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, reservation, requestId, callback)</td>
1418
+ <td style="padding:15px">Deletes the specified reservation.</td>
1419
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/reservations/{pathv3}?{query}</td>
1420
+ <td style="padding:15px">Yes</td>
1421
+ </tr>
1422
+ <tr>
1423
+ <td style="padding:15px">getProjectZonesZoneReservationsReservation(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, reservation, callback)</td>
1424
+ <td style="padding:15px">Retrieves information about the specified reservation.</td>
1425
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/reservations/{pathv3}?{query}</td>
1426
+ <td style="padding:15px">Yes</td>
1427
+ </tr>
1428
+ <tr>
1429
+ <td style="padding:15px">postProjectZonesZoneReservationsReservationResize(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, reservation, requestId, body, callback)</td>
1430
+ <td style="padding:15px">Resizes the reservation (applicable to standalone reservations only). For more information, read Modifying reservations.</td>
1431
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/reservations/{pathv3}/resize?{query}</td>
1432
+ <td style="padding:15px">Yes</td>
1433
+ </tr>
1434
+ <tr>
1435
+ <td style="padding:15px">getProjectZonesZoneReservationsResourceGetIamPolicy(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, resource, optionsRequestedPolicyVersion, callback)</td>
1436
+ <td style="padding:15px">Gets the access control policy for a resource. May be empty if no such policy or resource exists.</td>
1437
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/reservations/{pathv3}/getIamPolicy?{query}</td>
1438
+ <td style="padding:15px">Yes</td>
1439
+ </tr>
1440
+ <tr>
1441
+ <td style="padding:15px">postProjectZonesZoneReservationsResourceSetIamPolicy(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, resource, body, callback)</td>
1442
+ <td style="padding:15px">Sets the access control policy on the specified resource. Replaces any existing policy.</td>
1443
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/reservations/{pathv3}/setIamPolicy?{query}</td>
1444
+ <td style="padding:15px">Yes</td>
1445
+ </tr>
1446
+ <tr>
1447
+ <td style="padding:15px">postProjectZonesZoneReservationsResourceTestIamPermissions(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, resource, body, callback)</td>
1448
+ <td style="padding:15px">Returns permissions that a caller has on the specified resource.</td>
1449
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/reservations/{pathv3}/testIamPermissions?{query}</td>
1450
+ <td style="padding:15px">Yes</td>
1451
+ </tr>
1452
+ <tr>
1453
+ <td style="padding:15px">getProjectAggregatedResourcePolicies(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, filter, includeAllScopes, maxResults, orderBy, pageToken, callback)</td>
1454
+ <td style="padding:15px">Retrieves an aggregated list of resource policies.</td>
1455
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/aggregated/resourcePolicies?{query}</td>
1456
+ <td style="padding:15px">Yes</td>
1457
+ </tr>
1458
+ <tr>
1459
+ <td style="padding:15px">getProjectRegionsRegionResourcePolicies(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, filter, maxResults, orderBy, pageToken, callback)</td>
1460
+ <td style="padding:15px">A list all the resource policies that have been configured for the specified project in specified region.</td>
1461
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/resourcePolicies?{query}</td>
1462
+ <td style="padding:15px">Yes</td>
1463
+ </tr>
1464
+ <tr>
1465
+ <td style="padding:15px">postProjectRegionsRegionResourcePolicies(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, requestId, body, callback)</td>
1466
+ <td style="padding:15px">Creates a new resource policy.</td>
1467
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/resourcePolicies?{query}</td>
1468
+ <td style="padding:15px">Yes</td>
1469
+ </tr>
1470
+ <tr>
1471
+ <td style="padding:15px">deleteProjectRegionsRegionResourcePoliciesResourcePolicy(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, resourcePolicy, requestId, callback)</td>
1472
+ <td style="padding:15px">Deletes the specified resource policy.</td>
1473
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/resourcePolicies/{pathv3}?{query}</td>
1474
+ <td style="padding:15px">Yes</td>
1475
+ </tr>
1476
+ <tr>
1477
+ <td style="padding:15px">getProjectRegionsRegionResourcePoliciesResourcePolicy(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, resourcePolicy, callback)</td>
1478
+ <td style="padding:15px">Retrieves all information of the specified resource policy.</td>
1479
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/resourcePolicies/{pathv3}?{query}</td>
1480
+ <td style="padding:15px">Yes</td>
1481
+ </tr>
1482
+ <tr>
1483
+ <td style="padding:15px">getProjectRegionsRegionResourcePoliciesResourceGetIamPolicy(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, resource, optionsRequestedPolicyVersion, callback)</td>
1484
+ <td style="padding:15px">Gets the access control policy for a resource. May be empty if no such policy or resource exists.</td>
1485
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/resourcePolicies/{pathv3}/getIamPolicy?{query}</td>
1486
+ <td style="padding:15px">Yes</td>
1487
+ </tr>
1488
+ <tr>
1489
+ <td style="padding:15px">postProjectRegionsRegionResourcePoliciesResourceSetIamPolicy(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, resource, body, callback)</td>
1490
+ <td style="padding:15px">Sets the access control policy on the specified resource. Replaces any existing policy.</td>
1491
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/resourcePolicies/{pathv3}/setIamPolicy?{query}</td>
1492
+ <td style="padding:15px">Yes</td>
1493
+ </tr>
1494
+ <tr>
1495
+ <td style="padding:15px">postProjectRegionsRegionResourcePoliciesResourceTestIamPermissions(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, resource, body, callback)</td>
1496
+ <td style="padding:15px">Returns permissions that a caller has on the specified resource.</td>
1497
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/resourcePolicies/{pathv3}/testIamPermissions?{query}</td>
1498
+ <td style="padding:15px">Yes</td>
1499
+ </tr>
1500
+ <tr>
1501
+ <td style="padding:15px">getProjectAggregatedRouters(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, filter, includeAllScopes, maxResults, orderBy, pageToken, callback)</td>
1502
+ <td style="padding:15px">Retrieves an aggregated list of routers.</td>
1503
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/aggregated/routers?{query}</td>
1504
+ <td style="padding:15px">Yes</td>
1505
+ </tr>
1506
+ <tr>
1507
+ <td style="padding:15px">getProjectRegionsRegionRouters(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, filter, maxResults, orderBy, pageToken, callback)</td>
1508
+ <td style="padding:15px">Retrieves a list of Router resources available to the specified project.</td>
1509
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/routers?{query}</td>
1510
+ <td style="padding:15px">Yes</td>
1511
+ </tr>
1512
+ <tr>
1513
+ <td style="padding:15px">postProjectRegionsRegionRouters(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, requestId, body, callback)</td>
1514
+ <td style="padding:15px">Creates a Router resource in the specified project and region using the data included in the request.</td>
1515
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/routers?{query}</td>
1516
+ <td style="padding:15px">Yes</td>
1517
+ </tr>
1518
+ <tr>
1519
+ <td style="padding:15px">deleteProjectRegionsRegionRoutersRouter(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, router, requestId, callback)</td>
1520
+ <td style="padding:15px">Deletes the specified Router resource.</td>
1521
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/routers/{pathv3}?{query}</td>
1522
+ <td style="padding:15px">Yes</td>
1523
+ </tr>
1524
+ <tr>
1525
+ <td style="padding:15px">getProjectRegionsRegionRoutersRouter(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, router, callback)</td>
1526
+ <td style="padding:15px">Returns the specified Router resource. Gets a list of available routers by making a list() request.</td>
1527
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/routers/{pathv3}?{query}</td>
1528
+ <td style="padding:15px">Yes</td>
1529
+ </tr>
1530
+ <tr>
1531
+ <td style="padding:15px">patchProjectRegionsRegionRoutersRouter(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, router, requestId, body, callback)</td>
1532
+ <td style="padding:15px">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.</td>
1533
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/routers/{pathv3}?{query}</td>
1534
+ <td style="padding:15px">Yes</td>
1535
+ </tr>
1536
+ <tr>
1537
+ <td style="padding:15px">putProjectRegionsRegionRoutersRouter(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, router, requestId, body, callback)</td>
1538
+ <td style="padding:15px">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.</td>
1539
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/routers/{pathv3}?{query}</td>
1540
+ <td style="padding:15px">Yes</td>
1541
+ </tr>
1542
+ <tr>
1543
+ <td style="padding:15px">getProjectRegionsRegionRoutersRouterGetNatMappingInfo(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, router, filter, maxResults, orderBy, pageToken, callback)</td>
1544
+ <td style="padding:15px">Retrieves runtime Nat mapping information of VM endpoints.</td>
1545
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/routers/{pathv3}/getNatMappingInfo?{query}</td>
1546
+ <td style="padding:15px">Yes</td>
1547
+ </tr>
1548
+ <tr>
1549
+ <td style="padding:15px">getProjectRegionsRegionRoutersRouterGetRouterStatus(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, router, callback)</td>
1550
+ <td style="padding:15px">Retrieves runtime information of the specified router.</td>
1551
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/routers/{pathv3}/getRouterStatus?{query}</td>
1552
+ <td style="padding:15px">Yes</td>
1553
+ </tr>
1554
+ <tr>
1555
+ <td style="padding:15px">postProjectRegionsRegionRoutersRouterPreview(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, router, body, callback)</td>
1556
+ <td style="padding:15px">Preview fields auto-generated during router create and update operations. Calling this method does NOT create or update the router.</td>
1557
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/routers/{pathv3}/preview?{query}</td>
1558
+ <td style="padding:15px">Yes</td>
1559
+ </tr>
1560
+ <tr>
1561
+ <td style="padding:15px">getProjectAggregatedSslCertificates(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, filter, includeAllScopes, maxResults, orderBy, pageToken, callback)</td>
1562
+ <td style="padding:15px">Retrieves the list of all SslCertificate resources, regional and global, available to the specified project.</td>
1563
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/aggregated/sslCertificates?{query}</td>
1564
+ <td style="padding:15px">Yes</td>
1565
+ </tr>
1566
+ <tr>
1567
+ <td style="padding:15px">getProjectGlobalSslCertificates(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, filter, maxResults, orderBy, pageToken, callback)</td>
1568
+ <td style="padding:15px">Retrieves the list of SslCertificate resources available to the specified project.</td>
1569
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/sslCertificates?{query}</td>
1570
+ <td style="padding:15px">Yes</td>
1571
+ </tr>
1572
+ <tr>
1573
+ <td style="padding:15px">postProjectGlobalSslCertificates(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, requestId, body, callback)</td>
1574
+ <td style="padding:15px">Creates a SslCertificate resource in the specified project using the data included in the request.</td>
1575
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/sslCertificates?{query}</td>
1576
+ <td style="padding:15px">Yes</td>
1577
+ </tr>
1578
+ <tr>
1579
+ <td style="padding:15px">deleteProjectGlobalSslCertificatesSslCertificate(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, sslCertificate, requestId, callback)</td>
1580
+ <td style="padding:15px">Deletes the specified SslCertificate resource.</td>
1581
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/sslCertificates/{pathv2}?{query}</td>
1582
+ <td style="padding:15px">Yes</td>
1583
+ </tr>
1584
+ <tr>
1585
+ <td style="padding:15px">getProjectGlobalSslCertificatesSslCertificate(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, sslCertificate, callback)</td>
1586
+ <td style="padding:15px">Returns the specified SslCertificate resource. Gets a list of available SSL certificates by making a list() request.</td>
1587
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/sslCertificates/{pathv2}?{query}</td>
1588
+ <td style="padding:15px">Yes</td>
1589
+ </tr>
1590
+ <tr>
1591
+ <td style="padding:15px">getProjectAggregatedSubnetworks(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, filter, includeAllScopes, maxResults, orderBy, pageToken, callback)</td>
1592
+ <td style="padding:15px">Retrieves an aggregated list of subnetworks.</td>
1593
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/aggregated/subnetworks?{query}</td>
1594
+ <td style="padding:15px">Yes</td>
1595
+ </tr>
1596
+ <tr>
1597
+ <td style="padding:15px">getProjectAggregatedSubnetworksListUsable(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, filter, maxResults, orderBy, pageToken, callback)</td>
1598
+ <td style="padding:15px">Retrieves an aggregated list of all usable subnetworks in the project.</td>
1599
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/aggregated/subnetworks/listUsable?{query}</td>
1600
+ <td style="padding:15px">Yes</td>
1601
+ </tr>
1602
+ <tr>
1603
+ <td style="padding:15px">getProjectRegionsRegionSubnetworks(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, filter, maxResults, orderBy, pageToken, callback)</td>
1604
+ <td style="padding:15px">Retrieves a list of subnetworks available to the specified project.</td>
1605
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/subnetworks?{query}</td>
1606
+ <td style="padding:15px">Yes</td>
1607
+ </tr>
1608
+ <tr>
1609
+ <td style="padding:15px">postProjectRegionsRegionSubnetworks(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, requestId, body, callback)</td>
1610
+ <td style="padding:15px">Creates a subnetwork in the specified project using the data included in the request.</td>
1611
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/subnetworks?{query}</td>
1612
+ <td style="padding:15px">Yes</td>
1613
+ </tr>
1614
+ <tr>
1615
+ <td style="padding:15px">getProjectRegionsRegionSubnetworksResourceGetIamPolicy(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, resource, optionsRequestedPolicyVersion, callback)</td>
1616
+ <td style="padding:15px">Gets the access control policy for a resource. May be empty if no such policy or resource exists.</td>
1617
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/subnetworks/{pathv3}/getIamPolicy?{query}</td>
1618
+ <td style="padding:15px">Yes</td>
1619
+ </tr>
1620
+ <tr>
1621
+ <td style="padding:15px">postProjectRegionsRegionSubnetworksResourceSetIamPolicy(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, resource, body, callback)</td>
1622
+ <td style="padding:15px">Sets the access control policy on the specified resource. Replaces any existing policy.</td>
1623
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/subnetworks/{pathv3}/setIamPolicy?{query}</td>
1624
+ <td style="padding:15px">Yes</td>
1625
+ </tr>
1626
+ <tr>
1627
+ <td style="padding:15px">postProjectRegionsRegionSubnetworksResourceTestIamPermissions(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, resource, body, callback)</td>
1628
+ <td style="padding:15px">Returns permissions that a caller has on the specified resource.</td>
1629
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/subnetworks/{pathv3}/testIamPermissions?{query}</td>
1630
+ <td style="padding:15px">Yes</td>
1631
+ </tr>
1632
+ <tr>
1633
+ <td style="padding:15px">deleteProjectRegionsRegionSubnetworksSubnetwork(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, subnetwork, requestId, callback)</td>
1634
+ <td style="padding:15px">Deletes the specified subnetwork.</td>
1635
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/subnetworks/{pathv3}?{query}</td>
1636
+ <td style="padding:15px">Yes</td>
1637
+ </tr>
1638
+ <tr>
1639
+ <td style="padding:15px">getProjectRegionsRegionSubnetworksSubnetwork(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, subnetwork, callback)</td>
1640
+ <td style="padding:15px">Returns the specified subnetwork. Gets a list of available subnetworks list() request.</td>
1641
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/subnetworks/{pathv3}?{query}</td>
1642
+ <td style="padding:15px">Yes</td>
1643
+ </tr>
1644
+ <tr>
1645
+ <td style="padding:15px">patchProjectRegionsRegionSubnetworksSubnetwork(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, subnetwork, drainTimeoutSeconds, requestId, body, callback)</td>
1646
+ <td style="padding:15px">Patches the specified subnetwork with the data included in the request. Only certain fields can up updated with a patch request as indicated in the field descriptions. You must specify the current fingerprint of the subnetwork resource being patched.</td>
1647
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/subnetworks/{pathv3}?{query}</td>
1648
+ <td style="padding:15px">Yes</td>
1649
+ </tr>
1650
+ <tr>
1651
+ <td style="padding:15px">postProjectRegionsRegionSubnetworksSubnetworkExpandIpCidrRange(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, subnetwork, requestId, body, callback)</td>
1652
+ <td style="padding:15px">Expands the IP CIDR range of the subnetwork to a specified value.</td>
1653
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/subnetworks/{pathv3}/expandIpCidrRange?{query}</td>
1654
+ <td style="padding:15px">Yes</td>
1655
+ </tr>
1656
+ <tr>
1657
+ <td style="padding:15px">postProjectRegionsRegionSubnetworksSubnetworkSetPrivateIpGoogleAccess(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, subnetwork, requestId, body, callback)</td>
1658
+ <td style="padding:15px">Set whether VMs in this subnet can access Google services without assigning external IP addresses through Private Google Access.</td>
1659
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/subnetworks/{pathv3}/setPrivateIpGoogleAccess?{query}</td>
1660
+ <td style="padding:15px">Yes</td>
1661
+ </tr>
1662
+ <tr>
1663
+ <td style="padding:15px">getProjectAggregatedTargetHttpProxies(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, filter, includeAllScopes, maxResults, orderBy, pageToken, callback)</td>
1664
+ <td style="padding:15px">Retrieves the list of all TargetHttpProxy resources, regional and global, available to the specified project.</td>
1665
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/aggregated/targetHttpProxies?{query}</td>
1666
+ <td style="padding:15px">Yes</td>
1667
+ </tr>
1668
+ <tr>
1669
+ <td style="padding:15px">getProjectGlobalTargetHttpProxies(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, filter, maxResults, orderBy, pageToken, callback)</td>
1670
+ <td style="padding:15px">Retrieves the list of TargetHttpProxy resources available to the specified project.</td>
1671
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/targetHttpProxies?{query}</td>
1672
+ <td style="padding:15px">Yes</td>
1673
+ </tr>
1674
+ <tr>
1675
+ <td style="padding:15px">postProjectGlobalTargetHttpProxies(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, requestId, body, callback)</td>
1676
+ <td style="padding:15px">Creates a TargetHttpProxy resource in the specified project using the data included in the request.</td>
1677
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/targetHttpProxies?{query}</td>
1678
+ <td style="padding:15px">Yes</td>
1679
+ </tr>
1680
+ <tr>
1681
+ <td style="padding:15px">deleteProjectGlobalTargetHttpProxiesTargetHttpProxy(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, targetHttpProxy, requestId, callback)</td>
1682
+ <td style="padding:15px">Deletes the specified TargetHttpProxy resource.</td>
1683
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/targetHttpProxies/{pathv2}?{query}</td>
1684
+ <td style="padding:15px">Yes</td>
1685
+ </tr>
1686
+ <tr>
1687
+ <td style="padding:15px">getProjectGlobalTargetHttpProxiesTargetHttpProxy(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, targetHttpProxy, callback)</td>
1688
+ <td style="padding:15px">Returns the specified TargetHttpProxy resource. Gets a list of available target HTTP proxies by making a list() request.</td>
1689
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/targetHttpProxies/{pathv2}?{query}</td>
1690
+ <td style="padding:15px">Yes</td>
1691
+ </tr>
1692
+ <tr>
1693
+ <td style="padding:15px">postProjectTargetHttpProxiesTargetHttpProxySetUrlMap(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, targetHttpProxy, requestId, body, callback)</td>
1694
+ <td style="padding:15px">Changes the URL map for TargetHttpProxy.</td>
1695
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/targetHttpProxies/{pathv2}/setUrlMap?{query}</td>
1696
+ <td style="padding:15px">Yes</td>
1697
+ </tr>
1698
+ <tr>
1699
+ <td style="padding:15px">getProjectAggregatedTargetHttpsProxies(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, filter, includeAllScopes, maxResults, orderBy, pageToken, callback)</td>
1700
+ <td style="padding:15px">Retrieves the list of all TargetHttpsProxy resources, regional and global, available to the specified project.</td>
1701
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/aggregated/targetHttpsProxies?{query}</td>
1702
+ <td style="padding:15px">Yes</td>
1703
+ </tr>
1704
+ <tr>
1705
+ <td style="padding:15px">getProjectGlobalTargetHttpsProxies(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, filter, maxResults, orderBy, pageToken, callback)</td>
1706
+ <td style="padding:15px">Retrieves the list of TargetHttpsProxy resources available to the specified project.</td>
1707
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/targetHttpsProxies?{query}</td>
1708
+ <td style="padding:15px">Yes</td>
1709
+ </tr>
1710
+ <tr>
1711
+ <td style="padding:15px">postProjectGlobalTargetHttpsProxies(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, requestId, body, callback)</td>
1712
+ <td style="padding:15px">Creates a TargetHttpsProxy resource in the specified project using the data included in the request.</td>
1713
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/targetHttpsProxies?{query}</td>
1714
+ <td style="padding:15px">Yes</td>
1715
+ </tr>
1716
+ <tr>
1717
+ <td style="padding:15px">deleteProjectGlobalTargetHttpsProxiesTargetHttpsProxy(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, targetHttpsProxy, requestId, callback)</td>
1718
+ <td style="padding:15px">Deletes the specified TargetHttpsProxy resource.</td>
1719
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/targetHttpsProxies/{pathv2}?{query}</td>
1720
+ <td style="padding:15px">Yes</td>
1721
+ </tr>
1722
+ <tr>
1723
+ <td style="padding:15px">getProjectGlobalTargetHttpsProxiesTargetHttpsProxy(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, targetHttpsProxy, callback)</td>
1724
+ <td style="padding:15px">Returns the specified TargetHttpsProxy resource. Gets a list of available target HTTPS proxies by making a list() request.</td>
1725
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/targetHttpsProxies/{pathv2}?{query}</td>
1726
+ <td style="padding:15px">Yes</td>
1727
+ </tr>
1728
+ <tr>
1729
+ <td style="padding:15px">postProjectGlobalTargetHttpsProxiesTargetHttpsProxySetQuicOverride(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, targetHttpsProxy, requestId, body, callback)</td>
1730
+ <td style="padding:15px">Sets the QUIC override policy for TargetHttpsProxy.</td>
1731
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/targetHttpsProxies/{pathv2}/setQuicOverride?{query}</td>
1732
+ <td style="padding:15px">Yes</td>
1733
+ </tr>
1734
+ <tr>
1735
+ <td style="padding:15px">postProjectGlobalTargetHttpsProxiesTargetHttpsProxySetSslPolicy(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, targetHttpsProxy, requestId, body, callback)</td>
1736
+ <td style="padding:15px">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.</td>
1737
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/targetHttpsProxies/{pathv2}/setSslPolicy?{query}</td>
1738
+ <td style="padding:15px">Yes</td>
1739
+ </tr>
1740
+ <tr>
1741
+ <td style="padding:15px">postProjectTargetHttpsProxiesTargetHttpsProxySetSslCertificates(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, targetHttpsProxy, requestId, body, callback)</td>
1742
+ <td style="padding:15px">Replaces SslCertificates for TargetHttpsProxy.</td>
1743
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/targetHttpsProxies/{pathv2}/setSslCertificates?{query}</td>
1744
+ <td style="padding:15px">Yes</td>
1745
+ </tr>
1746
+ <tr>
1747
+ <td style="padding:15px">postProjectTargetHttpsProxiesTargetHttpsProxySetUrlMap(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, targetHttpsProxy, requestId, body, callback)</td>
1748
+ <td style="padding:15px">Changes the URL map for TargetHttpsProxy.</td>
1749
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/targetHttpsProxies/{pathv2}/setUrlMap?{query}</td>
1750
+ <td style="padding:15px">Yes</td>
1751
+ </tr>
1752
+ <tr>
1753
+ <td style="padding:15px">getProjectAggregatedTargetInstances(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, filter, includeAllScopes, maxResults, orderBy, pageToken, callback)</td>
1754
+ <td style="padding:15px">Retrieves an aggregated list of target instances.</td>
1755
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/aggregated/targetInstances?{query}</td>
1756
+ <td style="padding:15px">Yes</td>
1757
+ </tr>
1758
+ <tr>
1759
+ <td style="padding:15px">getProjectZonesZoneTargetInstances(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, filter, maxResults, orderBy, pageToken, callback)</td>
1760
+ <td style="padding:15px">Retrieves a list of TargetInstance resources available to the specified project and zone.</td>
1761
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/targetInstances?{query}</td>
1762
+ <td style="padding:15px">Yes</td>
1763
+ </tr>
1764
+ <tr>
1765
+ <td style="padding:15px">postProjectZonesZoneTargetInstances(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, requestId, body, callback)</td>
1766
+ <td style="padding:15px">Creates a TargetInstance resource in the specified project and zone using the data included in the request.</td>
1767
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/targetInstances?{query}</td>
1768
+ <td style="padding:15px">Yes</td>
1769
+ </tr>
1770
+ <tr>
1771
+ <td style="padding:15px">deleteProjectZonesZoneTargetInstancesTargetInstance(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, targetInstance, requestId, callback)</td>
1772
+ <td style="padding:15px">Deletes the specified TargetInstance resource.</td>
1773
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/targetInstances/{pathv3}?{query}</td>
1774
+ <td style="padding:15px">Yes</td>
1775
+ </tr>
1776
+ <tr>
1777
+ <td style="padding:15px">getProjectZonesZoneTargetInstancesTargetInstance(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, targetInstance, callback)</td>
1778
+ <td style="padding:15px">Returns the specified TargetInstance resource. Gets a list of available target instances by making a list() request.</td>
1779
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/targetInstances/{pathv3}?{query}</td>
1780
+ <td style="padding:15px">Yes</td>
1781
+ </tr>
1782
+ <tr>
1783
+ <td style="padding:15px">getProjectAggregatedTargetPools(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, filter, includeAllScopes, maxResults, orderBy, pageToken, callback)</td>
1784
+ <td style="padding:15px">Retrieves an aggregated list of target pools.</td>
1785
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/aggregated/targetPools?{query}</td>
1786
+ <td style="padding:15px">Yes</td>
1787
+ </tr>
1788
+ <tr>
1789
+ <td style="padding:15px">getProjectRegionsRegionTargetPools(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, filter, maxResults, orderBy, pageToken, callback)</td>
1790
+ <td style="padding:15px">Retrieves a list of target pools available to the specified project and region.</td>
1791
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/targetPools?{query}</td>
1792
+ <td style="padding:15px">Yes</td>
1793
+ </tr>
1794
+ <tr>
1795
+ <td style="padding:15px">postProjectRegionsRegionTargetPools(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, requestId, body, callback)</td>
1796
+ <td style="padding:15px">Creates a target pool in the specified project and region using the data included in the request.</td>
1797
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/targetPools?{query}</td>
1798
+ <td style="padding:15px">Yes</td>
1799
+ </tr>
1800
+ <tr>
1801
+ <td style="padding:15px">deleteProjectRegionsRegionTargetPoolsTargetPool(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, targetPool, requestId, callback)</td>
1802
+ <td style="padding:15px">Deletes the specified target pool.</td>
1803
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/targetPools/{pathv3}?{query}</td>
1804
+ <td style="padding:15px">Yes</td>
1805
+ </tr>
1806
+ <tr>
1807
+ <td style="padding:15px">getProjectRegionsRegionTargetPoolsTargetPool(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, targetPool, callback)</td>
1808
+ <td style="padding:15px">Returns the specified target pool. Gets a list of available target pools by making a list() request.</td>
1809
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/targetPools/{pathv3}?{query}</td>
1810
+ <td style="padding:15px">Yes</td>
1811
+ </tr>
1812
+ <tr>
1813
+ <td style="padding:15px">postProjectRegionsRegionTargetPoolsTargetPoolAddHealthCheck(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, targetPool, requestId, body, callback)</td>
1814
+ <td style="padding:15px">Adds health check URLs to a target pool.</td>
1815
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/targetPools/{pathv3}/addHealthCheck?{query}</td>
1816
+ <td style="padding:15px">Yes</td>
1817
+ </tr>
1818
+ <tr>
1819
+ <td style="padding:15px">postProjectRegionsRegionTargetPoolsTargetPoolAddInstance(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, targetPool, requestId, body, callback)</td>
1820
+ <td style="padding:15px">Adds an instance to a target pool.</td>
1821
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/targetPools/{pathv3}/addInstance?{query}</td>
1822
+ <td style="padding:15px">Yes</td>
1823
+ </tr>
1824
+ <tr>
1825
+ <td style="padding:15px">postProjectRegionsRegionTargetPoolsTargetPoolGetHealth(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, targetPool, body, callback)</td>
1826
+ <td style="padding:15px">Gets the most recent health check results for each IP for the instance that is referenced by the given target pool.</td>
1827
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/targetPools/{pathv3}/getHealth?{query}</td>
1828
+ <td style="padding:15px">Yes</td>
1829
+ </tr>
1830
+ <tr>
1831
+ <td style="padding:15px">postProjectRegionsRegionTargetPoolsTargetPoolRemoveHealthCheck(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, targetPool, requestId, body, callback)</td>
1832
+ <td style="padding:15px">Removes health check URL from a target pool.</td>
1833
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/targetPools/{pathv3}/removeHealthCheck?{query}</td>
1834
+ <td style="padding:15px">Yes</td>
1835
+ </tr>
1836
+ <tr>
1837
+ <td style="padding:15px">postProjectRegionsRegionTargetPoolsTargetPoolRemoveInstance(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, targetPool, requestId, body, callback)</td>
1838
+ <td style="padding:15px">Removes instance URL from a target pool.</td>
1839
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/targetPools/{pathv3}/removeInstance?{query}</td>
1840
+ <td style="padding:15px">Yes</td>
1841
+ </tr>
1842
+ <tr>
1843
+ <td style="padding:15px">postProjectRegionsRegionTargetPoolsTargetPoolSetBackup(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, targetPool, failoverRatio, requestId, body, callback)</td>
1844
+ <td style="padding:15px">Changes a backup target pool's configurations.</td>
1845
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/targetPools/{pathv3}/setBackup?{query}</td>
1846
+ <td style="padding:15px">Yes</td>
1847
+ </tr>
1848
+ <tr>
1849
+ <td style="padding:15px">getProjectAggregatedTargetVpnGateways(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, filter, includeAllScopes, maxResults, orderBy, pageToken, callback)</td>
1850
+ <td style="padding:15px">Retrieves an aggregated list of target VPN gateways.</td>
1851
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/aggregated/targetVpnGateways?{query}</td>
1852
+ <td style="padding:15px">Yes</td>
1853
+ </tr>
1854
+ <tr>
1855
+ <td style="padding:15px">getProjectRegionsRegionTargetVpnGateways(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, filter, maxResults, orderBy, pageToken, callback)</td>
1856
+ <td style="padding:15px">Retrieves a list of target VPN gateways available to the specified project and region.</td>
1857
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/targetVpnGateways?{query}</td>
1858
+ <td style="padding:15px">Yes</td>
1859
+ </tr>
1860
+ <tr>
1861
+ <td style="padding:15px">postProjectRegionsRegionTargetVpnGateways(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, requestId, body, callback)</td>
1862
+ <td style="padding:15px">Creates a target VPN gateway in the specified project and region using the data included in the request.</td>
1863
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/targetVpnGateways?{query}</td>
1864
+ <td style="padding:15px">Yes</td>
1865
+ </tr>
1866
+ <tr>
1867
+ <td style="padding:15px">deleteProjectRegionsRegionTargetVpnGatewaysTargetVpnGateway(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, targetVpnGateway, requestId, callback)</td>
1868
+ <td style="padding:15px">Deletes the specified target VPN gateway.</td>
1869
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/targetVpnGateways/{pathv3}?{query}</td>
1870
+ <td style="padding:15px">Yes</td>
1871
+ </tr>
1872
+ <tr>
1873
+ <td style="padding:15px">getProjectRegionsRegionTargetVpnGatewaysTargetVpnGateway(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, targetVpnGateway, callback)</td>
1874
+ <td style="padding:15px">Returns the specified target VPN gateway. Gets a list of available target VPN gateways by making a list() request.</td>
1875
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/targetVpnGateways/{pathv3}?{query}</td>
1876
+ <td style="padding:15px">Yes</td>
1877
+ </tr>
1878
+ <tr>
1879
+ <td style="padding:15px">getProjectAggregatedUrlMaps(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, filter, includeAllScopes, maxResults, orderBy, pageToken, callback)</td>
1880
+ <td style="padding:15px">Retrieves the list of all UrlMap resources, regional and global, available to the specified project.</td>
1881
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/aggregated/urlMaps?{query}</td>
1882
+ <td style="padding:15px">Yes</td>
1883
+ </tr>
1884
+ <tr>
1885
+ <td style="padding:15px">getProjectGlobalUrlMaps(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, filter, maxResults, orderBy, pageToken, callback)</td>
1886
+ <td style="padding:15px">Retrieves the list of UrlMap resources available to the specified project.</td>
1887
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/urlMaps?{query}</td>
1888
+ <td style="padding:15px">Yes</td>
1889
+ </tr>
1890
+ <tr>
1891
+ <td style="padding:15px">postProjectGlobalUrlMaps(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, requestId, body, callback)</td>
1892
+ <td style="padding:15px">Creates a UrlMap resource in the specified project using the data included in the request.</td>
1893
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/urlMaps?{query}</td>
1894
+ <td style="padding:15px">Yes</td>
1895
+ </tr>
1896
+ <tr>
1897
+ <td style="padding:15px">deleteProjectGlobalUrlMapsUrlMap(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, urlMap, requestId, callback)</td>
1898
+ <td style="padding:15px">Deletes the specified UrlMap resource.</td>
1899
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/urlMaps/{pathv2}?{query}</td>
1900
+ <td style="padding:15px">Yes</td>
1901
+ </tr>
1902
+ <tr>
1903
+ <td style="padding:15px">getProjectGlobalUrlMapsUrlMap(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, urlMap, callback)</td>
1904
+ <td style="padding:15px">Returns the specified UrlMap resource. Gets a list of available URL maps by making a list() request.</td>
1905
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/urlMaps/{pathv2}?{query}</td>
1906
+ <td style="padding:15px">Yes</td>
1907
+ </tr>
1908
+ <tr>
1909
+ <td style="padding:15px">patchProjectGlobalUrlMapsUrlMap(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, urlMap, requestId, body, callback)</td>
1910
+ <td style="padding:15px">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.</td>
1911
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/urlMaps/{pathv2}?{query}</td>
1912
+ <td style="padding:15px">Yes</td>
1913
+ </tr>
1914
+ <tr>
1915
+ <td style="padding:15px">putProjectGlobalUrlMapsUrlMap(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, urlMap, requestId, body, callback)</td>
1916
+ <td style="padding:15px">Updates the specified UrlMap resource with the data included in the request.</td>
1917
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/urlMaps/{pathv2}?{query}</td>
1918
+ <td style="padding:15px">Yes</td>
1919
+ </tr>
1920
+ <tr>
1921
+ <td style="padding:15px">postProjectGlobalUrlMapsUrlMapInvalidateCache(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, urlMap, requestId, body, callback)</td>
1922
+ <td style="padding:15px">Initiates a cache invalidation operation, invalidating the specified path, scoped to the specified UrlMap.</td>
1923
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/urlMaps/{pathv2}/invalidateCache?{query}</td>
1924
+ <td style="padding:15px">Yes</td>
1925
+ </tr>
1926
+ <tr>
1927
+ <td style="padding:15px">postProjectGlobalUrlMapsUrlMapValidate(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, urlMap, body, callback)</td>
1928
+ <td style="padding:15px">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.</td>
1929
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/urlMaps/{pathv2}/validate?{query}</td>
1930
+ <td style="padding:15px">Yes</td>
1931
+ </tr>
1932
+ <tr>
1933
+ <td style="padding:15px">getProjectAggregatedVpnGateways(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, filter, includeAllScopes, maxResults, orderBy, pageToken, callback)</td>
1934
+ <td style="padding:15px">Retrieves an aggregated list of VPN gateways.</td>
1935
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/aggregated/vpnGateways?{query}</td>
1936
+ <td style="padding:15px">Yes</td>
1937
+ </tr>
1938
+ <tr>
1939
+ <td style="padding:15px">getProjectRegionsRegionVpnGateways(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, filter, maxResults, orderBy, pageToken, callback)</td>
1940
+ <td style="padding:15px">Retrieves a list of VPN gateways available to the specified project and region.</td>
1941
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/vpnGateways?{query}</td>
1942
+ <td style="padding:15px">Yes</td>
1943
+ </tr>
1944
+ <tr>
1945
+ <td style="padding:15px">postProjectRegionsRegionVpnGateways(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, requestId, body, callback)</td>
1946
+ <td style="padding:15px">Creates a VPN gateway in the specified project and region using the data included in the request.</td>
1947
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/vpnGateways?{query}</td>
1948
+ <td style="padding:15px">Yes</td>
1949
+ </tr>
1950
+ <tr>
1951
+ <td style="padding:15px">postProjectRegionsRegionVpnGatewaysResourceSetLabels(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, resource, requestId, body, callback)</td>
1952
+ <td style="padding:15px">Sets the labels on a VpnGateway. To learn more about labels, read the Labeling Resources documentation.</td>
1953
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/vpnGateways/{pathv3}/setLabels?{query}</td>
1954
+ <td style="padding:15px">Yes</td>
1955
+ </tr>
1956
+ <tr>
1957
+ <td style="padding:15px">postProjectRegionsRegionVpnGatewaysResourceTestIamPermissions(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, resource, body, callback)</td>
1958
+ <td style="padding:15px">Returns permissions that a caller has on the specified resource.</td>
1959
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/vpnGateways/{pathv3}/testIamPermissions?{query}</td>
1960
+ <td style="padding:15px">Yes</td>
1961
+ </tr>
1962
+ <tr>
1963
+ <td style="padding:15px">deleteProjectRegionsRegionVpnGatewaysVpnGateway(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, vpnGateway, requestId, callback)</td>
1964
+ <td style="padding:15px">Deletes the specified VPN gateway.</td>
1965
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/vpnGateways/{pathv3}?{query}</td>
1966
+ <td style="padding:15px">Yes</td>
1967
+ </tr>
1968
+ <tr>
1969
+ <td style="padding:15px">getProjectRegionsRegionVpnGatewaysVpnGateway(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, vpnGateway, callback)</td>
1970
+ <td style="padding:15px">Returns the specified VPN gateway. Gets a list of available VPN gateways by making a list() request.</td>
1971
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/vpnGateways/{pathv3}?{query}</td>
1972
+ <td style="padding:15px">Yes</td>
1973
+ </tr>
1974
+ <tr>
1975
+ <td style="padding:15px">getProjectRegionsRegionVpnGatewaysVpnGatewayGetStatus(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, vpnGateway, callback)</td>
1976
+ <td style="padding:15px">Returns the status for the specified VPN gateway.</td>
1977
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/vpnGateways/{pathv3}/getStatus?{query}</td>
1978
+ <td style="padding:15px">Yes</td>
1979
+ </tr>
1980
+ <tr>
1981
+ <td style="padding:15px">getProjectAggregatedVpnTunnels(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, filter, includeAllScopes, maxResults, orderBy, pageToken, callback)</td>
1982
+ <td style="padding:15px">Retrieves an aggregated list of VPN tunnels.</td>
1983
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/aggregated/vpnTunnels?{query}</td>
1984
+ <td style="padding:15px">Yes</td>
1985
+ </tr>
1986
+ <tr>
1987
+ <td style="padding:15px">getProjectRegionsRegionVpnTunnels(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, filter, maxResults, orderBy, pageToken, callback)</td>
1988
+ <td style="padding:15px">Retrieves a list of VpnTunnel resources contained in the specified project and region.</td>
1989
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/vpnTunnels?{query}</td>
1990
+ <td style="padding:15px">Yes</td>
1991
+ </tr>
1992
+ <tr>
1993
+ <td style="padding:15px">postProjectRegionsRegionVpnTunnels(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, requestId, body, callback)</td>
1994
+ <td style="padding:15px">Creates a VpnTunnel resource in the specified project and region using the data included in the request.</td>
1995
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/vpnTunnels?{query}</td>
1996
+ <td style="padding:15px">Yes</td>
1997
+ </tr>
1998
+ <tr>
1999
+ <td style="padding:15px">deleteProjectRegionsRegionVpnTunnelsVpnTunnel(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, vpnTunnel, requestId, callback)</td>
2000
+ <td style="padding:15px">Deletes the specified VpnTunnel resource.</td>
2001
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/vpnTunnels/{pathv3}?{query}</td>
2002
+ <td style="padding:15px">Yes</td>
2003
+ </tr>
2004
+ <tr>
2005
+ <td style="padding:15px">getProjectRegionsRegionVpnTunnelsVpnTunnel(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, vpnTunnel, callback)</td>
2006
+ <td style="padding:15px">Returns the specified VpnTunnel resource. Gets a list of available VPN tunnels by making a list() request.</td>
2007
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/vpnTunnels/{pathv3}?{query}</td>
2008
+ <td style="padding:15px">Yes</td>
2009
+ </tr>
2010
+ <tr>
2011
+ <td style="padding:15px">getProjectGlobalAddresses(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, filter, maxResults, orderBy, pageToken, callback)</td>
2012
+ <td style="padding:15px">Retrieves a list of global addresses.</td>
2013
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/addresses?{query}</td>
2014
+ <td style="padding:15px">Yes</td>
2015
+ </tr>
2016
+ <tr>
2017
+ <td style="padding:15px">postProjectGlobalAddresses(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, requestId, body, callback)</td>
2018
+ <td style="padding:15px">Creates an address resource in the specified project by using the data included in the request.</td>
2019
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/addresses?{query}</td>
2020
+ <td style="padding:15px">Yes</td>
2021
+ </tr>
2022
+ <tr>
2023
+ <td style="padding:15px">deleteProjectGlobalAddressesAddress(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, address, requestId, callback)</td>
2024
+ <td style="padding:15px">Deletes the specified address resource.</td>
2025
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/addresses/{pathv2}?{query}</td>
2026
+ <td style="padding:15px">Yes</td>
2027
+ </tr>
2028
+ <tr>
2029
+ <td style="padding:15px">getProjectGlobalAddressesAddress(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, address, callback)</td>
2030
+ <td style="padding:15px">Returns the specified address resource. Gets a list of available addresses by making a list() request.</td>
2031
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/addresses/{pathv2}?{query}</td>
2032
+ <td style="padding:15px">Yes</td>
2033
+ </tr>
2034
+ <tr>
2035
+ <td style="padding:15px">getProjectGlobalBackendBuckets(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, filter, maxResults, orderBy, pageToken, callback)</td>
2036
+ <td style="padding:15px">Retrieves the list of BackendBucket resources available to the specified project.</td>
2037
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/backendBuckets?{query}</td>
2038
+ <td style="padding:15px">Yes</td>
2039
+ </tr>
2040
+ <tr>
2041
+ <td style="padding:15px">postProjectGlobalBackendBuckets(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, requestId, body, callback)</td>
2042
+ <td style="padding:15px">Creates a BackendBucket resource in the specified project using the data included in the request.</td>
2043
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/backendBuckets?{query}</td>
2044
+ <td style="padding:15px">Yes</td>
2045
+ </tr>
2046
+ <tr>
2047
+ <td style="padding:15px">deleteProjectGlobalBackendBucketsBackendBucket(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, backendBucket, requestId, callback)</td>
2048
+ <td style="padding:15px">Deletes the specified BackendBucket resource.</td>
2049
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/backendBuckets/{pathv2}?{query}</td>
2050
+ <td style="padding:15px">Yes</td>
2051
+ </tr>
2052
+ <tr>
2053
+ <td style="padding:15px">getProjectGlobalBackendBucketsBackendBucket(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, backendBucket, callback)</td>
2054
+ <td style="padding:15px">Returns the specified BackendBucket resource. Gets a list of available backend buckets by making a list() request.</td>
2055
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/backendBuckets/{pathv2}?{query}</td>
2056
+ <td style="padding:15px">Yes</td>
2057
+ </tr>
2058
+ <tr>
2059
+ <td style="padding:15px">patchProjectGlobalBackendBucketsBackendBucket(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, backendBucket, requestId, body, callback)</td>
2060
+ <td style="padding:15px">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.</td>
2061
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/backendBuckets/{pathv2}?{query}</td>
2062
+ <td style="padding:15px">Yes</td>
2063
+ </tr>
2064
+ <tr>
2065
+ <td style="padding:15px">putProjectGlobalBackendBucketsBackendBucket(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, backendBucket, requestId, body, callback)</td>
2066
+ <td style="padding:15px">Updates the specified BackendBucket resource with the data included in the request.</td>
2067
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/backendBuckets/{pathv2}?{query}</td>
2068
+ <td style="padding:15px">Yes</td>
2069
+ </tr>
2070
+ <tr>
2071
+ <td style="padding:15px">postProjectGlobalBackendBucketsBackendBucketAddSignedUrlKey(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, backendBucket, requestId, body, callback)</td>
2072
+ <td style="padding:15px">Adds a key for validating requests with signed URLs for this backend bucket.</td>
2073
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/backendBuckets/{pathv2}/addSignedUrlKey?{query}</td>
2074
+ <td style="padding:15px">Yes</td>
2075
+ </tr>
2076
+ <tr>
2077
+ <td style="padding:15px">postProjectGlobalBackendBucketsBackendBucketDeleteSignedUrlKey(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, backendBucket, keyName, requestId, callback)</td>
2078
+ <td style="padding:15px">Deletes a key for validating requests with signed URLs for this backend bucket.</td>
2079
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/backendBuckets/{pathv2}/deleteSignedUrlKey?{query}</td>
2080
+ <td style="padding:15px">Yes</td>
2081
+ </tr>
2082
+ <tr>
2083
+ <td style="padding:15px">getProjectGlobalExternalVpnGateways(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, filter, maxResults, orderBy, pageToken, callback)</td>
2084
+ <td style="padding:15px">Retrieves the list of ExternalVpnGateway available to the specified project.</td>
2085
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/externalVpnGateways?{query}</td>
2086
+ <td style="padding:15px">Yes</td>
2087
+ </tr>
2088
+ <tr>
2089
+ <td style="padding:15px">postProjectGlobalExternalVpnGateways(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, requestId, body, callback)</td>
2090
+ <td style="padding:15px">Creates a ExternalVpnGateway in the specified project using the data included in the request.</td>
2091
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/externalVpnGateways?{query}</td>
2092
+ <td style="padding:15px">Yes</td>
2093
+ </tr>
2094
+ <tr>
2095
+ <td style="padding:15px">deleteProjectGlobalExternalVpnGatewaysExternalVpnGateway(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, externalVpnGateway, requestId, callback)</td>
2096
+ <td style="padding:15px">Deletes the specified externalVpnGateway.</td>
2097
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/externalVpnGateways/{pathv2}?{query}</td>
2098
+ <td style="padding:15px">Yes</td>
2099
+ </tr>
2100
+ <tr>
2101
+ <td style="padding:15px">getProjectGlobalExternalVpnGatewaysExternalVpnGateway(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, externalVpnGateway, callback)</td>
2102
+ <td style="padding:15px">Returns the specified externalVpnGateway. Get a list of available externalVpnGateways by making a list() request.</td>
2103
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/externalVpnGateways/{pathv2}?{query}</td>
2104
+ <td style="padding:15px">Yes</td>
2105
+ </tr>
2106
+ <tr>
2107
+ <td style="padding:15px">postProjectGlobalExternalVpnGatewaysResourceSetLabels(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, resource, body, callback)</td>
2108
+ <td style="padding:15px">Sets the labels on an ExternalVpnGateway. To learn more about labels, read the Labeling Resources documentation.</td>
2109
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/externalVpnGateways/{pathv2}/setLabels?{query}</td>
2110
+ <td style="padding:15px">Yes</td>
2111
+ </tr>
2112
+ <tr>
2113
+ <td style="padding:15px">postProjectGlobalExternalVpnGatewaysResourceTestIamPermissions(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, resource, body, callback)</td>
2114
+ <td style="padding:15px">Returns permissions that a caller has on the specified resource.</td>
2115
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/externalVpnGateways/{pathv2}/testIamPermissions?{query}</td>
2116
+ <td style="padding:15px">Yes</td>
2117
+ </tr>
2118
+ <tr>
2119
+ <td style="padding:15px">getProjectGlobalFirewalls(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, filter, maxResults, orderBy, pageToken, callback)</td>
2120
+ <td style="padding:15px">Retrieves the list of firewall rules available to the specified project.</td>
2121
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/firewalls?{query}</td>
2122
+ <td style="padding:15px">Yes</td>
2123
+ </tr>
2124
+ <tr>
2125
+ <td style="padding:15px">postProjectGlobalFirewalls(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, requestId, body, callback)</td>
2126
+ <td style="padding:15px">Creates a firewall rule in the specified project using the data included in the request.</td>
2127
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/firewalls?{query}</td>
2128
+ <td style="padding:15px">Yes</td>
2129
+ </tr>
2130
+ <tr>
2131
+ <td style="padding:15px">deleteProjectGlobalFirewallsFirewall(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, firewall, requestId, callback)</td>
2132
+ <td style="padding:15px">Deletes the specified firewall.</td>
2133
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/firewalls/{pathv2}?{query}</td>
2134
+ <td style="padding:15px">Yes</td>
2135
+ </tr>
2136
+ <tr>
2137
+ <td style="padding:15px">getProjectGlobalFirewallsFirewall(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, firewall, callback)</td>
2138
+ <td style="padding:15px">Returns the specified firewall.</td>
2139
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/firewalls/{pathv2}?{query}</td>
2140
+ <td style="padding:15px">Yes</td>
2141
+ </tr>
2142
+ <tr>
2143
+ <td style="padding:15px">patchProjectGlobalFirewallsFirewall(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, firewall, requestId, body, callback)</td>
2144
+ <td style="padding:15px">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.</td>
2145
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/firewalls/{pathv2}?{query}</td>
2146
+ <td style="padding:15px">Yes</td>
2147
+ </tr>
2148
+ <tr>
2149
+ <td style="padding:15px">putProjectGlobalFirewallsFirewall(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, firewall, requestId, body, callback)</td>
2150
+ <td style="padding:15px">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.</td>
2151
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/firewalls/{pathv2}?{query}</td>
2152
+ <td style="padding:15px">Yes</td>
2153
+ </tr>
2154
+ <tr>
2155
+ <td style="padding:15px">getProjectGlobalForwardingRules(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, filter, maxResults, orderBy, pageToken, callback)</td>
2156
+ <td style="padding:15px">Retrieves a list of GlobalForwardingRule resources available to the specified project.</td>
2157
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/forwardingRules?{query}</td>
2158
+ <td style="padding:15px">Yes</td>
2159
+ </tr>
2160
+ <tr>
2161
+ <td style="padding:15px">postProjectGlobalForwardingRules(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, requestId, body, callback)</td>
2162
+ <td style="padding:15px">Creates a GlobalForwardingRule resource in the specified project using the data included in the request.</td>
2163
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/forwardingRules?{query}</td>
2164
+ <td style="padding:15px">Yes</td>
2165
+ </tr>
2166
+ <tr>
2167
+ <td style="padding:15px">deleteProjectGlobalForwardingRulesForwardingRule(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, forwardingRule, requestId, callback)</td>
2168
+ <td style="padding:15px">Deletes the specified GlobalForwardingRule resource.</td>
2169
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/forwardingRules/{pathv2}?{query}</td>
2170
+ <td style="padding:15px">Yes</td>
2171
+ </tr>
2172
+ <tr>
2173
+ <td style="padding:15px">getProjectGlobalForwardingRulesForwardingRule(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, forwardingRule, callback)</td>
2174
+ <td style="padding:15px">Returns the specified GlobalForwardingRule resource. Gets a list of available forwarding rules by making a list() request.</td>
2175
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/forwardingRules/{pathv2}?{query}</td>
2176
+ <td style="padding:15px">Yes</td>
2177
+ </tr>
2178
+ <tr>
2179
+ <td style="padding:15px">patchProjectGlobalForwardingRulesForwardingRule(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, forwardingRule, requestId, body, callback)</td>
2180
+ <td style="padding:15px">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.</td>
2181
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/forwardingRules/{pathv2}?{query}</td>
2182
+ <td style="padding:15px">Yes</td>
2183
+ </tr>
2184
+ <tr>
2185
+ <td style="padding:15px">postProjectGlobalForwardingRulesForwardingRuleSetTarget(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, forwardingRule, requestId, body, callback)</td>
2186
+ <td style="padding:15px">Changes target URL for the GlobalForwardingRule resource. The new target should be of the same type as the old target.</td>
2187
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/forwardingRules/{pathv2}/setTarget?{query}</td>
2188
+ <td style="padding:15px">Yes</td>
2189
+ </tr>
2190
+ <tr>
2191
+ <td style="padding:15px">getProjectGlobalHttpHealthChecks(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, filter, maxResults, orderBy, pageToken, callback)</td>
2192
+ <td style="padding:15px">Retrieves the list of HttpHealthCheck resources available to the specified project.</td>
2193
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/httpHealthChecks?{query}</td>
2194
+ <td style="padding:15px">Yes</td>
2195
+ </tr>
2196
+ <tr>
2197
+ <td style="padding:15px">postProjectGlobalHttpHealthChecks(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, requestId, body, callback)</td>
2198
+ <td style="padding:15px">Creates a HttpHealthCheck resource in the specified project using the data included in the request.</td>
2199
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/httpHealthChecks?{query}</td>
2200
+ <td style="padding:15px">Yes</td>
2201
+ </tr>
2202
+ <tr>
2203
+ <td style="padding:15px">deleteProjectGlobalHttpHealthChecksHttpHealthCheck(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, httpHealthCheck, requestId, callback)</td>
2204
+ <td style="padding:15px">Deletes the specified HttpHealthCheck resource.</td>
2205
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/httpHealthChecks/{pathv2}?{query}</td>
2206
+ <td style="padding:15px">Yes</td>
2207
+ </tr>
2208
+ <tr>
2209
+ <td style="padding:15px">getProjectGlobalHttpHealthChecksHttpHealthCheck(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, httpHealthCheck, callback)</td>
2210
+ <td style="padding:15px">Returns the specified HttpHealthCheck resource. Gets a list of available HTTP health checks by making a list() request.</td>
2211
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/httpHealthChecks/{pathv2}?{query}</td>
2212
+ <td style="padding:15px">Yes</td>
2213
+ </tr>
2214
+ <tr>
2215
+ <td style="padding:15px">patchProjectGlobalHttpHealthChecksHttpHealthCheck(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, httpHealthCheck, requestId, body, callback)</td>
2216
+ <td style="padding:15px">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.</td>
2217
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/httpHealthChecks/{pathv2}?{query}</td>
2218
+ <td style="padding:15px">Yes</td>
2219
+ </tr>
2220
+ <tr>
2221
+ <td style="padding:15px">putProjectGlobalHttpHealthChecksHttpHealthCheck(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, httpHealthCheck, requestId, body, callback)</td>
2222
+ <td style="padding:15px">Updates a HttpHealthCheck resource in the specified project using the data included in the request.</td>
2223
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/httpHealthChecks/{pathv2}?{query}</td>
2224
+ <td style="padding:15px">Yes</td>
2225
+ </tr>
2226
+ <tr>
2227
+ <td style="padding:15px">getProjectGlobalHttpsHealthChecks(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, filter, maxResults, orderBy, pageToken, callback)</td>
2228
+ <td style="padding:15px">Retrieves the list of HttpsHealthCheck resources available to the specified project.</td>
2229
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/httpsHealthChecks?{query}</td>
2230
+ <td style="padding:15px">Yes</td>
2231
+ </tr>
2232
+ <tr>
2233
+ <td style="padding:15px">postProjectGlobalHttpsHealthChecks(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, requestId, body, callback)</td>
2234
+ <td style="padding:15px">Creates a HttpsHealthCheck resource in the specified project using the data included in the request.</td>
2235
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/httpsHealthChecks?{query}</td>
2236
+ <td style="padding:15px">Yes</td>
2237
+ </tr>
2238
+ <tr>
2239
+ <td style="padding:15px">deleteProjectGlobalHttpsHealthChecksHttpsHealthCheck(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, httpsHealthCheck, requestId, callback)</td>
2240
+ <td style="padding:15px">Deletes the specified HttpsHealthCheck resource.</td>
2241
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/httpsHealthChecks/{pathv2}?{query}</td>
2242
+ <td style="padding:15px">Yes</td>
2243
+ </tr>
2244
+ <tr>
2245
+ <td style="padding:15px">getProjectGlobalHttpsHealthChecksHttpsHealthCheck(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, httpsHealthCheck, callback)</td>
2246
+ <td style="padding:15px">Returns the specified HttpsHealthCheck resource. Gets a list of available HTTPS health checks by making a list() request.</td>
2247
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/httpsHealthChecks/{pathv2}?{query}</td>
2248
+ <td style="padding:15px">Yes</td>
2249
+ </tr>
2250
+ <tr>
2251
+ <td style="padding:15px">patchProjectGlobalHttpsHealthChecksHttpsHealthCheck(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, httpsHealthCheck, requestId, body, callback)</td>
2252
+ <td style="padding:15px">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.</td>
2253
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/httpsHealthChecks/{pathv2}?{query}</td>
2254
+ <td style="padding:15px">Yes</td>
2255
+ </tr>
2256
+ <tr>
2257
+ <td style="padding:15px">putProjectGlobalHttpsHealthChecksHttpsHealthCheck(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, httpsHealthCheck, requestId, body, callback)</td>
2258
+ <td style="padding:15px">Updates a HttpsHealthCheck resource in the specified project using the data included in the request.</td>
2259
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/httpsHealthChecks/{pathv2}?{query}</td>
2260
+ <td style="padding:15px">Yes</td>
2261
+ </tr>
2262
+ <tr>
2263
+ <td style="padding:15px">getProjectGlobalImages(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, filter, maxResults, orderBy, pageToken, callback)</td>
2264
+ <td style="padding:15px">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.</td>
2265
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/images?{query}</td>
2266
+ <td style="padding:15px">Yes</td>
2267
+ </tr>
2268
+ <tr>
2269
+ <td style="padding:15px">postProjectGlobalImages(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, forceCreate, requestId, body, callback)</td>
2270
+ <td style="padding:15px">Creates an image in the specified project using the data included in the request.</td>
2271
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/images?{query}</td>
2272
+ <td style="padding:15px">Yes</td>
2273
+ </tr>
2274
+ <tr>
2275
+ <td style="padding:15px">getProjectGlobalImagesFamilyFamily(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, family, callback)</td>
2276
+ <td style="padding:15px">Returns the latest image that is part of an image family and is not deprecated.</td>
2277
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/images/family/{pathv2}?{query}</td>
2278
+ <td style="padding:15px">Yes</td>
2279
+ </tr>
2280
+ <tr>
2281
+ <td style="padding:15px">deleteProjectGlobalImagesImage(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, image, requestId, callback)</td>
2282
+ <td style="padding:15px">Deletes the specified image.</td>
2283
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/images/{pathv2}?{query}</td>
2284
+ <td style="padding:15px">Yes</td>
2285
+ </tr>
2286
+ <tr>
2287
+ <td style="padding:15px">getProjectGlobalImagesImage(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, image, callback)</td>
2288
+ <td style="padding:15px">Returns the specified image. Gets a list of available images by making a list() request.</td>
2289
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/images/{pathv2}?{query}</td>
2290
+ <td style="padding:15px">Yes</td>
2291
+ </tr>
2292
+ <tr>
2293
+ <td style="padding:15px">postProjectGlobalImagesImageDeprecate(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, image, requestId, body, callback)</td>
2294
+ <td style="padding:15px">Sets the deprecation status of an image.
2295
+
2296
+ If an empty request body is given, clears the deprecation status instead.</td>
2297
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/images/{pathv2}/deprecate?{query}</td>
2298
+ <td style="padding:15px">Yes</td>
2299
+ </tr>
2300
+ <tr>
2301
+ <td style="padding:15px">getProjectGlobalImagesResourceGetIamPolicy(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, resource, optionsRequestedPolicyVersion, callback)</td>
2302
+ <td style="padding:15px">Gets the access control policy for a resource. May be empty if no such policy or resource exists.</td>
2303
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/images/{pathv2}/getIamPolicy?{query}</td>
2304
+ <td style="padding:15px">Yes</td>
2305
+ </tr>
2306
+ <tr>
2307
+ <td style="padding:15px">postProjectGlobalImagesResourceSetIamPolicy(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, resource, body, callback)</td>
2308
+ <td style="padding:15px">Sets the access control policy on the specified resource. Replaces any existing policy.</td>
2309
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/images/{pathv2}/setIamPolicy?{query}</td>
2310
+ <td style="padding:15px">Yes</td>
2311
+ </tr>
2312
+ <tr>
2313
+ <td style="padding:15px">postProjectGlobalImagesResourceSetLabels(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, resource, body, callback)</td>
2314
+ <td style="padding:15px">Sets the labels on an image. To learn more about labels, read the Labeling Resources documentation.</td>
2315
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/images/{pathv2}/setLabels?{query}</td>
2316
+ <td style="padding:15px">Yes</td>
2317
+ </tr>
2318
+ <tr>
2319
+ <td style="padding:15px">postProjectGlobalImagesResourceTestIamPermissions(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, resource, body, callback)</td>
2320
+ <td style="padding:15px">Returns permissions that a caller has on the specified resource.</td>
2321
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/images/{pathv2}/testIamPermissions?{query}</td>
2322
+ <td style="padding:15px">Yes</td>
2323
+ </tr>
2324
+ <tr>
2325
+ <td style="padding:15px">getProjectGlobalInstanceTemplates(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, filter, maxResults, orderBy, pageToken, callback)</td>
2326
+ <td style="padding:15px">Retrieves a list of instance templates that are contained within the specified project.</td>
2327
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/instanceTemplates?{query}</td>
2328
+ <td style="padding:15px">Yes</td>
2329
+ </tr>
2330
+ <tr>
2331
+ <td style="padding:15px">postProjectGlobalInstanceTemplates(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, requestId, body, callback)</td>
2332
+ <td style="padding:15px">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.</td>
2333
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/instanceTemplates?{query}</td>
2334
+ <td style="padding:15px">Yes</td>
2335
+ </tr>
2336
+ <tr>
2337
+ <td style="padding:15px">deleteProjectGlobalInstanceTemplatesInstanceTemplate(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, instanceTemplate, requestId, callback)</td>
2338
+ <td style="padding:15px">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.</td>
2339
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/instanceTemplates/{pathv2}?{query}</td>
2340
+ <td style="padding:15px">Yes</td>
2341
+ </tr>
2342
+ <tr>
2343
+ <td style="padding:15px">getProjectGlobalInstanceTemplatesInstanceTemplate(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, instanceTemplate, callback)</td>
2344
+ <td style="padding:15px">Returns the specified instance template. Gets a list of available instance templates by making a list() request.</td>
2345
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/instanceTemplates/{pathv2}?{query}</td>
2346
+ <td style="padding:15px">Yes</td>
2347
+ </tr>
2348
+ <tr>
2349
+ <td style="padding:15px">getProjectGlobalInstanceTemplatesResourceGetIamPolicy(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, resource, optionsRequestedPolicyVersion, callback)</td>
2350
+ <td style="padding:15px">Gets the access control policy for a resource. May be empty if no such policy or resource exists.</td>
2351
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/instanceTemplates/{pathv2}/getIamPolicy?{query}</td>
2352
+ <td style="padding:15px">Yes</td>
2353
+ </tr>
2354
+ <tr>
2355
+ <td style="padding:15px">postProjectGlobalInstanceTemplatesResourceSetIamPolicy(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, resource, body, callback)</td>
2356
+ <td style="padding:15px">Sets the access control policy on the specified resource. Replaces any existing policy.</td>
2357
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/instanceTemplates/{pathv2}/setIamPolicy?{query}</td>
2358
+ <td style="padding:15px">Yes</td>
2359
+ </tr>
2360
+ <tr>
2361
+ <td style="padding:15px">postProjectGlobalInstanceTemplatesResourceTestIamPermissions(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, resource, body, callback)</td>
2362
+ <td style="padding:15px">Returns permissions that a caller has on the specified resource.</td>
2363
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/instanceTemplates/{pathv2}/testIamPermissions?{query}</td>
2364
+ <td style="padding:15px">Yes</td>
2365
+ </tr>
2366
+ <tr>
2367
+ <td style="padding:15px">getProjectGlobalInterconnectLocations(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, filter, maxResults, orderBy, pageToken, callback)</td>
2368
+ <td style="padding:15px">Retrieves the list of interconnect locations available to the specified project.</td>
2369
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/interconnectLocations?{query}</td>
2370
+ <td style="padding:15px">Yes</td>
2371
+ </tr>
2372
+ <tr>
2373
+ <td style="padding:15px">getProjectGlobalInterconnectLocationsInterconnectLocation(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, interconnectLocation, callback)</td>
2374
+ <td style="padding:15px">Returns the details for the specified interconnect location. Gets a list of available interconnect locations by making a list() request.</td>
2375
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/interconnectLocations/{pathv2}?{query}</td>
2376
+ <td style="padding:15px">Yes</td>
2377
+ </tr>
2378
+ <tr>
2379
+ <td style="padding:15px">getProjectGlobalInterconnects(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, filter, maxResults, orderBy, pageToken, callback)</td>
2380
+ <td style="padding:15px">Retrieves the list of interconnect available to the specified project.</td>
2381
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/interconnects?{query}</td>
2382
+ <td style="padding:15px">Yes</td>
2383
+ </tr>
2384
+ <tr>
2385
+ <td style="padding:15px">postProjectGlobalInterconnects(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, requestId, body, callback)</td>
2386
+ <td style="padding:15px">Creates a Interconnect in the specified project using the data included in the request.</td>
2387
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/interconnects?{query}</td>
2388
+ <td style="padding:15px">Yes</td>
2389
+ </tr>
2390
+ <tr>
2391
+ <td style="padding:15px">deleteProjectGlobalInterconnectsInterconnect(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, interconnect, requestId, callback)</td>
2392
+ <td style="padding:15px">Deletes the specified interconnect.</td>
2393
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/interconnects/{pathv2}?{query}</td>
2394
+ <td style="padding:15px">Yes</td>
2395
+ </tr>
2396
+ <tr>
2397
+ <td style="padding:15px">getProjectGlobalInterconnectsInterconnect(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, interconnect, callback)</td>
2398
+ <td style="padding:15px">Returns the specified interconnect. Get a list of available interconnects by making a list() request.</td>
2399
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/interconnects/{pathv2}?{query}</td>
2400
+ <td style="padding:15px">Yes</td>
2401
+ </tr>
2402
+ <tr>
2403
+ <td style="padding:15px">patchProjectGlobalInterconnectsInterconnect(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, interconnect, requestId, body, callback)</td>
2404
+ <td style="padding:15px">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.</td>
2405
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/interconnects/{pathv2}?{query}</td>
2406
+ <td style="padding:15px">Yes</td>
2407
+ </tr>
2408
+ <tr>
2409
+ <td style="padding:15px">getProjectGlobalInterconnectsInterconnectGetDiagnostics(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, interconnect, callback)</td>
2410
+ <td style="padding:15px">Returns the interconnectDiagnostics for the specified interconnect.</td>
2411
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/interconnects/{pathv2}/getDiagnostics?{query}</td>
2412
+ <td style="padding:15px">Yes</td>
2413
+ </tr>
2414
+ <tr>
2415
+ <td style="padding:15px">getProjectGlobalLicenseCodesLicenseCode(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, licenseCode, callback)</td>
2416
+ <td style="padding:15px">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.</td>
2417
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/licenseCodes/{pathv2}?{query}</td>
2418
+ <td style="padding:15px">Yes</td>
2419
+ </tr>
2420
+ <tr>
2421
+ <td style="padding:15px">postProjectGlobalLicenseCodesResourceTestIamPermissions(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, resource, body, callback)</td>
2422
+ <td style="padding:15px">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.</td>
2423
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/licenseCodes/{pathv2}/testIamPermissions?{query}</td>
2424
+ <td style="padding:15px">Yes</td>
2425
+ </tr>
2426
+ <tr>
2427
+ <td style="padding:15px">getProjectGlobalLicenses(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, filter, maxResults, orderBy, pageToken, callback)</td>
2428
+ <td style="padding:15px">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.</td>
2429
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/licenses?{query}</td>
2430
+ <td style="padding:15px">Yes</td>
2431
+ </tr>
2432
+ <tr>
2433
+ <td style="padding:15px">postProjectGlobalLicenses(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, requestId, body, callback)</td>
2434
+ <td style="padding:15px">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.</td>
2435
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/licenses?{query}</td>
2436
+ <td style="padding:15px">Yes</td>
2437
+ </tr>
2438
+ <tr>
2439
+ <td style="padding:15px">deleteProjectGlobalLicensesLicense(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, license, requestId, callback)</td>
2440
+ <td style="padding:15px">Deletes the specified license. Caution This resource is intended for use only by third-party partners who are creating Cloud Marketplace images.</td>
2441
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/licenses/{pathv2}?{query}</td>
2442
+ <td style="padding:15px">Yes</td>
2443
+ </tr>
2444
+ <tr>
2445
+ <td style="padding:15px">getProjectGlobalLicensesLicense(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, license, callback)</td>
2446
+ <td style="padding:15px">Returns the specified License resource. Caution This resource is intended for use only by third-party partners who are creating Cloud Marketplace images.</td>
2447
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/licenses/{pathv2}?{query}</td>
2448
+ <td style="padding:15px">Yes</td>
2449
+ </tr>
2450
+ <tr>
2451
+ <td style="padding:15px">getProjectGlobalLicensesResourceGetIamPolicy(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, resource, optionsRequestedPolicyVersion, callback)</td>
2452
+ <td style="padding:15px">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.</td>
2453
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/licenses/{pathv2}/getIamPolicy?{query}</td>
2454
+ <td style="padding:15px">Yes</td>
2455
+ </tr>
2456
+ <tr>
2457
+ <td style="padding:15px">postProjectGlobalLicensesResourceSetIamPolicy(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, resource, body, callback)</td>
2458
+ <td style="padding:15px">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.</td>
2459
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/licenses/{pathv2}/setIamPolicy?{query}</td>
2460
+ <td style="padding:15px">Yes</td>
2461
+ </tr>
2462
+ <tr>
2463
+ <td style="padding:15px">postProjectGlobalLicensesResourceTestIamPermissions(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, resource, body, callback)</td>
2464
+ <td style="padding:15px">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.</td>
2465
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/licenses/{pathv2}/testIamPermissions?{query}</td>
2466
+ <td style="padding:15px">Yes</td>
2467
+ </tr>
2468
+ <tr>
2469
+ <td style="padding:15px">getProjectGlobalNetworkEndpointGroups(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, filter, maxResults, orderBy, pageToken, callback)</td>
2470
+ <td style="padding:15px">Retrieves the list of network endpoint groups that are located in the specified project.</td>
2471
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/networkEndpointGroups?{query}</td>
2472
+ <td style="padding:15px">Yes</td>
2473
+ </tr>
2474
+ <tr>
2475
+ <td style="padding:15px">postProjectGlobalNetworkEndpointGroups(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, requestId, body, callback)</td>
2476
+ <td style="padding:15px">Creates a network endpoint group in the specified project using the parameters that are included in the request.</td>
2477
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/networkEndpointGroups?{query}</td>
2478
+ <td style="padding:15px">Yes</td>
2479
+ </tr>
2480
+ <tr>
2481
+ <td style="padding:15px">deleteProjectGlobalNetworkEndpointGroupsNetworkEndpointGroup(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, networkEndpointGroup, requestId, callback)</td>
2482
+ <td style="padding:15px">Deletes the specified network endpoint group.Note that the NEG cannot be deleted if there are backend services referencing it.</td>
2483
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/networkEndpointGroups/{pathv2}?{query}</td>
2484
+ <td style="padding:15px">Yes</td>
2485
+ </tr>
2486
+ <tr>
2487
+ <td style="padding:15px">getProjectGlobalNetworkEndpointGroupsNetworkEndpointGroup(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, networkEndpointGroup, callback)</td>
2488
+ <td style="padding:15px">Returns the specified network endpoint group. Gets a list of available network endpoint groups by making a list() request.</td>
2489
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/networkEndpointGroups/{pathv2}?{query}</td>
2490
+ <td style="padding:15px">Yes</td>
2491
+ </tr>
2492
+ <tr>
2493
+ <td style="padding:15px">postProjectGlobalNetworkEndpointGroupsNetworkEndpointGroupAttachNetworkEndpoints(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, networkEndpointGroup, requestId, body, callback)</td>
2494
+ <td style="padding:15px">Attach a network endpoint to the specified network endpoint group.</td>
2495
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/networkEndpointGroups/{pathv2}/attachNetworkEndpoints?{query}</td>
2496
+ <td style="padding:15px">Yes</td>
2497
+ </tr>
2498
+ <tr>
2499
+ <td style="padding:15px">postProjectGlobalNetworkEndpointGroupsNetworkEndpointGroupDetachNetworkEndpoints(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, networkEndpointGroup, requestId, body, callback)</td>
2500
+ <td style="padding:15px">Detach the network endpoint from the specified network endpoint group.</td>
2501
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/networkEndpointGroups/{pathv2}/detachNetworkEndpoints?{query}</td>
2502
+ <td style="padding:15px">Yes</td>
2503
+ </tr>
2504
+ <tr>
2505
+ <td style="padding:15px">postProjectGlobalNetworkEndpointGroupsNetworkEndpointGroupListNetworkEndpoints(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, networkEndpointGroup, filter, maxResults, orderBy, pageToken, callback)</td>
2506
+ <td style="padding:15px">Lists the network endpoints in the specified network endpoint group.</td>
2507
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/networkEndpointGroups/{pathv2}/listNetworkEndpoints?{query}</td>
2508
+ <td style="padding:15px">Yes</td>
2509
+ </tr>
2510
+ <tr>
2511
+ <td style="padding:15px">getProjectGlobalNetworks(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, filter, maxResults, orderBy, pageToken, callback)</td>
2512
+ <td style="padding:15px">Retrieves the list of networks available to the specified project.</td>
2513
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/networks?{query}</td>
2514
+ <td style="padding:15px">Yes</td>
2515
+ </tr>
2516
+ <tr>
2517
+ <td style="padding:15px">postProjectGlobalNetworks(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, requestId, body, callback)</td>
2518
+ <td style="padding:15px">Creates a network in the specified project using the data included in the request.</td>
2519
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/networks?{query}</td>
2520
+ <td style="padding:15px">Yes</td>
2521
+ </tr>
2522
+ <tr>
2523
+ <td style="padding:15px">deleteProjectGlobalNetworksNetwork(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, network, requestId, callback)</td>
2524
+ <td style="padding:15px">Deletes the specified network.</td>
2525
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/networks/{pathv2}?{query}</td>
2526
+ <td style="padding:15px">Yes</td>
2527
+ </tr>
2528
+ <tr>
2529
+ <td style="padding:15px">getProjectGlobalNetworksNetwork(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, network, callback)</td>
2530
+ <td style="padding:15px">Returns the specified network. Gets a list of available networks by making a list() request.</td>
2531
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/networks/{pathv2}?{query}</td>
2532
+ <td style="padding:15px">Yes</td>
2533
+ </tr>
2534
+ <tr>
2535
+ <td style="padding:15px">patchProjectGlobalNetworksNetwork(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, network, requestId, body, callback)</td>
2536
+ <td style="padding:15px">Patches the specified network with the data included in the request. Only the following fields can be modified: routingConfig.routingMode.</td>
2537
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/networks/{pathv2}?{query}</td>
2538
+ <td style="padding:15px">Yes</td>
2539
+ </tr>
2540
+ <tr>
2541
+ <td style="padding:15px">postProjectGlobalNetworksNetworkAddPeering(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, network, requestId, body, callback)</td>
2542
+ <td style="padding:15px">Adds a peering to the specified network.</td>
2543
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/networks/{pathv2}/addPeering?{query}</td>
2544
+ <td style="padding:15px">Yes</td>
2545
+ </tr>
2546
+ <tr>
2547
+ <td style="padding:15px">getProjectGlobalNetworksNetworkListPeeringRoutes(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, network, direction = 'INCOMING', filter, maxResults, orderBy, pageToken, peeringName, region, callback)</td>
2548
+ <td style="padding:15px">Lists the peering routes exchanged over peering connection.</td>
2549
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/networks/{pathv2}/listPeeringRoutes?{query}</td>
2550
+ <td style="padding:15px">Yes</td>
2551
+ </tr>
2552
+ <tr>
2553
+ <td style="padding:15px">postProjectGlobalNetworksNetworkRemovePeering(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, network, requestId, body, callback)</td>
2554
+ <td style="padding:15px">Removes a peering from the specified network.</td>
2555
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/networks/{pathv2}/removePeering?{query}</td>
2556
+ <td style="padding:15px">Yes</td>
2557
+ </tr>
2558
+ <tr>
2559
+ <td style="padding:15px">postProjectGlobalNetworksNetworkSwitchToCustomMode(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, network, requestId, callback)</td>
2560
+ <td style="padding:15px">Switches the network mode from auto subnet mode to custom subnet mode.</td>
2561
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/networks/{pathv2}/switchToCustomMode?{query}</td>
2562
+ <td style="padding:15px">Yes</td>
2563
+ </tr>
2564
+ <tr>
2565
+ <td style="padding:15px">patchProjectGlobalNetworksNetworkUpdatePeering(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, network, requestId, body, callback)</td>
2566
+ <td style="padding:15px">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</td>
2567
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/networks/{pathv2}/updatePeering?{query}</td>
2568
+ <td style="padding:15px">Yes</td>
2569
+ </tr>
2570
+ <tr>
2571
+ <td style="padding:15px">getProjectGlobalRoutes(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, filter, maxResults, orderBy, pageToken, callback)</td>
2572
+ <td style="padding:15px">Retrieves the list of Route resources available to the specified project.</td>
2573
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/routes?{query}</td>
2574
+ <td style="padding:15px">Yes</td>
2575
+ </tr>
2576
+ <tr>
2577
+ <td style="padding:15px">postProjectGlobalRoutes(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, requestId, body, callback)</td>
2578
+ <td style="padding:15px">Creates a Route resource in the specified project using the data included in the request.</td>
2579
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/routes?{query}</td>
2580
+ <td style="padding:15px">Yes</td>
2581
+ </tr>
2582
+ <tr>
2583
+ <td style="padding:15px">deleteProjectGlobalRoutesRoute(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, route, requestId, callback)</td>
2584
+ <td style="padding:15px">Deletes the specified Route resource.</td>
2585
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/routes/{pathv2}?{query}</td>
2586
+ <td style="padding:15px">Yes</td>
2587
+ </tr>
2588
+ <tr>
2589
+ <td style="padding:15px">getProjectGlobalRoutesRoute(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, route, callback)</td>
2590
+ <td style="padding:15px">Returns the specified Route resource. Gets a list of available routes by making a list() request.</td>
2591
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/routes/{pathv2}?{query}</td>
2592
+ <td style="padding:15px">Yes</td>
2593
+ </tr>
2594
+ <tr>
2595
+ <td style="padding:15px">getProjectGlobalSecurityPolicies(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, filter, maxResults, orderBy, pageToken, callback)</td>
2596
+ <td style="padding:15px">List all the policies that have been configured for the specified project.</td>
2597
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/securityPolicies?{query}</td>
2598
+ <td style="padding:15px">Yes</td>
2599
+ </tr>
2600
+ <tr>
2601
+ <td style="padding:15px">postProjectGlobalSecurityPolicies(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, requestId, body, callback)</td>
2602
+ <td style="padding:15px">Creates a new policy in the specified project using the data included in the request.</td>
2603
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/securityPolicies?{query}</td>
2604
+ <td style="padding:15px">Yes</td>
2605
+ </tr>
2606
+ <tr>
2607
+ <td style="padding:15px">getProjectGlobalSecurityPoliciesListPreconfiguredExpressionSets(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, filter, maxResults, orderBy, pageToken, callback)</td>
2608
+ <td style="padding:15px">Gets the current list of preconfigured Web Application Firewall (WAF) expressions.</td>
2609
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/securityPolicies/listPreconfiguredExpressionSets?{query}</td>
2610
+ <td style="padding:15px">Yes</td>
2611
+ </tr>
2612
+ <tr>
2613
+ <td style="padding:15px">deleteProjectGlobalSecurityPoliciesSecurityPolicy(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, securityPolicy, requestId, callback)</td>
2614
+ <td style="padding:15px">Deletes the specified policy.</td>
2615
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/securityPolicies/{pathv2}?{query}</td>
2616
+ <td style="padding:15px">Yes</td>
2617
+ </tr>
2618
+ <tr>
2619
+ <td style="padding:15px">getProjectGlobalSecurityPoliciesSecurityPolicy(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, securityPolicy, callback)</td>
2620
+ <td style="padding:15px">List all of the ordered rules present in a single specified policy.</td>
2621
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/securityPolicies/{pathv2}?{query}</td>
2622
+ <td style="padding:15px">Yes</td>
2623
+ </tr>
2624
+ <tr>
2625
+ <td style="padding:15px">patchProjectGlobalSecurityPoliciesSecurityPolicy(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, securityPolicy, requestId, body, callback)</td>
2626
+ <td style="padding:15px">Patches the specified policy with the data included in the request.</td>
2627
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/securityPolicies/{pathv2}?{query}</td>
2628
+ <td style="padding:15px">Yes</td>
2629
+ </tr>
2630
+ <tr>
2631
+ <td style="padding:15px">postProjectGlobalSecurityPoliciesSecurityPolicyAddRule(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, securityPolicy, body, callback)</td>
2632
+ <td style="padding:15px">Inserts a rule into a security policy.</td>
2633
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/securityPolicies/{pathv2}/addRule?{query}</td>
2634
+ <td style="padding:15px">Yes</td>
2635
+ </tr>
2636
+ <tr>
2637
+ <td style="padding:15px">getProjectGlobalSecurityPoliciesSecurityPolicyGetRule(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, securityPolicy, priority, callback)</td>
2638
+ <td style="padding:15px">Gets a rule at the specified priority.</td>
2639
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/securityPolicies/{pathv2}/getRule?{query}</td>
2640
+ <td style="padding:15px">Yes</td>
2641
+ </tr>
2642
+ <tr>
2643
+ <td style="padding:15px">postProjectGlobalSecurityPoliciesSecurityPolicyPatchRule(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, securityPolicy, priority, body, callback)</td>
2644
+ <td style="padding:15px">Patches a rule at the specified priority.</td>
2645
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/securityPolicies/{pathv2}/patchRule?{query}</td>
2646
+ <td style="padding:15px">Yes</td>
2647
+ </tr>
2648
+ <tr>
2649
+ <td style="padding:15px">postProjectGlobalSecurityPoliciesSecurityPolicyRemoveRule(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, securityPolicy, priority, callback)</td>
2650
+ <td style="padding:15px">Deletes a rule at the specified priority.</td>
2651
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/securityPolicies/{pathv2}/removeRule?{query}</td>
2652
+ <td style="padding:15px">Yes</td>
2653
+ </tr>
2654
+ <tr>
2655
+ <td style="padding:15px">getProjectGlobalSnapshots(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, filter, maxResults, orderBy, pageToken, callback)</td>
2656
+ <td style="padding:15px">Retrieves the list of Snapshot resources contained within the specified project.</td>
2657
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/snapshots?{query}</td>
2658
+ <td style="padding:15px">Yes</td>
2659
+ </tr>
2660
+ <tr>
2661
+ <td style="padding:15px">getProjectGlobalSnapshotsResourceGetIamPolicy(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, resource, optionsRequestedPolicyVersion, callback)</td>
2662
+ <td style="padding:15px">Gets the access control policy for a resource. May be empty if no such policy or resource exists.</td>
2663
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/snapshots/{pathv2}/getIamPolicy?{query}</td>
2664
+ <td style="padding:15px">Yes</td>
2665
+ </tr>
2666
+ <tr>
2667
+ <td style="padding:15px">postProjectGlobalSnapshotsResourceSetIamPolicy(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, resource, body, callback)</td>
2668
+ <td style="padding:15px">Sets the access control policy on the specified resource. Replaces any existing policy.</td>
2669
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/snapshots/{pathv2}/setIamPolicy?{query}</td>
2670
+ <td style="padding:15px">Yes</td>
2671
+ </tr>
2672
+ <tr>
2673
+ <td style="padding:15px">postProjectGlobalSnapshotsResourceSetLabels(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, resource, body, callback)</td>
2674
+ <td style="padding:15px">Sets the labels on a snapshot. To learn more about labels, read the Labeling Resources documentation.</td>
2675
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/snapshots/{pathv2}/setLabels?{query}</td>
2676
+ <td style="padding:15px">Yes</td>
2677
+ </tr>
2678
+ <tr>
2679
+ <td style="padding:15px">postProjectGlobalSnapshotsResourceTestIamPermissions(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, resource, body, callback)</td>
2680
+ <td style="padding:15px">Returns permissions that a caller has on the specified resource.</td>
2681
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/snapshots/{pathv2}/testIamPermissions?{query}</td>
2682
+ <td style="padding:15px">Yes</td>
2683
+ </tr>
2684
+ <tr>
2685
+ <td style="padding:15px">deleteProjectGlobalSnapshotsSnapshot(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, snapshot, requestId, callback)</td>
2686
+ <td style="padding:15px">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.
2687
+
2688
+ For more information, see Deleting snapshots.</td>
2689
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/snapshots/{pathv2}?{query}</td>
2690
+ <td style="padding:15px">Yes</td>
2691
+ </tr>
2692
+ <tr>
2693
+ <td style="padding:15px">getProjectGlobalSnapshotsSnapshot(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, snapshot, callback)</td>
2694
+ <td style="padding:15px">Returns the specified Snapshot resource. Gets a list of available snapshots by making a list() request.</td>
2695
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/snapshots/{pathv2}?{query}</td>
2696
+ <td style="padding:15px">Yes</td>
2697
+ </tr>
2698
+ <tr>
2699
+ <td style="padding:15px">getProjectGlobalSslPolicies(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, filter, maxResults, orderBy, pageToken, callback)</td>
2700
+ <td style="padding:15px">Lists all the SSL policies that have been configured for the specified project.</td>
2701
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/sslPolicies?{query}</td>
2702
+ <td style="padding:15px">Yes</td>
2703
+ </tr>
2704
+ <tr>
2705
+ <td style="padding:15px">postProjectGlobalSslPolicies(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, requestId, body, callback)</td>
2706
+ <td style="padding:15px">Returns the specified SSL policy resource. Gets a list of available SSL policies by making a list() request.</td>
2707
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/sslPolicies?{query}</td>
2708
+ <td style="padding:15px">Yes</td>
2709
+ </tr>
2710
+ <tr>
2711
+ <td style="padding:15px">getProjectGlobalSslPoliciesListAvailableFeatures(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, filter, maxResults, orderBy, pageToken, callback)</td>
2712
+ <td style="padding:15px">Lists all features that can be specified in the SSL policy when using custom profile.</td>
2713
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/sslPolicies/listAvailableFeatures?{query}</td>
2714
+ <td style="padding:15px">Yes</td>
2715
+ </tr>
2716
+ <tr>
2717
+ <td style="padding:15px">deleteProjectGlobalSslPoliciesSslPolicy(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, sslPolicy, requestId, callback)</td>
2718
+ <td style="padding:15px">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.</td>
2719
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/sslPolicies/{pathv2}?{query}</td>
2720
+ <td style="padding:15px">Yes</td>
2721
+ </tr>
2722
+ <tr>
2723
+ <td style="padding:15px">getProjectGlobalSslPoliciesSslPolicy(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, sslPolicy, callback)</td>
2724
+ <td style="padding:15px">Lists all of the ordered rules present in a single specified policy.</td>
2725
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/sslPolicies/{pathv2}?{query}</td>
2726
+ <td style="padding:15px">Yes</td>
2727
+ </tr>
2728
+ <tr>
2729
+ <td style="padding:15px">patchProjectGlobalSslPoliciesSslPolicy(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, sslPolicy, requestId, body, callback)</td>
2730
+ <td style="padding:15px">Patches the specified SSL policy with the data included in the request.</td>
2731
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/sslPolicies/{pathv2}?{query}</td>
2732
+ <td style="padding:15px">Yes</td>
2733
+ </tr>
2734
+ <tr>
2735
+ <td style="padding:15px">getProjectGlobalTargetGrpcProxies(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, filter, maxResults, orderBy, pageToken, callback)</td>
2736
+ <td style="padding:15px">Lists the TargetGrpcProxies for a project in the given scope.</td>
2737
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/targetGrpcProxies?{query}</td>
2738
+ <td style="padding:15px">Yes</td>
2739
+ </tr>
2740
+ <tr>
2741
+ <td style="padding:15px">postProjectGlobalTargetGrpcProxies(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, requestId, body, callback)</td>
2742
+ <td style="padding:15px">Creates a TargetGrpcProxy in the specified project in the given scope using the parameters that are included in the request.</td>
2743
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/targetGrpcProxies?{query}</td>
2744
+ <td style="padding:15px">Yes</td>
2745
+ </tr>
2746
+ <tr>
2747
+ <td style="padding:15px">deleteProjectGlobalTargetGrpcProxiesTargetGrpcProxy(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, targetGrpcProxy, requestId, callback)</td>
2748
+ <td style="padding:15px">Deletes the specified TargetGrpcProxy in the given scope</td>
2749
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/targetGrpcProxies/{pathv2}?{query}</td>
2750
+ <td style="padding:15px">Yes</td>
2751
+ </tr>
2752
+ <tr>
2753
+ <td style="padding:15px">getProjectGlobalTargetGrpcProxiesTargetGrpcProxy(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, targetGrpcProxy, callback)</td>
2754
+ <td style="padding:15px">Returns the specified TargetGrpcProxy resource in the given scope.</td>
2755
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/targetGrpcProxies/{pathv2}?{query}</td>
2756
+ <td style="padding:15px">Yes</td>
2757
+ </tr>
2758
+ <tr>
2759
+ <td style="padding:15px">patchProjectGlobalTargetGrpcProxiesTargetGrpcProxy(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, targetGrpcProxy, requestId, body, callback)</td>
2760
+ <td style="padding:15px">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.</td>
2761
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/targetGrpcProxies/{pathv2}?{query}</td>
2762
+ <td style="padding:15px">Yes</td>
2763
+ </tr>
2764
+ <tr>
2765
+ <td style="padding:15px">getProjectGlobalTargetSslProxies(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, filter, maxResults, orderBy, pageToken, callback)</td>
2766
+ <td style="padding:15px">Retrieves the list of TargetSslProxy resources available to the specified project.</td>
2767
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/targetSslProxies?{query}</td>
2768
+ <td style="padding:15px">Yes</td>
2769
+ </tr>
2770
+ <tr>
2771
+ <td style="padding:15px">postProjectGlobalTargetSslProxies(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, requestId, body, callback)</td>
2772
+ <td style="padding:15px">Creates a TargetSslProxy resource in the specified project using the data included in the request.</td>
2773
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/targetSslProxies?{query}</td>
2774
+ <td style="padding:15px">Yes</td>
2775
+ </tr>
2776
+ <tr>
2777
+ <td style="padding:15px">deleteProjectGlobalTargetSslProxiesTargetSslProxy(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, targetSslProxy, requestId, callback)</td>
2778
+ <td style="padding:15px">Deletes the specified TargetSslProxy resource.</td>
2779
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/targetSslProxies/{pathv2}?{query}</td>
2780
+ <td style="padding:15px">Yes</td>
2781
+ </tr>
2782
+ <tr>
2783
+ <td style="padding:15px">getProjectGlobalTargetSslProxiesTargetSslProxy(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, targetSslProxy, callback)</td>
2784
+ <td style="padding:15px">Returns the specified TargetSslProxy resource. Gets a list of available target SSL proxies by making a list() request.</td>
2785
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/targetSslProxies/{pathv2}?{query}</td>
2786
+ <td style="padding:15px">Yes</td>
2787
+ </tr>
2788
+ <tr>
2789
+ <td style="padding:15px">postProjectGlobalTargetSslProxiesTargetSslProxySetBackendService(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, targetSslProxy, requestId, body, callback)</td>
2790
+ <td style="padding:15px">Changes the BackendService for TargetSslProxy.</td>
2791
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/targetSslProxies/{pathv2}/setBackendService?{query}</td>
2792
+ <td style="padding:15px">Yes</td>
2793
+ </tr>
2794
+ <tr>
2795
+ <td style="padding:15px">postProjectGlobalTargetSslProxiesTargetSslProxySetProxyHeader(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, targetSslProxy, requestId, body, callback)</td>
2796
+ <td style="padding:15px">Changes the ProxyHeaderType for TargetSslProxy.</td>
2797
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/targetSslProxies/{pathv2}/setProxyHeader?{query}</td>
2798
+ <td style="padding:15px">Yes</td>
2799
+ </tr>
2800
+ <tr>
2801
+ <td style="padding:15px">postProjectGlobalTargetSslProxiesTargetSslProxySetSslCertificates(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, targetSslProxy, requestId, body, callback)</td>
2802
+ <td style="padding:15px">Changes SslCertificates for TargetSslProxy.</td>
2803
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/targetSslProxies/{pathv2}/setSslCertificates?{query}</td>
2804
+ <td style="padding:15px">Yes</td>
2805
+ </tr>
2806
+ <tr>
2807
+ <td style="padding:15px">postProjectGlobalTargetSslProxiesTargetSslProxySetSslPolicy(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, targetSslProxy, requestId, body, callback)</td>
2808
+ <td style="padding:15px">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.</td>
2809
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/targetSslProxies/{pathv2}/setSslPolicy?{query}</td>
2810
+ <td style="padding:15px">Yes</td>
2811
+ </tr>
2812
+ <tr>
2813
+ <td style="padding:15px">getProjectGlobalTargetTcpProxies(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, filter, maxResults, orderBy, pageToken, callback)</td>
2814
+ <td style="padding:15px">Retrieves the list of TargetTcpProxy resources available to the specified project.</td>
2815
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/targetTcpProxies?{query}</td>
2816
+ <td style="padding:15px">Yes</td>
2817
+ </tr>
2818
+ <tr>
2819
+ <td style="padding:15px">postProjectGlobalTargetTcpProxies(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, requestId, body, callback)</td>
2820
+ <td style="padding:15px">Creates a TargetTcpProxy resource in the specified project using the data included in the request.</td>
2821
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/targetTcpProxies?{query}</td>
2822
+ <td style="padding:15px">Yes</td>
2823
+ </tr>
2824
+ <tr>
2825
+ <td style="padding:15px">deleteProjectGlobalTargetTcpProxiesTargetTcpProxy(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, targetTcpProxy, requestId, callback)</td>
2826
+ <td style="padding:15px">Deletes the specified TargetTcpProxy resource.</td>
2827
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/targetTcpProxies/{pathv2}?{query}</td>
2828
+ <td style="padding:15px">Yes</td>
2829
+ </tr>
2830
+ <tr>
2831
+ <td style="padding:15px">getProjectGlobalTargetTcpProxiesTargetTcpProxy(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, targetTcpProxy, callback)</td>
2832
+ <td style="padding:15px">Returns the specified TargetTcpProxy resource. Gets a list of available target TCP proxies by making a list() request.</td>
2833
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/targetTcpProxies/{pathv2}?{query}</td>
2834
+ <td style="padding:15px">Yes</td>
2835
+ </tr>
2836
+ <tr>
2837
+ <td style="padding:15px">postProjectGlobalTargetTcpProxiesTargetTcpProxySetBackendService(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, targetTcpProxy, requestId, body, callback)</td>
2838
+ <td style="padding:15px">Changes the BackendService for TargetTcpProxy.</td>
2839
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/targetTcpProxies/{pathv2}/setBackendService?{query}</td>
2840
+ <td style="padding:15px">Yes</td>
2841
+ </tr>
2842
+ <tr>
2843
+ <td style="padding:15px">postProjectGlobalTargetTcpProxiesTargetTcpProxySetProxyHeader(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, targetTcpProxy, requestId, body, callback)</td>
2844
+ <td style="padding:15px">Changes the ProxyHeaderType for TargetTcpProxy.</td>
2845
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/global/targetTcpProxies/{pathv2}/setProxyHeader?{query}</td>
2846
+ <td style="padding:15px">Yes</td>
2847
+ </tr>
2848
+ <tr>
2849
+ <td style="padding:15px">getProjectRegions(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, filter, maxResults, orderBy, pageToken, callback)</td>
2850
+ <td style="padding:15px">Retrieves the list of region resources available to the specified project.</td>
2851
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions?{query}</td>
2852
+ <td style="padding:15px">Yes</td>
2853
+ </tr>
2854
+ <tr>
2855
+ <td style="padding:15px">getProjectRegionsRegion(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, callback)</td>
2856
+ <td style="padding:15px">Returns the specified Region resource. Gets a list of available regions by making a list() request.</td>
2857
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}?{query}</td>
2858
+ <td style="padding:15px">Yes</td>
2859
+ </tr>
2860
+ <tr>
2861
+ <td style="padding:15px">getProjectRegionsRegionAutoscalers(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, filter, maxResults, orderBy, pageToken, callback)</td>
2862
+ <td style="padding:15px">Retrieves a list of autoscalers contained within the specified region.</td>
2863
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/autoscalers?{query}</td>
2864
+ <td style="padding:15px">Yes</td>
2865
+ </tr>
2866
+ <tr>
2867
+ <td style="padding:15px">patchProjectRegionsRegionAutoscalers(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, autoscaler, requestId, body, callback)</td>
2868
+ <td style="padding:15px">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.</td>
2869
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/autoscalers?{query}</td>
2870
+ <td style="padding:15px">Yes</td>
2871
+ </tr>
2872
+ <tr>
2873
+ <td style="padding:15px">postProjectRegionsRegionAutoscalers(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, requestId, body, callback)</td>
2874
+ <td style="padding:15px">Creates an autoscaler in the specified project using the data included in the request.</td>
2875
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/autoscalers?{query}</td>
2876
+ <td style="padding:15px">Yes</td>
2877
+ </tr>
2878
+ <tr>
2879
+ <td style="padding:15px">putProjectRegionsRegionAutoscalers(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, autoscaler, requestId, body, callback)</td>
2880
+ <td style="padding:15px">Updates an autoscaler in the specified project using the data included in the request.</td>
2881
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/autoscalers?{query}</td>
2882
+ <td style="padding:15px">Yes</td>
2883
+ </tr>
2884
+ <tr>
2885
+ <td style="padding:15px">deleteProjectRegionsRegionAutoscalersAutoscaler(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, autoscaler, requestId, callback)</td>
2886
+ <td style="padding:15px">Deletes the specified autoscaler.</td>
2887
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/autoscalers/{pathv3}?{query}</td>
2888
+ <td style="padding:15px">Yes</td>
2889
+ </tr>
2890
+ <tr>
2891
+ <td style="padding:15px">getProjectRegionsRegionAutoscalersAutoscaler(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, autoscaler, callback)</td>
2892
+ <td style="padding:15px">Returns the specified autoscaler.</td>
2893
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/autoscalers/{pathv3}?{query}</td>
2894
+ <td style="padding:15px">Yes</td>
2895
+ </tr>
2896
+ <tr>
2897
+ <td style="padding:15px">getProjectRegionsRegionBackendServices(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, filter, maxResults, orderBy, pageToken, callback)</td>
2898
+ <td style="padding:15px">Retrieves the list of regional BackendService resources available to the specified project in the given region.</td>
2899
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/backendServices?{query}</td>
2900
+ <td style="padding:15px">Yes</td>
2901
+ </tr>
2902
+ <tr>
2903
+ <td style="padding:15px">postProjectRegionsRegionBackendServices(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, requestId, body, callback)</td>
2904
+ <td style="padding:15px">Creates a regional BackendService resource in the specified project using the data included in the request. For more information, see Backend services overview.</td>
2905
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/backendServices?{query}</td>
2906
+ <td style="padding:15px">Yes</td>
2907
+ </tr>
2908
+ <tr>
2909
+ <td style="padding:15px">deleteProjectRegionsRegionBackendServicesBackendService(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, backendService, requestId, callback)</td>
2910
+ <td style="padding:15px">Deletes the specified regional BackendService resource.</td>
2911
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/backendServices/{pathv3}?{query}</td>
2912
+ <td style="padding:15px">Yes</td>
2913
+ </tr>
2914
+ <tr>
2915
+ <td style="padding:15px">getProjectRegionsRegionBackendServicesBackendService(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, backendService, callback)</td>
2916
+ <td style="padding:15px">Returns the specified regional BackendService resource.</td>
2917
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/backendServices/{pathv3}?{query}</td>
2918
+ <td style="padding:15px">Yes</td>
2919
+ </tr>
2920
+ <tr>
2921
+ <td style="padding:15px">patchProjectRegionsRegionBackendServicesBackendService(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, backendService, requestId, body, callback)</td>
2922
+ <td style="padding:15px">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.</td>
2923
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/backendServices/{pathv3}?{query}</td>
2924
+ <td style="padding:15px">Yes</td>
2925
+ </tr>
2926
+ <tr>
2927
+ <td style="padding:15px">putProjectRegionsRegionBackendServicesBackendService(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, backendService, requestId, body, callback)</td>
2928
+ <td style="padding:15px">Updates the specified regional BackendService resource with the data included in the request. For more information, see Backend services overview.</td>
2929
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/backendServices/{pathv3}?{query}</td>
2930
+ <td style="padding:15px">Yes</td>
2931
+ </tr>
2932
+ <tr>
2933
+ <td style="padding:15px">postProjectRegionsRegionBackendServicesBackendServiceGetHealth(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, backendService, body, callback)</td>
2934
+ <td style="padding:15px">Gets the most recent health check results for this regional BackendService.</td>
2935
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/backendServices/{pathv3}/getHealth?{query}</td>
2936
+ <td style="padding:15px">Yes</td>
2937
+ </tr>
2938
+ <tr>
2939
+ <td style="padding:15px">getProjectRegionsRegionDiskTypes(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, filter, maxResults, orderBy, pageToken, callback)</td>
2940
+ <td style="padding:15px">Retrieves a list of regional disk types available to the specified project.</td>
2941
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/diskTypes?{query}</td>
2942
+ <td style="padding:15px">Yes</td>
2943
+ </tr>
2944
+ <tr>
2945
+ <td style="padding:15px">getProjectRegionsRegionDiskTypesDiskType(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, diskType, callback)</td>
2946
+ <td style="padding:15px">Returns the specified regional disk type. Gets a list of available disk types by making a list() request.</td>
2947
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/diskTypes/{pathv3}?{query}</td>
2948
+ <td style="padding:15px">Yes</td>
2949
+ </tr>
2950
+ <tr>
2951
+ <td style="padding:15px">getProjectRegionsRegionDisks(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, filter, maxResults, orderBy, pageToken, callback)</td>
2952
+ <td style="padding:15px">Retrieves the list of persistent disks contained within the specified region.</td>
2953
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/disks?{query}</td>
2954
+ <td style="padding:15px">Yes</td>
2955
+ </tr>
2956
+ <tr>
2957
+ <td style="padding:15px">postProjectRegionsRegionDisks(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, requestId, sourceImage, body, callback)</td>
2958
+ <td style="padding:15px">Creates a persistent regional disk in the specified project using the data included in the request.</td>
2959
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/disks?{query}</td>
2960
+ <td style="padding:15px">Yes</td>
2961
+ </tr>
2962
+ <tr>
2963
+ <td style="padding:15px">deleteProjectRegionsRegionDisksDisk(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, disk, requestId, callback)</td>
2964
+ <td style="padding:15px">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.</td>
2965
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/disks/{pathv3}?{query}</td>
2966
+ <td style="padding:15px">Yes</td>
2967
+ </tr>
2968
+ <tr>
2969
+ <td style="padding:15px">getProjectRegionsRegionDisksDisk(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, disk, callback)</td>
2970
+ <td style="padding:15px">Returns a specified regional persistent disk.</td>
2971
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/disks/{pathv3}?{query}</td>
2972
+ <td style="padding:15px">Yes</td>
2973
+ </tr>
2974
+ <tr>
2975
+ <td style="padding:15px">postProjectRegionsRegionDisksDiskAddResourcePolicies(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, disk, requestId, body, callback)</td>
2976
+ <td style="padding:15px">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.</td>
2977
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/disks/{pathv3}/addResourcePolicies?{query}</td>
2978
+ <td style="padding:15px">Yes</td>
2979
+ </tr>
2980
+ <tr>
2981
+ <td style="padding:15px">postProjectRegionsRegionDisksDiskCreateSnapshot(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, disk, requestId, body, callback)</td>
2982
+ <td style="padding:15px">Creates a snapshot of this regional disk.</td>
2983
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/disks/{pathv3}/createSnapshot?{query}</td>
2984
+ <td style="padding:15px">Yes</td>
2985
+ </tr>
2986
+ <tr>
2987
+ <td style="padding:15px">postProjectRegionsRegionDisksDiskRemoveResourcePolicies(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, disk, requestId, body, callback)</td>
2988
+ <td style="padding:15px">Removes resource policies from a regional disk.</td>
2989
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/disks/{pathv3}/removeResourcePolicies?{query}</td>
2990
+ <td style="padding:15px">Yes</td>
2991
+ </tr>
2992
+ <tr>
2993
+ <td style="padding:15px">postProjectRegionsRegionDisksDiskResize(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, disk, requestId, body, callback)</td>
2994
+ <td style="padding:15px">Resizes the specified regional persistent disk.</td>
2995
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/disks/{pathv3}/resize?{query}</td>
2996
+ <td style="padding:15px">Yes</td>
2997
+ </tr>
2998
+ <tr>
2999
+ <td style="padding:15px">getProjectRegionsRegionDisksResourceGetIamPolicy(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, resource, optionsRequestedPolicyVersion, callback)</td>
3000
+ <td style="padding:15px">Gets the access control policy for a resource. May be empty if no such policy or resource exists.</td>
3001
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/disks/{pathv3}/getIamPolicy?{query}</td>
3002
+ <td style="padding:15px">Yes</td>
3003
+ </tr>
3004
+ <tr>
3005
+ <td style="padding:15px">postProjectRegionsRegionDisksResourceSetIamPolicy(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, resource, body, callback)</td>
3006
+ <td style="padding:15px">Sets the access control policy on the specified resource. Replaces any existing policy.</td>
3007
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/disks/{pathv3}/setIamPolicy?{query}</td>
3008
+ <td style="padding:15px">Yes</td>
3009
+ </tr>
3010
+ <tr>
3011
+ <td style="padding:15px">postProjectRegionsRegionDisksResourceSetLabels(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, resource, requestId, body, callback)</td>
3012
+ <td style="padding:15px">Sets the labels on the target regional disk.</td>
3013
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/disks/{pathv3}/setLabels?{query}</td>
3014
+ <td style="padding:15px">Yes</td>
3015
+ </tr>
3016
+ <tr>
3017
+ <td style="padding:15px">postProjectRegionsRegionDisksResourceTestIamPermissions(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, resource, body, callback)</td>
3018
+ <td style="padding:15px">Returns permissions that a caller has on the specified resource.</td>
3019
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/disks/{pathv3}/testIamPermissions?{query}</td>
3020
+ <td style="padding:15px">Yes</td>
3021
+ </tr>
3022
+ <tr>
3023
+ <td style="padding:15px">getProjectRegionsRegionHealthCheckServices(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, filter, maxResults, orderBy, pageToken, callback)</td>
3024
+ <td style="padding:15px">Lists all the HealthCheckService resources that have been configured for the specified project in the given region.</td>
3025
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/healthCheckServices?{query}</td>
3026
+ <td style="padding:15px">Yes</td>
3027
+ </tr>
3028
+ <tr>
3029
+ <td style="padding:15px">postProjectRegionsRegionHealthCheckServices(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, requestId, body, callback)</td>
3030
+ <td style="padding:15px">Creates a regional HealthCheckService resource in the specified project and region using the data included in the request.</td>
3031
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/healthCheckServices?{query}</td>
3032
+ <td style="padding:15px">Yes</td>
3033
+ </tr>
3034
+ <tr>
3035
+ <td style="padding:15px">deleteProjectRegionsRegionHealthCheckServicesHealthCheckService(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, healthCheckService, requestId, callback)</td>
3036
+ <td style="padding:15px">Deletes the specified regional HealthCheckService.</td>
3037
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/healthCheckServices/{pathv3}?{query}</td>
3038
+ <td style="padding:15px">Yes</td>
3039
+ </tr>
3040
+ <tr>
3041
+ <td style="padding:15px">getProjectRegionsRegionHealthCheckServicesHealthCheckService(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, healthCheckService, callback)</td>
3042
+ <td style="padding:15px">Returns the specified regional HealthCheckService resource.</td>
3043
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/healthCheckServices/{pathv3}?{query}</td>
3044
+ <td style="padding:15px">Yes</td>
3045
+ </tr>
3046
+ <tr>
3047
+ <td style="padding:15px">patchProjectRegionsRegionHealthCheckServicesHealthCheckService(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, healthCheckService, requestId, body, callback)</td>
3048
+ <td style="padding:15px">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.</td>
3049
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/healthCheckServices/{pathv3}?{query}</td>
3050
+ <td style="padding:15px">Yes</td>
3051
+ </tr>
3052
+ <tr>
3053
+ <td style="padding:15px">getProjectRegionsRegionHealthChecks(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, filter, maxResults, orderBy, pageToken, callback)</td>
3054
+ <td style="padding:15px">Retrieves the list of HealthCheck resources available to the specified project.</td>
3055
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/healthChecks?{query}</td>
3056
+ <td style="padding:15px">Yes</td>
3057
+ </tr>
3058
+ <tr>
3059
+ <td style="padding:15px">postProjectRegionsRegionHealthChecks(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, requestId, body, callback)</td>
3060
+ <td style="padding:15px">Creates a HealthCheck resource in the specified project using the data included in the request.</td>
3061
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/healthChecks?{query}</td>
3062
+ <td style="padding:15px">Yes</td>
3063
+ </tr>
3064
+ <tr>
3065
+ <td style="padding:15px">deleteProjectRegionsRegionHealthChecksHealthCheck(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, healthCheck, requestId, callback)</td>
3066
+ <td style="padding:15px">Deletes the specified HealthCheck resource.</td>
3067
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/healthChecks/{pathv3}?{query}</td>
3068
+ <td style="padding:15px">Yes</td>
3069
+ </tr>
3070
+ <tr>
3071
+ <td style="padding:15px">getProjectRegionsRegionHealthChecksHealthCheck(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, healthCheck, callback)</td>
3072
+ <td style="padding:15px">Returns the specified HealthCheck resource. Gets a list of available health checks by making a list() request.</td>
3073
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/healthChecks/{pathv3}?{query}</td>
3074
+ <td style="padding:15px">Yes</td>
3075
+ </tr>
3076
+ <tr>
3077
+ <td style="padding:15px">patchProjectRegionsRegionHealthChecksHealthCheck(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, healthCheck, requestId, body, callback)</td>
3078
+ <td style="padding:15px">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.</td>
3079
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/healthChecks/{pathv3}?{query}</td>
3080
+ <td style="padding:15px">Yes</td>
3081
+ </tr>
3082
+ <tr>
3083
+ <td style="padding:15px">putProjectRegionsRegionHealthChecksHealthCheck(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, healthCheck, requestId, body, callback)</td>
3084
+ <td style="padding:15px">Updates a HealthCheck resource in the specified project using the data included in the request.</td>
3085
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/healthChecks/{pathv3}?{query}</td>
3086
+ <td style="padding:15px">Yes</td>
3087
+ </tr>
3088
+ <tr>
3089
+ <td style="padding:15px">getProjectRegionsRegionInstanceGroupManagers(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, filter, maxResults, orderBy, pageToken, callback)</td>
3090
+ <td style="padding:15px">Retrieves the list of managed instance groups that are contained within the specified region.</td>
3091
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/instanceGroupManagers?{query}</td>
3092
+ <td style="padding:15px">Yes</td>
3093
+ </tr>
3094
+ <tr>
3095
+ <td style="padding:15px">postProjectRegionsRegionInstanceGroupManagers(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, requestId, body, callback)</td>
3096
+ <td style="padding:15px">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.
3097
+
3098
+ A regional managed instance group can contain up to 2000 instances.</td>
3099
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/instanceGroupManagers?{query}</td>
3100
+ <td style="padding:15px">Yes</td>
3101
+ </tr>
3102
+ <tr>
3103
+ <td style="padding:15px">deleteProjectRegionsRegionInstanceGroupManagersInstanceGroupManager(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, instanceGroupManager, requestId, callback)</td>
3104
+ <td style="padding:15px">Deletes the specified managed instance group and all of the instances in that group.</td>
3105
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/instanceGroupManagers/{pathv3}?{query}</td>
3106
+ <td style="padding:15px">Yes</td>
3107
+ </tr>
3108
+ <tr>
3109
+ <td style="padding:15px">getProjectRegionsRegionInstanceGroupManagersInstanceGroupManager(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, instanceGroupManager, callback)</td>
3110
+ <td style="padding:15px">Returns all of the details about the specified managed instance group.</td>
3111
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/instanceGroupManagers/{pathv3}?{query}</td>
3112
+ <td style="padding:15px">Yes</td>
3113
+ </tr>
3114
+ <tr>
3115
+ <td style="padding:15px">patchProjectRegionsRegionInstanceGroupManagersInstanceGroupManager(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, instanceGroupManager, requestId, body, callback)</td>
3116
+ <td style="padding:15px">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.</td>
3117
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/instanceGroupManagers/{pathv3}?{query}</td>
3118
+ <td style="padding:15px">Yes</td>
3119
+ </tr>
3120
+ <tr>
3121
+ <td style="padding:15px">postProjectRegionsRegionInstanceGroupManagersInstanceGroupManagerAbandonInstances(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, instanceGroupManager, requestId, body, callback)</td>
3122
+ <td style="padding:15px">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 ...(description truncated)</td>
3123
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/instanceGroupManagers/{pathv3}/abandonInstances?{query}</td>
3124
+ <td style="padding:15px">Yes</td>
3125
+ </tr>
3126
+ <tr>
3127
+ <td style="padding:15px">postProjectRegionsRegionInstanceGroupManagersInstanceGroupManagerApplyUpdatesToInstances(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, instanceGroupManager, body, callback)</td>
3128
+ <td style="padding:15px">Apply updates to selected instances the managed instance group.</td>
3129
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/instanceGroupManagers/{pathv3}/applyUpdatesToInstances?{query}</td>
3130
+ <td style="padding:15px">Yes</td>
3131
+ </tr>
3132
+ <tr>
3133
+ <td style="padding:15px">postProjectRegionsRegionInstanceGroupManagersInstanceGroupManagerCreateInstances(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, instanceGroupManager, requestId, body, callback)</td>
3134
+ <td style="padding:15px">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.</td>
3135
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/instanceGroupManagers/{pathv3}/createInstances?{query}</td>
3136
+ <td style="padding:15px">Yes</td>
3137
+ </tr>
3138
+ <tr>
3139
+ <td style="padding:15px">postProjectRegionsRegionInstanceGroupManagersInstanceGroupManagerDeleteInstances(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, instanceGroupManager, requestId, body, callback)</td>
3140
+ <td style="padding:15px">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 listmanagedinsta...(description truncated)</td>
3141
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/instanceGroupManagers/{pathv3}/deleteInstances?{query}</td>
3142
+ <td style="padding:15px">Yes</td>
3143
+ </tr>
3144
+ <tr>
3145
+ <td style="padding:15px">postProjectRegionsRegionInstanceGroupManagersInstanceGroupManagerDeletePerInstanceConfigs(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, instanceGroupManager, body, callback)</td>
3146
+ <td style="padding:15px">Deletes selected per-instance configs for the managed instance group.</td>
3147
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/instanceGroupManagers/{pathv3}/deletePerInstanceConfigs?{query}</td>
3148
+ <td style="padding:15px">Yes</td>
3149
+ </tr>
3150
+ <tr>
3151
+ <td style="padding:15px">getProjectRegionsRegionInstanceGroupManagersInstanceGroupManagerListErrors(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, instanceGroupManager, filter, maxResults, orderBy, pageToken, callback)</td>
3152
+ <td style="padding:15px">Lists all errors thrown by actions on instances for a given regional managed instance group. The filter and orderBy query parameters are not supported.</td>
3153
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/instanceGroupManagers/{pathv3}/listErrors?{query}</td>
3154
+ <td style="padding:15px">Yes</td>
3155
+ </tr>
3156
+ <tr>
3157
+ <td style="padding:15px">postProjectRegionsRegionInstanceGroupManagersInstanceGroupManagerListManagedInstances(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, instanceGroupManager, filter, maxResults, orderBy, pageToken, callback)</td>
3158
+ <td style="padding:15px">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.</td>
3159
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/instanceGroupManagers/{pathv3}/listManagedInstances?{query}</td>
3160
+ <td style="padding:15px">Yes</td>
3161
+ </tr>
3162
+ <tr>
3163
+ <td style="padding:15px">postProjectRegionsRegionInstanceGroupManagersInstanceGroupManagerListPerInstanceConfigs(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, instanceGroupManager, filter, maxResults, orderBy, pageToken, callback)</td>
3164
+ <td style="padding:15px">Lists all of the per-instance configs defined for the managed instance group. The orderBy query parameter is not supported.</td>
3165
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/instanceGroupManagers/{pathv3}/listPerInstanceConfigs?{query}</td>
3166
+ <td style="padding:15px">Yes</td>
3167
+ </tr>
3168
+ <tr>
3169
+ <td style="padding:15px">postProjectRegionsRegionInstanceGroupManagersInstanceGroupManagerPatchPerInstanceConfigs(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, instanceGroupManager, requestId, body, callback)</td>
3170
+ <td style="padding:15px">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.</td>
3171
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/instanceGroupManagers/{pathv3}/patchPerInstanceConfigs?{query}</td>
3172
+ <td style="padding:15px">Yes</td>
3173
+ </tr>
3174
+ <tr>
3175
+ <td style="padding:15px">postProjectRegionsRegionInstanceGroupManagersInstanceGroupManagerRecreateInstances(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, instanceGroupManager, requestId, body, callback)</td>
3176
+ <td style="padding:15px">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.
3177
+
3178
+ If the group is part of a backend service that has enabled connection draining, it can take up t...(description truncated)</td>
3179
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/instanceGroupManagers/{pathv3}/recreateInstances?{query}</td>
3180
+ <td style="padding:15px">Yes</td>
3181
+ </tr>
3182
+ <tr>
3183
+ <td style="padding:15px">postProjectRegionsRegionInstanceGroupManagersInstanceGroupManagerResize(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, instanceGroupManager, size, requestId, callback)</td>
3184
+ <td style="padding:15px">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.
3185
+
3186
+ The 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.
3187
+
3188
+ If the group is part of a backend service that ha...(description truncated)</td>
3189
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/instanceGroupManagers/{pathv3}/resize?{query}</td>
3190
+ <td style="padding:15px">Yes</td>
3191
+ </tr>
3192
+ <tr>
3193
+ <td style="padding:15px">postProjectRegionsRegionInstanceGroupManagersInstanceGroupManagerSetInstanceTemplate(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, instanceGroupManager, requestId, body, callback)</td>
3194
+ <td style="padding:15px">Sets the instance template to use when creating new instances or recreating instances in this group. Existing instances are not affected.</td>
3195
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/instanceGroupManagers/{pathv3}/setInstanceTemplate?{query}</td>
3196
+ <td style="padding:15px">Yes</td>
3197
+ </tr>
3198
+ <tr>
3199
+ <td style="padding:15px">postProjectRegionsRegionInstanceGroupManagersInstanceGroupManagerSetTargetPools(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, instanceGroupManager, requestId, body, callback)</td>
3200
+ <td style="padding:15px">Modifies the target pools to which all new instances in this group are assigned. Existing instances in the group are not affected.</td>
3201
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/instanceGroupManagers/{pathv3}/setTargetPools?{query}</td>
3202
+ <td style="padding:15px">Yes</td>
3203
+ </tr>
3204
+ <tr>
3205
+ <td style="padding:15px">postProjectRegionsRegionInstanceGroupManagersInstanceGroupManagerUpdatePerInstanceConfigs(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, instanceGroupManager, requestId, body, callback)</td>
3206
+ <td style="padding:15px">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.</td>
3207
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/instanceGroupManagers/{pathv3}/updatePerInstanceConfigs?{query}</td>
3208
+ <td style="padding:15px">Yes</td>
3209
+ </tr>
3210
+ <tr>
3211
+ <td style="padding:15px">getProjectRegionsRegionInstanceGroups(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, filter, maxResults, orderBy, pageToken, callback)</td>
3212
+ <td style="padding:15px">Retrieves the list of instance group resources contained within the specified region.</td>
3213
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/instanceGroups?{query}</td>
3214
+ <td style="padding:15px">Yes</td>
3215
+ </tr>
3216
+ <tr>
3217
+ <td style="padding:15px">getProjectRegionsRegionInstanceGroupsInstanceGroup(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, instanceGroup, callback)</td>
3218
+ <td style="padding:15px">Returns the specified instance group resource.</td>
3219
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/instanceGroups/{pathv3}?{query}</td>
3220
+ <td style="padding:15px">Yes</td>
3221
+ </tr>
3222
+ <tr>
3223
+ <td style="padding:15px">postProjectRegionsRegionInstanceGroupsInstanceGroupListInstances(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, instanceGroup, filter, maxResults, orderBy, pageToken, body, callback)</td>
3224
+ <td style="padding:15px">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.</td>
3225
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/instanceGroups/{pathv3}/listInstances?{query}</td>
3226
+ <td style="padding:15px">Yes</td>
3227
+ </tr>
3228
+ <tr>
3229
+ <td style="padding:15px">postProjectRegionsRegionInstanceGroupsInstanceGroupSetNamedPorts(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, instanceGroup, requestId, body, callback)</td>
3230
+ <td style="padding:15px">Sets the named ports for the specified regional instance group.</td>
3231
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/instanceGroups/{pathv3}/setNamedPorts?{query}</td>
3232
+ <td style="padding:15px">Yes</td>
3233
+ </tr>
3234
+ <tr>
3235
+ <td style="padding:15px">getProjectRegionsRegionNetworkEndpointGroups(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, filter, maxResults, orderBy, pageToken, callback)</td>
3236
+ <td style="padding:15px">Retrieves the list of regional network endpoint groups available to the specified project in the given region.</td>
3237
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/networkEndpointGroups?{query}</td>
3238
+ <td style="padding:15px">Yes</td>
3239
+ </tr>
3240
+ <tr>
3241
+ <td style="padding:15px">postProjectRegionsRegionNetworkEndpointGroups(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, requestId, body, callback)</td>
3242
+ <td style="padding:15px">Creates a network endpoint group in the specified project using the parameters that are included in the request.</td>
3243
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/networkEndpointGroups?{query}</td>
3244
+ <td style="padding:15px">Yes</td>
3245
+ </tr>
3246
+ <tr>
3247
+ <td style="padding:15px">deleteProjectRegionsRegionNetworkEndpointGroupsNetworkEndpointGroup(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, networkEndpointGroup, requestId, callback)</td>
3248
+ <td style="padding:15px">Deletes the specified network endpoint group. Note that the NEG cannot be deleted if it is configured as a backend of a backend service.</td>
3249
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/networkEndpointGroups/{pathv3}?{query}</td>
3250
+ <td style="padding:15px">Yes</td>
3251
+ </tr>
3252
+ <tr>
3253
+ <td style="padding:15px">getProjectRegionsRegionNetworkEndpointGroupsNetworkEndpointGroup(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, networkEndpointGroup, callback)</td>
3254
+ <td style="padding:15px">Returns the specified network endpoint group. Gets a list of available network endpoint groups by making a list() request.</td>
3255
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/networkEndpointGroups/{pathv3}?{query}</td>
3256
+ <td style="padding:15px">Yes</td>
3257
+ </tr>
3258
+ <tr>
3259
+ <td style="padding:15px">getProjectRegionsRegionNotificationEndpoints(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, filter, maxResults, orderBy, pageToken, callback)</td>
3260
+ <td style="padding:15px">Lists the NotificationEndpoints for a project in the given region.</td>
3261
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/notificationEndpoints?{query}</td>
3262
+ <td style="padding:15px">Yes</td>
3263
+ </tr>
3264
+ <tr>
3265
+ <td style="padding:15px">postProjectRegionsRegionNotificationEndpoints(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, requestId, body, callback)</td>
3266
+ <td style="padding:15px">Create a NotificationEndpoint in the specified project in the given region using the parameters that are included in the request.</td>
3267
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/notificationEndpoints?{query}</td>
3268
+ <td style="padding:15px">Yes</td>
3269
+ </tr>
3270
+ <tr>
3271
+ <td style="padding:15px">deleteProjectRegionsRegionNotificationEndpointsNotificationEndpoint(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, notificationEndpoint, requestId, callback)</td>
3272
+ <td style="padding:15px">Deletes the specified NotificationEndpoint in the given region</td>
3273
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/notificationEndpoints/{pathv3}?{query}</td>
3274
+ <td style="padding:15px">Yes</td>
3275
+ </tr>
3276
+ <tr>
3277
+ <td style="padding:15px">getProjectRegionsRegionNotificationEndpointsNotificationEndpoint(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, notificationEndpoint, callback)</td>
3278
+ <td style="padding:15px">Returns the specified NotificationEndpoint resource in the given region.</td>
3279
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/notificationEndpoints/{pathv3}?{query}</td>
3280
+ <td style="padding:15px">Yes</td>
3281
+ </tr>
3282
+ <tr>
3283
+ <td style="padding:15px">getProjectRegionsRegionOperations(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, filter, maxResults, orderBy, pageToken, callback)</td>
3284
+ <td style="padding:15px">Retrieves a list of Operation resources contained within the specified region.</td>
3285
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/operations?{query}</td>
3286
+ <td style="padding:15px">Yes</td>
3287
+ </tr>
3288
+ <tr>
3289
+ <td style="padding:15px">deleteProjectRegionsRegionOperationsOperation(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, operation, callback)</td>
3290
+ <td style="padding:15px">Deletes the specified region-specific Operations resource.</td>
3291
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/operations/{pathv3}?{query}</td>
3292
+ <td style="padding:15px">Yes</td>
3293
+ </tr>
3294
+ <tr>
3295
+ <td style="padding:15px">getProjectRegionsRegionOperationsOperation(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, operation, callback)</td>
3296
+ <td style="padding:15px">Retrieves the specified region-specific Operations resource.</td>
3297
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/operations/{pathv3}?{query}</td>
3298
+ <td style="padding:15px">Yes</td>
3299
+ </tr>
3300
+ <tr>
3301
+ <td style="padding:15px">postProjectRegionsRegionOperationsOperationWait(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, operation, callback)</td>
3302
+ <td style="padding:15px">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.
3303
+
3304
+ This method is called on a best-effort basis. Specifically:
3305
+ - In uncommon cases, when the server is overloaded, the request mi...(description truncated)</td>
3306
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/operations/{pathv3}/wait?{query}</td>
3307
+ <td style="padding:15px">Yes</td>
3308
+ </tr>
3309
+ <tr>
3310
+ <td style="padding:15px">getProjectRegionsRegionSslCertificates(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, filter, maxResults, orderBy, pageToken, callback)</td>
3311
+ <td style="padding:15px">Retrieves the list of SslCertificate resources available to the specified project in the specified region.</td>
3312
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/sslCertificates?{query}</td>
3313
+ <td style="padding:15px">Yes</td>
3314
+ </tr>
3315
+ <tr>
3316
+ <td style="padding:15px">postProjectRegionsRegionSslCertificates(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, requestId, body, callback)</td>
3317
+ <td style="padding:15px">Creates a SslCertificate resource in the specified project and region using the data included in the request</td>
3318
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/sslCertificates?{query}</td>
3319
+ <td style="padding:15px">Yes</td>
3320
+ </tr>
3321
+ <tr>
3322
+ <td style="padding:15px">deleteProjectRegionsRegionSslCertificatesSslCertificate(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, sslCertificate, requestId, callback)</td>
3323
+ <td style="padding:15px">Deletes the specified SslCertificate resource in the region.</td>
3324
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/sslCertificates/{pathv3}?{query}</td>
3325
+ <td style="padding:15px">Yes</td>
3326
+ </tr>
3327
+ <tr>
3328
+ <td style="padding:15px">getProjectRegionsRegionSslCertificatesSslCertificate(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, sslCertificate, callback)</td>
3329
+ <td style="padding:15px">Returns the specified SslCertificate resource in the specified region. Get a list of available SSL certificates by making a list() request.</td>
3330
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/sslCertificates/{pathv3}?{query}</td>
3331
+ <td style="padding:15px">Yes</td>
3332
+ </tr>
3333
+ <tr>
3334
+ <td style="padding:15px">getProjectRegionsRegionTargetHttpProxies(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, filter, maxResults, orderBy, pageToken, callback)</td>
3335
+ <td style="padding:15px">Retrieves the list of TargetHttpProxy resources available to the specified project in the specified region.</td>
3336
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/targetHttpProxies?{query}</td>
3337
+ <td style="padding:15px">Yes</td>
3338
+ </tr>
3339
+ <tr>
3340
+ <td style="padding:15px">postProjectRegionsRegionTargetHttpProxies(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, requestId, body, callback)</td>
3341
+ <td style="padding:15px">Creates a TargetHttpProxy resource in the specified project and region using the data included in the request.</td>
3342
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/targetHttpProxies?{query}</td>
3343
+ <td style="padding:15px">Yes</td>
3344
+ </tr>
3345
+ <tr>
3346
+ <td style="padding:15px">deleteProjectRegionsRegionTargetHttpProxiesTargetHttpProxy(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, targetHttpProxy, requestId, callback)</td>
3347
+ <td style="padding:15px">Deletes the specified TargetHttpProxy resource.</td>
3348
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/targetHttpProxies/{pathv3}?{query}</td>
3349
+ <td style="padding:15px">Yes</td>
3350
+ </tr>
3351
+ <tr>
3352
+ <td style="padding:15px">getProjectRegionsRegionTargetHttpProxiesTargetHttpProxy(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, targetHttpProxy, callback)</td>
3353
+ <td style="padding:15px">Returns the specified TargetHttpProxy resource in the specified region. Gets a list of available target HTTP proxies by making a list() request.</td>
3354
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/targetHttpProxies/{pathv3}?{query}</td>
3355
+ <td style="padding:15px">Yes</td>
3356
+ </tr>
3357
+ <tr>
3358
+ <td style="padding:15px">postProjectRegionsRegionTargetHttpProxiesTargetHttpProxySetUrlMap(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, targetHttpProxy, requestId, body, callback)</td>
3359
+ <td style="padding:15px">Changes the URL map for TargetHttpProxy.</td>
3360
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/targetHttpProxies/{pathv3}/setUrlMap?{query}</td>
3361
+ <td style="padding:15px">Yes</td>
3362
+ </tr>
3363
+ <tr>
3364
+ <td style="padding:15px">getProjectRegionsRegionTargetHttpsProxies(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, filter, maxResults, orderBy, pageToken, callback)</td>
3365
+ <td style="padding:15px">Retrieves the list of TargetHttpsProxy resources available to the specified project in the specified region.</td>
3366
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/targetHttpsProxies?{query}</td>
3367
+ <td style="padding:15px">Yes</td>
3368
+ </tr>
3369
+ <tr>
3370
+ <td style="padding:15px">postProjectRegionsRegionTargetHttpsProxies(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, requestId, body, callback)</td>
3371
+ <td style="padding:15px">Creates a TargetHttpsProxy resource in the specified project and region using the data included in the request.</td>
3372
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/targetHttpsProxies?{query}</td>
3373
+ <td style="padding:15px">Yes</td>
3374
+ </tr>
3375
+ <tr>
3376
+ <td style="padding:15px">deleteProjectRegionsRegionTargetHttpsProxiesTargetHttpsProxy(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, targetHttpsProxy, requestId, callback)</td>
3377
+ <td style="padding:15px">Deletes the specified TargetHttpsProxy resource.</td>
3378
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/targetHttpsProxies/{pathv3}?{query}</td>
3379
+ <td style="padding:15px">Yes</td>
3380
+ </tr>
3381
+ <tr>
3382
+ <td style="padding:15px">getProjectRegionsRegionTargetHttpsProxiesTargetHttpsProxy(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, targetHttpsProxy, callback)</td>
3383
+ <td style="padding:15px">Returns the specified TargetHttpsProxy resource in the specified region. Gets a list of available target HTTP proxies by making a list() request.</td>
3384
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/targetHttpsProxies/{pathv3}?{query}</td>
3385
+ <td style="padding:15px">Yes</td>
3386
+ </tr>
3387
+ <tr>
3388
+ <td style="padding:15px">postProjectRegionsRegionTargetHttpsProxiesTargetHttpsProxySetSslCertificates(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, targetHttpsProxy, requestId, body, callback)</td>
3389
+ <td style="padding:15px">Replaces SslCertificates for TargetHttpsProxy.</td>
3390
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/targetHttpsProxies/{pathv3}/setSslCertificates?{query}</td>
3391
+ <td style="padding:15px">Yes</td>
3392
+ </tr>
3393
+ <tr>
3394
+ <td style="padding:15px">postProjectRegionsRegionTargetHttpsProxiesTargetHttpsProxySetUrlMap(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, targetHttpsProxy, requestId, body, callback)</td>
3395
+ <td style="padding:15px">Changes the URL map for TargetHttpsProxy.</td>
3396
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/targetHttpsProxies/{pathv3}/setUrlMap?{query}</td>
3397
+ <td style="padding:15px">Yes</td>
3398
+ </tr>
3399
+ <tr>
3400
+ <td style="padding:15px">getProjectRegionsRegionUrlMaps(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, filter, maxResults, orderBy, pageToken, callback)</td>
3401
+ <td style="padding:15px">Retrieves the list of UrlMap resources available to the specified project in the specified region.</td>
3402
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/urlMaps?{query}</td>
3403
+ <td style="padding:15px">Yes</td>
3404
+ </tr>
3405
+ <tr>
3406
+ <td style="padding:15px">postProjectRegionsRegionUrlMaps(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, requestId, body, callback)</td>
3407
+ <td style="padding:15px">Creates a UrlMap resource in the specified project using the data included in the request.</td>
3408
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/urlMaps?{query}</td>
3409
+ <td style="padding:15px">Yes</td>
3410
+ </tr>
3411
+ <tr>
3412
+ <td style="padding:15px">deleteProjectRegionsRegionUrlMapsUrlMap(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, urlMap, requestId, callback)</td>
3413
+ <td style="padding:15px">Deletes the specified UrlMap resource.</td>
3414
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/urlMaps/{pathv3}?{query}</td>
3415
+ <td style="padding:15px">Yes</td>
3416
+ </tr>
3417
+ <tr>
3418
+ <td style="padding:15px">getProjectRegionsRegionUrlMapsUrlMap(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, urlMap, callback)</td>
3419
+ <td style="padding:15px">Returns the specified UrlMap resource. Gets a list of available URL maps by making a list() request.</td>
3420
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/urlMaps/{pathv3}?{query}</td>
3421
+ <td style="padding:15px">Yes</td>
3422
+ </tr>
3423
+ <tr>
3424
+ <td style="padding:15px">patchProjectRegionsRegionUrlMapsUrlMap(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, urlMap, requestId, body, callback)</td>
3425
+ <td style="padding:15px">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.</td>
3426
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/urlMaps/{pathv3}?{query}</td>
3427
+ <td style="padding:15px">Yes</td>
3428
+ </tr>
3429
+ <tr>
3430
+ <td style="padding:15px">putProjectRegionsRegionUrlMapsUrlMap(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, urlMap, requestId, body, callback)</td>
3431
+ <td style="padding:15px">Updates the specified UrlMap resource with the data included in the request.</td>
3432
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/urlMaps/{pathv3}?{query}</td>
3433
+ <td style="padding:15px">Yes</td>
3434
+ </tr>
3435
+ <tr>
3436
+ <td style="padding:15px">postProjectRegionsRegionUrlMapsUrlMapValidate(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, region, urlMap, body, callback)</td>
3437
+ <td style="padding:15px">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.</td>
3438
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/urlMaps/{pathv3}/validate?{query}</td>
3439
+ <td style="padding:15px">Yes</td>
3440
+ </tr>
3441
+ <tr>
3442
+ <td style="padding:15px">getProjectZones(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, filter, maxResults, orderBy, pageToken, callback)</td>
3443
+ <td style="padding:15px">Retrieves the list of Zone resources available to the specified project.</td>
3444
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones?{query}</td>
3445
+ <td style="padding:15px">Yes</td>
3446
+ </tr>
3447
+ <tr>
3448
+ <td style="padding:15px">getProjectZonesZone(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, callback)</td>
3449
+ <td style="padding:15px">Returns the specified Zone resource. Gets a list of available zones by making a list() request.</td>
3450
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}?{query}</td>
3451
+ <td style="padding:15px">Yes</td>
3452
+ </tr>
3453
+ <tr>
3454
+ <td style="padding:15px">getProjectZonesZoneOperations(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, filter, maxResults, orderBy, pageToken, callback)</td>
3455
+ <td style="padding:15px">Retrieves a list of Operation resources contained within the specified zone.</td>
3456
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/operations?{query}</td>
3457
+ <td style="padding:15px">Yes</td>
3458
+ </tr>
3459
+ <tr>
3460
+ <td style="padding:15px">deleteProjectZonesZoneOperationsOperation(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, operation, callback)</td>
3461
+ <td style="padding:15px">Deletes the specified zone-specific Operations resource.</td>
3462
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/operations/{pathv3}?{query}</td>
3463
+ <td style="padding:15px">Yes</td>
3464
+ </tr>
3465
+ <tr>
3466
+ <td style="padding:15px">getProjectZonesZoneOperationsOperation(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, operation, callback)</td>
3467
+ <td style="padding:15px">Retrieves the specified zone-specific Operations resource.</td>
3468
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/operations/{pathv3}?{query}</td>
3469
+ <td style="padding:15px">Yes</td>
3470
+ </tr>
3471
+ <tr>
3472
+ <td style="padding:15px">postProjectZonesZoneOperationsOperationWait(alt = 'json', fields, key, oauthToken, prettyPrint, quotaUser, userIp, project, zone, operation, callback)</td>
3473
+ <td style="padding:15px">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.
3474
+
3475
+ This method is called on a best-effort basis. Specifically:
3476
+ - In uncommon cases, when the server is overloaded, the request mi...(description truncated)</td>
3477
+ <td style="padding:15px">{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/operations/{pathv3}/wait?{query}</td>
3478
+ <td style="padding:15px">Yes</td>
3479
+ </tr>
3480
+ <tr>
3481
+ <td style="padding:15px">addFirewallPolicyAssociation(resourceId, association, requestId, replaceExistingAssociation, callback)</td>
3482
+ <td style="padding:15px">Inserts an association for the specified firewall policy</td>
3483
+ <td style="padding:15px">{base_path}/{version}/locations/global/{pathv1}/addAssociation?{query}</td>
3484
+ <td style="padding:15px">Yes</td>
3485
+ </tr>
3486
+ <tr>
3487
+ <td style="padding:15px">addFirewallPolicyRule(resourceId, rule, requestId, callback)</td>
3488
+ <td style="padding:15px">Inserts a rule into a firewall policy</td>
3489
+ <td style="padding:15px">{base_path}/{version}/locations/global/{pathv1}/addRule?{query}</td>
3490
+ <td style="padding:15px">Yes</td>
3491
+ </tr>
3492
+ <tr>
3493
+ <td style="padding:15px">cloneFirewallPolicyRule(resourceId, requestId, sourceFirewallPolicy, callback)</td>
3494
+ <td style="padding:15px">Copies rules to the specified firewall policy</td>
3495
+ <td style="padding:15px">{base_path}/{version}/locations/global/{pathv1}/cloneRules?{query}</td>
3496
+ <td style="padding:15px">Yes</td>
3497
+ </tr>
3498
+ <tr>
3499
+ <td style="padding:15px">deleteFirewallPolicy(resourceId, requestId, callback)</td>
3500
+ <td style="padding:15px">Deletes the specified policy.</td>
3501
+ <td style="padding:15px">{base_path}/{version}/locations/global/{pathv1}?{query}</td>
3502
+ <td style="padding:15px">Yes</td>
3503
+ </tr>
3504
+ <tr>
3505
+ <td style="padding:15px">getFirewallPolicy(resourceId, callback)</td>
3506
+ <td style="padding:15px">Returns the specified firewall policy</td>
3507
+ <td style="padding:15px">{base_path}/{version}/locations/global/{pathv1}?{query}</td>
3508
+ <td style="padding:15px">Yes</td>
3509
+ </tr>
3510
+ <tr>
3511
+ <td style="padding:15px">getFirewallPolicyAssociation(resourceId, name, callback)</td>
3512
+ <td style="padding:15px">Gets an association with the specified name.</td>
3513
+ <td style="padding:15px">{base_path}/{version}/locations/global/{pathv1}/getAssociation?{query}</td>
3514
+ <td style="padding:15px">Yes</td>
3515
+ </tr>
3516
+ <tr>
3517
+ <td style="padding:15px">getFirewallPolicyIamPolicy(resourceId, optionsRequestedPolicyVersion, callback)</td>
3518
+ <td style="padding:15px">Gets the access control policy for a resource. May be empty if no such policy or resource exists.</td>
3519
+ <td style="padding:15px">{base_path}/{version}/locations/global/{pathv1}/getIamPolicy?{query}</td>
3520
+ <td style="padding:15px">Yes</td>
3521
+ </tr>
3522
+ <tr>
3523
+ <td style="padding:15px">getFirewallPolicyRule(resourceId, priority, callback)</td>
3524
+ <td style="padding:15px">Gets a rule of the specified priority.</td>
3525
+ <td style="padding:15px">{base_path}/{version}/locations/global/{pathv1}/getRule?{query}</td>
3526
+ <td style="padding:15px">Yes</td>
3527
+ </tr>
3528
+ <tr>
3529
+ <td style="padding:15px">insertFirewallPolicy(policy, requestId, parentId, callback)</td>
3530
+ <td style="padding:15px">Creates a new policy in the specified project using the data included in the request.</td>
3531
+ <td style="padding:15px">{base_path}/{version}/locations/global/firewallPolicies?{query}</td>
3532
+ <td style="padding:15px">Yes</td>
3533
+ </tr>
3534
+ <tr>
3535
+ <td style="padding:15px">listFirewallPolicy(maxResults, pageToken, filter, orderBy, returnPartialSuccess, parentId, callback)</td>
3536
+ <td style="padding:15px">Lists all the policies that have been configured for the specified folder or organization</td>
3537
+ <td style="padding:15px">{base_path}/{version}/locations/global/firewallPolicies?{query}</td>
3538
+ <td style="padding:15px">Yes</td>
3539
+ </tr>
3540
+ <tr>
3541
+ <td style="padding:15px">listFirewallPolicyAssociations(targetResource, callback)</td>
3542
+ <td style="padding:15px">Lists associations of a specified target, i.e., organization or folder.</td>
3543
+ <td style="padding:15px">{base_path}/{version}/locations/global/firewallPolicies/listAssociations?{query}</td>
3544
+ <td style="padding:15px">Yes</td>
3545
+ </tr>
3546
+ <tr>
3547
+ <td style="padding:15px">moveFirewallPolicy(resourceId, requestId, parentId, callback)</td>
3548
+ <td style="padding:15px">Moves the specified firewall policy</td>
3549
+ <td style="padding:15px">{base_path}/{version}/locations/global/{pathv1}/move?{query}</td>
3550
+ <td style="padding:15px">Yes</td>
3551
+ </tr>
3552
+ <tr>
3553
+ <td style="padding:15px">patchFirewallPolicy(resourceId, policy, requestId, callback)</td>
3554
+ <td style="padding:15px">Patches the specified policy with the data included in the request.</td>
3555
+ <td style="padding:15px">{base_path}/{version}/locations/global/{pathv1}?{query}</td>
3556
+ <td style="padding:15px">Yes</td>
3557
+ </tr>
3558
+ <tr>
3559
+ <td style="padding:15px">patchFirewallPolicyRule(resourceId, rule, requestId, priority, callback)</td>
3560
+ <td style="padding:15px">Patches a rule of the specified priority.</td>
3561
+ <td style="padding:15px">{base_path}/{version}/locations/global/{pathv1}/patchRule?{query}</td>
3562
+ <td style="padding:15px">Yes</td>
3563
+ </tr>
3564
+ <tr>
3565
+ <td style="padding:15px">removeFirewallPolicyAssociation(resourceId, requestId, name, callback)</td>
3566
+ <td style="padding:15px">Removes an association for the specified firewall policy.</td>
3567
+ <td style="padding:15px">{base_path}/{version}/locations/global/{pathv1}/removeAssociation?{query}</td>
3568
+ <td style="padding:15px">Yes</td>
3569
+ </tr>
3570
+ <tr>
3571
+ <td style="padding:15px">removeFirewallPolicyRule(resourceId, requestId, priority, callback)</td>
3572
+ <td style="padding:15px">Deletes a rule of the specified priority</td>
3573
+ <td style="padding:15px">{base_path}/{version}/locations/global/{pathv1}/removeRule?{query}</td>
3574
+ <td style="padding:15px">Yes</td>
3575
+ </tr>
3576
+ <tr>
3577
+ <td style="padding:15px">setFirewallPolicyIamPolicy(resourceId, iamPolicy, callback)</td>
3578
+ <td style="padding:15px">Sets the access control policy on the specified resource. Replaces any existing policy.</td>
3579
+ <td style="padding:15px">{base_path}/{version}/locations/global/{pathv1}/setIamPolicy?{query}</td>
3580
+ <td style="padding:15px">Yes</td>
3581
+ </tr>
3582
+ <tr>
3583
+ <td style="padding:15px">testFirewallPolicyIamPermissions(resourceId, iamPolicy, callback)</td>
3584
+ <td style="padding:15px">Returns permissions that a caller has on the specified resource</td>
3585
+ <td style="padding:15px">{base_path}/{version}/locations/global/{pathv1}/testIamPermissions?{query}</td>
3586
+ <td style="padding:15px">Yes</td>
3587
+ </tr>
205
3588
  </table>
206
3589
  <br>