Borrar grupo de entrada
bookmark_borderbookmark
Organiza tus páginas con colecciones
Guarda y categoriza el contenido según tus preferencias.
Borrar un grupo de entrada
Muestra de código
Salvo que se indique lo contrario, el contenido de esta página está sujeto a la licencia Atribución 4.0 de Creative Commons, y los ejemplos de código están sujetos a la licencia Apache 2.0. Para obtener más información, consulta las políticas del sitio de Google Developers. Java es una marca registrada de Oracle o sus afiliados.
[[["Fácil de comprender","easyToUnderstand","thumb-up"],["Resolvió mi problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Información o código de muestra incorrectos","incorrectInformationOrSampleCode","thumb-down"],["Faltan la información o los ejemplos que necesito","missingTheInformationSamplesINeed","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Otro","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."]]],[]]