{
  "resources": {
    "projects": {
      "resources": {
        "locations": {
          "methods": {
            "list": {
              "id": "vectorsearch.projects.locations.list",
              "path": "v1/{+name}/locations",
              "parameterOrder": [
                "name"
              ],
              "scopes": [
                "https://www.googleapis.com/auth/cloud-platform"
              ],
              "flatPath": "v1/projects/{projectsId}/locations",
              "parameters": {
                "filter": {
                  "location": "query",
                  "description": "A filter to narrow down results to a preferred subset. The filtering language accepts strings like `\"displayName=tokyo\"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).",
                  "type": "string"
                },
                "pageSize": {
                  "description": "The maximum number of results to return. If not set, the service selects a default.",
                  "type": "integer",
                  "format": "int32",
                  "location": "query"
                },
                "name": {
                  "pattern": "^projects/[^/]+$",
                  "required": true,
                  "type": "string",
                  "location": "path",
                  "description": "The resource that owns the locations collection, if applicable."
                },
                "pageToken": {
                  "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",
                  "location": "query"
                },
                "extraLocationTypes": {
                  "location": "query",
                  "description": "Optional. Do not use this field unless explicitly documented otherwise. This is primarily for internal usage.",
                  "repeated": true,
                  "type": "string"
                }
              },
              "response": {
                "$ref": "GoogleCloudLocationListLocationsResponse"
              },
              "description": "Lists information about the supported locations for this service. This method lists locations based on the resource scope provided in the ListLocationsRequest.name field: * **Global locations**: If `name` is empty, the method lists the public locations available to all projects. * **Project-specific locations**: If `name` follows the format `projects/{project}`, the method lists locations visible to that specific project. This includes public, private, or other project-specific locations enabled for the project. For gRPC and client library implementations, the resource name is passed as the `name` field. For direct service calls, the resource name is incorporated into the request path based on the specific service implementation and version.",
              "httpMethod": "GET"
            },
            "get": {
              "path": "v1/{+name}",
              "parameterOrder": [
                "name"
              ],
              "id": "vectorsearch.projects.locations.get",
              "flatPath": "v1/projects/{projectsId}/locations/{locationsId}",
              "parameters": {
                "name": {
                  "pattern": "^projects/[^/]+/locations/[^/]+$",
                  "type": "string",
                  "required": true,
                  "location": "path",
                  "description": "Resource name for the location."
                }
              },
              "response": {
                "$ref": "GoogleCloudLocationLocation"
              },
              "description": "Gets information about a location.",
              "httpMethod": "GET",
              "scopes": [
                "https://www.googleapis.com/auth/cloud-platform"
              ]
            }
          },
          "resources": {
            "operations": {
              "methods": {
                "list": {
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "httpMethod": "GET",
                  "parameters": {
                    "pageToken": {
                      "location": "query",
                      "description": "The standard list page token.",
                      "type": "string"
                    },
                    "name": {
                      "location": "path",
                      "description": "The name of the operation's parent resource.",
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "required": true,
                      "type": "string"
                    },
                    "returnPartialSuccess": {
                      "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `\"projects/example/locations/-\"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.",
                      "type": "boolean",
                      "location": "query"
                    },
                    "filter": {
                      "location": "query",
                      "description": "The standard list filter.",
                      "type": "string"
                    },
                    "pageSize": {
                      "location": "query",
                      "format": "int32",
                      "description": "The standard list page size.",
                      "type": "integer"
                    }
                  },
                  "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`.",
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/operations",
                  "id": "vectorsearch.projects.locations.operations.list",
                  "parameterOrder": [
                    "name"
                  ],
                  "path": "v1/{+name}/operations"
                },
                "cancel": {
                  "id": "vectorsearch.projects.locations.operations.cancel",
                  "parameterOrder": [
                    "name"
                  ],
                  "path": "v1/{+name}:cancel",
                  "request": {
                    "$ref": "GoogleLongrunningCancelOperationRequest"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/operations/{operationsId}:cancel",
                  "httpMethod": "POST",
                  "parameters": {
                    "name": {
                      "description": "The name of the operation resource to be cancelled.",
                      "location": "path",
                      "required": true,
                      "type": "string",
                      "pattern": "^projects/[^/]+/locations/[^/]+/operations/[^/]+$"
                    }
                  },
                  "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`."
                },
                "delete": {
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/operations/{operationsId}",
                  "parameters": {
                    "name": {
                      "location": "path",
                      "description": "The name of the operation resource to be deleted.",
                      "pattern": "^projects/[^/]+/locations/[^/]+/operations/[^/]+$",
                      "required": true,
                      "type": "string"
                    }
                  },
                  "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`.",
                  "httpMethod": "DELETE",
                  "id": "vectorsearch.projects.locations.operations.delete",
                  "path": "v1/{+name}",
                  "parameterOrder": [
                    "name"
                  ]
                },
                "get": {
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/operations/{operationsId}",
                  "parameters": {
                    "name": {
                      "description": "The name of the operation resource.",
                      "location": "path",
                      "required": true,
                      "type": "string",
                      "pattern": "^projects/[^/]+/locations/[^/]+/operations/[^/]+$"
                    }
                  },
                  "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",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "path": "v1/{+name}",
                  "parameterOrder": [
                    "name"
                  ],
                  "id": "vectorsearch.projects.locations.operations.get"
                }
              }
            },
            "collections": {
              "methods": {
                "list": {
                  "id": "vectorsearch.projects.locations.collections.list",
                  "parameterOrder": [
                    "parent"
                  ],
                  "path": "v1/{+parent}/collections",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/collections",
                  "httpMethod": "GET",
                  "parameters": {
                    "pageToken": {
                      "location": "query",
                      "description": "Optional. A token identifying a page of results the server should return.",
                      "type": "string"
                    },
                    "parent": {
                      "description": "Required. Parent value for ListCollectionsRequest",
                      "location": "path",
                      "required": true,
                      "type": "string",
                      "pattern": "^projects/[^/]+/locations/[^/]+$"
                    },
                    "orderBy": {
                      "location": "query",
                      "description": "Optional. Hint for how to order the results",
                      "type": "string"
                    },
                    "pageSize": {
                      "description": "Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.",
                      "type": "integer",
                      "format": "int32",
                      "location": "query"
                    },
                    "filter": {
                      "location": "query",
                      "description": "Optional. Filtering results",
                      "type": "string"
                    }
                  },
                  "response": {
                    "$ref": "GoogleCloudVectorsearchV1ListCollectionsResponse"
                  },
                  "description": "Lists Collections in a given project and location."
                },
                "patch": {
                  "id": "vectorsearch.projects.locations.collections.patch",
                  "path": "v1/{+name}",
                  "parameterOrder": [
                    "name"
                  ],
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "request": {
                    "$ref": "GoogleCloudVectorsearchV1Collection"
                  },
                  "parameters": {
                    "requestId": {
                      "description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
                      "type": "string",
                      "location": "query"
                    },
                    "name": {
                      "description": "Identifier. name of resource",
                      "location": "path",
                      "required": true,
                      "type": "string",
                      "pattern": "^projects/[^/]+/locations/[^/]+/collections/[^/]+$"
                    },
                    "updateMask": {
                      "format": "google-fieldmask",
                      "location": "query",
                      "description": "Optional. Field mask is used to specify the fields to be overwritten in the Collection resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields present in the request will be overwritten. The following fields support update: `display_name`, `description`, `labels`, `data_schema`, `vector_schema`. For `data_schema` and `vector_schema`, fields can only be added, not deleted, but `vertex_embedding_config` in `vector_schema` can be added or removed. Partial updates for `data_schema` and `vector_schema` are also supported by using sub-field paths in `update_mask`, e.g. `data_schema.properties.foo` or `vector_schema.my_vector_field`. If `*` is provided in the update_mask, full replacement will be performed.",
                      "type": "string"
                    }
                  },
                  "response": {
                    "$ref": "GoogleLongrunningOperation"
                  },
                  "description": "Updates the parameters of a single Collection.",
                  "httpMethod": "PATCH",
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/collections/{collectionsId}"
                },
                "importDataObjects": {
                  "id": "vectorsearch.projects.locations.collections.importDataObjects",
                  "parameterOrder": [
                    "name"
                  ],
                  "path": "v1/{+name}:importDataObjects",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "request": {
                    "$ref": "GoogleCloudVectorsearchV1ImportDataObjectsRequest"
                  },
                  "httpMethod": "POST",
                  "parameters": {
                    "name": {
                      "pattern": "^projects/[^/]+/locations/[^/]+/collections/[^/]+$",
                      "required": true,
                      "type": "string",
                      "location": "path",
                      "description": "Required. The resource name of the Collection to import DataObjects into. Format: `projects/{project}/locations/{location}/collections/{collection}`."
                    }
                  },
                  "response": {
                    "$ref": "GoogleLongrunningOperation"
                  },
                  "description": "Initiates a Long-Running Operation to import DataObjects into a Collection.",
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/collections/{collectionsId}:importDataObjects"
                },
                "delete": {
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/collections/{collectionsId}",
                  "httpMethod": "DELETE",
                  "parameters": {
                    "name": {
                      "description": "Required. Name of the resource",
                      "location": "path",
                      "required": true,
                      "type": "string",
                      "pattern": "^projects/[^/]+/locations/[^/]+/collections/[^/]+$"
                    },
                    "requestId": {
                      "description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
                      "type": "string",
                      "location": "query"
                    }
                  },
                  "response": {
                    "$ref": "GoogleLongrunningOperation"
                  },
                  "description": "Deletes a single Collection.",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "parameterOrder": [
                    "name"
                  ],
                  "path": "v1/{+name}",
                  "id": "vectorsearch.projects.locations.collections.delete"
                },
                "get": {
                  "id": "vectorsearch.projects.locations.collections.get",
                  "path": "v1/{+name}",
                  "parameterOrder": [
                    "name"
                  ],
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "parameters": {
                    "name": {
                      "description": "Required. Name of the resource",
                      "location": "path",
                      "required": true,
                      "type": "string",
                      "pattern": "^projects/[^/]+/locations/[^/]+/collections/[^/]+$"
                    }
                  },
                  "response": {
                    "$ref": "GoogleCloudVectorsearchV1Collection"
                  },
                  "description": "Gets details of a single Collection.",
                  "httpMethod": "GET",
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/collections/{collectionsId}"
                },
                "exportDataObjects": {
                  "path": "v1/{+name}:exportDataObjects",
                  "parameterOrder": [
                    "name"
                  ],
                  "id": "vectorsearch.projects.locations.collections.exportDataObjects",
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/collections/{collectionsId}:exportDataObjects",
                  "parameters": {
                    "name": {
                      "description": "Required. The resource name of the Collection from which we want to export Data Objects. Format: `projects/{project}/locations/{location}/collections/{collection}`.",
                      "location": "path",
                      "type": "string",
                      "required": true,
                      "pattern": "^projects/[^/]+/locations/[^/]+/collections/[^/]+$"
                    }
                  },
                  "response": {
                    "$ref": "GoogleLongrunningOperation"
                  },
                  "description": "Initiates a Long-Running Operation to export DataObjects from a Collection.",
                  "httpMethod": "POST",
                  "request": {
                    "$ref": "GoogleCloudVectorsearchV1ExportDataObjectsRequest"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ]
                },
                "create": {
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/collections",
                  "parameters": {
                    "parent": {
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "required": true,
                      "type": "string",
                      "location": "path",
                      "description": "Required. Value for parent."
                    },
                    "requestId": {
                      "location": "query",
                      "description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
                      "type": "string"
                    },
                    "collectionId": {
                      "description": "Required. ID of the Collection to create. The id must be 1-63 characters long, and comply with [RFC1035](https://www.ietf.org/rfc/rfc1035.txt). Specifically, it must be 1-63 characters long and match the regular expression `[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?`.",
                      "type": "string",
                      "location": "query"
                    }
                  },
                  "response": {
                    "$ref": "GoogleLongrunningOperation"
                  },
                  "description": "Creates a new Collection in a given project and location.",
                  "httpMethod": "POST",
                  "request": {
                    "$ref": "GoogleCloudVectorsearchV1Collection"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "path": "v1/{+parent}/collections",
                  "parameterOrder": [
                    "parent"
                  ],
                  "id": "vectorsearch.projects.locations.collections.create"
                }
              },
              "resources": {
                "dataObjects": {
                  "methods": {
                    "search": {
                      "request": {
                        "$ref": "GoogleCloudVectorsearchV1SearchDataObjectsRequest"
                      },
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/collections/{collectionsId}/dataObjects:search",
                      "httpMethod": "POST",
                      "parameters": {
                        "parent": {
                          "pattern": "^projects/[^/]+/locations/[^/]+/collections/[^/]+$",
                          "required": true,
                          "type": "string",
                          "location": "path",
                          "description": "Required. The resource name of the Collection for which to search. Format: `projects/{project}/locations/{location}/collections/{collection}`"
                        }
                      },
                      "response": {
                        "$ref": "GoogleCloudVectorsearchV1SearchDataObjectsResponse"
                      },
                      "description": "Searches data objects.",
                      "id": "vectorsearch.projects.locations.collections.dataObjects.search",
                      "parameterOrder": [
                        "parent"
                      ],
                      "path": "v1/{+parent}/dataObjects:search"
                    },
                    "delete": {
                      "id": "vectorsearch.projects.locations.collections.dataObjects.delete",
                      "parameterOrder": [
                        "name"
                      ],
                      "path": "v1/{+name}",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "httpMethod": "DELETE",
                      "parameters": {
                        "etag": {
                          "description": "Optional. The current etag of the DataObject. If an etag is provided and does not match the current etag of the DataObject, deletion will be blocked and an ABORTED error will be returned.",
                          "type": "string",
                          "location": "query"
                        },
                        "name": {
                          "location": "path",
                          "description": "Required. The name of the DataObject resource to be deleted. Format: `projects/{project}/locations/{location}/collections/{collection}/dataObjects/{dataObject}`",
                          "pattern": "^projects/[^/]+/locations/[^/]+/collections/[^/]+/dataObjects/[^/]+$",
                          "required": true,
                          "type": "string"
                        }
                      },
                      "response": {
                        "$ref": "Empty"
                      },
                      "description": "Deletes a dataObject.",
                      "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/collections/{collectionsId}/dataObjects/{dataObjectsId}"
                    },
                    "batchUpdate": {
                      "path": "v1/{+parent}/dataObjects:batchUpdate",
                      "parameterOrder": [
                        "parent"
                      ],
                      "id": "vectorsearch.projects.locations.collections.dataObjects.batchUpdate",
                      "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/collections/{collectionsId}/dataObjects:batchUpdate",
                      "parameters": {
                        "parent": {
                          "pattern": "^projects/[^/]+/locations/[^/]+/collections/[^/]+$",
                          "required": true,
                          "type": "string",
                          "location": "path",
                          "description": "Required. The resource name of the Collection to update the DataObjects in. Format: `projects/{project}/locations/{location}/collections/{collection}`. The parent field in the UpdateDataObjectRequest messages must match this field."
                        }
                      },
                      "response": {
                        "$ref": "GoogleCloudVectorsearchV1BatchUpdateDataObjectsResponse"
                      },
                      "description": "Updates dataObjects in a batch.",
                      "httpMethod": "POST",
                      "request": {
                        "$ref": "GoogleCloudVectorsearchV1BatchUpdateDataObjectsRequest"
                      },
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ]
                    },
                    "batchCreate": {
                      "parameters": {
                        "parent": {
                          "description": "Required. The resource name of the Collection to create the DataObjects in. Format: `projects/{project}/locations/{location}/collections/{collection}`. The parent field in the CreateDataObjectRequest messages must match this field.",
                          "location": "path",
                          "type": "string",
                          "required": true,
                          "pattern": "^projects/[^/]+/locations/[^/]+/collections/[^/]+$"
                        }
                      },
                      "response": {
                        "$ref": "GoogleCloudVectorsearchV1BatchCreateDataObjectsResponse"
                      },
                      "description": "Creates a batch of dataObjects.",
                      "httpMethod": "POST",
                      "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/collections/{collectionsId}/dataObjects:batchCreate",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "request": {
                        "$ref": "GoogleCloudVectorsearchV1BatchCreateDataObjectsRequest"
                      },
                      "path": "v1/{+parent}/dataObjects:batchCreate",
                      "parameterOrder": [
                        "parent"
                      ],
                      "id": "vectorsearch.projects.locations.collections.dataObjects.batchCreate"
                    },
                    "patch": {
                      "path": "v1/{+name}",
                      "parameterOrder": [
                        "name"
                      ],
                      "id": "vectorsearch.projects.locations.collections.dataObjects.patch",
                      "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/collections/{collectionsId}/dataObjects/{dataObjectsId}",
                      "parameters": {
                        "updateMask": {
                          "format": "google-fieldmask",
                          "location": "query",
                          "description": "Optional. The update mask applies to the resource. See google.protobuf.FieldMask.",
                          "type": "string"
                        },
                        "name": {
                          "required": true,
                          "type": "string",
                          "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
                          "description": "Identifier. The fully qualified resource name of the dataObject. Format: `projects/{project}/locations/{location}/collections/{collection}/dataObjects/{data_object_id}` The data_object_id must be 1-63 characters long, and comply with [RFC1035](https://www.ietf.org/rfc/rfc1035.txt).",
                          "location": "path"
                        }
                      },
                      "response": {
                        "$ref": "GoogleCloudVectorsearchV1DataObject"
                      },
                      "description": "Updates a dataObject.",
                      "httpMethod": "PATCH",
                      "request": {
                        "$ref": "GoogleCloudVectorsearchV1DataObject"
                      },
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ]
                    },
                    "get": {
                      "httpMethod": "GET",
                      "parameters": {
                        "name": {
                          "description": "Required. The name of the DataObject resource. Format: `projects/{project}/locations/{location}/collections/{collection}/dataObjects/{dataObject}`",
                          "location": "path",
                          "type": "string",
                          "required": true,
                          "pattern": "^projects/[^/]+/locations/[^/]+/collections/[^/]+/dataObjects/[^/]+$"
                        }
                      },
                      "response": {
                        "$ref": "GoogleCloudVectorsearchV1DataObject"
                      },
                      "description": "Gets a data object.",
                      "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/collections/{collectionsId}/dataObjects/{dataObjectsId}",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "parameterOrder": [
                        "name"
                      ],
                      "path": "v1/{+name}",
                      "id": "vectorsearch.projects.locations.collections.dataObjects.get"
                    },
                    "batchSearch": {
                      "request": {
                        "$ref": "GoogleCloudVectorsearchV1BatchSearchDataObjectsRequest"
                      },
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/collections/{collectionsId}/dataObjects:batchSearch",
                      "parameters": {
                        "parent": {
                          "location": "path",
                          "description": "Required. The resource name of the Collection for which to search. Format: `projects/{project}/locations/{location}/collections/{collection}`",
                          "pattern": "^projects/[^/]+/locations/[^/]+/collections/[^/]+$",
                          "required": true,
                          "type": "string"
                        }
                      },
                      "response": {
                        "$ref": "GoogleCloudVectorsearchV1BatchSearchDataObjectsResponse"
                      },
                      "description": "Batch searches data objects.",
                      "httpMethod": "POST",
                      "id": "vectorsearch.projects.locations.collections.dataObjects.batchSearch",
                      "path": "v1/{+parent}/dataObjects:batchSearch",
                      "parameterOrder": [
                        "parent"
                      ]
                    },
                    "batchDelete": {
                      "request": {
                        "$ref": "GoogleCloudVectorsearchV1BatchDeleteDataObjectsRequest"
                      },
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/collections/{collectionsId}/dataObjects:batchDelete",
                      "httpMethod": "POST",
                      "parameters": {
                        "parent": {
                          "type": "string",
                          "required": true,
                          "pattern": "^projects/[^/]+/locations/[^/]+/collections/[^/]+$",
                          "description": "Required. The resource name of the Collection to delete the DataObjects in. Format: `projects/{project}/locations/{location}/collections/{collection}`.",
                          "location": "path"
                        }
                      },
                      "response": {
                        "$ref": "Empty"
                      },
                      "description": "Deletes dataObjects in a batch.",
                      "id": "vectorsearch.projects.locations.collections.dataObjects.batchDelete",
                      "parameterOrder": [
                        "parent"
                      ],
                      "path": "v1/{+parent}/dataObjects:batchDelete"
                    },
                    "query": {
                      "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/collections/{collectionsId}/dataObjects:query",
                      "parameters": {
                        "parent": {
                          "pattern": "^projects/[^/]+/locations/[^/]+/collections/[^/]+$",
                          "type": "string",
                          "required": true,
                          "location": "path",
                          "description": "Required. The resource name of the Collection for which to query. Format: `projects/{project}/locations/{location}/collections/{collection}`"
                        }
                      },
                      "response": {
                        "$ref": "GoogleCloudVectorsearchV1QueryDataObjectsResponse"
                      },
                      "description": "Queries data objects.",
                      "httpMethod": "POST",
                      "request": {
                        "$ref": "GoogleCloudVectorsearchV1QueryDataObjectsRequest"
                      },
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "path": "v1/{+parent}/dataObjects:query",
                      "parameterOrder": [
                        "parent"
                      ],
                      "id": "vectorsearch.projects.locations.collections.dataObjects.query"
                    },
                    "aggregate": {
                      "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/collections/{collectionsId}/dataObjects:aggregate",
                      "parameters": {
                        "parent": {
                          "pattern": "^projects/[^/]+/locations/[^/]+/collections/[^/]+$",
                          "required": true,
                          "type": "string",
                          "location": "path",
                          "description": "Required. The resource name of the Collection for which to query. Format: `projects/{project}/locations/{location}/collections/{collection}`"
                        }
                      },
                      "response": {
                        "$ref": "GoogleCloudVectorsearchV1AggregateDataObjectsResponse"
                      },
                      "description": "Aggregates data objects.",
                      "httpMethod": "POST",
                      "request": {
                        "$ref": "GoogleCloudVectorsearchV1AggregateDataObjectsRequest"
                      },
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "path": "v1/{+parent}/dataObjects:aggregate",
                      "parameterOrder": [
                        "parent"
                      ],
                      "id": "vectorsearch.projects.locations.collections.dataObjects.aggregate"
                    },
                    "create": {
                      "path": "v1/{+parent}/dataObjects",
                      "parameterOrder": [
                        "parent"
                      ],
                      "id": "vectorsearch.projects.locations.collections.dataObjects.create",
                      "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/collections/{collectionsId}/dataObjects",
                      "parameters": {
                        "parent": {
                          "required": true,
                          "type": "string",
                          "pattern": "^projects/[^/]+/locations/[^/]+/collections/[^/]+$",
                          "description": "Required. The resource name of the Collection to create the DataObject in. Format: `projects/{project}/locations/{location}/collections/{collection}`",
                          "location": "path"
                        },
                        "dataObjectId": {
                          "description": "Required. The id of the dataObject to create. The id must be 1-63 characters long, and comply with [RFC1035](https://www.ietf.org/rfc/rfc1035.txt). Specifically, it must be 1-63 characters long and match the regular expression `[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?`.",
                          "type": "string",
                          "location": "query"
                        }
                      },
                      "response": {
                        "$ref": "GoogleCloudVectorsearchV1DataObject"
                      },
                      "description": "Creates a dataObject.",
                      "httpMethod": "POST",
                      "request": {
                        "$ref": "GoogleCloudVectorsearchV1DataObject"
                      },
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ]
                    }
                  }
                },
                "indexes": {
                  "methods": {
                    "create": {
                      "parameterOrder": [
                        "parent"
                      ],
                      "path": "v1/{+parent}/indexes",
                      "id": "vectorsearch.projects.locations.collections.indexes.create",
                      "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/collections/{collectionsId}/indexes",
                      "httpMethod": "POST",
                      "parameters": {
                        "indexId": {
                          "description": "Required. ID of the Index to create. The id must be 1-63 characters long, and comply with [RFC1035](https://www.ietf.org/rfc/rfc1035.txt). Specifically, it must be 1-63 characters long and match the regular expression `[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?`.",
                          "type": "string",
                          "location": "query"
                        },
                        "parent": {
                          "location": "path",
                          "description": "Required. The resource name of the Collection for which to create the Index. Format: `projects/{project}/locations/{location}/collections/{collection}`",
                          "pattern": "^projects/[^/]+/locations/[^/]+/collections/[^/]+$",
                          "type": "string",
                          "required": true
                        },
                        "requestId": {
                          "location": "query",
                          "description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
                          "type": "string"
                        }
                      },
                      "response": {
                        "$ref": "GoogleLongrunningOperation"
                      },
                      "description": "Creates a new Index in a given project and location.",
                      "request": {
                        "$ref": "GoogleCloudVectorsearchV1Index"
                      },
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ]
                    },
                    "get": {
                      "path": "v1/{+name}",
                      "parameterOrder": [
                        "name"
                      ],
                      "id": "vectorsearch.projects.locations.collections.indexes.get",
                      "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/collections/{collectionsId}/indexes/{indexesId}",
                      "parameters": {
                        "name": {
                          "required": true,
                          "type": "string",
                          "pattern": "^projects/[^/]+/locations/[^/]+/collections/[^/]+/indexes/[^/]+$",
                          "description": "Required. Name of the resource",
                          "location": "path"
                        }
                      },
                      "response": {
                        "$ref": "GoogleCloudVectorsearchV1Index"
                      },
                      "description": "Gets details of a single Index.",
                      "httpMethod": "GET",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ]
                    },
                    "delete": {
                      "path": "v1/{+name}",
                      "parameterOrder": [
                        "name"
                      ],
                      "id": "vectorsearch.projects.locations.collections.indexes.delete",
                      "parameters": {
                        "requestId": {
                          "location": "query",
                          "description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
                          "type": "string"
                        },
                        "name": {
                          "required": true,
                          "type": "string",
                          "pattern": "^projects/[^/]+/locations/[^/]+/collections/[^/]+/indexes/[^/]+$",
                          "description": "Required. The resource name of the Index to delete. Format: `projects/{project}/locations/{location}/collections/{collection}/indexes/{index}`",
                          "location": "path"
                        }
                      },
                      "response": {
                        "$ref": "GoogleLongrunningOperation"
                      },
                      "description": "Deletes a single Index.",
                      "httpMethod": "DELETE",
                      "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/collections/{collectionsId}/indexes/{indexesId}",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ]
                    },
                    "list": {
                      "id": "vectorsearch.projects.locations.collections.indexes.list",
                      "parameterOrder": [
                        "parent"
                      ],
                      "path": "v1/{+parent}/indexes",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "httpMethod": "GET",
                      "parameters": {
                        "parent": {
                          "required": true,
                          "type": "string",
                          "pattern": "^projects/[^/]+/locations/[^/]+/collections/[^/]+$",
                          "description": "Required. Parent value for ListIndexesRequest",
                          "location": "path"
                        },
                        "pageToken": {
                          "description": "Optional. A token identifying a page of results the server should return.",
                          "type": "string",
                          "location": "query"
                        },
                        "pageSize": {
                          "location": "query",
                          "format": "int32",
                          "description": "Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.",
                          "type": "integer"
                        },
                        "filter": {
                          "location": "query",
                          "description": "Optional. Filtering results",
                          "type": "string"
                        },
                        "orderBy": {
                          "location": "query",
                          "description": "Optional. Hint for how to order the results",
                          "type": "string"
                        }
                      },
                      "response": {
                        "$ref": "GoogleCloudVectorsearchV1ListIndexesResponse"
                      },
                      "description": "Lists Indexes in a given project and location.",
                      "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/collections/{collectionsId}/indexes"
                    },
                    "patch": {
                      "id": "vectorsearch.projects.locations.collections.indexes.patch",
                      "parameterOrder": [
                        "name"
                      ],
                      "path": "v1/{+name}",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "request": {
                        "$ref": "GoogleCloudVectorsearchV1Index"
                      },
                      "httpMethod": "PATCH",
                      "parameters": {
                        "name": {
                          "required": true,
                          "type": "string",
                          "pattern": "^projects/[^/]+/locations/[^/]+/collections/[^/]+/indexes/[^/]+$",
                          "description": "Identifier. name of resource",
                          "location": "path"
                        },
                        "updateMask": {
                          "format": "google-fieldmask",
                          "location": "query",
                          "description": "Optional. Specifies the fields to be overwritten in the Index resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields present in the request with non-empty values will be overwritten. The following fields support update: * `display_name` * `description` * `labels` * `dedicated_infrastructure.autoscaling_spec.min_replica_count` * `dedicated_infrastructure.autoscaling_spec.max_replica_count` If `*` is provided in the `update_mask`, full replacement of mutable fields will be performed.",
                          "type": "string"
                        },
                        "requestId": {
                          "description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
                          "type": "string",
                          "location": "query"
                        }
                      },
                      "response": {
                        "$ref": "GoogleLongrunningOperation"
                      },
                      "description": "Updates the parameters of a single Index.",
                      "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/collections/{collectionsId}/indexes/{indexesId}"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "canonicalName": "Vector Search",
  "fullyEncodeReservedExpansion": true,
  "mtlsRootUrl": "https://vectorsearch.mtls.googleapis.com/",
  "servicePath": "",
  "ownerName": "Google",
  "parameters": {
    "oauth_token": {
      "location": "query",
      "type": "string",
      "description": "OAuth 2.0 token for the current user."
    },
    "upload_protocol": {
      "location": "query",
      "type": "string",
      "description": "Upload protocol for media (e.g. \"raw\", \"multipart\")."
    },
    "$.xgafv": {
      "description": "V1 error format.",
      "enum": [
        "1",
        "2"
      ],
      "location": "query",
      "type": "string",
      "enumDescriptions": [
        "v1 error format",
        "v2 error format"
      ]
    },
    "access_token": {
      "type": "string",
      "description": "OAuth access token.",
      "location": "query"
    },
    "uploadType": {
      "location": "query",
      "type": "string",
      "description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\")."
    },
    "prettyPrint": {
      "location": "query",
      "type": "boolean",
      "description": "Returns response with indentations and line breaks.",
      "default": "true"
    },
    "quotaUser": {
      "location": "query",
      "type": "string",
      "description": "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters."
    },
    "key": {
      "type": "string",
      "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.",
      "location": "query"
    },
    "alt": {
      "enum": [
        "json",
        "media",
        "proto"
      ],
      "location": "query",
      "description": "Data format for response.",
      "default": "json",
      "type": "string",
      "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"
    },
    "callback": {
      "type": "string",
      "description": "JSONP",
      "location": "query"
    }
  },
  "protocol": "rest",
  "rootUrl": "https://vectorsearch.googleapis.com/",
  "documentationLink": "https://docs.cloud.google.com/vertex-ai/docs/vector-search-2/overview",
  "icons": {
    "x32": "http://www.google.com/images/icons/product/search-32.gif",
    "x16": "http://www.google.com/images/icons/product/search-16.gif"
  },
  "title": "Vector Search API",
  "description": "The Vector Search API provides a fully-managed, highly performant, and scalable vector database designed to power next-generation search, recommendation, and generative AI applications. It allows you to store, index, and query your data and its corresponding vector embeddings through a simple, intuitive interface. With Vector Search, you can define custom schemas for your data, insert objects with associated metadata, automatically generate embeddings from your data, and perform fast approximate nearest neighbor (ANN) searches to find semantically similar items at scale.",
  "revision": "20260430",
  "discoveryVersion": "v1",
  "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."
        }
      }
    }
  },
  "kind": "discovery#restDescription",
  "basePath": "",
  "name": "vectorsearch",
  "id": "vectorsearch:v1",
  "version_module": true,
  "baseUrl": "https://vectorsearch.googleapis.com/",
  "version": "v1",
  "schemas": {
    "GoogleCloudVectorsearchV1DedicatedInfrastructure": {
      "description": "Represents dedicated infrastructure for the index.",
      "type": "object",
      "id": "GoogleCloudVectorsearchV1DedicatedInfrastructure",
      "properties": {
        "mode": {
          "enum": [
            "MODE_UNSPECIFIED",
            "STORAGE_OPTIMIZED",
            "PERFORMANCE_OPTIMIZED"
          ],
          "description": "Optional. Mode of the dedicated infrastructure.",
          "type": "string",
          "enumDescriptions": [
            "Default will use `PERFORMANCE_OPTIMIZED`.",
            "This is storage optimized variation.",
            "This is Performance optimized on E2 or equivalent family."
          ]
        },
        "autoscalingSpec": {
          "description": "Optional. Autoscaling specification.",
          "$ref": "GoogleCloudVectorsearchV1DedicatedInfrastructureAutoscalingSpec"
        }
      }
    },
    "GoogleCloudVectorsearchV1BatchSearchDataObjectsResponse": {
      "properties": {
        "results": {
          "description": "Output only. A list of search responses, one for each request in the batch. If a ranker is used, a single ranked list of results is returned.",
          "type": "array",
          "items": {
            "$ref": "GoogleCloudVectorsearchV1SearchDataObjectsResponse"
          },
          "readOnly": true
        }
      },
      "description": "A response from a batch search operation.",
      "type": "object",
      "id": "GoogleCloudVectorsearchV1BatchSearchDataObjectsResponse"
    },
    "GoogleCloudVectorsearchV1ListCollectionsResponse": {
      "description": "Message for response to listing Collections",
      "type": "object",
      "id": "GoogleCloudVectorsearchV1ListCollectionsResponse",
      "properties": {
        "collections": {
          "items": {
            "$ref": "GoogleCloudVectorsearchV1Collection"
          },
          "description": "The list of Collection",
          "type": "array"
        },
        "unreachable": {
          "description": "Unordered list. Locations that could not be reached.",
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "nextPageToken": {
          "description": "A token identifying a page of results the server should return.",
          "type": "string"
        }
      }
    },
    "GoogleCloudVectorsearchV1ExportDataObjectsRequestGcsExportDestination": {
      "properties": {
        "exportUri": {
          "description": "Required. URI prefix of the Cloud Storage where to export Data Objects. The bucket is required to be in the same region as the collection.",
          "type": "string"
        },
        "format": {
          "enum": [
            "FORMAT_UNSPECIFIED",
            "JSONL"
          ],
          "description": "Required. The format of the exported Data Objects.",
          "type": "string",
          "enumDescriptions": [
            "Unspecified format.",
            "Exports Data Objects in `JSONL` format."
          ]
        }
      },
      "description": "Google Cloud Storage configuration for the export.",
      "type": "object",
      "id": "GoogleCloudVectorsearchV1ExportDataObjectsRequestGcsExportDestination"
    },
    "GoogleCloudVectorsearchV1ExportDataObjectsRequest": {
      "id": "GoogleCloudVectorsearchV1ExportDataObjectsRequest",
      "description": "Request message for VectorSearchService.ExportDataObjects.",
      "type": "object",
      "properties": {
        "gcsDestination": {
          "description": "The Cloud Storage location where user wants to export Data Objects.",
          "$ref": "GoogleCloudVectorsearchV1ExportDataObjectsRequestGcsExportDestination"
        }
      }
    },
    "GoogleCloudVectorsearchV1BatchCreateDataObjectsResponse": {
      "id": "GoogleCloudVectorsearchV1BatchCreateDataObjectsResponse",
      "description": "Response message for DataObjectService.BatchCreateDataObjects.",
      "type": "object",
      "properties": {
        "dataObjects": {
          "readOnly": true,
          "items": {
            "$ref": "GoogleCloudVectorsearchV1DataObject"
          },
          "description": "Output only. DataObjects created.",
          "type": "array"
        }
      }
    },
    "GoogleCloudVectorsearchV1DenseVector": {
      "properties": {
        "values": {
          "description": "Required. The values of the vector.",
          "type": "array",
          "items": {
            "format": "float",
            "type": "number"
          }
        }
      },
      "description": "A dense vector.",
      "type": "object",
      "id": "GoogleCloudVectorsearchV1DenseVector"
    },
    "GoogleCloudVectorsearchV1BatchSearchDataObjectsRequestCombineResultsOptions": {
      "id": "GoogleCloudVectorsearchV1BatchSearchDataObjectsRequestCombineResultsOptions",
      "description": "Options for combining the results of the batch search operations.",
      "type": "object",
      "properties": {
        "topK": {
          "format": "int32",
          "description": "Optional. The number of results to return. If not set, a default value will be used.",
          "type": "integer"
        },
        "ranker": {
          "description": "Required. The ranker to use for combining the results.",
          "$ref": "GoogleCloudVectorsearchV1Ranker"
        },
        "outputFields": {
          "description": "Optional. Mask specifying which fields to return.",
          "$ref": "GoogleCloudVectorsearchV1OutputFields"
        }
      }
    },
    "GoogleCloudVectorsearchV1Vector": {
      "properties": {
        "dense": {
          "description": "A dense vector.",
          "$ref": "GoogleCloudVectorsearchV1DenseVector"
        },
        "sparse": {
          "description": "A sparse vector.",
          "$ref": "GoogleCloudVectorsearchV1SparseVector"
        }
      },
      "description": "A vector which can be either dense or sparse.",
      "type": "object",
      "id": "GoogleCloudVectorsearchV1Vector"
    },
    "GoogleCloudLocationLocation": {
      "properties": {
        "name": {
          "description": "Resource name for the location, which may vary between implementations. For example: `\"projects/example-project/locations/us-east1\"`",
          "type": "string"
        },
        "labels": {
          "additionalProperties": {
            "type": "string"
          },
          "description": "Cross-service attributes for the location. For example {\"cloud.googleapis.com/region\": \"us-east1\"}",
          "type": "object"
        },
        "metadata": {
          "description": "Service-specific metadata. For example the available capacity at the given location.",
          "type": "object",
          "additionalProperties": {
            "type": "any",
            "description": "Properties of the object. Contains field @type with type URL."
          }
        },
        "displayName": {
          "description": "The friendly name for this location, typically a nearby city name. For example, \"Tokyo\".",
          "type": "string"
        },
        "locationId": {
          "description": "The canonical id for this location. For example: `\"us-east1\"`.",
          "type": "string"
        }
      },
      "description": "A resource that represents a Google Cloud location.",
      "type": "object",
      "id": "GoogleCloudLocationLocation"
    },
    "GoogleCloudVectorsearchV1SearchDataObjectsResponse": {
      "description": "Response for a search request.",
      "type": "object",
      "id": "GoogleCloudVectorsearchV1SearchDataObjectsResponse",
      "properties": {
        "results": {
          "description": "Output only. The list of dataObjects that match the search criteria.",
          "type": "array",
          "items": {
            "$ref": "GoogleCloudVectorsearchV1SearchResult"
          },
          "readOnly": true
        },
        "nextPageToken": {
          "description": "Output only. A token to retrieve next page of results. Pass to DataObjectSearchService.SearchDataObjectsRequest.page_token to obtain that page.",
          "type": "string",
          "readOnly": true
        }
      }
    },
    "GoogleLongrunningCancelOperationRequest": {
      "properties": {},
      "description": "The request message for Operations.CancelOperation.",
      "type": "object",
      "id": "GoogleLongrunningCancelOperationRequest"
    },
    "GoogleCloudVectorsearchV1AggregateDataObjectsRequest": {
      "id": "GoogleCloudVectorsearchV1AggregateDataObjectsRequest",
      "description": "Request message for DataObjectSearchService.AggregateDataObjects.",
      "type": "object",
      "properties": {
        "filter": {
          "additionalProperties": {
            "type": "any",
            "description": "Properties of the object."
          },
          "description": "Optional. A JSON filter expression, e.g. {\"genre\": {\"$eq\": \"sci-fi\"}}, represented as a google.protobuf.Struct.",
          "type": "object"
        },
        "aggregate": {
          "enum": [
            "AGGREGATION_METHOD_UNSPECIFIED",
            "COUNT"
          ],
          "description": "Required. The aggregation method to apply to the query.",
          "type": "string",
          "enumDescriptions": [
            "Should not be used.",
            "Count the number of data objects that match the filter."
          ]
        }
      }
    },
    "GoogleCloudVectorsearchV1DenseVectorField": {
      "id": "GoogleCloudVectorsearchV1DenseVectorField",
      "description": "Message describing a dense vector field.",
      "type": "object",
      "properties": {
        "vertexEmbeddingConfig": {
          "description": "Optional. Configuration for generating embeddings for the vector field. If not specified, the embedding field must be populated in the DataObject.",
          "$ref": "GoogleCloudVectorsearchV1VertexEmbeddingConfig"
        },
        "dimensions": {
          "format": "int32",
          "description": "Dimensionality of the vector field.",
          "type": "integer"
        }
      }
    },
    "GoogleLongrunningOperation": {
      "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": {
          "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`.",
          "type": "object"
        },
        "metadata": {
          "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.",
          "type": "object"
        },
        "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"
        }
      },
      "description": "This resource represents a long-running operation that is the result of a network API call.",
      "type": "object",
      "id": "GoogleLongrunningOperation"
    },
    "GoogleCloudVectorsearchV1SearchDataObjectsRequest": {
      "description": "Request for performing a single search.",
      "type": "object",
      "id": "GoogleCloudVectorsearchV1SearchDataObjectsRequest",
      "properties": {
        "pageSize": {
          "description": "Optional. The standard list page size. Only supported for KNN. If not set, up to search_type.top_k results will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.",
          "type": "integer",
          "format": "int32"
        },
        "vectorSearch": {
          "description": "A vector search operation.",
          "$ref": "GoogleCloudVectorsearchV1VectorSearch"
        },
        "semanticSearch": {
          "description": "A semantic search operation.",
          "$ref": "GoogleCloudVectorsearchV1SemanticSearch"
        },
        "textSearch": {
          "description": "Optional. A text search operation.",
          "$ref": "GoogleCloudVectorsearchV1TextSearch"
        },
        "pageToken": {
          "description": "Optional. The standard list page token. Typically obtained via SearchDataObjectsResponse.next_page_token of the previous DataObjectSearchService.SearchDataObjects call.",
          "type": "string"
        }
      }
    },
    "GoogleCloudVectorsearchV1DenseScannIndex": {
      "properties": {
        "featureNormType": {
          "enum": [
            "FEATURE_NORM_TYPE_UNSPECIFIED",
            "NONE",
            "UNIT_L2_NORM"
          ],
          "description": "Optional. Feature norm type.",
          "type": "string",
          "enumDescriptions": [
            "Unspecified feature norm type.",
            "No norm applied.",
            "Unit L2 norm."
          ]
        }
      },
      "id": "GoogleCloudVectorsearchV1DenseScannIndex",
      "description": "Dense ScaNN index configuration.",
      "type": "object"
    },
    "GoogleCloudVectorsearchV1ImportDataObjectsRequest": {
      "description": "Request message for VectorSearchService.ImportDataObjects.",
      "type": "object",
      "id": "GoogleCloudVectorsearchV1ImportDataObjectsRequest",
      "properties": {
        "gcsImport": {
          "description": "The Cloud Storage location of the input content.",
          "$ref": "GoogleCloudVectorsearchV1ImportDataObjectsRequestGcsImportConfig"
        }
      }
    },
    "GoogleCloudVectorsearchV1AggregateDataObjectsResponse": {
      "id": "GoogleCloudVectorsearchV1AggregateDataObjectsResponse",
      "description": "Response message for DataObjectSearchService.AggregateDataObjects.",
      "type": "object",
      "properties": {
        "aggregateResults": {
          "items": {
            "type": "object",
            "additionalProperties": {
              "type": "any",
              "description": "Properties of the object."
            }
          },
          "description": "Output only. The aggregated results of the query.",
          "type": "array",
          "readOnly": true
        }
      }
    },
    "GoogleCloudVectorsearchV1BatchUpdateDataObjectsResponse": {
      "id": "GoogleCloudVectorsearchV1BatchUpdateDataObjectsResponse",
      "description": "Response message for DataObjectService.BatchUpdateDataObjects.",
      "type": "object",
      "properties": {}
    },
    "GoogleCloudVectorsearchV1ImportDataObjectsRequestGcsImportConfig": {
      "properties": {
        "outputUri": {
          "description": "Optional. URI prefix of the Cloud Storage location to write DataObject `IDs` and `etags` of DataObjects that were successfully imported. The service will write the successfully imported DataObjects to sharded files under this prefix. If this field is empty, no output will be written.",
          "type": "string"
        },
        "contentsUri": {
          "description": "Required. URI prefix of the Cloud Storage DataObjects to import.",
          "type": "string"
        },
        "errorUri": {
          "description": "Required. URI prefix of the Cloud Storage location to write any errors encountered during the import.",
          "type": "string"
        }
      },
      "id": "GoogleCloudVectorsearchV1ImportDataObjectsRequestGcsImportConfig",
      "description": "Google Cloud Storage configuration for the import.",
      "type": "object"
    },
    "GoogleCloudVectorsearchV1SemanticSearch": {
      "properties": {
        "topK": {
          "format": "int32",
          "description": "Optional. The number of data objects to return.",
          "type": "integer"
        },
        "searchField": {
          "description": "Required. The vector field to search.",
          "type": "string"
        },
        "filter": {
          "description": "Optional. A JSON filter expression, e.g. {\"genre\": {\"$eq\": \"sci-fi\"}}, represented as a google.protobuf.Struct.",
          "type": "object",
          "additionalProperties": {
            "type": "any",
            "description": "Properties of the object."
          }
        },
        "searchText": {
          "description": "Required. The query text, which is used to generate an embedding according to the embedding model specified in the collection config.",
          "type": "string"
        },
        "searchHint": {
          "description": "Optional. Sets the search hint. If no strategy is specified, the service will use an index if one is available, and fall back to KNN search otherwise.",
          "$ref": "GoogleCloudVectorsearchV1SearchHint"
        },
        "outputFields": {
          "description": "Optional. The fields to return in the search results.",
          "$ref": "GoogleCloudVectorsearchV1OutputFields"
        },
        "taskType": {
          "enum": [
            "EMBEDDING_TASK_TYPE_UNSPECIFIED",
            "RETRIEVAL_QUERY",
            "RETRIEVAL_DOCUMENT",
            "SEMANTIC_SIMILARITY",
            "CLASSIFICATION",
            "CLUSTERING",
            "QUESTION_ANSWERING",
            "FACT_VERIFICATION",
            "CODE_RETRIEVAL_QUERY"
          ],
          "description": "Required. The task type of the query embedding.",
          "type": "string",
          "enumDescriptions": [
            "Unspecified task type.",
            "Specifies the given text is a query in a search/retrieval setting.",
            "Specifies the given text is a document from the corpus being searched.",
            "Specifies the given text will be used for STS.",
            "Specifies that the given text will be classified.",
            "Specifies that the embeddings will be used for clustering.",
            "Specifies that the embeddings will be used for question answering.",
            "Specifies that the embeddings will be used for fact verification.",
            "Specifies that the embeddings will be used for code retrieval."
          ]
        }
      },
      "description": "Defines a semantic search operation.",
      "type": "object",
      "id": "GoogleCloudVectorsearchV1SemanticSearch"
    },
    "GoogleCloudVectorsearchV1OutputFields": {
      "properties": {
        "metadataFields": {
          "items": {
            "type": "string"
          },
          "description": "Optional. The fields from the DataObject metadata to include in the output.",
          "type": "array"
        },
        "dataFields": {
          "description": "Optional. The fields from the data fields to include in the output.",
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "vectorFields": {
          "items": {
            "type": "string"
          },
          "description": "Optional. The fields from the vector fields to include in the output.",
          "type": "array"
        }
      },
      "id": "GoogleCloudVectorsearchV1OutputFields",
      "description": "Defines a output fields struct for data in DataObject.",
      "type": "object"
    },
    "GoogleCloudVectorsearchV1OperationMetadata": {
      "properties": {
        "endTime": {
          "description": "Output only. The time the operation finished running.",
          "type": "string",
          "format": "google-datetime",
          "readOnly": true
        },
        "createTime": {
          "description": "Output only. The time the operation was created.",
          "type": "string",
          "readOnly": true,
          "format": "google-datetime"
        },
        "target": {
          "readOnly": true,
          "description": "Output only. Server-defined resource path for the target of the operation.",
          "type": "string"
        },
        "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"
        },
        "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`.",
          "type": "boolean",
          "readOnly": true
        },
        "apiVersion": {
          "readOnly": true,
          "description": "Output only. API version used to start the operation.",
          "type": "string"
        }
      },
      "description": "Represents the metadata of the long-running operation.",
      "type": "object",
      "id": "GoogleCloudVectorsearchV1OperationMetadata"
    },
    "GoogleCloudVectorsearchV1BatchCreateDataObjectsRequest": {
      "id": "GoogleCloudVectorsearchV1BatchCreateDataObjectsRequest",
      "description": "Request message for DataObjectService.BatchCreateDataObjects.",
      "type": "object",
      "properties": {
        "requests": {
          "description": "Required. The request message specifying the resources to create. A maximum of 1000 DataObjects can be created in a batch.",
          "type": "array",
          "items": {
            "$ref": "GoogleCloudVectorsearchV1CreateDataObjectRequest"
          }
        }
      }
    },
    "GoogleRpcStatus": {
      "properties": {
        "code": {
          "description": "The status code, which should be an enum value of google.rpc.Code.",
          "type": "integer",
          "format": "int32"
        },
        "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"
        },
        "details": {
          "description": "A list of messages that carry the error details. There is a common set of message types for APIs to use.",
          "type": "array",
          "items": {
            "type": "object",
            "additionalProperties": {
              "type": "any",
              "description": "Properties of the object. Contains field @type with type URL."
            }
          }
        }
      },
      "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://cloud.google.com/apis/design/errors).",
      "type": "object"
    },
    "GoogleCloudVectorsearchV1Index": {
      "description": "Message describing Index object",
      "type": "object",
      "id": "GoogleCloudVectorsearchV1Index",
      "properties": {
        "denseScann": {
          "description": "Optional. Dense ScaNN index.",
          "$ref": "GoogleCloudVectorsearchV1DenseScannIndex"
        },
        "displayName": {
          "description": "Optional. User-specified display name of the index",
          "type": "string"
        },
        "name": {
          "description": "Identifier. name of resource",
          "type": "string"
        },
        "labels": {
          "additionalProperties": {
            "type": "string"
          },
          "description": "Optional. Labels as key value pairs.",
          "type": "object"
        },
        "createTime": {
          "format": "google-datetime",
          "readOnly": true,
          "description": "Output only. [Output only] Create time stamp",
          "type": "string"
        },
        "filterFields": {
          "items": {
            "type": "string"
          },
          "description": "Optional. The fields to push into the index to enable fast ANN inline filtering.",
          "type": "array"
        },
        "storeFields": {
          "items": {
            "type": "string"
          },
          "description": "Optional. The fields to push into the index to enable inline data retrieval.",
          "type": "array"
        },
        "dedicatedInfrastructure": {
          "description": "Optional. Dedicated infrastructure for the index.",
          "$ref": "GoogleCloudVectorsearchV1DedicatedInfrastructure"
        },
        "distanceMetric": {
          "enum": [
            "DISTANCE_METRIC_UNSPECIFIED",
            "DOT_PRODUCT",
            "COSINE_DISTANCE"
          ],
          "description": "Optional. Distance metric used for indexing. If not specified, will default to DOT_PRODUCT.",
          "type": "string",
          "enumDescriptions": [
            "Default value, distance metric is not specified.",
            "Dot product distance metric.",
            "Cosine distance metric."
          ]
        },
        "indexField": {
          "description": "Required. The collection schema field to index.",
          "type": "string"
        },
        "description": {
          "description": "Optional. User-specified description of the index",
          "type": "string"
        },
        "updateTime": {
          "readOnly": true,
          "format": "google-datetime",
          "description": "Output only. [Output only] Update time stamp",
          "type": "string"
        }
      }
    },
    "GoogleCloudVectorsearchV1ListIndexesResponse": {
      "id": "GoogleCloudVectorsearchV1ListIndexesResponse",
      "description": "Message for response to listing Indexes",
      "type": "object",
      "properties": {
        "indexes": {
          "description": "The list of Index",
          "type": "array",
          "items": {
            "$ref": "GoogleCloudVectorsearchV1Index"
          }
        },
        "nextPageToken": {
          "description": "A token identifying a page of results the server should return.",
          "type": "string"
        }
      }
    },
    "GoogleLongrunningListOperationsResponse": {
      "id": "GoogleLongrunningListOperationsResponse",
      "description": "The response message for Operations.ListOperations.",
      "type": "object",
      "properties": {
        "operations": {
          "items": {
            "$ref": "GoogleLongrunningOperation"
          },
          "description": "A list of operations that matches the specified filter in the request.",
          "type": "array"
        },
        "nextPageToken": {
          "description": "The standard List next-page token.",
          "type": "string"
        },
        "unreachable": {
          "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to list all resources across all supported locations.",
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      }
    },
    "GoogleCloudVectorsearchV1QueryDataObjectsResponse": {
      "description": "Response message for DataObjectSearchService.QueryDataObjects.",
      "type": "object",
      "id": "GoogleCloudVectorsearchV1QueryDataObjectsResponse",
      "properties": {
        "dataObjects": {
          "items": {
            "$ref": "GoogleCloudVectorsearchV1DataObject"
          },
          "description": "Output only. The list of dataObjects that match the query.",
          "type": "array",
          "readOnly": true
        },
        "nextPageToken": {
          "readOnly": true,
          "description": "Output only. A token to retrieve next page of results. Pass to DataObjectSearchService.QueryDataObjectsRequest.page_token to obtain that page.",
          "type": "string"
        }
      }
    },
    "GoogleCloudVectorsearchV1EncryptionSpec": {
      "description": "Represents a customer-managed encryption key specification that can be applied to a Vector Search collection.",
      "type": "object",
      "id": "GoogleCloudVectorsearchV1EncryptionSpec",
      "properties": {
        "cryptoKeyName": {
          "description": "Required. Resource name of the Cloud KMS key used to protect the resource. The Cloud KMS key must be in the same region as the resource. It must have the format `projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}`.",
          "type": "string"
        }
      }
    },
    "GoogleCloudVectorsearchV1Ranker": {
      "id": "GoogleCloudVectorsearchV1Ranker",
      "description": "Defines a ranker to combine results from multiple searches.",
      "type": "object",
      "properties": {
        "rrf": {
          "description": "Reciprocal Rank Fusion ranking.",
          "$ref": "GoogleCloudVectorsearchV1ReciprocalRankFusion"
        }
      }
    },
    "GoogleCloudVectorsearchV1VectorSearch": {
      "properties": {
        "filter": {
          "description": "Optional. A JSON filter expression, e.g. {\"genre\": {\"$eq\": \"sci-fi\"}}, represented as a google.protobuf.Struct.",
          "type": "object",
          "additionalProperties": {
            "type": "any",
            "description": "Properties of the object."
          }
        },
        "topK": {
          "format": "int32",
          "description": "Optional. The number of nearest neighbors to return.",
          "type": "integer"
        },
        "sparseVector": {
          "description": "A sparse vector for the query.",
          "$ref": "GoogleCloudVectorsearchV1SparseVector"
        },
        "searchField": {
          "description": "Required. The vector field to search.",
          "type": "string"
        },
        "distanceMetric": {
          "enum": [
            "DISTANCE_METRIC_UNSPECIFIED",
            "DOT_PRODUCT",
            "COSINE_DISTANCE"
          ],
          "description": "Optional. The distance metric to use for the KNN search. If not specified, DOT_PRODUCT will be used as the default.",
          "type": "string",
          "enumDescriptions": [
            "Default value, distance metric is not specified.",
            "Dot product distance metric.",
            "Cosine distance metric."
          ]
        },
        "vector": {
          "description": "A dense vector for the query.",
          "$ref": "GoogleCloudVectorsearchV1DenseVector"
        },
        "searchHint": {
          "description": "Optional. Sets the search hint. If no strategy is specified, the service will use an index if one is available, and fall back to the default KNN search otherwise.",
          "$ref": "GoogleCloudVectorsearchV1SearchHint"
        },
        "outputFields": {
          "description": "Optional. Mask specifying which fields to return.",
          "$ref": "GoogleCloudVectorsearchV1OutputFields"
        }
      },
      "description": "Defines a search operation using a query vector.",
      "type": "object",
      "id": "GoogleCloudVectorsearchV1VectorSearch"
    },
    "GoogleCloudVectorsearchV1BatchUpdateDataObjectsRequest": {
      "description": "Request message for DataObjectService.BatchUpdateDataObjects.",
      "type": "object",
      "id": "GoogleCloudVectorsearchV1BatchUpdateDataObjectsRequest",
      "properties": {
        "requests": {
          "description": "Required. The request message specifying the resources to update. A maximum of 1000 DataObjects can be updated in a batch.",
          "type": "array",
          "items": {
            "$ref": "GoogleCloudVectorsearchV1UpdateDataObjectRequest"
          }
        }
      }
    },
    "GoogleCloudVectorsearchV1Search": {
      "id": "GoogleCloudVectorsearchV1Search",
      "description": "A single search request within a batch operation.",
      "type": "object",
      "properties": {
        "vectorSearch": {
          "description": "A vector-based search.",
          "$ref": "GoogleCloudVectorsearchV1VectorSearch"
        },
        "semanticSearch": {
          "description": "A semantic search.",
          "$ref": "GoogleCloudVectorsearchV1SemanticSearch"
        },
        "textSearch": {
          "description": "A text search operation.",
          "$ref": "GoogleCloudVectorsearchV1TextSearch"
        }
      }
    },
    "GoogleCloudVectorsearchV1VertexEmbeddingConfig": {
      "description": "Message describing the configuration for generating embeddings for a vector field using Vertex AI embeddings API.",
      "type": "object",
      "id": "GoogleCloudVectorsearchV1VertexEmbeddingConfig",
      "properties": {
        "modelId": {
          "description": "Required. Required: ID of the embedding model to use. See https://cloud.google.com/vertex-ai/generative-ai/docs/learn/models#embeddings-models for the list of supported models.",
          "type": "string"
        },
        "textTemplate": {
          "description": "Required. Required: Text template for the input to the model. The template must contain one or more references to fields in the DataObject, e.g.: \"Movie Title: {title} ---- Movie Plot: {plot}\".",
          "type": "string"
        },
        "taskType": {
          "enum": [
            "EMBEDDING_TASK_TYPE_UNSPECIFIED",
            "RETRIEVAL_QUERY",
            "RETRIEVAL_DOCUMENT",
            "SEMANTIC_SIMILARITY",
            "CLASSIFICATION",
            "CLUSTERING",
            "QUESTION_ANSWERING",
            "FACT_VERIFICATION",
            "CODE_RETRIEVAL_QUERY"
          ],
          "description": "Required. Required: Task type for the embeddings.",
          "type": "string",
          "enumDescriptions": [
            "Unspecified task type.",
            "Specifies the given text is a query in a search/retrieval setting.",
            "Specifies the given text is a document from the corpus being searched.",
            "Specifies the given text will be used for STS.",
            "Specifies that the given text will be classified.",
            "Specifies that the embeddings will be used for clustering.",
            "Specifies that the embeddings will be used for question answering.",
            "Specifies that the embeddings will be used for fact verification.",
            "Specifies that the embeddings will be used for code retrieval."
          ]
        }
      }
    },
    "GoogleCloudLocationListLocationsResponse": {
      "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",
      "description": "The response message for Locations.ListLocations.",
      "type": "object"
    },
    "GoogleCloudVectorsearchV1SparseVector": {
      "description": "A sparse vector.",
      "type": "object",
      "id": "GoogleCloudVectorsearchV1SparseVector",
      "properties": {
        "values": {
          "items": {
            "format": "float",
            "type": "number"
          },
          "description": "Required. The values of the vector.",
          "type": "array"
        },
        "indices": {
          "items": {
            "format": "int32",
            "type": "integer"
          },
          "description": "Required. The corresponding indices for the values.",
          "type": "array"
        }
      }
    },
    "GoogleCloudVectorsearchV1DataObject": {
      "id": "GoogleCloudVectorsearchV1DataObject",
      "description": "A dataObject resource in Vector Search.",
      "type": "object",
      "properties": {
        "name": {
          "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
          "description": "Identifier. The fully qualified resource name of the dataObject. Format: `projects/{project}/locations/{location}/collections/{collection}/dataObjects/{data_object_id}` The data_object_id must be 1-63 characters long, and comply with [RFC1035](https://www.ietf.org/rfc/rfc1035.txt).",
          "type": "string"
        },
        "createTime": {
          "format": "google-datetime",
          "readOnly": true,
          "description": "Output only. Timestamp the dataObject was created at.",
          "type": "string"
        },
        "updateTime": {
          "description": "Output only. Timestamp the dataObject was last updated.",
          "type": "string",
          "readOnly": true,
          "format": "google-datetime"
        },
        "dataObjectId": {
          "description": "Output only. The id of the dataObject.",
          "type": "string",
          "readOnly": true
        },
        "data": {
          "additionalProperties": {
            "type": "any",
            "description": "Properties of the object."
          },
          "description": "Optional. The data of the dataObject.",
          "type": "object"
        },
        "vectors": {
          "additionalProperties": {
            "$ref": "GoogleCloudVectorsearchV1Vector"
          },
          "description": "Optional. The vectors of the dataObject.",
          "type": "object"
        },
        "etag": {
          "description": "Optional. The etag of the dataObject.",
          "type": "string"
        }
      }
    },
    "GoogleCloudVectorsearchV1BatchSearchDataObjectsRequest": {
      "properties": {
        "searches": {
          "items": {
            "$ref": "GoogleCloudVectorsearchV1Search"
          },
          "description": "Required. A list of search requests to execute in parallel.",
          "type": "array"
        },
        "combine": {
          "description": "Optional. Options for combining the results of the batch search operations.",
          "$ref": "GoogleCloudVectorsearchV1BatchSearchDataObjectsRequestCombineResultsOptions"
        }
      },
      "id": "GoogleCloudVectorsearchV1BatchSearchDataObjectsRequest",
      "description": "A request to perform a batch of search operations.",
      "type": "object"
    },
    "GoogleCloudVectorsearchV1VectorField": {
      "description": "Message describing a vector field.",
      "type": "object",
      "id": "GoogleCloudVectorsearchV1VectorField",
      "properties": {
        "denseVector": {
          "description": "Dense vector field.",
          "$ref": "GoogleCloudVectorsearchV1DenseVectorField"
        },
        "sparseVector": {
          "description": "Sparse vector field.",
          "$ref": "GoogleCloudVectorsearchV1SparseVectorField"
        }
      }
    },
    "GoogleCloudVectorsearchV1SearchHint": {
      "description": "Represents a hint to the search index engine.",
      "type": "object",
      "id": "GoogleCloudVectorsearchV1SearchHint",
      "properties": {
        "knnHint": {
          "description": "Optional. If set, the search will use the system's default K-Nearest Neighbor (KNN) index engine.",
          "$ref": "GoogleCloudVectorsearchV1SearchHintKnnHint"
        },
        "indexHint": {
          "description": "Optional. Specifies that the search should use a particular index.",
          "$ref": "GoogleCloudVectorsearchV1SearchHintIndexHint"
        }
      }
    },
    "GoogleCloudVectorsearchV1CreateDataObjectRequest": {
      "properties": {
        "parent": {
          "description": "Required. The resource name of the Collection to create the DataObject in. Format: `projects/{project}/locations/{location}/collections/{collection}`",
          "type": "string"
        },
        "dataObjectId": {
          "description": "Required. The id of the dataObject to create. The id must be 1-63 characters long, and comply with [RFC1035](https://www.ietf.org/rfc/rfc1035.txt). Specifically, it must be 1-63 characters long and match the regular expression `[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?`.",
          "type": "string"
        },
        "dataObject": {
          "description": "Required. The DataObject to create.",
          "$ref": "GoogleCloudVectorsearchV1DataObject"
        }
      },
      "description": "Request message for DataObjectService.CreateDataObject.",
      "type": "object",
      "id": "GoogleCloudVectorsearchV1CreateDataObjectRequest"
    },
    "GoogleCloudVectorsearchV1Collection": {
      "description": "Message describing Collection object",
      "type": "object",
      "id": "GoogleCloudVectorsearchV1Collection",
      "properties": {
        "name": {
          "description": "Identifier. name of resource",
          "type": "string"
        },
        "createTime": {
          "description": "Output only. [Output only] Create time stamp",
          "type": "string",
          "format": "google-datetime",
          "readOnly": true
        },
        "labels": {
          "additionalProperties": {
            "type": "string"
          },
          "description": "Optional. Labels as key value pairs.",
          "type": "object"
        },
        "encryptionSpec": {
          "description": "Optional. Immutable. Specifies the customer-managed encryption key spec for a Collection. If set, this Collection and all sub-resources of this Collection will be secured by this key.",
          "$ref": "GoogleCloudVectorsearchV1EncryptionSpec"
        },
        "vectorSchema": {
          "description": "Optional. Schema for vector fields. Only vector fields in this schema will be searchable. Field names must contain only alphanumeric characters, underscores, and hyphens.",
          "type": "object",
          "additionalProperties": {
            "$ref": "GoogleCloudVectorsearchV1VectorField"
          }
        },
        "displayName": {
          "description": "Optional. User-specified display name of the collection",
          "type": "string"
        },
        "description": {
          "description": "Optional. User-specified description of the collection",
          "type": "string"
        },
        "dataSchema": {
          "additionalProperties": {
            "type": "any",
            "description": "Properties of the object."
          },
          "description": "Optional. JSON Schema for data. Field names must contain only alphanumeric characters, underscores, and hyphens. The schema must be compliant with [JSON Schema Draft 7](https://json-schema.org/draft-07/schema).",
          "type": "object"
        },
        "updateTime": {
          "description": "Output only. [Output only] Update time stamp",
          "type": "string",
          "format": "google-datetime",
          "readOnly": true
        }
      }
    },
    "GoogleCloudVectorsearchV1SearchHintKnnHint": {
      "id": "GoogleCloudVectorsearchV1SearchHintKnnHint",
      "description": "KnnHint will be used if search should be explicitly done on system's default K-Nearest Neighbor (KNN) index engine.",
      "type": "object",
      "properties": {}
    },
    "GoogleCloudVectorsearchV1DeleteDataObjectRequest": {
      "description": "Request message for DataObjectService.DeleteDataObject.",
      "type": "object",
      "id": "GoogleCloudVectorsearchV1DeleteDataObjectRequest",
      "properties": {
        "etag": {
          "description": "Optional. The current etag of the DataObject. If an etag is provided and does not match the current etag of the DataObject, deletion will be blocked and an ABORTED error will be returned.",
          "type": "string"
        },
        "name": {
          "description": "Required. The name of the DataObject resource to be deleted. Format: `projects/{project}/locations/{location}/collections/{collection}/dataObjects/{dataObject}`",
          "type": "string"
        }
      }
    },
    "GoogleCloudVectorsearchV1BatchDeleteDataObjectsRequest": {
      "properties": {
        "requests": {
          "items": {
            "$ref": "GoogleCloudVectorsearchV1DeleteDataObjectRequest"
          },
          "description": "Required. The request message specifying the resources to delete. A maximum of 1000 DataObjects can be deleted in a batch.",
          "type": "array"
        }
      },
      "id": "GoogleCloudVectorsearchV1BatchDeleteDataObjectsRequest",
      "description": "Request message for DataObjectService.BatchDeleteDataObjects.",
      "type": "object"
    },
    "GoogleCloudVectorsearchV1TextSearch": {
      "properties": {
        "filter": {
          "additionalProperties": {
            "type": "any",
            "description": "Properties of the object."
          },
          "description": "Optional. A JSON filter expression, e.g. `{\"genre\": {\"$eq\": \"sci-fi\"}}`, represented as a `google.protobuf.Struct`.",
          "type": "object"
        },
        "dataFieldNames": {
          "items": {
            "type": "string"
          },
          "description": "Required. The data field names to search.",
          "type": "array"
        },
        "topK": {
          "format": "int32",
          "description": "Optional. The number of results to return.",
          "type": "integer"
        },
        "searchText": {
          "description": "Required. The query text.",
          "type": "string"
        },
        "outputFields": {
          "description": "Optional. The fields to return in the search results.",
          "$ref": "GoogleCloudVectorsearchV1OutputFields"
        }
      },
      "id": "GoogleCloudVectorsearchV1TextSearch",
      "description": "Defines a text search operation.",
      "type": "object"
    },
    "GoogleCloudVectorsearchV1QueryDataObjectsRequest": {
      "properties": {
        "outputFields": {
          "description": "Optional. Mask specifying which fields to return.",
          "$ref": "GoogleCloudVectorsearchV1OutputFields"
        },
        "pageToken": {
          "description": "Optional. The standard list page token. Typically obtained via QueryDataObjectsResponse.next_page_token of the previous DataObjectSearchService.QueryDataObjects call.",
          "type": "string"
        },
        "filter": {
          "description": "Optional. A JSON filter expression, e.g. {\"genre\": {\"$eq\": \"sci-fi\"}}, represented as a google.protobuf.Struct.",
          "type": "object",
          "additionalProperties": {
            "type": "any",
            "description": "Properties of the object."
          }
        },
        "pageSize": {
          "description": "Optional. The standard list page size. Default is 100. The maximum value is 1000; values above 1000 will be coerced to 1000.",
          "type": "integer",
          "format": "int32"
        }
      },
      "description": "Request message for DataObjectSearchService.QueryDataObjects.",
      "type": "object",
      "id": "GoogleCloudVectorsearchV1QueryDataObjectsRequest"
    },
    "GoogleCloudVectorsearchV1ReciprocalRankFusion": {
      "description": "Defines the Reciprocal Rank Fusion (RRF) algorithm for result ranking.",
      "type": "object",
      "id": "GoogleCloudVectorsearchV1ReciprocalRankFusion",
      "properties": {
        "weights": {
          "description": "Required. The weights to apply to each search result set during fusion.",
          "type": "array",
          "items": {
            "format": "double",
            "type": "number"
          }
        }
      }
    },
    "GoogleCloudVectorsearchV1DedicatedInfrastructureAutoscalingSpec": {
      "properties": {
        "minReplicaCount": {
          "format": "int32",
          "description": "Optional. The minimum number of replicas. If not set or set to `0`, defaults to `2`. Must be \u003e= `1` and \u003c= `1000`.",
          "type": "integer"
        },
        "maxReplicaCount": {
          "format": "int32",
          "description": "Optional. The maximum number of replicas. Must be \u003e= `min_replica_count` and \u003c= `1000`. For the v1beta version, if not set or set to `0`, defaults to the greater of `min_replica_count` and `5`. For all other versions, if not set or set to `0`, defaults to the greater of `min_replica_count` and `2`.",
          "type": "integer"
        }
      },
      "id": "GoogleCloudVectorsearchV1DedicatedInfrastructureAutoscalingSpec",
      "description": "Specification for autoscaling.",
      "type": "object"
    },
    "GoogleCloudVectorsearchV1UpdateDataObjectRequest": {
      "id": "GoogleCloudVectorsearchV1UpdateDataObjectRequest",
      "description": "Request message for DataObjectService.UpdateDataObject.",
      "type": "object",
      "properties": {
        "updateMask": {
          "description": "Optional. The update mask applies to the resource. See google.protobuf.FieldMask.",
          "type": "string",
          "format": "google-fieldmask"
        },
        "dataObject": {
          "description": "Required. The DataObject which replaces the resource on the server.",
          "$ref": "GoogleCloudVectorsearchV1DataObject"
        }
      }
    },
    "GoogleCloudVectorsearchV1SearchHintIndexHint": {
      "properties": {
        "name": {
          "description": "Required. The resource name of the index to use for the search. The index must be in the same project, location, and collection. Format: `projects/{project}/locations/{location}/collections/{collection}/indexes/{index}`",
          "type": "string"
        }
      },
      "description": "Message to specify the index to use for the search.",
      "type": "object",
      "id": "GoogleCloudVectorsearchV1SearchHintIndexHint"
    },
    "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); }",
      "type": "object",
      "id": "Empty",
      "properties": {}
    },
    "GoogleCloudVectorsearchV1SearchResult": {
      "properties": {
        "dataObject": {
          "description": "Output only. The matching data object.",
          "readOnly": true,
          "$ref": "GoogleCloudVectorsearchV1DataObject"
        },
        "distance": {
          "readOnly": true,
          "format": "double",
          "description": "Output only. Similarity distance or ranker score returned by BatchSearchDataObjects.",
          "type": "number"
        }
      },
      "description": "A single search result.",
      "type": "object",
      "id": "GoogleCloudVectorsearchV1SearchResult"
    },
    "GoogleCloudVectorsearchV1SparseVectorField": {
      "id": "GoogleCloudVectorsearchV1SparseVectorField",
      "description": "Message describing a sparse vector field.",
      "type": "object",
      "properties": {}
    }
  },
  "batchPath": "batch",
  "ownerDomain": "google.com",
  "endpoints": [
    {
      "description": "Regional Endpoint",
      "location": "us",
      "endpointUrl": "https://vectorsearch.us.rep.googleapis.com/"
    }
  ]
}
