{
  "title": "Network Connectivity API",
  "version_module": true,
  "kind": "discovery#restDescription",
  "ownerName": "Google",
  "canonicalName": "networkconnectivity",
  "name": "networkconnectivity",
  "batchPath": "batch",
  "resources": {
    "projects": {
      "resources": {
        "locations": {
          "methods": {
            "get": {
              "id": "networkconnectivity.projects.locations.get",
              "httpMethod": "GET",
              "parameterOrder": [
                "name"
              ],
              "response": {
                "$ref": "GoogleCloudLocationLocation"
              },
              "parameters": {
                "name": {
                  "pattern": "^projects/[^/]+/locations/[^/]+$",
                  "required": true,
                  "location": "path",
                  "description": "Resource name for the location.",
                  "type": "string"
                }
              },
              "description": "Gets information about a location.",
              "path": "v1beta/{+name}",
              "scopes": [
                "https://www.googleapis.com/auth/cloud-platform"
              ],
              "flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}"
            },
            "list": {
              "description": "Lists information about the supported locations for this service. This method lists locations based on the resource scope provided in the ListLocationsRequest.name field: * **Global locations**: If `name` is empty, the method lists the public locations available to all projects. * **Project-specific locations**: If `name` follows the format `projects/{project}`, the method lists locations visible to that specific project. This includes public, private, or other project-specific locations enabled for the project. For gRPC and client library implementations, the resource name is passed as the `name` field. For direct service calls, the resource name is incorporated into the request path based on the specific service implementation and version.",
              "parameters": {
                "name": {
                  "location": "path",
                  "pattern": "^projects/[^/]+$",
                  "required": true,
                  "type": "string",
                  "description": "The resource that owns the locations collection, if applicable."
                },
                "filter": {
                  "location": "query",
                  "description": "A filter to narrow down results to a preferred subset. The filtering language accepts strings like `\"displayName=tokyo\"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).",
                  "type": "string"
                },
                "extraLocationTypes": {
                  "location": "query",
                  "repeated": true,
                  "type": "string",
                  "description": "Optional. Do not use this field unless explicitly documented otherwise. This is primarily for internal usage."
                },
                "pageToken": {
                  "type": "string",
                  "description": "A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.",
                  "location": "query"
                },
                "pageSize": {
                  "description": "The maximum number of results to return. If not set, the service selects a default.",
                  "type": "integer",
                  "format": "int32",
                  "location": "query"
                }
              },
              "flatPath": "v1beta/projects/{projectsId}/locations",
              "path": "v1beta/{+name}/locations",
              "scopes": [
                "https://www.googleapis.com/auth/cloud-platform"
              ],
              "id": "networkconnectivity.projects.locations.list",
              "httpMethod": "GET",
              "parameterOrder": [
                "name"
              ],
              "response": {
                "$ref": "GoogleCloudLocationListLocationsResponse"
              }
            }
          },
          "resources": {
            "regionalEndpoints": {
              "methods": {
                "list": {
                  "description": "Lists RegionalEndpoints in a given project and location.",
                  "parameters": {
                    "pageSize": {
                      "location": "query",
                      "format": "int32",
                      "type": "integer",
                      "description": "Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default."
                    },
                    "orderBy": {
                      "description": "Sort the results by a certain order.",
                      "type": "string",
                      "location": "query"
                    },
                    "pageToken": {
                      "type": "string",
                      "description": "A page token.",
                      "location": "query"
                    },
                    "parent": {
                      "type": "string",
                      "description": "Required. The parent resource's name of the RegionalEndpoint.",
                      "location": "path",
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "required": true
                    },
                    "filter": {
                      "location": "query",
                      "description": "A filter expression that filters the results listed in the response.",
                      "type": "string"
                    }
                  },
                  "flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/regionalEndpoints",
                  "path": "v1beta/{+parent}/regionalEndpoints",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "parameterOrder": [
                    "parent"
                  ],
                  "response": {
                    "$ref": "GoogleCloudNetworkconnectivityV1betaListRegionalEndpointsResponse"
                  },
                  "id": "networkconnectivity.projects.locations.regionalEndpoints.list",
                  "httpMethod": "GET"
                },
                "create": {
                  "id": "networkconnectivity.projects.locations.regionalEndpoints.create",
                  "httpMethod": "POST",
                  "parameterOrder": [
                    "parent"
                  ],
                  "response": {
                    "$ref": "GoogleLongrunningOperation"
                  },
                  "parameters": {
                    "parent": {
                      "description": "Required. The parent resource's name of the RegionalEndpoint.",
                      "type": "string",
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "required": true,
                      "location": "path"
                    },
                    "regionalEndpointId": {
                      "description": "Required. Unique id of the Regional Endpoint to be created. @pattern: ^[-a-z0-9](?:[-a-z0-9]{0,44})[a-z0-9]$",
                      "type": "string",
                      "location": "query"
                    },
                    "requestId": {
                      "description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server knows to ignore the request if it has already been completed. The server guarantees that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if the original operation with the same request ID was received, and if so, ignores the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
                      "type": "string",
                      "location": "query"
                    }
                  },
                  "description": "Creates a new RegionalEndpoint in a given project and location.",
                  "path": "v1beta/{+parent}/regionalEndpoints",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/regionalEndpoints",
                  "request": {
                    "$ref": "GoogleCloudNetworkconnectivityV1betaRegionalEndpoint"
                  }
                },
                "delete": {
                  "parameterOrder": [
                    "name"
                  ],
                  "response": {
                    "$ref": "GoogleLongrunningOperation"
                  },
                  "httpMethod": "DELETE",
                  "id": "networkconnectivity.projects.locations.regionalEndpoints.delete",
                  "path": "v1beta/{+name}",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/regionalEndpoints/{regionalEndpointsId}",
                  "parameters": {
                    "name": {
                      "type": "string",
                      "description": "Required. The name of the RegionalEndpoint to delete.",
                      "location": "path",
                      "pattern": "^projects/[^/]+/locations/[^/]+/regionalEndpoints/[^/]+$",
                      "required": true
                    },
                    "requestId": {
                      "location": "query",
                      "type": "string",
                      "description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server knows to ignore the request if it has already been completed. The server guarantees that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if the original operation with the same request ID was received, and if so, ignores the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000)."
                    }
                  },
                  "description": "Deletes a single RegionalEndpoint."
                },
                "get": {
                  "flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/regionalEndpoints/{regionalEndpointsId}",
                  "path": "v1beta/{+name}",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "description": "Gets details of a single RegionalEndpoint.",
                  "parameters": {
                    "name": {
                      "location": "path",
                      "pattern": "^projects/[^/]+/locations/[^/]+/regionalEndpoints/[^/]+$",
                      "required": true,
                      "type": "string",
                      "description": "Required. Name of the RegionalEndpoint resource to get. Format: `projects/{project}/locations/{location}/regionalEndpoints/{regional_endpoint}`"
                    }
                  },
                  "httpMethod": "GET",
                  "id": "networkconnectivity.projects.locations.regionalEndpoints.get",
                  "parameterOrder": [
                    "name"
                  ],
                  "response": {
                    "$ref": "GoogleCloudNetworkconnectivityV1betaRegionalEndpoint"
                  }
                }
              }
            },
            "global": {
              "resources": {
                "policyBasedRoutes": {
                  "methods": {
                    "create": {
                      "request": {
                        "$ref": "GoogleCloudNetworkconnectivityV1betaPolicyBasedRoute"
                      },
                      "path": "v1beta/{+parent}/policyBasedRoutes",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "flatPath": "v1beta/projects/{projectsId}/locations/global/policyBasedRoutes",
                      "parameters": {
                        "policyBasedRouteId": {
                          "location": "query",
                          "type": "string",
                          "description": "Required. Unique id for the policy-based route to create. Provided by the client when the resource is created. The name must comply with https://google.aip.dev/122#resource-id-segments. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([a-z0-9-]*[a-z0-9])?. The first character must be a lowercase letter, and all following characters (except for the last character) must be a dash, lowercase letter, or digit. The last character must be a lowercase letter or digit."
                        },
                        "parent": {
                          "location": "path",
                          "pattern": "^projects/[^/]+/locations/global$",
                          "required": true,
                          "type": "string",
                          "description": "Required. The parent resource's name of the PolicyBasedRoute."
                        },
                        "requestId": {
                          "type": "string",
                          "description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server knows to ignore the request if it has already been completed. The server guarantees that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, ignores the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
                          "location": "query"
                        }
                      },
                      "description": "Creates a new policy-based route in a given project and location.",
                      "parameterOrder": [
                        "parent"
                      ],
                      "response": {
                        "$ref": "GoogleLongrunningOperation"
                      },
                      "httpMethod": "POST",
                      "id": "networkconnectivity.projects.locations.global.policyBasedRoutes.create"
                    },
                    "testIamPermissions": {
                      "parameterOrder": [
                        "resource"
                      ],
                      "response": {
                        "$ref": "GoogleIamV1TestIamPermissionsResponse"
                      },
                      "httpMethod": "POST",
                      "id": "networkconnectivity.projects.locations.global.policyBasedRoutes.testIamPermissions",
                      "request": {
                        "$ref": "GoogleIamV1TestIamPermissionsRequest"
                      },
                      "path": "v1beta/{+resource}:testIamPermissions",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "flatPath": "v1beta/projects/{projectsId}/locations/global/policyBasedRoutes/{policyBasedRoutesId}:testIamPermissions",
                      "parameters": {
                        "resource": {
                          "pattern": "^projects/[^/]+/locations/global/policyBasedRoutes/[^/]+$",
                          "required": true,
                          "location": "path",
                          "description": "REQUIRED: The resource for which the policy detail is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
                          "type": "string"
                        }
                      },
                      "description": "Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may \"fail open\" without warning."
                    },
                    "get": {
                      "path": "v1beta/{+name}",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "flatPath": "v1beta/projects/{projectsId}/locations/global/policyBasedRoutes/{policyBasedRoutesId}",
                      "parameters": {
                        "name": {
                          "type": "string",
                          "description": "Required. Name of the PolicyBasedRoute resource to get.",
                          "location": "path",
                          "pattern": "^projects/[^/]+/locations/global/policyBasedRoutes/[^/]+$",
                          "required": true
                        }
                      },
                      "description": "Gets details of a single policy-based route.",
                      "parameterOrder": [
                        "name"
                      ],
                      "response": {
                        "$ref": "GoogleCloudNetworkconnectivityV1betaPolicyBasedRoute"
                      },
                      "httpMethod": "GET",
                      "id": "networkconnectivity.projects.locations.global.policyBasedRoutes.get"
                    },
                    "list": {
                      "httpMethod": "GET",
                      "id": "networkconnectivity.projects.locations.global.policyBasedRoutes.list",
                      "parameterOrder": [
                        "parent"
                      ],
                      "response": {
                        "$ref": "GoogleCloudNetworkconnectivityV1betaListPolicyBasedRoutesResponse"
                      },
                      "path": "v1beta/{+parent}/policyBasedRoutes",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "flatPath": "v1beta/projects/{projectsId}/locations/global/policyBasedRoutes",
                      "parameters": {
                        "pageToken": {
                          "location": "query",
                          "type": "string",
                          "description": "The page token."
                        },
                        "parent": {
                          "type": "string",
                          "description": "Required. The parent resource's name.",
                          "location": "path",
                          "pattern": "^projects/[^/]+/locations/global$",
                          "required": true
                        },
                        "filter": {
                          "type": "string",
                          "description": "A filter expression that filters the results listed in the response.",
                          "location": "query"
                        },
                        "pageSize": {
                          "format": "int32",
                          "location": "query",
                          "description": "The maximum number of results per page that should be returned.",
                          "type": "integer"
                        },
                        "orderBy": {
                          "location": "query",
                          "description": "Sort the results by a certain order.",
                          "type": "string"
                        }
                      },
                      "description": "Lists policy-based routes in a given project and location."
                    },
                    "setIamPolicy": {
                      "request": {
                        "$ref": "GoogleIamV1SetIamPolicyRequest"
                      },
                      "path": "v1beta/{+resource}:setIamPolicy",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "flatPath": "v1beta/projects/{projectsId}/locations/global/policyBasedRoutes/{policyBasedRoutesId}:setIamPolicy",
                      "parameters": {
                        "resource": {
                          "description": "REQUIRED: The resource for which the policy is being specified. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
                          "type": "string",
                          "pattern": "^projects/[^/]+/locations/global/policyBasedRoutes/[^/]+$",
                          "required": true,
                          "location": "path"
                        }
                      },
                      "description": "Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.",
                      "parameterOrder": [
                        "resource"
                      ],
                      "response": {
                        "$ref": "GoogleIamV1Policy"
                      },
                      "httpMethod": "POST",
                      "id": "networkconnectivity.projects.locations.global.policyBasedRoutes.setIamPolicy"
                    },
                    "delete": {
                      "parameterOrder": [
                        "name"
                      ],
                      "response": {
                        "$ref": "GoogleLongrunningOperation"
                      },
                      "httpMethod": "DELETE",
                      "id": "networkconnectivity.projects.locations.global.policyBasedRoutes.delete",
                      "flatPath": "v1beta/projects/{projectsId}/locations/global/policyBasedRoutes/{policyBasedRoutesId}",
                      "path": "v1beta/{+name}",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "description": "Deletes a single policy-based route.",
                      "parameters": {
                        "name": {
                          "type": "string",
                          "description": "Required. Name of the policy-based route resource to delete.",
                          "location": "path",
                          "pattern": "^projects/[^/]+/locations/global/policyBasedRoutes/[^/]+$",
                          "required": true
                        },
                        "requestId": {
                          "location": "query",
                          "type": "string",
                          "description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server knows to ignore the request if it has already been completed. The server guarantees that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, ignores the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000)."
                        }
                      }
                    },
                    "getIamPolicy": {
                      "parameters": {
                        "resource": {
                          "description": "REQUIRED: The resource for which the policy is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
                          "type": "string",
                          "pattern": "^projects/[^/]+/locations/global/policyBasedRoutes/[^/]+$",
                          "required": true,
                          "location": "path"
                        },
                        "options.requestedPolicyVersion": {
                          "format": "int32",
                          "location": "query",
                          "description": "Optional. The maximum policy version that will be used to format the policy. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset. The policy in the response might use the policy version that you specified, or it might use a lower policy version. For example, if you specify version 3, but the policy has no conditional role bindings, the response uses version 1. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).",
                          "type": "integer"
                        }
                      },
                      "description": "Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.",
                      "path": "v1beta/{+resource}:getIamPolicy",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "flatPath": "v1beta/projects/{projectsId}/locations/global/policyBasedRoutes/{policyBasedRoutesId}:getIamPolicy",
                      "id": "networkconnectivity.projects.locations.global.policyBasedRoutes.getIamPolicy",
                      "httpMethod": "GET",
                      "parameterOrder": [
                        "resource"
                      ],
                      "response": {
                        "$ref": "GoogleIamV1Policy"
                      }
                    }
                  }
                },
                "hubs": {
                  "methods": {
                    "listSpokes": {
                      "parameters": {
                        "name": {
                          "location": "path",
                          "pattern": "^projects/[^/]+/locations/global/hubs/[^/]+$",
                          "required": true,
                          "type": "string",
                          "description": "Required. The name of the hub."
                        },
                        "filter": {
                          "location": "query",
                          "description": "An expression that filters the list of results.",
                          "type": "string"
                        },
                        "pageToken": {
                          "location": "query",
                          "type": "string",
                          "description": "The page token."
                        },
                        "orderBy": {
                          "location": "query",
                          "description": "Sort the results by name or create_time.",
                          "type": "string"
                        },
                        "spokeLocations": {
                          "type": "string",
                          "description": "A list of locations. Specify one of the following: `[global]`, a single region (for example, `[us-central1]`), or a combination of values (for example, `[global, us-central1, us-west1]`). If the spoke_locations field is populated, the list of results includes only spokes in the specified location. If the spoke_locations field is not populated, the list of results includes spokes in all locations.",
                          "location": "query",
                          "repeated": true
                        },
                        "pageSize": {
                          "format": "int32",
                          "location": "query",
                          "description": "The maximum number of results to return per page.",
                          "type": "integer"
                        },
                        "view": {
                          "location": "query",
                          "enumDescriptions": [
                            "The spoke view is unspecified. When the spoke view is unspecified, the API returns the same fields as the `BASIC` view.",
                            "Includes `name`, `create_time`, `hub`, `unique_id`, `state`, `reasons`, and `spoke_type`. This is the default value.",
                            "Includes all spoke fields except `labels`. You can use the `DETAILED` view only when you set the `spoke_locations` field to `[global]`."
                          ],
                          "type": "string",
                          "enum": [
                            "SPOKE_VIEW_UNSPECIFIED",
                            "BASIC",
                            "DETAILED"
                          ],
                          "description": "The view of the spoke to return. The view that you use determines which spoke fields are included in the response."
                        }
                      },
                      "description": "Lists the Network Connectivity Center spokes associated with a specified hub and location. The list includes both spokes that are attached to the hub and spokes that have been proposed but not yet accepted.",
                      "path": "v1beta/{+name}:listSpokes",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "flatPath": "v1beta/projects/{projectsId}/locations/global/hubs/{hubsId}:listSpokes",
                      "id": "networkconnectivity.projects.locations.global.hubs.listSpokes",
                      "httpMethod": "GET",
                      "parameterOrder": [
                        "name"
                      ],
                      "response": {
                        "$ref": "GoogleCloudNetworkconnectivityV1betaListHubSpokesResponse"
                      }
                    },
                    "create": {
                      "id": "networkconnectivity.projects.locations.global.hubs.create",
                      "httpMethod": "POST",
                      "parameterOrder": [
                        "parent"
                      ],
                      "response": {
                        "$ref": "GoogleLongrunningOperation"
                      },
                      "parameters": {
                        "parent": {
                          "type": "string",
                          "description": "Required. The parent resource.",
                          "location": "path",
                          "pattern": "^projects/[^/]+/locations/global$",
                          "required": true
                        },
                        "hubId": {
                          "location": "query",
                          "description": "Required. A unique identifier for the hub.",
                          "type": "string"
                        },
                        "requestId": {
                          "location": "query",
                          "type": "string",
                          "description": "Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server knows to ignore the request if it has already been completed. The server guarantees that a request doesn't result in creation of duplicate commitments for at least 60 minutes. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check to see whether the original operation was received. If it was, the server ignores the second request. This behavior prevents clients from mistakenly creating duplicate commitments. The request ID must be a valid UUID, with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000)."
                        }
                      },
                      "description": "Creates a new Network Connectivity Center hub in the specified project.",
                      "path": "v1beta/{+parent}/hubs",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "flatPath": "v1beta/projects/{projectsId}/locations/global/hubs",
                      "request": {
                        "$ref": "GoogleCloudNetworkconnectivityV1betaHub"
                      }
                    },
                    "testIamPermissions": {
                      "flatPath": "v1beta/projects/{projectsId}/locations/global/hubs/{hubsId}:testIamPermissions",
                      "path": "v1beta/{+resource}:testIamPermissions",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "description": "Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may \"fail open\" without warning.",
                      "parameters": {
                        "resource": {
                          "location": "path",
                          "pattern": "^projects/[^/]+/locations/global/hubs/[^/]+$",
                          "required": true,
                          "type": "string",
                          "description": "REQUIRED: The resource for which the policy detail is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field."
                        }
                      },
                      "request": {
                        "$ref": "GoogleIamV1TestIamPermissionsRequest"
                      },
                      "httpMethod": "POST",
                      "id": "networkconnectivity.projects.locations.global.hubs.testIamPermissions",
                      "parameterOrder": [
                        "resource"
                      ],
                      "response": {
                        "$ref": "GoogleIamV1TestIamPermissionsResponse"
                      }
                    },
                    "patch": {
                      "flatPath": "v1beta/projects/{projectsId}/locations/global/hubs/{hubsId}",
                      "path": "v1beta/{+name}",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "description": "Updates the description and/or labels of a Network Connectivity Center hub.",
                      "parameters": {
                        "name": {
                          "description": "Immutable. The name of the hub. Hub names must be unique. They use the following form: `projects/{project_number}/locations/global/hubs/{hub_id}`",
                          "type": "string",
                          "pattern": "^projects/[^/]+/locations/global/hubs/[^/]+$",
                          "required": true,
                          "location": "path"
                        },
                        "updateMask": {
                          "description": "Optional. In the case of an update to an existing hub, field mask is used to specify the fields to be overwritten. The fields specified in the update_mask are relative to the resource, not the full request. A field is overwritten if it is in the mask. If the user does not provide a mask, then all fields are overwritten.",
                          "type": "string",
                          "format": "google-fieldmask",
                          "location": "query"
                        },
                        "requestId": {
                          "description": "Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server knows to ignore the request if it has already been completed. The server guarantees that a request doesn't result in creation of duplicate commitments for at least 60 minutes. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check to see whether the original operation was received. If it was, the server ignores the second request. This behavior prevents clients from mistakenly creating duplicate commitments. The request ID must be a valid UUID, with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
                          "type": "string",
                          "location": "query"
                        }
                      },
                      "request": {
                        "$ref": "GoogleCloudNetworkconnectivityV1betaHub"
                      },
                      "httpMethod": "PATCH",
                      "id": "networkconnectivity.projects.locations.global.hubs.patch",
                      "parameterOrder": [
                        "name"
                      ],
                      "response": {
                        "$ref": "GoogleLongrunningOperation"
                      }
                    },
                    "delete": {
                      "description": "Deletes a Network Connectivity Center hub.",
                      "parameters": {
                        "name": {
                          "pattern": "^projects/[^/]+/locations/global/hubs/[^/]+$",
                          "required": true,
                          "location": "path",
                          "description": "Required. The name of the hub to delete.",
                          "type": "string"
                        },
                        "requestId": {
                          "location": "query",
                          "description": "Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server knows to ignore the request if it has already been completed. The server guarantees that a request doesn't result in creation of duplicate commitments for at least 60 minutes. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check to see whether the original operation was received. If it was, the server ignores the second request. This behavior prevents clients from mistakenly creating duplicate commitments. The request ID must be a valid UUID, with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
                          "type": "string"
                        }
                      },
                      "flatPath": "v1beta/projects/{projectsId}/locations/global/hubs/{hubsId}",
                      "path": "v1beta/{+name}",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "id": "networkconnectivity.projects.locations.global.hubs.delete",
                      "httpMethod": "DELETE",
                      "parameterOrder": [
                        "name"
                      ],
                      "response": {
                        "$ref": "GoogleLongrunningOperation"
                      }
                    },
                    "get": {
                      "parameters": {
                        "name": {
                          "type": "string",
                          "description": "Required. The name of the hub resource to get.",
                          "location": "path",
                          "pattern": "^projects/[^/]+/locations/global/hubs/[^/]+$",
                          "required": true
                        }
                      },
                      "description": "Gets details about a Network Connectivity Center hub.",
                      "path": "v1beta/{+name}",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "flatPath": "v1beta/projects/{projectsId}/locations/global/hubs/{hubsId}",
                      "id": "networkconnectivity.projects.locations.global.hubs.get",
                      "httpMethod": "GET",
                      "parameterOrder": [
                        "name"
                      ],
                      "response": {
                        "$ref": "GoogleCloudNetworkconnectivityV1betaHub"
                      }
                    },
                    "acceptSpokeUpdate": {
                      "httpMethod": "POST",
                      "id": "networkconnectivity.projects.locations.global.hubs.acceptSpokeUpdate",
                      "parameterOrder": [
                        "name"
                      ],
                      "response": {
                        "$ref": "GoogleLongrunningOperation"
                      },
                      "flatPath": "v1beta/projects/{projectsId}/locations/global/hubs/{hubsId}:acceptSpokeUpdate",
                      "path": "v1beta/{+name}:acceptSpokeUpdate",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "description": "Accepts a proposal to update a Network Connectivity Center spoke in a hub.",
                      "parameters": {
                        "name": {
                          "location": "path",
                          "pattern": "^projects/[^/]+/locations/global/hubs/[^/]+$",
                          "required": true,
                          "type": "string",
                          "description": "Required. The name of the hub to accept spoke update."
                        }
                      },
                      "request": {
                        "$ref": "GoogleCloudNetworkconnectivityV1betaAcceptSpokeUpdateRequest"
                      }
                    },
                    "rejectSpokeUpdate": {
                      "httpMethod": "POST",
                      "id": "networkconnectivity.projects.locations.global.hubs.rejectSpokeUpdate",
                      "parameterOrder": [
                        "name"
                      ],
                      "response": {
                        "$ref": "GoogleLongrunningOperation"
                      },
                      "path": "v1beta/{+name}:rejectSpokeUpdate",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "flatPath": "v1beta/projects/{projectsId}/locations/global/hubs/{hubsId}:rejectSpokeUpdate",
                      "parameters": {
                        "name": {
                          "type": "string",
                          "description": "Required. The name of the hub to reject spoke update.",
                          "location": "path",
                          "pattern": "^projects/[^/]+/locations/global/hubs/[^/]+$",
                          "required": true
                        }
                      },
                      "description": "Rejects a proposal to update a Network Connectivity Center spoke in a hub.",
                      "request": {
                        "$ref": "GoogleCloudNetworkconnectivityV1betaRejectSpokeUpdateRequest"
                      }
                    },
                    "setIamPolicy": {
                      "request": {
                        "$ref": "GoogleIamV1SetIamPolicyRequest"
                      },
                      "description": "Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.",
                      "parameters": {
                        "resource": {
                          "type": "string",
                          "description": "REQUIRED: The resource for which the policy is being specified. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
                          "location": "path",
                          "pattern": "^projects/[^/]+/locations/global/hubs/[^/]+$",
                          "required": true
                        }
                      },
                      "flatPath": "v1beta/projects/{projectsId}/locations/global/hubs/{hubsId}:setIamPolicy",
                      "path": "v1beta/{+resource}:setIamPolicy",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "parameterOrder": [
                        "resource"
                      ],
                      "response": {
                        "$ref": "GoogleIamV1Policy"
                      },
                      "id": "networkconnectivity.projects.locations.global.hubs.setIamPolicy",
                      "httpMethod": "POST"
                    },
                    "acceptSpoke": {
                      "path": "v1beta/{+name}:acceptSpoke",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "flatPath": "v1beta/projects/{projectsId}/locations/global/hubs/{hubsId}:acceptSpoke",
                      "parameters": {
                        "name": {
                          "pattern": "^projects/[^/]+/locations/global/hubs/[^/]+$",
                          "required": true,
                          "location": "path",
                          "description": "Required. The name of the hub into which to accept the spoke.",
                          "type": "string"
                        }
                      },
                      "description": "Accepts a proposal to attach a Network Connectivity Center spoke to a hub.",
                      "request": {
                        "$ref": "GoogleCloudNetworkconnectivityV1betaAcceptHubSpokeRequest"
                      },
                      "httpMethod": "POST",
                      "id": "networkconnectivity.projects.locations.global.hubs.acceptSpoke",
                      "parameterOrder": [
                        "name"
                      ],
                      "response": {
                        "$ref": "GoogleLongrunningOperation"
                      }
                    },
                    "queryStatus": {
                      "flatPath": "v1beta/projects/{projectsId}/locations/global/hubs/{hubsId}:queryStatus",
                      "path": "v1beta/{+name}:queryStatus",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "description": "Query the Private Service Connect propagation status of a Network Connectivity Center hub.",
                      "parameters": {
                        "name": {
                          "type": "string",
                          "description": "Required. The name of the hub.",
                          "location": "path",
                          "pattern": "^projects/[^/]+/locations/global/hubs/[^/]+$",
                          "required": true
                        },
                        "filter": {
                          "location": "query",
                          "description": "Optional. An expression that filters the list of results. The filter can be used to filter the results by the following fields: * `psc_propagation_status.source_spoke` * `psc_propagation_status.source_group` * `psc_propagation_status.source_forwarding_rule` * `psc_propagation_status.target_spoke` * `psc_propagation_status.target_group` * `psc_propagation_status.code` * `psc_propagation_status.message`",
                          "type": "string"
                        },
                        "pageToken": {
                          "type": "string",
                          "description": "Optional. The page token.",
                          "location": "query"
                        },
                        "orderBy": {
                          "type": "string",
                          "description": "Optional. Sort the results in ascending order by the specified fields. A comma-separated list of any of these fields: * `psc_propagation_status.source_spoke` * `psc_propagation_status.source_group` * `psc_propagation_status.source_forwarding_rule` * `psc_propagation_status.target_spoke` * `psc_propagation_status.target_group` * `psc_propagation_status.code` If `group_by` is set, the value of the `order_by` field must be the same as or a subset of the `group_by` field.",
                          "location": "query"
                        },
                        "pageSize": {
                          "location": "query",
                          "format": "int32",
                          "type": "integer",
                          "description": "Optional. The maximum number of results to return per page."
                        },
                        "groupBy": {
                          "description": "Optional. Aggregate the results by the specified fields. A comma-separated list of any of these fields: * `psc_propagation_status.source_spoke` * `psc_propagation_status.source_group` * `psc_propagation_status.source_forwarding_rule` * `psc_propagation_status.target_spoke` * `psc_propagation_status.target_group` * `psc_propagation_status.code`",
                          "type": "string",
                          "location": "query"
                        }
                      },
                      "httpMethod": "GET",
                      "id": "networkconnectivity.projects.locations.global.hubs.queryStatus",
                      "parameterOrder": [
                        "name"
                      ],
                      "response": {
                        "$ref": "GoogleCloudNetworkconnectivityV1betaQueryHubStatusResponse"
                      }
                    },
                    "list": {
                      "parameterOrder": [
                        "parent"
                      ],
                      "response": {
                        "$ref": "GoogleCloudNetworkconnectivityV1betaListHubsResponse"
                      },
                      "httpMethod": "GET",
                      "id": "networkconnectivity.projects.locations.global.hubs.list",
                      "flatPath": "v1beta/projects/{projectsId}/locations/global/hubs",
                      "path": "v1beta/{+parent}/hubs",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "description": "Lists the Network Connectivity Center hubs associated with a given project.",
                      "parameters": {
                        "parent": {
                          "type": "string",
                          "description": "Required. The parent resource's name.",
                          "location": "path",
                          "pattern": "^projects/[^/]+/locations/global$",
                          "required": true
                        },
                        "filter": {
                          "location": "query",
                          "description": "An expression that filters the list of results.",
                          "type": "string"
                        },
                        "pageToken": {
                          "description": "The page token.",
                          "type": "string",
                          "location": "query"
                        },
                        "orderBy": {
                          "location": "query",
                          "type": "string",
                          "description": "Sort the results by a certain order."
                        },
                        "pageSize": {
                          "format": "int32",
                          "location": "query",
                          "description": "The maximum number of results per page to return.",
                          "type": "integer"
                        }
                      }
                    },
                    "getIamPolicy": {
                      "path": "v1beta/{+resource}:getIamPolicy",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "flatPath": "v1beta/projects/{projectsId}/locations/global/hubs/{hubsId}:getIamPolicy",
                      "parameters": {
                        "resource": {
                          "pattern": "^projects/[^/]+/locations/global/hubs/[^/]+$",
                          "required": true,
                          "location": "path",
                          "description": "REQUIRED: The resource for which the policy is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
                          "type": "string"
                        },
                        "options.requestedPolicyVersion": {
                          "location": "query",
                          "format": "int32",
                          "type": "integer",
                          "description": "Optional. The maximum policy version that will be used to format the policy. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset. The policy in the response might use the policy version that you specified, or it might use a lower policy version. For example, if you specify version 3, but the policy has no conditional role bindings, the response uses version 1. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies)."
                        }
                      },
                      "description": "Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.",
                      "parameterOrder": [
                        "resource"
                      ],
                      "response": {
                        "$ref": "GoogleIamV1Policy"
                      },
                      "httpMethod": "GET",
                      "id": "networkconnectivity.projects.locations.global.hubs.getIamPolicy"
                    },
                    "rejectSpoke": {
                      "parameterOrder": [
                        "name"
                      ],
                      "response": {
                        "$ref": "GoogleLongrunningOperation"
                      },
                      "id": "networkconnectivity.projects.locations.global.hubs.rejectSpoke",
                      "httpMethod": "POST",
                      "request": {
                        "$ref": "GoogleCloudNetworkconnectivityV1betaRejectHubSpokeRequest"
                      },
                      "parameters": {
                        "name": {
                          "type": "string",
                          "description": "Required. The name of the hub from which to reject the spoke.",
                          "location": "path",
                          "pattern": "^projects/[^/]+/locations/global/hubs/[^/]+$",
                          "required": true
                        }
                      },
                      "description": "Rejects a Network Connectivity Center spoke from being attached to a hub. If the spoke was previously in the `ACTIVE` state, it transitions to the `INACTIVE` state and is no longer able to connect to other spokes that are attached to the hub.",
                      "path": "v1beta/{+name}:rejectSpoke",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "flatPath": "v1beta/projects/{projectsId}/locations/global/hubs/{hubsId}:rejectSpoke"
                    }
                  },
                  "resources": {
                    "routeTables": {
                      "methods": {
                        "get": {
                          "path": "v1beta/{+name}",
                          "scopes": [
                            "https://www.googleapis.com/auth/cloud-platform"
                          ],
                          "flatPath": "v1beta/projects/{projectsId}/locations/global/hubs/{hubsId}/routeTables/{routeTablesId}",
                          "parameters": {
                            "name": {
                              "description": "Required. The name of the route table resource.",
                              "type": "string",
                              "pattern": "^projects/[^/]+/locations/global/hubs/[^/]+/routeTables/[^/]+$",
                              "required": true,
                              "location": "path"
                            }
                          },
                          "description": "Gets details about a Network Connectivity Center route table.",
                          "httpMethod": "GET",
                          "id": "networkconnectivity.projects.locations.global.hubs.routeTables.get",
                          "parameterOrder": [
                            "name"
                          ],
                          "response": {
                            "$ref": "GoogleCloudNetworkconnectivityV1betaRouteTable"
                          }
                        },
                        "list": {
                          "parameters": {
                            "orderBy": {
                              "description": "Sort the results by a certain order.",
                              "type": "string",
                              "location": "query"
                            },
                            "pageSize": {
                              "description": "The maximum number of results to return per page.",
                              "type": "integer",
                              "format": "int32",
                              "location": "query"
                            },
                            "parent": {
                              "pattern": "^projects/[^/]+/locations/global/hubs/[^/]+$",
                              "required": true,
                              "location": "path",
                              "description": "Required. The parent resource's name.",
                              "type": "string"
                            },
                            "filter": {
                              "type": "string",
                              "description": "An expression that filters the list of results.",
                              "location": "query"
                            },
                            "pageToken": {
                              "type": "string",
                              "description": "The page token.",
                              "location": "query"
                            }
                          },
                          "description": "Lists route tables in a given hub.",
                          "path": "v1beta/{+parent}/routeTables",
                          "scopes": [
                            "https://www.googleapis.com/auth/cloud-platform"
                          ],
                          "flatPath": "v1beta/projects/{projectsId}/locations/global/hubs/{hubsId}/routeTables",
                          "id": "networkconnectivity.projects.locations.global.hubs.routeTables.list",
                          "httpMethod": "GET",
                          "parameterOrder": [
                            "parent"
                          ],
                          "response": {
                            "$ref": "GoogleCloudNetworkconnectivityV1betaListRouteTablesResponse"
                          }
                        }
                      },
                      "resources": {
                        "routes": {
                          "methods": {
                            "get": {
                              "path": "v1beta/{+name}",
                              "scopes": [
                                "https://www.googleapis.com/auth/cloud-platform"
                              ],
                              "flatPath": "v1beta/projects/{projectsId}/locations/global/hubs/{hubsId}/routeTables/{routeTablesId}/routes/{routesId}",
                              "parameters": {
                                "name": {
                                  "pattern": "^projects/[^/]+/locations/global/hubs/[^/]+/routeTables/[^/]+/routes/[^/]+$",
                                  "required": true,
                                  "location": "path",
                                  "description": "Required. The name of the route resource.",
                                  "type": "string"
                                }
                              },
                              "description": "Gets details about the specified route.",
                              "httpMethod": "GET",
                              "id": "networkconnectivity.projects.locations.global.hubs.routeTables.routes.get",
                              "parameterOrder": [
                                "name"
                              ],
                              "response": {
                                "$ref": "GoogleCloudNetworkconnectivityV1betaRoute"
                              }
                            },
                            "list": {
                              "flatPath": "v1beta/projects/{projectsId}/locations/global/hubs/{hubsId}/routeTables/{routeTablesId}/routes",
                              "path": "v1beta/{+parent}/routes",
                              "scopes": [
                                "https://www.googleapis.com/auth/cloud-platform"
                              ],
                              "description": "Lists routes in a given route table.",
                              "parameters": {
                                "pageToken": {
                                  "description": "The page token.",
                                  "type": "string",
                                  "location": "query"
                                },
                                "parent": {
                                  "description": "Required. The parent resource's name.",
                                  "type": "string",
                                  "pattern": "^projects/[^/]+/locations/global/hubs/[^/]+/routeTables/[^/]+$",
                                  "required": true,
                                  "location": "path"
                                },
                                "filter": {
                                  "type": "string",
                                  "description": "An expression that filters the list of results.",
                                  "location": "query"
                                },
                                "pageSize": {
                                  "type": "integer",
                                  "description": "The maximum number of results to return per page.",
                                  "location": "query",
                                  "format": "int32"
                                },
                                "orderBy": {
                                  "location": "query",
                                  "type": "string",
                                  "description": "Sort the results by a certain order."
                                }
                              },
                              "httpMethod": "GET",
                              "id": "networkconnectivity.projects.locations.global.hubs.routeTables.routes.list",
                              "parameterOrder": [
                                "parent"
                              ],
                              "response": {
                                "$ref": "GoogleCloudNetworkconnectivityV1betaListRoutesResponse"
                              }
                            }
                          }
                        }
                      }
                    },
                    "groups": {
                      "methods": {
                        "get": {
                          "path": "v1beta/{+name}",
                          "scopes": [
                            "https://www.googleapis.com/auth/cloud-platform"
                          ],
                          "flatPath": "v1beta/projects/{projectsId}/locations/global/hubs/{hubsId}/groups/{groupsId}",
                          "parameters": {
                            "name": {
                              "description": "Required. The name of the route table resource.",
                              "type": "string",
                              "pattern": "^projects/[^/]+/locations/global/hubs/[^/]+/groups/[^/]+$",
                              "required": true,
                              "location": "path"
                            }
                          },
                          "description": "Gets details about a Network Connectivity Center group.",
                          "parameterOrder": [
                            "name"
                          ],
                          "response": {
                            "$ref": "GoogleCloudNetworkconnectivityV1betaGroup"
                          },
                          "httpMethod": "GET",
                          "id": "networkconnectivity.projects.locations.global.hubs.groups.get"
                        },
                        "testIamPermissions": {
                          "request": {
                            "$ref": "GoogleIamV1TestIamPermissionsRequest"
                          },
                          "path": "v1beta/{+resource}:testIamPermissions",
                          "scopes": [
                            "https://www.googleapis.com/auth/cloud-platform"
                          ],
                          "flatPath": "v1beta/projects/{projectsId}/locations/global/hubs/{hubsId}/groups/{groupsId}:testIamPermissions",
                          "parameters": {
                            "resource": {
                              "type": "string",
                              "description": "REQUIRED: The resource for which the policy detail is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
                              "location": "path",
                              "pattern": "^projects/[^/]+/locations/global/hubs/[^/]+/groups/[^/]+$",
                              "required": true
                            }
                          },
                          "description": "Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may \"fail open\" without warning.",
                          "parameterOrder": [
                            "resource"
                          ],
                          "response": {
                            "$ref": "GoogleIamV1TestIamPermissionsResponse"
                          },
                          "httpMethod": "POST",
                          "id": "networkconnectivity.projects.locations.global.hubs.groups.testIamPermissions"
                        },
                        "setIamPolicy": {
                          "request": {
                            "$ref": "GoogleIamV1SetIamPolicyRequest"
                          },
                          "parameters": {
                            "resource": {
                              "location": "path",
                              "pattern": "^projects/[^/]+/locations/global/hubs/[^/]+/groups/[^/]+$",
                              "required": true,
                              "type": "string",
                              "description": "REQUIRED: The resource for which the policy is being specified. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field."
                            }
                          },
                          "description": "Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.",
                          "path": "v1beta/{+resource}:setIamPolicy",
                          "scopes": [
                            "https://www.googleapis.com/auth/cloud-platform"
                          ],
                          "flatPath": "v1beta/projects/{projectsId}/locations/global/hubs/{hubsId}/groups/{groupsId}:setIamPolicy",
                          "parameterOrder": [
                            "resource"
                          ],
                          "response": {
                            "$ref": "GoogleIamV1Policy"
                          },
                          "id": "networkconnectivity.projects.locations.global.hubs.groups.setIamPolicy",
                          "httpMethod": "POST"
                        },
                        "list": {
                          "parameterOrder": [
                            "parent"
                          ],
                          "response": {
                            "$ref": "GoogleCloudNetworkconnectivityV1betaListGroupsResponse"
                          },
                          "httpMethod": "GET",
                          "id": "networkconnectivity.projects.locations.global.hubs.groups.list",
                          "path": "v1beta/{+parent}/groups",
                          "scopes": [
                            "https://www.googleapis.com/auth/cloud-platform"
                          ],
                          "flatPath": "v1beta/projects/{projectsId}/locations/global/hubs/{hubsId}/groups",
                          "parameters": {
                            "pageSize": {
                              "description": "The maximum number of results to return per page.",
                              "type": "integer",
                              "format": "int32",
                              "location": "query"
                            },
                            "orderBy": {
                              "location": "query",
                              "description": "Sort the results by a certain order.",
                              "type": "string"
                            },
                            "pageToken": {
                              "description": "The page token.",
                              "type": "string",
                              "location": "query"
                            },
                            "parent": {
                              "type": "string",
                              "description": "Required. The parent resource's name.",
                              "location": "path",
                              "pattern": "^projects/[^/]+/locations/global/hubs/[^/]+$",
                              "required": true
                            },
                            "filter": {
                              "location": "query",
                              "description": "An expression that filters the list of results.",
                              "type": "string"
                            }
                          },
                          "description": "Lists groups in a given hub."
                        },
                        "patch": {
                          "id": "networkconnectivity.projects.locations.global.hubs.groups.patch",
                          "httpMethod": "PATCH",
                          "parameterOrder": [
                            "name"
                          ],
                          "response": {
                            "$ref": "GoogleLongrunningOperation"
                          },
                          "description": "Updates the parameters of a Network Connectivity Center group.",
                          "parameters": {
                            "updateMask": {
                              "type": "string",
                              "description": "Optional. In the case of an update to an existing group, field mask is used to specify the fields to be overwritten. The fields specified in the update_mask are relative to the resource, not the full request. A field is overwritten if it is in the mask. If the user does not provide a mask, then all fields are overwritten.",
                              "location": "query",
                              "format": "google-fieldmask"
                            },
                            "requestId": {
                              "location": "query",
                              "type": "string",
                              "description": "Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server knows to ignore the request if it has already been completed. The server guarantees that a request doesn't result in creation of duplicate commitments for at least 60 minutes. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check to see whether the original operation was received. If it was, the server ignores the second request. This behavior prevents clients from mistakenly creating duplicate commitments. The request ID must be a valid UUID, with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000)."
                            },
                            "name": {
                              "location": "path",
                              "pattern": "^projects/[^/]+/locations/global/hubs/[^/]+/groups/[^/]+$",
                              "required": true,
                              "type": "string",
                              "description": "Immutable. The name of the group. Group names must be unique. They use the following form: `projects/{project_number}/locations/global/hubs/{hub}/groups/{group_id}`"
                            }
                          },
                          "flatPath": "v1beta/projects/{projectsId}/locations/global/hubs/{hubsId}/groups/{groupsId}",
                          "path": "v1beta/{+name}",
                          "scopes": [
                            "https://www.googleapis.com/auth/cloud-platform"
                          ],
                          "request": {
                            "$ref": "GoogleCloudNetworkconnectivityV1betaGroup"
                          }
                        },
                        "getIamPolicy": {
                          "parameters": {
                            "resource": {
                              "type": "string",
                              "description": "REQUIRED: The resource for which the policy is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
                              "location": "path",
                              "pattern": "^projects/[^/]+/locations/global/hubs/[^/]+/groups/[^/]+$",
                              "required": true
                            },
                            "options.requestedPolicyVersion": {
                              "format": "int32",
                              "location": "query",
                              "description": "Optional. The maximum policy version that will be used to format the policy. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset. The policy in the response might use the policy version that you specified, or it might use a lower policy version. For example, if you specify version 3, but the policy has no conditional role bindings, the response uses version 1. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).",
                              "type": "integer"
                            }
                          },
                          "description": "Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.",
                          "path": "v1beta/{+resource}:getIamPolicy",
                          "scopes": [
                            "https://www.googleapis.com/auth/cloud-platform"
                          ],
                          "flatPath": "v1beta/projects/{projectsId}/locations/global/hubs/{hubsId}/groups/{groupsId}:getIamPolicy",
                          "id": "networkconnectivity.projects.locations.global.hubs.groups.getIamPolicy",
                          "httpMethod": "GET",
                          "parameterOrder": [
                            "resource"
                          ],
                          "response": {
                            "$ref": "GoogleIamV1Policy"
                          }
                        }
                      }
                    }
                  }
                }
              }
            },
            "multicloudDataTransferConfigs": {
              "methods": {
                "patch": {
                  "description": "Updates a `MulticloudDataTransferConfig` resource in a specified project and location.",
                  "parameters": {
                    "name": {
                      "location": "path",
                      "pattern": "^projects/[^/]+/locations/[^/]+/multicloudDataTransferConfigs/[^/]+$",
                      "required": true,
                      "type": "string",
                      "description": "Identifier. The name of the `MulticloudDataTransferConfig` resource. Format: `projects/{project}/locations/{location}/multicloudDataTransferConfigs/{multicloud_data_transfer_config}`."
                    },
                    "updateMask": {
                      "location": "query",
                      "format": "google-fieldmask",
                      "type": "string",
                      "description": "Optional. `FieldMask` is used to specify the fields in the `MulticloudDataTransferConfig` resource to be overwritten by the update. The fields specified in `update_mask` are relative to the resource, not the full request. A field is overwritten if it is in the mask. If you don't specify a mask, all fields are overwritten."
                    },
                    "requestId": {
                      "location": "query",
                      "description": "Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server can ignore the request if it has already been completed. The server waits for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, can ignore the second request. This prevents clients from accidentally creating duplicate `MulticloudDataTransferConfig` resources. The request ID must be a valid UUID with the exception that zero UUID (00000000-0000-0000-0000-000000000000) isn't supported.",
                      "type": "string"
                    }
                  },
                  "flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/multicloudDataTransferConfigs/{multicloudDataTransferConfigsId}",
                  "path": "v1beta/{+name}",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "request": {
                    "$ref": "GoogleCloudNetworkconnectivityV1betaMulticloudDataTransferConfig"
                  },
                  "id": "networkconnectivity.projects.locations.multicloudDataTransferConfigs.patch",
                  "httpMethod": "PATCH",
                  "parameterOrder": [
                    "name"
                  ],
                  "response": {
                    "$ref": "GoogleLongrunningOperation"
                  }
                },
                "delete": {
                  "parameterOrder": [
                    "name"
                  ],
                  "response": {
                    "$ref": "GoogleLongrunningOperation"
                  },
                  "httpMethod": "DELETE",
                  "id": "networkconnectivity.projects.locations.multicloudDataTransferConfigs.delete",
                  "path": "v1beta/{+name}",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/multicloudDataTransferConfigs/{multicloudDataTransferConfigsId}",
                  "parameters": {
                    "requestId": {
                      "location": "query",
                      "type": "string",
                      "description": "Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server can ignore the request if it has already been completed. The server waits for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, can ignore the second request. This prevents clients from accidentally creating duplicate `MulticloudDataTransferConfig` resources. The request ID must be a valid UUID with the exception that zero UUID (00000000-0000-0000-0000-000000000000) isn't supported."
                    },
                    "etag": {
                      "location": "query",
                      "description": "Optional. The etag is computed by the server, and might be sent with update and delete requests so that the client has an up-to-date value before proceeding.",
                      "type": "string"
                    },
                    "name": {
                      "location": "path",
                      "pattern": "^projects/[^/]+/locations/[^/]+/multicloudDataTransferConfigs/[^/]+$",
                      "required": true,
                      "type": "string",
                      "description": "Required. The name of the `MulticloudDataTransferConfig` resource to delete."
                    }
                  },
                  "description": "Deletes a `MulticloudDataTransferConfig` resource."
                },
                "list": {
                  "description": "Lists the `MulticloudDataTransferConfig` resources in a specified project and location.",
                  "parameters": {
                    "pageToken": {
                      "location": "query",
                      "type": "string",
                      "description": "Optional. The page token."
                    },
                    "returnPartialSuccess": {
                      "location": "query",
                      "type": "boolean",
                      "description": "Optional. If `true`, allows partial responses for multi-regional aggregated list requests."
                    },
                    "parent": {
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "required": true,
                      "location": "path",
                      "description": "Required. The name of the parent resource.",
                      "type": "string"
                    },
                    "filter": {
                      "location": "query",
                      "type": "string",
                      "description": "Optional. An expression that filters the results listed in the response."
                    },
                    "pageSize": {
                      "description": "Optional. The maximum number of results listed per page.",
                      "type": "integer",
                      "format": "int32",
                      "location": "query"
                    },
                    "orderBy": {
                      "location": "query",
                      "description": "Optional. The sort order of the results.",
                      "type": "string"
                    }
                  },
                  "flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/multicloudDataTransferConfigs",
                  "path": "v1beta/{+parent}/multicloudDataTransferConfigs",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "id": "networkconnectivity.projects.locations.multicloudDataTransferConfigs.list",
                  "httpMethod": "GET",
                  "parameterOrder": [
                    "parent"
                  ],
                  "response": {
                    "$ref": "GoogleCloudNetworkconnectivityV1betaListMulticloudDataTransferConfigsResponse"
                  }
                },
                "get": {
                  "description": "Gets the details of a `MulticloudDataTransferConfig` resource.",
                  "parameters": {
                    "name": {
                      "pattern": "^projects/[^/]+/locations/[^/]+/multicloudDataTransferConfigs/[^/]+$",
                      "required": true,
                      "location": "path",
                      "description": "Required. The name of the `MulticloudDataTransferConfig` resource to get.",
                      "type": "string"
                    }
                  },
                  "flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/multicloudDataTransferConfigs/{multicloudDataTransferConfigsId}",
                  "path": "v1beta/{+name}",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "id": "networkconnectivity.projects.locations.multicloudDataTransferConfigs.get",
                  "httpMethod": "GET",
                  "parameterOrder": [
                    "name"
                  ],
                  "response": {
                    "$ref": "GoogleCloudNetworkconnectivityV1betaMulticloudDataTransferConfig"
                  }
                },
                "create": {
                  "description": "Creates a `MulticloudDataTransferConfig` resource in a specified project and location.",
                  "parameters": {
                    "requestId": {
                      "location": "query",
                      "description": "Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server can ignore the request if it has already been completed. The server waits for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, can ignore the second request. This prevents clients from accidentally creating duplicate `MulticloudDataTransferConfig` resources. The request ID must be a valid UUID with the exception that zero UUID (00000000-0000-0000-0000-000000000000) isn't supported.",
                      "type": "string"
                    },
                    "parent": {
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "required": true,
                      "location": "path",
                      "description": "Required. The name of the parent resource.",
                      "type": "string"
                    },
                    "multicloudDataTransferConfigId": {
                      "location": "query",
                      "description": "Required. The ID to use for the `MulticloudDataTransferConfig` resource, which becomes the final component of the `MulticloudDataTransferConfig` resource name.",
                      "type": "string"
                    }
                  },
                  "flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/multicloudDataTransferConfigs",
                  "path": "v1beta/{+parent}/multicloudDataTransferConfigs",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "request": {
                    "$ref": "GoogleCloudNetworkconnectivityV1betaMulticloudDataTransferConfig"
                  },
                  "id": "networkconnectivity.projects.locations.multicloudDataTransferConfigs.create",
                  "httpMethod": "POST",
                  "parameterOrder": [
                    "parent"
                  ],
                  "response": {
                    "$ref": "GoogleLongrunningOperation"
                  }
                }
              },
              "resources": {
                "destinations": {
                  "methods": {
                    "patch": {
                      "request": {
                        "$ref": "GoogleCloudNetworkconnectivityV1betaDestination"
                      },
                      "path": "v1beta/{+name}",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/multicloudDataTransferConfigs/{multicloudDataTransferConfigsId}/destinations/{destinationsId}",
                      "parameters": {
                        "updateMask": {
                          "description": "Optional. `FieldMask is used to specify the fields to be overwritten in the `Destination` resource by the update. The fields specified in `update_mask` are relative to the resource, not the full request. A field is overwritten if it is in the mask. If you don't specify a mask, all fields are overwritten.",
                          "type": "string",
                          "format": "google-fieldmask",
                          "location": "query"
                        },
                        "requestId": {
                          "description": "Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server can ignore the request if it has already been completed. The server waits for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, can ignore the second request. The request ID must be a valid UUID with the exception that zero UUID (00000000-0000-0000-0000-000000000000) isn't supported.",
                          "type": "string",
                          "location": "query"
                        },
                        "name": {
                          "description": "Identifier. The name of the `Destination` resource. Format: `projects/{project}/locations/{location}/multicloudDataTransferConfigs/{multicloud_data_transfer_config}/destinations/{destination}`.",
                          "type": "string",
                          "pattern": "^projects/[^/]+/locations/[^/]+/multicloudDataTransferConfigs/[^/]+/destinations/[^/]+$",
                          "required": true,
                          "location": "path"
                        }
                      },
                      "description": "Updates a `Destination` resource in a specified project and location.",
                      "parameterOrder": [
                        "name"
                      ],
                      "response": {
                        "$ref": "GoogleLongrunningOperation"
                      },
                      "httpMethod": "PATCH",
                      "id": "networkconnectivity.projects.locations.multicloudDataTransferConfigs.destinations.patch"
                    },
                    "delete": {
                      "parameters": {
                        "name": {
                          "description": "Required. The name of the `Destination` resource to delete.",
                          "type": "string",
                          "pattern": "^projects/[^/]+/locations/[^/]+/multicloudDataTransferConfigs/[^/]+/destinations/[^/]+$",
                          "required": true,
                          "location": "path"
                        },
                        "etag": {
                          "description": "Optional. The etag is computed by the server, and might be sent with update and delete requests so that the client has an up-to-date value before proceeding.",
                          "type": "string",
                          "location": "query"
                        },
                        "requestId": {
                          "location": "query",
                          "type": "string",
                          "description": "Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server can ignore the request if it has already been completed. The server waits for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, can ignore the second request. The request ID must be a valid UUID with the exception that zero UUID (00000000-0000-0000-0000-000000000000) isn't supported."
                        }
                      },
                      "description": "Deletes a `Destination` resource.",
                      "path": "v1beta/{+name}",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/multicloudDataTransferConfigs/{multicloudDataTransferConfigsId}/destinations/{destinationsId}",
                      "id": "networkconnectivity.projects.locations.multicloudDataTransferConfigs.destinations.delete",
                      "httpMethod": "DELETE",
                      "parameterOrder": [
                        "name"
                      ],
                      "response": {
                        "$ref": "GoogleLongrunningOperation"
                      }
                    },
                    "get": {
                      "flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/multicloudDataTransferConfigs/{multicloudDataTransferConfigsId}/destinations/{destinationsId}",
                      "path": "v1beta/{+name}",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "description": "Gets the details of a `Destination` resource.",
                      "parameters": {
                        "name": {
                          "location": "path",
                          "pattern": "^projects/[^/]+/locations/[^/]+/multicloudDataTransferConfigs/[^/]+/destinations/[^/]+$",
                          "required": true,
                          "type": "string",
                          "description": "Required. The name of the `Destination` resource to get."
                        }
                      },
                      "parameterOrder": [
                        "name"
                      ],
                      "response": {
                        "$ref": "GoogleCloudNetworkconnectivityV1betaDestination"
                      },
                      "httpMethod": "GET",
                      "id": "networkconnectivity.projects.locations.multicloudDataTransferConfigs.destinations.get"
                    },
                    "create": {
                      "request": {
                        "$ref": "GoogleCloudNetworkconnectivityV1betaDestination"
                      },
                      "path": "v1beta/{+parent}/destinations",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/multicloudDataTransferConfigs/{multicloudDataTransferConfigsId}/destinations",
                      "parameters": {
                        "requestId": {
                          "type": "string",
                          "description": "Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server can ignore the request if it has already been completed. The server waits for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, can ignore the second request. This prevents clients from accidentally creating duplicate `Destination` resources. The request ID must be a valid UUID with the exception that zero UUID (00000000-0000-0000-0000-000000000000) isn't supported.",
                          "location": "query"
                        },
                        "parent": {
                          "description": "Required. The name of the parent resource.",
                          "type": "string",
                          "pattern": "^projects/[^/]+/locations/[^/]+/multicloudDataTransferConfigs/[^/]+$",
                          "required": true,
                          "location": "path"
                        },
                        "destinationId": {
                          "type": "string",
                          "description": "Required. The ID to use for the `Destination` resource, which becomes the final component of the `Destination` resource name.",
                          "location": "query"
                        }
                      },
                      "description": "Creates a `Destination` resource in a specified project and location.",
                      "parameterOrder": [
                        "parent"
                      ],
                      "response": {
                        "$ref": "GoogleLongrunningOperation"
                      },
                      "httpMethod": "POST",
                      "id": "networkconnectivity.projects.locations.multicloudDataTransferConfigs.destinations.create"
                    },
                    "list": {
                      "flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/multicloudDataTransferConfigs/{multicloudDataTransferConfigsId}/destinations",
                      "path": "v1beta/{+parent}/destinations",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "description": "Lists the `Destination` resources in a specified project and location.",
                      "parameters": {
                        "pageToken": {
                          "location": "query",
                          "type": "string",
                          "description": "Optional. The page token."
                        },
                        "returnPartialSuccess": {
                          "location": "query",
                          "type": "boolean",
                          "description": "Optional. If `true`, allow partial responses for multi-regional aggregated list requests."
                        },
                        "parent": {
                          "location": "path",
                          "pattern": "^projects/[^/]+/locations/[^/]+/multicloudDataTransferConfigs/[^/]+$",
                          "required": true,
                          "type": "string",
                          "description": "Required. The name of the parent resource."
                        },
                        "filter": {
                          "description": "Optional. An expression that filters the results listed in the response.",
                          "type": "string",
                          "location": "query"
                        },
                        "pageSize": {
                          "type": "integer",
                          "description": "Optional. The maximum number of results listed per page.",
                          "location": "query",
                          "format": "int32"
                        },
                        "orderBy": {
                          "location": "query",
                          "type": "string",
                          "description": "Optional. The sort order of the results."
                        }
                      },
                      "httpMethod": "GET",
                      "id": "networkconnectivity.projects.locations.multicloudDataTransferConfigs.destinations.list",
                      "parameterOrder": [
                        "parent"
                      ],
                      "response": {
                        "$ref": "GoogleCloudNetworkconnectivityV1betaListDestinationsResponse"
                      }
                    }
                  }
                }
              }
            },
            "spokes": {
              "methods": {
                "getIamPolicy": {
                  "id": "networkconnectivity.projects.locations.spokes.getIamPolicy",
                  "httpMethod": "GET",
                  "parameterOrder": [
                    "resource"
                  ],
                  "response": {
                    "$ref": "GoogleIamV1Policy"
                  },
                  "description": "Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.",
                  "parameters": {
                    "resource": {
                      "description": "REQUIRED: The resource for which the policy is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
                      "type": "string",
                      "pattern": "^projects/[^/]+/locations/[^/]+/spokes/[^/]+$",
                      "required": true,
                      "location": "path"
                    },
                    "options.requestedPolicyVersion": {
                      "location": "query",
                      "format": "int32",
                      "type": "integer",
                      "description": "Optional. The maximum policy version that will be used to format the policy. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset. The policy in the response might use the policy version that you specified, or it might use a lower policy version. For example, if you specify version 3, but the policy has no conditional role bindings, the response uses version 1. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies)."
                    }
                  },
                  "flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/spokes/{spokesId}:getIamPolicy",
                  "path": "v1beta/{+resource}:getIamPolicy",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ]
                },
                "patch": {
                  "parameters": {
                    "updateMask": {
                      "format": "google-fieldmask",
                      "location": "query",
                      "description": "Optional. In the case of an update to an existing spoke, field mask is used to specify the fields to be overwritten. The fields specified in the update_mask are relative to the resource, not the full request. A field is overwritten if it is in the mask. If the user does not provide a mask, then all fields are overwritten.",
                      "type": "string"
                    },
                    "requestId": {
                      "location": "query",
                      "description": "Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server knows to ignore the request if it has already been completed. The server guarantees that a request doesn't result in creation of duplicate commitments for at least 60 minutes. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check to see whether the original operation was received. If it was, the server ignores the second request. This behavior prevents clients from mistakenly creating duplicate commitments. The request ID must be a valid UUID, with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
                      "type": "string"
                    },
                    "name": {
                      "pattern": "^projects/[^/]+/locations/[^/]+/spokes/[^/]+$",
                      "required": true,
                      "location": "path",
                      "description": "Immutable. The name of the spoke. Spoke names must be unique. They use the following form: `projects/{project_number}/locations/{region}/spokes/{spoke_id}`",
                      "type": "string"
                    }
                  },
                  "description": "Updates the parameters of a Network Connectivity Center spoke.",
                  "path": "v1beta/{+name}",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/spokes/{spokesId}",
                  "request": {
                    "$ref": "GoogleCloudNetworkconnectivityV1betaSpoke"
                  },
                  "id": "networkconnectivity.projects.locations.spokes.patch",
                  "httpMethod": "PATCH",
                  "parameterOrder": [
                    "name"
                  ],
                  "response": {
                    "$ref": "GoogleLongrunningOperation"
                  }
                },
                "delete": {
                  "path": "v1beta/{+name}",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/spokes/{spokesId}",
                  "parameters": {
                    "name": {
                      "location": "path",
                      "pattern": "^projects/[^/]+/locations/[^/]+/spokes/[^/]+$",
                      "required": true,
                      "type": "string",
                      "description": "Required. The name of the spoke to delete."
                    },
                    "requestId": {
                      "description": "Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server knows to ignore the request if it has already been completed. The server guarantees that a request doesn't result in creation of duplicate commitments for at least 60 minutes. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check to see whether the original operation was received. If it was, the server ignores the second request. This behavior prevents clients from mistakenly creating duplicate commitments. The request ID must be a valid UUID, with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
                      "type": "string",
                      "location": "query"
                    }
                  },
                  "description": "Deletes a Network Connectivity Center spoke.",
                  "httpMethod": "DELETE",
                  "id": "networkconnectivity.projects.locations.spokes.delete",
                  "parameterOrder": [
                    "name"
                  ],
                  "response": {
                    "$ref": "GoogleLongrunningOperation"
                  }
                },
                "setIamPolicy": {
                  "parameters": {
                    "resource": {
                      "location": "path",
                      "pattern": "^projects/[^/]+/locations/[^/]+/spokes/[^/]+$",
                      "required": true,
                      "type": "string",
                      "description": "REQUIRED: The resource for which the policy is being specified. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field."
                    }
                  },
                  "description": "Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.",
                  "path": "v1beta/{+resource}:setIamPolicy",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/spokes/{spokesId}:setIamPolicy",
                  "request": {
                    "$ref": "GoogleIamV1SetIamPolicyRequest"
                  },
                  "id": "networkconnectivity.projects.locations.spokes.setIamPolicy",
                  "httpMethod": "POST",
                  "parameterOrder": [
                    "resource"
                  ],
                  "response": {
                    "$ref": "GoogleIamV1Policy"
                  }
                },
                "list": {
                  "parameterOrder": [
                    "parent"
                  ],
                  "response": {
                    "$ref": "GoogleCloudNetworkconnectivityV1betaListSpokesResponse"
                  },
                  "id": "networkconnectivity.projects.locations.spokes.list",
                  "httpMethod": "GET",
                  "parameters": {
                    "pageSize": {
                      "location": "query",
                      "format": "int32",
                      "type": "integer",
                      "description": "The maximum number of results to return per page."
                    },
                    "orderBy": {
                      "location": "query",
                      "type": "string",
                      "description": "Sort the results by a certain order."
                    },
                    "pageToken": {
                      "location": "query",
                      "type": "string",
                      "description": "The page token."
                    },
                    "parent": {
                      "description": "Required. The parent resource.",
                      "type": "string",
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "required": true,
                      "location": "path"
                    },
                    "filter": {
                      "location": "query",
                      "description": "An expression that filters the list of results.",
                      "type": "string"
                    }
                  },
                  "description": "Lists the Network Connectivity Center spokes in a specified project and location.",
                  "path": "v1beta/{+parent}/spokes",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/spokes"
                },
                "get": {
                  "parameterOrder": [
                    "name"
                  ],
                  "response": {
                    "$ref": "GoogleCloudNetworkconnectivityV1betaSpoke"
                  },
                  "id": "networkconnectivity.projects.locations.spokes.get",
                  "httpMethod": "GET",
                  "parameters": {
                    "name": {
                      "pattern": "^projects/[^/]+/locations/[^/]+/spokes/[^/]+$",
                      "required": true,
                      "location": "path",
                      "description": "Required. The name of the spoke resource.",
                      "type": "string"
                    }
                  },
                  "description": "Gets details about a Network Connectivity Center spoke.",
                  "path": "v1beta/{+name}",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/spokes/{spokesId}"
                },
                "create": {
                  "httpMethod": "POST",
                  "id": "networkconnectivity.projects.locations.spokes.create",
                  "parameterOrder": [
                    "parent"
                  ],
                  "response": {
                    "$ref": "GoogleLongrunningOperation"
                  },
                  "flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/spokes",
                  "path": "v1beta/{+parent}/spokes",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "description": "Creates a Network Connectivity Center spoke.",
                  "parameters": {
                    "parent": {
                      "description": "Required. The parent resource.",
                      "type": "string",
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "required": true,
                      "location": "path"
                    },
                    "spokeId": {
                      "location": "query",
                      "description": "Required. Unique id for the spoke to create.",
                      "type": "string"
                    },
                    "requestId": {
                      "type": "string",
                      "description": "Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server knows to ignore the request if it has already been completed. The server guarantees that a request doesn't result in creation of duplicate commitments for at least 60 minutes. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check to see whether the original operation was received. If it was, the server ignores the second request. This behavior prevents clients from mistakenly creating duplicate commitments. The request ID must be a valid UUID, with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
                      "location": "query"
                    }
                  },
                  "request": {
                    "$ref": "GoogleCloudNetworkconnectivityV1betaSpoke"
                  }
                },
                "testIamPermissions": {
                  "parameterOrder": [
                    "resource"
                  ],
                  "response": {
                    "$ref": "GoogleIamV1TestIamPermissionsResponse"
                  },
                  "id": "networkconnectivity.projects.locations.spokes.testIamPermissions",
                  "httpMethod": "POST",
                  "request": {
                    "$ref": "GoogleIamV1TestIamPermissionsRequest"
                  },
                  "parameters": {
                    "resource": {
                      "description": "REQUIRED: The resource for which the policy detail is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
                      "type": "string",
                      "pattern": "^projects/[^/]+/locations/[^/]+/spokes/[^/]+$",
                      "required": true,
                      "location": "path"
                    }
                  },
                  "description": "Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may \"fail open\" without warning.",
                  "path": "v1beta/{+resource}:testIamPermissions",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/spokes/{spokesId}:testIamPermissions"
                }
              },
              "resources": {
                "gatewayAdvertisedRoutes": {
                  "methods": {
                    "list": {
                      "parameterOrder": [
                        "parent"
                      ],
                      "response": {
                        "$ref": "GoogleCloudNetworkconnectivityV1betaListGatewayAdvertisedRoutesResponse"
                      },
                      "httpMethod": "GET",
                      "id": "networkconnectivity.projects.locations.spokes.gatewayAdvertisedRoutes.list",
                      "flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/spokes/{spokesId}/gatewayAdvertisedRoutes",
                      "path": "v1beta/{+parent}/gatewayAdvertisedRoutes",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "description": "List GatewayAdvertisedRoutes",
                      "parameters": {
                        "pageToken": {
                          "location": "query",
                          "description": "Optional. A page token, received from a previous `ListGatewayAdvertisedRoutes` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListGatewayAdvertisedRoutes` must match the call that provided the page token.",
                          "type": "string"
                        },
                        "parent": {
                          "type": "string",
                          "description": "Required. The parent resource's name.",
                          "location": "path",
                          "pattern": "^projects/[^/]+/locations/[^/]+/spokes/[^/]+$",
                          "required": true
                        },
                        "filter": {
                          "location": "query",
                          "description": "An expression that filters the list of results.",
                          "type": "string"
                        },
                        "pageSize": {
                          "location": "query",
                          "format": "int32",
                          "type": "integer",
                          "description": "Optional. The maximum number of results per page that should be returned."
                        },
                        "orderBy": {
                          "location": "query",
                          "type": "string",
                          "description": "Sort the results by a certain order."
                        }
                      }
                    },
                    "get": {
                      "flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/spokes/{spokesId}/gatewayAdvertisedRoutes/{gatewayAdvertisedRoutesId}",
                      "path": "v1beta/{+name}",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "description": "Get a GatewayAdvertisedRoute",
                      "parameters": {
                        "name": {
                          "location": "path",
                          "pattern": "^projects/[^/]+/locations/[^/]+/spokes/[^/]+/gatewayAdvertisedRoutes/[^/]+$",
                          "required": true,
                          "type": "string",
                          "description": "Required. The name of the gateway advertised route to get."
                        }
                      },
                      "parameterOrder": [
                        "name"
                      ],
                      "response": {
                        "$ref": "GoogleCloudNetworkconnectivityV1betaGatewayAdvertisedRoute"
                      },
                      "httpMethod": "GET",
                      "id": "networkconnectivity.projects.locations.spokes.gatewayAdvertisedRoutes.get"
                    },
                    "create": {
                      "parameterOrder": [
                        "parent"
                      ],
                      "response": {
                        "$ref": "GoogleLongrunningOperation"
                      },
                      "id": "networkconnectivity.projects.locations.spokes.gatewayAdvertisedRoutes.create",
                      "httpMethod": "POST",
                      "request": {
                        "$ref": "GoogleCloudNetworkconnectivityV1betaGatewayAdvertisedRoute"
                      },
                      "parameters": {
                        "gatewayAdvertisedRouteId": {
                          "location": "query",
                          "description": "Required. Unique id for the route to create.",
                          "type": "string"
                        },
                        "requestId": {
                          "location": "query",
                          "description": "Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server knows to ignore the request if it has already been completed. The server guarantees that a request doesn't result in creation of duplicate commitments for at least 60 minutes. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check to see whether the original operation was received. If it was, the server ignores the second request. This behavior prevents clients from mistakenly creating duplicate commitments. The request ID must be a valid UUID, with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
                          "type": "string"
                        },
                        "parent": {
                          "description": "Required. The parent resource.",
                          "type": "string",
                          "pattern": "^projects/[^/]+/locations/[^/]+/spokes/[^/]+$",
                          "required": true,
                          "location": "path"
                        }
                      },
                      "description": "Create a GatewayAdvertisedRoute",
                      "path": "v1beta/{+parent}/gatewayAdvertisedRoutes",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/spokes/{spokesId}/gatewayAdvertisedRoutes"
                    },
                    "patch": {
                      "request": {
                        "$ref": "GoogleCloudNetworkconnectivityV1betaGatewayAdvertisedRoute"
                      },
                      "flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/spokes/{spokesId}/gatewayAdvertisedRoutes/{gatewayAdvertisedRoutesId}",
                      "path": "v1beta/{+name}",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "description": "Update a GatewayAdvertisedRoute",
                      "parameters": {
                        "updateMask": {
                          "format": "google-fieldmask",
                          "location": "query",
                          "description": "Optional. In the case of an update to an existing group, field mask is used to specify the fields to be overwritten. The fields specified in the update_mask are relative to the resource, not the full request. A field is overwritten if it is in the mask. If the user does not provide a mask, then all fields are overwritten.",
                          "type": "string"
                        },
                        "requestId": {
                          "location": "query",
                          "description": "Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server knows to ignore the request if it has already been completed. The server guarantees that a request doesn't result in creation of duplicate commitments for at least 60 minutes. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check to see whether the original operation was received. If it was, the server ignores the second request. This behavior prevents clients from mistakenly creating duplicate commitments. The request ID must be a valid UUID, with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
                          "type": "string"
                        },
                        "name": {
                          "type": "string",
                          "description": "Identifier. The name of the gateway advertised route. Route names must be unique and use the following form: `projects/{project_number}/locations/{region}/spokes/{spoke}/gatewayAdvertisedRoutes/{gateway_advertised_route_id}`",
                          "location": "path",
                          "pattern": "^projects/[^/]+/locations/[^/]+/spokes/[^/]+/gatewayAdvertisedRoutes/[^/]+$",
                          "required": true
                        }
                      },
                      "parameterOrder": [
                        "name"
                      ],
                      "response": {
                        "$ref": "GoogleLongrunningOperation"
                      },
                      "httpMethod": "PATCH",
                      "id": "networkconnectivity.projects.locations.spokes.gatewayAdvertisedRoutes.patch"
                    },
                    "delete": {
                      "httpMethod": "DELETE",
                      "id": "networkconnectivity.projects.locations.spokes.gatewayAdvertisedRoutes.delete",
                      "parameterOrder": [
                        "name"
                      ],
                      "response": {
                        "$ref": "GoogleLongrunningOperation"
                      },
                      "path": "v1beta/{+name}",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/spokes/{spokesId}/gatewayAdvertisedRoutes/{gatewayAdvertisedRoutesId}",
                      "parameters": {
                        "name": {
                          "type": "string",
                          "description": "Required. The name of the gateway advertised route to delete.",
                          "location": "path",
                          "pattern": "^projects/[^/]+/locations/[^/]+/spokes/[^/]+/gatewayAdvertisedRoutes/[^/]+$",
                          "required": true
                        },
                        "requestId": {
                          "location": "query",
                          "description": "Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server knows to ignore the request if it has already been completed. The server guarantees that a request doesn't result in creation of duplicate commitments for at least 60 minutes. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check to see whether the original operation was received. If it was, the server ignores the second request. This behavior prevents clients from mistakenly creating duplicate commitments. The request ID must be a valid UUID, with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
                          "type": "string"
                        }
                      },
                      "description": "Delete a GatewayAdvertisedRoute"
                    }
                  }
                }
              }
            },
            "remoteTransportProfiles": {
              "methods": {
                "list": {
                  "flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/remoteTransportProfiles",
                  "path": "v1beta/{+parent}/remoteTransportProfiles",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "description": "Lists RemoteTransportProfiles in a given project and location.",
                  "parameters": {
                    "parent": {
                      "type": "string",
                      "description": "Required. Parent value for ListRemoteTransportProfilesRequest.",
                      "location": "path",
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "required": true
                    },
                    "filter": {
                      "location": "query",
                      "type": "string",
                      "description": "Optional. Filtering results."
                    },
                    "pageToken": {
                      "location": "query",
                      "description": "Optional. A token identifying a page of results the server should return.",
                      "type": "string"
                    },
                    "orderBy": {
                      "location": "query",
                      "type": "string",
                      "description": "Optional. Hint for how to order the results."
                    },
                    "pageSize": {
                      "format": "int32",
                      "location": "query",
                      "description": "Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.",
                      "type": "integer"
                    }
                  },
                  "parameterOrder": [
                    "parent"
                  ],
                  "response": {
                    "$ref": "GoogleCloudNetworkconnectivityV1betaListRemoteTransportProfilesResponse"
                  },
                  "httpMethod": "GET",
                  "id": "networkconnectivity.projects.locations.remoteTransportProfiles.list"
                },
                "fromActivationKey": {
                  "description": "Gets details of a single RemoteTransportProfile given an activation key.",
                  "parameters": {
                    "parent": {
                      "location": "path",
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "required": true,
                      "type": "string",
                      "description": "Required. Parent value for ParseFromActivationKeyRequest."
                    },
                    "activationKey": {
                      "description": "Required. The activation key to get the RemoteTransportProfile for.",
                      "type": "string",
                      "location": "query"
                    }
                  },
                  "flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/remoteTransportProfiles:fromActivationKey",
                  "path": "v1beta/{+parent}/remoteTransportProfiles:fromActivationKey",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "parameterOrder": [
                    "parent"
                  ],
                  "response": {
                    "$ref": "GoogleCloudNetworkconnectivityV1betaParseFromActivationKeyResponse"
                  },
                  "id": "networkconnectivity.projects.locations.remoteTransportProfiles.fromActivationKey",
                  "httpMethod": "GET"
                },
                "get": {
                  "parameterOrder": [
                    "name"
                  ],
                  "response": {
                    "$ref": "GoogleCloudNetworkconnectivityV1betaRemoteTransportProfile"
                  },
                  "id": "networkconnectivity.projects.locations.remoteTransportProfiles.get",
                  "httpMethod": "GET",
                  "parameters": {
                    "name": {
                      "type": "string",
                      "description": "Required. Name of the resource.",
                      "location": "path",
                      "pattern": "^projects/[^/]+/locations/[^/]+/remoteTransportProfiles/[^/]+$",
                      "required": true
                    }
                  },
                  "description": "Gets details of a single RemoteTransportProfile.",
                  "path": "v1beta/{+name}",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/remoteTransportProfiles/{remoteTransportProfilesId}"
                }
              }
            },
            "transports": {
              "methods": {
                "delete": {
                  "flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/transports/{transportsId}",
                  "path": "v1beta/{+name}",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "description": "Deletes a single Transport.",
                  "parameters": {
                    "name": {
                      "location": "path",
                      "pattern": "^projects/[^/]+/locations/[^/]+/transports/[^/]+$",
                      "required": true,
                      "type": "string",
                      "description": "Required. Name of the resource."
                    },
                    "requestId": {
                      "type": "string",
                      "description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
                      "location": "query"
                    }
                  },
                  "httpMethod": "DELETE",
                  "id": "networkconnectivity.projects.locations.transports.delete",
                  "parameterOrder": [
                    "name"
                  ],
                  "response": {
                    "$ref": "GoogleLongrunningOperation"
                  }
                },
                "patch": {
                  "parameters": {
                    "updateMask": {
                      "description": "Optional. Field mask is used to specify the fields to be overwritten in the Transport resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields present in the request will be overwritten.",
                      "type": "string",
                      "format": "google-fieldmask",
                      "location": "query"
                    },
                    "requestId": {
                      "location": "query",
                      "description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
                      "type": "string"
                    },
                    "name": {
                      "location": "path",
                      "pattern": "^projects/[^/]+/locations/[^/]+/transports/[^/]+$",
                      "required": true,
                      "type": "string",
                      "description": "Identifier. Name of the resource."
                    }
                  },
                  "description": "Updates the parameters of a single Transport.",
                  "path": "v1beta/{+name}",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/transports/{transportsId}",
                  "request": {
                    "$ref": "GoogleCloudNetworkconnectivityV1betaTransport"
                  },
                  "id": "networkconnectivity.projects.locations.transports.patch",
                  "httpMethod": "PATCH",
                  "parameterOrder": [
                    "name"
                  ],
                  "response": {
                    "$ref": "GoogleLongrunningOperation"
                  }
                },
                "getStatus": {
                  "parameters": {
                    "name": {
                      "location": "path",
                      "pattern": "^projects/[^/]+/locations/[^/]+/transports/[^/]+$",
                      "required": true,
                      "type": "string",
                      "description": "Required. Name of the resource."
                    },
                    "skipCache": {
                      "description": "Optional. If set to true, the response will bypass any caches and return the freshest possible data.",
                      "type": "boolean",
                      "location": "query"
                    }
                  },
                  "description": "Gets the operational status of a single Transport.",
                  "path": "v1beta/{+name}:getStatus",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/transports/{transportsId}:getStatus",
                  "parameterOrder": [
                    "name"
                  ],
                  "response": {
                    "$ref": "GoogleCloudNetworkconnectivityV1betaGetStatusResponse"
                  },
                  "id": "networkconnectivity.projects.locations.transports.getStatus",
                  "httpMethod": "GET"
                },
                "create": {
                  "request": {
                    "$ref": "GoogleCloudNetworkconnectivityV1betaTransport"
                  },
                  "flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/transports",
                  "path": "v1beta/{+parent}/transports",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "description": "Creates a new Transport in a given project and location.",
                  "parameters": {
                    "parent": {
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "required": true,
                      "location": "path",
                      "description": "Required. Value for parent.",
                      "type": "string"
                    },
                    "transportId": {
                      "location": "query",
                      "description": "Required. Id of the requesting object",
                      "type": "string"
                    },
                    "requestId": {
                      "type": "string",
                      "description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
                      "location": "query"
                    }
                  },
                  "parameterOrder": [
                    "parent"
                  ],
                  "response": {
                    "$ref": "GoogleLongrunningOperation"
                  },
                  "httpMethod": "POST",
                  "id": "networkconnectivity.projects.locations.transports.create"
                },
                "get": {
                  "id": "networkconnectivity.projects.locations.transports.get",
                  "httpMethod": "GET",
                  "parameterOrder": [
                    "name"
                  ],
                  "response": {
                    "$ref": "GoogleCloudNetworkconnectivityV1betaTransport"
                  },
                  "parameters": {
                    "name": {
                      "location": "path",
                      "pattern": "^projects/[^/]+/locations/[^/]+/transports/[^/]+$",
                      "required": true,
                      "type": "string",
                      "description": "Required. Name of the resource."
                    }
                  },
                  "description": "Gets details of a single Transport.",
                  "path": "v1beta/{+name}",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/transports/{transportsId}"
                },
                "list": {
                  "flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/transports",
                  "path": "v1beta/{+parent}/transports",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "description": "Lists Transports in a given project and location.",
                  "parameters": {
                    "orderBy": {
                      "type": "string",
                      "description": "Optional. Hint for how to order the results.",
                      "location": "query"
                    },
                    "pageSize": {
                      "format": "int32",
                      "location": "query",
                      "description": "Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.",
                      "type": "integer"
                    },
                    "parent": {
                      "type": "string",
                      "description": "Required. Parent value for ListTransportsRequest.",
                      "location": "path",
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "required": true
                    },
                    "filter": {
                      "location": "query",
                      "type": "string",
                      "description": "Optional. Filtering results."
                    },
                    "pageToken": {
                      "location": "query",
                      "type": "string",
                      "description": "Optional. A token identifying a page of results the server should return."
                    }
                  },
                  "parameterOrder": [
                    "parent"
                  ],
                  "response": {
                    "$ref": "GoogleCloudNetworkconnectivityV1betaListTransportsResponse"
                  },
                  "httpMethod": "GET",
                  "id": "networkconnectivity.projects.locations.transports.list"
                }
              }
            },
            "operations": {
              "methods": {
                "delete": {
                  "parameters": {
                    "name": {
                      "description": "The name of the operation resource to be deleted.",
                      "type": "string",
                      "pattern": "^projects/[^/]+/locations/[^/]+/operations/[^/]+$",
                      "required": true,
                      "location": "path"
                    }
                  },
                  "description": "Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.",
                  "path": "v1beta/{+name}",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/operations/{operationsId}",
                  "parameterOrder": [
                    "name"
                  ],
                  "response": {
                    "$ref": "Empty"
                  },
                  "id": "networkconnectivity.projects.locations.operations.delete",
                  "httpMethod": "DELETE"
                },
                "get": {
                  "id": "networkconnectivity.projects.locations.operations.get",
                  "httpMethod": "GET",
                  "parameterOrder": [
                    "name"
                  ],
                  "response": {
                    "$ref": "GoogleLongrunningOperation"
                  },
                  "parameters": {
                    "name": {
                      "location": "path",
                      "pattern": "^projects/[^/]+/locations/[^/]+/operations/[^/]+$",
                      "required": true,
                      "type": "string",
                      "description": "The name of the operation resource."
                    }
                  },
                  "description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.",
                  "path": "v1beta/{+name}",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/operations/{operationsId}"
                },
                "list": {
                  "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.",
                  "parameters": {
                    "pageSize": {
                      "location": "query",
                      "format": "int32",
                      "type": "integer",
                      "description": "The standard list page size."
                    },
                    "name": {
                      "location": "path",
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "required": true,
                      "type": "string",
                      "description": "The name of the operation's parent resource."
                    },
                    "filter": {
                      "type": "string",
                      "description": "The standard list filter.",
                      "location": "query"
                    },
                    "pageToken": {
                      "type": "string",
                      "description": "The standard list page token.",
                      "location": "query"
                    },
                    "returnPartialSuccess": {
                      "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `\"projects/example/locations/-\"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.",
                      "type": "boolean",
                      "location": "query"
                    }
                  },
                  "flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/operations",
                  "path": "v1beta/{+name}/operations",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "parameterOrder": [
                    "name"
                  ],
                  "response": {
                    "$ref": "GoogleLongrunningListOperationsResponse"
                  },
                  "id": "networkconnectivity.projects.locations.operations.list",
                  "httpMethod": "GET"
                },
                "cancel": {
                  "request": {
                    "$ref": "GoogleLongrunningCancelOperationRequest"
                  },
                  "path": "v1beta/{+name}:cancel",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/operations/{operationsId}:cancel",
                  "parameters": {
                    "name": {
                      "type": "string",
                      "description": "The name of the operation resource to be cancelled.",
                      "location": "path",
                      "pattern": "^projects/[^/]+/locations/[^/]+/operations/[^/]+$",
                      "required": true
                    }
                  },
                  "description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.",
                  "parameterOrder": [
                    "name"
                  ],
                  "response": {
                    "$ref": "Empty"
                  },
                  "httpMethod": "POST",
                  "id": "networkconnectivity.projects.locations.operations.cancel"
                }
              }
            },
            "multicloudDataTransferSupportedServices": {
              "methods": {
                "get": {
                  "httpMethod": "GET",
                  "id": "networkconnectivity.projects.locations.multicloudDataTransferSupportedServices.get",
                  "parameterOrder": [
                    "name"
                  ],
                  "response": {
                    "$ref": "GoogleCloudNetworkconnectivityV1betaMulticloudDataTransferSupportedService"
                  },
                  "flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/multicloudDataTransferSupportedServices/{multicloudDataTransferSupportedServicesId}",
                  "path": "v1beta/{+name}",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "description": "Gets the details of a service that is supported for Data Transfer Essentials.",
                  "parameters": {
                    "name": {
                      "description": "Required. The name of the service.",
                      "type": "string",
                      "pattern": "^projects/[^/]+/locations/[^/]+/multicloudDataTransferSupportedServices/[^/]+$",
                      "required": true,
                      "location": "path"
                    }
                  }
                },
                "list": {
                  "httpMethod": "GET",
                  "id": "networkconnectivity.projects.locations.multicloudDataTransferSupportedServices.list",
                  "parameterOrder": [
                    "parent"
                  ],
                  "response": {
                    "$ref": "GoogleCloudNetworkconnectivityV1betaListMulticloudDataTransferSupportedServicesResponse"
                  },
                  "path": "v1beta/{+parent}/multicloudDataTransferSupportedServices",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/multicloudDataTransferSupportedServices",
                  "parameters": {
                    "pageSize": {
                      "format": "int32",
                      "location": "query",
                      "description": "Optional. The maximum number of results listed per page.",
                      "type": "integer"
                    },
                    "pageToken": {
                      "location": "query",
                      "type": "string",
                      "description": "Optional. The page token."
                    },
                    "parent": {
                      "description": "Required. The name of the parent resource.",
                      "type": "string",
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "required": true,
                      "location": "path"
                    }
                  },
                  "description": "Lists the services in the project for a region that are supported for Data Transfer Essentials."
                }
              }
            }
          }
        }
      }
    }
  },
  "servicePath": "",
  "icons": {
    "x16": "http://www.google.com/images/icons/product/search-16.gif",
    "x32": "http://www.google.com/images/icons/product/search-32.gif"
  },
  "schemas": {
    "GoogleCloudNetworkconnectivityV1betaRoutingVPC": {
      "description": "RoutingVPC contains information about the VPC networks associated with the spokes of a Network Connectivity Center hub.",
      "id": "GoogleCloudNetworkconnectivityV1betaRoutingVPC",
      "type": "object",
      "properties": {
        "requiredForNewSiteToSiteDataTransferSpokes": {
          "type": "boolean",
          "description": "Output only. If true, indicates that this VPC network is currently associated with spokes that use the data transfer feature (spokes where the site_to_site_data_transfer field is set to true). If you create new spokes that use data transfer, they must be associated with this VPC network. At most, one VPC network will have this field set to true.",
          "readOnly": true
        },
        "uri": {
          "description": "The URI of the VPC network.",
          "type": "string"
        }
      }
    },
    "GoogleCloudNetworkconnectivityV1betaRegionalEndpoint": {
      "description": "The RegionalEndpoint resource.",
      "id": "GoogleCloudNetworkconnectivityV1betaRegionalEndpoint",
      "type": "object",
      "properties": {
        "pscForwardingRule": {
          "type": "string",
          "description": "Output only. The resource reference of the PSC Forwarding Rule created on behalf of the customer. Format: `//compute.googleapis.com/projects/{project}/regions/{region}/forwardingRules/{forwarding_rule_name}`",
          "readOnly": true
        },
        "name": {
          "description": "Output only. The name of a RegionalEndpoint. Pattern: `projects/{project}/locations/{location}/regionalEndpoints/^[-a-z0-9](?:[-a-z0-9]{0,44})[a-z0-9]$`.",
          "readOnly": true,
          "type": "string"
        },
        "targetGoogleApi": {
          "type": "string",
          "description": "Required. The service endpoint this private regional endpoint connects to. Format: `{apiname}.{region}.p.rep.googleapis.com` Example: \"cloudkms.us-central1.p.rep.googleapis.com\"."
        },
        "subnetwork": {
          "description": "Optional. The name of the subnetwork from which the IP address will be allocated. Format: `projects/{project}/regions/{region}/subnetworks/{subnetwork}`",
          "type": "string"
        },
        "description": {
          "description": "Optional. A description of this resource.",
          "type": "string"
        },
        "createTime": {
          "type": "string",
          "description": "Output only. Time when the RegionalEndpoint was created.",
          "readOnly": true,
          "format": "google-datetime"
        },
        "address": {
          "description": "Optional. The IP Address of the Regional Endpoint. When no address is provided, an IP from the subnetwork is allocated. Use one of the following formats: * IPv4 address as in `10.0.0.1` * Address resource URI as in `projects/{project}/regions/{region}/addresses/{address_name}` for an IPv4 or IPv6 address.",
          "type": "string"
        },
        "labels": {
          "additionalProperties": {
            "type": "string"
          },
          "description": "User-defined labels.",
          "type": "object"
        },
        "accessType": {
          "enumDescriptions": [
            "An invalid type as the default case.",
            "This regional endpoint is accessible from all regions.",
            "This regional endpoint is only accessible from the same region where it resides."
          ],
          "description": "Required. The access type of this regional endpoint. This field is reflected in the PSC Forwarding Rule configuration to enable global access.",
          "type": "string",
          "enum": [
            "ACCESS_TYPE_UNSPECIFIED",
            "GLOBAL",
            "REGIONAL"
          ]
        },
        "updateTime": {
          "format": "google-datetime",
          "description": "Output only. Time when the RegionalEndpoint was updated.",
          "readOnly": true,
          "type": "string"
        },
        "network": {
          "type": "string",
          "description": "Optional. The name of the VPC network for this private regional endpoint. Format: `projects/{project}/global/networks/{network}`"
        },
        "ipAddress": {
          "deprecated": true,
          "type": "string",
          "description": "Output only. The literal IP address of the PSC Forwarding Rule created on behalf of the customer. This field is deprecated. Use address instead.",
          "readOnly": true
        }
      }
    },
    "GoogleIamV1SetIamPolicyRequest": {
      "description": "Request message for `SetIamPolicy` method.",
      "id": "GoogleIamV1SetIamPolicyRequest",
      "type": "object",
      "properties": {
        "policy": {
          "description": "REQUIRED: The complete policy to be applied to the `resource`. The size of the policy is limited to a few 10s of KB. An empty policy is a valid policy but certain Google Cloud services (such as Projects) might reject them.",
          "$ref": "GoogleIamV1Policy"
        },
        "updateMask": {
          "description": "OPTIONAL: A FieldMask specifying which fields of the policy to modify. Only the fields in the mask will be modified. If no mask is provided, the following default mask is used: `paths: \"bindings, etag\"`",
          "type": "string",
          "format": "google-fieldmask"
        }
      }
    },
    "GoogleCloudNetworkconnectivityV1betaOperationMetadata": {
      "description": "Represents the metadata of the long-running operation.",
      "id": "GoogleCloudNetworkconnectivityV1betaOperationMetadata",
      "type": "object",
      "properties": {
        "verb": {
          "description": "Output only. Name of the verb executed by the operation.",
          "readOnly": true,
          "type": "string"
        },
        "apiVersion": {
          "type": "string",
          "description": "Output only. API version used to start the operation.",
          "readOnly": true
        },
        "requestedCancellation": {
          "description": "Output only. Identifies whether the user has requested cancellation of the operation. Operations that have been cancelled successfully have google.longrunning.Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.",
          "readOnly": true,
          "type": "boolean"
        },
        "target": {
          "description": "Output only. Server-defined resource path for the target of the operation.",
          "readOnly": true,
          "type": "string"
        },
        "statusMessage": {
          "description": "Output only. Human-readable status of the operation, if any.",
          "readOnly": true,
          "type": "string"
        },
        "createTime": {
          "type": "string",
          "description": "Output only. The time the operation was created.",
          "readOnly": true,
          "format": "google-datetime"
        },
        "endTime": {
          "type": "string",
          "description": "Output only. The time the operation finished running.",
          "readOnly": true,
          "format": "google-datetime"
        }
      }
    },
    "GoogleCloudNetworkconnectivityV1betaListHubsResponse": {
      "description": "Response for HubService.ListHubs method.",
      "id": "GoogleCloudNetworkconnectivityV1betaListHubsResponse",
      "type": "object",
      "properties": {
        "nextPageToken": {
          "description": "The token for the next page of the response. To see more results, use this value as the page_token for your next request. If this value is empty, there are no more results.",
          "type": "string"
        },
        "unreachable": {
          "type": "array",
          "description": "Locations that could not be reached.",
          "items": {
            "type": "string"
          }
        },
        "hubs": {
          "items": {
            "$ref": "GoogleCloudNetworkconnectivityV1betaHub"
          },
          "description": "The requested hubs.",
          "type": "array"
        }
      }
    },
    "GoogleCloudNetworkconnectivityV1betaFilter": {
      "id": "GoogleCloudNetworkconnectivityV1betaFilter",
      "type": "object",
      "description": "Filter matches L4 traffic.",
      "properties": {
        "destRange": {
          "type": "string",
          "description": "Optional. The destination IP range of outgoing packets that this policy-based route applies to. Default is \"0.0.0.0/0\" if protocol version is IPv4 and \"::/0\" if protocol version is IPv6."
        },
        "srcRange": {
          "description": "Optional. The source IP range of outgoing packets that this policy-based route applies to. Default is \"0.0.0.0/0\" if protocol version is IPv4 and \"::/0\" if protocol version is IPv6.",
          "type": "string"
        },
        "ipProtocol": {
          "type": "string",
          "description": "Optional. The IP protocol that this policy-based route applies to. Valid values are 'TCP', 'UDP', and 'ALL'. Default is 'ALL'."
        },
        "protocolVersion": {
          "enumDescriptions": [
            "Default value.",
            "The PBR is for IPv4 internet protocol traffic.",
            "The PBR is for IPv6 internet protocol traffic."
          ],
          "type": "string",
          "enum": [
            "PROTOCOL_VERSION_UNSPECIFIED",
            "IPV4",
            "IPV6"
          ],
          "description": "Required. Internet protocol versions this policy-based route applies to. IPV4 and IPV6 is supported."
        }
      }
    },
    "GoogleCloudNetworkconnectivityV1betaListDestinationsResponse": {
      "description": "Response message to list `Destination` resources.",
      "id": "GoogleCloudNetworkconnectivityV1betaListDestinationsResponse",
      "type": "object",
      "properties": {
        "destinations": {
          "items": {
            "$ref": "GoogleCloudNetworkconnectivityV1betaDestination"
          },
          "description": "The list of `Destination` resources to be listed.",
          "type": "array"
        },
        "nextPageToken": {
          "type": "string",
          "description": "The next page token."
        },
        "unreachable": {
          "items": {
            "type": "string"
          },
          "description": "Locations that could not be reached.",
          "type": "array"
        }
      }
    },
    "GoogleCloudNetworkconnectivityV1betaSpoke": {
      "description": "A Network Connectivity Center spoke represents one or more network connectivity resources. When you create a spoke, you associate it with a hub. You must also identify a value for exactly one of the following fields: * linked_vpn_tunnels * linked_interconnect_attachments * linked_router_appliance_instances * linked_vpc_network",
      "id": "GoogleCloudNetworkconnectivityV1betaSpoke",
      "type": "object",
      "properties": {
        "createTime": {
          "type": "string",
          "description": "Output only. The time the spoke was created.",
          "readOnly": true,
          "format": "google-datetime"
        },
        "reasons": {
          "description": "Output only. The reasons for current state of the spoke.",
          "readOnly": true,
          "type": "array",
          "items": {
            "$ref": "GoogleCloudNetworkconnectivityV1betaStateReason"
          }
        },
        "name": {
          "type": "string",
          "description": "Immutable. The name of the spoke. Spoke names must be unique. They use the following form: `projects/{project_number}/locations/{region}/spokes/{spoke_id}`"
        },
        "fieldPathsPendingUpdate": {
          "type": "array",
          "description": "Optional. The list of fields waiting for hub administrator's approval.",
          "items": {
            "type": "string"
          }
        },
        "linkedRouterApplianceInstances": {
          "description": "Optional. Router appliance instances that are associated with the spoke.",
          "$ref": "GoogleCloudNetworkconnectivityV1betaLinkedRouterApplianceInstances"
        },
        "spokeType": {
          "readOnly": true,
          "type": "string",
          "enum": [
            "SPOKE_TYPE_UNSPECIFIED",
            "VPN_TUNNEL",
            "INTERCONNECT_ATTACHMENT",
            "ROUTER_APPLIANCE",
            "VPC_NETWORK",
            "GATEWAY",
            "PRODUCER_VPC_NETWORK"
          ],
          "description": "Output only. The type of resource associated with the spoke.",
          "enumDescriptions": [
            "Unspecified spoke type.",
            "Spokes associated with VPN tunnels.",
            "Spokes associated with VLAN attachments.",
            "Spokes associated with router appliance instances.",
            "Spokes associated with VPC networks.",
            "Spokes that are NCC gateways.",
            "Spokes that are backed by a producer VPC network."
          ]
        },
        "labels": {
          "description": "Optional labels in key-value pair format. For more information about labels, see [Requirements for labels](https://cloud.google.com/resource-manager/docs/creating-managing-labels#requirements).",
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "linkedInterconnectAttachments": {
          "description": "Optional. VLAN attachments that are associated with the spoke.",
          "$ref": "GoogleCloudNetworkconnectivityV1betaLinkedInterconnectAttachments"
        },
        "state": {
          "description": "Output only. The current lifecycle state of this spoke.",
          "type": "string",
          "enum": [
            "STATE_UNSPECIFIED",
            "CREATING",
            "ACTIVE",
            "DELETING",
            "ACCEPTING",
            "REJECTING",
            "UPDATING",
            "INACTIVE",
            "OBSOLETE",
            "FAILED"
          ],
          "enumDescriptions": [
            "No state information available",
            "The resource's create operation is in progress.",
            "The resource is active",
            "The resource's delete operation is in progress.",
            "The resource's accept operation is in progress.",
            "The resource's reject operation is in progress.",
            "The resource's update operation is in progress.",
            "The resource is inactive.",
            "The hub associated with this spoke resource has been deleted. This state applies to spoke resources only.",
            "The resource is in an undefined state due to resource creation or deletion failure. You can try to delete the resource later or contact support for help."
          ],
          "readOnly": true
        },
        "description": {
          "type": "string",
          "description": "Optional. An optional description of the spoke."
        },
        "linkedProducerVpcNetwork": {
          "description": "Optional. The linked producer VPC that is associated with the spoke.",
          "$ref": "GoogleCloudNetworkconnectivityV1betaLinkedProducerVpcNetwork"
        },
        "group": {
          "description": "Optional. The name of the group that this spoke is associated with.",
          "type": "string"
        },
        "linkedVpcNetwork": {
          "description": "Optional. VPC network that is associated with the spoke.",
          "$ref": "GoogleCloudNetworkconnectivityV1betaLinkedVpcNetwork"
        },
        "uniqueId": {
          "type": "string",
          "description": "Output only. The Google-generated UUID for the spoke. This value is unique across all spoke resources. If a spoke is deleted and another with the same name is created, the new spoke is assigned a different `unique_id`.",
          "readOnly": true
        },
        "etag": {
          "type": "string",
          "description": "Optional. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding."
        },
        "linkedVpnTunnels": {
          "description": "Optional. VPN tunnels that are associated with the spoke.",
          "$ref": "GoogleCloudNetworkconnectivityV1betaLinkedVpnTunnels"
        },
        "gateway": {
          "description": "Optional. This is a gateway that can apply specialized processing to traffic going through it.",
          "$ref": "GoogleCloudNetworkconnectivityV1betaGateway"
        },
        "hub": {
          "type": "string",
          "description": "Immutable. The name of the hub that this spoke is attached to."
        },
        "updateTime": {
          "type": "string",
          "description": "Output only. The time the spoke was last updated.",
          "readOnly": true,
          "format": "google-datetime"
        }
      }
    },
    "GoogleCloudNetworkconnectivityV1betaStateTimeline": {
      "description": "The timeline of the pending states for a resource.",
      "id": "GoogleCloudNetworkconnectivityV1betaStateTimeline",
      "type": "object",
      "properties": {
        "states": {
          "description": "Output only. The state and activation time details of the resource state.",
          "readOnly": true,
          "type": "array",
          "items": {
            "$ref": "GoogleCloudNetworkconnectivityV1betaStateMetadata"
          }
        }
      }
    },
    "GoogleCloudNetworkconnectivityV1betaLinkedVpnTunnels": {
      "id": "GoogleCloudNetworkconnectivityV1betaLinkedVpnTunnels",
      "type": "object",
      "description": "A collection of Cloud VPN tunnel resources. These resources should be redundant HA VPN tunnels that all advertise the same prefixes to Google Cloud. Alternatively, in a passive/active configuration, all tunnels should be capable of advertising the same prefixes.",
      "properties": {
        "uris": {
          "description": "The URIs of linked VPN tunnel resources.",
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "includeImportRanges": {
          "description": "Optional. Hub routes fully encompassed by include import ranges are included during import from hub.",
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "vpcNetwork": {
          "description": "Output only. The VPC network where these VPN tunnels are located.",
          "readOnly": true,
          "type": "string"
        },
        "excludeImportRanges": {
          "description": "Optional. Hub routes overlapped/encompassed by exclude import ranges are excluded during import from hub.",
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "includeExportRanges": {
          "items": {
            "type": "string"
          },
          "description": "Optional. Dynamic routes fully encompassed by include export ranges are included during export to hub.",
          "type": "array"
        },
        "siteToSiteDataTransfer": {
          "description": "A value that controls whether site-to-site data transfer is enabled for these resources. Data transfer is available only in [supported locations](https://cloud.google.com/network-connectivity/docs/network-connectivity-center/concepts/locations).",
          "type": "boolean"
        },
        "excludeExportRanges": {
          "items": {
            "type": "string"
          },
          "description": "Optional. Dynamic routes overlapped/encompassed by exclude export ranges are excluded during export to hub.",
          "type": "array"
        }
      }
    },
    "GoogleCloudNetworkconnectivityV1betaMulticloudDataTransferConfig": {
      "id": "GoogleCloudNetworkconnectivityV1betaMulticloudDataTransferConfig",
      "type": "object",
      "description": "The `MulticloudDataTransferConfig` resource. It lists the services that you configure for Data Transfer Essentials billing and metering.",
      "properties": {
        "labels": {
          "additionalProperties": {
            "type": "string"
          },
          "description": "Optional. User-defined labels.",
          "type": "object"
        },
        "updateTime": {
          "format": "google-datetime",
          "type": "string",
          "description": "Output only. Time when the `MulticloudDataTransferConfig` resource was updated.",
          "readOnly": true
        },
        "description": {
          "type": "string",
          "description": "Optional. A description of this resource."
        },
        "destinationsCount": {
          "description": "Output only. The number of `Destination` resources configured for the `MulticloudDataTransferConfig` resource.",
          "readOnly": true,
          "type": "integer",
          "format": "int32"
        },
        "createTime": {
          "format": "google-datetime",
          "description": "Output only. Time when the `MulticloudDataTransferConfig` resource was created.",
          "readOnly": true,
          "type": "string"
        },
        "uid": {
          "type": "string",
          "description": "Output only. The Google-generated unique ID for the `MulticloudDataTransferConfig` resource. This value is unique across all `MulticloudDataTransferConfig` resources. If a resource is deleted and another with the same name is created, the new resource is assigned a different and unique ID.",
          "readOnly": true
        },
        "services": {
          "description": "Optional. Maps services to their current or planned states. Service names are keys, and the associated values describe the state of the service. If a state change is expected, the value is either `ADDING` or `DELETING`, depending on the actions taken. Sample output: \"services\": { \"big-query\": { \"states\": [ { \"effectiveTime\": \"2024-12-12T08:00:00Z\" \"state\": \"ADDING\", }, ] }, \"cloud-storage\": { \"states\": [ { \"state\": \"ACTIVE\", } ] } }",
          "type": "object",
          "additionalProperties": {
            "$ref": "GoogleCloudNetworkconnectivityV1betaStateTimeline"
          }
        },
        "name": {
          "description": "Identifier. The name of the `MulticloudDataTransferConfig` resource. Format: `projects/{project}/locations/{location}/multicloudDataTransferConfigs/{multicloud_data_transfer_config}`.",
          "type": "string"
        },
        "etag": {
          "description": "The etag is computed by the server, and might be sent with update and delete requests so that the client has an up-to-date value before proceeding.",
          "type": "string"
        },
        "destinationsActiveCount": {
          "format": "int32",
          "description": "Output only. The number of `Destination` resources in use with the `MulticloudDataTransferConfig` resource.",
          "readOnly": true,
          "type": "integer"
        }
      }
    },
    "GoogleCloudNetworkconnectivityV1betaNextHopSpoke": {
      "description": "A route next hop that leads to a spoke resource.",
      "id": "GoogleCloudNetworkconnectivityV1betaNextHopSpoke",
      "type": "object",
      "properties": {
        "uri": {
          "description": "The URI of the spoke resource.",
          "type": "string"
        },
        "siteToSiteDataTransfer": {
          "type": "boolean",
          "description": "Indicates whether site-to-site data transfer is allowed for this spoke resource. Data transfer is available only in [supported locations](https://cloud.google.com/network-connectivity/docs/network-connectivity-center/concepts/locations). Whether this route is accessible to other hybrid spokes with site-to-site data transfer enabled. If this is false, the route is only accessible to VPC spokes of the connected Hub."
        }
      }
    },
    "GoogleIamV1TestIamPermissionsRequest": {
      "properties": {
        "permissions": {
          "items": {
            "type": "string"
          },
          "type": "array",
          "description": "The set of permissions to check for the `resource`. Permissions with wildcards (such as `*` or `storage.*`) are not allowed. For more information see [IAM Overview](https://cloud.google.com/iam/docs/overview#permissions)."
        }
      },
      "description": "Request message for `TestIamPermissions` method.",
      "id": "GoogleIamV1TestIamPermissionsRequest",
      "type": "object"
    },
    "GoogleCloudNetworkconnectivityV1betaListSpokesResponse": {
      "properties": {
        "spokes": {
          "items": {
            "$ref": "GoogleCloudNetworkconnectivityV1betaSpoke"
          },
          "type": "array",
          "description": "The requested spokes."
        },
        "nextPageToken": {
          "type": "string",
          "description": "The token for the next page of the response. To see more results, use this value as the page_token for your next request. If this value is empty, there are no more results."
        },
        "unreachable": {
          "description": "Locations that could not be reached.",
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "description": "The response for HubService.ListSpokes.",
      "id": "GoogleCloudNetworkconnectivityV1betaListSpokesResponse",
      "type": "object"
    },
    "GoogleCloudNetworkconnectivityV1betaAcceptSpokeUpdateRequest": {
      "id": "GoogleCloudNetworkconnectivityV1betaAcceptSpokeUpdateRequest",
      "type": "object",
      "description": "The request for HubService.AcceptSpokeUpdate.",
      "properties": {
        "spokeUri": {
          "description": "Required. The URI of the spoke to accept update.",
          "type": "string"
        },
        "requestId": {
          "type": "string",
          "description": "Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server knows to ignore the request if it has already been completed. The server guarantees that a request doesn't result in creation of duplicate commitments for at least 60 minutes. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check to see whether the original operation was received. If it was, the server ignores the second request. This behavior prevents clients from mistakenly creating duplicate commitments. The request ID must be a valid UUID, with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000)."
        },
        "spokeEtag": {
          "type": "string",
          "description": "Required. The etag of the spoke to accept update."
        }
      }
    },
    "GoogleCloudNetworkconnectivityV1betaListRemoteTransportProfilesResponse": {
      "id": "GoogleCloudNetworkconnectivityV1betaListRemoteTransportProfilesResponse",
      "type": "object",
      "description": "Message for response to listing RemoteTransportProfiles",
      "properties": {
        "remoteTransportProfiles": {
          "items": {
            "$ref": "GoogleCloudNetworkconnectivityV1betaRemoteTransportProfile"
          },
          "description": "The list of RemoteTransportProfiles.",
          "type": "array"
        },
        "nextPageToken": {
          "type": "string",
          "description": "A token identifying a page of results the server should return."
        },
        "unreachable": {
          "items": {
            "type": "string"
          },
          "type": "array",
          "description": "Unordered list. Locations that could not be reached."
        }
      }
    },
    "GoogleCloudNetworkconnectivityV1betaRejectHubSpokeResponse": {
      "id": "GoogleCloudNetworkconnectivityV1betaRejectHubSpokeResponse",
      "type": "object",
      "description": "The response for HubService.RejectHubSpoke.",
      "properties": {
        "spoke": {
          "description": "The spoke that was operated on.",
          "$ref": "GoogleCloudNetworkconnectivityV1betaSpoke"
        }
      }
    },
    "GoogleCloudNetworkconnectivityV1betaSpokeStateReasonCount": {
      "properties": {
        "stateReasonCode": {
          "description": "Output only. The reason that a spoke is inactive.",
          "type": "string",
          "enum": [
            "CODE_UNSPECIFIED",
            "PENDING_REVIEW",
            "REJECTED",
            "PAUSED",
            "FAILED",
            "UPDATE_PENDING_REVIEW",
            "UPDATE_REJECTED",
            "UPDATE_FAILED"
          ],
          "enumDescriptions": [
            "No information available.",
            "The proposed spoke is pending review.",
            "The proposed spoke has been rejected by the hub administrator.",
            "The spoke has been deactivated internally.",
            "Network Connectivity Center encountered errors while accepting the spoke.",
            "The proposed spoke update is pending review.",
            "The proposed spoke update has been rejected by the hub administrator.",
            "Network Connectivity Center encountered errors while accepting the spoke update."
          ],
          "readOnly": true
        },
        "count": {
          "description": "Output only. The total number of spokes that are inactive for a particular reason and associated with a given hub.",
          "readOnly": true,
          "type": "string",
          "format": "int64"
        }
      },
      "description": "The number of spokes in the hub that are inactive for this reason.",
      "id": "GoogleCloudNetworkconnectivityV1betaSpokeStateReasonCount",
      "type": "object"
    },
    "GoogleCloudNetworkconnectivityV1betaSpokeStateCount": {
      "id": "GoogleCloudNetworkconnectivityV1betaSpokeStateCount",
      "type": "object",
      "description": "The number of spokes that are in a particular state and associated with a given hub.",
      "properties": {
        "state": {
          "type": "string",
          "enum": [
            "STATE_UNSPECIFIED",
            "CREATING",
            "ACTIVE",
            "DELETING",
            "ACCEPTING",
            "REJECTING",
            "UPDATING",
            "INACTIVE",
            "OBSOLETE",
            "FAILED"
          ],
          "description": "Output only. The state of the spokes.",
          "enumDescriptions": [
            "No state information available",
            "The resource's create operation is in progress.",
            "The resource is active",
            "The resource's delete operation is in progress.",
            "The resource's accept operation is in progress.",
            "The resource's reject operation is in progress.",
            "The resource's update operation is in progress.",
            "The resource is inactive.",
            "The hub associated with this spoke resource has been deleted. This state applies to spoke resources only.",
            "The resource is in an undefined state due to resource creation or deletion failure. You can try to delete the resource later or contact support for help."
          ],
          "readOnly": true
        },
        "count": {
          "description": "Output only. The total number of spokes that are in this state and associated with a given hub.",
          "readOnly": true,
          "type": "string",
          "format": "int64"
        }
      }
    },
    "GoogleCloudNetworkconnectivityV1betaAutoAccept": {
      "id": "GoogleCloudNetworkconnectivityV1betaAutoAccept",
      "type": "object",
      "description": "The auto-accept setting for a group controls whether proposed spokes are automatically attached to the hub. If auto-accept is enabled, the spoke immediately is attached to the hub and becomes part of the group. In this case, the new spoke is in the ACTIVE state. If auto-accept is disabled, the spoke goes to the INACTIVE state, and it must be reviewed and accepted by a hub administrator.",
      "properties": {
        "autoAcceptProjects": {
          "items": {
            "type": "string"
          },
          "type": "array",
          "description": "Optional. A list of project ids or project numbers for which you want to enable auto-accept. The auto-accept setting is applied to spokes being created or updated in these projects."
        }
      }
    },
    "GoogleCloudNetworkconnectivityV1betaDestinationEndpoint": {
      "id": "GoogleCloudNetworkconnectivityV1betaDestinationEndpoint",
      "type": "object",
      "description": "The metadata for a `DestinationEndpoint` resource.",
      "properties": {
        "asn": {
          "description": "Required. The ASN of the remote IP prefix.",
          "type": "string",
          "format": "int64"
        },
        "csp": {
          "type": "string",
          "description": "Required. The CSP of the remote IP prefix."
        },
        "state": {
          "readOnly": true,
          "enumDescriptions": [
            "An invalid state, which is the default case.",
            "The `DestinationEndpoint` resource is valid.",
            "The `DestinationEndpoint` resource is invalid."
          ],
          "description": "Output only. The state of the `DestinationEndpoint` resource.",
          "type": "string",
          "enum": [
            "STATE_UNSPECIFIED",
            "VALID",
            "INVALID"
          ]
        },
        "updateTime": {
          "type": "string",
          "description": "Output only. Time when the `DestinationEndpoint` resource was updated.",
          "readOnly": true,
          "format": "google-datetime"
        }
      }
    },
    "GoogleCloudNetworkconnectivityV1betaHubStatusEntry": {
      "properties": {
        "count": {
          "format": "int32",
          "description": "The number of propagated Private Service Connect connections with this status. If the `group_by` field was not set in the request message, the value of this field is 1.",
          "type": "integer"
        },
        "pscPropagationStatus": {
          "description": "The Private Service Connect propagation status.",
          "$ref": "GoogleCloudNetworkconnectivityV1betaPscPropagationStatus"
        },
        "groupBy": {
          "description": "The fields that this entry is grouped by. This has the same value as the `group_by` field in the request message.",
          "type": "string"
        }
      },
      "description": "A hub status entry represents the status of a set of propagated Private Service Connect connections grouped by certain fields.",
      "id": "GoogleCloudNetworkconnectivityV1betaHubStatusEntry",
      "type": "object"
    },
    "GoogleCloudNetworkconnectivityV1betaPolicyBasedRoute": {
      "id": "GoogleCloudNetworkconnectivityV1betaPolicyBasedRoute",
      "type": "object",
      "description": "Policy-based routes route L4 network traffic based on not just destination IP address, but also source IP address, protocol, and more. If a policy-based route conflicts with other types of routes, the policy-based route always takes precedence.",
      "properties": {
        "selfLink": {
          "description": "Output only. Server-defined fully-qualified URL for this resource.",
          "readOnly": true,
          "type": "string"
        },
        "nextHopOtherRoutes": {
          "enumDescriptions": [
            "Default value.",
            "Use the routes from the default routing tables (system-generated routes, custom routes, peering route) to determine the next hop. This effectively excludes matching packets being applied on other PBRs with a lower priority."
          ],
          "type": "string",
          "enum": [
            "OTHER_ROUTES_UNSPECIFIED",
            "DEFAULT_ROUTING"
          ],
          "description": "Optional. Other routes that will be referenced to determine the next hop of the packet."
        },
        "description": {
          "type": "string",
          "description": "Optional. An optional description of this resource. Provide this field when you create the resource."
        },
        "filter": {
          "description": "Required. The filter to match L4 traffic.",
          "$ref": "GoogleCloudNetworkconnectivityV1betaFilter"
        },
        "updateTime": {
          "description": "Output only. Time when the policy-based route was updated.",
          "readOnly": true,
          "type": "string",
          "format": "google-datetime"
        },
        "network": {
          "type": "string",
          "description": "Required. Fully-qualified URL of the network that this route applies to, for example: projects/my-project/global/networks/my-network."
        },
        "name": {
          "type": "string",
          "description": "Immutable. Identifier. A unique name of the resource in the form of `projects/{project_number}/locations/global/PolicyBasedRoutes/{policy_based_route_id}`"
        },
        "virtualMachine": {
          "description": "Optional. VM instances that this policy-based route applies to.",
          "$ref": "GoogleCloudNetworkconnectivityV1betaVirtualMachine"
        },
        "interconnectAttachment": {
          "description": "Optional. The interconnect attachments that this policy-based route applies to.",
          "$ref": "GoogleCloudNetworkconnectivityV1betaInterconnectAttachment"
        },
        "createTime": {
          "format": "google-datetime",
          "description": "Output only. Time when the policy-based route was created.",
          "readOnly": true,
          "type": "string"
        },
        "priority": {
          "description": "Optional. The priority of this policy-based route. Priority is used to break ties in cases where there are more than one matching policy-based routes found. In cases where multiple policy-based routes are matched, the one with the lowest-numbered priority value wins. The default value is 1000. The priority value must be from 1 to 65535, inclusive.",
          "type": "integer",
          "format": "int32"
        },
        "nextHopIlbIp": {
          "description": "Optional. The IP address of a global-access-enabled L4 ILB that is the next hop for matching packets. For this version, only nextHopIlbIp is supported.",
          "type": "string"
        },
        "labels": {
          "additionalProperties": {
            "type": "string"
          },
          "type": "object",
          "description": "User-defined labels."
        },
        "warnings": {
          "type": "array",
          "description": "Output only. If potential misconfigurations are detected for this route, this field will be populated with warning messages.",
          "readOnly": true,
          "items": {
            "$ref": "GoogleCloudNetworkconnectivityV1betaWarnings"
          }
        },
        "kind": {
          "description": "Output only. Type of this resource. Always networkconnectivity#policyBasedRoute for policy-based Route resources.",
          "readOnly": true,
          "type": "string"
        }
      }
    },
    "GoogleCloudNetworkconnectivityV1betaInterconnectAttachment": {
      "properties": {
        "region": {
          "description": "Optional. Cloud region to install this policy-based route on interconnect attachment. Use `all` to install it on all interconnect attachments.",
          "type": "string"
        }
      },
      "id": "GoogleCloudNetworkconnectivityV1betaInterconnectAttachment",
      "type": "object",
      "description": "InterconnectAttachment that this route applies to."
    },
    "GoogleCloudNetworkconnectivityV1betaMulticloudDataTransferSupportedService": {
      "properties": {
        "name": {
          "type": "string",
          "description": "Identifier. The name of the service."
        },
        "serviceConfigs": {
          "items": {
            "$ref": "GoogleCloudNetworkconnectivityV1betaServiceConfig"
          },
          "description": "Output only. The network service tier or regional endpoint supported for the service.",
          "readOnly": true,
          "type": "array"
        }
      },
      "id": "GoogleCloudNetworkconnectivityV1betaMulticloudDataTransferSupportedService",
      "type": "object",
      "description": "A service in your project in a region that is eligible for Data Transfer Essentials configuration."
    },
    "GoogleCloudLocationLocation": {
      "description": "A resource that represents a Google Cloud location.",
      "id": "GoogleCloudLocationLocation",
      "type": "object",
      "properties": {
        "name": {
          "type": "string",
          "description": "Resource name for the location, which may vary between implementations. For example: `\"projects/example-project/locations/us-east1\"`"
        },
        "locationId": {
          "type": "string",
          "description": "The canonical id for this location. For example: `\"us-east1\"`."
        },
        "displayName": {
          "type": "string",
          "description": "The friendly name for this location, typically a nearby city name. For example, \"Tokyo\"."
        },
        "labels": {
          "additionalProperties": {
            "type": "string"
          },
          "description": "Cross-service attributes for the location. For example {\"cloud.googleapis.com/region\": \"us-east1\"}",
          "type": "object"
        },
        "metadata": {
          "additionalProperties": {
            "type": "any",
            "description": "Properties of the object. Contains field @type with type URL."
          },
          "description": "Service-specific metadata. For example the available capacity at the given location.",
          "type": "object"
        }
      }
    },
    "GoogleCloudNetworkconnectivityV1betaAcceptHubSpokeResponse": {
      "properties": {
        "spoke": {
          "description": "The spoke that was operated on.",
          "$ref": "GoogleCloudNetworkconnectivityV1betaSpoke"
        }
      },
      "id": "GoogleCloudNetworkconnectivityV1betaAcceptHubSpokeResponse",
      "type": "object",
      "description": "The response for HubService.AcceptHubSpoke."
    },
    "GoogleCloudNetworkconnectivityV1betaRouterApplianceInstance": {
      "properties": {
        "virtualMachine": {
          "description": "The URI of the VM.",
          "type": "string"
        },
        "ipAddress": {
          "type": "string",
          "description": "The IP address on the VM to use for peering."
        }
      },
      "description": "A router appliance instance is a Compute Engine virtual machine (VM) instance that acts as a BGP speaker. A router appliance instance is specified by the URI of the VM and the internal IP address of one of the VM's network interfaces.",
      "id": "GoogleCloudNetworkconnectivityV1betaRouterApplianceInstance",
      "type": "object"
    },
    "GoogleCloudNetworkconnectivityV1betaLinkedProducerVpcNetwork": {
      "id": "GoogleCloudNetworkconnectivityV1betaLinkedProducerVpcNetwork",
      "type": "object",
      "properties": {
        "proposedIncludeExportRanges": {
          "type": "array",
          "description": "Output only. The proposed include export IP ranges waiting for hub administrator's approval.",
          "readOnly": true,
          "items": {
            "type": "string"
          }
        },
        "serviceConsumerVpcSpoke": {
          "description": "Output only. The Service Consumer Network spoke.",
          "readOnly": true,
          "type": "string"
        },
        "includeExportRanges": {
          "type": "array",
          "description": "Optional. IP ranges allowed to be included from peering.",
          "items": {
            "type": "string"
          }
        },
        "excludeExportRanges": {
          "description": "Optional. IP ranges encompassing the subnets to be excluded from peering.",
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "network": {
          "description": "Immutable. The URI of the Service Consumer VPC that the Producer VPC is peered with.",
          "type": "string"
        },
        "producerNetwork": {
          "type": "string",
          "description": "Output only. The URI of the Producer VPC.",
          "readOnly": true
        },
        "proposedExcludeExportRanges": {
          "items": {
            "type": "string"
          },
          "type": "array",
          "description": "Output only. The proposed exclude export IP ranges waiting for hub administrator's approval.",
          "readOnly": true
        },
        "peering": {
          "description": "Immutable. The name of the VPC peering between the Service Consumer VPC and the Producer VPC (defined in the Tenant project) which is added to the NCC hub. This peering must be in ACTIVE state.",
          "type": "string"
        }
      }
    },
    "GoogleCloudNetworkconnectivityV1betaNextHopInterconnectAttachment": {
      "description": "A route next hop that leads to an interconnect attachment resource.",
      "id": "GoogleCloudNetworkconnectivityV1betaNextHopInterconnectAttachment",
      "type": "object",
      "properties": {
        "siteToSiteDataTransfer": {
          "description": "Indicates whether site-to-site data transfer is allowed for this interconnect attachment resource. Data transfer is available only in [supported locations](https://cloud.google.com/network-connectivity/docs/network-connectivity-center/concepts/locations).",
          "type": "boolean"
        },
        "uri": {
          "description": "The URI of the interconnect attachment resource.",
          "type": "string"
        },
        "vpcNetwork": {
          "type": "string",
          "description": "The VPC network where this interconnect attachment is located."
        }
      }
    },
    "GoogleIamV1AuditLogConfig": {
      "description": "Provides the configuration for logging a type of permissions. Example: { \"audit_log_configs\": [ { \"log_type\": \"DATA_READ\", \"exempted_members\": [ \"user:jose@example.com\" ] }, { \"log_type\": \"DATA_WRITE\" } ] } This enables 'DATA_READ' and 'DATA_WRITE' logging, while exempting jose@example.com from DATA_READ logging.",
      "id": "GoogleIamV1AuditLogConfig",
      "type": "object",
      "properties": {
        "exemptedMembers": {
          "items": {
            "type": "string"
          },
          "description": "Specifies the identities that do not cause logging for this type of permission. Follows the same format of Binding.members.",
          "type": "array"
        },
        "logType": {
          "enumDescriptions": [
            "Default case. Should never be this.",
            "Admin reads. Example: CloudIAM getIamPolicy",
            "Data writes. Example: CloudSQL Users create",
            "Data reads. Example: CloudSQL Users list"
          ],
          "type": "string",
          "enum": [
            "LOG_TYPE_UNSPECIFIED",
            "ADMIN_READ",
            "DATA_WRITE",
            "DATA_READ"
          ],
          "description": "The log type that this config enables."
        }
      }
    },
    "GoogleCloudNetworkconnectivityV1betaLinkedRouterApplianceInstances": {
      "properties": {
        "includeImportRanges": {
          "items": {
            "type": "string"
          },
          "type": "array",
          "description": "Optional. Hub routes fully encompassed by include import ranges are included during import from hub."
        },
        "instances": {
          "description": "The list of router appliance instances.",
          "type": "array",
          "items": {
            "$ref": "GoogleCloudNetworkconnectivityV1betaRouterApplianceInstance"
          }
        },
        "siteToSiteDataTransfer": {
          "type": "boolean",
          "description": "A value that controls whether site-to-site data transfer is enabled for these resources. Data transfer is available only in [supported locations](https://cloud.google.com/network-connectivity/docs/network-connectivity-center/concepts/locations)."
        },
        "excludeExportRanges": {
          "items": {
            "type": "string"
          },
          "description": "Optional. Dynamic routes overlapped/encompassed by exclude export ranges are excluded during export to hub.",
          "type": "array"
        },
        "includeExportRanges": {
          "items": {
            "type": "string"
          },
          "description": "Optional. Dynamic routes fully encompassed by include export ranges are included during export to hub.",
          "type": "array"
        },
        "vpcNetwork": {
          "type": "string",
          "description": "Output only. The VPC network where these router appliance instances are located.",
          "readOnly": true
        },
        "excludeImportRanges": {
          "items": {
            "type": "string"
          },
          "description": "Optional. Hub routes overlapped/encompassed by exclude import ranges are excluded during import from hub.",
          "type": "array"
        }
      },
      "id": "GoogleCloudNetworkconnectivityV1betaLinkedRouterApplianceInstances",
      "type": "object",
      "description": "A collection of router appliance instances. If you configure multiple router appliance instances to receive data from the same set of sites outside of Google Cloud, we recommend that you associate those instances with the same spoke."
    },
    "GoogleCloudNetworkconnectivityV1betaHub": {
      "description": "A Network Connectivity Center hub is a global management resource to which you attach spokes. A single hub can contain spokes from multiple regions. However, if any of a hub's spokes use the site-to-site data transfer feature, the resources associated with those spokes must all be in the same VPC network. Spokes that do not use site-to-site data transfer can be associated with any VPC network in your project.",
      "id": "GoogleCloudNetworkconnectivityV1betaHub",
      "type": "object",
      "properties": {
        "updateTime": {
          "type": "string",
          "description": "Output only. The time the hub was last updated.",
          "readOnly": true,
          "format": "google-datetime"
        },
        "description": {
          "description": "Optional. An optional description of the hub.",
          "type": "string"
        },
        "exportPsc": {
          "description": "Optional. Whether Private Service Connect connection propagation is enabled for the hub. If true, Private Service Connect endpoints in VPC spokes attached to the hub are made accessible to other VPC spokes attached to the hub. The default value is false.",
          "type": "boolean"
        },
        "uniqueId": {
          "type": "string",
          "description": "Output only. The Google-generated UUID for the hub. This value is unique across all hub resources. If a hub is deleted and another with the same name is created, the new hub is assigned a different unique_id.",
          "readOnly": true
        },
        "policyMode": {
          "enumDescriptions": [
            "Policy mode is unspecified. It defaults to PRESET with preset_topology = MESH.",
            "Hub uses one of the preset topologies."
          ],
          "description": "Optional. The policy mode of this hub. This field can be either PRESET or CUSTOM. If unspecified, the policy_mode defaults to PRESET.",
          "type": "string",
          "enum": [
            "POLICY_MODE_UNSPECIFIED",
            "PRESET"
          ]
        },
        "presetTopology": {
          "description": "Optional. The topology implemented in this hub. Currently, this field is only used when policy_mode = PRESET. The available preset topologies are MESH and STAR. If preset_topology is unspecified and policy_mode = PRESET, the preset_topology defaults to MESH. When policy_mode = CUSTOM, the preset_topology is set to PRESET_TOPOLOGY_UNSPECIFIED.",
          "type": "string",
          "enum": [
            "PRESET_TOPOLOGY_UNSPECIFIED",
            "MESH",
            "STAR",
            "HYBRID_INSPECTION"
          ],
          "enumDescriptions": [
            "Preset topology is unspecified. When policy_mode = PRESET, it defaults to MESH.",
            "Mesh topology is implemented. Group `default` is automatically created. All spokes in the hub are added to group `default`.",
            "Star topology is implemented. Two groups, `center` and `edge`, are automatically created along with hub creation. Spokes have to join one of the groups during creation.",
            "Hybrid inspection has 4 groups ('non-prod', 'prod', 'services', and 'untrusted') that are automatically created along with hub creation."
          ]
        },
        "state": {
          "readOnly": true,
          "enumDescriptions": [
            "No state information available",
            "The resource's create operation is in progress.",
            "The resource is active",
            "The resource's delete operation is in progress.",
            "The resource's accept operation is in progress.",
            "The resource's reject operation is in progress.",
            "The resource's update operation is in progress.",
            "The resource is inactive.",
            "The hub associated with this spoke resource has been deleted. This state applies to spoke resources only.",
            "The resource is in an undefined state due to resource creation or deletion failure. You can try to delete the resource later or contact support for help."
          ],
          "description": "Output only. The current lifecycle state of this hub.",
          "type": "string",
          "enum": [
            "STATE_UNSPECIFIED",
            "CREATING",
            "ACTIVE",
            "DELETING",
            "ACCEPTING",
            "REJECTING",
            "UPDATING",
            "INACTIVE",
            "OBSOLETE",
            "FAILED"
          ]
        },
        "labels": {
          "description": "Optional labels in key-value pair format. For more information about labels, see [Requirements for labels](https://cloud.google.com/resource-manager/docs/creating-managing-labels#requirements).",
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "spokeSummary": {
          "$ref": "GoogleCloudNetworkconnectivityV1betaSpokeSummary",
          "description": "Output only. A summary of the spokes associated with a hub. The summary includes a count of spokes according to type and according to state. If any spokes are inactive, the summary also lists the reasons they are inactive, including a count for each reason.",
          "readOnly": true
        },
        "createTime": {
          "format": "google-datetime",
          "type": "string",
          "description": "Output only. The time the hub was created.",
          "readOnly": true
        },
        "routingVpcs": {
          "description": "Output only. The VPC networks associated with this hub's spokes. This field is read-only. Network Connectivity Center automatically populates it based on the set of spokes attached to the hub.",
          "readOnly": true,
          "type": "array",
          "items": {
            "$ref": "GoogleCloudNetworkconnectivityV1betaRoutingVPC"
          }
        },
        "routeTables": {
          "items": {
            "type": "string"
          },
          "description": "Output only. The route tables that belong to this hub. They use the following form: `projects/{project_number}/locations/global/hubs/{hub_id}/routeTables/{route_table_id}` This field is read-only. Network Connectivity Center automatically populates it based on the route tables nested under the hub.",
          "readOnly": true,
          "type": "array"
        },
        "name": {
          "description": "Immutable. The name of the hub. Hub names must be unique. They use the following form: `projects/{project_number}/locations/global/hubs/{hub_id}`",
          "type": "string"
        }
      }
    },
    "GoogleLongrunningOperation": {
      "properties": {
        "metadata": {
          "type": "object",
          "description": "Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.",
          "additionalProperties": {
            "description": "Properties of the object. Contains field @type with type URL.",
            "type": "any"
          }
        },
        "response": {
          "description": "The normal, successful response of the operation. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.",
          "type": "object",
          "additionalProperties": {
            "type": "any",
            "description": "Properties of the object. Contains field @type with type URL."
          }
        },
        "name": {
          "type": "string",
          "description": "The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`."
        },
        "error": {
          "description": "The error result of the operation in case of failure or cancellation.",
          "$ref": "GoogleRpcStatus"
        },
        "done": {
          "description": "If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, and either `error` or `response` is available.",
          "type": "boolean"
        }
      },
      "id": "GoogleLongrunningOperation",
      "type": "object",
      "description": "This resource represents a long-running operation that is the result of a network API call."
    },
    "GoogleCloudNetworkconnectivityV1betaAcceptHubSpokeRequest": {
      "properties": {
        "requestId": {
          "type": "string",
          "description": "Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server knows to ignore the request if it has already been completed. The server guarantees that a request doesn't result in creation of duplicate commitments for at least 60 minutes. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check to see whether the original operation was received. If it was, the server ignores the second request. This behavior prevents clients from mistakenly creating duplicate commitments. The request ID must be a valid UUID, with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000)."
        },
        "spokeUri": {
          "type": "string",
          "description": "Required. The URI of the spoke to accept into the hub."
        }
      },
      "id": "GoogleCloudNetworkconnectivityV1betaAcceptHubSpokeRequest",
      "type": "object",
      "description": "The request for HubService.AcceptHubSpoke."
    },
    "GoogleCloudNetworkconnectivityV1betaListGroupsResponse": {
      "description": "Response for HubService.ListGroups method.",
      "id": "GoogleCloudNetworkconnectivityV1betaListGroupsResponse",
      "type": "object",
      "properties": {
        "nextPageToken": {
          "type": "string",
          "description": "The token for the next page of the response. To see more results, use this value as the page_token for your next request. If this value is empty, there are no more results."
        },
        "unreachable": {
          "description": "Hubs that could not be reached.",
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "groups": {
          "type": "array",
          "description": "The requested groups.",
          "items": {
            "$ref": "GoogleCloudNetworkconnectivityV1betaGroup"
          }
        }
      }
    },
    "GoogleCloudNetworkconnectivityV1betaListRoutesResponse": {
      "properties": {
        "nextPageToken": {
          "description": "The token for the next page of the response. To see more results, use this value as the page_token for your next request. If this value is empty, there are no more results.",
          "type": "string"
        },
        "unreachable": {
          "items": {
            "type": "string"
          },
          "type": "array",
          "description": "RouteTables that could not be reached."
        },
        "routes": {
          "description": "The requested routes.",
          "type": "array",
          "items": {
            "$ref": "GoogleCloudNetworkconnectivityV1betaRoute"
          }
        }
      },
      "id": "GoogleCloudNetworkconnectivityV1betaListRoutesResponse",
      "type": "object",
      "description": "Response for HubService.ListRoutes method."
    },
    "GoogleLongrunningListOperationsResponse": {
      "properties": {
        "operations": {
          "description": "A list of operations that matches the specified filter in the request.",
          "type": "array",
          "items": {
            "$ref": "GoogleLongrunningOperation"
          }
        },
        "nextPageToken": {
          "description": "The standard List next-page token.",
          "type": "string"
        },
        "unreachable": {
          "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to list all resources across all supported locations.",
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "description": "The response message for Operations.ListOperations.",
      "id": "GoogleLongrunningListOperationsResponse",
      "type": "object"
    },
    "GoogleCloudNetworkconnectivityV1betaListMulticloudDataTransferConfigsResponse": {
      "properties": {
        "multicloudDataTransferConfigs": {
          "items": {
            "$ref": "GoogleCloudNetworkconnectivityV1betaMulticloudDataTransferConfig"
          },
          "description": "The list of `MulticloudDataTransferConfig` resources to be listed.",
          "type": "array"
        },
        "nextPageToken": {
          "type": "string",
          "description": "The next page token."
        },
        "unreachable": {
          "items": {
            "type": "string"
          },
          "type": "array",
          "description": "Locations that could not be reached."
        }
      },
      "id": "GoogleCloudNetworkconnectivityV1betaListMulticloudDataTransferConfigsResponse",
      "type": "object",
      "description": "Response message to list `MulticloudDataTransferConfig` resources."
    },
    "GoogleIamV1Policy": {
      "properties": {
        "bindings": {
          "type": "array",
          "description": "Associates a list of `members`, or principals, with a `role`. Optionally, may specify a `condition` that determines how and when the `bindings` are applied. Each of the `bindings` must contain at least one principal. The `bindings` in a `Policy` can refer to up to 1,500 principals; up to 250 of these principals can be Google groups. Each occurrence of a principal counts towards these limits. For example, if the `bindings` grant 50 different roles to `user:alice@example.com`, and not to any other principal, then you can add another 1,450 principals to the `bindings` in the `Policy`.",
          "items": {
            "$ref": "GoogleIamV1Binding"
          }
        },
        "version": {
          "description": "Specifies the format of the policy. Valid values are `0`, `1`, and `3`. Requests that specify an invalid value are rejected. Any operation that affects conditional role bindings must specify version `3`. This requirement applies to the following operations: * Getting a policy that includes a conditional role binding * Adding a conditional role binding to a policy * Changing a conditional role binding in a policy * Removing any role binding, with or without a condition, from a policy that includes conditions **Important:** If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the conditions in the version `3` policy are lost. If a policy does not include any conditions, operations on that policy may specify any valid version or leave the field unset. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).",
          "type": "integer",
          "format": "int32"
        },
        "auditConfigs": {
          "items": {
            "$ref": "GoogleIamV1AuditConfig"
          },
          "type": "array",
          "description": "Specifies cloud audit logging configuration for this policy."
        },
        "etag": {
          "format": "byte",
          "description": "`etag` is used for optimistic concurrency control as a way to help prevent simultaneous updates of a policy from overwriting each other. It is strongly suggested that systems make use of the `etag` in the read-modify-write cycle to perform policy updates in order to avoid race conditions: An `etag` is returned in the response to `getIamPolicy`, and systems are expected to put that etag in the request to `setIamPolicy` to ensure that their change will be applied to the same version of the policy. **Important:** If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the conditions in the version `3` policy are lost.",
          "type": "string"
        }
      },
      "description": "An Identity and Access Management (IAM) policy, which specifies access controls for Google Cloud resources. A `Policy` is a collection of `bindings`. A `binding` binds one or more `members`, or principals, to a single `role`. Principals can be user accounts, service accounts, Google groups, and domains (such as G Suite). A `role` is a named list of permissions; each `role` can be an IAM predefined role or a user-created custom role. For some types of Google Cloud resources, a `binding` can also specify a `condition`, which is a logical expression that allows access to a resource only if the expression evaluates to `true`. A condition can add constraints based on attributes of the request, the resource, or both. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies). **JSON example:** ``` { \"bindings\": [ { \"role\": \"roles/resourcemanager.organizationAdmin\", \"members\": [ \"user:mike@example.com\", \"group:admins@example.com\", \"domain:google.com\", \"serviceAccount:my-project-id@appspot.gserviceaccount.com\" ] }, { \"role\": \"roles/resourcemanager.organizationViewer\", \"members\": [ \"user:eve@example.com\" ], \"condition\": { \"title\": \"expirable access\", \"description\": \"Does not grant access after Sep 2020\", \"expression\": \"request.time \u003c timestamp('2020-10-01T00:00:00.000Z')\", } } ], \"etag\": \"BwWWja0YfJA=\", \"version\": 3 } ``` **YAML example:** ``` bindings: - members: - user:mike@example.com - group:admins@example.com - domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.com role: roles/resourcemanager.organizationViewer condition: title: expirable access description: Does not grant access after Sep 2020 expression: request.time \u003c timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the [IAM documentation](https://cloud.google.com/iam/docs/).",
      "id": "GoogleIamV1Policy",
      "type": "object"
    },
    "GoogleCloudNetworkconnectivityV1betaListRegionalEndpointsResponse": {
      "id": "GoogleCloudNetworkconnectivityV1betaListRegionalEndpointsResponse",
      "type": "object",
      "description": "Response for ListRegionalEndpoints.",
      "properties": {
        "nextPageToken": {
          "type": "string",
          "description": "The next pagination token in the List response. It should be used as page_token for the following request. An empty value means no more result."
        },
        "unreachable": {
          "items": {
            "type": "string"
          },
          "type": "array",
          "description": "Locations that could not be reached."
        },
        "regionalEndpoints": {
          "items": {
            "$ref": "GoogleCloudNetworkconnectivityV1betaRegionalEndpoint"
          },
          "description": "Regional endpoints to be returned.",
          "type": "array"
        }
      }
    },
    "GoogleCloudNetworkconnectivityV1betaListHubSpokesResponse": {
      "properties": {
        "spokes": {
          "description": "The requested spokes. The spoke fields can be partially populated based on the `view` field in the request message.",
          "type": "array",
          "items": {
            "$ref": "GoogleCloudNetworkconnectivityV1betaSpoke"
          }
        },
        "nextPageToken": {
          "description": "The token for the next page of the response. To see more results, use this value as the page_token for your next request. If this value is empty, there are no more results.",
          "type": "string"
        },
        "unreachable": {
          "type": "array",
          "description": "Locations that could not be reached.",
          "items": {
            "type": "string"
          }
        }
      },
      "id": "GoogleCloudNetworkconnectivityV1betaListHubSpokesResponse",
      "type": "object",
      "description": "The response for HubService.ListHubSpokes."
    },
    "GoogleRpcStatus": {
      "properties": {
        "code": {
          "format": "int32",
          "type": "integer",
          "description": "The status code, which should be an enum value of google.rpc.Code."
        },
        "details": {
          "items": {
            "type": "object",
            "additionalProperties": {
              "description": "Properties of the object. Contains field @type with type URL.",
              "type": "any"
            }
          },
          "type": "array",
          "description": "A list of messages that carry the error details. There is a common set of message types for APIs to use."
        },
        "message": {
          "type": "string",
          "description": "A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client."
        }
      },
      "description": "The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors).",
      "id": "GoogleRpcStatus",
      "type": "object"
    },
    "GoogleCloudNetworkconnectivityV1betaGateway": {
      "properties": {
        "sacAttachment": {
          "type": "string",
          "description": "Output only. The URI of the connected SACAttachment. Should be in the form: projects/{project}/locations/{location}/sacAttachments/{sac_attachment}",
          "readOnly": true
        },
        "cloudRouters": {
          "type": "array",
          "description": "Output only. The list of Cloud Routers that are connected to this gateway. Should be in the form: https://www.googleapis.com/compute/v1/projects/{project}/regions/{region}/routers/{router}",
          "readOnly": true,
          "items": {
            "type": "string"
          }
        },
        "ipRangeReservations": {
          "description": "Optional. A list of IP ranges that are reserved for this gateway's internal intfrastructure.",
          "type": "array",
          "items": {
            "$ref": "GoogleCloudNetworkconnectivityV1betaIpRangeReservation"
          }
        },
        "capacity": {
          "enumDescriptions": [
            "The gateway capacity is unspecified.",
            "The gateway has 1 Gbps of aggregate processing capacity",
            "The gateway has 10 Gbps of aggregate processing capacity",
            "The gateway has 100 Gbps of aggregate processing capacity"
          ],
          "description": "Optional. The aggregate processing capacity of this gateway.",
          "type": "string",
          "enum": [
            "GATEWAY_CAPACITY_UNSPECIFIED",
            "CAPACITY_1_GBPS",
            "CAPACITY_10_GBPS",
            "CAPACITY_100_GBPS"
          ]
        }
      },
      "description": "A gateway that can apply specialized traffic processing.",
      "id": "GoogleCloudNetworkconnectivityV1betaGateway",
      "type": "object"
    },
    "GoogleCloudNetworkconnectivityV1betaVirtualMachine": {
      "properties": {
        "tags": {
          "items": {
            "type": "string"
          },
          "type": "array",
          "description": "Optional. A list of VM instance tags that this policy-based route applies to. VM instances that have ANY of tags specified here installs this PBR."
        }
      },
      "description": "VM instances that this policy-based route applies to.",
      "id": "GoogleCloudNetworkconnectivityV1betaVirtualMachine",
      "type": "object"
    },
    "GoogleCloudNetworkconnectivityV1betaLinkedInterconnectAttachments": {
      "description": "A collection of VLAN attachment resources. These resources should be redundant attachments that all advertise the same prefixes to Google Cloud. Alternatively, in active/passive configurations, all attachments should be capable of advertising the same prefixes.",
      "id": "GoogleCloudNetworkconnectivityV1betaLinkedInterconnectAttachments",
      "type": "object",
      "properties": {
        "vpcNetwork": {
          "type": "string",
          "description": "Output only. The VPC network where these VLAN attachments are located.",
          "readOnly": true
        },
        "excludeImportRanges": {
          "type": "array",
          "description": "Optional. Hub routes overlapped/encompassed by exclude import ranges are excluded during import from hub.",
          "items": {
            "type": "string"
          }
        },
        "includeExportRanges": {
          "type": "array",
          "description": "Optional. Dynamic routes fully encompassed by include export ranges are included during export to hub.",
          "items": {
            "type": "string"
          }
        },
        "siteToSiteDataTransfer": {
          "description": "A value that controls whether site-to-site data transfer is enabled for these resources. Data transfer is available only in [supported locations](https://cloud.google.com/network-connectivity/docs/network-connectivity-center/concepts/locations).",
          "type": "boolean"
        },
        "excludeExportRanges": {
          "description": "Optional. Dynamic routes overlapped/encompassed by exclude export ranges are excluded during export to hub.",
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "uris": {
          "items": {
            "type": "string"
          },
          "description": "The URIs of linked interconnect attachment resources",
          "type": "array"
        },
        "includeImportRanges": {
          "type": "array",
          "description": "Optional. Hub routes fully encompassed by include import ranges are included during import from hub.",
          "items": {
            "type": "string"
          }
        }
      }
    },
    "GoogleCloudNetworkconnectivityV1betaTransport": {
      "properties": {
        "hub": {
          "description": "Optional. Immutable. The NCC Hub that the Transport should attach to. The hub must be in the same project as the Transport. Format: `{hub}` or `projects/{project}/locations/global/hubs/{hub}`",
          "type": "string"
        },
        "pscRoutingEnabled": {
          "type": "boolean",
          "description": "Optional. Immutable. Controls whether a Routing VPC Spoke should be created and attached to the NCC Hub. This will provide Private Service Connect (PSC) connectivity through NCC. This can only be set when the Transport is first created."
        },
        "updateTime": {
          "format": "google-datetime",
          "description": "Output only. Update time stamp.",
          "readOnly": true,
          "type": "string"
        },
        "network": {
          "type": "string",
          "description": "Optional. Immutable. Resource URI of the Network that will be peered with this Transport. This field must be provided during resource creation and cannot be changed."
        },
        "remoteProfile": {
          "description": "Optional. Immutable. Name of the remoteTransportProfile that this Transport is connecting to.",
          "type": "string"
        },
        "providedActivationKey": {
          "type": "string",
          "description": "Optional. Immutable. Key used for establishing a connection with the remote transport. This key can only be provided if the profile supports an INPUT key flow and the resource is in the PENDING_KEY state."
        },
        "description": {
          "type": "string",
          "description": "Optional. Description of the Transport."
        },
        "adminEnabled": {
          "description": "Optional. Administrative state of the underlying connectivity. If set to true (default), connectivity should be available between your environments. If set to false, the connectivity over these links is disabled. Disabling your Transport does not affect billing, and retains the underlying network bandwidth associated with the connectivity.",
          "type": "boolean"
        },
        "stackType": {
          "enumDescriptions": [
            "Unspecified stack type.",
            "Only IPv4 is supported. (default)",
            "Both IPv4 and IPv6 are supported."
          ],
          "description": "Optional. IP version stack for the established connectivity.",
          "type": "string",
          "enum": [
            "STACK_TYPE_UNSPECIFIED",
            "IPV4_ONLY",
            "IPV4_IPV6"
          ]
        },
        "remoteAccountId": {
          "description": "Optional. Immutable. The user supplied account id for the CSP associated with the remote profile.",
          "type": "string"
        },
        "peeringNetwork": {
          "description": "Output only. VPC Network URI that was created for the VPC Peering connection to the provided `network`. If VPC Peering is disconnected, this can be used to re-establish.",
          "readOnly": true,
          "type": "string"
        },
        "generatedActivationKey": {
          "type": "string",
          "description": "Output only. Google-generated activation key. This is only output if the selected profile supports an OUTPUT key flow. Inputting this to the provider is only valid while the resource is in a PENDING_KEY state. Once the provider has accepted the key, the resource will move to the CONFIGURING state.",
          "readOnly": true
        },
        "bandwidth": {
          "enumDescriptions": [
            "Unspecified bandwidth.",
            "50 Megabits per second.",
            "100 Megabits per second.",
            "200 Megabits per second.",
            "300 Megabits per second.",
            "400 Megabits per second.",
            "500 Megabits per second.",
            "1 Gigabit per second.",
            "2 Gigabits per second.",
            "5 Gigabits per second.",
            "10 Gigabits per second.",
            "20 Gigabits per second.",
            "50 Gigabits per second.",
            "100 Gigabits per second."
          ],
          "description": "Optional. Bandwidth of the Transport. This must be one of the supported bandwidths for the remote profile, and must be set when no activation key is being provided.",
          "type": "string",
          "enum": [
            "BANDWIDTH_UNSPECIFIED",
            "BPS_50M",
            "BPS_100M",
            "BPS_200M",
            "BPS_300M",
            "BPS_400M",
            "BPS_500M",
            "BPS_1G",
            "BPS_2G",
            "BPS_5G",
            "BPS_10G",
            "BPS_20G",
            "BPS_50G",
            "BPS_100G"
          ]
        },
        "state": {
          "readOnly": true,
          "enumDescriptions": [
            "Unspecified state.",
            "The resource exists locally and is being created / associated with the resource on the remote provider’s end of the underlying connectivity.",
            "The Transport exists on both sides of the connection, and is waiting for configuration to finalize and be verified as operational.",
            "The Transport was created in GCP. Depending on the profile’s key provisioning flow, this is either waiting for an activation key to be input (the key will be validated that it uses remote resources that match the Transport), or for the generated key to be input to the provider for finalizing. The configured bandwidth is not yet guaranteed.",
            "The Transport is configured and the underlying connectivity is considered operational.",
            "The Transport is being deleted from GCP. The underlying connectivity is no longer operational.",
            "The Transport was deleted on the remote provider's end and is no longer operational. GCP has insufficient information to move the resource back to PENDING_KEY state."
          ],
          "type": "string",
          "enum": [
            "STATE_UNSPECIFIED",
            "CREATING",
            "PENDING_CONFIG",
            "PENDING_KEY",
            "ACTIVE",
            "DELETING",
            "DEPROVISIONED"
          ],
          "description": "Output only. State of the underlying connectivity."
        },
        "labels": {
          "description": "Optional. Labels as key value pairs.",
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "createTime": {
          "description": "Output only. Create time stamp.",
          "readOnly": true,
          "type": "string",
          "format": "google-datetime"
        },
        "autoAccept": {
          "description": "Optional. Immutable. Controls whether resources proposed by the Transport are automatically accepted on behalf of the user. List of actions that can be automatically accepted are: 1. VPC Peering creation 2. Routing VPC Spoke creation 3. Hybrid Spoke creation",
          "type": "boolean"
        },
        "advertisedRoutes": {
          "items": {
            "type": "string"
          },
          "type": "array",
          "description": "Optional. List of IP Prefixes that will be advertised to the remote provider. Both IPv4 and IPv6 addresses are supported."
        },
        "name": {
          "type": "string",
          "description": "Identifier. Name of the resource."
        },
        "mtuLimit": {
          "format": "int32",
          "description": "Output only. The maximum transmission unit (MTU) of a packet that can be sent over this transport.",
          "readOnly": true,
          "type": "integer"
        }
      },
      "id": "GoogleCloudNetworkconnectivityV1betaTransport",
      "type": "object",
      "description": "Message describing Transport object."
    },
    "GoogleCloudNetworkconnectivityV1betaGetStatusResponse": {
      "description": "Message for the response to getting a Transport's operational status.",
      "id": "GoogleCloudNetworkconnectivityV1betaGetStatusResponse",
      "type": "object",
      "properties": {
        "overallStatus": {
          "description": "The overall status of the Transport. This field will always output the most critical status of the Transport. For example, if the connectivity is DISCONNECTED, and the underlying networking components are DOWN, then the overall status will be DOWN.",
          "type": "string",
          "enum": [
            "OVERALL_STATUS_UNSPECIFIED",
            "ACTIVE",
            "PENDING_KEY",
            "CONFIGURING",
            "DISCONNECTED",
            "DOWN"
          ],
          "enumDescriptions": [
            "Unspecified status.",
            "Resource is active and operational.",
            "Resource is waiting for an activation key to be exchanged.",
            "Activation keys have been exchanged and connectivity is being established.",
            "VPC Peering has been taken down, or the NCC Spoke has been rejected.",
            "User configuration is correct, but the configured capacity is operationally down."
          ]
        },
        "macSecStatus": {
          "enumDescriptions": [
            "Unspecified status.",
            "MACSec is protecting the links and configured in fail closed.",
            "MACSec is protecting the links and configured to fail open on at least one of the redundant links.",
            "MACSec is not configured on at least one of the underlying links."
          ],
          "description": "Current status of MACSec on the underlying network connectivity between GC and the partner.",
          "type": "string",
          "enum": [
            "MAC_SEC_STATUS_UNSPECIFIED",
            "MAC_SEC_STATUS_ACTIVE_FAIL_CLOSED",
            "MAC_SEC_STATUS_ACTIVE_FAIL_OPEN",
            "MAC_SEC_STATUS_NOT_CONFIGURED"
          ]
        },
        "connectivityStatus": {
          "enumDescriptions": [
            "Unspecified status.",
            "VPC Peering or the NCC Hub appear to be correctly established.",
            "VPC Peering has been taken down, or the NCC Spoke has been rejected."
          ],
          "description": "Current status of connectivity to the local GCP resource. This reflects whether the VPC Peering or NCC Hub appears correctly configured.",
          "type": "string",
          "enum": [
            "CONNECTIVITY_STATUS_UNSPECIFIED",
            "CONNECTIVITY_STATUS_CONNECTED",
            "CONNECTIVITY_STATUS_DISCONNECTED"
          ]
        },
        "operationalStatus": {
          "enumDescriptions": [
            "Unspecified status.",
            "Protected capacity is available and networking components show as up.",
            "Protected capacity is showing as operationally down."
          ],
          "type": "string",
          "enum": [
            "OPERATIONAL_STATUS_UNSPECIFIED",
            "OPERATIONAL_STATUS_ACTIVE",
            "OPERATIONAL_STATUS_DOWN"
          ],
          "description": "The operational status of the underlying networking components."
        }
      }
    },
    "GoogleCloudNetworkconnectivityV1betaNextHopVPNTunnel": {
      "description": "A route next hop that leads to a VPN tunnel resource.",
      "id": "GoogleCloudNetworkconnectivityV1betaNextHopVPNTunnel",
      "type": "object",
      "properties": {
        "uri": {
          "description": "The URI of the VPN tunnel resource.",
          "type": "string"
        },
        "vpcNetwork": {
          "type": "string",
          "description": "The VPC network where this VPN tunnel is located."
        },
        "siteToSiteDataTransfer": {
          "description": "Indicates whether site-to-site data transfer is allowed for this VPN tunnel resource. Data transfer is available only in [supported locations](https://cloud.google.com/network-connectivity/docs/network-connectivity-center/concepts/locations).",
          "type": "boolean"
        }
      }
    },
    "GoogleCloudNetworkconnectivityV1betaIpRangeReservation": {
      "properties": {
        "ipRange": {
          "type": "string",
          "description": "Required. A block of IP addresses used to allocate supporting infrastructure for this gateway. This block must not overlap with subnets in any spokes or peer VPC networks that the gateway can communicate with. Example: \"10.1.2.0/24\""
        }
      },
      "description": "A list of IP ranges that are reserved for this gateway's internal intfrastructure.",
      "id": "GoogleCloudNetworkconnectivityV1betaIpRangeReservation",
      "type": "object"
    },
    "GoogleCloudNetworkconnectivityV1betaRejectHubSpokeRequest": {
      "properties": {
        "requestId": {
          "type": "string",
          "description": "Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server knows to ignore the request if it has already been completed. The server guarantees that a request doesn't result in creation of duplicate commitments for at least 60 minutes. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check to see whether the original operation was received. If it was, the server ignores the second request. This behavior prevents clients from mistakenly creating duplicate commitments. The request ID must be a valid UUID, with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000)."
        },
        "details": {
          "description": "Optional. Additional information provided by the hub administrator.",
          "type": "string"
        },
        "spokeUri": {
          "description": "Required. The URI of the spoke to reject from the hub.",
          "type": "string"
        }
      },
      "id": "GoogleCloudNetworkconnectivityV1betaRejectHubSpokeRequest",
      "type": "object",
      "description": "The request for HubService.RejectHubSpoke."
    },
    "GoogleCloudNetworkconnectivityV1betaSpokeSummary": {
      "id": "GoogleCloudNetworkconnectivityV1betaSpokeSummary",
      "type": "object",
      "description": "Summarizes information about the spokes associated with a hub. The summary includes a count of spokes according to type and according to state. If any spokes are inactive, the summary also lists the reasons they are inactive, including a count for each reason.",
      "properties": {
        "spokeStateCounts": {
          "type": "array",
          "description": "Output only. Counts the number of spokes that are in each state and associated with a given hub.",
          "readOnly": true,
          "items": {
            "$ref": "GoogleCloudNetworkconnectivityV1betaSpokeStateCount"
          }
        },
        "spokeStateReasonCounts": {
          "items": {
            "$ref": "GoogleCloudNetworkconnectivityV1betaSpokeStateReasonCount"
          },
          "type": "array",
          "description": "Output only. Counts the number of spokes that are inactive for each possible reason and associated with a given hub.",
          "readOnly": true
        },
        "spokeTypeCounts": {
          "description": "Output only. Counts the number of spokes of each type that are associated with a specific hub.",
          "readOnly": true,
          "type": "array",
          "items": {
            "$ref": "GoogleCloudNetworkconnectivityV1betaSpokeTypeCount"
          }
        }
      }
    },
    "GoogleCloudNetworkconnectivityV1betaListGatewayAdvertisedRoutesResponse": {
      "properties": {
        "gatewayAdvertisedRoutes": {
          "type": "array",
          "description": "The requested gateway advertised routes.",
          "items": {
            "$ref": "GoogleCloudNetworkconnectivityV1betaGatewayAdvertisedRoute"
          }
        },
        "nextPageToken": {
          "type": "string",
          "description": "The token for the next page of the response. To see more results, use this value as the page_token for your next request. If this value is empty, there are no more results."
        },
        "unreachable": {
          "description": "Hubs that could not be reached.",
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "description": "Response for HubService.ListGatewayAdvertisedRoutes method.",
      "id": "GoogleCloudNetworkconnectivityV1betaListGatewayAdvertisedRoutesResponse",
      "type": "object"
    },
    "GoogleTypeExpr": {
      "id": "GoogleTypeExpr",
      "type": "object",
      "description": "Represents a textual expression in the Common Expression Language (CEL) syntax. CEL is a C-like expression language. The syntax and semantics of CEL are documented at https://github.com/google/cel-spec. Example (Comparison): title: \"Summary size limit\" description: \"Determines if a summary is less than 100 chars\" expression: \"document.summary.size() \u003c 100\" Example (Equality): title: \"Requestor is owner\" description: \"Determines if requestor is the document owner\" expression: \"document.owner == request.auth.claims.email\" Example (Logic): title: \"Public documents\" description: \"Determine whether the document should be publicly visible\" expression: \"document.type != 'private' && document.type != 'internal'\" Example (Data Manipulation): title: \"Notification string\" description: \"Create a notification string with a timestamp.\" expression: \"'New message received at ' + string(document.create_time)\" The exact variables and functions that may be referenced within an expression are determined by the service that evaluates it. See the service documentation for additional information.",
      "properties": {
        "expression": {
          "type": "string",
          "description": "Textual representation of an expression in Common Expression Language syntax."
        },
        "description": {
          "type": "string",
          "description": "Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI."
        },
        "title": {
          "description": "Optional. Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression.",
          "type": "string"
        },
        "location": {
          "description": "Optional. String indicating the location of the expression for error reporting, e.g. a file name and a position in the file.",
          "type": "string"
        }
      }
    },
    "GoogleCloudNetworkconnectivityV1betaStateReason": {
      "properties": {
        "code": {
          "description": "The code associated with this reason.",
          "type": "string",
          "enum": [
            "CODE_UNSPECIFIED",
            "PENDING_REVIEW",
            "REJECTED",
            "PAUSED",
            "FAILED",
            "UPDATE_PENDING_REVIEW",
            "UPDATE_REJECTED",
            "UPDATE_FAILED"
          ],
          "enumDescriptions": [
            "No information available.",
            "The proposed spoke is pending review.",
            "The proposed spoke has been rejected by the hub administrator.",
            "The spoke has been deactivated internally.",
            "Network Connectivity Center encountered errors while accepting the spoke.",
            "The proposed spoke update is pending review.",
            "The proposed spoke update has been rejected by the hub administrator.",
            "Network Connectivity Center encountered errors while accepting the spoke update."
          ]
        },
        "userDetails": {
          "type": "string",
          "description": "Additional information provided by the user in the RejectSpoke call."
        },
        "message": {
          "description": "Human-readable details about this reason.",
          "type": "string"
        }
      },
      "id": "GoogleCloudNetworkconnectivityV1betaStateReason",
      "type": "object",
      "description": "The reason for the current state of the spoke."
    },
    "GoogleCloudNetworkconnectivityV1betaGroup": {
      "description": "A group represents a subset of spokes attached to a hub.",
      "id": "GoogleCloudNetworkconnectivityV1betaGroup",
      "type": "object",
      "properties": {
        "labels": {
          "additionalProperties": {
            "type": "string"
          },
          "description": "Optional. Labels in key-value pair format. For more information about labels, see [Requirements for labels](https://cloud.google.com/resource-manager/docs/creating-managing-labels#requirements).",
          "type": "object"
        },
        "state": {
          "enumDescriptions": [
            "No state information available",
            "The resource's create operation is in progress.",
            "The resource is active",
            "The resource's delete operation is in progress.",
            "The resource's accept operation is in progress.",
            "The resource's reject operation is in progress.",
            "The resource's update operation is in progress.",
            "The resource is inactive.",
            "The hub associated with this spoke resource has been deleted. This state applies to spoke resources only.",
            "The resource is in an undefined state due to resource creation or deletion failure. You can try to delete the resource later or contact support for help."
          ],
          "description": "Output only. The current lifecycle state of this group.",
          "type": "string",
          "enum": [
            "STATE_UNSPECIFIED",
            "CREATING",
            "ACTIVE",
            "DELETING",
            "ACCEPTING",
            "REJECTING",
            "UPDATING",
            "INACTIVE",
            "OBSOLETE",
            "FAILED"
          ],
          "readOnly": true
        },
        "routeTable": {
          "description": "Output only. The name of the route table that corresponds to this group. They use the following form: `projects/{project_number}/locations/global/hubs/{hub_id}/routeTables/{route_table_id}`",
          "readOnly": true,
          "type": "string"
        },
        "updateTime": {
          "format": "google-datetime",
          "type": "string",
          "description": "Output only. The time the group was last updated.",
          "readOnly": true
        },
        "description": {
          "description": "Optional. The description of the group.",
          "type": "string"
        },
        "autoAccept": {
          "description": "Optional. The auto-accept setting for this group.",
          "$ref": "GoogleCloudNetworkconnectivityV1betaAutoAccept"
        },
        "createTime": {
          "type": "string",
          "description": "Output only. The time the group was created.",
          "readOnly": true,
          "format": "google-datetime"
        },
        "uid": {
          "description": "Output only. The Google-generated UUID for the group. This value is unique across all group resources. If a group is deleted and another with the same name is created, the new route table is assigned a different unique_id.",
          "readOnly": true,
          "type": "string"
        },
        "name": {
          "description": "Immutable. The name of the group. Group names must be unique. They use the following form: `projects/{project_number}/locations/global/hubs/{hub}/groups/{group_id}`",
          "type": "string"
        }
      }
    },
    "GoogleCloudNetworkconnectivityV1betaListPolicyBasedRoutesResponse": {
      "description": "Response for PolicyBasedRoutingService.ListPolicyBasedRoutes method.",
      "id": "GoogleCloudNetworkconnectivityV1betaListPolicyBasedRoutesResponse",
      "type": "object",
      "properties": {
        "nextPageToken": {
          "type": "string",
          "description": "The next pagination token in the List response. It should be used as page_token for the following request. An empty value means no more result."
        },
        "unreachable": {
          "items": {
            "type": "string"
          },
          "description": "Locations that could not be reached.",
          "type": "array"
        },
        "policyBasedRoutes": {
          "items": {
            "$ref": "GoogleCloudNetworkconnectivityV1betaPolicyBasedRoute"
          },
          "description": "Policy-based routes to be returned.",
          "type": "array"
        }
      }
    },
    "GoogleCloudNetworkconnectivityV1betaParseFromActivationKeyResponse": {
      "properties": {
        "remoteTransportProfile": {
          "description": "The RemoteTransportProfile that was parsed from the activation key.",
          "$ref": "GoogleCloudNetworkconnectivityV1betaRemoteTransportProfile"
        }
      },
      "id": "GoogleCloudNetworkconnectivityV1betaParseFromActivationKeyResponse",
      "type": "object",
      "description": "Message for response to getting a RemoteTransportProfile from an activation key."
    },
    "GoogleCloudNetworkconnectivityV1betaRejectSpokeUpdateRequest": {
      "id": "GoogleCloudNetworkconnectivityV1betaRejectSpokeUpdateRequest",
      "type": "object",
      "description": "The request for HubService.RejectSpokeUpdate.",
      "properties": {
        "requestId": {
          "description": "Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server knows to ignore the request if it has already been completed. The server guarantees that a request doesn't result in creation of duplicate commitments for at least 60 minutes. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check to see whether the original operation was received. If it was, the server ignores the second request. This behavior prevents clients from mistakenly creating duplicate commitments. The request ID must be a valid UUID, with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
          "type": "string"
        },
        "spokeEtag": {
          "type": "string",
          "description": "Required. The etag of the spoke to reject update."
        },
        "details": {
          "type": "string",
          "description": "Optional. Additional information provided by the hub administrator."
        },
        "spokeUri": {
          "description": "Required. The URI of the spoke to reject update.",
          "type": "string"
        }
      }
    },
    "GoogleCloudNetworkconnectivityV1betaStateMetadata": {
      "id": "GoogleCloudNetworkconnectivityV1betaStateMetadata",
      "type": "object",
      "description": "The state and activation time details of the resource state.",
      "properties": {
        "effectiveTime": {
          "description": "Output only. Accompanies only the transient states, which include `ADDING`, `DELETING`, and `SUSPENDING`, to denote the time until which the transient state of the resource will be effective. For instance, if the state is `ADDING`, this field shows the time when the resource state transitions to `ACTIVE`.",
          "readOnly": true,
          "type": "string",
          "format": "google-datetime"
        },
        "state": {
          "enumDescriptions": [
            "An invalid state, which is the default case.",
            "The resource is being added.",
            "The resource is in use.",
            "The resource is being deleted.",
            "The resource is being suspended.",
            "The resource is suspended and not in use."
          ],
          "description": "Output only. The state of the resource.",
          "type": "string",
          "enum": [
            "STATE_UNSPECIFIED",
            "ADDING",
            "ACTIVE",
            "DELETING",
            "SUSPENDING",
            "SUSPENDED"
          ],
          "readOnly": true
        }
      }
    },
    "GoogleIamV1Binding": {
      "properties": {
        "role": {
          "description": "Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`. For an overview of the IAM roles and permissions, see the [IAM documentation](https://cloud.google.com/iam/docs/roles-overview). For a list of the available pre-defined roles, see [here](https://cloud.google.com/iam/docs/understanding-roles).",
          "type": "string"
        },
        "members": {
          "type": "array",
          "description": "Specifies the principals requesting access for a Google Cloud resource. `members` can have the following values: * `allUsers`: A special identifier that represents anyone who is on the internet; with or without a Google account. * `allAuthenticatedUsers`: A special identifier that represents anyone who is authenticated with a Google account or a service account. Does not include identities that come from external identity providers (IdPs) through identity federation. * `user:{emailid}`: An email address that represents a specific Google account. For example, `alice@example.com` . * `serviceAccount:{emailid}`: An email address that represents a Google service account. For example, `my-other-app@appspot.gserviceaccount.com`. * `serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]`: An identifier for a [Kubernetes service account](https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:{emailid}`: An email address that represents a Google group. For example, `admins@example.com`. * `domain:{domain}`: The G Suite domain (primary) that represents all the users of that domain. For example, `google.com` or `example.com`. * `principal://iam.googleapis.com/locations/global/workforcePools/{pool_id}/subject/{subject_attribute_value}`: A single identity in a workforce identity pool. * `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/group/{group_id}`: All workforce identities in a group. * `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/attribute.{attribute_name}/{attribute_value}`: All workforce identities with a specific attribute value. * `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/*`: All identities in a workforce identity pool. * `principal://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/subject/{subject_attribute_value}`: A single identity in a workload identity pool. * `principalSet://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/group/{group_id}`: A workload identity pool group. * `principalSet://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/attribute.{attribute_name}/{attribute_value}`: All identities in a workload identity pool with a certain attribute. * `principalSet://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/*`: All identities in a workload identity pool. * `deleted:user:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a user that has been recently deleted. For example, `alice@example.com?uid=123456789012345678901`. If the user is recovered, this value reverts to `user:{emailid}` and the recovered user retains the role in the binding. * `deleted:serviceAccount:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a service account that has been recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the service account is undeleted, this value reverts to `serviceAccount:{emailid}` and the undeleted service account retains the role in the binding. * `deleted:group:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a Google group that has been recently deleted. For example, `admins@example.com?uid=123456789012345678901`. If the group is recovered, this value reverts to `group:{emailid}` and the recovered group retains the role in the binding. * `deleted:principal://iam.googleapis.com/locations/global/workforcePools/{pool_id}/subject/{subject_attribute_value}`: Deleted single identity in a workforce identity pool. For example, `deleted:principal://iam.googleapis.com/locations/global/workforcePools/my-pool-id/subject/my-subject-attribute-value`.",
          "items": {
            "type": "string"
          }
        },
        "condition": {
          "description": "The condition that is associated with this binding. If the condition evaluates to `true`, then this binding applies to the current request. If the condition evaluates to `false`, then this binding does not apply to the current request. However, a different role binding might grant the same role to one or more of the principals in this binding. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).",
          "$ref": "GoogleTypeExpr"
        }
      },
      "description": "Associates `members`, or principals, with a `role`.",
      "id": "GoogleIamV1Binding",
      "type": "object"
    },
    "GoogleCloudNetworkconnectivityV1betaListRouteTablesResponse": {
      "id": "GoogleCloudNetworkconnectivityV1betaListRouteTablesResponse",
      "type": "object",
      "description": "Response for HubService.ListRouteTables method.",
      "properties": {
        "routeTables": {
          "items": {
            "$ref": "GoogleCloudNetworkconnectivityV1betaRouteTable"
          },
          "type": "array",
          "description": "The requested route tables."
        },
        "nextPageToken": {
          "type": "string",
          "description": "The token for the next page of the response. To see more results, use this value as the page_token for your next request. If this value is empty, there are no more results."
        },
        "unreachable": {
          "type": "array",
          "description": "Hubs that could not be reached.",
          "items": {
            "type": "string"
          }
        }
      }
    },
    "GoogleCloudNetworkconnectivityV1betaRouteTable": {
      "id": "GoogleCloudNetworkconnectivityV1betaRouteTable",
      "type": "object",
      "properties": {
        "description": {
          "description": "An optional description of the route table.",
          "type": "string"
        },
        "createTime": {
          "type": "string",
          "description": "Output only. The time the route table was created.",
          "readOnly": true,
          "format": "google-datetime"
        },
        "uid": {
          "type": "string",
          "description": "Output only. The Google-generated UUID for the route table. This value is unique across all route table resources. If a route table is deleted and another with the same name is created, the new route table is assigned a different `uid`.",
          "readOnly": true
        },
        "state": {
          "readOnly": true,
          "enumDescriptions": [
            "No state information available",
            "The resource's create operation is in progress.",
            "The resource is active",
            "The resource's delete operation is in progress.",
            "The resource's accept operation is in progress.",
            "The resource's reject operation is in progress.",
            "The resource's update operation is in progress.",
            "The resource is inactive.",
            "The hub associated with this spoke resource has been deleted. This state applies to spoke resources only.",
            "The resource is in an undefined state due to resource creation or deletion failure. You can try to delete the resource later or contact support for help."
          ],
          "type": "string",
          "enum": [
            "STATE_UNSPECIFIED",
            "CREATING",
            "ACTIVE",
            "DELETING",
            "ACCEPTING",
            "REJECTING",
            "UPDATING",
            "INACTIVE",
            "OBSOLETE",
            "FAILED"
          ],
          "description": "Output only. The current lifecycle state of this route table."
        },
        "labels": {
          "type": "object",
          "description": "Optional labels in key-value pair format. For more information about labels, see [Requirements for labels](https://cloud.google.com/resource-manager/docs/creating-managing-labels#requirements).",
          "additionalProperties": {
            "type": "string"
          }
        },
        "updateTime": {
          "format": "google-datetime",
          "description": "Output only. The time the route table was last updated.",
          "readOnly": true,
          "type": "string"
        },
        "name": {
          "description": "Immutable. The name of the route table. Route table names must be unique. They use the following form: `projects/{project_number}/locations/global/hubs/{hub}/routeTables/{route_table_id}`",
          "type": "string"
        }
      }
    },
    "GoogleIamV1AuditConfig": {
      "properties": {
        "service": {
          "description": "Specifies a service that will be enabled for audit logging. For example, `storage.googleapis.com`, `cloudsql.googleapis.com`. `allServices` is a special value that covers all services.",
          "type": "string"
        },
        "auditLogConfigs": {
          "items": {
            "$ref": "GoogleIamV1AuditLogConfig"
          },
          "type": "array",
          "description": "The configuration for logging of each type of permission."
        }
      },
      "id": "GoogleIamV1AuditConfig",
      "type": "object",
      "description": "Specifies the audit configuration for a service. The configuration determines which permission types are logged, and what identities, if any, are exempted from logging. An AuditConfig must have one or more AuditLogConfigs. If there are AuditConfigs for both `allServices` and a specific service, the union of the two AuditConfigs is used for that service: the log_types specified in each AuditConfig are enabled, and the exempted_members in each AuditLogConfig are exempted. Example Policy with multiple AuditConfigs: { \"audit_configs\": [ { \"service\": \"allServices\", \"audit_log_configs\": [ { \"log_type\": \"DATA_READ\", \"exempted_members\": [ \"user:jose@example.com\" ] }, { \"log_type\": \"DATA_WRITE\" }, { \"log_type\": \"ADMIN_READ\" } ] }, { \"service\": \"sampleservice.googleapis.com\", \"audit_log_configs\": [ { \"log_type\": \"DATA_READ\" }, { \"log_type\": \"DATA_WRITE\", \"exempted_members\": [ \"user:aliya@example.com\" ] } ] } ] } For sampleservice, this policy enables DATA_READ, DATA_WRITE and ADMIN_READ logging. It also exempts `jose@example.com` from DATA_READ logging, and `aliya@example.com` from DATA_WRITE logging."
    },
    "GoogleLongrunningCancelOperationRequest": {
      "properties": {},
      "description": "The request message for Operations.CancelOperation.",
      "id": "GoogleLongrunningCancelOperationRequest",
      "type": "object"
    },
    "GoogleCloudNetworkconnectivityV1betaRemoteTransportProfile": {
      "description": "Message describing RemoteTransportProfile object.",
      "id": "GoogleCloudNetworkconnectivityV1betaRemoteTransportProfile",
      "type": "object",
      "properties": {
        "sla": {
          "enumDescriptions": [
            "Unspecified service level availability.",
            "This represents a 99.9% service level on the availability of the configured connectivity.",
            "This represents a 99.99% service level on the availability of the configured connectivity."
          ],
          "description": "Output only. Availability class that will be configured for this particular RemoteTransportProfile.",
          "type": "string",
          "enum": [
            "SERVICE_LEVEL_AVAILABILITY_UNSPECIFIED",
            "HIGH",
            "MAXIMUM"
          ],
          "readOnly": true
        },
        "name": {
          "type": "string",
          "description": "Identifier. Name of the resource in the format of $provider-$site."
        },
        "provider": {
          "description": "Output only. Name of the provider on the other end of this profile. E.g. “Amazon Web Services” or “Microsoft Azure”.",
          "readOnly": true,
          "type": "string"
        },
        "description": {
          "description": "Output only. Description of the profile.",
          "readOnly": true,
          "type": "string"
        },
        "flow": {
          "readOnly": true,
          "enumDescriptions": [
            "Unspecified key provisioning flow.",
            "The activationKey field on the Transport must be included in a create or patch request to establish connectivity.",
            "The generatedActivationKey field is populated and must be read from the resource and passed into the other provider.",
            "Both activation key fields are allowed for establishing connectivity. If a key is input, the generated key is still present after provisioning is finished."
          ],
          "description": "Output only. Type of provisioning flows supported by this profile.",
          "type": "string",
          "enum": [
            "KEY_PROVISIONING_FLOW_UNSPECIFIED",
            "INPUT_ONLY",
            "OUTPUT_ONLY",
            "INPUT_OR_OUTPUT"
          ]
        },
        "providerSite": {
          "description": "Output only. If the profile is a Cloud Service Provider with compute resources, this is populated with the region where connectivity is being established. If the profile provides facility-level selection, this is an identity of the facility any connections on this profile are going through.",
          "readOnly": true,
          "type": "string"
        },
        "labels": {
          "type": "object",
          "description": "Output only. Labels as key value pairs.",
          "readOnly": true,
          "additionalProperties": {
            "type": "string"
          }
        },
        "displayName": {
          "description": "Output only. Human readable name of this profile, used to identify this profile in the UI.",
          "readOnly": true,
          "type": "string"
        },
        "orderState": {
          "readOnly": true,
          "description": "Output only. Order state for this profile.",
          "type": "string",
          "enum": [
            "STATE_UNSPECIFIED",
            "CLOSED",
            "OPEN"
          ],
          "enumDescriptions": [
            "Unspecified state.",
            "Not enough capacity for customers to order.",
            "Enough capacity to fulfill an order."
          ]
        },
        "supportedBandwidths": {
          "items": {
            "enumDescriptions": [
              "Unspecified bandwidth.",
              "50 Megabits per second.",
              "100 Megabits per second.",
              "200 Megabits per second.",
              "300 Megabits per second.",
              "400 Megabits per second.",
              "500 Megabits per second.",
              "1 Gigabit per second.",
              "2 Gigabits per second.",
              "5 Gigabits per second.",
              "10 Gigabits per second.",
              "20 Gigabits per second.",
              "50 Gigabits per second.",
              "100 Gigabits per second."
            ],
            "type": "string",
            "enum": [
              "BANDWIDTH_UNSPECIFIED",
              "BPS_50M",
              "BPS_100M",
              "BPS_200M",
              "BPS_300M",
              "BPS_400M",
              "BPS_500M",
              "BPS_1G",
              "BPS_2G",
              "BPS_5G",
              "BPS_10G",
              "BPS_20G",
              "BPS_50G",
              "BPS_100G"
            ]
          },
          "description": "Output only. List of bandwidth enum values that are supported by this profile.",
          "readOnly": true,
          "type": "array"
        }
      }
    },
    "GoogleCloudLocationListLocationsResponse": {
      "description": "The response message for Locations.ListLocations.",
      "id": "GoogleCloudLocationListLocationsResponse",
      "type": "object",
      "properties": {
        "nextPageToken": {
          "type": "string",
          "description": "The standard List next-page token."
        },
        "locations": {
          "items": {
            "$ref": "GoogleCloudLocationLocation"
          },
          "type": "array",
          "description": "A list of locations that matches the specified filter in the request."
        }
      }
    },
    "GoogleCloudNetworkconnectivityV1betaSpokeTypeCount": {
      "properties": {
        "count": {
          "format": "int64",
          "type": "string",
          "description": "Output only. The total number of spokes of this type that are associated with the hub.",
          "readOnly": true
        },
        "spokeType": {
          "enumDescriptions": [
            "Unspecified spoke type.",
            "Spokes associated with VPN tunnels.",
            "Spokes associated with VLAN attachments.",
            "Spokes associated with router appliance instances.",
            "Spokes associated with VPC networks.",
            "Spokes that are NCC gateways.",
            "Spokes that are backed by a producer VPC network."
          ],
          "description": "Output only. The type of the spokes.",
          "type": "string",
          "enum": [
            "SPOKE_TYPE_UNSPECIFIED",
            "VPN_TUNNEL",
            "INTERCONNECT_ATTACHMENT",
            "ROUTER_APPLIANCE",
            "VPC_NETWORK",
            "GATEWAY",
            "PRODUCER_VPC_NETWORK"
          ],
          "readOnly": true
        }
      },
      "description": "The number of spokes of a given type that are associated with a specific hub. The type indicates what kind of resource is associated with the spoke.",
      "id": "GoogleCloudNetworkconnectivityV1betaSpokeTypeCount",
      "type": "object"
    },
    "GoogleCloudNetworkconnectivityV1betaListTransportsResponse": {
      "description": "Message for response to listing Transports.",
      "id": "GoogleCloudNetworkconnectivityV1betaListTransportsResponse",
      "type": "object",
      "properties": {
        "nextPageToken": {
          "description": "A token identifying a page of results the server should return.",
          "type": "string"
        },
        "unreachable": {
          "items": {
            "type": "string"
          },
          "description": "Unordered list. Locations that could not be reached.",
          "type": "array"
        },
        "transports": {
          "description": "The list of Transport.",
          "type": "array",
          "items": {
            "$ref": "GoogleCloudNetworkconnectivityV1betaTransport"
          }
        }
      }
    },
    "Empty": {
      "properties": {},
      "description": "A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }",
      "id": "Empty",
      "type": "object"
    },
    "GoogleCloudNetworkconnectivityV1betaPscPropagationStatus": {
      "description": "The status of one or more propagated Private Service Connect connections in a hub.",
      "id": "GoogleCloudNetworkconnectivityV1betaPscPropagationStatus",
      "type": "object",
      "properties": {
        "sourceForwardingRule": {
          "type": "string",
          "description": "The name of the forwarding rule exported to the hub."
        },
        "targetSpoke": {
          "description": "The name of the spoke that the source forwarding rule propagates to.",
          "type": "string"
        },
        "sourceGroup": {
          "type": "string",
          "description": "The name of the group that the source spoke belongs to."
        },
        "targetGroup": {
          "type": "string",
          "description": "The name of the group that the target spoke belongs to."
        },
        "code": {
          "enumDescriptions": [
            "The code is unspecified.",
            "The propagated Private Service Connect connection is ready.",
            "The Private Service Connect connection is propagating. This is a transient state.",
            "The Private Service Connect connection propagation failed because the VPC network or the project of the target spoke has exceeded the connection limit set by the producer.",
            "The Private Service Connect connection propagation failed because the NAT IP subnet space has been exhausted. It is equivalent to the `Needs attention` status of the Private Service Connect connection. See https://cloud.google.com/vpc/docs/about-accessing-vpc-hosted-services-endpoints#connection-statuses.",
            "The Private Service Connect connection propagation failed because the `PSC_ILB_CONSUMER_FORWARDING_RULES_PER_PRODUCER_NETWORK` quota in the producer VPC network has been exceeded.",
            "The Private Service Connect connection propagation failed because the `PSC_PROPAGATED_CONNECTIONS_PER_VPC_NETWORK` quota in the consumer VPC network has been exceeded."
          ],
          "description": "The propagation status.",
          "type": "string",
          "enum": [
            "CODE_UNSPECIFIED",
            "READY",
            "PROPAGATING",
            "ERROR_PRODUCER_PROPAGATED_CONNECTION_LIMIT_EXCEEDED",
            "ERROR_PRODUCER_NAT_IP_SPACE_EXHAUSTED",
            "ERROR_PRODUCER_QUOTA_EXCEEDED",
            "ERROR_CONSUMER_QUOTA_EXCEEDED"
          ]
        },
        "message": {
          "type": "string",
          "description": "The human-readable summary of the Private Service Connect connection propagation status."
        },
        "sourceSpoke": {
          "type": "string",
          "description": "The name of the spoke that the source forwarding rule belongs to."
        }
      }
    },
    "GoogleCloudNetworkconnectivityV1betaGatewayAdvertisedRoute": {
      "description": "A gateway advertised route is a route that a gateway spoke advertises somewhere.",
      "id": "GoogleCloudNetworkconnectivityV1betaGatewayAdvertisedRoute",
      "type": "object",
      "properties": {
        "labels": {
          "description": "Optional labels in key-value pair format. For more information about labels, see [Requirements for labels](https://cloud.google.com/resource-manager/docs/creating-managing-labels#requirements).",
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "state": {
          "readOnly": true,
          "enumDescriptions": [
            "No state information available",
            "The resource's create operation is in progress.",
            "The resource is active",
            "The resource's delete operation is in progress.",
            "The resource's accept operation is in progress.",
            "The resource's reject operation is in progress.",
            "The resource's update operation is in progress.",
            "The resource is inactive.",
            "The hub associated with this spoke resource has been deleted. This state applies to spoke resources only.",
            "The resource is in an undefined state due to resource creation or deletion failure. You can try to delete the resource later or contact support for help."
          ],
          "description": "Output only. The current lifecycle state of this gateway advertised route.",
          "type": "string",
          "enum": [
            "STATE_UNSPECIFIED",
            "CREATING",
            "ACTIVE",
            "DELETING",
            "ACCEPTING",
            "REJECTING",
            "UPDATING",
            "INACTIVE",
            "OBSOLETE",
            "FAILED"
          ]
        },
        "ipRange": {
          "description": "Immutable. This route's advertised IP address range. Must be a valid CIDR-formatted prefix. If an IP address is provided without a subnet mask, it is interpreted as, for IPv4, a `/32` singular IP address range, and, for IPv6, `/128`.",
          "type": "string"
        },
        "recipient": {
          "description": "Optional. The recipient of this advertised route.",
          "type": "string",
          "enum": [
            "RECIPIENT_UNSPECIFIED",
            "ADVERTISE_TO_HUB"
          ],
          "enumDescriptions": [
            "No recipient specified. By default routes are advertised to the hub.",
            "Advertises a route toward the hub. Other spokes reachable from this spoke will receive the route."
          ]
        },
        "updateTime": {
          "format": "google-datetime",
          "description": "Output only. The time the gateway advertised route was last updated.",
          "readOnly": true,
          "type": "string"
        },
        "description": {
          "description": "An optional description of the gateway advertised route.",
          "type": "string"
        },
        "createTime": {
          "description": "Output only. The time the gateway advertised route was created.",
          "readOnly": true,
          "type": "string",
          "format": "google-datetime"
        },
        "priority": {
          "type": "integer",
          "description": "Optional. The priority of this advertised route. You can choose a value from `0` to `65335`. If you don't provide a value, Google Cloud assigns a priority of `100` to the ranges.",
          "format": "int32"
        },
        "uniqueId": {
          "description": "Output only. The Google-generated UUID for the gateway advertised route. This value is unique across all gateway advertised route resources. If a gateway advertised route is deleted and another with the same name is created, the new route is assigned a different `unique_id`.",
          "readOnly": true,
          "type": "string"
        },
        "name": {
          "description": "Identifier. The name of the gateway advertised route. Route names must be unique and use the following form: `projects/{project_number}/locations/{region}/spokes/{spoke}/gatewayAdvertisedRoutes/{gateway_advertised_route_id}`",
          "type": "string"
        }
      }
    },
    "GoogleCloudNetworkconnectivityV1betaDestination": {
      "properties": {
        "etag": {
          "description": "The etag is computed by the server, and might be sent with update and delete requests so that the client has an up-to-date value before proceeding.",
          "type": "string"
        },
        "endpoints": {
          "description": "Required. Unordered list. The list of `DestinationEndpoint` resources configured for the IP prefix.",
          "type": "array",
          "items": {
            "$ref": "GoogleCloudNetworkconnectivityV1betaDestinationEndpoint"
          }
        },
        "name": {
          "type": "string",
          "description": "Identifier. The name of the `Destination` resource. Format: `projects/{project}/locations/{location}/multicloudDataTransferConfigs/{multicloud_data_transfer_config}/destinations/{destination}`."
        },
        "ipPrefix": {
          "description": "Required. Immutable. The IP prefix that represents your workload on another CSP.",
          "type": "string"
        },
        "createTime": {
          "type": "string",
          "description": "Output only. Time when the `Destination` resource was created.",
          "readOnly": true,
          "format": "google-datetime"
        },
        "uid": {
          "type": "string",
          "description": "Output only. The Google-generated unique ID for the `Destination` resource. This value is unique across all `Destination` resources. If a resource is deleted and another with the same name is created, the new resource is assigned a different and unique ID.",
          "readOnly": true
        },
        "description": {
          "type": "string",
          "description": "Optional. A description of this resource."
        },
        "updateTime": {
          "format": "google-datetime",
          "description": "Output only. Time when the `Destination` resource was updated.",
          "readOnly": true,
          "type": "string"
        },
        "labels": {
          "additionalProperties": {
            "type": "string"
          },
          "description": "Optional. User-defined labels.",
          "type": "object"
        },
        "stateTimeline": {
          "$ref": "GoogleCloudNetworkconnectivityV1betaStateTimeline",
          "description": "Output only. The timeline of the expected `Destination` states or the current rest state. If a state change is expected, the value is `ADDING`, `DELETING` or `SUSPENDING`, depending on the action specified. Example: \"state_timeline\": { \"states\": [ { // The time when the `Destination` resource will be activated. \"effectiveTime\": \"2024-12-01T08:00:00Z\", \"state\": \"ADDING\" }, { // The time when the `Destination` resource will be suspended. \"effectiveTime\": \"2024-12-01T20:00:00Z\", \"state\": \"SUSPENDING\" } ] }",
          "readOnly": true
        }
      },
      "description": "The `Destination` resource. It specifies the IP prefix and the associated autonomous system numbers (ASN) that you want to include in a `MulticloudDataTransferConfig` resource.",
      "id": "GoogleCloudNetworkconnectivityV1betaDestination",
      "type": "object"
    },
    "GoogleCloudNetworkconnectivityV1betaLocationMetadata": {
      "properties": {
        "locationFeatures": {
          "description": "List of supported features",
          "type": "array",
          "items": {
            "enumDescriptions": [
              "No publicly supported feature in this location",
              "Site-to-cloud spokes are supported in this location",
              "Site-to-site spokes are supported in this location",
              "Gateway spokes are supported in this location.",
              "Supports transports in this location."
            ],
            "type": "string",
            "enum": [
              "LOCATION_FEATURE_UNSPECIFIED",
              "SITE_TO_CLOUD_SPOKES",
              "SITE_TO_SITE_SPOKES",
              "GATEWAY_SPOKES",
              "TRANSPORTS"
            ]
          }
        }
      },
      "description": "Metadata about locations",
      "id": "GoogleCloudNetworkconnectivityV1betaLocationMetadata",
      "type": "object"
    },
    "GoogleCloudNetworkconnectivityV1betaLinkedVpcNetwork": {
      "properties": {
        "excludeExportRanges": {
          "items": {
            "type": "string"
          },
          "description": "Optional. IP ranges encompassing the subnets to be excluded from peering.",
          "type": "array"
        },
        "uri": {
          "type": "string",
          "description": "Required. The URI of the VPC network resource."
        },
        "proposedIncludeExportRanges": {
          "items": {
            "type": "string"
          },
          "description": "Output only. The proposed include export IP ranges waiting for hub administrator's approval.",
          "readOnly": true,
          "type": "array"
        },
        "includeExportRanges": {
          "type": "array",
          "description": "Optional. IP ranges allowed to be included from peering.",
          "items": {
            "type": "string"
          }
        },
        "producerVpcSpokes": {
          "items": {
            "type": "string"
          },
          "type": "array",
          "description": "Output only. The list of Producer VPC spokes that this VPC spoke is a service consumer VPC spoke for. These producer VPCs are connected through VPC peering to this spoke's backing VPC network. Because they are directly connected through VPC peering, NCC export filters do not apply between the service consumer VPC spoke and any of its producer VPC spokes. This VPC spoke cannot be deleted as long as any of these producer VPC spokes are connected to the NCC Hub.",
          "readOnly": true
        },
        "proposedExcludeExportRanges": {
          "description": "Output only. The proposed exclude export IP ranges waiting for hub administrator's approval.",
          "readOnly": true,
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "id": "GoogleCloudNetworkconnectivityV1betaLinkedVpcNetwork",
      "type": "object",
      "description": "An existing VPC network."
    },
    "GoogleCloudNetworkconnectivityV1betaWarnings": {
      "description": "Informational warning message.",
      "id": "GoogleCloudNetworkconnectivityV1betaWarnings",
      "type": "object",
      "properties": {
        "warningMessage": {
          "description": "Output only. A human-readable description of the warning code.",
          "readOnly": true,
          "type": "string"
        },
        "code": {
          "readOnly": true,
          "description": "Output only. A warning code, if applicable.",
          "type": "string",
          "enum": [
            "WARNING_UNSPECIFIED",
            "RESOURCE_NOT_ACTIVE",
            "RESOURCE_BEING_MODIFIED"
          ],
          "enumDescriptions": [
            "Default value.",
            "The policy-based route is not active and functioning. Common causes are that the dependent network was deleted or the resource project was turned off.",
            "The policy-based route is being modified (e.g. created/deleted) at this time."
          ]
        },
        "data": {
          "additionalProperties": {
            "type": "string"
          },
          "description": "Output only. Metadata about this warning in key: value format. The key should provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement.",
          "readOnly": true,
          "type": "object"
        }
      }
    },
    "GoogleCloudNetworkconnectivityV1betaServiceConfig": {
      "id": "GoogleCloudNetworkconnectivityV1betaServiceConfig",
      "type": "object",
      "description": "Specifies eligibility information for the service.",
      "properties": {
        "supportEndTime": {
          "description": "Output only. The end time for eligibility criteria support. If not specified, no planned end time is set.",
          "readOnly": true,
          "type": "string",
          "format": "google-datetime"
        },
        "eligibilityCriteria": {
          "readOnly": true,
          "enumDescriptions": [
            "The service is not eligible for Data Transfer Essentials configuration. This is the default case.",
            "The service is eligible for Data Transfer Essentials configuration only for Premium Tier.",
            "The service is eligible for Data Transfer Essentials configuration only for Standard Tier.",
            "The service is eligible for Data Transfer Essentials configuration only for the regional endpoint."
          ],
          "type": "string",
          "enum": [
            "ELIGIBILITY_CRITERIA_UNSPECIFIED",
            "NETWORK_SERVICE_TIER_PREMIUM_ONLY",
            "NETWORK_SERVICE_TIER_STANDARD_ONLY",
            "REQUEST_ENDPOINT_REGIONAL_ENDPOINT_ONLY"
          ],
          "description": "Output only. The eligibility criteria for the service."
        }
      }
    },
    "GoogleIamV1TestIamPermissionsResponse": {
      "description": "Response message for `TestIamPermissions` method.",
      "id": "GoogleIamV1TestIamPermissionsResponse",
      "type": "object",
      "properties": {
        "permissions": {
          "type": "array",
          "description": "A subset of `TestPermissionsRequest.permissions` that the caller is allowed.",
          "items": {
            "type": "string"
          }
        }
      }
    },
    "GoogleCloudNetworkconnectivityV1betaQueryHubStatusResponse": {
      "properties": {
        "hubStatusEntries": {
          "type": "array",
          "description": "The list of hub status.",
          "items": {
            "$ref": "GoogleCloudNetworkconnectivityV1betaHubStatusEntry"
          }
        },
        "nextPageToken": {
          "description": "The token for the next page of the response. To see more results, use this value as the page_token for your next request. If this value is empty, there are no more results.",
          "type": "string"
        }
      },
      "id": "GoogleCloudNetworkconnectivityV1betaQueryHubStatusResponse",
      "type": "object",
      "description": "The response for HubService.QueryHubStatus."
    },
    "GoogleCloudNetworkconnectivityV1betaRoute": {
      "id": "GoogleCloudNetworkconnectivityV1betaRoute",
      "type": "object",
      "description": "A route defines a path from VM instances within a spoke to a specific destination resource. Only VPC spokes have routes.",
      "properties": {
        "nextHopSpoke": {
          "description": "Immutable. The next-hop spoke for packets on this route.",
          "$ref": "GoogleCloudNetworkconnectivityV1betaNextHopSpoke"
        },
        "updateTime": {
          "format": "google-datetime",
          "type": "string",
          "description": "Output only. The time the route was last updated.",
          "readOnly": true
        },
        "description": {
          "description": "An optional description of the route.",
          "type": "string"
        },
        "type": {
          "readOnly": true,
          "description": "Output only. The route's type. Its type is determined by the properties of its IP address range.",
          "type": "string",
          "enum": [
            "ROUTE_TYPE_UNSPECIFIED",
            "VPC_PRIMARY_SUBNET",
            "VPC_SECONDARY_SUBNET",
            "DYNAMIC_ROUTE"
          ],
          "enumDescriptions": [
            "No route type information specified",
            "The route leads to a destination within the primary address range of the VPC network's subnet.",
            "The route leads to a destination within the secondary address range of the VPC network's subnet.",
            "The route leads to a destination in a dynamic route. Dynamic routes are derived from Border Gateway Protocol (BGP) advertisements received from an NCC hybrid spoke."
          ]
        },
        "nextHopRouterApplianceInstance": {
          "description": "Immutable. The next-hop Router appliance instance for packets on this route.",
          "$ref": "GoogleCloudNetworkconnectivityV1betaNextHopRouterApplianceInstance"
        },
        "uid": {
          "type": "string",
          "description": "Output only. The Google-generated UUID for the route. This value is unique across all Network Connectivity Center route resources. If a route is deleted and another with the same name is created, the new route is assigned a different `uid`.",
          "readOnly": true
        },
        "spoke": {
          "description": "Immutable. The spoke that this route leads to. Example: projects/12345/locations/global/spokes/SPOKE",
          "type": "string"
        },
        "nextHopVpcNetwork": {
          "description": "Immutable. The destination VPC network for packets on this route.",
          "$ref": "GoogleCloudNetworkconnectivityV1betaNextHopVpcNetwork"
        },
        "labels": {
          "additionalProperties": {
            "type": "string"
          },
          "description": "Optional labels in key-value pair format. For more information about labels, see [Requirements for labels](https://cloud.google.com/resource-manager/docs/creating-managing-labels#requirements).",
          "type": "object"
        },
        "state": {
          "type": "string",
          "enum": [
            "STATE_UNSPECIFIED",
            "CREATING",
            "ACTIVE",
            "DELETING",
            "ACCEPTING",
            "REJECTING",
            "UPDATING",
            "INACTIVE",
            "OBSOLETE",
            "FAILED"
          ],
          "description": "Output only. The current lifecycle state of the route.",
          "enumDescriptions": [
            "No state information available",
            "The resource's create operation is in progress.",
            "The resource is active",
            "The resource's delete operation is in progress.",
            "The resource's accept operation is in progress.",
            "The resource's reject operation is in progress.",
            "The resource's update operation is in progress.",
            "The resource is inactive.",
            "The hub associated with this spoke resource has been deleted. This state applies to spoke resources only.",
            "The resource is in an undefined state due to resource creation or deletion failure. You can try to delete the resource later or contact support for help."
          ],
          "readOnly": true
        },
        "nextHopInterconnectAttachment": {
          "description": "Immutable. The next-hop VLAN attachment for packets on this route.",
          "$ref": "GoogleCloudNetworkconnectivityV1betaNextHopInterconnectAttachment"
        },
        "createTime": {
          "format": "google-datetime",
          "type": "string",
          "description": "Output only. The time the route was created.",
          "readOnly": true
        },
        "priority": {
          "description": "Output only. The priority of this route. Priority is used to break ties in cases where a destination matches more than one route. In these cases the route with the lowest-numbered priority value wins.",
          "readOnly": true,
          "type": "string",
          "format": "int64"
        },
        "ipCidrRange": {
          "type": "string",
          "description": "The destination IP address range."
        },
        "name": {
          "type": "string",
          "description": "Immutable. The name of the route. Route names must be unique. Route names use the following form: `projects/{project_number}/locations/global/hubs/{hub}/routeTables/{route_table_id}/routes/{route_id}`"
        },
        "location": {
          "type": "string",
          "description": "Output only. The origin location of the route. Uses the following form: \"projects/{project}/locations/{location}\" Example: projects/1234/locations/us-central1",
          "readOnly": true
        },
        "nextHopVpnTunnel": {
          "description": "Immutable. The next-hop VPN tunnel for packets on this route.",
          "$ref": "GoogleCloudNetworkconnectivityV1betaNextHopVPNTunnel"
        }
      }
    },
    "GoogleCloudNetworkconnectivityV1betaNextHopRouterApplianceInstance": {
      "properties": {
        "uri": {
          "type": "string",
          "description": "The URI of the Router appliance instance."
        },
        "vpcNetwork": {
          "type": "string",
          "description": "The VPC network where this VM is located."
        },
        "siteToSiteDataTransfer": {
          "description": "Indicates whether site-to-site data transfer is allowed for this Router appliance instance resource. Data transfer is available only in [supported locations](https://cloud.google.com/network-connectivity/docs/network-connectivity-center/concepts/locations).",
          "type": "boolean"
        }
      },
      "description": "A route next hop that leads to a Router appliance instance.",
      "id": "GoogleCloudNetworkconnectivityV1betaNextHopRouterApplianceInstance",
      "type": "object"
    },
    "GoogleCloudNetworkconnectivityV1betaListMulticloudDataTransferSupportedServicesResponse": {
      "id": "GoogleCloudNetworkconnectivityV1betaListMulticloudDataTransferSupportedServicesResponse",
      "type": "object",
      "description": "Response message to list the services in your project in regions that are eligible for Data Transfer Essentials configuration.",
      "properties": {
        "multicloudDataTransferSupportedServices": {
          "items": {
            "$ref": "GoogleCloudNetworkconnectivityV1betaMulticloudDataTransferSupportedService"
          },
          "description": "The list of supported services.",
          "type": "array"
        },
        "nextPageToken": {
          "description": "The next page token.",
          "type": "string"
        }
      }
    },
    "GoogleCloudNetworkconnectivityV1betaNextHopVpcNetwork": {
      "properties": {
        "uri": {
          "type": "string",
          "description": "The URI of the VPC network resource"
        }
      },
      "id": "GoogleCloudNetworkconnectivityV1betaNextHopVpcNetwork",
      "type": "object"
    }
  },
  "fullyEncodeReservedExpansion": true,
  "documentationLink": "https://cloud.google.com/network-connectivity/docs/reference/networkconnectivity/rest",
  "basePath": "",
  "ownerDomain": "google.com",
  "id": "networkconnectivity:v1beta",
  "revision": "20260422",
  "rootUrl": "https://networkconnectivity.googleapis.com/",
  "mtlsRootUrl": "https://networkconnectivity.mtls.googleapis.com/",
  "parameters": {
    "prettyPrint": {
      "default": "true",
      "location": "query",
      "type": "boolean",
      "description": "Returns response with indentations and line breaks."
    },
    "uploadType": {
      "type": "string",
      "description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").",
      "location": "query"
    },
    "oauth_token": {
      "type": "string",
      "description": "OAuth 2.0 token for the current user.",
      "location": "query"
    },
    "key": {
      "type": "string",
      "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.",
      "location": "query"
    },
    "quotaUser": {
      "location": "query",
      "type": "string",
      "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."
    },
    "access_token": {
      "type": "string",
      "description": "OAuth access token.",
      "location": "query"
    },
    "alt": {
      "description": "Data format for response.",
      "type": "string",
      "enum": [
        "json",
        "media",
        "proto"
      ],
      "enumDescriptions": [
        "Responses with Content-Type of application/json",
        "Media download with context-dependent Content-Type",
        "Responses with Content-Type of application/x-protobuf"
      ],
      "default": "json",
      "location": "query"
    },
    "callback": {
      "location": "query",
      "type": "string",
      "description": "JSONP"
    },
    "upload_protocol": {
      "type": "string",
      "description": "Upload protocol for media (e.g. \"raw\", \"multipart\").",
      "location": "query"
    },
    "fields": {
      "location": "query",
      "type": "string",
      "description": "Selector specifying which fields to include in a partial response."
    },
    "$.xgafv": {
      "description": "V1 error format.",
      "type": "string",
      "enum": [
        "1",
        "2"
      ],
      "enumDescriptions": [
        "v1 error format",
        "v2 error format"
      ],
      "location": "query"
    }
  },
  "protocol": "rest",
  "auth": {
    "oauth2": {
      "scopes": {
        "https://www.googleapis.com/auth/cloud-platform": {
          "description": "See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account."
        }
      }
    }
  },
  "discoveryVersion": "v1",
  "baseUrl": "https://networkconnectivity.googleapis.com/",
  "version": "v1beta",
  "description": "This API enables connectivity with and between Google Cloud resources."
}
