Data Catalog API methods that are related to Data Catalog search and metadata are deprecated and will be discontinued on January 30, 2026. See Transition from Data Catalog to Dataplex Catalog. Methods that are related to policy tags and policy tag taxonomies are not deprecated.
[[["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-25 UTC."],[[["This endpoint facilitates the updating of a taxonomy's details, including its display name, description, and the policy types that are activated."],["The HTTP request method for updating a taxonomy is `PATCH`, and it utilizes a URL structure defined by `https://datacatalog.googleapis.com/v1/{taxonomy.name}`."],["The `taxonomy.name` path parameter specifies the resource name of the taxonomy, in the format `projects/{project}/locations/{location}/taxonomies/{taxonomies}`."],["The `updateMask` query parameter, formatted as a FieldMask, allows for the selective updating of specific fields within the taxonomy."],["Successful requests will return a response body that includes an instance of the updated `Taxonomy`, and requires the authorization scope of `https://www.googleapis.com/auth/cloud-platform`."]]],[]]