Class /GOOG/CL_STORAGETRANSFER_V1

Classe

/GOOG/CL_STORAGETRANSFER_V1
  • Héritage de : /GOOG/CL_HTTP_CLIENT
  • Description : Storage Transfer 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 AgentPool PUBLIC
TY_002 AwsAccessKey PUBLIC
TY_003 AwsS3CompatibleData PUBLIC
TY_004 AwsS3Data PUBLIC
TY_005 AzureBlobStorageData PUBLIC
TY_006 AzureCredentials PUBLIC
TY_007 BandwidthLimit PUBLIC
TY_009 Date PUBLIC
TY_013 EventStream PUBLIC
TY_014 GcsData PUBLIC
TY_015 GoogleServiceAccount PUBLIC
TY_016 HttpData PUBLIC
TY_017 ListAgentPoolsResponse PUBLIC
TY_018 ListOperationsResponse PUBLIC
TY_019 ListTransferJobsResponse PUBLIC
TY_020 LoggingConfig PUBLIC
TY_021 MetadataOptions PUBLIC
TY_022 NotificationConfig PUBLIC
TY_023 ObjectConditions PUBLIC
TY_024 Operation PUBLIC
TY_026 PosixFilesystem PUBLIC
TY_028 RunTransferJobRequest PUBLIC
TY_029 S3CompatibleMetadata PUBLIC
TY_030 Schedule PUBLIC
TY_031 Status PUBLIC
TY_032 TimeOfDay PUBLIC
TY_034 TransferJob PUBLIC
TY_035 TransferManifest PUBLIC
TY_036 TransferOptions PUBLIC
TY_037 TransferSpec PUBLIC
TY_038 UpdateTransferJobRequest PUBLIC
TY_039 HdfsData PUBLIC
TY_040 ReplicationSpec PUBLIC
TY_T_001 AgentPool PUBLIC
TY_T_024 Operation PUBLIC
TY_T_034 TransferJob 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 PUBLIC
C_ON_PREM_VERSION /GOOG/SDK_VERSION Version sur site la plus basse 1,7 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 20240513 PUBLIC
C_ROOT_URL STRING URL racine de l'API https://storagetransfer.googleapis.com PUBLIC
C_SERVICE_NAME /GOOG/SERVICE_NAME Nom du service Google storagetransfer: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_TRANSFER_OPERATIONS

  • Description : storagetransfer.transferOperations.cancel
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_TRANSFER_OPERATIONS_ID IMPORTING STRING transferOperationsId
IS_INPUT IMPORTING DATA Données d'entrée
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING 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_AGENT_POOLS

  • Description : storagetransfer.projects.agentPools.create
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_Q_AGENTPOOLID IMPORTING STRING agentPoolId
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IS_INPUT IMPORTING TY_001 AgentPool
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_001 AgentPool
EV_RET_CODE Exportation… 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_TRANSFER_JOBS

  • Description : storagetransfer.transferJobs.create
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IS_INPUT IMPORTING TY_034 TransferJob
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_034 TransferJob
EV_RET_CODE Exportation… 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_AGENT_POOLS

  • Description : storagetransfer.projects.agentPools.delete
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_AGENT_POOLS_ID IMPORTING STRING agentPoolsId
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT EXPORTING 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_TRANSFER_JOBS

  • Description : storagetransfer.transferJobs.delete
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_Q_PROJECTID IMPORTING STRING projectId
IV_P_TRANSFER_JOBS_ID IMPORTING STRING transferJobsId
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT EXPORTING 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

GET_AGENT_POOLS

  • Description : storagetransfer.projects.agentPools.get
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_AGENT_POOLS_ID IMPORTING STRING agentPoolsId
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_001 AgentPool
EV_RET_CODE Exportation… 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_GOOGLE_SERVICE_ACCOUNTS

  • Description : storagetransfer.googleServiceAccounts.get
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_PROJECT_ID IMPORTING STRING projectId
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_015 GoogleServiceAccount
EV_RET_CODE Exportation… 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_TRANSFER_JOBS

  • Description : storagetransfer.transferJobs.get
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_Q_PROJECTID IMPORTING STRING projectId
IV_P_TRANSFER_JOBS_ID IMPORTING STRING transferJobsId
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_034 TransferJob
EV_RET_CODE Exportation… 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_TRANSFER_OPERATIONS

  • Description : storagetransfer.transferOperations.get
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_TRANSFER_OPERATIONS_ID IMPORTING STRING transferOperationsId
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_024 Opération
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_AGENT_POOLS

  • Description : storagetransfer.projects.agentPools.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 EXPORTING DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_017 ListAgentPoolsResponse
EV_RET_CODE Exportation… 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_TRANSFER_JOBS

  • Description : storagetransfer.transferJobs.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
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_019 ListTransferJobsResponse
EV_RET_CODE Exportation… 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_TRANSFER_OPERATIONS

  • Description : storagetransfer.transferOperations.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
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_018 ListOperationsResponse
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_AGENT_POOLS

  • Description : storagetransfer.projects.agentPools.patch
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_Q_UPDATEMASK IMPORTING STRING #updatemask
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_AGENT_POOLS_ID IMPORTING STRING agentPoolsId
IS_INPUT IMPORTING TY_001 AgentPool
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_001 AgentPool
EV_RET_CODE Exportation… 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_TRANSFER_JOBS

  • Description : storagetransfer.transferJobs.patch
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_TRANSFER_JOBS_ID IMPORTING STRING transferJobsId
IS_INPUT IMPORTING TY_038 UpdateTransferJobRequest
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_034 TransferJob
EV_RET_CODE Exportation… 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

PAUSE_TRANSFER_OPERATIONS

  • Description : storagetransfer.transferOperations.pause
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_TRANSFER_OPERATIONS_ID IMPORTING STRING transferOperationsId
IS_INPUT IMPORTING DATA Données d'entrée
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING 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

RESUME_TRANSFER_OPERATIONS

  • Description : storagetransfer.transferOperations.resume
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_TRANSFER_OPERATIONS_ID IMPORTING STRING transferOperationsId
IS_INPUT IMPORTING DATA Données d'entrée
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING 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

RUN_TRANSFER_JOBS

  • Description : storagetransfer.transferJobs.run
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_TRANSFER_JOBS_ID IMPORTING STRING transferJobsId
IS_INPUT IMPORTING TY_028 RunTransferJobRequest
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_024 Opération
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