Classe /GOOG/CL_DATALINEAGE_V1

Classe

/GOOG/CL_DATALINEAGE_V1
  • Héritage de : /GOOG/CL_HTTP_CLIENT
  • Description : Data Lineage API v1
Pour obtenir des informations générales sur une classe du SDK ABAP pour Google Cloud, consultez la page Bouchon de client API.

Types

Type Description Visibilité
TY_001 GoogleCloudDatacatalogLineageV1BatchSearchLinkProcessesReque PUBLIC
TY_002 GoogleCloudDatacatalogLineageV1BatchSearchLinkProcessesRespo PUBLIC
TY_003 GoogleCloudDatacatalogLineageV1EntityReference PUBLIC
TY_004 GoogleCloudDatacatalogLineageV1EventLink PUBLIC
TY_005 GoogleCloudDatacatalogLineageV1LineageEvent PUBLIC
TY_006 GoogleCloudDatacatalogLineageV1Link PUBLIC
TY_007 GoogleCloudDatacatalogLineageV1ListLineageEventsResponse PUBLIC
TY_008 GoogleCloudDatacatalogLineageV1ListProcessesResponse PUBLIC
TY_009 GoogleCloudDatacatalogLineageV1ListRunsResponse PUBLIC
TY_010 GoogleCloudDatacatalogLineageV1Origin PUBLIC
TY_011 GoogleCloudDatacatalogLineageV1Process PUBLIC
TY_012 GoogleCloudDatacatalogLineageV1ProcessLinkInfo PUBLIC
TY_013 GoogleCloudDatacatalogLineageV1ProcessLinks PUBLIC
TY_014 GoogleCloudDatacatalogLineageV1Run PUBLIC
TY_015 GoogleCloudDatacatalogLineageV1SearchLinksRequest PUBLIC
TY_016 GoogleCloudDatacatalogLineageV1SearchLinksResponse PUBLIC
TY_018 GoogleLongrunningListOperationsResponse PUBLIC
TY_019 GoogleLongrunningOperation PUBLIC
TY_021 GoogleRpcStatus PUBLIC
TY_022 GoogleCloudDatacatalogLineageV1ProcessOpenLineageRunEventRes PUBLIC
TY_T_004 GoogleCloudDatacatalogLineageV1EventLink PUBLIC
TY_T_005 GoogleCloudDatacatalogLineageV1LineageEvent PUBLIC
TY_T_006 GoogleCloudDatacatalogLineageV1Link PUBLIC
TY_T_011 GoogleCloudDatacatalogLineageV1Process PUBLIC
TY_T_012 GoogleCloudDatacatalogLineageV1ProcessLinkInfo PUBLIC
TY_T_013 GoogleCloudDatacatalogLineageV1ProcessLinks PUBLIC
TY_T_014 GoogleCloudDatacatalogLineageV1Run PUBLIC
TY_T_019 GoogleLongrunningOperation PUBLIC
TY_T_STRING Table of Strings PUBLIC

Constantes

Nom Type Description Valeur Visibilité
C_CLOUD_VERSION /GOOG/SDK_VERSION Version Cloud la plus basse 1.0 PUBLIC
C_ON_PREM_VERSION /GOOG/SDK_VERSION Version sur site la plus basse 1.5 PUBLIC
C_PATH_PREFIX STRING Préfixe de chemin d'API PUBLIC
C_REVISION_DATE DATUM Date de révision du document de découverte 20240219 PUBLIC
C_ROOT_URL STRING URL racine de l'API https://datalineage.googleapis.com PUBLIC
C_SERVICE_NAME /GOOG/SERVICE_NAME Nom du service Google datalineage:v1 PUBLIC
C_SUPPORTED_AUTH /GOOG/SUPP_AUTH Types d'authentification pris en charge IJIJWW PUBLIC

Méthodes

Pour obtenir des informations générales sur une méthode du SDK ABAP pour Google Cloud, consultez la page Méthode API.

