{
  "kind": "discovery#restDescription",
  "batchPath": "batch",
  "schemas": {
    "GoogleCloudNetworkconnectivityV1betaInterconnectAttachment": {
      "description": "InterconnectAttachment that this route applies to.",
      "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"
        }
      },
      "type": "object",
      "id": "GoogleCloudNetworkconnectivityV1betaInterconnectAttachment"
    },
    "GoogleCloudNetworkconnectivityV1betaGatewayAdvertisedRoute": {
      "description": "A gateway advertised route is a route that a gateway spoke advertises somewhere.",
      "properties": {
        "uniqueId": {
          "type": "string",
          "description": "Output only. The Cloud de Confiance-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
        },
        "labels": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "Optional labels in key-value pair format. For more information about labels, see [Requirements for labels](https://documentation.s3ns.fr/resource-manager/docs/creating-managing-labels#requirements)."
        },
        "updateTime": {
          "readOnly": true,
          "description": "Output only. The time the gateway advertised route was last updated.",
          "format": "google-datetime",
          "type": "string"
        },
        "createTime": {
          "readOnly": true,
          "description": "Output only. The time the gateway advertised route was created.",
          "format": "google-datetime",
          "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"
        },
        "description": {
          "description": "An optional description of the gateway advertised route.",
          "type": "string"
        },
        "state": {
          "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"
          ],
          "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."
          ]
        },
        "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"
        },
        "priority": {
          "description": "Optional. The priority of this advertised route. You can choose a value from `0` to `65335`. If you don't provide a value, Cloud de Confiance assigns a priority of `100` to the ranges.",
          "format": "int32",
          "type": "integer"
        },
        "recipient": {
          "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."
          ],
          "description": "Optional. The recipient of this advertised route.",
          "type": "string",
          "enum": [
            "RECIPIENT_UNSPECIFIED",
            "ADVERTISE_TO_HUB"
          ]
        }
      },
      "id": "GoogleCloudNetworkconnectivityV1betaGatewayAdvertisedRoute",
      "type": "object"
    },
    "GoogleIamV1SetIamPolicyRequest": {
      "description": "Request message for `SetIamPolicy` method.",
      "properties": {
        "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\"`",
          "format": "google-fieldmask",
          "type": "string"
        },
        "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 Cloud de Confiance services (such as Projects) might reject them.",
          "$ref": "GoogleIamV1Policy"
        }
      },
      "type": "object",
      "id": "GoogleIamV1SetIamPolicyRequest"
    },
    "GoogleTypeExpr": {
      "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": {
          "description": "Textual representation of an expression in Common Expression Language syntax.",
          "type": "string"
        },
        "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"
        },
        "description": {
          "description": "Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.",
          "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"
        }
      },
      "id": "GoogleTypeExpr",
      "type": "object"
    },
    "GoogleCloudNetworkconnectivityV1betaNextHopRouterApplianceInstance": {
      "type": "object",
      "id": "GoogleCloudNetworkconnectivityV1betaNextHopRouterApplianceInstance",
      "description": "A route next hop that leads to a Router appliance instance.",
      "properties": {
        "vpcNetwork": {
          "description": "The VPC network where this VM is located.",
          "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://documentation.s3ns.fr/network-connectivity/docs/network-connectivity-center/concepts/locations).",
          "type": "boolean"
        },
        "uri": {
          "description": "The URI of the Router appliance instance.",
          "type": "string"
        }
      }
    },
    "GoogleCloudNetworkconnectivityV1betaAcceptHubSpokeRequest": {
      "id": "GoogleCloudNetworkconnectivityV1betaAcceptHubSpokeRequest",
      "type": "object",
      "description": "The request for HubService.AcceptHubSpoke.",
      "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"
        },
        "spokeUri": {
          "description": "Required. The URI of the spoke to accept into the hub.",
          "type": "string"
        }
      }
    },
    "GoogleLongrunningOperation": {
      "type": "object",
      "id": "GoogleLongrunningOperation",
      "description": "This resource represents a long-running operation that is the result of a network API call.",
      "properties": {
        "name": {
          "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}`.",
          "type": "string"
        },
        "response": {
          "type": "object",
          "additionalProperties": {
            "type": "any",
            "description": "Properties of the object. Contains field @type with type URL."
          },
          "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`."
        },
        "metadata": {
          "type": "object",
          "additionalProperties": {
            "type": "any",
            "description": "Properties of the object. Contains field @type with type URL."
          },
          "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."
        },
        "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"
        },
        "error": {
          "description": "The error result of the operation in case of failure or cancellation.",
          "$ref": "GoogleRpcStatus"
        }
      }
    },
    "GoogleCloudNetworkconnectivityV1betaPscPropagationStatus": {
      "description": "The status of one or more propagated Private Service Connect connections in a hub.",
      "properties": {
        "targetSpoke": {
          "description": "The name of the spoke that the source forwarding rule propagates to.",
          "type": "string"
        },
        "message": {
          "description": "The human-readable summary of the Private Service Connect connection propagation status.",
          "type": "string"
        },
        "targetGroup": {
          "description": "The name of the group that the target spoke belongs to.",
          "type": "string"
        },
        "sourceSpoke": {
          "description": "The name of the spoke that the source forwarding rule belongs to.",
          "type": "string"
        },
        "sourceForwardingRule": {
          "description": "The name of the forwarding rule exported to the hub.",
          "type": "string"
        },
        "code": {
          "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"
          ],
          "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://documentation.s3ns.fr/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."
        },
        "sourceGroup": {
          "description": "The name of the group that the source spoke belongs to.",
          "type": "string"
        }
      },
      "type": "object",
      "id": "GoogleCloudNetworkconnectivityV1betaPscPropagationStatus"
    },
    "GoogleCloudNetworkconnectivityV1betaSpokeStateReasonCount": {
      "type": "object",
      "id": "GoogleCloudNetworkconnectivityV1betaSpokeStateReasonCount",
      "description": "The number of spokes in the hub that are inactive for this reason.",
      "properties": {
        "stateReasonCode": {
          "type": "string",
          "enum": [
            "CODE_UNSPECIFIED",
            "PENDING_REVIEW",
            "REJECTED",
            "PAUSED",
            "FAILED",
            "UPDATE_PENDING_REVIEW",
            "UPDATE_REJECTED",
            "UPDATE_FAILED"
          ],
          "description": "Output only. The reason that a spoke is inactive.",
          "readOnly": true,
          "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."
          ]
        },
        "count": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. The total number of spokes that are inactive for a particular reason and associated with a given hub.",
          "format": "int64"
        }
      }
    },
    "GoogleCloudNetworkconnectivityV1betaAcceptSpokeUpdateRequest": {
      "description": "The request for HubService.AcceptSpokeUpdate.",
      "properties": {
        "spokeEtag": {
          "description": "Required. The etag of the spoke to accept update.",
          "type": "string"
        },
        "spokeUri": {
          "description": "Required. The URI of the spoke to accept update.",
          "type": "string"
        },
        "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"
        }
      },
      "type": "object",
      "id": "GoogleCloudNetworkconnectivityV1betaAcceptSpokeUpdateRequest"
    },
    "GoogleCloudNetworkconnectivityV1betaFilter": {
      "id": "GoogleCloudNetworkconnectivityV1betaFilter",
      "type": "object",
      "description": "Filter matches L4 traffic.",
      "properties": {
        "ipProtocol": {
          "description": "Optional. The IP protocol that this policy-based route applies to. Valid values are 'TCP', 'UDP', and 'ALL'. Default is 'ALL'.",
          "type": "string"
        },
        "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"
        },
        "destRange": {
          "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.",
          "type": "string"
        },
        "protocolVersion": {
          "description": "Required. Internet protocol versions this policy-based route applies to. IPV4 and IPV6 is supported.",
          "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"
          ]
        }
      }
    },
    "GoogleCloudNetworkconnectivityV1betaListRouteTablesResponse": {
      "id": "GoogleCloudNetworkconnectivityV1betaListRouteTablesResponse",
      "type": "object",
      "description": "Response for HubService.ListRouteTables method.",
      "properties": {
        "routeTables": {
          "description": "The requested route tables.",
          "type": "array",
          "items": {
            "$ref": "GoogleCloudNetworkconnectivityV1betaRouteTable"
          }
        },
        "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": {
          "description": "Hubs that could not be reached.",
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      }
    },
    "GoogleRpcStatus": {
      "type": "object",
      "id": "GoogleRpcStatus",
      "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://documentation.s3ns.fr/apis/design/errors).",
      "properties": {
        "details": {
          "type": "array",
          "items": {
            "type": "object",
            "additionalProperties": {
              "type": "any",
              "description": "Properties of the object. Contains field @type with type URL."
            }
          },
          "description": "A list of messages that carry the error details. There is a common set of message types for APIs to use."
        },
        "code": {
          "description": "The status code, which should be an enum value of google.rpc.Code.",
          "format": "int32",
          "type": "integer"
        },
        "message": {
          "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.",
          "type": "string"
        }
      }
    },
    "GoogleCloudNetworkconnectivityV1betaRouteTable": {
      "type": "object",
      "id": "GoogleCloudNetworkconnectivityV1betaRouteTable",
      "properties": {
        "labels": {
          "description": "Optional labels in key-value pair format. For more information about labels, see [Requirements for labels](https://documentation.s3ns.fr/resource-manager/docs/creating-managing-labels#requirements).",
          "additionalProperties": {
            "type": "string"
          },
          "type": "object"
        },
        "updateTime": {
          "description": "Output only. The time the route table was last updated.",
          "format": "google-datetime",
          "readOnly": true,
          "type": "string"
        },
        "uid": {
          "type": "string",
          "description": "Output only. The Cloud de Confiance-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
        },
        "createTime": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. The time the route table was created.",
          "format": "google-datetime"
        },
        "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"
        },
        "description": {
          "description": "An optional description of the route table.",
          "type": "string"
        },
        "state": {
          "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.",
          "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."
          ]
        }
      }
    },
    "GoogleCloudNetworkconnectivityV1betaListSpokesResponse": {
      "id": "GoogleCloudNetworkconnectivityV1betaListSpokesResponse",
      "type": "object",
      "description": "The response for HubService.ListSpokes.",
      "properties": {
        "spokes": {
          "description": "The requested spokes.",
          "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": {
          "description": "Locations that could not be reached.",
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      }
    },
    "GoogleCloudNetworkconnectivityV1betaLinkedVpcNetwork": {
      "id": "GoogleCloudNetworkconnectivityV1betaLinkedVpcNetwork",
      "type": "object",
      "description": "An existing VPC network.",
      "properties": {
        "uri": {
          "description": "Required. The URI of the VPC network resource.",
          "type": "string"
        },
        "includeExportRanges": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Optional. IP ranges allowed to be included from peering."
        },
        "excludeExportRanges": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Optional. IP ranges encompassing the subnets to be excluded from peering."
        },
        "proposedIncludeExportRanges": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "readOnly": true,
          "description": "Output only. The proposed include export IP ranges waiting for hub administrator's approval."
        },
        "producerVpcSpokes": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "readOnly": true,
          "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."
        },
        "proposedExcludeExportRanges": {
          "description": "Output only. The proposed exclude export IP ranges waiting for hub administrator's approval.",
          "readOnly": true,
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      }
    },
    "GoogleIamV1TestIamPermissionsRequest": {
      "type": "object",
      "id": "GoogleIamV1TestIamPermissionsRequest",
      "description": "Request message for `TestIamPermissions` method.",
      "properties": {
        "permissions": {
          "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://documentation.s3ns.fr/iam/docs/overview#permissions).",
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      }
    },
    "GoogleCloudNetworkconnectivityV1betaVirtualMachine": {
      "type": "object",
      "id": "GoogleCloudNetworkconnectivityV1betaVirtualMachine",
      "description": "VM instances that this policy-based route applies to.",
      "properties": {
        "tags": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "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."
        }
      }
    },
    "GoogleCloudNetworkconnectivityV1betaLinkedRouterApplianceInstances": {
      "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 Cloud de Confiance, we recommend that you associate those instances with the same spoke.",
      "properties": {
        "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://documentation.s3ns.fr/network-connectivity/docs/network-connectivity-center/concepts/locations).",
          "type": "boolean"
        },
        "excludeImportRanges": {
          "description": "Optional. Hub routes overlapped/encompassed by exclude import ranges are excluded during import from hub.",
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "instances": {
          "description": "The list of router appliance instances.",
          "type": "array",
          "items": {
            "$ref": "GoogleCloudNetworkconnectivityV1betaRouterApplianceInstance"
          }
        },
        "includeExportRanges": {
          "description": "Optional. Dynamic routes fully encompassed by include export ranges are included during export to hub.",
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "vpcNetwork": {
          "readOnly": true,
          "description": "Output only. The VPC network where these router appliance instances are located.",
          "type": "string"
        },
        "includeImportRanges": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Optional. Hub routes fully encompassed by include import ranges are included during import from hub."
        },
        "excludeExportRanges": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Optional. Dynamic routes overlapped/encompassed by exclude export ranges are excluded during export to hub."
        }
      },
      "id": "GoogleCloudNetworkconnectivityV1betaLinkedRouterApplianceInstances",
      "type": "object"
    },
    "GoogleCloudNetworkconnectivityV1betaGroup": {
      "id": "GoogleCloudNetworkconnectivityV1betaGroup",
      "type": "object",
      "description": "A group represents a subset of spokes attached to a hub.",
      "properties": {
        "autoAccept": {
          "description": "Optional. The auto-accept setting for this group.",
          "$ref": "GoogleCloudNetworkconnectivityV1betaAutoAccept"
        },
        "routeTable": {
          "type": "string",
          "readOnly": true,
          "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}`"
        },
        "labels": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "Optional. Optional labels in key-value pair format. For more information about labels, see [Requirements for labels](https://documentation.s3ns.fr/resource-manager/docs/creating-managing-labels#requirements)."
        },
        "createTime": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. The time the group was created.",
          "format": "google-datetime"
        },
        "updateTime": {
          "type": "string",
          "description": "Output only. The time the group was last updated.",
          "format": "google-datetime",
          "readOnly": true
        },
        "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"
        },
        "description": {
          "description": "Optional. The description of the group.",
          "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."
          ],
          "type": "string",
          "enum": [
            "STATE_UNSPECIFIED",
            "CREATING",
            "ACTIVE",
            "DELETING",
            "ACCEPTING",
            "REJECTING",
            "UPDATING",
            "INACTIVE",
            "OBSOLETE",
            "FAILED"
          ],
          "description": "Output only. The current lifecycle state of this group."
        },
        "uid": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. The Cloud de Confiance-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."
        }
      }
    },
    "GoogleCloudNetworkconnectivityV1betaWarnings": {
      "description": "Informational warning message.",
      "properties": {
        "code": {
          "description": "Output only. A warning code, if applicable.",
          "type": "string",
          "enum": [
            "WARNING_UNSPECIFIED",
            "RESOURCE_NOT_ACTIVE",
            "RESOURCE_BEING_MODIFIED"
          ],
          "readOnly": true,
          "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."
          ]
        },
        "warningMessage": {
          "readOnly": true,
          "description": "Output only. A human-readable description of the warning code.",
          "type": "string"
        },
        "data": {
          "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",
          "additionalProperties": {
            "type": "string"
          }
        }
      },
      "id": "GoogleCloudNetworkconnectivityV1betaWarnings",
      "type": "object"
    },
    "GoogleCloudNetworkconnectivityV1betaLinkedInterconnectAttachments": {
      "description": "A collection of VLAN attachment resources. These resources should be redundant attachments that all advertise the same prefixes to Cloud de Confiance. Alternatively, in active/passive configurations, all attachments should be capable of advertising the same prefixes.",
      "properties": {
        "includeExportRanges": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Optional. Dynamic routes fully encompassed by include export ranges are included during export to hub."
        },
        "excludeImportRanges": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Optional. Hub routes overlapped/encompassed by exclude import ranges are excluded during import from hub."
        },
        "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://documentation.s3ns.fr/network-connectivity/docs/network-connectivity-center/concepts/locations).",
          "type": "boolean"
        },
        "uris": {
          "description": "The URIs of linked interconnect attachment resources",
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "includeImportRanges": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Optional. Hub routes fully encompassed by include import ranges are included during import from hub."
        },
        "excludeExportRanges": {
          "description": "Optional. Dynamic routes overlapped/encompassed by exclude export ranges are excluded during export to hub.",
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "vpcNetwork": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. The VPC network where these VLAN attachments are located."
        }
      },
      "id": "GoogleCloudNetworkconnectivityV1betaLinkedInterconnectAttachments",
      "type": "object"
    },
    "GoogleCloudNetworkconnectivityV1betaHub": {
      "type": "object",
      "id": "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.",
      "properties": {
        "policyMode": {
          "type": "string",
          "enum": [
            "POLICY_MODE_UNSPECIFIED",
            "PRESET"
          ],
          "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."
        },
        "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 hub."
        },
        "spokeSummary": {
          "readOnly": true,
          "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.",
          "$ref": "GoogleCloudNetworkconnectivityV1betaSpokeSummary"
        },
        "uniqueId": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. The Cloud de Confiance-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."
        },
        "labels": {
          "description": "Optional labels in key-value pair format. For more information about labels, see [Requirements for labels](https://documentation.s3ns.fr/resource-manager/docs/creating-managing-labels#requirements).",
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "routeTables": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "readOnly": true,
          "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."
        },
        "createTime": {
          "description": "Output only. The time the hub was created.",
          "format": "google-datetime",
          "readOnly": true,
          "type": "string"
        },
        "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"
        },
        "description": {
          "description": "Optional. An optional description of the hub.",
          "type": "string"
        },
        "updateTime": {
          "description": "Output only. The time the hub was last updated.",
          "format": "google-datetime",
          "readOnly": true,
          "type": "string"
        },
        "routingVpcs": {
          "readOnly": true,
          "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.",
          "type": "array",
          "items": {
            "$ref": "GoogleCloudNetworkconnectivityV1betaRoutingVPC"
          }
        },
        "presetTopology": {
          "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."
          ],
          "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."
        },
        "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"
        }
      }
    },
    "GoogleCloudNetworkconnectivityV1betaNextHopVpcNetwork": {
      "properties": {
        "uri": {
          "description": "The URI of the VPC network resource",
          "type": "string"
        }
      },
      "type": "object",
      "id": "GoogleCloudNetworkconnectivityV1betaNextHopVpcNetwork"
    },
    "GoogleCloudNetworkconnectivityV1betaNextHopInterconnectAttachment": {
      "id": "GoogleCloudNetworkconnectivityV1betaNextHopInterconnectAttachment",
      "type": "object",
      "description": "A route next hop that leads to an interconnect attachment resource.",
      "properties": {
        "uri": {
          "description": "The URI of the interconnect attachment resource.",
          "type": "string"
        },
        "vpcNetwork": {
          "description": "The VPC network where this interconnect attachment is located.",
          "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://documentation.s3ns.fr/network-connectivity/docs/network-connectivity-center/concepts/locations).",
          "type": "boolean"
        }
      }
    },
    "GoogleCloudNetworkconnectivityV1betaSpokeTypeCount": {
      "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.",
      "properties": {
        "spokeType": {
          "type": "string",
          "enum": [
            "SPOKE_TYPE_UNSPECIFIED",
            "VPN_TUNNEL",
            "INTERCONNECT_ATTACHMENT",
            "ROUTER_APPLIANCE",
            "VPC_NETWORK",
            "GATEWAY",
            "PRODUCER_VPC_NETWORK"
          ],
          "description": "Output only. The type of the spokes.",
          "readOnly": true,
          "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."
          ]
        },
        "count": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. The total number of spokes of this type that are associated with the hub.",
          "format": "int64"
        }
      },
      "id": "GoogleCloudNetworkconnectivityV1betaSpokeTypeCount",
      "type": "object"
    },
    "GoogleCloudNetworkconnectivityV1betaListHubSpokesResponse": {
      "type": "object",
      "id": "GoogleCloudNetworkconnectivityV1betaListHubSpokesResponse",
      "description": "The response for HubService.ListHubSpokes.",
      "properties": {
        "spokes": {
          "type": "array",
          "items": {
            "$ref": "GoogleCloudNetworkconnectivityV1betaSpoke"
          },
          "description": "The requested spokes. The spoke fields can be partially populated based on the `view` field in the request message."
        },
        "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": {
          "description": "Locations that could not be reached.",
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      }
    },
    "GoogleCloudNetworkconnectivityV1betaRejectHubSpokeRequest": {
      "type": "object",
      "id": "GoogleCloudNetworkconnectivityV1betaRejectHubSpokeRequest",
      "description": "The request for HubService.RejectHubSpoke.",
      "properties": {
        "spokeUri": {
          "description": "Required. The URI of the spoke to reject from the hub.",
          "type": "string"
        },
        "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"
        },
        "details": {
          "description": "Optional. Additional information provided by the hub administrator.",
          "type": "string"
        }
      }
    },
    "GoogleIamV1AuditLogConfig": {
      "type": "object",
      "id": "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.",
      "properties": {
        "logType": {
          "type": "string",
          "enum": [
            "LOG_TYPE_UNSPECIFIED",
            "ADMIN_READ",
            "DATA_WRITE",
            "DATA_READ"
          ],
          "enumDescriptions": [
            "Default case. Should never be this.",
            "Admin reads. Example: CloudIAM getIamPolicy",
            "Data writes. Example: CloudSQL Users create",
            "Data reads. Example: CloudSQL Users list"
          ],
          "description": "The log type that this config enables."
        },
        "exemptedMembers": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Specifies the identities that do not cause logging for this type of permission. Follows the same format of Binding.members."
        }
      }
    },
    "GoogleCloudNetworkconnectivityV1betaOperationMetadata": {
      "type": "object",
      "id": "GoogleCloudNetworkconnectivityV1betaOperationMetadata",
      "description": "Represents the metadata of the long-running operation.",
      "properties": {
        "apiVersion": {
          "description": "Output only. API version used to start the operation.",
          "readOnly": true,
          "type": "string"
        },
        "target": {
          "readOnly": true,
          "description": "Output only. Server-defined resource path for the target of the operation.",
          "type": "string"
        },
        "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"
        },
        "createTime": {
          "readOnly": true,
          "description": "Output only. The time the operation was created.",
          "format": "google-datetime",
          "type": "string"
        },
        "endTime": {
          "type": "string",
          "description": "Output only. The time the operation finished running.",
          "format": "google-datetime",
          "readOnly": true
        },
        "verb": {
          "readOnly": true,
          "description": "Output only. Name of the verb executed by the operation.",
          "type": "string"
        },
        "statusMessage": {
          "readOnly": true,
          "description": "Output only. Human-readable status of the operation, if any.",
          "type": "string"
        }
      }
    },
    "GoogleLongrunningListOperationsResponse": {
      "description": "The response message for Operations.ListOperations.",
      "properties": {
        "operations": {
          "description": "A list of operations that matches the specified filter in the request.",
          "type": "array",
          "items": {
            "$ref": "GoogleLongrunningOperation"
          }
        },
        "unreachable": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "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."
        },
        "nextPageToken": {
          "description": "The standard List next-page token.",
          "type": "string"
        }
      },
      "type": "object",
      "id": "GoogleLongrunningListOperationsResponse"
    },
    "GoogleCloudNetworkconnectivityV1betaAutoAccept": {
      "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": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "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."
        }
      },
      "id": "GoogleCloudNetworkconnectivityV1betaAutoAccept",
      "type": "object"
    },
    "GoogleCloudNetworkconnectivityV1betaRouterApplianceInstance": {
      "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.",
      "properties": {
        "virtualMachine": {
          "description": "The URI of the VM.",
          "type": "string"
        },
        "ipAddress": {
          "description": "The IP address on the VM to use for peering.",
          "type": "string"
        }
      },
      "type": "object",
      "id": "GoogleCloudNetworkconnectivityV1betaRouterApplianceInstance"
    },
    "GoogleCloudNetworkconnectivityV1betaRoute": {
      "type": "object",
      "id": "GoogleCloudNetworkconnectivityV1betaRoute",
      "description": "A route defines a path from VM instances within a spoke to a specific destination resource. Only VPC spokes have routes.",
      "properties": {
        "name": {
          "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}`",
          "type": "string"
        },
        "description": {
          "description": "An optional description of the route.",
          "type": "string"
        },
        "nextHopInterconnectAttachment": {
          "description": "Immutable. The next-hop VLAN attachment for packets on this route.",
          "$ref": "GoogleCloudNetworkconnectivityV1betaNextHopInterconnectAttachment"
        },
        "nextHopSpoke": {
          "description": "Immutable. The next-hop spoke for packets on this route.",
          "$ref": "GoogleCloudNetworkconnectivityV1betaNextHopSpoke"
        },
        "updateTime": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. The time the route was last updated.",
          "format": "google-datetime"
        },
        "spoke": {
          "description": "Immutable. The spoke that this route leads to. Example: projects/12345/locations/global/spokes/SPOKE",
          "type": "string"
        },
        "priority": {
          "type": "string",
          "readOnly": true,
          "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.",
          "format": "int64"
        },
        "uid": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. The Cloud de Confiance-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`."
        },
        "location": {
          "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,
          "type": "string"
        },
        "nextHopVpnTunnel": {
          "description": "Immutable. The next-hop VPN tunnel for packets on this route.",
          "$ref": "GoogleCloudNetworkconnectivityV1betaNextHopVPNTunnel"
        },
        "nextHopRouterApplianceInstance": {
          "description": "Immutable. The next-hop Router appliance instance for packets on this route.",
          "$ref": "GoogleCloudNetworkconnectivityV1betaNextHopRouterApplianceInstance"
        },
        "type": {
          "readOnly": true,
          "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."
          ],
          "type": "string",
          "enum": [
            "ROUTE_TYPE_UNSPECIFIED",
            "VPC_PRIMARY_SUBNET",
            "VPC_SECONDARY_SUBNET",
            "DYNAMIC_ROUTE"
          ],
          "description": "Output only. The route's type. Its type is determined by the properties of its IP address range."
        },
        "state": {
          "description": "Output only. The current lifecycle state of the route.",
          "type": "string",
          "enum": [
            "STATE_UNSPECIFIED",
            "CREATING",
            "ACTIVE",
            "DELETING",
            "ACCEPTING",
            "REJECTING",
            "UPDATING",
            "INACTIVE",
            "OBSOLETE",
            "FAILED"
          ],
          "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."
          ]
        },
        "labels": {
          "additionalProperties": {
            "type": "string"
          },
          "type": "object",
          "description": "Optional labels in key-value pair format. For more information about labels, see [Requirements for labels](https://documentation.s3ns.fr/resource-manager/docs/creating-managing-labels#requirements)."
        },
        "nextHopVpcNetwork": {
          "description": "Immutable. The destination VPC network for packets on this route.",
          "$ref": "GoogleCloudNetworkconnectivityV1betaNextHopVpcNetwork"
        },
        "createTime": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. The time the route was created.",
          "format": "google-datetime"
        },
        "ipCidrRange": {
          "description": "The destination IP address range.",
          "type": "string"
        }
      }
    },
    "GoogleCloudNetworkconnectivityV1betaListGatewayAdvertisedRoutesResponse": {
      "type": "object",
      "id": "GoogleCloudNetworkconnectivityV1betaListGatewayAdvertisedRoutesResponse",
      "description": "Response for HubService.ListGatewayAdvertisedRoutes method.",
      "properties": {
        "unreachable": {
          "description": "Hubs that could not be reached.",
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "gatewayAdvertisedRoutes": {
          "type": "array",
          "items": {
            "$ref": "GoogleCloudNetworkconnectivityV1betaGatewayAdvertisedRoute"
          },
          "description": "The requested gateway advertised routes."
        },
        "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"
        }
      }
    },
    "GoogleCloudNetworkconnectivityV1betaSpokeStateCount": {
      "type": "object",
      "id": "GoogleCloudNetworkconnectivityV1betaSpokeStateCount",
      "description": "The number of spokes that are in a particular state and associated with a given hub.",
      "properties": {
        "count": {
          "type": "string",
          "description": "Output only. The total number of spokes that are in this state and associated with a given hub.",
          "format": "int64",
          "readOnly": true
        },
        "state": {
          "type": "string",
          "enum": [
            "STATE_UNSPECIFIED",
            "CREATING",
            "ACTIVE",
            "DELETING",
            "ACCEPTING",
            "REJECTING",
            "UPDATING",
            "INACTIVE",
            "OBSOLETE",
            "FAILED"
          ],
          "description": "Output only. The state of the spokes.",
          "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."
          ]
        }
      }
    },
    "GoogleCloudNetworkconnectivityV1betaIpRangeReservation": {
      "description": "A list of IP ranges that are reserved for this gateway's internal intfrastructure.",
      "properties": {
        "ipRange": {
          "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\"",
          "type": "string"
        }
      },
      "id": "GoogleCloudNetworkconnectivityV1betaIpRangeReservation",
      "type": "object"
    },
    "GoogleCloudNetworkconnectivityV1betaListPolicyBasedRoutesResponse": {
      "type": "object",
      "id": "GoogleCloudNetworkconnectivityV1betaListPolicyBasedRoutesResponse",
      "description": "Response for PolicyBasedRoutingService.ListPolicyBasedRoutes method.",
      "properties": {
        "unreachable": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Locations that could not be reached."
        },
        "nextPageToken": {
          "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.",
          "type": "string"
        },
        "policyBasedRoutes": {
          "type": "array",
          "items": {
            "$ref": "GoogleCloudNetworkconnectivityV1betaPolicyBasedRoute"
          },
          "description": "Policy-based routes to be returned."
        }
      }
    },
    "GoogleCloudNetworkconnectivityV1betaListHubsResponse": {
      "type": "object",
      "id": "GoogleCloudNetworkconnectivityV1betaListHubsResponse",
      "description": "Response for HubService.ListHubs method.",
      "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"
        },
        "hubs": {
          "description": "The requested hubs.",
          "type": "array",
          "items": {
            "$ref": "GoogleCloudNetworkconnectivityV1betaHub"
          }
        },
        "unreachable": {
          "description": "Locations that could not be reached.",
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      }
    },
    "GoogleIamV1TestIamPermissionsResponse": {
      "type": "object",
      "id": "GoogleIamV1TestIamPermissionsResponse",
      "description": "Response message for `TestIamPermissions` method.",
      "properties": {
        "permissions": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "A subset of `TestPermissionsRequest.permissions` that the caller is allowed."
        }
      }
    },
    "GoogleCloudNetworkconnectivityV1betaLinkedProducerVpcNetwork": {
      "properties": {
        "serviceConsumerVpcSpoke": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. The Service Consumer Network spoke."
        },
        "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"
        },
        "producerNetwork": {
          "description": "Output only. The URI of the Producer VPC.",
          "readOnly": true,
          "type": "string"
        },
        "proposedExcludeExportRanges": {
          "readOnly": true,
          "description": "Output only. The proposed exclude export IP ranges waiting for hub administrator's approval.",
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "excludeExportRanges": {
          "description": "Optional. IP ranges encompassing the subnets to be excluded from peering.",
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "proposedIncludeExportRanges": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "readOnly": true,
          "description": "Output only. The proposed include export IP ranges waiting for hub administrator's approval."
        },
        "includeExportRanges": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Optional. IP ranges allowed to be included from peering."
        },
        "network": {
          "description": "Immutable. The URI of the Service Consumer VPC that the Producer VPC is peered with.",
          "type": "string"
        }
      },
      "id": "GoogleCloudNetworkconnectivityV1betaLinkedProducerVpcNetwork",
      "type": "object"
    },
    "GoogleCloudLocationLocation": {
      "id": "GoogleCloudLocationLocation",
      "type": "object",
      "description": "A resource that represents a Cloud de Confiance location.",
      "properties": {
        "name": {
          "description": "Resource name for the location, which may vary between implementations. For example: `\"projects/example-project/locations/us-east1\"`",
          "type": "string"
        },
        "locationId": {
          "description": "The canonical id for this location. For example: `\"us-east1\"`.",
          "type": "string"
        },
        "metadata": {
          "additionalProperties": {
            "type": "any",
            "description": "Properties of the object. Contains field @type with type URL."
          },
          "type": "object",
          "description": "Service-specific metadata. For example the available capacity at the given location."
        },
        "labels": {
          "additionalProperties": {
            "type": "string"
          },
          "type": "object",
          "description": "Cross-service attributes for the location. For example {\"cloud.googleapis.com/region\": \"us-east1\"}"
        },
        "displayName": {
          "description": "The friendly name for this location, typically a nearby city name. For example, \"Tokyo\".",
          "type": "string"
        }
      }
    },
    "GoogleCloudNetworkconnectivityV1betaNextHopSpoke": {
      "id": "GoogleCloudNetworkconnectivityV1betaNextHopSpoke",
      "type": "object",
      "description": "A route next hop that leads to a spoke resource.",
      "properties": {
        "uri": {
          "description": "The URI of the spoke resource.",
          "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://documentation.s3ns.fr/network-connectivity/docs/network-connectivity-center/concepts/locations).",
          "type": "boolean"
        }
      }
    },
    "GoogleCloudNetworkconnectivityV1betaListGroupsResponse": {
      "id": "GoogleCloudNetworkconnectivityV1betaListGroupsResponse",
      "type": "object",
      "description": "Response for HubService.ListGroups method.",
      "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"
        },
        "groups": {
          "description": "The requested groups.",
          "type": "array",
          "items": {
            "$ref": "GoogleCloudNetworkconnectivityV1betaGroup"
          }
        },
        "unreachable": {
          "description": "Hubs that could not be reached.",
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      }
    },
    "GoogleCloudNetworkconnectivityV1betaRejectSpokeUpdateRequest": {
      "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"
        },
        "spokeUri": {
          "description": "Required. The URI of the spoke to reject update.",
          "type": "string"
        },
        "spokeEtag": {
          "description": "Required. The etag of the spoke to reject update.",
          "type": "string"
        },
        "details": {
          "description": "Optional. Additional information provided by the hub administrator.",
          "type": "string"
        }
      },
      "type": "object",
      "id": "GoogleCloudNetworkconnectivityV1betaRejectSpokeUpdateRequest"
    },
    "GoogleIamV1AuditConfig": {
      "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.",
      "properties": {
        "auditLogConfigs": {
          "type": "array",
          "items": {
            "$ref": "GoogleIamV1AuditLogConfig"
          },
          "description": "The configuration for logging of each type of permission."
        },
        "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"
        }
      }
    },
    "GoogleLongrunningCancelOperationRequest": {
      "id": "GoogleLongrunningCancelOperationRequest",
      "type": "object",
      "description": "The request message for Operations.CancelOperation.",
      "properties": {}
    },
    "GoogleCloudLocationListLocationsResponse": {
      "description": "The response message for Locations.ListLocations.",
      "properties": {
        "locations": {
          "description": "A list of locations that matches the specified filter in the request.",
          "type": "array",
          "items": {
            "$ref": "GoogleCloudLocationLocation"
          }
        },
        "nextPageToken": {
          "description": "The standard List next-page token.",
          "type": "string"
        }
      },
      "id": "GoogleCloudLocationListLocationsResponse",
      "type": "object"
    },
    "GoogleCloudNetworkconnectivityV1betaLinkedVpnTunnels": {
      "description": "A collection of Cloud VPN tunnel resources. These resources should be redundant HA VPN tunnels that all advertise the same prefixes to Cloud de Confiance. Alternatively, in a passive/active configuration, all tunnels should be capable of advertising the same prefixes.",
      "properties": {
        "includeExportRanges": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Optional. Dynamic routes fully encompassed by include export ranges are included during export to hub."
        },
        "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://documentation.s3ns.fr/network-connectivity/docs/network-connectivity-center/concepts/locations).",
          "type": "boolean"
        },
        "excludeImportRanges": {
          "description": "Optional. Hub routes overlapped/encompassed by exclude import ranges are excluded during import from hub.",
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "uris": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "The URIs of linked VPN tunnel resources."
        },
        "includeImportRanges": {
          "description": "Optional. Hub routes fully encompassed by include import ranges are included during import from hub.",
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "excludeExportRanges": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Optional. Dynamic routes overlapped/encompassed by exclude export ranges are excluded during export to hub."
        },
        "vpcNetwork": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. The VPC network where these VPN tunnels are located."
        }
      },
      "type": "object",
      "id": "GoogleCloudNetworkconnectivityV1betaLinkedVpnTunnels"
    },
    "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",
      "properties": {
        "linkedInterconnectAttachments": {
          "description": "Optional. VLAN attachments that are associated with the spoke.",
          "$ref": "GoogleCloudNetworkconnectivityV1betaLinkedInterconnectAttachments"
        },
        "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"
        },
        "updateTime": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. The time the spoke was last updated.",
          "format": "google-datetime"
        },
        "name": {
          "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": {
          "description": "Optional. An optional description of the spoke.",
          "type": "string"
        },
        "hub": {
          "description": "Immutable. The name of the hub that this spoke is attached to.",
          "type": "string"
        },
        "linkedRouterApplianceInstances": {
          "description": "Optional. Router appliance instances that are associated with the spoke.",
          "$ref": "GoogleCloudNetworkconnectivityV1betaLinkedRouterApplianceInstances"
        },
        "etag": {
          "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.",
          "type": "string"
        },
        "labels": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "Optional labels in key-value pair format. For more information about labels, see [Requirements for labels](https://documentation.s3ns.fr/resource-manager/docs/creating-managing-labels#requirements)."
        },
        "uniqueId": {
          "readOnly": true,
          "description": "Output only. The Cloud de Confiance-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`.",
          "type": "string"
        },
        "createTime": {
          "description": "Output only. The time the spoke was created.",
          "format": "google-datetime",
          "readOnly": true,
          "type": "string"
        },
        "linkedProducerVpcNetwork": {
          "description": "Optional. The linked producer VPC that is associated with the spoke.",
          "$ref": "GoogleCloudNetworkconnectivityV1betaLinkedProducerVpcNetwork"
        },
        "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"
        },
        "state": {
          "type": "string",
          "enum": [
            "STATE_UNSPECIFIED",
            "CREATING",
            "ACTIVE",
            "DELETING",
            "ACCEPTING",
            "REJECTING",
            "UPDATING",
            "INACTIVE",
            "OBSOLETE",
            "FAILED"
          ],
          "description": "Output only. The current lifecycle state of this spoke.",
          "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."
          ]
        },
        "spokeType": {
          "description": "Output only. The type of resource associated with the spoke.",
          "type": "string",
          "enum": [
            "SPOKE_TYPE_UNSPECIFIED",
            "VPN_TUNNEL",
            "INTERCONNECT_ATTACHMENT",
            "ROUTER_APPLIANCE",
            "VPC_NETWORK",
            "GATEWAY",
            "PRODUCER_VPC_NETWORK"
          ],
          "readOnly": true,
          "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."
          ]
        },
        "reasons": {
          "description": "Output only. The reasons for current state of the spoke.",
          "readOnly": true,
          "type": "array",
          "items": {
            "$ref": "GoogleCloudNetworkconnectivityV1betaStateReason"
          }
        },
        "fieldPathsPendingUpdate": {
          "description": "Optional. The list of fields waiting for hub administrator's approval.",
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "id": "GoogleCloudNetworkconnectivityV1betaSpoke",
      "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": {
        "updateTime": {
          "type": "string",
          "description": "Output only. Time when the policy-based route was updated.",
          "format": "google-datetime",
          "readOnly": true
        },
        "filter": {
          "description": "Required. The filter to match L4 traffic.",
          "$ref": "GoogleCloudNetworkconnectivityV1betaFilter"
        },
        "kind": {
          "type": "string",
          "description": "Output only. Type of this resource. Always networkconnectivity#policyBasedRoute for policy-based Route resources.",
          "readOnly": true
        },
        "network": {
          "description": "Required. Fully-qualified URL of the network that this route applies to, for example: projects/my-project/global/networks/my-network.",
          "type": "string"
        },
        "virtualMachine": {
          "description": "Optional. VM instances that this policy-based route applies to.",
          "$ref": "GoogleCloudNetworkconnectivityV1betaVirtualMachine"
        },
        "selfLink": {
          "description": "Output only. Server-defined fully-qualified URL for this resource.",
          "readOnly": true,
          "type": "string"
        },
        "name": {
          "description": "Immutable. Identifier. A unique name of the resource in the form of `projects/{project_number}/locations/global/PolicyBasedRoutes/{policy_based_route_id}`",
          "type": "string"
        },
        "description": {
          "description": "Optional. An optional description of this resource. Provide this field when you create the resource.",
          "type": "string"
        },
        "warnings": {
          "type": "array",
          "items": {
            "$ref": "GoogleCloudNetworkconnectivityV1betaWarnings"
          },
          "readOnly": true,
          "description": "Output only. If potential misconfigurations are detected for this route, this field will be populated with warning messages."
        },
        "labels": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "User-defined labels."
        },
        "createTime": {
          "readOnly": true,
          "description": "Output only. Time when the policy-based route was created.",
          "format": "google-datetime",
          "type": "string"
        },
        "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"
        },
        "interconnectAttachment": {
          "description": "Optional. The interconnect attachments that this policy-based route applies to.",
          "$ref": "GoogleCloudNetworkconnectivityV1betaInterconnectAttachment"
        },
        "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.",
          "format": "int32",
          "type": "integer"
        },
        "nextHopOtherRoutes": {
          "description": "Optional. Other routes that will be referenced to determine the next hop of the packet.",
          "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"
          ]
        }
      }
    },
    "GoogleCloudNetworkconnectivityV1betaNextHopVPNTunnel": {
      "description": "A route next hop that leads to a VPN tunnel resource.",
      "properties": {
        "vpcNetwork": {
          "description": "The VPC network where this VPN tunnel is located.",
          "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://documentation.s3ns.fr/network-connectivity/docs/network-connectivity-center/concepts/locations).",
          "type": "boolean"
        },
        "uri": {
          "description": "The URI of the VPN tunnel resource.",
          "type": "string"
        }
      },
      "id": "GoogleCloudNetworkconnectivityV1betaNextHopVPNTunnel",
      "type": "object"
    },
    "GoogleCloudNetworkconnectivityV1betaQueryHubStatusResponse": {
      "description": "The response for HubService.QueryHubStatus.",
      "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"
        },
        "hubStatusEntries": {
          "description": "The list of hub status.",
          "type": "array",
          "items": {
            "$ref": "GoogleCloudNetworkconnectivityV1betaHubStatusEntry"
          }
        }
      },
      "type": "object",
      "id": "GoogleCloudNetworkconnectivityV1betaQueryHubStatusResponse"
    },
    "GoogleIamV1Binding": {
      "description": "Associates `members`, or principals, with a `role`.",
      "properties": {
        "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://documentation.s3ns.fr/iam/help/conditions/resource-policies).",
          "$ref": "GoogleTypeExpr"
        },
        "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://documentation.s3ns.fr/iam/docs/roles-overview). For a list of the available pre-defined roles, see [here](https://documentation.s3ns.fr/iam/docs/understanding-roles).",
          "type": "string"
        },
        "members": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Specifies the principals requesting access for a Cloud de Confiance resource. `members` can have the following values: * `allUsers`: A special identifier that represents anyone who is on the internet; with or without a Cloud de Confiance account. * `allAuthenticatedUsers`: A special identifier that represents anyone who is authenticated with a Cloud de Confiance 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 Cloud de Confiance account. For example, `alice@example.com` . * `serviceAccount:{emailid}`: An email address that represents a 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://documentation.s3ns.fr/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 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 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`."
        }
      },
      "type": "object",
      "id": "GoogleIamV1Binding"
    },
    "GoogleCloudNetworkconnectivityV1betaSpokeSummary": {
      "type": "object",
      "id": "GoogleCloudNetworkconnectivityV1betaSpokeSummary",
      "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": {
        "spokeStateReasonCounts": {
          "type": "array",
          "items": {
            "$ref": "GoogleCloudNetworkconnectivityV1betaSpokeStateReasonCount"
          },
          "readOnly": true,
          "description": "Output only. Counts the number of spokes that are inactive for each possible reason and associated with a given hub."
        },
        "spokeTypeCounts": {
          "type": "array",
          "items": {
            "$ref": "GoogleCloudNetworkconnectivityV1betaSpokeTypeCount"
          },
          "description": "Output only. Counts the number of spokes of each type that are associated with a specific hub.",
          "readOnly": true
        },
        "spokeStateCounts": {
          "type": "array",
          "items": {
            "$ref": "GoogleCloudNetworkconnectivityV1betaSpokeStateCount"
          },
          "readOnly": true,
          "description": "Output only. Counts the number of spokes that are in each state and associated with a given hub."
        }
      }
    },
    "Empty": {
      "type": "object",
      "id": "Empty",
      "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); }",
      "properties": {}
    },
    "GoogleCloudNetworkconnectivityV1betaAcceptHubSpokeResponse": {
      "id": "GoogleCloudNetworkconnectivityV1betaAcceptHubSpokeResponse",
      "type": "object",
      "description": "The response for HubService.AcceptHubSpoke.",
      "properties": {
        "spoke": {
          "description": "The spoke that was operated on.",
          "$ref": "GoogleCloudNetworkconnectivityV1betaSpoke"
        }
      }
    },
    "GoogleCloudNetworkconnectivityV1betaListRoutesResponse": {
      "type": "object",
      "id": "GoogleCloudNetworkconnectivityV1betaListRoutesResponse",
      "description": "Response for HubService.ListRoutes method.",
      "properties": {
        "routes": {
          "description": "The requested routes.",
          "type": "array",
          "items": {
            "$ref": "GoogleCloudNetworkconnectivityV1betaRoute"
          }
        },
        "unreachable": {
          "description": "RouteTables that could not be reached.",
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "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"
        }
      }
    },
    "GoogleIamV1Policy": {
      "description": "An Identity and Access Management (IAM) policy, which specifies access controls for Cloud de Confiance 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, 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 Cloud de Confiance 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://documentation.s3ns.fr/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://documentation.s3ns.fr/iam/docs/).",
      "properties": {
        "version": {
          "type": "integer",
          "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://documentation.s3ns.fr/iam/help/conditions/resource-policies).",
          "format": "int32"
        },
        "bindings": {
          "type": "array",
          "items": {
            "$ref": "GoogleIamV1Binding"
          },
          "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 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`."
        },
        "auditConfigs": {
          "type": "array",
          "items": {
            "$ref": "GoogleIamV1AuditConfig"
          },
          "description": "Specifies cloud audit logging configuration for this policy."
        },
        "etag": {
          "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.",
          "format": "byte",
          "type": "string"
        }
      },
      "type": "object",
      "id": "GoogleIamV1Policy"
    },
    "GoogleCloudNetworkconnectivityV1betaHubStatusEntry": {
      "description": "A hub status entry represents the status of a set of propagated Private Service Connect connections grouped by certain fields.",
      "properties": {
        "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"
        },
        "count": {
          "type": "integer",
          "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.",
          "format": "int32"
        }
      },
      "id": "GoogleCloudNetworkconnectivityV1betaHubStatusEntry",
      "type": "object"
    },
    "GoogleCloudNetworkconnectivityV1betaGateway": {
      "description": "A gateway that can apply specialized traffic processing.",
      "properties": {
        "cloudRouters": {
          "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,
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "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"
          ]
        },
        "ipRangeReservations": {
          "description": "Optional. A list of IP ranges that are reserved for this gateway's internal intfrastructure.",
          "type": "array",
          "items": {
            "$ref": "GoogleCloudNetworkconnectivityV1betaIpRangeReservation"
          }
        },
        "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
        }
      },
      "id": "GoogleCloudNetworkconnectivityV1betaGateway",
      "type": "object"
    },
    "GoogleCloudNetworkconnectivityV1betaRejectHubSpokeResponse": {
      "type": "object",
      "id": "GoogleCloudNetworkconnectivityV1betaRejectHubSpokeResponse",
      "description": "The response for HubService.RejectHubSpoke.",
      "properties": {
        "spoke": {
          "description": "The spoke that was operated on.",
          "$ref": "GoogleCloudNetworkconnectivityV1betaSpoke"
        }
      }
    },
    "GoogleCloudNetworkconnectivityV1betaStateReason": {
      "type": "object",
      "id": "GoogleCloudNetworkconnectivityV1betaStateReason",
      "description": "The reason for the current state of the spoke.",
      "properties": {
        "code": {
          "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."
          ],
          "description": "The code associated with this reason.",
          "type": "string",
          "enum": [
            "CODE_UNSPECIFIED",
            "PENDING_REVIEW",
            "REJECTED",
            "PAUSED",
            "FAILED",
            "UPDATE_PENDING_REVIEW",
            "UPDATE_REJECTED",
            "UPDATE_FAILED"
          ]
        },
        "message": {
          "description": "Human-readable details about this reason.",
          "type": "string"
        },
        "userDetails": {
          "description": "Additional information provided by the user in the RejectSpoke call.",
          "type": "string"
        }
      }
    },
    "GoogleCloudNetworkconnectivityV1betaLocationMetadata": {
      "description": "Metadata about locations",
      "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"
            ]
          }
        }
      },
      "id": "GoogleCloudNetworkconnectivityV1betaLocationMetadata",
      "type": "object"
    },
    "GoogleCloudNetworkconnectivityV1betaRoutingVPC": {
      "type": "object",
      "id": "GoogleCloudNetworkconnectivityV1betaRoutingVPC",
      "description": "RoutingVPC contains information about the VPC networks associated with the spokes of a Network Connectivity Center hub.",
      "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"
        }
      }
    }
  },
  "revision": "20260511",
  "rootUrl": "https://networkconnectivity.s3nsapis.fr/",
  "ownerName": "Google",
  "icons": {
    "x16": "",
    "x32": ""
  },
  "documentationLink": "https://documentation.s3ns.fr/network-connectivity/docs/reference/networkconnectivity/rest",
  "id": "networkconnectivity:v1beta",
  "resources": {
    "projects": {
      "resources": {
        "locations": {
          "methods": {
            "list": {
              "response": {
                "$ref": "GoogleCloudLocationListLocationsResponse"
              },
              "description": "The google.cloud.location.Locations.ListLocations method is not available in this (s3nsapis.fr) universe.",
              "httpMethod": "GET",
              "id": "networkconnectivity.projects.locations.list",
              "parameters": {
                "filter": {
                  "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).",
                  "location": "query",
                  "type": "string"
                },
                "extraLocationTypes": {
                  "type": "string",
                  "repeated": true,
                  "description": "Optional. Do not use this field unless explicitly documented otherwise. This is primarily for internal usage.",
                  "location": "query"
                },
                "name": {
                  "pattern": "^projects/[^/]+$",
                  "type": "string",
                  "description": "The resource that owns the locations collection, if applicable.",
                  "required": true,
                  "location": "path"
                },
                "pageToken": {
                  "location": "query",
                  "description": "A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.",
                  "type": "string"
                },
                "pageSize": {
                  "description": "The maximum number of results to return. If not set, the service selects a default.",
                  "format": "int32",
                  "location": "query",
                  "type": "integer"
                }
              },
              "path": "v1beta/{+name}/locations",
              "parameterOrder": [
                "name"
              ],
              "flatPath": "v1beta/projects/{projectsId}/locations",
              "scopes": [
                "https://www.googleapis.com/auth/cloud-platform"
              ]
            },
            "get": {
              "parameters": {
                "name": {
                  "pattern": "^projects/[^/]+/locations/[^/]+$",
                  "type": "string",
                  "description": "Resource name for the location.",
                  "required": true,
                  "location": "path"
                }
              },
              "flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}",
              "scopes": [
                "https://www.googleapis.com/auth/cloud-platform"
              ],
              "path": "v1beta/{+name}",
              "parameterOrder": [
                "name"
              ],
              "id": "networkconnectivity.projects.locations.get",
              "httpMethod": "GET",
              "response": {
                "$ref": "GoogleCloudLocationLocation"
              },
              "description": "The google.cloud.location.Locations.GetLocation method is not available in this (s3nsapis.fr) universe."
            }
          },
          "resources": {
            "spokes": {
              "methods": {
                "create": {
                  "path": "v1beta/{+parent}/spokes",
                  "parameterOrder": [
                    "parent"
                  ],
                  "flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/spokes",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "parameters": {
                    "spokeId": {
                      "type": "string",
                      "description": "Required. Unique id for the spoke to create.",
                      "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).",
                      "location": "query",
                      "type": "string"
                    },
                    "parent": {
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "type": "string",
                      "location": "path",
                      "description": "Required. The parent resource.",
                      "required": true
                    }
                  },
                  "response": {
                    "$ref": "GoogleLongrunningOperation"
                  },
                  "description": "The google.cloud.networkconnectivity.v1beta.HubService.CreateSpoke method is not available in this (s3nsapis.fr) universe.",
                  "httpMethod": "POST",
                  "id": "networkconnectivity.projects.locations.spokes.create",
                  "request": {
                    "$ref": "GoogleCloudNetworkconnectivityV1betaSpoke"
                  }
                },
                "delete": {
                  "parameters": {
                    "name": {
                      "pattern": "^projects/[^/]+/locations/[^/]+/spokes/[^/]+$",
                      "type": "string",
                      "location": "path",
                      "description": "Required. The name of the spoke to delete.",
                      "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"
                    }
                  },
                  "path": "v1beta/{+name}",
                  "parameterOrder": [
                    "name"
                  ],
                  "flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/spokes/{spokesId}",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "response": {
                    "$ref": "GoogleLongrunningOperation"
                  },
                  "description": "The google.cloud.networkconnectivity.v1beta.HubService.DeleteSpoke method is not available in this (s3nsapis.fr) universe.",
                  "id": "networkconnectivity.projects.locations.spokes.delete",
                  "httpMethod": "DELETE"
                },
                "getIamPolicy": {
                  "response": {
                    "$ref": "GoogleIamV1Policy"
                  },
                  "description": "The google.iam.v1.IAMPolicy.GetIamPolicy method is not available in this (s3nsapis.fr) universe.",
                  "id": "networkconnectivity.projects.locations.spokes.getIamPolicy",
                  "httpMethod": "GET",
                  "parameters": {
                    "resource": {
                      "location": "path",
                      "description": "REQUIRED: The resource for which the policy is being requested. See [Resource names](https://documentation.s3ns.fr/apis/design/resource_names) for the appropriate value for this field.",
                      "required": true,
                      "pattern": "^projects/[^/]+/locations/[^/]+/spokes/[^/]+$",
                      "type": "string"
                    },
                    "options.requestedPolicyVersion": {
                      "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://documentation.s3ns.fr/iam/help/conditions/resource-policies).",
                      "format": "int32",
                      "location": "query"
                    }
                  },
                  "path": "v1beta/{+resource}:getIamPolicy",
                  "parameterOrder": [
                    "resource"
                  ],
                  "flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/spokes/{spokesId}:getIamPolicy",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ]
                },
                "get": {
                  "httpMethod": "GET",
                  "id": "networkconnectivity.projects.locations.spokes.get",
                  "response": {
                    "$ref": "GoogleCloudNetworkconnectivityV1betaSpoke"
                  },
                  "description": "The google.cloud.networkconnectivity.v1beta.HubService.GetSpoke method is not available in this (s3nsapis.fr) universe.",
                  "parameters": {
                    "name": {
                      "description": "Required. The name of the spoke resource.",
                      "required": true,
                      "location": "path",
                      "pattern": "^projects/[^/]+/locations/[^/]+/spokes/[^/]+$",
                      "type": "string"
                    }
                  },
                  "flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/spokes/{spokesId}",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "path": "v1beta/{+name}",
                  "parameterOrder": [
                    "name"
                  ]
                },
                "patch": {
                  "response": {
                    "$ref": "GoogleLongrunningOperation"
                  },
                  "description": "The google.cloud.networkconnectivity.v1beta.HubService.UpdateSpoke method is not available in this (s3nsapis.fr) universe.",
                  "id": "networkconnectivity.projects.locations.spokes.patch",
                  "httpMethod": "PATCH",
                  "request": {
                    "$ref": "GoogleCloudNetworkconnectivityV1betaSpoke"
                  },
                  "path": "v1beta/{+name}",
                  "parameterOrder": [
                    "name"
                  ],
                  "flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/spokes/{spokesId}",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "parameters": {
                    "updateMask": {
                      "type": "string",
                      "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.",
                      "format": "google-fieldmask",
                      "location": "query"
                    },
                    "name": {
                      "pattern": "^projects/[^/]+/locations/[^/]+/spokes/[^/]+$",
                      "type": "string",
                      "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}`",
                      "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"
                    }
                  }
                },
                "setIamPolicy": {
                  "httpMethod": "POST",
                  "id": "networkconnectivity.projects.locations.spokes.setIamPolicy",
                  "response": {
                    "$ref": "GoogleIamV1Policy"
                  },
                  "description": "The google.iam.v1.IAMPolicy.SetIamPolicy method is not available in this (s3nsapis.fr) universe.",
                  "request": {
                    "$ref": "GoogleIamV1SetIamPolicyRequest"
                  },
                  "flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/spokes/{spokesId}:setIamPolicy",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "path": "v1beta/{+resource}:setIamPolicy",
                  "parameterOrder": [
                    "resource"
                  ],
                  "parameters": {
                    "resource": {
                      "location": "path",
                      "description": "REQUIRED: The resource for which the policy is being specified. See [Resource names](https://documentation.s3ns.fr/apis/design/resource_names) for the appropriate value for this field.",
                      "required": true,
                      "pattern": "^projects/[^/]+/locations/[^/]+/spokes/[^/]+$",
                      "type": "string"
                    }
                  }
                },
                "list": {
                  "parameters": {
                    "parent": {
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "type": "string",
                      "location": "path",
                      "description": "Required. The parent resource.",
                      "required": true
                    },
                    "pageSize": {
                      "location": "query",
                      "description": "The maximum number of results to return per page.",
                      "format": "int32",
                      "type": "integer"
                    },
                    "filter": {
                      "description": "An expression that filters the list of results.",
                      "location": "query",
                      "type": "string"
                    },
                    "orderBy": {
                      "type": "string",
                      "description": "Sort the results by a certain order.",
                      "location": "query"
                    },
                    "pageToken": {
                      "type": "string",
                      "description": "The page token.",
                      "location": "query"
                    }
                  },
                  "flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/spokes",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "path": "v1beta/{+parent}/spokes",
                  "parameterOrder": [
                    "parent"
                  ],
                  "httpMethod": "GET",
                  "id": "networkconnectivity.projects.locations.spokes.list",
                  "response": {
                    "$ref": "GoogleCloudNetworkconnectivityV1betaListSpokesResponse"
                  },
                  "description": "The google.cloud.networkconnectivity.v1beta.HubService.ListSpokes method is not available in this (s3nsapis.fr) universe."
                },
                "testIamPermissions": {
                  "path": "v1beta/{+resource}:testIamPermissions",
                  "parameterOrder": [
                    "resource"
                  ],
                  "flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/spokes/{spokesId}:testIamPermissions",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "parameters": {
                    "resource": {
                      "description": "REQUIRED: The resource for which the policy detail is being requested. See [Resource names](https://documentation.s3ns.fr/apis/design/resource_names) for the appropriate value for this field.",
                      "required": true,
                      "location": "path",
                      "pattern": "^projects/[^/]+/locations/[^/]+/spokes/[^/]+$",
                      "type": "string"
                    }
                  },
                  "response": {
                    "$ref": "GoogleIamV1TestIamPermissionsResponse"
                  },
                  "description": "The google.iam.v1.IAMPolicy.TestIamPermissions method is not available in this (s3nsapis.fr) universe.",
                  "id": "networkconnectivity.projects.locations.spokes.testIamPermissions",
                  "httpMethod": "POST",
                  "request": {
                    "$ref": "GoogleIamV1TestIamPermissionsRequest"
                  }
                }
              },
              "resources": {
                "gatewayAdvertisedRoutes": {
                  "methods": {
                    "list": {
                      "flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/spokes/{spokesId}/gatewayAdvertisedRoutes",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "path": "v1beta/{+parent}/gatewayAdvertisedRoutes",
                      "parameterOrder": [
                        "parent"
                      ],
                      "parameters": {
                        "filter": {
                          "location": "query",
                          "description": "An expression that filters the list of results.",
                          "type": "string"
                        },
                        "orderBy": {
                          "type": "string",
                          "description": "Sort the results by a certain order.",
                          "location": "query"
                        },
                        "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": {
                          "pattern": "^projects/[^/]+/locations/[^/]+/spokes/[^/]+$",
                          "type": "string",
                          "description": "Required. The parent resource's name.",
                          "required": true,
                          "location": "path"
                        },
                        "pageSize": {
                          "type": "integer",
                          "description": "Optional. The maximum number of results per page that should be returned.",
                          "format": "int32",
                          "location": "query"
                        }
                      },
                      "httpMethod": "GET",
                      "id": "networkconnectivity.projects.locations.spokes.gatewayAdvertisedRoutes.list",
                      "response": {
                        "$ref": "GoogleCloudNetworkconnectivityV1betaListGatewayAdvertisedRoutesResponse"
                      },
                      "description": "The google.cloud.networkconnectivity.v1beta.HubService.ListGatewayAdvertisedRoutes method is not available in this (s3nsapis.fr) universe."
                    },
                    "delete": {
                      "parameters": {
                        "name": {
                          "description": "Required. The name of the gateway advertised route to delete.",
                          "required": true,
                          "location": "path",
                          "pattern": "^projects/[^/]+/locations/[^/]+/spokes/[^/]+/gatewayAdvertisedRoutes/[^/]+$",
                          "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"
                        }
                      },
                      "flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/spokes/{spokesId}/gatewayAdvertisedRoutes/{gatewayAdvertisedRoutesId}",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "path": "v1beta/{+name}",
                      "parameterOrder": [
                        "name"
                      ],
                      "id": "networkconnectivity.projects.locations.spokes.gatewayAdvertisedRoutes.delete",
                      "httpMethod": "DELETE",
                      "response": {
                        "$ref": "GoogleLongrunningOperation"
                      },
                      "description": "The google.cloud.networkconnectivity.v1beta.HubService.DeleteGatewayAdvertisedRoute method is not available in this (s3nsapis.fr) universe."
                    },
                    "get": {
                      "parameters": {
                        "name": {
                          "pattern": "^projects/[^/]+/locations/[^/]+/spokes/[^/]+/gatewayAdvertisedRoutes/[^/]+$",
                          "type": "string",
                          "description": "Required. The name of the gateway advertised route to get.",
                          "required": true,
                          "location": "path"
                        }
                      },
                      "path": "v1beta/{+name}",
                      "parameterOrder": [
                        "name"
                      ],
                      "flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/spokes/{spokesId}/gatewayAdvertisedRoutes/{gatewayAdvertisedRoutesId}",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "response": {
                        "$ref": "GoogleCloudNetworkconnectivityV1betaGatewayAdvertisedRoute"
                      },
                      "description": "The google.cloud.networkconnectivity.v1beta.HubService.GetGatewayAdvertisedRoute method is not available in this (s3nsapis.fr) universe.",
                      "id": "networkconnectivity.projects.locations.spokes.gatewayAdvertisedRoutes.get",
                      "httpMethod": "GET"
                    },
                    "patch": {
                      "parameters": {
                        "updateMask": {
                          "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.",
                          "format": "google-fieldmask",
                          "location": "query",
                          "type": "string"
                        },
                        "name": {
                          "pattern": "^projects/[^/]+/locations/[^/]+/spokes/[^/]+/gatewayAdvertisedRoutes/[^/]+$",
                          "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}`",
                          "required": true,
                          "location": "path"
                        },
                        "requestId": {
                          "type": "string",
                          "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)."
                        }
                      },
                      "flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/spokes/{spokesId}/gatewayAdvertisedRoutes/{gatewayAdvertisedRoutesId}",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "path": "v1beta/{+name}",
                      "parameterOrder": [
                        "name"
                      ],
                      "request": {
                        "$ref": "GoogleCloudNetworkconnectivityV1betaGatewayAdvertisedRoute"
                      },
                      "id": "networkconnectivity.projects.locations.spokes.gatewayAdvertisedRoutes.patch",
                      "httpMethod": "PATCH",
                      "response": {
                        "$ref": "GoogleLongrunningOperation"
                      },
                      "description": "The google.cloud.networkconnectivity.v1beta.HubService.UpdateGatewayAdvertisedRoute method is not available in this (s3nsapis.fr) universe."
                    },
                    "create": {
                      "parameters": {
                        "requestId": {
                          "type": "string",
                          "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)."
                        },
                        "parent": {
                          "pattern": "^projects/[^/]+/locations/[^/]+/spokes/[^/]+$",
                          "type": "string",
                          "description": "Required. The parent resource.",
                          "required": true,
                          "location": "path"
                        },
                        "gatewayAdvertisedRouteId": {
                          "description": "Required. Unique id for the route to create.",
                          "location": "query",
                          "type": "string"
                        }
                      },
                      "path": "v1beta/{+parent}/gatewayAdvertisedRoutes",
                      "parameterOrder": [
                        "parent"
                      ],
                      "flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/spokes/{spokesId}/gatewayAdvertisedRoutes",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "request": {
                        "$ref": "GoogleCloudNetworkconnectivityV1betaGatewayAdvertisedRoute"
                      },
                      "response": {
                        "$ref": "GoogleLongrunningOperation"
                      },
                      "description": "The google.cloud.networkconnectivity.v1beta.HubService.CreateGatewayAdvertisedRoute method is not available in this (s3nsapis.fr) universe.",
                      "id": "networkconnectivity.projects.locations.spokes.gatewayAdvertisedRoutes.create",
                      "httpMethod": "POST"
                    }
                  }
                }
              }
            },
            "operations": {
              "methods": {
                "cancel": {
                  "id": "networkconnectivity.projects.locations.operations.cancel",
                  "httpMethod": "POST",
                  "response": {
                    "$ref": "Empty"
                  },
                  "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`.",
                  "request": {
                    "$ref": "GoogleLongrunningCancelOperationRequest"
                  },
                  "flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/operations/{operationsId}:cancel",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "path": "v1beta/{+name}:cancel",
                  "parameterOrder": [
                    "name"
                  ],
                  "parameters": {
                    "name": {
                      "description": "The name of the operation resource to be cancelled.",
                      "required": true,
                      "location": "path",
                      "pattern": "^projects/[^/]+/locations/[^/]+/operations/[^/]+$",
                      "type": "string"
                    }
                  }
                },
                "list": {
                  "path": "v1beta/{+name}/operations",
                  "parameterOrder": [
                    "name"
                  ],
                  "flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/operations",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "parameters": {
                    "name": {
                      "description": "The name of the operation's parent resource.",
                      "required": true,
                      "location": "path",
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "type": "string"
                    },
                    "pageToken": {
                      "type": "string",
                      "description": "The standard list page token.",
                      "location": "query"
                    },
                    "filter": {
                      "description": "The standard list filter.",
                      "location": "query",
                      "type": "string"
                    },
                    "pageSize": {
                      "type": "integer",
                      "description": "The standard list page size.",
                      "format": "int32",
                      "location": "query"
                    },
                    "returnPartialSuccess": {
                      "type": "boolean",
                      "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.",
                      "location": "query"
                    }
                  },
                  "response": {
                    "$ref": "GoogleLongrunningListOperationsResponse"
                  },
                  "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.",
                  "id": "networkconnectivity.projects.locations.operations.list",
                  "httpMethod": "GET"
                },
                "delete": {
                  "parameters": {
                    "name": {
                      "pattern": "^projects/[^/]+/locations/[^/]+/operations/[^/]+$",
                      "type": "string",
                      "location": "path",
                      "description": "The name of the operation resource to be deleted.",
                      "required": true
                    }
                  },
                  "flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/operations/{operationsId}",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "path": "v1beta/{+name}",
                  "parameterOrder": [
                    "name"
                  ],
                  "httpMethod": "DELETE",
                  "id": "networkconnectivity.projects.locations.operations.delete",
                  "response": {
                    "$ref": "Empty"
                  },
                  "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`."
                },
                "get": {
                  "response": {
                    "$ref": "GoogleLongrunningOperation"
                  },
                  "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.",
                  "httpMethod": "GET",
                  "id": "networkconnectivity.projects.locations.operations.get",
                  "parameters": {
                    "name": {
                      "pattern": "^projects/[^/]+/locations/[^/]+/operations/[^/]+$",
                      "type": "string",
                      "description": "The name of the operation resource.",
                      "required": true,
                      "location": "path"
                    }
                  },
                  "path": "v1beta/{+name}",
                  "parameterOrder": [
                    "name"
                  ],
                  "flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/operations/{operationsId}",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ]
                }
              }
            },
            "global": {
              "resources": {
                "policyBasedRoutes": {
                  "methods": {
                    "get": {
                      "id": "networkconnectivity.projects.locations.global.policyBasedRoutes.get",
                      "httpMethod": "GET",
                      "response": {
                        "$ref": "GoogleCloudNetworkconnectivityV1betaPolicyBasedRoute"
                      },
                      "description": "The google.cloud.networkconnectivity.v1beta.PolicyBasedRoutingService.GetPolicyBasedRoute method is not available in this (s3nsapis.fr) universe.",
                      "flatPath": "v1beta/projects/{projectsId}/locations/global/policyBasedRoutes/{policyBasedRoutesId}",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "path": "v1beta/{+name}",
                      "parameterOrder": [
                        "name"
                      ],
                      "parameters": {
                        "name": {
                          "pattern": "^projects/[^/]+/locations/global/policyBasedRoutes/[^/]+$",
                          "type": "string",
                          "location": "path",
                          "description": "Required. Name of the PolicyBasedRoute resource to get.",
                          "required": true
                        }
                      }
                    },
                    "delete": {
                      "flatPath": "v1beta/projects/{projectsId}/locations/global/policyBasedRoutes/{policyBasedRoutesId}",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "path": "v1beta/{+name}",
                      "parameterOrder": [
                        "name"
                      ],
                      "parameters": {
                        "name": {
                          "pattern": "^projects/[^/]+/locations/global/policyBasedRoutes/[^/]+$",
                          "type": "string",
                          "description": "Required. Name of the policy-based route resource to delete.",
                          "required": true,
                          "location": "path"
                        },
                        "requestId": {
                          "type": "string",
                          "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 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)."
                        }
                      },
                      "id": "networkconnectivity.projects.locations.global.policyBasedRoutes.delete",
                      "httpMethod": "DELETE",
                      "response": {
                        "$ref": "GoogleLongrunningOperation"
                      },
                      "description": "The google.cloud.networkconnectivity.v1beta.PolicyBasedRoutingService.DeletePolicyBasedRoute method is not available in this (s3nsapis.fr) universe."
                    },
                    "getIamPolicy": {
                      "parameters": {
                        "resource": {
                          "description": "REQUIRED: The resource for which the policy is being requested. See [Resource names](https://documentation.s3ns.fr/apis/design/resource_names) for the appropriate value for this field.",
                          "required": true,
                          "location": "path",
                          "pattern": "^projects/[^/]+/locations/global/policyBasedRoutes/[^/]+$",
                          "type": "string"
                        },
                        "options.requestedPolicyVersion": {
                          "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://documentation.s3ns.fr/iam/help/conditions/resource-policies).",
                          "format": "int32",
                          "type": "integer"
                        }
                      },
                      "flatPath": "v1beta/projects/{projectsId}/locations/global/policyBasedRoutes/{policyBasedRoutesId}:getIamPolicy",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "path": "v1beta/{+resource}:getIamPolicy",
                      "parameterOrder": [
                        "resource"
                      ],
                      "id": "networkconnectivity.projects.locations.global.policyBasedRoutes.getIamPolicy",
                      "httpMethod": "GET",
                      "response": {
                        "$ref": "GoogleIamV1Policy"
                      },
                      "description": "The google.iam.v1.IAMPolicy.GetIamPolicy method is not available in this (s3nsapis.fr) universe."
                    },
                    "create": {
                      "parameters": {
                        "policyBasedRouteId": {
                          "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.",
                          "location": "query"
                        },
                        "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"
                        },
                        "parent": {
                          "pattern": "^projects/[^/]+/locations/global$",
                          "type": "string",
                          "description": "Required. The parent resource's name of the PolicyBasedRoute.",
                          "required": true,
                          "location": "path"
                        }
                      },
                      "path": "v1beta/{+parent}/policyBasedRoutes",
                      "parameterOrder": [
                        "parent"
                      ],
                      "flatPath": "v1beta/projects/{projectsId}/locations/global/policyBasedRoutes",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "request": {
                        "$ref": "GoogleCloudNetworkconnectivityV1betaPolicyBasedRoute"
                      },
                      "response": {
                        "$ref": "GoogleLongrunningOperation"
                      },
                      "description": "The google.cloud.networkconnectivity.v1beta.PolicyBasedRoutingService.CreatePolicyBasedRoute method is not available in this (s3nsapis.fr) universe.",
                      "httpMethod": "POST",
                      "id": "networkconnectivity.projects.locations.global.policyBasedRoutes.create"
                    },
                    "testIamPermissions": {
                      "path": "v1beta/{+resource}:testIamPermissions",
                      "parameterOrder": [
                        "resource"
                      ],
                      "flatPath": "v1beta/projects/{projectsId}/locations/global/policyBasedRoutes/{policyBasedRoutesId}:testIamPermissions",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "parameters": {
                        "resource": {
                          "pattern": "^projects/[^/]+/locations/global/policyBasedRoutes/[^/]+$",
                          "type": "string",
                          "location": "path",
                          "description": "REQUIRED: The resource for which the policy detail is being requested. See [Resource names](https://documentation.s3ns.fr/apis/design/resource_names) for the appropriate value for this field.",
                          "required": true
                        }
                      },
                      "response": {
                        "$ref": "GoogleIamV1TestIamPermissionsResponse"
                      },
                      "description": "The google.iam.v1.IAMPolicy.TestIamPermissions method is not available in this (s3nsapis.fr) universe.",
                      "id": "networkconnectivity.projects.locations.global.policyBasedRoutes.testIamPermissions",
                      "httpMethod": "POST",
                      "request": {
                        "$ref": "GoogleIamV1TestIamPermissionsRequest"
                      }
                    },
                    "list": {
                      "path": "v1beta/{+parent}/policyBasedRoutes",
                      "parameterOrder": [
                        "parent"
                      ],
                      "flatPath": "v1beta/projects/{projectsId}/locations/global/policyBasedRoutes",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "parameters": {
                        "pageSize": {
                          "description": "The maximum number of results per page that should be returned.",
                          "format": "int32",
                          "location": "query",
                          "type": "integer"
                        },
                        "parent": {
                          "location": "path",
                          "description": "Required. The parent resource's name.",
                          "required": true,
                          "pattern": "^projects/[^/]+/locations/global$",
                          "type": "string"
                        },
                        "pageToken": {
                          "location": "query",
                          "description": "The page token.",
                          "type": "string"
                        },
                        "filter": {
                          "description": "A filter expression that filters the results listed in the response.",
                          "location": "query",
                          "type": "string"
                        },
                        "orderBy": {
                          "description": "Sort the results by a certain order.",
                          "location": "query",
                          "type": "string"
                        }
                      },
                      "response": {
                        "$ref": "GoogleCloudNetworkconnectivityV1betaListPolicyBasedRoutesResponse"
                      },
                      "description": "The google.cloud.networkconnectivity.v1beta.PolicyBasedRoutingService.ListPolicyBasedRoutes method is not available in this (s3nsapis.fr) universe.",
                      "id": "networkconnectivity.projects.locations.global.policyBasedRoutes.list",
                      "httpMethod": "GET"
                    },
                    "setIamPolicy": {
                      "httpMethod": "POST",
                      "id": "networkconnectivity.projects.locations.global.policyBasedRoutes.setIamPolicy",
                      "response": {
                        "$ref": "GoogleIamV1Policy"
                      },
                      "description": "The google.iam.v1.IAMPolicy.SetIamPolicy method is not available in this (s3nsapis.fr) universe.",
                      "request": {
                        "$ref": "GoogleIamV1SetIamPolicyRequest"
                      },
                      "flatPath": "v1beta/projects/{projectsId}/locations/global/policyBasedRoutes/{policyBasedRoutesId}:setIamPolicy",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "path": "v1beta/{+resource}:setIamPolicy",
                      "parameterOrder": [
                        "resource"
                      ],
                      "parameters": {
                        "resource": {
                          "description": "REQUIRED: The resource for which the policy is being specified. See [Resource names](https://documentation.s3ns.fr/apis/design/resource_names) for the appropriate value for this field.",
                          "required": true,
                          "location": "path",
                          "pattern": "^projects/[^/]+/locations/global/policyBasedRoutes/[^/]+$",
                          "type": "string"
                        }
                      }
                    }
                  }
                },
                "hubs": {
                  "methods": {
                    "rejectSpoke": {
                      "flatPath": "v1beta/projects/{projectsId}/locations/global/hubs/{hubsId}:rejectSpoke",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "path": "v1beta/{+name}:rejectSpoke",
                      "parameterOrder": [
                        "name"
                      ],
                      "parameters": {
                        "name": {
                          "pattern": "^projects/[^/]+/locations/global/hubs/[^/]+$",
                          "type": "string",
                          "location": "path",
                          "description": "Required. The name of the hub from which to reject the spoke.",
                          "required": true
                        }
                      },
                      "id": "networkconnectivity.projects.locations.global.hubs.rejectSpoke",
                      "httpMethod": "POST",
                      "response": {
                        "$ref": "GoogleLongrunningOperation"
                      },
                      "description": "The google.cloud.networkconnectivity.v1beta.HubService.RejectHubSpoke method is not available in this (s3nsapis.fr) universe.",
                      "request": {
                        "$ref": "GoogleCloudNetworkconnectivityV1betaRejectHubSpokeRequest"
                      }
                    },
                    "delete": {
                      "response": {
                        "$ref": "GoogleLongrunningOperation"
                      },
                      "description": "The google.cloud.networkconnectivity.v1beta.HubService.DeleteHub method is not available in this (s3nsapis.fr) universe.",
                      "id": "networkconnectivity.projects.locations.global.hubs.delete",
                      "httpMethod": "DELETE",
                      "parameters": {
                        "name": {
                          "description": "Required. The name of the hub to delete.",
                          "required": true,
                          "location": "path",
                          "pattern": "^projects/[^/]+/locations/global/hubs/[^/]+$",
                          "type": "string"
                        },
                        "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).",
                          "location": "query",
                          "type": "string"
                        }
                      },
                      "path": "v1beta/{+name}",
                      "parameterOrder": [
                        "name"
                      ],
                      "flatPath": "v1beta/projects/{projectsId}/locations/global/hubs/{hubsId}",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ]
                    },
                    "rejectSpokeUpdate": {
                      "parameters": {
                        "name": {
                          "pattern": "^projects/[^/]+/locations/global/hubs/[^/]+$",
                          "type": "string",
                          "description": "Required. The name of the hub to reject spoke update.",
                          "required": true,
                          "location": "path"
                        }
                      },
                      "path": "v1beta/{+name}:rejectSpokeUpdate",
                      "parameterOrder": [
                        "name"
                      ],
                      "flatPath": "v1beta/projects/{projectsId}/locations/global/hubs/{hubsId}:rejectSpokeUpdate",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "request": {
                        "$ref": "GoogleCloudNetworkconnectivityV1betaRejectSpokeUpdateRequest"
                      },
                      "response": {
                        "$ref": "GoogleLongrunningOperation"
                      },
                      "description": "The google.cloud.networkconnectivity.v1beta.HubService.RejectSpokeUpdate method is not available in this (s3nsapis.fr) universe.",
                      "httpMethod": "POST",
                      "id": "networkconnectivity.projects.locations.global.hubs.rejectSpokeUpdate"
                    },
                    "create": {
                      "flatPath": "v1beta/projects/{projectsId}/locations/global/hubs",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "path": "v1beta/{+parent}/hubs",
                      "parameterOrder": [
                        "parent"
                      ],
                      "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 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": {
                          "pattern": "^projects/[^/]+/locations/global$",
                          "type": "string",
                          "description": "Required. The parent resource.",
                          "required": true,
                          "location": "path"
                        },
                        "hubId": {
                          "location": "query",
                          "description": "Required. A unique identifier for the hub.",
                          "type": "string"
                        }
                      },
                      "id": "networkconnectivity.projects.locations.global.hubs.create",
                      "httpMethod": "POST",
                      "response": {
                        "$ref": "GoogleLongrunningOperation"
                      },
                      "description": "The google.cloud.networkconnectivity.v1beta.HubService.CreateHub method is not available in this (s3nsapis.fr) universe.",
                      "request": {
                        "$ref": "GoogleCloudNetworkconnectivityV1betaHub"
                      }
                    },
                    "acceptSpokeUpdate": {
                      "response": {
                        "$ref": "GoogleLongrunningOperation"
                      },
                      "description": "The google.cloud.networkconnectivity.v1beta.HubService.AcceptSpokeUpdate method is not available in this (s3nsapis.fr) universe.",
                      "httpMethod": "POST",
                      "id": "networkconnectivity.projects.locations.global.hubs.acceptSpokeUpdate",
                      "request": {
                        "$ref": "GoogleCloudNetworkconnectivityV1betaAcceptSpokeUpdateRequest"
                      },
                      "path": "v1beta/{+name}:acceptSpokeUpdate",
                      "parameterOrder": [
                        "name"
                      ],
                      "flatPath": "v1beta/projects/{projectsId}/locations/global/hubs/{hubsId}:acceptSpokeUpdate",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "parameters": {
                        "name": {
                          "location": "path",
                          "description": "Required. The name of the hub to accept spoke update.",
                          "required": true,
                          "pattern": "^projects/[^/]+/locations/global/hubs/[^/]+$",
                          "type": "string"
                        }
                      }
                    },
                    "get": {
                      "id": "networkconnectivity.projects.locations.global.hubs.get",
                      "httpMethod": "GET",
                      "response": {
                        "$ref": "GoogleCloudNetworkconnectivityV1betaHub"
                      },
                      "description": "The google.cloud.networkconnectivity.v1beta.HubService.GetHub method is not available in this (s3nsapis.fr) universe.",
                      "flatPath": "v1beta/projects/{projectsId}/locations/global/hubs/{hubsId}",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "path": "v1beta/{+name}",
                      "parameterOrder": [
                        "name"
                      ],
                      "parameters": {
                        "name": {
                          "pattern": "^projects/[^/]+/locations/global/hubs/[^/]+$",
                          "type": "string",
                          "description": "Required. The name of the hub resource to get.",
                          "required": true,
                          "location": "path"
                        }
                      }
                    },
                    "list": {
                      "parameters": {
                        "pageToken": {
                          "description": "The page token.",
                          "location": "query",
                          "type": "string"
                        },
                        "filter": {
                          "description": "An expression that filters the list of results.",
                          "location": "query",
                          "type": "string"
                        },
                        "orderBy": {
                          "type": "string",
                          "description": "Sort the results by a certain order.",
                          "location": "query"
                        },
                        "pageSize": {
                          "description": "The maximum number of results per page to return.",
                          "format": "int32",
                          "location": "query",
                          "type": "integer"
                        },
                        "parent": {
                          "pattern": "^projects/[^/]+/locations/global$",
                          "type": "string",
                          "description": "Required. The parent resource's name.",
                          "required": true,
                          "location": "path"
                        }
                      },
                      "path": "v1beta/{+parent}/hubs",
                      "parameterOrder": [
                        "parent"
                      ],
                      "flatPath": "v1beta/projects/{projectsId}/locations/global/hubs",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "response": {
                        "$ref": "GoogleCloudNetworkconnectivityV1betaListHubsResponse"
                      },
                      "description": "The google.cloud.networkconnectivity.v1beta.HubService.ListHubs method is not available in this (s3nsapis.fr) universe.",
                      "httpMethod": "GET",
                      "id": "networkconnectivity.projects.locations.global.hubs.list"
                    },
                    "setIamPolicy": {
                      "parameters": {
                        "resource": {
                          "location": "path",
                          "description": "REQUIRED: The resource for which the policy is being specified. See [Resource names](https://documentation.s3ns.fr/apis/design/resource_names) for the appropriate value for this field.",
                          "required": true,
                          "pattern": "^projects/[^/]+/locations/global/hubs/[^/]+$",
                          "type": "string"
                        }
                      },
                      "path": "v1beta/{+resource}:setIamPolicy",
                      "parameterOrder": [
                        "resource"
                      ],
                      "flatPath": "v1beta/projects/{projectsId}/locations/global/hubs/{hubsId}:setIamPolicy",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "request": {
                        "$ref": "GoogleIamV1SetIamPolicyRequest"
                      },
                      "response": {
                        "$ref": "GoogleIamV1Policy"
                      },
                      "description": "The google.iam.v1.IAMPolicy.SetIamPolicy method is not available in this (s3nsapis.fr) universe.",
                      "id": "networkconnectivity.projects.locations.global.hubs.setIamPolicy",
                      "httpMethod": "POST"
                    },
                    "patch": {
                      "response": {
                        "$ref": "GoogleLongrunningOperation"
                      },
                      "description": "The google.cloud.networkconnectivity.v1beta.HubService.UpdateHub method is not available in this (s3nsapis.fr) universe.",
                      "httpMethod": "PATCH",
                      "id": "networkconnectivity.projects.locations.global.hubs.patch",
                      "request": {
                        "$ref": "GoogleCloudNetworkconnectivityV1betaHub"
                      },
                      "path": "v1beta/{+name}",
                      "parameterOrder": [
                        "name"
                      ],
                      "flatPath": "v1beta/projects/{projectsId}/locations/global/hubs/{hubsId}",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "parameters": {
                        "updateMask": {
                          "type": "string",
                          "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.",
                          "format": "google-fieldmask",
                          "location": "query"
                        },
                        "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}`",
                          "required": true,
                          "location": "path",
                          "pattern": "^projects/[^/]+/locations/global/hubs/[^/]+$",
                          "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"
                        }
                      }
                    },
                    "getIamPolicy": {
                      "response": {
                        "$ref": "GoogleIamV1Policy"
                      },
                      "description": "The google.iam.v1.IAMPolicy.GetIamPolicy method is not available in this (s3nsapis.fr) universe.",
                      "httpMethod": "GET",
                      "id": "networkconnectivity.projects.locations.global.hubs.getIamPolicy",
                      "parameters": {
                        "resource": {
                          "description": "REQUIRED: The resource for which the policy is being requested. See [Resource names](https://documentation.s3ns.fr/apis/design/resource_names) for the appropriate value for this field.",
                          "required": true,
                          "location": "path",
                          "pattern": "^projects/[^/]+/locations/global/hubs/[^/]+$",
                          "type": "string"
                        },
                        "options.requestedPolicyVersion": {
                          "type": "integer",
                          "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://documentation.s3ns.fr/iam/help/conditions/resource-policies).",
                          "format": "int32"
                        }
                      },
                      "path": "v1beta/{+resource}:getIamPolicy",
                      "parameterOrder": [
                        "resource"
                      ],
                      "flatPath": "v1beta/projects/{projectsId}/locations/global/hubs/{hubsId}:getIamPolicy",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ]
                    },
                    "testIamPermissions": {
                      "parameters": {
                        "resource": {
                          "pattern": "^projects/[^/]+/locations/global/hubs/[^/]+$",
                          "type": "string",
                          "description": "REQUIRED: The resource for which the policy detail is being requested. See [Resource names](https://documentation.s3ns.fr/apis/design/resource_names) for the appropriate value for this field.",
                          "required": true,
                          "location": "path"
                        }
                      },
                      "flatPath": "v1beta/projects/{projectsId}/locations/global/hubs/{hubsId}:testIamPermissions",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "path": "v1beta/{+resource}:testIamPermissions",
                      "parameterOrder": [
                        "resource"
                      ],
                      "request": {
                        "$ref": "GoogleIamV1TestIamPermissionsRequest"
                      },
                      "httpMethod": "POST",
                      "id": "networkconnectivity.projects.locations.global.hubs.testIamPermissions",
                      "response": {
                        "$ref": "GoogleIamV1TestIamPermissionsResponse"
                      },
                      "description": "The google.iam.v1.IAMPolicy.TestIamPermissions method is not available in this (s3nsapis.fr) universe."
                    },
                    "listSpokes": {
                      "response": {
                        "$ref": "GoogleCloudNetworkconnectivityV1betaListHubSpokesResponse"
                      },
                      "description": "The google.cloud.networkconnectivity.v1beta.HubService.ListHubSpokes method is not available in this (s3nsapis.fr) universe.",
                      "id": "networkconnectivity.projects.locations.global.hubs.listSpokes",
                      "httpMethod": "GET",
                      "path": "v1beta/{+name}:listSpokes",
                      "parameterOrder": [
                        "name"
                      ],
                      "flatPath": "v1beta/projects/{projectsId}/locations/global/hubs/{hubsId}:listSpokes",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "parameters": {
                        "view": {
                          "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]`."
                          ],
                          "location": "query",
                          "description": "The view of the spoke to return. The view that you use determines which spoke fields are included in the response.",
                          "type": "string",
                          "enum": [
                            "SPOKE_VIEW_UNSPECIFIED",
                            "BASIC",
                            "DETAILED"
                          ]
                        },
                        "name": {
                          "pattern": "^projects/[^/]+/locations/global/hubs/[^/]+$",
                          "type": "string",
                          "description": "Required. The name of the hub.",
                          "required": true,
                          "location": "path"
                        },
                        "pageToken": {
                          "description": "The page token.",
                          "location": "query",
                          "type": "string"
                        },
                        "filter": {
                          "location": "query",
                          "description": "An expression that filters the list of results.",
                          "type": "string"
                        },
                        "orderBy": {
                          "description": "Sort the results by name or create_time.",
                          "location": "query",
                          "type": "string"
                        },
                        "pageSize": {
                          "type": "integer",
                          "location": "query",
                          "description": "The maximum number of results to return per page.",
                          "format": "int32"
                        },
                        "spokeLocations": {
                          "location": "query",
                          "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.",
                          "repeated": true,
                          "type": "string"
                        }
                      }
                    },
                    "acceptSpoke": {
                      "response": {
                        "$ref": "GoogleLongrunningOperation"
                      },
                      "description": "The google.cloud.networkconnectivity.v1beta.HubService.AcceptHubSpoke method is not available in this (s3nsapis.fr) universe.",
                      "httpMethod": "POST",
                      "id": "networkconnectivity.projects.locations.global.hubs.acceptSpoke",
                      "request": {
                        "$ref": "GoogleCloudNetworkconnectivityV1betaAcceptHubSpokeRequest"
                      },
                      "path": "v1beta/{+name}:acceptSpoke",
                      "parameterOrder": [
                        "name"
                      ],
                      "flatPath": "v1beta/projects/{projectsId}/locations/global/hubs/{hubsId}:acceptSpoke",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "parameters": {
                        "name": {
                          "location": "path",
                          "description": "Required. The name of the hub into which to accept the spoke.",
                          "required": true,
                          "pattern": "^projects/[^/]+/locations/global/hubs/[^/]+$",
                          "type": "string"
                        }
                      }
                    },
                    "queryStatus": {
                      "flatPath": "v1beta/projects/{projectsId}/locations/global/hubs/{hubsId}:queryStatus",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "path": "v1beta/{+name}:queryStatus",
                      "parameterOrder": [
                        "name"
                      ],
                      "parameters": {
                        "name": {
                          "pattern": "^projects/[^/]+/locations/global/hubs/[^/]+$",
                          "type": "string",
                          "description": "Required. The name of the hub.",
                          "required": true,
                          "location": "path"
                        },
                        "pageToken": {
                          "description": "Optional. The page token.",
                          "location": "query",
                          "type": "string"
                        },
                        "filter": {
                          "type": "string",
                          "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`"
                        },
                        "orderBy": {
                          "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",
                          "type": "string"
                        },
                        "pageSize": {
                          "location": "query",
                          "description": "Optional. The maximum number of results to return per page.",
                          "format": "int32",
                          "type": "integer"
                        },
                        "groupBy": {
                          "type": "string",
                          "location": "query",
                          "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`"
                        }
                      },
                      "httpMethod": "GET",
                      "id": "networkconnectivity.projects.locations.global.hubs.queryStatus",
                      "response": {
                        "$ref": "GoogleCloudNetworkconnectivityV1betaQueryHubStatusResponse"
                      },
                      "description": "The google.cloud.networkconnectivity.v1beta.HubService.QueryHubStatus method is not available in this (s3nsapis.fr) universe."
                    }
                  },
                  "resources": {
                    "groups": {
                      "methods": {
                        "getIamPolicy": {
                          "parameters": {
                            "resource": {
                              "description": "REQUIRED: The resource for which the policy is being requested. See [Resource names](https://documentation.s3ns.fr/apis/design/resource_names) for the appropriate value for this field.",
                              "required": true,
                              "location": "path",
                              "pattern": "^projects/[^/]+/locations/global/hubs/[^/]+/groups/[^/]+$",
                              "type": "string"
                            },
                            "options.requestedPolicyVersion": {
                              "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://documentation.s3ns.fr/iam/help/conditions/resource-policies).",
                              "format": "int32",
                              "location": "query",
                              "type": "integer"
                            }
                          },
                          "path": "v1beta/{+resource}:getIamPolicy",
                          "parameterOrder": [
                            "resource"
                          ],
                          "flatPath": "v1beta/projects/{projectsId}/locations/global/hubs/{hubsId}/groups/{groupsId}:getIamPolicy",
                          "scopes": [
                            "https://www.googleapis.com/auth/cloud-platform"
                          ],
                          "response": {
                            "$ref": "GoogleIamV1Policy"
                          },
                          "description": "The google.iam.v1.IAMPolicy.GetIamPolicy method is not available in this (s3nsapis.fr) universe.",
                          "id": "networkconnectivity.projects.locations.global.hubs.groups.getIamPolicy",
                          "httpMethod": "GET"
                        },
                        "get": {
                          "flatPath": "v1beta/projects/{projectsId}/locations/global/hubs/{hubsId}/groups/{groupsId}",
                          "scopes": [
                            "https://www.googleapis.com/auth/cloud-platform"
                          ],
                          "path": "v1beta/{+name}",
                          "parameterOrder": [
                            "name"
                          ],
                          "parameters": {
                            "name": {
                              "location": "path",
                              "description": "Required. The name of the route table resource.",
                              "required": true,
                              "pattern": "^projects/[^/]+/locations/global/hubs/[^/]+/groups/[^/]+$",
                              "type": "string"
                            }
                          },
                          "id": "networkconnectivity.projects.locations.global.hubs.groups.get",
                          "httpMethod": "GET",
                          "response": {
                            "$ref": "GoogleCloudNetworkconnectivityV1betaGroup"
                          },
                          "description": "The google.cloud.networkconnectivity.v1beta.HubService.GetGroup method is not available in this (s3nsapis.fr) universe."
                        },
                        "patch": {
                          "response": {
                            "$ref": "GoogleLongrunningOperation"
                          },
                          "description": "The google.cloud.networkconnectivity.v1beta.HubService.UpdateGroup method is not available in this (s3nsapis.fr) universe.",
                          "httpMethod": "PATCH",
                          "id": "networkconnectivity.projects.locations.global.hubs.groups.patch",
                          "request": {
                            "$ref": "GoogleCloudNetworkconnectivityV1betaGroup"
                          },
                          "path": "v1beta/{+name}",
                          "parameterOrder": [
                            "name"
                          ],
                          "flatPath": "v1beta/projects/{projectsId}/locations/global/hubs/{hubsId}/groups/{groupsId}",
                          "scopes": [
                            "https://www.googleapis.com/auth/cloud-platform"
                          ],
                          "parameters": {
                            "updateMask": {
                              "type": "string",
                              "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.",
                              "format": "google-fieldmask"
                            },
                            "name": {
                              "location": "path",
                              "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}`",
                              "required": true,
                              "pattern": "^projects/[^/]+/locations/global/hubs/[^/]+/groups/[^/]+$",
                              "type": "string"
                            },
                            "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).",
                              "location": "query",
                              "type": "string"
                            }
                          }
                        },
                        "setIamPolicy": {
                          "flatPath": "v1beta/projects/{projectsId}/locations/global/hubs/{hubsId}/groups/{groupsId}:setIamPolicy",
                          "scopes": [
                            "https://www.googleapis.com/auth/cloud-platform"
                          ],
                          "path": "v1beta/{+resource}:setIamPolicy",
                          "parameterOrder": [
                            "resource"
                          ],
                          "parameters": {
                            "resource": {
                              "pattern": "^projects/[^/]+/locations/global/hubs/[^/]+/groups/[^/]+$",
                              "type": "string",
                              "description": "REQUIRED: The resource for which the policy is being specified. See [Resource names](https://documentation.s3ns.fr/apis/design/resource_names) for the appropriate value for this field.",
                              "required": true,
                              "location": "path"
                            }
                          },
                          "httpMethod": "POST",
                          "id": "networkconnectivity.projects.locations.global.hubs.groups.setIamPolicy",
                          "response": {
                            "$ref": "GoogleIamV1Policy"
                          },
                          "description": "The google.iam.v1.IAMPolicy.SetIamPolicy method is not available in this (s3nsapis.fr) universe.",
                          "request": {
                            "$ref": "GoogleIamV1SetIamPolicyRequest"
                          }
                        },
                        "list": {
                          "response": {
                            "$ref": "GoogleCloudNetworkconnectivityV1betaListGroupsResponse"
                          },
                          "description": "The google.cloud.networkconnectivity.v1beta.HubService.ListGroups method is not available in this (s3nsapis.fr) universe.",
                          "id": "networkconnectivity.projects.locations.global.hubs.groups.list",
                          "httpMethod": "GET",
                          "parameters": {
                            "filter": {
                              "type": "string",
                              "location": "query",
                              "description": "An expression that filters the list of results."
                            },
                            "orderBy": {
                              "type": "string",
                              "description": "Sort the results by a certain order.",
                              "location": "query"
                            },
                            "pageToken": {
                              "type": "string",
                              "description": "The page token.",
                              "location": "query"
                            },
                            "parent": {
                              "description": "Required. The parent resource's name.",
                              "required": true,
                              "location": "path",
                              "pattern": "^projects/[^/]+/locations/global/hubs/[^/]+$",
                              "type": "string"
                            },
                            "pageSize": {
                              "type": "integer",
                              "location": "query",
                              "description": "The maximum number of results to return per page.",
                              "format": "int32"
                            }
                          },
                          "path": "v1beta/{+parent}/groups",
                          "parameterOrder": [
                            "parent"
                          ],
                          "flatPath": "v1beta/projects/{projectsId}/locations/global/hubs/{hubsId}/groups",
                          "scopes": [
                            "https://www.googleapis.com/auth/cloud-platform"
                          ]
                        },
                        "testIamPermissions": {
                          "request": {
                            "$ref": "GoogleIamV1TestIamPermissionsRequest"
                          },
                          "httpMethod": "POST",
                          "id": "networkconnectivity.projects.locations.global.hubs.groups.testIamPermissions",
                          "response": {
                            "$ref": "GoogleIamV1TestIamPermissionsResponse"
                          },
                          "description": "The google.iam.v1.IAMPolicy.TestIamPermissions method is not available in this (s3nsapis.fr) universe.",
                          "parameters": {
                            "resource": {
                              "pattern": "^projects/[^/]+/locations/global/hubs/[^/]+/groups/[^/]+$",
                              "type": "string",
                              "location": "path",
                              "description": "REQUIRED: The resource for which the policy detail is being requested. See [Resource names](https://documentation.s3ns.fr/apis/design/resource_names) for the appropriate value for this field.",
                              "required": true
                            }
                          },
                          "flatPath": "v1beta/projects/{projectsId}/locations/global/hubs/{hubsId}/groups/{groupsId}:testIamPermissions",
                          "scopes": [
                            "https://www.googleapis.com/auth/cloud-platform"
                          ],
                          "path": "v1beta/{+resource}:testIamPermissions",
                          "parameterOrder": [
                            "resource"
                          ]
                        }
                      }
                    },
                    "routeTables": {
                      "methods": {
                        "get": {
                          "httpMethod": "GET",
                          "id": "networkconnectivity.projects.locations.global.hubs.routeTables.get",
                          "response": {
                            "$ref": "GoogleCloudNetworkconnectivityV1betaRouteTable"
                          },
                          "description": "The google.cloud.networkconnectivity.v1beta.HubService.GetRouteTable method is not available in this (s3nsapis.fr) universe.",
                          "flatPath": "v1beta/projects/{projectsId}/locations/global/hubs/{hubsId}/routeTables/{routeTablesId}",
                          "scopes": [
                            "https://www.googleapis.com/auth/cloud-platform"
                          ],
                          "path": "v1beta/{+name}",
                          "parameterOrder": [
                            "name"
                          ],
                          "parameters": {
                            "name": {
                              "description": "Required. The name of the route table resource.",
                              "required": true,
                              "location": "path",
                              "pattern": "^projects/[^/]+/locations/global/hubs/[^/]+/routeTables/[^/]+$",
                              "type": "string"
                            }
                          }
                        },
                        "list": {
                          "response": {
                            "$ref": "GoogleCloudNetworkconnectivityV1betaListRouteTablesResponse"
                          },
                          "description": "The google.cloud.networkconnectivity.v1beta.HubService.ListRouteTables method is not available in this (s3nsapis.fr) universe.",
                          "httpMethod": "GET",
                          "id": "networkconnectivity.projects.locations.global.hubs.routeTables.list",
                          "parameters": {
                            "pageToken": {
                              "type": "string",
                              "location": "query",
                              "description": "The page token."
                            },
                            "filter": {
                              "location": "query",
                              "description": "An expression that filters the list of results.",
                              "type": "string"
                            },
                            "orderBy": {
                              "type": "string",
                              "location": "query",
                              "description": "Sort the results by a certain order."
                            },
                            "pageSize": {
                              "type": "integer",
                              "description": "The maximum number of results to return per page.",
                              "format": "int32",
                              "location": "query"
                            },
                            "parent": {
                              "description": "Required. The parent resource's name.",
                              "required": true,
                              "location": "path",
                              "pattern": "^projects/[^/]+/locations/global/hubs/[^/]+$",
                              "type": "string"
                            }
                          },
                          "path": "v1beta/{+parent}/routeTables",
                          "parameterOrder": [
                            "parent"
                          ],
                          "flatPath": "v1beta/projects/{projectsId}/locations/global/hubs/{hubsId}/routeTables",
                          "scopes": [
                            "https://www.googleapis.com/auth/cloud-platform"
                          ]
                        }
                      },
                      "resources": {
                        "routes": {
                          "methods": {
                            "get": {
                              "id": "networkconnectivity.projects.locations.global.hubs.routeTables.routes.get",
                              "httpMethod": "GET",
                              "response": {
                                "$ref": "GoogleCloudNetworkconnectivityV1betaRoute"
                              },
                              "description": "The google.cloud.networkconnectivity.v1beta.HubService.GetRoute method is not available in this (s3nsapis.fr) universe.",
                              "flatPath": "v1beta/projects/{projectsId}/locations/global/hubs/{hubsId}/routeTables/{routeTablesId}/routes/{routesId}",
                              "scopes": [
                                "https://www.googleapis.com/auth/cloud-platform"
                              ],
                              "path": "v1beta/{+name}",
                              "parameterOrder": [
                                "name"
                              ],
                              "parameters": {
                                "name": {
                                  "description": "Required. The name of the route resource.",
                                  "required": true,
                                  "location": "path",
                                  "pattern": "^projects/[^/]+/locations/global/hubs/[^/]+/routeTables/[^/]+/routes/[^/]+$",
                                  "type": "string"
                                }
                              }
                            },
                            "list": {
                              "httpMethod": "GET",
                              "id": "networkconnectivity.projects.locations.global.hubs.routeTables.routes.list",
                              "response": {
                                "$ref": "GoogleCloudNetworkconnectivityV1betaListRoutesResponse"
                              },
                              "description": "The google.cloud.networkconnectivity.v1beta.HubService.ListRoutes method is not available in this (s3nsapis.fr) universe.",
                              "flatPath": "v1beta/projects/{projectsId}/locations/global/hubs/{hubsId}/routeTables/{routeTablesId}/routes",
                              "scopes": [
                                "https://www.googleapis.com/auth/cloud-platform"
                              ],
                              "path": "v1beta/{+parent}/routes",
                              "parameterOrder": [
                                "parent"
                              ],
                              "parameters": {
                                "pageSize": {
                                  "description": "The maximum number of results to return per page.",
                                  "format": "int32",
                                  "location": "query",
                                  "type": "integer"
                                },
                                "parent": {
                                  "pattern": "^projects/[^/]+/locations/global/hubs/[^/]+/routeTables/[^/]+$",
                                  "type": "string",
                                  "description": "Required. The parent resource's name.",
                                  "required": true,
                                  "location": "path"
                                },
                                "pageToken": {
                                  "location": "query",
                                  "description": "The page token.",
                                  "type": "string"
                                },
                                "filter": {
                                  "description": "An expression that filters the list of results.",
                                  "location": "query",
                                  "type": "string"
                                },
                                "orderBy": {
                                  "location": "query",
                                  "description": "Sort the results by a certain order.",
                                  "type": "string"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "baseUrl": "https://networkconnectivity.s3nsapis.fr/",
  "servicePath": "",
  "fullyEncodeReservedExpansion": true,
  "parameters": {
    "prettyPrint": {
      "location": "query",
      "description": "Returns response with indentations and line breaks.",
      "type": "boolean",
      "default": "true"
    },
    "oauth_token": {
      "type": "string",
      "description": "OAuth 2.0 token for the current user.",
      "location": "query"
    },
    "access_token": {
      "type": "string",
      "description": "OAuth access token.",
      "location": "query"
    },
    "key": {
      "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",
      "type": "string"
    },
    "$.xgafv": {
      "type": "string",
      "enum": [
        "1",
        "2"
      ],
      "description": "V1 error format.",
      "location": "query",
      "enumDescriptions": [
        "v1 error format",
        "v2 error format"
      ]
    },
    "uploadType": {
      "type": "string",
      "description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").",
      "location": "query"
    },
    "quotaUser": {
      "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.",
      "location": "query"
    },
    "callback": {
      "location": "query",
      "description": "JSONP",
      "type": "string"
    },
    "upload_protocol": {
      "type": "string",
      "description": "Upload protocol for media (e.g. \"raw\", \"multipart\").",
      "location": "query"
    },
    "alt": {
      "type": "string",
      "enum": [
        "json",
        "media",
        "proto"
      ],
      "description": "Data format for response.",
      "location": "query",
      "default": "json",
      "enumDescriptions": [
        "Responses with Content-Type of application/json",
        "Media download with context-dependent Content-Type",
        "Responses with Content-Type of application/x-protobuf"
      ]
    },
    "fields": {
      "type": "string",
      "description": "Selector specifying which fields to include in a partial response.",
      "location": "query"
    }
  },
  "description": "This API enables connectivity with and between Cloud de Confiance resources.",
  "title": "Network Connectivity API",
  "name": "networkconnectivity",
  "ownerDomain": "google.com",
  "version_module": true,
  "canonicalName": "networkconnectivity",
  "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."
        }
      }
    }
  },
  "basePath": "",
  "version": "v1beta",
  "protocol": "rest",
  "discoveryVersion": "v1"
}
