Supprimer le groupe d'entrées
bookmark_borderbookmark
Restez organisé à l'aide des collections
Enregistrez et classez les contenus selon vos préférences.
Supprimez un groupe d'entrées.
Exemple de code
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
[[["Facile à comprendre","easyToUnderstand","thumb-up"],["J'ai pu résoudre mon problème","solvedMyProblem","thumb-up"],["Autre","otherUp","thumb-up"]],[["Difficile à comprendre","hardToUnderstand","thumb-down"],["Informations ou exemple de code incorrects","incorrectInformationOrSampleCode","thumb-down"],["Il n'y a pas l'information/les exemples dont j'ai besoin","missingTheInformationSamplesINeed","thumb-down"],["Problème de traduction","translationIssue","thumb-down"],["Autre","otherDown","thumb-down"]],[],[[["This code sample demonstrates how to delete an entry group in Google Cloud Data Catalog using Java."],["Before running the sample, you need to set up the Java environment and authenticate to Data Catalog using Application Default Credentials, as described in the documentation."],["The code utilizes the `DataCatalogClient` to send a `DeleteEntryGroupRequest` specifying the target entry group name."],["The code shows that in order to identify the entry group it uses the following variables, `projectId`, `location`, and `entryGroupId`."],["After execution the result is going to be printed to the console, with a message indicating a successfull delete."]]],[]]