CONSTRUCTOR

  • Description : Constructor
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_KEY_NAME IMPORTING /GOOG/KEYNAME Nom de la clé Google Cloud
IV_LOG_OBJ IMPORTING BALOBJ_D Journal d'application : nom de l'objet (code d'application)
IV_LOG_SUBOBJ IMPORTING BALSUBOBJ Journal d'application : sous-objet

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud: classe d'exception
  • Description : datalineage.projects.locations.batchSearchLinkProcesses
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_LOCATIONS_ID IMPORTING STRING Emplacements.ID
IS_INPUT IMPORTING TY_001 GoogleCloudDatacatalogLineageV1BatchSearchLinkProcessesReque
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_002 GoogleCloudDatacatalogLineageV1BatchSearchLinkProcessesRespo
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

CANCEL_OPERATIONS

  • Description : datalineage.projects.locations.operations.cancel
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_LOCATIONS_ID IMPORTING STRING Emplacements.ID
IV_P_OPERATIONS_ID IMPORTING STRING operationsId
IS_INPUT IMPORTING REF TO DATA Données d'entrée
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING REF TO DATA Données de sortie
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

CREATE_LINEAGE_EVENTS

  • Description : projects.locations.processes.runs.lineageEvents.create
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_Q_REQUESTID IMPORTING STRING requestId
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_LOCATIONS_ID IMPORTING STRING Emplacements.ID
IV_P_PROCESSES_ID IMPORTING STRING processesId
IV_P_RUNS_ID IMPORTING STRING runsId
IS_INPUT IMPORTING TY_005 GoogleCloudDatacatalogLineageV1LineageEvent
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_005 GoogleCloudDatacatalogLineageV1LineageEvent
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

CREATE_PROCESSES

  • Description : datalineage.projects.locations.processes.create
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_Q_REQUESTID IMPORTING STRING requestId
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_LOCATIONS_ID IMPORTING STRING Emplacements.ID
IS_INPUT IMPORTING TY_011 GoogleCloudDatacatalogLineageV1Process
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_011 GoogleCloudDatacatalogLineageV1Process
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

CREATE_RUNS

  • Description : datalineage.projects.locations.processes.runs.create
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_Q_REQUESTID IMPORTING STRING requestId
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_LOCATIONS_ID IMPORTING STRING Emplacements.ID
IV_P_PROCESSES_ID IMPORTING STRING processesId
IS_INPUT IMPORTING TY_014 GoogleCloudDatacatalogLineageV1Run
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_014 GoogleCloudDatacatalogLineageV1Run
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

DELETE_LINEAGE_EVENTS

  • Description : projects.locations.processes.runs.lineageEvents.delete
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_Q_ALLOWMISSING IMPORTING STRING allowMissing
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_LOCATIONS_ID IMPORTING STRING Emplacements.ID
IV_P_PROCESSES_ID IMPORTING STRING processesId
IV_P_RUNS_ID IMPORTING STRING runsId
IV_P_LINEAGE_EVENTS_ID IMPORTING STRING lineageEventsId
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING REF TO DATA Données de sortie
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

DELETE_OPERATIONS

  • Description : datalineage.projects.locations.operations.delete
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_LOCATIONS_ID IMPORTING STRING Emplacements.ID
IV_P_OPERATIONS_ID IMPORTING STRING operationsId
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING REF TO DATA Données de sortie
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

DELETE_PROCESSES

  • Description : datalineage.projects.locations.processes.delete
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_Q_ALLOWMISSING IMPORTING STRING allowMissing
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_LOCATIONS_ID IMPORTING STRING Emplacements.ID
IV_P_PROCESSES_ID IMPORTING STRING processesId
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_019 GoogleLongrunningOperation
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

DELETE_RUNS

  • Description : datalineage.projects.locations.processes.runs.delete
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_Q_ALLOWMISSING IMPORTING STRING allowMissing
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_LOCATIONS_ID IMPORTING STRING Emplacements.ID
IV_P_PROCESSES_ID IMPORTING STRING processesId
IV_P_RUNS_ID IMPORTING STRING runsId
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_019 GoogleLongrunningOperation
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

GET_LINEAGE_EVENTS

  • Description : projects.locations.processes.runs.lineageEvents.get
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_LOCATIONS_ID IMPORTING STRING Emplacements.ID
IV_P_PROCESSES_ID IMPORTING STRING processesId
IV_P_RUNS_ID IMPORTING STRING runsId
IV_P_LINEAGE_EVENTS_ID IMPORTING STRING lineageEventsId
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_005 GoogleCloudDatacatalogLineageV1LineageEvent
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

GET_OPERATIONS

  • Description : datalineage.projects.locations.operations.get
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_LOCATIONS_ID IMPORTING STRING Emplacements.ID
IV_P_OPERATIONS_ID IMPORTING STRING operationsId
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_019 GoogleLongrunningOperation
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

GET_PROCESSES

  • Description : datalineage.projects.locations.processes.get
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_LOCATIONS_ID IMPORTING STRING Emplacements.ID
IV_P_PROCESSES_ID IMPORTING STRING processesId
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_011 GoogleCloudDatacatalogLineageV1Process
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

GET_RUNS

  • Description : datalineage.projects.locations.processes.runs.get
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_LOCATIONS_ID IMPORTING STRING Emplacements.ID
IV_P_PROCESSES_ID IMPORTING STRING processesId
IV_P_RUNS_ID IMPORTING STRING runsId
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_014 GoogleCloudDatacatalogLineageV1Run
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

LIST_LINEAGE_EVENTS

  • Description : projects.locations.processes.runs.lineageEvents.list
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_Q_PAGESIZE IMPORTING STRING pageSize
IV_Q_PAGETOKEN IMPORTING STRING pageToken
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_LOCATIONS_ID IMPORTING STRING Emplacements.ID
IV_P_PROCESSES_ID IMPORTING STRING processesId
IV_P_RUNS_ID IMPORTING STRING runsId
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_007 GoogleCloudDatacatalogLineageV1ListLineageEventsResponse
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

LIST_OPERATIONS

  • Description : datalineage.projects.locations.operations.list
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_Q_FILTER IMPORTING STRING filter
IV_Q_PAGESIZE IMPORTING STRING pageSize
IV_Q_PAGETOKEN IMPORTING STRING pageToken
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_LOCATIONS_ID IMPORTING STRING Emplacements.ID
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_018 GoogleLongrunningListOperationsResponse
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

LIST_PROCESSES

  • Description : datalineage.projects.locations.processes.list
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_Q_PAGESIZE IMPORTING STRING pageSize
IV_Q_PAGETOKEN IMPORTING STRING pageToken
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_LOCATIONS_ID IMPORTING STRING Emplacements.ID
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_008 GoogleCloudDatacatalogLineageV1ListProcessesResponse
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

LIST_RUNS

  • Description : datalineage.projects.locations.processes.runs.list
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_Q_PAGESIZE IMPORTING STRING pageSize
IV_Q_PAGETOKEN IMPORTING STRING pageToken
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_LOCATIONS_ID IMPORTING STRING Emplacements.ID
IV_P_PROCESSES_ID IMPORTING STRING processesId
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_009 GoogleCloudDatacatalogLineageV1ListRunsResponse
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

PATCH_PROCESSES

  • Description : datalineage.projects.locations.processes.patch
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_Q_ALLOWMISSING IMPORTING STRING allowMissing
IV_Q_UPDATEMASK IMPORTING STRING #updatemask
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_LOCATIONS_ID IMPORTING STRING Emplacements.ID
IV_P_PROCESSES_ID IMPORTING STRING processesId
IS_INPUT IMPORTING TY_011 GoogleCloudDatacatalogLineageV1Process
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_011 GoogleCloudDatacatalogLineageV1Process
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

PATCH_RUNS

  • Description : datalineage.projects.locations.processes.runs.patch
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_Q_ALLOWMISSING IMPORTING STRING allowMissing
IV_Q_UPDATEMASK IMPORTING STRING #updatemask
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_LOCATIONS_ID IMPORTING STRING Emplacements.ID
IV_P_PROCESSES_ID IMPORTING STRING processesId
IV_P_RUNS_ID IMPORTING STRING runsId
IS_INPUT IMPORTING TY_014 GoogleCloudDatacatalogLineageV1Run
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_014 GoogleCloudDatacatalogLineageV1Run
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

PROCESS_OPEN_LINEAGE_RUN_EV

  • Description : datalineage.projects.locations.processOpenLineageRunEvent
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_Q_REQUESTID IMPORTING STRING requestId
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_LOCATIONS_ID IMPORTING STRING Emplacements.ID
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_022 GoogleCloudDatacatalogLineageV1ProcessOpenLineageRunEventRes
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception
  • Description : datalineage.projects.locations.searchLinks
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_LOCATIONS_ID IMPORTING STRING Emplacements.ID
IS_INPUT IMPORTING TY_015 GoogleCloudDatacatalogLineageV1SearchLinksRequest
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_016 GoogleCloudDatacatalogLineageV1SearchLinksResponse
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

FERMER

  • Description : Fermer la connexion
  • Visibilité : PUBLIQUE