1{
2  "kind": "discovery#restDescription",
3  "discoveryVersion": "v1",
4  "id": "networkmanagement:v1",
5  "name": "networkmanagement",
6  "canonicalName": "Network Management",
7  "version": "v1",
8  "revision": "0",
9  "title": "Network Management API",
10  "description": "The Network Management API provides a collection of network performance monitoring and diagnostic capabilities.",
11  "ownerDomain": "google.com",
12  "ownerName": "Google",
13  "icons": {
14    "x16": "http://www.google.com/images/icons/product/search-16.gif",
15    "x32": "http://www.google.com/images/icons/product/search-32.gif"
16   },
17  "documentationLink": "https://cloud.google.com/",
18  "protocol": "rest",
19  "rootUrl": "https://networkmanagement.googleapis.com/",
20  "mtlsRootUrl": "https://networkmanagement.mtls.googleapis.com/",
21  "servicePath": "",
22  "baseUrl": "https://networkmanagement.googleapis.com/",
23  "batchPath": "batch",
24  "version_module": true,
25  "fullyEncodeReservedExpansion": true,
26  "parameters": {
27    "access_token": {
28      "type": "string",
29      "description": "OAuth access token.",
30      "location": "query"
31    },
32    "alt": {
33      "type": "string",
34      "description": "Data format for response.",
35      "default": "json",
36      "enum": [
37        "json",
38        "media",
39        "proto"
40      ],
41      "enumDescriptions": [
42        "Responses with Content-Type of application/json",
43        "Media download with context-dependent Content-Type",
44        "Responses with Content-Type of application/x-protobuf"
45      ],
46      "location": "query"
47    },
48    "callback": {
49      "type": "string",
50      "description": "JSONP",
51      "location": "query"
52    },
53    "fields": {
54      "type": "string",
55      "description": "Selector specifying which fields to include in a partial response.",
56      "location": "query"
57    },
58    "key": {
59      "type": "string",
60      "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.",
61      "location": "query"
62    },
63    "oauth_token": {
64      "type": "string",
65      "description": "OAuth 2.0 token for the current user.",
66      "location": "query"
67    },
68    "prettyPrint": {
69      "type": "boolean",
70      "description": "Returns response with indentations and line breaks.",
71      "default": "true",
72      "location": "query"
73    },
74    "quotaUser": {
75      "type": "string",
76      "description": "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.",
77      "location": "query"
78    },
79    "upload_protocol": {
80      "type": "string",
81      "description": "Upload protocol for media (e.g. \"raw\", \"multipart\").",
82      "location": "query"
83    },
84    "uploadType": {
85      "type": "string",
86      "description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").",
87      "location": "query"
88    },
89    "$.xgafv": {
90      "type": "string",
91      "description": "V1 error format.",
92      "enum": [
93        "1",
94        "2"
95      ],
96      "enumDescriptions": [
97        "v1 error format",
98        "v2 error format"
99      ],
100      "location": "query"
101    }
102  },
103  "auth": {
104    "oauth2": {
105      "scopes": {
106        "https://www.googleapis.com/auth/cloud-platform": {
107          "description": "View and manage your data across Google Cloud Platform services"
108        }
109      }
110    }
111  },
112  "schemas": {
113    "ListLocationsResponse": {
114      "id": "ListLocationsResponse",
115      "description": "The response message for Locations.ListLocations.",
116      "type": "object",
117      "properties": {
118        "locations": {
119          "description": "A list of locations that matches the specified filter in the request.",
120          "type": "array",
121          "items": {
122            "$ref": "Location"
123          }
124        },
125        "nextPageToken": {
126          "description": "The standard List next-page token.",
127          "type": "string"
128        }
129      }
130    },
131    "Location": {
132      "id": "Location",
133      "description": "A resource that represents Google Cloud Platform location.",
134      "type": "object",
135      "properties": {
136        "name": {
137          "description": "Resource name for the location, which may vary between implementations.\nFor example: `\"projects\/example-project\/locations\/us-east1\"`",
138          "type": "string"
139        },
140        "locationId": {
141          "description": "The canonical id for this location. For example: `\"us-east1\"`.",
142          "type": "string"
143        },
144        "displayName": {
145          "description": "The friendly name for this location, typically a nearby city name.\nFor example, \"Tokyo\".",
146          "type": "string"
147        },
148        "labels": {
149          "description": "Cross-service attributes for the location. For example\n\n    {\"cloud.googleapis.com\/region\": \"us-east1\"}",
150          "type": "object",
151          "additionalProperties": {
152            "type": "string"
153          }
154        },
155        "metadata": {
156          "description": "Service-specific metadata. For example the available capacity at the given\nlocation.",
157          "type": "object",
158          "additionalProperties": {
159            "type": "any",
160            "description": "Properties of the object. Contains field @type with type URL."
161          }
162        }
163      }
164    },
165    "ListOperationsResponse": {
166      "id": "ListOperationsResponse",
167      "description": "The response message for Operations.ListOperations.",
168      "type": "object",
169      "properties": {
170        "operations": {
171          "description": "A list of operations that matches the specified filter in the request.",
172          "type": "array",
173          "items": {
174            "$ref": "Operation"
175          }
176        },
177        "nextPageToken": {
178          "description": "The standard List next-page token.",
179          "type": "string"
180        }
181      }
182    },
183    "Operation": {
184      "id": "Operation",
185      "description": "This resource represents a long-running operation that is the result of a\nnetwork API call.",
186      "type": "object",
187      "properties": {
188        "name": {
189          "description": "The server-assigned name, which is only unique within the same service that\noriginally returns it. If you use the default HTTP mapping, the\n`name` should be a resource name ending with `operations\/{unique_id}`.",
190          "type": "string"
191        },
192        "metadata": {
193          "description": "Service-specific metadata associated with the operation.  It typically\ncontains progress information and common metadata such as create time.\nSome services might not provide such metadata.  Any method that returns a\nlong-running operation should document the metadata type, if any.",
194          "type": "object",
195          "additionalProperties": {
196            "type": "any",
197            "description": "Properties of the object. Contains field @type with type URL."
198          }
199        },
200        "done": {
201          "description": "If the value is `false`, it means the operation is still in progress.\nIf `true`, the operation is completed, and either `error` or `response` is\navailable.",
202          "type": "boolean"
203        },
204        "error": {
205          "description": "The error result of the operation in case of failure or cancellation.",
206          "$ref": "Status"
207        },
208        "response": {
209          "description": "The normal response of the operation in case of success.  If the original\nmethod returns no data on success, such as `Delete`, the response is\n`google.protobuf.Empty`.  If the original method is standard\n`Get`\/`Create`\/`Update`, the response should be the resource.  For other\nmethods, the response should have the type `XxxResponse`, where `Xxx`\nis the original method name.  For example, if the original method name\nis `TakeSnapshot()`, the inferred response type is\n`TakeSnapshotResponse`.",
210          "type": "object",
211          "additionalProperties": {
212            "type": "any",
213            "description": "Properties of the object. Contains field @type with type URL."
214          }
215        }
216      }
217    },
218    "Status": {
219      "id": "Status",
220      "description": "The `Status` type defines a logical error model that is suitable for\ndifferent programming environments, including REST APIs and RPC APIs. It is\nused by [gRPC](https:\/\/github.com\/grpc). Each `Status` message contains\nthree pieces of data: error code, error message, and error details.\n\nYou can find out more about this error model and how to work with it in the\n[API Design Guide](https:\/\/cloud.google.com\/apis\/design\/errors).",
221      "type": "object",
222      "properties": {
223        "code": {
224          "description": "The status code, which should be an enum value of google.rpc.Code.",
225          "type": "integer",
226          "format": "int32"
227        },
228        "message": {
229          "description": "A developer-facing error message, which should be in English. Any\nuser-facing error message should be localized and sent in the\ngoogle.rpc.Status.details field, or localized by the client.",
230          "type": "string"
231        },
232        "details": {
233          "description": "A list of messages that carry the error details.  There is a common set of\nmessage types for APIs to use.",
234          "type": "array",
235          "items": {
236            "type": "object",
237            "additionalProperties": {
238              "type": "any",
239              "description": "Properties of the object. Contains field @type with type URL."
240            }
241          }
242        }
243      }
244    },
245    "Empty": {
246      "id": "Empty",
247      "description": "A generic empty message that you can re-use to avoid defining duplicated\nempty messages in your APIs. A typical example is to use it as the request\nor the response type of an API method. For instance:\n\n    service Foo {\n      rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty);\n    }\n\nThe JSON representation for `Empty` is empty JSON object `{}`.",
248      "type": "object",
249      "properties": {
250      }
251    },
252    "CancelOperationRequest": {
253      "id": "CancelOperationRequest",
254      "description": "The request message for Operations.CancelOperation.",
255      "type": "object",
256      "properties": {
257      }
258    },
259    "ListConnectivityTestsResponse": {
260      "id": "ListConnectivityTestsResponse",
261      "description": "Response for the `ListConnectivityTests` method.",
262      "type": "object",
263      "properties": {
264        "resources": {
265          "description": "List of Connectivity Tests.",
266          "type": "array",
267          "items": {
268            "$ref": "ConnectivityTest"
269          }
270        },
271        "nextPageToken": {
272          "description": "Page token to fetch the next set of Connectivity Tests.",
273          "type": "string"
274        },
275        "unreachable": {
276          "description": "Locations that could not be reached (when querying all locations with `-`).",
277          "type": "array",
278          "items": {
279            "type": "string"
280          }
281        }
282      }
283    },
284    "ConnectivityTest": {
285      "id": "ConnectivityTest",
286      "description": "A Connectivity Test for a network reachability analysis.",
287      "type": "object",
288      "properties": {
289        "name": {
290          "description": "Required. Unique name of the resource using the form:\n    `projects\/{project_id}\/tests\/{test_id}`",
291          "type": "string"
292        },
293        "description": {
294          "description": "The user-supplied description of the Connectivity Test.\nMaximum of 512 characters.",
295          "type": "string"
296        },
297        "source": {
298          "description": "Required. Source specification of the Connectivity Test.\n\nYou can use a combination of source IP address, virtual machine\n(VM) instance, or Compute Engine network to uniquely identify\nthe source location.\n\nExamples:\nIf the source IP address is an internal IP address within a Google Cloud\nVirtual Private Cloud (VPC) network, then you must also specify the VPC\nnetwork. Otherwise, specify the VM instance, which already contains its\ninternal IP address and VPC network information.\n\nIf the source of the test is within an on-premises network, then you must\nprovide the destination VPC network.\n\nIf the source endpoint is a Compute Engine VM instance with multiple\nnetwork interfaces, the instance itself is not sufficient to identify the\nendpoint. So, you must also specify the source IP address or VPC network.\n\nA reachability analysis proceeds even if the source location is\nambiguous. However, the test result may include endpoints that you don't\nintend to test.",
299          "$ref": "Endpoint"
300        },
301        "destination": {
302          "description": "Required. Destination specification of the Connectivity Test.\n\nYou can use a combination of destination IP address, Compute Engine\nVM instance, or VPC network to uniquely identify the destination\nlocation.\n\nEven if the destination IP address is not unique, the source IP\nlocation is unique. Usually, the analysis can infer the destination\nendpoint from route information.\n\nIf the destination you specify is a VM instance and the instance has\nmultiple network interfaces, then you must also specify either\na destination IP address  or VPC network to identify the destination\ninterface.\n\nA reachability analysis proceeds even if the destination location is\nambiguous. However, the result can include endpoints that you don't\nintend to test.",
303          "$ref": "Endpoint"
304        },
305        "protocol": {
306          "description": "IP Protocol of the test. When not provided, \"TCP\" is assumed.",
307          "type": "string"
308        },
309        "relatedProjects": {
310          "description": "Other projects that may be relevant for reachability analysis.\nThis is applicable to scenarios where a test can cross project boundaries.",
311          "type": "array",
312          "items": {
313            "type": "string"
314          }
315        },
316        "displayName": {
317          "description": "Output only. The display name of a Connectivity Test.",
318          "type": "string"
319        },
320        "labels": {
321          "description": "Resource labels to represent user-provided metadata.",
322          "type": "object",
323          "additionalProperties": {
324            "type": "string"
325          }
326        },
327        "createTime": {
328          "description": "Output only. The time the test was created.",
329          "type": "string",
330          "format": "google-datetime"
331        },
332        "updateTime": {
333          "description": "Output only. The time the test's configuration was updated.",
334          "type": "string",
335          "format": "google-datetime"
336        },
337        "reachabilityDetails": {
338          "description": "Output only. The reachability details of this test from the latest run.\nThe details are updated when creating a new test, updating an\nexisting test, or triggering a one-time rerun of an existing test.",
339          "$ref": "ReachabilityDetails"
340        }
341      }
342    },
343    "Endpoint": {
344      "id": "Endpoint",
345      "description": "Source or destination of the Connectivity Test.",
346      "type": "object",
347      "properties": {
348        "ipAddress": {
349          "description": "The IP address of the endpoint, which can be an external or internal IP.\nAn IPv6 address is only allowed when the test's destination is a\n[global load balancer VIP](\/load-balancing\/docs\/load-balancing-overview).",
350          "type": "string"
351        },
352        "port": {
353          "description": "The IP protocol port of the endpoint.\nOnly applicable when protocol is TCP or UDP.",
354          "type": "integer",
355          "format": "int32"
356        },
357        "instance": {
358          "description": "A Compute Engine instance URI.",
359          "type": "string"
360        },
361        "network": {
362          "description": "A Compute Engine network URI.",
363          "type": "string"
364        },
365        "networkType": {
366          "description": "Type of the network where the endpoint is located.\nApplicable only to source endpoint, as destination network type can be\ninferred from the source.",
367          "enumDescriptions": [
368            "Default type if unspecified.",
369            "A network hosted within Google Cloud Platform.\nTo receive more detailed output, specify the URI for the source or\ndestination network.",
370            "A network hosted outside of Google Cloud Platform.\nThis can be an on-premises network, or a network hosted by another cloud\nprovider."
371          ],
372          "type": "string",
373          "enum": [
374            "NETWORK_TYPE_UNSPECIFIED",
375            "GCP_NETWORK",
376            "NON_GCP_NETWORK"
377          ]
378        },
379        "projectId": {
380          "description": "Project ID where the endpoint is located.\nThe Project ID can be derived from the URI if you provide a VM instance or\nnetwork URI.\nThe following are two cases where you must provide the project ID:\n1. Only the IP address is specified, and the IP address is within a GCP\nproject.\n2. When you are using Shared VPC and the IP address that you provide is\nfrom the service project. In this case, the network that the IP address\nresides in is defined in the host project.",
381          "type": "string"
382        }
383      }
384    },
385    "ReachabilityDetails": {
386      "id": "ReachabilityDetails",
387      "description": "The details of reachability state from the latest run.",
388      "type": "object",
389      "properties": {
390        "result": {
391          "description": "The overall reachability result of the test.",
392          "enumDescriptions": [
393            "Result is not specified.",
394            "Packet originating from source is expected to reach destination.",
395            "Packet originating from source is expected to be dropped before\nreaching destination.",
396            "If the source and destination endpoint does not uniquely identify\nthe test location in the network, and the reachability result contains\nmultiple traces with mixed reachable and unreachable states, then this\nresult is returned.",
397            "The reachability could not be determined. Possible reasons are:\n\n* Analysis is aborted due to permission error. User does not have read\n  permission to the projects listed in the test.\n* Analysis is aborted due to internal errors.\n* Analysis is partially complete based on configurations where the user\n  has permission.\n  The Final state indicates that the packet is forwarded to another\nnetwork where the user has no permission to access the configurations."
398          ],
399          "type": "string",
400          "enum": [
401            "RESULT_UNSPECIFIED",
402            "REACHABLE",
403            "UNREACHABLE",
404            "AMBIGUOUS",
405            "UNDETERMINED"
406          ]
407        },
408        "verifyTime": {
409          "description": "The time the reachability state was verified.",
410          "type": "string",
411          "format": "google-datetime"
412        },
413        "error": {
414          "description": "The details of a failure or a cancellation of reachability analysis.",
415          "$ref": "Status"
416        },
417        "traces": {
418          "description": "Result may contain a list of traces if a test has multiple possible\npaths in the network, such as when destination endpoint is a load balancer\nwith multiple backends.",
419          "type": "array",
420          "items": {
421            "$ref": "Trace"
422          }
423        }
424      }
425    },
426    "Trace": {
427      "id": "Trace",
428      "description": "Trace represents one simulated packet forwarding path.\n<ul>\n  <li>Each trace contains multiple ordered steps.<\/li>\n  <li>Each step is in a particular state and has an associated\n  configuration.<\/li> <li>State is categorized as a final or non-final\n  state.<\/li> <li>Each final state has a reason associated with it.<\/li>\n  <li>Each trace must end with a final state (the last step).<\/li>\n<\/ul>\n<pre><code>\n  |---------------------Trace----------------------|\n  Step1(State) Step2(State) ---  StepN(State(final))\n<\/code><\/pre>",
429      "type": "object",
430      "properties": {
431        "endpointInfo": {
432          "description": "Derived from the source and destination endpoints definition, and validated\nby the data plane model.\nIf there are multiple traces starting from different source locations, then\nthe endpoint_info may be different between traces.",
433          "$ref": "EndpointInfo"
434        },
435        "steps": {
436          "description": "A trace of a test contains multiple steps from the initial state to the\nfinal state (delivered, dropped, forwarded, or aborted).\n\nThe steps are ordered by the processing sequence within the simulated\nnetwork state machine. It is critical to preserve the order of the steps\nand avoid reordering or sorting them.",
437          "type": "array",
438          "items": {
439            "$ref": "Step"
440          }
441        }
442      }
443    },
444    "EndpointInfo": {
445      "id": "EndpointInfo",
446      "description": "For display only. The specification of the endpoints for the test.\nEndpointInfo is derived from source and destination Endpoint and validated\nby the backend data plane model.",
447      "type": "object",
448      "properties": {
449        "sourceIp": {
450          "description": "Source IP address.",
451          "type": "string"
452        },
453        "destinationIp": {
454          "description": "Destination IP address.",
455          "type": "string"
456        },
457        "protocol": {
458          "description": "IP protocol in string format, for example: \"TCP\", \"UDP\", \"ICMP\".",
459          "type": "string"
460        },
461        "sourcePort": {
462          "description": "Source port. Only valid when protocol is TCP or UDP.",
463          "type": "integer",
464          "format": "int32"
465        },
466        "destinationPort": {
467          "description": "Destination port. Only valid when protocol is TCP or UDP.",
468          "type": "integer",
469          "format": "int32"
470        },
471        "sourceNetworkUri": {
472          "description": "URI of the network where this packet originates from.",
473          "type": "string"
474        },
475        "destinationNetworkUri": {
476          "description": "URI of the network where this packet is sent to.",
477          "type": "string"
478        }
479      }
480    },
481    "Step": {
482      "id": "Step",
483      "description": "A simulated forwarding path is composed of multiple steps.\nEach step has a well-defined state and an associated configuration.",
484      "type": "object",
485      "properties": {
486        "description": {
487          "description": "A description of the step. Usually this is a summary of the state.",
488          "type": "string"
489        },
490        "state": {
491          "description": "Each step is in one of the pre-defined states.",
492          "enumDescriptions": [
493            "Unspecified state.",
494            "Initial state: packet originating from a Compute Engine instance.\nAn InstanceInfo will be populated with starting instance info.",
495            "Initial state: packet originating from Internet.\nThe endpoint info will be populated.",
496            "Initial state: packet originating from a VPC or on-premises network\nwith internal source IP.\nIf the source is a VPC network visible to the user, a NetworkInfo\nwill be populated with details of the network.",
497            "Config checking state: verify ingress firewall rule.",
498            "Config checking state: verify egress firewall rule.",
499            "Config checking state: verify route.",
500            "Config checking state: match forwarding rule.",
501            "Config checking state: packet sent or received under foreign IP\naddress and allowed.",
502            "Forwarding state: arriving at a Compute Engine instance.",
503            "Forwarding state: arriving at a Compute Engine internal load balancer.",
504            "Forwarding state: arriving at a Compute Engine external load balancer.",
505            "Forwarding state: arriving at a Cloud VPN gateway.",
506            "Forwarding state: arriving at a Cloud VPN tunnel.",
507            "Transition state: packet header translated.",
508            "Transition state: original connection is terminated and a new proxied\nconnection is initiated.",
509            "Final state: packet delivered.",
510            "Final state: packet dropped.",
511            "Final state: packet forwarded to a network with an unknown configuration.",
512            "Final state: analysis is aborted.",
513            "Special state: viewer of the test result does not have permission to\nsee the configuration in this step."
514          ],
515          "type": "string",
516          "enum": [
517            "STATE_UNSPECIFIED",
518            "START_FROM_INSTANCE",
519            "START_FROM_INTERNET",
520            "START_FROM_PRIVATE_NETWORK",
521            "APPLY_INGRESS_FIREWALL_RULE",
522            "APPLY_EGRESS_FIREWALL_RULE",
523            "APPLY_ROUTE",
524            "APPLY_FORWARDING_RULE",
525            "SPOOFING_APPROVED",
526            "ARRIVE_AT_INSTANCE",
527            "ARRIVE_AT_INTERNAL_LOAD_BALANCER",
528            "ARRIVE_AT_EXTERNAL_LOAD_BALANCER",
529            "ARRIVE_AT_VPN_GATEWAY",
530            "ARRIVE_AT_VPN_TUNNEL",
531            "NAT",
532            "PROXY_CONNECTION",
533            "DELIVER",
534            "DROP",
535            "FORWARD",
536            "ABORT",
537            "VIEWER_PERMISSION_MISSING"
538          ]
539        },
540        "causesDrop": {
541          "description": "This is a step that leads to the final state Drop.",
542          "type": "boolean"
543        },
544        "projectId": {
545          "description": "Project ID that contains the configuration this step is validating.",
546          "type": "string"
547        },
548        "instance": {
549          "description": "Display info of a Compute Engine instance.",
550          "$ref": "InstanceInfo"
551        },
552        "firewall": {
553          "description": "Display info of a Compute Engine firewall rule.",
554          "$ref": "FirewallInfo"
555        },
556        "route": {
557          "description": "Display info of a Compute Engine route.",
558          "$ref": "RouteInfo"
559        },
560        "endpoint": {
561          "description": "Display info of the source and destination under analysis.\nThe endpiont info in an intermediate state may differ with the\ninitial input, as it might be modified by state like NAT,\nor Connection Proxy.",
562          "$ref": "EndpointInfo"
563        },
564        "forwardingRule": {
565          "description": "Display info of a Compute Engine forwarding rule.",
566          "$ref": "ForwardingRuleInfo"
567        },
568        "vpnGateway": {
569          "description": "Display info of a Compute Engine VPN gateway.",
570          "$ref": "VpnGatewayInfo"
571        },
572        "vpnTunnel": {
573          "description": "Display info of a Compute Engine VPN tunnel.",
574          "$ref": "VpnTunnelInfo"
575        },
576        "deliver": {
577          "description": "Display info of the final state \"deliver\" and reason.",
578          "$ref": "DeliverInfo"
579        },
580        "forward": {
581          "description": "Display info of the final state \"forward\" and reason.",
582          "$ref": "ForwardInfo"
583        },
584        "abort": {
585          "description": "Display info of the final state \"abort\" and reason.",
586          "$ref": "AbortInfo"
587        },
588        "drop": {
589          "description": "Display info of the final state \"drop\" and reason.",
590          "$ref": "DropInfo"
591        },
592        "loadBalancer": {
593          "description": "Display info of the load balancers.",
594          "$ref": "LoadBalancerInfo"
595        },
596        "network": {
597          "description": "Display info of a GCP network.",
598          "$ref": "NetworkInfo"
599        }
600      }
601    },
602    "InstanceInfo": {
603      "id": "InstanceInfo",
604      "description": "For display only. Metadata associated with a Compute Engine instance.",
605      "type": "object",
606      "properties": {
607        "displayName": {
608          "description": "Name of a Compute Engine instance.",
609          "type": "string"
610        },
611        "uri": {
612          "description": "URI of a Compute Engine instance.",
613          "type": "string"
614        },
615        "interface": {
616          "description": "Name of the network interface of a Compute Engine instance.",
617          "type": "string"
618        },
619        "networkUri": {
620          "description": "URI of a Compute Engine network.",
621          "type": "string"
622        },
623        "internalIp": {
624          "description": "Internal IP address of the network interface.",
625          "type": "string"
626        },
627        "externalIp": {
628          "description": "External IP address of the network interface.",
629          "type": "string"
630        },
631        "networkTags": {
632          "description": "Network tags configured on the instance.",
633          "type": "array",
634          "items": {
635            "type": "string"
636          }
637        },
638        "serviceAccount": {
639          "description": "Service account authorized for the instance.",
640          "type": "string"
641        }
642      }
643    },
644    "FirewallInfo": {
645      "id": "FirewallInfo",
646      "description": "For display only. Metadata associated with a Compute Engine firewall rule.",
647      "type": "object",
648      "properties": {
649        "displayName": {
650          "description": "Name of a Compute Engine firewall rule.",
651          "type": "string"
652        },
653        "uri": {
654          "description": "URI of a Compute Engine firewall rule.\nImplied default rule does not have URI.",
655          "type": "string"
656        },
657        "direction": {
658          "description": "Possible values: INGRESS, EGRESS",
659          "type": "string"
660        },
661        "action": {
662          "description": "Possible values: ALLOW, DENY",
663          "type": "string"
664        },
665        "priority": {
666          "description": "Priority of the firewall rule.",
667          "type": "integer",
668          "format": "int32"
669        },
670        "networkUri": {
671          "description": "URI of a Compute Engine network.",
672          "type": "string"
673        },
674        "targetTags": {
675          "description": "Target tags of the firewall rule.",
676          "type": "array",
677          "items": {
678            "type": "string"
679          }
680        },
681        "targetServiceAccounts": {
682          "description": "Target service accounts of the firewall rule.",
683          "type": "array",
684          "items": {
685            "type": "string"
686          }
687        }
688      }
689    },
690    "RouteInfo": {
691      "id": "RouteInfo",
692      "description": "For display only. Metadata associated with a Compute Engine route.",
693      "type": "object",
694      "properties": {
695        "routeType": {
696          "description": "Type of route.",
697          "enumDescriptions": [
698            "Unspecified type. Default value.",
699            "Route is a subnet route automatically created by the system.",
700            "Static route created by the user including the default route to the\nInternet.",
701            "Dynamic route exchanged between BGP peers.",
702            "A subnet route received from peering network.",
703            "A static route received from peering network.",
704            "A dynamic route received from peering network."
705          ],
706          "type": "string",
707          "enum": [
708            "ROUTE_TYPE_UNSPECIFIED",
709            "SUBNET",
710            "STATIC",
711            "DYNAMIC",
712            "PEERING_SUBNET",
713            "PEERING_STATIC",
714            "PEERING_DYNAMIC"
715          ]
716        },
717        "nextHopType": {
718          "description": "Type of next hop.",
719          "enumDescriptions": [
720            "Unspecified type. Default value.",
721            "Next hop is an IP address.",
722            "Next hop is a Compute Engine instance.",
723            "Next hop is a VPC network gateway.",
724            "Next hop is a peering VPC.",
725            "Next hop is an interconnect.",
726            "Next hop is a VPN tunnel.",
727            "Next hop is a VPN Gateway. This scenario only happens when tracing\nconnectivity from an on-premises network to GCP through a VPN. The\nanalysis simulates a packet departing from the on-premises network\nthrough a VPN tunnel and arrives at a Cloud VPN gateway.",
728            "Next hop is an internet gateway.",
729            "Next hop is blackhole; that is, the next hop either does not exist or is\nnot running."
730          ],
731          "type": "string",
732          "enum": [
733            "NEXT_HOP_TYPE_UNSPECIFIED",
734            "NEXT_HOP_IP",
735            "NEXT_HOP_INSTANCE",
736            "NEXT_HOP_NETWORK",
737            "NEXT_HOP_PEERING",
738            "NEXT_HOP_INTERCONNECT",
739            "NEXT_HOP_VPN_TUNNEL",
740            "NEXT_HOP_VPN_GATEWAY",
741            "NEXT_HOP_INTERNET_GATEWAY",
742            "NEXT_HOP_BLACKHOLE"
743          ]
744        },
745        "displayName": {
746          "description": "Name of a Compute Engine route.",
747          "type": "string"
748        },
749        "uri": {
750          "description": "URI of a Compute Engine route.\nDynamic route from cloud router does not have a URI.\nAdvertised route from Google Cloud VPC to on-premises network also does\nnot have a URI.",
751          "type": "string"
752        },
753        "destIpRange": {
754          "description": "Destination IP range of the route.",
755          "type": "string"
756        },
757        "nextHop": {
758          "description": "Next hop of the route.",
759          "type": "string"
760        },
761        "networkUri": {
762          "description": "URI of a Compute Engine network.",
763          "type": "string"
764        },
765        "priority": {
766          "description": "Priority of the route.",
767          "type": "integer",
768          "format": "int32"
769        },
770        "instanceTags": {
771          "description": "Instance tags of the route.",
772          "type": "array",
773          "items": {
774            "type": "string"
775          }
776        }
777      }
778    },
779    "ForwardingRuleInfo": {
780      "id": "ForwardingRuleInfo",
781      "description": "For display only. Metadata associated with a Compute Engine forwarding rule.",
782      "type": "object",
783      "properties": {
784        "displayName": {
785          "description": "Name of a Compute Engine forwarding rule.",
786          "type": "string"
787        },
788        "uri": {
789          "description": "URI of a Compute Engine forwarding rule.",
790          "type": "string"
791        },
792        "matchedProtocol": {
793          "description": "Protocol defined in the forwarding rule that matches the test.",
794          "type": "string"
795        },
796        "matchedPortRange": {
797          "description": "Port range defined in the forwarding rule that matches the test.",
798          "type": "string"
799        },
800        "vip": {
801          "description": "VIP of the forwarding rule.",
802          "type": "string"
803        },
804        "target": {
805          "description": "Target type of the forwarding rule.",
806          "type": "string"
807        },
808        "networkUri": {
809          "description": "Network URI. Only valid for Internal Load Balancer.",
810          "type": "string"
811        }
812      }
813    },
814    "VpnGatewayInfo": {
815      "id": "VpnGatewayInfo",
816      "description": "For display only. Metadata associated with a Compute Engine VPN gateway.",
817      "type": "object",
818      "properties": {
819        "displayName": {
820          "description": "Name of a VPN gateway.",
821          "type": "string"
822        },
823        "uri": {
824          "description": "URI of a VPN gateway.",
825          "type": "string"
826        },
827        "networkUri": {
828          "description": "URI of a Compute Engine network where the VPN gateway is configured.",
829          "type": "string"
830        },
831        "ipAddress": {
832          "description": "IP address of the VPN gateway.",
833          "type": "string"
834        },
835        "vpnTunnelUri": {
836          "description": "A VPN tunnel that is associated with this VPN gateway.\nThere may be multiple VPN tunnels configured on a VPN gateway, and only\nthe one relevant to the test is displayed.",
837          "type": "string"
838        },
839        "region": {
840          "description": "Name of a GCP region where this VPN gateway is configured.",
841          "type": "string"
842        }
843      }
844    },
845    "VpnTunnelInfo": {
846      "id": "VpnTunnelInfo",
847      "description": "For display only. Metadata associated with a Compute Engine VPN tunnel.",
848      "type": "object",
849      "properties": {
850        "displayName": {
851          "description": "Name of a VPN tunnel.",
852          "type": "string"
853        },
854        "uri": {
855          "description": "URI of a VPN tunnel.",
856          "type": "string"
857        },
858        "sourceGateway": {
859          "description": "URI of the VPN gateway at local end of the tunnel.",
860          "type": "string"
861        },
862        "remoteGateway": {
863          "description": "URI of a VPN gateway at remote end of the tunnel.",
864          "type": "string"
865        },
866        "remoteGatewayIp": {
867          "description": "Remote VPN gateway's IP address.",
868          "type": "string"
869        },
870        "sourceGatewayIp": {
871          "description": "Local VPN gateway's IP address.",
872          "type": "string"
873        },
874        "networkUri": {
875          "description": "URI of a Compute Engine network where the VPN tunnel is configured.",
876          "type": "string"
877        },
878        "region": {
879          "description": "Name of a GCP region where this VPN tunnel is configured.",
880          "type": "string"
881        },
882        "routingType": {
883          "description": "Type of the routing policy.",
884          "enumDescriptions": [
885            "Unspecified type. Default value.",
886            "Route based VPN.",
887            "Policy based routing.",
888            "Dynamic (BGP) routing."
889          ],
890          "type": "string",
891          "enum": [
892            "ROUTING_TYPE_UNSPECIFIED",
893            "ROUTE_BASED",
894            "POLICY_BASED",
895            "DYNAMIC"
896          ]
897        }
898      }
899    },
900    "DeliverInfo": {
901      "id": "DeliverInfo",
902      "description": "Details of the final state \"deliver\" and associated resource.",
903      "type": "object",
904      "properties": {
905        "target": {
906          "description": "Target type where the packet is delivered to.",
907          "enumDescriptions": [
908            "Target not specified.",
909            "Target is a Compute Engine instance.",
910            "Target is the Internet.",
911            "Target is a Google API."
912          ],
913          "type": "string",
914          "enum": [
915            "TARGET_UNSPECIFIED",
916            "INSTANCE",
917            "INTERNET",
918            "GOOGLE_API"
919          ]
920        },
921        "resourceUri": {
922          "description": "URI of the resource that the packet is delivered to.",
923          "type": "string"
924        }
925      }
926    },
927    "ForwardInfo": {
928      "id": "ForwardInfo",
929      "description": "Details of the final state \"forward\" and associated resource.",
930      "type": "object",
931      "properties": {
932        "target": {
933          "description": "Target type where this packet is forwarded to.",
934          "enumDescriptions": [
935            "Target not specified.",
936            "Forwarded to a VPC peering network.",
937            "Forwarded to a Cloud VPN gateway.",
938            "Forwarded to an Cloud Interconnect connection.",
939            "Forwarded to a Google Kubernetes Engine Container cluster master.",
940            "Forwarded to the next hop of a custom route imported from a peering VPC."
941          ],
942          "type": "string",
943          "enum": [
944            "TARGET_UNSPECIFIED",
945            "PEERING_VPC",
946            "VPN_GATEWAY",
947            "INTERCONNECT",
948            "GKE_MASTER",
949            "IMPORTED_CUSTOM_ROUTE_NEXT_HOP"
950          ]
951        },
952        "resourceUri": {
953          "description": "URI of the resource that the packet is forwarded to.",
954          "type": "string"
955        }
956      }
957    },
958    "AbortInfo": {
959      "id": "AbortInfo",
960      "description": "Details of the final state \"abort\" and associated resource.",
961      "type": "object",
962      "properties": {
963        "cause": {
964          "description": "Causes that the analysis is aborted.",
965          "enumDescriptions": [
966            "Cause is unspecified.",
967            "Aborted due to unknown network.\nThe reachability analysis cannot proceed because the user does not have\naccess to the host project's network configurations, including firewall\nrules and routes. This happens when the project is a service project and\nthe endpoints being traced are in the host project's network.",
968            "Aborted because the IP address(es) are unknown.",
969            "Aborted because no project information can be derived from the test\ninput.",
970            "Aborted because the user lacks the permission to access all or part of\nthe network configurations required to run the test.",
971            "Aborted because no valid source endpoint is derived from the input test\nrequest.",
972            "Aborted because the source and\/or destination endpoint specified in\nthe test are invalid. The possible reasons that an endpoint is\ninvalid include: malformed IP address; nonexistent instance or\nnetwork URI; IP address not in the range of specified network URI; and\ninstance not owning the network interface in the specified network.",
973            "Aborted because traffic is sent from a public IP to an instance without\nan external IP.",
974            "Aborted because none of the traces matches destination information\nspecified in the input test request.",
975            "Aborted because the number of steps in the trace exceeding a certain\nlimit which may be caused by routing loop."
976          ],
977          "type": "string",
978          "enum": [
979            "CAUSE_UNSPECIFIED",
980            "UNKNOWN_NETWORK",
981            "UNKNOWN_IP",
982            "UNKNOWN_PROJECT",
983            "PERMISSION_DENIED",
984            "NO_SOURCE_LOCATION",
985            "INVALID_ARGUMENT",
986            "NO_EXTERNAL_IP",
987            "UNINTENDED_DESTINATION",
988            "TRACE_TOO_LONG"
989          ]
990        },
991        "resourceUri": {
992          "description": "URI of the resource that caused the abort.",
993          "type": "string"
994        }
995      }
996    },
997    "DropInfo": {
998      "id": "DropInfo",
999      "description": "Details of the final state \"drop\" and associated resource.",
1000      "type": "object",
1001      "properties": {
1002        "cause": {
1003          "description": "Cause that the packet is dropped.",
1004          "enumDescriptions": [
1005            "Cause is unspecified.",
1006            "Destination external address cannot be resolved to a known target.",
1007            "a Compute Engine instance can only send or receive a packet with a\nforeign IP <code>if ip_forward<\/code> is enabled.",
1008            "Dropped due to a firewall rule unless allowed due to connection tracking.",
1009            "Dropped due to no routes.",
1010            "Dropped due to invalid route. Route's next hop is a blackhole.",
1011            "Packet is sent to a wrong (unintended) network. Example: user traces a\npacket from VM1:Network1 to VM2:Network2, however, the route configured\nin Network1 sends the packet destined for VM2's IP addresss to Network3.",
1012            "Packet with internal destination address sent to Internet gateway.",
1013            "Instance with only an internal IP tries to access Google API and\nServices, and private Google access is not enabled.",
1014            "Instance with only internal IP tries to access external hosts, but\nCloud NAT is not enabled in the subnet, unless special configurations\non a VM allows this connection. See [Special Configurations for VM\ninstances](\/vpc\/docs\/special-configurations) for details.",
1015            "Destination internal address cannot be resolved to a known target.",
1016            "Forwarding rule's protocol and ports do not match the packet header.",
1017            "Forwarding rule does not have backends configured.",
1018            "Firewalls block the health check probes to the backends and cause\nthe backends to be unavailable for traffic from the load balancer.\nSee [Health check firewall rules](\/load-balancing\/docs\/\nhealth-checks#firewall_rules) for more details.",
1019            "Packet is sent from or to a Compute Engine instance that is not in a\nrunning state.",
1020            "The type of traffic is blocked and the user cannot configure a firewall\nrule to enable it. See [Always blocked traffic](\/vpc\/docs\/firewalls#\nblockedtraffic) for more details.",
1021            "Access to GKE master's endpoint is not authorized.\nSee [Access to the cluster endpoints](\/kubernetes-engine\/docs\/how-to\/\nprivate-clusters#access_to_the_cluster_endpoints) for more details."
1022          ],
1023          "type": "string",
1024          "enum": [
1025            "CAUSE_UNSPECIFIED",
1026            "UNKNOWN_EXTERNAL_ADDRESS",
1027            "FOREIGN_IP_DISALLOWED",
1028            "FIREWALL_RULE",
1029            "NO_ROUTE",
1030            "ROUTE_BLACKHOLE",
1031            "ROUTE_WRONG_NETWORK",
1032            "PRIVATE_TRAFFIC_TO_INTERNET",
1033            "PRIVATE_GOOGLE_ACCESS_DISALLOWED",
1034            "NO_EXTERNAL_ADDRESS",
1035            "UNKNOWN_INTERNAL_ADDRESS",
1036            "FORWARDING_RULE_MISMATCH",
1037            "FORWARDING_RULE_NO_INSTANCES",
1038            "FIREWALL_BLOCKING_LOAD_BALANCER_BACKEND_HEALTH_CHECK",
1039            "INSTANCE_NOT_RUNNING",
1040            "TRAFFIC_TYPE_BLOCKED",
1041            "GKE_MASTER_UNAUTHORIZED_ACCESS"
1042          ]
1043        },
1044        "resourceUri": {
1045          "description": "URI of the resource that caused the drop.",
1046          "type": "string"
1047        }
1048      }
1049    },
1050    "LoadBalancerInfo": {
1051      "id": "LoadBalancerInfo",
1052      "description": "For display only. Metadata associated with a load balancer.",
1053      "type": "object",
1054      "properties": {
1055        "loadBalancerType": {
1056          "description": "Type of the load balancer.",
1057          "enumDescriptions": [
1058            "Type is unspecified.",
1059            "Internal TCP\/UDP load balancer.",
1060            "Network TCP\/UDP load balancer.",
1061            "HTTP(S) proxy load balancer.",
1062            "TCP proxy load balancer.",
1063            "SSL proxy load balancer."
1064          ],
1065          "type": "string",
1066          "enum": [
1067            "LOAD_BALANCER_TYPE_UNSPECIFIED",
1068            "INTERNAL_TCP_UDP",
1069            "NETWORK_TCP_UDP",
1070            "HTTP_PROXY",
1071            "TCP_PROXY",
1072            "SSL_PROXY"
1073          ]
1074        },
1075        "healthCheckUri": {
1076          "description": "URI of the health check for the load balancer.",
1077          "type": "string"
1078        },
1079        "backends": {
1080          "description": "Information for the loadbalancer backends.",
1081          "type": "array",
1082          "items": {
1083            "$ref": "LoadBalancerBackend"
1084          }
1085        },
1086        "backendType": {
1087          "description": "Type of load balancer's backend configuration.",
1088          "enumDescriptions": [
1089            "Type is unspecified.",
1090            "Backend Service as the load balancer's backend.",
1091            "Target Pool as the load balancer's backend."
1092          ],
1093          "type": "string",
1094          "enum": [
1095            "BACKEND_TYPE_UNSPECIFIED",
1096            "BACKEND_SERVICE",
1097            "TARGET_POOL"
1098          ]
1099        },
1100        "backendUri": {
1101          "description": "Backend configuration URI.",
1102          "type": "string"
1103        }
1104      }
1105    },
1106    "LoadBalancerBackend": {
1107      "id": "LoadBalancerBackend",
1108      "description": "For display only. Metadata associated with a specific load balancer backend.",
1109      "type": "object",
1110      "properties": {
1111        "displayName": {
1112          "description": "Name of a Compute Engine instance or network endpoint.",
1113          "type": "string"
1114        },
1115        "uri": {
1116          "description": "URI of a Compute Engine instance or network endpoint.",
1117          "type": "string"
1118        },
1119        "healthCheckFirewallState": {
1120          "description": "State of the health check firewall configuration.",
1121          "enumDescriptions": [
1122            "State is unspecified. Default state if not populated.",
1123            "There are configured firewall rules to allow health check probes to the\nbackend.",
1124            "There are firewall rules configured to allow partial health check ranges\nor block all health check ranges.\nIf a health check probe is sent from denied IP ranges,\nthe health check to the backend will fail. Then, the backend will be\nmarked unhealthy and will not receive traffic sent to the load balancer."
1125          ],
1126          "type": "string",
1127          "enum": [
1128            "HEALTH_CHECK_FIREWALL_STATE_UNSPECIFIED",
1129            "CONFIGURED",
1130            "MISCONFIGURED"
1131          ]
1132        },
1133        "healthCheckAllowingFirewallRules": {
1134          "description": "A list of firewall rule URIs allowing probes from health check IP ranges.",
1135          "type": "array",
1136          "items": {
1137            "type": "string"
1138          }
1139        },
1140        "healthCheckBlockingFirewallRules": {
1141          "description": "A list of firewall rule URIs blocking probes from health check IP ranges.",
1142          "type": "array",
1143          "items": {
1144            "type": "string"
1145          }
1146        }
1147      }
1148    },
1149    "NetworkInfo": {
1150      "id": "NetworkInfo",
1151      "description": "For display only. Metadata associated with a Compute Engine network.",
1152      "type": "object",
1153      "properties": {
1154        "displayName": {
1155          "description": "Name of a Compute Engine network.",
1156          "type": "string"
1157        },
1158        "uri": {
1159          "description": "URI of a Compute Engine network.",
1160          "type": "string"
1161        },
1162        "matchedIpRange": {
1163          "description": "The IP range that matches the test.",
1164          "type": "string"
1165        }
1166      }
1167    },
1168    "RerunConnectivityTestRequest": {
1169      "id": "RerunConnectivityTestRequest",
1170      "description": "Request for the `RerunConnectivityTest` method.",
1171      "type": "object",
1172      "properties": {
1173      }
1174    },
1175    "SetIamPolicyRequest": {
1176      "id": "SetIamPolicyRequest",
1177      "description": "Request message for `SetIamPolicy` method.",
1178      "type": "object",
1179      "properties": {
1180        "policy": {
1181          "description": "REQUIRED: The complete policy to be applied to the `resource`. The size of\nthe policy is limited to a few 10s of KB. An empty policy is a\nvalid policy but certain Cloud Platform services (such as Projects)\nmight reject them.",
1182          "$ref": "Policy"
1183        },
1184        "updateMask": {
1185          "description": "OPTIONAL: A FieldMask specifying which fields of the policy to modify. Only\nthe fields in the mask will be modified. If no mask is provided, the\nfollowing default mask is used:\npaths: \"bindings, etag\"\nThis field is only used by Cloud IAM.",
1186          "type": "string",
1187          "format": "google-fieldmask"
1188        }
1189      }
1190    },
1191    "Policy": {
1192      "id": "Policy",
1193      "description": "An Identity and Access Management (IAM) policy, which specifies access\ncontrols for Google Cloud resources.\n\n\nA `Policy` is a collection of `bindings`. A `binding` binds one or more\n`members` to a single `role`. Members can be user accounts, service accounts,\nGoogle groups, and domains (such as G Suite). A `role` is a named list of\npermissions; each `role` can be an IAM predefined role or a user-created\ncustom role.\n\nOptionally, a `binding` can specify a `condition`, which is a logical\nexpression that allows access to a resource only if the expression evaluates\nto `true`. A condition can add constraints based on attributes of the\nrequest, the resource, or both.\n\n**JSON example:**\n\n    {\n      \"bindings\": [\n        {\n          \"role\": \"roles\/resourcemanager.organizationAdmin\",\n          \"members\": [\n            \"user:mike@example.com\",\n            \"group:admins@example.com\",\n            \"domain:google.com\",\n            \"serviceAccount:my-project-id@appspot.gserviceaccount.com\"\n          ]\n        },\n        {\n          \"role\": \"roles\/resourcemanager.organizationViewer\",\n          \"members\": [\"user:eve@example.com\"],\n          \"condition\": {\n            \"title\": \"expirable access\",\n            \"description\": \"Does not grant access after Sep 2020\",\n            \"expression\": \"request.time < timestamp('2020-10-01T00:00:00.000Z')\",\n          }\n        }\n      ],\n      \"etag\": \"BwWWja0YfJA=\",\n      \"version\": 3\n    }\n\n**YAML example:**\n\n    bindings:\n    - members:\n      - user:mike@example.com\n      - group:admins@example.com\n      - domain:google.com\n      - serviceAccount:my-project-id@appspot.gserviceaccount.com\n      role: roles\/resourcemanager.organizationAdmin\n    - members:\n      - user:eve@example.com\n      role: roles\/resourcemanager.organizationViewer\n      condition:\n        title: expirable access\n        description: Does not grant access after Sep 2020\n        expression: request.time < timestamp('2020-10-01T00:00:00.000Z')\n    - etag: BwWWja0YfJA=\n    - version: 3\n\nFor a description of IAM and its features, see the\n[IAM documentation](https:\/\/cloud.google.com\/iam\/docs\/).",
1194      "type": "object",
1195      "properties": {
1196        "version": {
1197          "description": "Specifies the format of the policy.\n\nValid values are `0`, `1`, and `3`. Requests that specify an invalid value\nare rejected.\n\nAny operation that affects conditional role bindings must specify version\n`3`. This requirement applies to the following operations:\n\n* Getting a policy that includes a conditional role binding\n* Adding a conditional role binding to a policy\n* Changing a conditional role binding in a policy\n* Removing any role binding, with or without a condition, from a policy\n  that includes conditions\n\n**Important:** If you use IAM Conditions, you must include the `etag` field\nwhenever you call `setIamPolicy`. If you omit this field, then IAM allows\nyou to overwrite a version `3` policy with a version `1` policy, and all of\nthe conditions in the version `3` policy are lost.\n\nIf a policy does not include any conditions, operations on that policy may\nspecify any valid version or leave the field unset.",
1198          "type": "integer",
1199          "format": "int32"
1200        },
1201        "bindings": {
1202          "description": "Associates a list of `members` to a `role`. Optionally, may specify a\n`condition` that determines how and when the `bindings` are applied. Each\nof the `bindings` must contain at least one member.",
1203          "type": "array",
1204          "items": {
1205            "$ref": "Binding"
1206          }
1207        },
1208        "auditConfigs": {
1209          "description": "Specifies cloud audit logging configuration for this policy.",
1210          "type": "array",
1211          "items": {
1212            "$ref": "AuditConfig"
1213          }
1214        },
1215        "etag": {
1216          "description": "`etag` is used for optimistic concurrency control as a way to help\nprevent simultaneous updates of a policy from overwriting each other.\nIt is strongly suggested that systems make use of the `etag` in the\nread-modify-write cycle to perform policy updates in order to avoid race\nconditions: An `etag` is returned in the response to `getIamPolicy`, and\nsystems are expected to put that etag in the request to `setIamPolicy` to\nensure that their change will be applied to the same version of the policy.\n\n**Important:** If you use IAM Conditions, you must include the `etag` field\nwhenever you call `setIamPolicy`. If you omit this field, then IAM allows\nyou to overwrite a version `3` policy with a version `1` policy, and all of\nthe conditions in the version `3` policy are lost.",
1217          "type": "string",
1218          "format": "byte"
1219        }
1220      }
1221    },
1222    "Binding": {
1223      "id": "Binding",
1224      "description": "Associates `members` with a `role`.",
1225      "type": "object",
1226      "properties": {
1227        "role": {
1228          "description": "Role that is assigned to `members`.\nFor example, `roles\/viewer`, `roles\/editor`, or `roles\/owner`.",
1229          "type": "string"
1230        },
1231        "members": {
1232          "description": "Specifies the identities requesting access for a Cloud Platform resource.\n`members` can have the following values:\n\n* `allUsers`: A special identifier that represents anyone who is\n   on the internet; with or without a Google account.\n\n* `allAuthenticatedUsers`: A special identifier that represents anyone\n   who is authenticated with a Google account or a service account.\n\n* `user:{emailid}`: An email address that represents a specific Google\n   account. For example, `alice@example.com` .\n\n\n* `serviceAccount:{emailid}`: An email address that represents a service\n   account. For example, `my-other-app@appspot.gserviceaccount.com`.\n\n* `group:{emailid}`: An email address that represents a Google group.\n   For example, `admins@example.com`.\n\n* `deleted:user:{emailid}?uid={uniqueid}`: An email address (plus unique\n   identifier) representing a user that has been recently deleted. For\n   example, `alice@example.com?uid=123456789012345678901`. If the user is\n   recovered, this value reverts to `user:{emailid}` and the recovered user\n   retains the role in the binding.\n\n* `deleted:serviceAccount:{emailid}?uid={uniqueid}`: An email address (plus\n   unique identifier) representing a service account that has been recently\n   deleted. For example,\n   `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`.\n   If the service account is undeleted, this value reverts to\n   `serviceAccount:{emailid}` and the undeleted service account retains the\n   role in the binding.\n\n* `deleted:group:{emailid}?uid={uniqueid}`: An email address (plus unique\n   identifier) representing a Google group that has been recently\n   deleted. For example, `admins@example.com?uid=123456789012345678901`. If\n   the group is recovered, this value reverts to `group:{emailid}` and the\n   recovered group retains the role in the binding.\n\n\n* `domain:{domain}`: The G Suite domain (primary) that represents all the\n   users of that domain. For example, `google.com` or `example.com`.\n\n",
1233          "type": "array",
1234          "items": {
1235            "type": "string"
1236          }
1237        },
1238        "condition": {
1239          "description": "The condition that is associated with this binding.\nNOTE: An unsatisfied condition will not allow user access via current\nbinding. Different bindings, including their conditions, are examined\nindependently.",
1240          "$ref": "Expr"
1241        }
1242      }
1243    },
1244    "Expr": {
1245      "id": "Expr",
1246      "description": "Represents a textual expression in the Common Expression Language (CEL)\nsyntax. CEL is a C-like expression language. The syntax and semantics of CEL\nare documented at https:\/\/github.com\/google\/cel-spec.\n\nExample (Comparison):\n\n    title: \"Summary size limit\"\n    description: \"Determines if a summary is less than 100 chars\"\n    expression: \"document.summary.size() < 100\"\n\nExample (Equality):\n\n    title: \"Requestor is owner\"\n    description: \"Determines if requestor is the document owner\"\n    expression: \"document.owner == request.auth.claims.email\"\n\nExample (Logic):\n\n    title: \"Public documents\"\n    description: \"Determine whether the document should be publicly visible\"\n    expression: \"document.type != 'private' && document.type != 'internal'\"\n\nExample (Data Manipulation):\n\n    title: \"Notification string\"\n    description: \"Create a notification string with a timestamp.\"\n    expression: \"'New message received at ' + string(document.create_time)\"\n\nThe exact variables and functions that may be referenced within an expression\nare determined by the service that evaluates it. See the service\ndocumentation for additional information.",
1247      "type": "object",
1248      "properties": {
1249        "expression": {
1250          "description": "Textual representation of an expression in Common Expression Language\nsyntax.",
1251          "type": "string"
1252        },
1253        "title": {
1254          "description": "Optional. Title for the expression, i.e. a short string describing\nits purpose. This can be used e.g. in UIs which allow to enter the\nexpression.",
1255          "type": "string"
1256        },
1257        "description": {
1258          "description": "Optional. Description of the expression. This is a longer text which\ndescribes the expression, e.g. when hovered over it in a UI.",
1259          "type": "string"
1260        },
1261        "location": {
1262          "description": "Optional. String indicating the location of the expression for error\nreporting, e.g. a file name and a position in the file.",
1263          "type": "string"
1264        }
1265      }
1266    },
1267    "AuditConfig": {
1268      "id": "AuditConfig",
1269      "description": "Specifies the audit configuration for a service.\nThe configuration determines which permission types are logged, and what\nidentities, if any, are exempted from logging.\nAn AuditConfig must have one or more AuditLogConfigs.\n\nIf there are AuditConfigs for both `allServices` and a specific service,\nthe union of the two AuditConfigs is used for that service: the log_types\nspecified in each AuditConfig are enabled, and the exempted_members in each\nAuditLogConfig are exempted.\n\nExample Policy with multiple AuditConfigs:\n\n    {\n      \"audit_configs\": [\n        {\n          \"service\": \"allServices\"\n          \"audit_log_configs\": [\n            {\n              \"log_type\": \"DATA_READ\",\n              \"exempted_members\": [\n                \"user:jose@example.com\"\n              ]\n            },\n            {\n              \"log_type\": \"DATA_WRITE\",\n            },\n            {\n              \"log_type\": \"ADMIN_READ\",\n            }\n          ]\n        },\n        {\n          \"service\": \"sampleservice.googleapis.com\"\n          \"audit_log_configs\": [\n            {\n              \"log_type\": \"DATA_READ\",\n            },\n            {\n              \"log_type\": \"DATA_WRITE\",\n              \"exempted_members\": [\n                \"user:aliya@example.com\"\n              ]\n            }\n          ]\n        }\n      ]\n    }\n\nFor sampleservice, this policy enables DATA_READ, DATA_WRITE and ADMIN_READ\nlogging. It also exempts jose@example.com from DATA_READ logging, and\naliya@example.com from DATA_WRITE logging.",
1270      "type": "object",
1271      "properties": {
1272        "service": {
1273          "description": "Specifies a service that will be enabled for audit logging.\nFor example, `storage.googleapis.com`, `cloudsql.googleapis.com`.\n`allServices` is a special value that covers all services.",
1274          "type": "string"
1275        },
1276        "auditLogConfigs": {
1277          "description": "The configuration for logging of each type of permission.",
1278          "type": "array",
1279          "items": {
1280            "$ref": "AuditLogConfig"
1281          }
1282        }
1283      }
1284    },
1285    "AuditLogConfig": {
1286      "id": "AuditLogConfig",
1287      "description": "Provides the configuration for logging a type of permissions.\nExample:\n\n    {\n      \"audit_log_configs\": [\n        {\n          \"log_type\": \"DATA_READ\",\n          \"exempted_members\": [\n            \"user:jose@example.com\"\n          ]\n        },\n        {\n          \"log_type\": \"DATA_WRITE\",\n        }\n      ]\n    }\n\nThis enables 'DATA_READ' and 'DATA_WRITE' logging, while exempting\njose@example.com from DATA_READ logging.",
1288      "type": "object",
1289      "properties": {
1290        "logType": {
1291          "description": "The log type that this config enables.",
1292          "enumDescriptions": [
1293            "Default case. Should never be this.",
1294            "Admin reads. Example: CloudIAM getIamPolicy",
1295            "Data writes. Example: CloudSQL Users create",
1296            "Data reads. Example: CloudSQL Users list"
1297          ],
1298          "type": "string",
1299          "enum": [
1300            "LOG_TYPE_UNSPECIFIED",
1301            "ADMIN_READ",
1302            "DATA_WRITE",
1303            "DATA_READ"
1304          ]
1305        },
1306        "exemptedMembers": {
1307          "description": "Specifies the identities that do not cause logging for this type of\npermission.\nFollows the same format of Binding.members.",
1308          "type": "array",
1309          "items": {
1310            "type": "string"
1311          }
1312        }
1313      }
1314    },
1315    "TestIamPermissionsRequest": {
1316      "id": "TestIamPermissionsRequest",
1317      "description": "Request message for `TestIamPermissions` method.",
1318      "type": "object",
1319      "properties": {
1320        "permissions": {
1321          "description": "The set of permissions to check for the `resource`. Permissions with\nwildcards (such as '*' or 'storage.*') are not allowed. For more\ninformation see\n[IAM Overview](https:\/\/cloud.google.com\/iam\/docs\/overview#permissions).",
1322          "type": "array",
1323          "items": {
1324            "type": "string"
1325          }
1326        }
1327      }
1328    },
1329    "TestIamPermissionsResponse": {
1330      "id": "TestIamPermissionsResponse",
1331      "description": "Response message for `TestIamPermissions` method.",
1332      "type": "object",
1333      "properties": {
1334        "permissions": {
1335          "description": "A subset of `TestPermissionsRequest.permissions` that the caller is\nallowed.",
1336          "type": "array",
1337          "items": {
1338            "type": "string"
1339          }
1340        }
1341      }
1342    },
1343    "OperationMetadata": {
1344      "id": "OperationMetadata",
1345      "description": "Metadata describing an Operation",
1346      "type": "object",
1347      "properties": {
1348        "createTime": {
1349          "description": "The time the operation was created.",
1350          "type": "string",
1351          "format": "google-datetime"
1352        },
1353        "endTime": {
1354          "description": "The time the operation finished running.",
1355          "type": "string",
1356          "format": "google-datetime"
1357        },
1358        "target": {
1359          "description": "Target of the operation - for example\nprojects\/project-1\/connectivityTests\/test-1",
1360          "type": "string"
1361        },
1362        "verb": {
1363          "description": "Name of the verb executed by the operation.",
1364          "type": "string"
1365        },
1366        "statusDetail": {
1367          "description": "Human-readable status of the operation, if any.",
1368          "type": "string"
1369        },
1370        "cancelRequested": {
1371          "description": "Specifies if cancellation was requested for the operation.",
1372          "type": "boolean"
1373        },
1374        "apiVersion": {
1375          "description": "API version.",
1376          "type": "string"
1377        }
1378      }
1379    }
1380  },
1381  "resources": {
1382    "projects": {
1383      "resources": {
1384        "locations": {
1385          "methods": {
1386            "list": {
1387              "id": "networkmanagement.projects.locations.list",
1388              "path": "v1/{+name}/locations",
1389              "flatPath": "v1/projects/{projectsId}/locations",
1390              "httpMethod": "GET",
1391              "parameters": {
1392                "name": {
1393                  "description": "The resource that owns the locations collection, if applicable.",
1394                  "location": "path",
1395                  "required": true,
1396                  "pattern": "^projects\/[^\/]+$",
1397                  "type": "string"
1398                },
1399                "filter": {
1400                  "description": "The standard list filter.",
1401                  "location": "query",
1402                  "type": "string"
1403                },
1404                "pageSize": {
1405                  "description": "The standard list page size.",
1406                  "location": "query",
1407                  "type": "integer",
1408                  "format": "int32"
1409                },
1410                "pageToken": {
1411                  "description": "The standard list page token.",
1412                  "location": "query",
1413                  "type": "string"
1414                }
1415              },
1416              "parameterOrder": [
1417                "name"
1418              ],
1419              "response": {
1420                "$ref": "ListLocationsResponse"
1421              },
1422              "scopes": [
1423                "https://www.googleapis.com/auth/cloud-platform"
1424              ],
1425              "description": "Lists information about the supported locations for this service."
1426            },
1427            "get": {
1428              "id": "networkmanagement.projects.locations.get",
1429              "path": "v1/{+name}",
1430              "flatPath": "v1/projects/{projectsId}/locations/{locationsId}",
1431              "httpMethod": "GET",
1432              "parameters": {
1433                "name": {
1434                  "description": "Resource name for the location.",
1435                  "location": "path",
1436                  "required": true,
1437                  "pattern": "^projects\/[^\/]+\/locations\/[^\/]+$",
1438                  "type": "string"
1439                }
1440              },
1441              "parameterOrder": [
1442                "name"
1443              ],
1444              "response": {
1445                "$ref": "Location"
1446              },
1447              "scopes": [
1448                "https://www.googleapis.com/auth/cloud-platform"
1449              ],
1450              "description": "Gets information about a location."
1451            }
1452          }
1453          ,
1454          "resources": {
1455            "global": {
1456              "resources": {
1457                "operations": {
1458                  "methods": {
1459                    "list": {
1460                      "id": "networkmanagement.projects.locations.global.operations.list",
1461                      "path": "v1/{+name}/operations",
1462                      "flatPath": "v1/projects/{projectsId}/locations/global/operations",
1463                      "httpMethod": "GET",
1464                      "parameters": {
1465                        "name": {
1466                          "description": "The name of the operation's parent resource.",
1467                          "location": "path",
1468                          "required": true,
1469                          "pattern": "^projects\/[^\/]+\/locations\/global$",
1470                          "type": "string"
1471                        },
1472                        "filter": {
1473                          "description": "The standard list filter.",
1474                          "location": "query",
1475                          "type": "string"
1476                        },
1477                        "pageSize": {
1478                          "description": "The standard list page size.",
1479                          "location": "query",
1480                          "type": "integer",
1481                          "format": "int32"
1482                        },
1483                        "pageToken": {
1484                          "description": "The standard list page token.",
1485                          "location": "query",
1486                          "type": "string"
1487                        }
1488                      },
1489                      "parameterOrder": [
1490                        "name"
1491                      ],
1492                      "response": {
1493                        "$ref": "ListOperationsResponse"
1494                      },
1495                      "scopes": [
1496                        "https://www.googleapis.com/auth/cloud-platform"
1497                      ],
1498                      "description": "Lists operations that match the specified filter in the request. If the\nserver doesn't support this method, it returns `UNIMPLEMENTED`.\n\nNOTE: the `name` binding allows API services to override the binding\nto use different resource name schemes, such as `users\/*\/operations`. To\noverride the binding, API services can add a binding such as\n`\"\/v1\/{name=users\/*}\/operations\"` to their service configuration.\nFor backwards compatibility, the default name includes the operations\ncollection id, however overriding users must ensure the name binding\nis the parent resource, without the operations collection id."
1499                    },
1500                    "get": {
1501                      "id": "networkmanagement.projects.locations.global.operations.get",
1502                      "path": "v1/{+name}",
1503                      "flatPath": "v1/projects/{projectsId}/locations/global/operations/{operationsId}",
1504                      "httpMethod": "GET",
1505                      "parameters": {
1506                        "name": {
1507                          "description": "The name of the operation resource.",
1508                          "location": "path",
1509                          "required": true,
1510                          "pattern": "^projects\/[^\/]+\/locations\/global\/operations\/[^\/]+$",
1511                          "type": "string"
1512                        }
1513                      },
1514                      "parameterOrder": [
1515                        "name"
1516                      ],
1517                      "response": {
1518                        "$ref": "Operation"
1519                      },
1520                      "scopes": [
1521                        "https://www.googleapis.com/auth/cloud-platform"
1522                      ],
1523                      "description": "Gets the latest state of a long-running operation.  Clients can use this\nmethod to poll the operation result at intervals as recommended by the API\nservice."
1524                    },
1525                    "delete": {
1526                      "id": "networkmanagement.projects.locations.global.operations.delete",
1527                      "path": "v1/{+name}",
1528                      "flatPath": "v1/projects/{projectsId}/locations/global/operations/{operationsId}",
1529                      "httpMethod": "DELETE",
1530                      "parameters": {
1531                        "name": {
1532                          "description": "The name of the operation resource to be deleted.",
1533                          "location": "path",
1534                          "required": true,
1535                          "pattern": "^projects\/[^\/]+\/locations\/global\/operations\/[^\/]+$",
1536                          "type": "string"
1537                        }
1538                      },
1539                      "parameterOrder": [
1540                        "name"
1541                      ],
1542                      "response": {
1543                        "$ref": "Empty"
1544                      },
1545                      "scopes": [
1546                        "https://www.googleapis.com/auth/cloud-platform"
1547                      ],
1548                      "description": "Deletes a long-running operation. This method indicates that the client is\nno longer interested in the operation result. It does not cancel the\noperation. If the server doesn't support this method, it returns\n`google.rpc.Code.UNIMPLEMENTED`."
1549                    },
1550                    "cancel": {
1551                      "id": "networkmanagement.projects.locations.global.operations.cancel",
1552                      "path": "v1/{+name}:cancel",
1553                      "flatPath": "v1/projects/{projectsId}/locations/global/operations/{operationsId}:cancel",
1554                      "httpMethod": "POST",
1555                      "parameters": {
1556                        "name": {
1557                          "description": "The name of the operation resource to be cancelled.",
1558                          "location": "path",
1559                          "required": true,
1560                          "pattern": "^projects\/[^\/]+\/locations\/global\/operations\/[^\/]+$",
1561                          "type": "string"
1562                        }
1563                      },
1564                      "parameterOrder": [
1565                        "name"
1566                      ],
1567                      "request": {
1568                        "$ref": "CancelOperationRequest"
1569                      },
1570                      "response": {
1571                        "$ref": "Empty"
1572                      },
1573                      "scopes": [
1574                        "https://www.googleapis.com/auth/cloud-platform"
1575                      ],
1576                      "description": "Starts asynchronous cancellation on a long-running operation.  The server\nmakes a best effort to cancel the operation, but success is not\nguaranteed.  If the server doesn't support this method, it returns\n`google.rpc.Code.UNIMPLEMENTED`.  Clients can use\nOperations.GetOperation or\nother methods to check whether the cancellation succeeded or whether the\noperation completed despite cancellation. On successful cancellation,\nthe operation is not deleted; instead, it becomes an operation with\nan Operation.error value with a google.rpc.Status.code of 1,\ncorresponding to `Code.CANCELLED`."
1577                    }
1578                  }
1579                },
1580                "connectivityTests": {
1581                  "methods": {
1582                    "list": {
1583                      "id": "networkmanagement.projects.locations.global.connectivityTests.list",
1584                      "path": "v1/{+parent}/connectivityTests",
1585                      "flatPath": "v1/projects/{projectsId}/locations/global/connectivityTests",
1586                      "httpMethod": "GET",
1587                      "parameters": {
1588                        "parent": {
1589                          "description": "Required. The parent resource of the Connectivity Tests:\n    `projects\/{project_id}\/locations\/global`",
1590                          "location": "path",
1591                          "required": true,
1592                          "pattern": "^projects\/[^\/]+\/locations\/global$",
1593                          "type": "string"
1594                        },
1595                        "pageSize": {
1596                          "description": "Number of `ConnectivityTests` to return.",
1597                          "location": "query",
1598                          "type": "integer",
1599                          "format": "int32"
1600                        },
1601                        "pageToken": {
1602                          "description": "Page token from an earlier query, as returned in `next_page_token`.",
1603                          "location": "query",
1604                          "type": "string"
1605                        },
1606                        "filter": {
1607                          "description": "Lists the `ConnectivityTests` that match the filter expression. A filter\nexpression filters the resources listed in the response. The expression\nmust be of the form `<field> <operator> <value>` where operators: `<`, `>`,\n`<=`,\n`>=`,\n`!=`, `=`, `:` are supported (colon `:` represents a HAS operator which is\nroughly synonymous with equality). <field> can refer to a proto or JSON\nfield, or a synthetic field. Field names can be camelCase or snake_case.\n\nExamples:\n- Filter by name:\n  name = \"projects\/proj-1\/connectivityTests\/test-1\n\n- Filter by labels:\n  - Resources that have a key called `foo`\n    labels.foo:*\n  - Resources that have a key called `foo` whose value is `bar`\n    labels.foo = bar",
1608                          "location": "query",
1609                          "type": "string"
1610                        },
1611                        "orderBy": {
1612                          "description": "Field to use to sort the list.",
1613                          "location": "query",
1614                          "type": "string"
1615                        }
1616                      },
1617                      "parameterOrder": [
1618                        "parent"
1619                      ],
1620                      "response": {
1621                        "$ref": "ListConnectivityTestsResponse"
1622                      },
1623                      "scopes": [
1624                        "https://www.googleapis.com/auth/cloud-platform"
1625                      ],
1626                      "description": "Lists all Connectivity Tests owned by a project."
1627                    },
1628                    "get": {
1629                      "id": "networkmanagement.projects.locations.global.connectivityTests.get",
1630                      "path": "v1/{+name}",
1631                      "flatPath": "v1/projects/{projectsId}/locations/global/connectivityTests/{connectivityTestsId}",
1632                      "httpMethod": "GET",
1633                      "parameters": {
1634                        "name": {
1635                          "description": "Required. `ConnectivityTest` resource name using the form:\n    `projects\/{project_id}\/locations\/global\/connectivityTests\/{test_id}`",
1636                          "location": "path",
1637                          "required": true,
1638                          "pattern": "^projects\/[^\/]+\/locations\/global\/connectivityTests\/[^\/]+$",
1639                          "type": "string"
1640                        }
1641                      },
1642                      "parameterOrder": [
1643                        "name"
1644                      ],
1645                      "response": {
1646                        "$ref": "ConnectivityTest"
1647                      },
1648                      "scopes": [
1649                        "https://www.googleapis.com/auth/cloud-platform"
1650                      ],
1651                      "description": "Gets the details of a specific Connectivity Test."
1652                    },
1653                    "create": {
1654                      "id": "networkmanagement.projects.locations.global.connectivityTests.create",
1655                      "path": "v1/{+parent}/connectivityTests",
1656                      "flatPath": "v1/projects/{projectsId}/locations/global/connectivityTests",
1657                      "httpMethod": "POST",
1658                      "parameters": {
1659                        "parent": {
1660                          "description": "Required. The parent resource of the Connectivity Test to create:\n    `projects\/{project_id}\/locations\/global`",
1661                          "location": "path",
1662                          "required": true,
1663                          "pattern": "^projects\/[^\/]+\/locations\/global$",
1664                          "type": "string"
1665                        },
1666                        "testId": {
1667                          "description": "Required. The logical name of the Connectivity Test in your project\nwith the following restrictions:\n\n* Must contain only lowercase letters, numbers, and hyphens.\n* Must start with a letter.\n* Must be between 1-40 characters.\n* Must end with a number or a letter.\n* Must be unique within the customer project",
1668                          "location": "query",
1669                          "type": "string"
1670                        }
1671                      },
1672                      "parameterOrder": [
1673                        "parent"
1674                      ],
1675                      "request": {
1676                        "$ref": "ConnectivityTest"
1677                      },
1678                      "response": {
1679                        "$ref": "Operation"
1680                      },
1681                      "scopes": [
1682                        "https://www.googleapis.com/auth/cloud-platform"
1683                      ],
1684                      "description": "Creates a new Connectivity Test.\nAfter you create a test, the reachability analysis is performed as part\nof the long running operation, which completes when the analysis completes.\n\nIf the endpoint specifications in `ConnectivityTest` are invalid\n(for example, containing non-existent resources in the network, or you\ndon't have read permissions to the network configurations of listed\nprojects), then the reachability result returns a value of `UNKNOWN`.\n\nIf the endpoint specifications in `ConnectivityTest` are\nincomplete, the reachability result returns a value of\n<code>AMBIGUOUS<\/code>. For more information,\nsee the Connectivity Test documentation."
1685                    },
1686                    "patch": {
1687                      "id": "networkmanagement.projects.locations.global.connectivityTests.patch",
1688                      "path": "v1/{+name}",
1689                      "flatPath": "v1/projects/{projectsId}/locations/global/connectivityTests/{connectivityTestsId}",
1690                      "httpMethod": "PATCH",
1691                      "parameters": {
1692                        "name": {
1693                          "description": "Required. Unique name of the resource using the form:\n    `projects\/{project_id}\/tests\/{test_id}`",
1694                          "location": "path",
1695                          "required": true,
1696                          "pattern": "^projects\/[^\/]+\/locations\/global\/connectivityTests\/[^\/]+$",
1697                          "type": "string"
1698                        },
1699                        "updateMask": {
1700                          "description": "Required. Mask of fields to update. At least one path must be supplied in\nthis field.",
1701                          "location": "query",
1702                          "type": "string",
1703                          "format": "google-fieldmask"
1704                        }
1705                      },
1706                      "parameterOrder": [
1707                        "name"
1708                      ],
1709                      "request": {
1710                        "$ref": "ConnectivityTest"
1711                      },
1712                      "response": {
1713                        "$ref": "Operation"
1714                      },
1715                      "scopes": [
1716                        "https://www.googleapis.com/auth/cloud-platform"
1717                      ],
1718                      "description": "Updates the configuration of an existing `ConnectivityTest`.\nAfter you update a test, the reachability analysis is performed as part\nof the long running operation, which completes when the analysis completes.\nThe Reachability state in the test resource is updated with the new result.\n\nIf the endpoint specifications in `ConnectivityTest` are invalid\n(for example, they contain non-existent resources in the network, or the\nuser does not have read permissions to the network configurations of\nlisted projects), then the reachability result returns a value of\n<code>UNKNOWN<\/code>.\n\nIf the endpoint specifications in `ConnectivityTest` are incomplete, the\nreachability result returns a value of `AMBIGUOUS`. See the documentation\nin `ConnectivityTest` for for more details."
1719                    },
1720                    "rerun": {
1721                      "id": "networkmanagement.projects.locations.global.connectivityTests.rerun",
1722                      "path": "v1/{+name}:rerun",
1723                      "flatPath": "v1/projects/{projectsId}/locations/global/connectivityTests/{connectivityTestsId}:rerun",
1724                      "httpMethod": "POST",
1725                      "parameters": {
1726                        "name": {
1727                          "description": "Required. Connectivity Test resource name using the form:\n    `projects\/{project_id}\/connectivityTests\/{test_id}`",
1728                          "location": "path",
1729                          "required": true,
1730                          "pattern": "^projects\/[^\/]+\/locations\/global\/connectivityTests\/[^\/]+$",
1731                          "type": "string"
1732                        }
1733                      },
1734                      "parameterOrder": [
1735                        "name"
1736                      ],
1737                      "request": {
1738                        "$ref": "RerunConnectivityTestRequest"
1739                      },
1740                      "response": {
1741                        "$ref": "Operation"
1742                      },
1743                      "scopes": [
1744                        "https://www.googleapis.com/auth/cloud-platform"
1745                      ],
1746                      "description": "Rerun an existing `ConnectivityTest`.\nAfter the user triggers the rerun, the reachability analysis is performed\nas part of the long running operation, which completes when the analysis\ncompletes.\n\nEven though the test configuration remains the same, the reachability\nresult may change due to underlying network configuration changes.\n\nIf the endpoint specifications in `ConnectivityTest` become invalid (for\nexample, specified resources are deleted in the network, or you lost\nread permissions to the network configurations of listed projects), then\nthe reachability result returns a value of `UNKNOWN`."
1747                    },
1748                    "delete": {
1749                      "id": "networkmanagement.projects.locations.global.connectivityTests.delete",
1750                      "path": "v1/{+name}",
1751                      "flatPath": "v1/projects/{projectsId}/locations/global/connectivityTests/{connectivityTestsId}",
1752                      "httpMethod": "DELETE",
1753                      "parameters": {
1754                        "name": {
1755                          "description": "Required. Connectivity Test resource name using the form:\n    `projects\/{project_id}\/connectivityTests\/{test_id}`",
1756                          "location": "path",
1757                          "required": true,
1758                          "pattern": "^projects\/[^\/]+\/locations\/global\/connectivityTests\/[^\/]+$",
1759                          "type": "string"
1760                        }
1761                      },
1762                      "parameterOrder": [
1763                        "name"
1764                      ],
1765                      "response": {
1766                        "$ref": "Operation"
1767                      },
1768                      "scopes": [
1769                        "https://www.googleapis.com/auth/cloud-platform"
1770                      ],
1771                      "description": "Deletes a specific `ConnectivityTest`."
1772                    },
1773                    "setIamPolicy": {
1774                      "id": "networkmanagement.projects.locations.global.connectivityTests.setIamPolicy",
1775                      "path": "v1/{+resource}:setIamPolicy",
1776                      "flatPath": "v1/projects/{projectsId}/locations/global/connectivityTests/{connectivityTestsId}:setIamPolicy",
1777                      "httpMethod": "POST",
1778                      "parameters": {
1779                        "resource": {
1780                          "description": "REQUIRED: The resource for which the policy is being specified.\nSee the operation documentation for the appropriate value for this field.",
1781                          "location": "path",
1782                          "required": true,
1783                          "pattern": "^projects\/[^\/]+\/locations\/global\/connectivityTests\/[^\/]+$",
1784                          "type": "string"
1785                        }
1786                      },
1787                      "parameterOrder": [
1788                        "resource"
1789                      ],
1790                      "request": {
1791                        "$ref": "SetIamPolicyRequest"
1792                      },
1793                      "response": {
1794                        "$ref": "Policy"
1795                      },
1796                      "scopes": [
1797                        "https://www.googleapis.com/auth/cloud-platform"
1798                      ],
1799                      "description": "Sets the access control policy on the specified resource. Replaces any\nexisting policy.\n\nCan return Public Errors: NOT_FOUND, INVALID_ARGUMENT and PERMISSION_DENIED"
1800                    },
1801                    "getIamPolicy": {
1802                      "id": "networkmanagement.projects.locations.global.connectivityTests.getIamPolicy",
1803                      "path": "v1/{+resource}:getIamPolicy",
1804                      "flatPath": "v1/projects/{projectsId}/locations/global/connectivityTests/{connectivityTestsId}:getIamPolicy",
1805                      "httpMethod": "GET",
1806                      "parameters": {
1807                        "resource": {
1808                          "description": "REQUIRED: The resource for which the policy is being requested.\nSee the operation documentation for the appropriate value for this field.",
1809                          "location": "path",
1810                          "required": true,
1811                          "pattern": "^projects\/[^\/]+\/locations\/global\/connectivityTests\/[^\/]+$",
1812                          "type": "string"
1813                        },
1814                        "options.requestedPolicyVersion": {
1815                          "description": "Optional. The policy format version to be returned.\n\nValid values are 0, 1, and 3. Requests specifying an invalid value will be\nrejected.\n\nRequests for policies with any conditional bindings must specify version 3.\nPolicies without any conditional bindings may specify any valid value or\nleave the field unset.",
1816                          "location": "query",
1817                          "type": "integer",
1818                          "format": "int32"
1819                        }
1820                      },
1821                      "parameterOrder": [
1822                        "resource"
1823                      ],
1824                      "response": {
1825                        "$ref": "Policy"
1826                      },
1827                      "scopes": [
1828                        "https://www.googleapis.com/auth/cloud-platform"
1829                      ],
1830                      "description": "Gets the access control policy for a resource.\nReturns an empty policy if the resource exists and does not have a policy\nset."
1831                    },
1832                    "testIamPermissions": {
1833                      "id": "networkmanagement.projects.locations.global.connectivityTests.testIamPermissions",
1834                      "path": "v1/{+resource}:testIamPermissions",
1835                      "flatPath": "v1/projects/{projectsId}/locations/global/connectivityTests/{connectivityTestsId}:testIamPermissions",
1836                      "httpMethod": "POST",
1837                      "parameters": {
1838                        "resource": {
1839                          "description": "REQUIRED: The resource for which the policy detail is being requested.\nSee the operation documentation for the appropriate value for this field.",
1840                          "location": "path",
1841                          "required": true,
1842                          "pattern": "^projects\/[^\/]+\/locations\/global\/connectivityTests\/[^\/]+$",
1843                          "type": "string"
1844                        }
1845                      },
1846                      "parameterOrder": [
1847                        "resource"
1848                      ],
1849                      "request": {
1850                        "$ref": "TestIamPermissionsRequest"
1851                      },
1852                      "response": {
1853                        "$ref": "TestIamPermissionsResponse"
1854                      },
1855                      "scopes": [
1856                        "https://www.googleapis.com/auth/cloud-platform"
1857                      ],
1858                      "description": "Returns permissions that a caller has on the specified resource.\nIf the resource does not exist, this will return an empty set of\npermissions, not a NOT_FOUND error.\n\nNote: This operation is designed to be used for building permission-aware\nUIs and command-line tools, not for authorization checking. This operation\nmay \"fail open\" without warning."
1859                    }
1860                  }
1861                }
1862              }
1863            }
1864          }
1865        }
1866      }
1867    }
1868  },
1869  "basePath": ""
1870}