Classe /GOOG/CL_BATCH_V1

Classe

/GOOG/CL_BATCH_V1
  • Héritage de : /GOOG/CL_HTTP_CLIENT
  • Description : Batch 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 Accelerator PUBLIC
TY_002 ActionCondition PUBLIC
TY_003 AgentContainer PUBLIC
TY_004 AgentEnvironment PUBLIC
TY_005 AgentInfo PUBLIC
TY_006 AgentKMSEnvMap PUBLIC
TY_007 AgentMetadata PUBLIC
TY_008 AgentScript PUBLIC
TY_009 AgentTask PUBLIC
TY_010 AgentTaskInfo PUBLIC
TY_011 AgentTaskRunnable PUBLIC
TY_012 AgentTaskSpec PUBLIC
TY_013 AgentTimingInfo PUBLIC
TY_014 AllocationPolicy PUBLIC
TY_015 AttachedDisk PUBLIC
TY_016 Barrier PUBLIC
TY_018 ComputeResource PUBLIC
TY_019 Container PUBLIC
TY_020 Disk PUBLIC
TY_022 Environment PUBLIC
TY_023 GCS PUBLIC
TY_024 InstancePolicy PUBLIC
TY_025 InstancePolicyOrTemplate PUBLIC
TY_026 InstanceStatus PUBLIC
TY_027 Job PUBLIC
TY_028 JobNotification PUBLIC
TY_029 JobStatus PUBLIC
TY_030 KMSEnvMap PUBLIC
TY_031 LifecyclePolicy PUBLIC
TY_032 ListJobsResponse PUBLIC
TY_033 ListLocationsResponse PUBLIC
TY_034 ListOperationsResponse PUBLIC
TY_035 ListTasksResponse PUBLIC
TY_036 Location PUBLIC
TY_037 LocationPolicy PUBLIC
TY_038 LogsPolicy PUBLIC
TY_039 Message PUBLIC
TY_040 NFS PUBLIC
TY_041 NetworkInterface PUBLIC
TY_042 NetworkPolicy PUBLIC
TY_043 Operation PUBLIC
TY_044 PlacementPolicy PUBLIC
TY_045 ReportAgentStateRequest PUBLIC
TY_046 ReportAgentStateResponse PUBLIC
TY_047 Runnable PUBLIC
TY_048 Script PUBLIC
TY_049 ServiceAccount PUBLIC
TY_050 Status PUBLIC
TY_051 StatusEvent PUBLIC
TY_052 Task PUBLIC
TY_053 TaskExecution PUBLIC
TY_054 TaskGroup PUBLIC
TY_055 TaskGroupStatus PUBLIC
TY_056 TaskSpec PUBLIC
TY_057 TaskStatus PUBLIC
TY_058 Volume PUBLIC
TY_059 AgentTaskUserAccount PUBLIC
TY_060 CloudLoggingOption PUBLIC
TY_T_001 Accelerator PUBLIC
TY_T_009 AgentTask PUBLIC
TY_T_010 AgentTaskInfo PUBLIC
TY_T_011 AgentTaskRunnable PUBLIC
TY_T_015 AttachedDisk PUBLIC
TY_T_022 Environment PUBLIC
TY_T_025 InstancePolicyOrTemplate PUBLIC
TY_T_026 InstanceStatus PUBLIC
TY_T_027 Job PUBLIC
TY_T_028 JobNotification PUBLIC
TY_T_031 LifecyclePolicy PUBLIC
TY_T_036 Location PUBLIC
TY_T_041 NetworkInterface PUBLIC
TY_T_043 Operation PUBLIC
TY_T_047 Runnable PUBLIC
TY_T_051 StatusEvent PUBLIC
TY_T_052 Task PUBLIC
TY_T_054 TaskGroup PUBLIC
TY_T_058 Volume PUBLIC
TY_T_INT4 Table of Integers 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 20240221 PUBLIC
C_ROOT_URL STRING URL racine de l'API https://batch.googleapis.com PUBLIC
C_SERVICE_NAME /GOOG/SERVICE_NAME Nom du service Google batch: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

CANCEL_OPERATIONS

  • Description : batch.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 Exportation… DATA Données brutes de sortie
ES_OUTPUT Exportation… REF TO DATA Données de sortie
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

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

CREATE_JOBS

  • Description : batch.projects.locations.jobs.create
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_Q_JOBID IMPORTING STRING jobId
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_027 Job
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_027 Job
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

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

DELETE_JOBS

  • Description : batch.projects.locations.jobs.delete
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_Q_REASON IMPORTING STRING reason
IV_Q_REQUESTID IMPORTING STRING requestId
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_LOCATIONS_ID IMPORTING STRING Emplacements.ID
IV_P_JOBS_ID IMPORTING STRING jobsId
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_043 Opération
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

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

DELETE_OPERATIONS

  • Description : batch.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 Exportation… DATA Données brutes de sortie
ES_OUTPUT Exportation… REF TO DATA Données de sortie
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

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

GET_JOBS

  • Description : batch.projects.locations.jobs.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_JOBS_ID IMPORTING STRING jobsId
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_027 Job
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

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

GET_LOCATIONS

  • Description : batch.projects.locations.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
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_036 Emplacement
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

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

GET_OPERATIONS

  • Description : batch.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 Exportation… DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_043 Opération
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

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

GET_TASKS

  • Description : batch.projects.locations.jobs.taskGroups.tasks.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_JOBS_ID IMPORTING STRING jobsId
IV_P_TASK_GROUPS_ID IMPORTING STRING taskGroupsId
IV_P_TASKS_ID IMPORTING STRING tasksId
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_052 Tâche
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

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

LIST_JOBS

  • Description : batch.projects.locations.jobs.list
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_Q_FILTER IMPORTING STRING filter
IV_Q_ORDERBY IMPORTING STRING orderBy
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 Exportation… DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_032 ListJobsResponse
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

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

LIST_LOCATIONS

  • Description : batch.projects.locations.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
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_033 ListLocationsResponse
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

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

LIST_OPERATIONS

  • Description : batch.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 Exportation… DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_034 ListOperationsResponse
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

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

LIST_TASKS

  • Description : batch.projects.locations.jobs.taskGroups.tasks.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
IV_P_JOBS_ID IMPORTING STRING jobsId
IV_P_TASK_GROUPS_ID IMPORTING STRING taskGroupsId
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_035 ListTasksResponse
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

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

REPORT_STATE

  • Description : batch.projects.locations.state.report
  • 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_045 ReportAgentStateRequest
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_046 ReportAgentStateResponse
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /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