UNPKG

openapi-directory

Version:

Building & bundling https://github.com/APIs-guru/openapi-directory for easy use from JS

1 lines 64.6 kB
{"openapi":"3.0.0","info":{"contact":{"name":"Google","url":"https://google.com"},"description":"Accesses the schemaless NoSQL database to provide fully managed, robust, scalable storage for your application.\n","title":"Cloud Datastore","version":"v1","x-apiClientRegistration":{"url":"https://console.developers.google.com"},"x-apisguru-categories":["storage"],"x-logo":{"url":"https://cloud.google.com/_static/images/new-gcp-logo.png"},"x-origin":[{"converter":{"url":"https://github.com/lucybot/api-spec-converter","version":"2.7.18"},"format":"google","url":"https://datastore.googleapis.com/$discovery/rest?version=v1","version":"v1"}],"x-preferred":true,"x-providerName":"googleapis.com","x-serviceName":"datastore"},"externalDocs":{"url":"https://cloud.google.com/datastore/"},"tags":[{"name":"projects"}],"paths":{"/v1/projects/{projectId}/indexes":{"get":{"description":"Lists the indexes that match the specified filters. Datastore uses an\neventually consistent query to fetch the list of indexes and may\noccasionally return stale results.","operationId":"datastore.projects.indexes.list","parameters":[{"in":"query","name":"filter","schema":{"type":"string"}},{"description":"The maximum number of items to return. If zero, then all results will be\nreturned.","in":"query","name":"pageSize","schema":{"type":"integer"}},{"description":"The next_page_token value returned from a previous List request, if any.","in":"query","name":"pageToken","schema":{"type":"string"}},{"description":"Project ID against which to make the request.","in":"path","name":"projectId","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/GoogleDatastoreAdminV1ListIndexesResponse"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"]},{"Oauth2":["https://www.googleapis.com/auth/datastore"]}],"tags":["projects"]},"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/uploadType"},{"$ref":"#/components/parameters/upload_protocol"}]},"/v1/projects/{projectId}/indexes/{indexId}":{"get":{"description":"Gets an index.","operationId":"datastore.projects.indexes.get","parameters":[{"description":"The resource ID of the index to get.","in":"path","name":"indexId","required":true,"schema":{"type":"string"}},{"description":"Project ID against which to make the request.","in":"path","name":"projectId","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/GoogleDatastoreAdminV1Index"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"]},{"Oauth2":["https://www.googleapis.com/auth/datastore"]}],"tags":["projects"]},"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/uploadType"},{"$ref":"#/components/parameters/upload_protocol"}]},"/v1/projects/{projectId}:allocateIds":{"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/uploadType"},{"$ref":"#/components/parameters/upload_protocol"}],"post":{"description":"Allocates IDs for the given keys, which is useful for referencing an entity\nbefore it is inserted.","operationId":"datastore.projects.allocateIds","parameters":[{"description":"The ID of the project against which to make the request.","in":"path","name":"projectId","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AllocateIdsRequest"}}}},"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/AllocateIdsResponse"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"]},{"Oauth2":["https://www.googleapis.com/auth/datastore"]}],"tags":["projects"]}},"/v1/projects/{projectId}:beginTransaction":{"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/uploadType"},{"$ref":"#/components/parameters/upload_protocol"}],"post":{"description":"Begins a new transaction.","operationId":"datastore.projects.beginTransaction","parameters":[{"description":"The ID of the project against which to make the request.","in":"path","name":"projectId","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BeginTransactionRequest"}}}},"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/BeginTransactionResponse"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"]},{"Oauth2":["https://www.googleapis.com/auth/datastore"]}],"tags":["projects"]}},"/v1/projects/{projectId}:commit":{"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/uploadType"},{"$ref":"#/components/parameters/upload_protocol"}],"post":{"description":"Commits a transaction, optionally creating, deleting or modifying some\nentities.","operationId":"datastore.projects.commit","parameters":[{"description":"The ID of the project against which to make the request.","in":"path","name":"projectId","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CommitRequest"}}}},"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CommitResponse"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"]},{"Oauth2":["https://www.googleapis.com/auth/datastore"]}],"tags":["projects"]}},"/v1/projects/{projectId}:export":{"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/uploadType"},{"$ref":"#/components/parameters/upload_protocol"}],"post":{"description":"Exports a copy of all or a subset of entities from Google Cloud Datastore\nto another storage system, such as Google Cloud Storage. Recent updates to\nentities may not be reflected in the export. The export occurs in the\nbackground and its progress can be monitored and managed via the\nOperation resource that is created. The output of an export may only be\nused once the associated operation is done. If an export operation is\ncancelled before completion it may leave partial data behind in Google\nCloud Storage.","operationId":"datastore.projects.export","parameters":[{"description":"Project ID against which to make the request.","in":"path","name":"projectId","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GoogleDatastoreAdminV1ExportEntitiesRequest"}}}},"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/GoogleLongrunningOperation"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"]},{"Oauth2":["https://www.googleapis.com/auth/datastore"]}],"tags":["projects"]}},"/v1/projects/{projectId}:import":{"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/uploadType"},{"$ref":"#/components/parameters/upload_protocol"}],"post":{"description":"Imports entities into Google Cloud Datastore. Existing entities with the\nsame key are overwritten. The import occurs in the background and its\nprogress can be monitored and managed via the Operation resource that is\ncreated. If an ImportEntities operation is cancelled, it is possible\nthat a subset of the data has already been imported to Cloud Datastore.","operationId":"datastore.projects.import","parameters":[{"description":"Project ID against which to make the request.","in":"path","name":"projectId","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GoogleDatastoreAdminV1ImportEntitiesRequest"}}}},"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/GoogleLongrunningOperation"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"]},{"Oauth2":["https://www.googleapis.com/auth/datastore"]}],"tags":["projects"]}},"/v1/projects/{projectId}:lookup":{"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/uploadType"},{"$ref":"#/components/parameters/upload_protocol"}],"post":{"description":"Looks up entities by key.","operationId":"datastore.projects.lookup","parameters":[{"description":"The ID of the project against which to make the request.","in":"path","name":"projectId","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/LookupRequest"}}}},"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/LookupResponse"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"]},{"Oauth2":["https://www.googleapis.com/auth/datastore"]}],"tags":["projects"]}},"/v1/projects/{projectId}:reserveIds":{"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/uploadType"},{"$ref":"#/components/parameters/upload_protocol"}],"post":{"description":"Prevents the supplied keys' IDs from being auto-allocated by Cloud\nDatastore.","operationId":"datastore.projects.reserveIds","parameters":[{"description":"The ID of the project against which to make the request.","in":"path","name":"projectId","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ReserveIdsRequest"}}}},"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ReserveIdsResponse"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"]},{"Oauth2":["https://www.googleapis.com/auth/datastore"]}],"tags":["projects"]}},"/v1/projects/{projectId}:rollback":{"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/uploadType"},{"$ref":"#/components/parameters/upload_protocol"}],"post":{"description":"Rolls back a transaction.","operationId":"datastore.projects.rollback","parameters":[{"description":"The ID of the project against which to make the request.","in":"path","name":"projectId","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RollbackRequest"}}}},"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RollbackResponse"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"]},{"Oauth2":["https://www.googleapis.com/auth/datastore"]}],"tags":["projects"]}},"/v1/projects/{projectId}:runQuery":{"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/uploadType"},{"$ref":"#/components/parameters/upload_protocol"}],"post":{"description":"Queries for entities.","operationId":"datastore.projects.runQuery","parameters":[{"description":"The ID of the project against which to make the request.","in":"path","name":"projectId","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RunQueryRequest"}}}},"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RunQueryResponse"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"]},{"Oauth2":["https://www.googleapis.com/auth/datastore"]}],"tags":["projects"]}},"/v1/{name}":{"delete":{"description":"Deletes a long-running operation. This method indicates that the client is\nno longer interested in the operation result. It does not cancel the\noperation. If the server doesn't support this method, it returns\n`google.rpc.Code.UNIMPLEMENTED`.","operationId":"datastore.projects.operations.delete","parameters":[{"description":"The name of the operation resource to be deleted.","in":"path","name":"name","required":true,"x-reservedExpansion":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Empty"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"]},{"Oauth2":["https://www.googleapis.com/auth/datastore"]}],"tags":["projects"]},"get":{"description":"Gets the latest state of a long-running operation. Clients can use this\nmethod to poll the operation result at intervals as recommended by the API\nservice.","operationId":"datastore.projects.operations.get","parameters":[{"description":"The name of the operation resource.","in":"path","name":"name","required":true,"x-reservedExpansion":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/GoogleLongrunningOperation"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"]},{"Oauth2":["https://www.googleapis.com/auth/datastore"]}],"tags":["projects"]},"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/uploadType"},{"$ref":"#/components/parameters/upload_protocol"}]},"/v1/{name}/operations":{"get":{"description":"Lists operations that match the specified filter in the request. If the\nserver doesn't support this method, it returns `UNIMPLEMENTED`.\n\nNOTE: the `name` binding allows API services to override the binding\nto use different resource name schemes, such as `users/*/operations`. To\noverride the binding, API services can add a binding such as\n`\"/v1/{name=users/*}/operations\"` to their service configuration.\nFor backwards compatibility, the default name includes the operations\ncollection id, however overriding users must ensure the name binding\nis the parent resource, without the operations collection id.","operationId":"datastore.projects.operations.list","parameters":[{"description":"The standard list filter.","in":"query","name":"filter","schema":{"type":"string"}},{"description":"The name of the operation's parent resource.","in":"path","name":"name","required":true,"x-reservedExpansion":true,"schema":{"type":"string"}},{"description":"The standard list page size.","in":"query","name":"pageSize","schema":{"type":"integer"}},{"description":"The standard list page token.","in":"query","name":"pageToken","schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/GoogleLongrunningListOperationsResponse"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"]},{"Oauth2":["https://www.googleapis.com/auth/datastore"]}],"tags":["projects"]},"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/uploadType"},{"$ref":"#/components/parameters/upload_protocol"}]},"/v1/{name}:cancel":{"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/uploadType"},{"$ref":"#/components/parameters/upload_protocol"}],"post":{"description":"Starts asynchronous cancellation on a long-running operation. The server\nmakes a best effort to cancel the operation, but success is not\nguaranteed. If the server doesn't support this method, it returns\n`google.rpc.Code.UNIMPLEMENTED`. Clients can use\nOperations.GetOperation or\nother methods to check whether the cancellation succeeded or whether the\noperation completed despite cancellation. On successful cancellation,\nthe operation is not deleted; instead, it becomes an operation with\nan Operation.error value with a google.rpc.Status.code of 1,\ncorresponding to `Code.CANCELLED`.","operationId":"datastore.projects.operations.cancel","parameters":[{"description":"The name of the operation resource to be cancelled.","in":"path","name":"name","required":true,"x-reservedExpansion":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Empty"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"]},{"Oauth2":["https://www.googleapis.com/auth/datastore"]}],"tags":["projects"]}}},"servers":[{"url":"https://datastore.googleapis.com/"}],"components":{"parameters":{"access_token":{"description":"OAuth access token.","in":"query","name":"access_token","schema":{"type":"string"}},"alt":{"description":"Data format for response.","in":"query","name":"alt","schema":{"type":"string","enum":["json","media","proto"],"default":"json"}},"callback":{"description":"JSONP","in":"query","name":"callback","schema":{"type":"string"}},"fields":{"description":"Selector specifying which fields to include in a partial response.","in":"query","name":"fields","schema":{"type":"string"}},"key":{"description":"API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.","in":"query","name":"key","schema":{"type":"string"}},"oauth_token":{"description":"OAuth 2.0 token for the current user.","in":"query","name":"oauth_token","schema":{"type":"string"}},"prettyPrint":{"description":"Returns response with indentations and line breaks.","in":"query","name":"prettyPrint","schema":{"type":"boolean","default":true}},"quotaUser":{"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.","in":"query","name":"quotaUser","schema":{"type":"string"}},"uploadType":{"description":"Legacy upload protocol for media (e.g. \"media\", \"multipart\").","in":"query","name":"uploadType","schema":{"type":"string"}},"upload_protocol":{"description":"Upload protocol for media (e.g. \"raw\", \"multipart\").","in":"query","name":"upload_protocol","schema":{"type":"string"}},"_.xgafv":{"description":"V1 error format.","in":"query","name":"$.xgafv","schema":{"type":"string","enum":["1","2"]}}},"securitySchemes":{"Oauth2":{"description":"Oauth 2.0 authentication","type":"oauth2","flows":{"implicit":{"authorizationUrl":"https://accounts.google.com/o/oauth2/auth","scopes":{"https://www.googleapis.com/auth/cloud-platform":"View and manage your data across Google Cloud Platform services","https://www.googleapis.com/auth/datastore":"View and manage your Google Cloud Datastore data"}}}}},"schemas":{"AllocateIdsRequest":{"description":"The request for Datastore.AllocateIds.","properties":{"keys":{"description":"A list of keys with incomplete key paths for which to allocate IDs.\nNo key may be reserved/read-only.","items":{"$ref":"#/components/schemas/Key"},"type":"array"}},"type":"object"},"AllocateIdsResponse":{"description":"The response for Datastore.AllocateIds.","properties":{"keys":{"description":"The keys specified in the request (in the same order), each with\nits key path completed with a newly allocated ID.","items":{"$ref":"#/components/schemas/Key"},"type":"array"}},"type":"object"},"ArrayValue":{"description":"An array value.","properties":{"values":{"description":"Values in the array.\nThe order of values in an array is preserved as long as all values have\nidentical settings for 'exclude_from_indexes'.","items":{"$ref":"#/components/schemas/Value"},"type":"array"}},"type":"object"},"BeginTransactionRequest":{"description":"The request for Datastore.BeginTransaction.","properties":{"transactionOptions":{"$ref":"#/components/schemas/TransactionOptions"}},"type":"object"},"BeginTransactionResponse":{"description":"The response for Datastore.BeginTransaction.","properties":{"transaction":{"description":"The transaction identifier (always present).","format":"byte","type":"string"}},"type":"object"},"CommitRequest":{"description":"The request for Datastore.Commit.","properties":{"mode":{"description":"The type of commit to perform. Defaults to `TRANSACTIONAL`.","enum":["MODE_UNSPECIFIED","TRANSACTIONAL","NON_TRANSACTIONAL"],"type":"string"},"mutations":{"description":"The mutations to perform.\n\nWhen mode is `TRANSACTIONAL`, mutations affecting a single entity are\napplied in order. The following sequences of mutations affecting a single\nentity are not permitted in a single `Commit` request:\n\n- `insert` followed by `insert`\n- `update` followed by `insert`\n- `upsert` followed by `insert`\n- `delete` followed by `update`\n\nWhen mode is `NON_TRANSACTIONAL`, no two mutations may affect a single\nentity.","items":{"$ref":"#/components/schemas/Mutation"},"type":"array"},"transaction":{"description":"The identifier of the transaction associated with the commit. A\ntransaction identifier is returned by a call to\nDatastore.BeginTransaction.","format":"byte","type":"string"}},"type":"object"},"CommitResponse":{"description":"The response for Datastore.Commit.","properties":{"indexUpdates":{"description":"The number of index entries updated during the commit, or zero if none were\nupdated.","format":"int32","type":"integer"},"mutationResults":{"description":"The result of performing the mutations.\nThe i-th mutation result corresponds to the i-th mutation in the request.","items":{"$ref":"#/components/schemas/MutationResult"},"type":"array"}},"type":"object"},"CompositeFilter":{"description":"A filter that merges multiple other filters using the given operator.","properties":{"filters":{"description":"The list of filters to combine.\nMust contain at least one filter.","items":{"$ref":"#/components/schemas/Filter"},"type":"array"},"op":{"description":"The operator for combining multiple filters.","enum":["OPERATOR_UNSPECIFIED","AND"],"type":"string"}},"type":"object"},"Empty":{"description":"A generic empty message that you can re-use to avoid defining duplicated\nempty messages in your APIs. A typical example is to use it as the request\nor the response type of an API method. For instance:\n\n service Foo {\n rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty);\n }\n\nThe JSON representation for `Empty` is empty JSON object `{}`.","properties":{},"type":"object"},"Entity":{"description":"A Datastore data object.\n\nAn entity is limited to 1 megabyte when stored. That _roughly_\ncorresponds to a limit of 1 megabyte for the serialized form of this\nmessage.","properties":{"key":{"$ref":"#/components/schemas/Key"},"properties":{"additionalProperties":{"$ref":"#/components/schemas/Value"},"description":"The entity's properties.\nThe map's keys are property names.\nA property name matching regex `__.*__` is reserved.\nA reserved property name is forbidden in certain documented contexts.\nThe name must not contain more than 500 characters.\nThe name cannot be `\"\"`.","type":"object"}},"type":"object"},"EntityResult":{"description":"The result of fetching an entity from Datastore.","properties":{"cursor":{"description":"A cursor that points to the position after the result entity.\nSet only when the `EntityResult` is part of a `QueryResultBatch` message.","format":"byte","type":"string"},"entity":{"$ref":"#/components/schemas/Entity"},"version":{"description":"The version of the entity, a strictly positive number that monotonically\nincreases with changes to the entity.\n\nThis field is set for `FULL` entity\nresults.\n\nFor missing entities in `LookupResponse`, this\nis the version of the snapshot that was used to look up the entity, and it\nis always set except for eventually consistent reads.","format":"int64","type":"string"}},"type":"object"},"Filter":{"description":"A holder for any type of filter.","properties":{"compositeFilter":{"$ref":"#/components/schemas/CompositeFilter"},"propertyFilter":{"$ref":"#/components/schemas/PropertyFilter"}},"type":"object"},"GoogleDatastoreAdminV1CommonMetadata":{"description":"Metadata common to all Datastore Admin operations.","properties":{"endTime":{"description":"The time the operation ended, either successfully or otherwise.","format":"google-datetime","type":"string"},"labels":{"additionalProperties":{"type":"string"},"description":"The client-assigned labels which were provided when the operation was\ncreated. May also include additional labels.","type":"object"},"operationType":{"description":"The type of the operation. Can be used as a filter in\nListOperationsRequest.","enum":["OPERATION_TYPE_UNSPECIFIED","EXPORT_ENTITIES","IMPORT_ENTITIES","CREATE_INDEX","DELETE_INDEX"],"type":"string"},"startTime":{"description":"The time that work began on the operation.","format":"google-datetime","type":"string"},"state":{"description":"The current state of the Operation.","enum":["STATE_UNSPECIFIED","INITIALIZING","PROCESSING","CANCELLING","FINALIZING","SUCCESSFUL","FAILED","CANCELLED"],"type":"string"}},"type":"object"},"GoogleDatastoreAdminV1EntityFilter":{"description":"Identifies a subset of entities in a project. This is specified as\ncombinations of kinds and namespaces (either or both of which may be all, as\ndescribed in the following examples).\nExample usage:\n\nEntire project:\n kinds=[], namespace_ids=[]\n\nKinds Foo and Bar in all namespaces:\n kinds=['Foo', 'Bar'], namespace_ids=[]\n\nKinds Foo and Bar only in the default namespace:\n kinds=['Foo', 'Bar'], namespace_ids=['']\n\nKinds Foo and Bar in both the default and Baz namespaces:\n kinds=['Foo', 'Bar'], namespace_ids=['', 'Baz']\n\nThe entire Baz namespace:\n kinds=[], namespace_ids=['Baz']","properties":{"kinds":{"description":"If empty, then this represents all kinds.","items":{"type":"string"},"type":"array"},"namespaceIds":{"description":"An empty list represents all namespaces. This is the preferred\nusage for projects that don't use namespaces.\n\nAn empty string element represents the default namespace. This should be\nused if the project has data in non-default namespaces, but doesn't want to\ninclude them.\nEach namespace in this list must be unique.","items":{"type":"string"},"type":"array"}},"type":"object"},"GoogleDatastoreAdminV1ExportEntitiesMetadata":{"description":"Metadata for ExportEntities operations.","properties":{"common":{"$ref":"#/components/schemas/GoogleDatastoreAdminV1CommonMetadata"},"entityFilter":{"$ref":"#/components/schemas/GoogleDatastoreAdminV1EntityFilter"},"outputUrlPrefix":{"description":"Location for the export metadata and data files. This will be the same\nvalue as the\ngoogle.datastore.admin.v1.ExportEntitiesRequest.output_url_prefix\nfield. The final output location is provided in\ngoogle.datastore.admin.v1.ExportEntitiesResponse.output_url.","type":"string"},"progressBytes":{"$ref":"#/components/schemas/GoogleDatastoreAdminV1Progress"},"progressEntities":{"$ref":"#/components/schemas/GoogleDatastoreAdminV1Progress"}},"type":"object"},"GoogleDatastoreAdminV1ExportEntitiesRequest":{"description":"The request for\ngoogle.datastore.admin.v1.DatastoreAdmin.ExportEntities.","properties":{"entityFilter":{"$ref":"#/components/schemas/GoogleDatastoreAdminV1EntityFilter"},"labels":{"additionalProperties":{"type":"string"},"description":"Client-assigned labels.","type":"object"},"outputUrlPrefix":{"description":"Location for the export metadata and data files.\n\nThe full resource URL of the external storage location. Currently, only\nGoogle Cloud Storage is supported. So output_url_prefix should be of the\nform: `gs://BUCKET_NAME[/NAMESPACE_PATH]`, where `BUCKET_NAME` is the\nname of the Cloud Storage bucket and `NAMESPACE_PATH` is an optional Cloud\nStorage namespace path (this is not a Cloud Datastore namespace). For more\ninformation about Cloud Storage namespace paths, see\n[Object name\nconsiderations](https://cloud.google.com/storage/docs/naming#object-considerations).\n\nThe resulting files will be nested deeper than the specified URL prefix.\nThe final output URL will be provided in the\ngoogle.datastore.admin.v1.ExportEntitiesResponse.output_url field. That\nvalue should be used for subsequent ImportEntities operations.\n\nBy nesting the data files deeper, the same Cloud Storage bucket can be used\nin multiple ExportEntities operations without conflict.","type":"string"}},"type":"object"},"GoogleDatastoreAdminV1ExportEntitiesResponse":{"description":"The response for\ngoogle.datastore.admin.v1.DatastoreAdmin.ExportEntities.","properties":{"outputUrl":{"description":"Location of the output metadata file. This can be used to begin an import\ninto Cloud Datastore (this project or another project). See\ngoogle.datastore.admin.v1.ImportEntitiesRequest.input_url.\nOnly present if the operation completed successfully.","type":"string"}},"type":"object"},"GoogleDatastoreAdminV1ImportEntitiesMetadata":{"description":"Metadata for ImportEntities operations.","properties":{"common":{"$ref":"#/components/schemas/GoogleDatastoreAdminV1CommonMetadata"},"entityFilter":{"$ref":"#/components/schemas/GoogleDatastoreAdminV1EntityFilter"},"inputUrl":{"description":"The location of the import metadata file. This will be the same value as\nthe google.datastore.admin.v1.ExportEntitiesResponse.output_url field.","type":"string"},"progressBytes":{"$ref":"#/components/schemas/GoogleDatastoreAdminV1Progress"},"progressEntities":{"$ref":"#/components/schemas/GoogleDatastoreAdminV1Progress"}},"type":"object"},"GoogleDatastoreAdminV1ImportEntitiesRequest":{"description":"The request for\ngoogle.datastore.admin.v1.DatastoreAdmin.ImportEntities.","properties":{"entityFilter":{"$ref":"#/components/schemas/GoogleDatastoreAdminV1EntityFilter"},"inputUrl":{"description":"The full resource URL of the external storage location. Currently, only\nGoogle Cloud Storage is supported. So input_url should be of the form:\n`gs://BUCKET_NAME[/NAMESPACE_PATH]/OVERALL_EXPORT_METADATA_FILE`, where\n`BUCKET_NAME` is the name of the Cloud Storage bucket, `NAMESPACE_PATH` is\nan optional Cloud Storage namespace path (this is not a Cloud Datastore\nnamespace), and `OVERALL_EXPORT_METADATA_FILE` is the metadata file written\nby the ExportEntities operation. For more information about Cloud Storage\nnamespace paths, see\n[Object name\nconsiderations](https://cloud.google.com/storage/docs/naming#object-considerations).\n\nFor more information, see\ngoogle.datastore.admin.v1.ExportEntitiesResponse.output_url.","type":"string"},"labels":{"additionalProperties":{"type":"string"},"description":"Client-assigned labels.","type":"object"}},"type":"object"},"GoogleDatastoreAdminV1Index":{"description":"A minimal index definition.","properties":{"ancestor":{"description":"The index's ancestor mode. Must not be ANCESTOR_MODE_UNSPECIFIED.\nRequired.","enum":["ANCESTOR_MODE_UNSPECIFIED","NONE","ALL_ANCESTORS"],"type":"string"},"indexId":{"description":"The resource ID of the index.\nOutput only.","type":"string"},"kind":{"description":"The entity kind to which this index applies.\nRequired.","type":"string"},"projectId":{"description":"Project ID.\nOutput only.","type":"string"},"properties":{"description":"An ordered sequence of property names and their index attributes.\nRequired.","items":{"$ref":"#/components/schemas/GoogleDatastoreAdminV1IndexedProperty"},"type":"array"},"state":{"description":"The state of the index.\nOutput only.","enum":["STATE_UNSPECIFIED","CREATING","READY","DELETING","ERROR"],"type":"string"}},"type":"object"},"GoogleDatastoreAdminV1IndexOperationMetadata":{"description":"Metadata for Index operations.","properties":{"common":{"$ref":"#/components/schemas/GoogleDatastoreAdminV1CommonMetadata"},"indexId":{"description":"The index resource ID that this operation is acting on.","type":"string"},"progressEntities":{"$ref":"#/components/schemas/GoogleDatastoreAdminV1Progress"}},"type":"object"},"GoogleDatastoreAdminV1IndexedProperty":{"description":"A property of an index.","properties":{"direction":{"description":"The indexed property's direction. Must not be DIRECTION_UNSPECIFIED.\nRequired.","enum":["DIRECTION_UNSPECIFIED","ASCENDING","DESCENDING"],"type":"string"},"name":{"description":"The property name to index.\nRequired.","type":"string"}},"type":"object"},"GoogleDatastoreAdminV1ListIndexesResponse":{"description":"The response for\ngoogle.datastore.admin.v1.DatastoreAdmin.ListIndexes.","properties":{"indexes":{"description":"The indexes.","items":{"$ref":"#/components/schemas/GoogleDatastoreAdminV1Index"},"type":"array"},"nextPageToken":{"description":"The standard List next-page token.","type":"string"}},"type":"object"},"GoogleDatastoreAdminV1Progress":{"description":"Measures the progress of a particular metric.","properties":{"workCompleted":{"description":"The amount of work that has been completed. Note that this may be greater\nthan work_estimated.","format":"int64","type":"string"},"workEstimated":{"description":"An estimate of how much work needs to be performed. May be zero if the\nwork estimate is unavailable.","format":"int64","type":"string"}},"type":"object"},"GoogleDatastoreAdminV1beta1CommonMetadata":{"description":"Metadata common to all Datastore Admin operations.","properties":{"endTime":{"description":"The time the operation ended, either successfully or otherwise.","format":"google-datetime","type":"string"},"labels":{"additionalProperties":{"type":"string"},"description":"The client-assigned labels which were provided when the operation was\ncreated. May also include additional labels.","type":"object"},"operationType":{"description":"The type of the operation. Can be used as a filter in\nListOperationsRequest.","enum":["OPERATION_TYPE_UNSPECIFIED","EXPORT_ENTITIES","IMPORT_ENTITIES"],"type":"string"},"startTime":{"description":"The time that work began on the operation.","format":"google-datetime","type":"string"},"state":{"description":"The current state of the Operation.","enum":["STATE_UNSPECIFIED","INITIALIZING","PROCESSING","CANCELLING","FINALIZING","SUCCESSFUL","FAILED","CANCELLED"],"type":"string"}},"type":"object"},"GoogleDatastoreAdminV1beta1EntityFilter":{"description":"Identifies a subset of entities in a project. This is specified as\ncombinations of kinds and namespaces (either or both of which may be all, as\ndescribed in the following examples).\nExample usage:\n\nEntire project:\n kinds=[], namespace_ids=[]\n\nKinds Foo and Bar in all namespaces:\n kinds=['Foo', 'Bar'], namespace_ids=[]\n\nKinds Foo and Bar only in the default namespace:\n kinds=['Foo', 'Bar'], namespace_ids=['']\n\nKinds Foo and Bar in both the default and Baz namespaces:\n kinds=['Foo', 'Bar'], namespace_ids=['', 'Baz']\n\nThe entire Baz namespace:\n kinds=[], namespace_ids=['Baz']","properties":{"kinds":{"description":"If empty, then this represents all kinds.","items":{"type":"string"},"type":"array"},"namespaceIds":{"description":"An empty list represents all namespaces. This is the preferred\nusage for projects that don't use namespaces.\n\nAn empty string element represents the default namespace. This should be\nused if the project has data in non-default namespaces, but doesn't want to\ninclude them.\nEach namespace in this list must be unique.","items":{"type":"string"},"type":"array"}},"type":"object"},"GoogleDatastoreAdminV1beta1ExportEntitiesMetadata":{"description":"Metadata for ExportEntities operations.","properties":{"common":{"$ref":"#/components/schemas/GoogleDatastoreAdminV1beta1CommonMetadata"},"entityFilter":{"$ref":"#/components/schemas/GoogleDatastoreAdminV1beta1EntityFilter"},"outputUrlPrefix":{"description":"Location for the export metadata and data files. This will be the same\nvalue as the\ngoogle.datastore.admin.v1beta1.ExportEntitiesRequest.output_url_prefix\nfield. The final output location is provided in\ngoogle.datastore.admin.v1beta1.ExportEntitiesResponse.output_url.","type":"string"},"progressBytes":{"$ref":"#/components/schemas/GoogleDatastoreAdminV1beta1Progress"},"progressEntities":{"$ref":"#/components/schemas/GoogleDatastoreAdminV1beta1Progress"}},"type":"object"},"GoogleDatastoreAdminV1beta1ExportEntitiesResponse":{"description":"The response for\ngoogle.datastore.admin.v1beta1.DatastoreAdmin.ExportEntities.","properties":{"outputUrl":{"description":"Location of the output metadata file. This can be used to begin an import\ninto Cloud Datastore (this project or another project). See\ngoogle.datastore.admin.v1beta1.ImportEntitiesRequest.input_url.\nOnly present if the operation completed successfully.","type":"string"}},"type":"object"},"GoogleDatastoreAdminV1beta1ImportEntitiesMetadata":{"description":"Metadata for ImportEntities operations.","properties":{"common":{"$ref":"#/components/schemas/GoogleDatastoreAdminV1beta1CommonMetadata"},"entityFilter":{"$ref":"#/components/schemas/GoogleDatastoreAdminV1beta1EntityFilter"},"inputUrl":{"description":"The location of the import metadata file. This will be the same value as\nthe google.datastore.admin.v1beta1.ExportEntitiesResponse.output_url\nfield.","type":"string"},"progressBytes":{"$ref":"#/components/schemas/GoogleDatastoreAdminV1beta1Progress"},"progressEntities":{"$ref":"#/components/schemas/GoogleDatastoreAdminV1beta1Progress"}},"type":"object"},"GoogleDatastoreAdminV1beta1Progress":{"description":"Measures the progress of a particular metric.","properties":{"workCompleted":{"description":"The amount of work that has been completed. Note that this may be greater\nthan work_estimated.","format":"int64","type":"string"},"workEstimated":{"description":"An estimate of how much work needs to be performed. May be zero if the\nwork estimate is unavailable.","format":"int64","type":"string"}},"type":"object"},"GoogleLongrunningListOperationsResponse":{"description":"The response message for Operations.ListOperations.","properties":{"nextPageToken":{"description":"The standard List next-page token.","type":"string"},"operations":{"description":"A list of operations that matches the specified filter in the request.","items":{"$ref":"#/components/schemas/GoogleLongrunningOperation"},"type":"array"}},"type":"object"},"GoogleLongrunningOperation":{"description":"This resource represents a long-running operation that is the result of a\nnetwork API call.","properties":{"done":{"description":"If the value is `false`, it means the operation is still in progress.\nIf `true`, the operation is completed, and either `error` or `response` is\navailable.","type":"boolean"},"error":{"$ref":"#/components/schemas/Status"},"metadata":{"additionalProperties":{"description":"Properties of the object. Contains field @type with type URL."},"description":"Service-specific metadata associated with the operation. It typically\ncontains progress information and common metadata such as create time.\nSome services might not provide such metadata. Any method that returns a\nlong-running operation should document the metadata type, if any.","type":"object"},"name":{"description":"The server-assigned name, which is only unique within the same service that\noriginally returns it. If you use the default HTTP mapping, the\n`name` should have the format of `operations/some/unique/name`.","type":"string"},"response":{"additionalProperties":{"description":"Properties of the object. Contains field @type with type URL."},"description":"The normal response of the operation in case of success. If the original\nmethod returns no data on success, such as `Delete`, the response is\n`google.protobuf.Empty`. If the original method is standard\n`Get`/`Create`/`Update`, the response should be the resource. For other\nmethods, the response should have the type `XxxResponse`, where `Xxx`\nis the original method name. For example, if the original method name\nis `TakeSnapshot()`, the inferred response type is\n`TakeSnapshotResponse`.","type":"object"}},"type":"object"},"GqlQuery":{"description":"A [GQL query](https://cloud.google.com/datastore/docs/apis/gql/gql_reference).","properties":{"allowLiterals":{"description":"When false, the query string must not contain any literals and instead must\nbind all values. For example,\n`SELECT * FROM Kind WHERE a = 'string literal'` is not allowed, while\n`SELECT * FROM Kind WHERE a = @value` is.","type":"boolean"},"namedBindings":{"additionalProperties":{"$ref":"#/components/schemas/GqlQueryParameter"},"description":"For each non-reserved named binding site in the query string, there must be\na named parameter with that name, but not necessarily the inverse.\n\nKey must match regex `A-Za-z_$*`, must not match regex\n`__.*__`, and must not be `\"\"`.","type":"object"},"positionalBindings":{"description":"Numbered binding site @1 references the first numbered parameter,\neffectively using 1-based indexing, rather than the usual 0.\n\nFor each binding site numbered i in `query_string`, there must be an i-th\nnumbered parameter. The inverse must also be true.","items":{"$ref":"#/components/schemas/GqlQueryParameter"},"type":"array"},"queryString":{"description":"A string of the format described\n[here](https://cloud.google.com/datastore/docs/apis/gql/gql_reference).","type":"string"}},"type":"object"},"GqlQueryParameter":{"description":"A binding parameter for a GQL query.","properties":{"cursor":{"description":"A query cursor. Query cursors are returned in query\nresult batches.","format":"byte","type":"string"},"value":{"$ref":"#/components/schemas/Value"}},"type":"object"},"Key":{"description":"A unique identifier for an entity.\nIf a key's partition ID or any of its path kinds or names are\nreserved/read-only, the key is reserved/read-only.\nA reserved/read-only key is forbidden in certain documented contexts.","properties":{"partitionId":{"$ref":"#/components/schemas/PartitionId"},"path":{"description":"The entity path.\nAn entity path consists of one or more elements composed of a kind and a\nstring or numerical identifier, which identify entities. The first\nelement identifies a _root entity_, the second element identifies\na _child_ of the root entity, the third element identifies a child of the\nsecond entity, and so forth. The entities identified by all prefixes of\nthe path are called the element's _ancestors_.\n\nAn entity path is always fully complete: *all* of the entity's ancestors\nare required to be in the path along with the entity identifier itself.\nThe only exception is that in some documented cases, the identifier in the\nlast path element (for the entity) itself may be omitted. For example,\nthe last path element of the key of `Mutation.insert` may have no\nidentifier.\n\nA path can never be empty, and a path can have at most 100 elements.","items":{"$ref":"#/components/schemas/PathElement"},"type":"array"}},"type":"object"},"KindExpression":{"description":"A representation of a kind.","properties":{"name":{"description":"The name of the kind.","type":"string"}},"type":"object"},"LatLng":{"description":"An object representing a latitude/longitude pair. This is expressed as a pair\nof doubles representing degrees latitude and degrees longitude. Unless\nspecified otherwise, this must conform to the\n<a href=\"http://www.unoosa.org/pdf/icg/2012/template/WGS_84.pdf\">WGS84\nstandard</a>. Values must be within normalized ranges.","properties":{"latitude":{"description":"The latitude in degrees. It must be in the range [-90.0, +90.0].","format":"double","type":"number"},"longitude":{"description":"The longitude in degrees. It must be in the range [-180.0, +180.0].","format":"double","type":"number"}},"type":"object"},"LookupRequest":{"description":"The request for Datastore.Lookup.","properties":{"keys":{"description":"Keys of entities to look up.","items":{"$ref":"#/components/schemas/Key"},"type":"array"},"readOptions":{"$ref":"#/components/schemas/ReadOptions"}},"type":"object"},"LookupResponse":{"description":"The response for Datastore.Lookup.","properties":{"deferred":{"description":"A list of keys that were not looked up due to resource constraints. The\norder of results in this field is undefined and has no relation to the\norder of the keys in the input.","items":{"$ref":"#/components/schemas/Key"},"type":"array"},"found":{"description":"Entities found as `ResultType.FULL` entities. The order of results in this\nfield is undefined and has no relation to the order of the keys in the\ninput.","items":{"$ref":"#/components/schemas/EntityResult"},"type":"array"},"missing":{"description":"Entities not found as `ResultType.KEY_ONLY` entities. The order of results\nin this field is undefined and has no relation to the order of the keys\nin the input.","items":{"$ref":"#/components/schemas/EntityResult"},"type":"array"}},"type":"object"},"Mutation":{"description":"A mutation to apply to an entity.","properties":{"baseVersion":{"description":"The version of the entity that this mutation is being applied to. If this\ndoes not match the current version on the server, the mutation conflicts.","format":"int64","type":"string"},"delete":{"$ref":"#/components/schemas/Key"},"insert":{"$ref":"#/components/schemas/Entity"},"update":{"$ref":"#/components/schemas/Entity"},"upsert":{"$ref":"#/components/schemas/Entity"}},"type":"object"},"MutationResult":{"description":"The result of applying a mutation.","properties":{"conflictDetected":