Immutable. The full resource name of the data store. Format: projects/{project}/locations/{location}/collections/{collectionId}/dataStores/{dataStoreId}.
This field must be a UTF-8 encoded string with a length limit of 1024 characters.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-28 UTC."],[[["This endpoint updates an existing DataStore resource within a specified project, location, and collection."],["The HTTP request uses the `PATCH` method with a URL structure following gRPC Transcoding syntax, requiring the `dataStore.name` path parameter."],["The `updateMask` query parameter specifies which fields of the DataStore should be updated, using a comma-separated list of fully qualified field names."],["The request body contains the updated DataStore information, and a successful response returns the updated DataStore instance."],["Authorization requires the OAuth scope `https://www.googleapis.com/auth/cloud-platform` and the IAM permission `discoveryengine.dataStores.update`."]]],[]]