Classe /GOOG/CL_FILE_V1

Classe

/GOOG/CL_FILE_V1
  • Ereditarietà da:/GOOG/CL_HTTP_CLIENT
  • Descrizione:Cloud Filestore API v1
Per informazioni generali su una classe nell'SDK ABAP per Google Cloud, consulta stub del client API.

Tipi

Tipo Descrizione Visibilità
TY_001 Backup PUBBLICO
TY_007 FileShareConfig PUBBLICO
TY_016 Instance PUBBLICO
TY_017 ListBackupsResponse PUBBLICO
TY_018 ListInstancesResponse PUBBLICO
TY_019 ListLocationsResponse PUBBLICO
TY_020 ListOperationsResponse PUBBLICO
TY_021 ListSnapshotsResponse PUBBLICO
TY_022 Location PUBBLICO
TY_025 NetworkConfig PUBBLICO
TY_026 NfsExportOptions PUBBLICO
TY_027 Operation PUBBLICO
TY_028 RestoreInstanceRequest PUBBLICO
TY_029 RevertInstanceRequest PUBBLICO
TY_031 Snapshot PUBBLICO
TY_032 Status PUBBLICO
TY_036 ReplicaConfig PUBBLICO
TY_037 Replication PUBBLICO
TY_T_001 Backup PUBBLICO
TY_T_007 FileShareConfig PUBBLICO
TY_T_016 Instance PUBBLICO
TY_T_022 Location PUBBLICO
TY_T_025 NetworkConfig PUBBLICO
TY_T_026 NfsExportOptions PUBBLICO
TY_T_027 Operation PUBBLICO
TY_T_031 Snapshot PUBBLICO
TY_T_036 ReplicaConfig PUBBLICO
TY_T_STRING Table of Strings PUBBLICO

Costanti

Nome Tipo Descrizione Valore Visibilità
C_CLOUD_VERSION /GOOG/SDK_VERSION Versione cloud più bassa PUBBLICO
C_ON_PREM_VERSION /GOOG/SDK_VERSION Versione on-premise più bassa 1,7 PUBBLICO
C_ROOT_URL STRING URL root API https://file.googleapis.com PUBBLICO
C_SERVICE_NAME /GOOG/SERVICE_NAME Nome servizio Google file:v1 PUBBLICO
C_SUPPORTED_AUTH /GOOG/SUPP_AUTH Tipi di autenticazione supportati IJIJWW PUBBLICO
C_PATH_PREFIX STRING Prefisso del percorso API PUBBLICO
C_REVISION_DATE DATUM Data di revisione del documento di rilevamento 20240511 PUBBLICO

Metodi

Per informazioni generali su un metodo in ABAP SDK per Google Cloud, consulta Metodo API.

COSTRUTTORE

  • Descrizione: costruttore
  • Visibilità: PUBBLICA

Parametri

Nome Categoria Tipo Descrizione
IV_KEY_NAME IMPORTAZIONE /GOOG/KEYNAME Nome chiave Google Cloud
IV_LOG_OBJ IMPORTAZIONE BALOBJ_D Log applicazione: nome oggetto (codice applicazione)
IV_LOG_SUBOBJ IMPORTAZIONE BALSUBOBJ Log applicazione: oggetto secondario

Eccezione

Nome Descrizione
/GOOG/CX_SDK SDK ABAP per Google Cloud: classe di eccezione

CANCEL_OPERATIONS

  • Descrizione: file.projects.locations.operations.cancel
  • Visibilità: PUBBLICA

Parametri

Nome Categoria Tipo Descrizione
IV_P_PROJECTS_ID IMPORTAZIONE STRING projectsId
IV_P_LOCATIONS_ID IMPORTAZIONE STRING locationsId
IV_P_OPERATIONS_ID IMPORTAZIONE STRING operationsId
IS_INPUT IMPORTAZIONE DATA Dati di input
ES_RAW ESPORTAZIONE DATA Dati di output non elaborati
ES_OUTPUT ESPORTAZIONE DATA Dati di output
EV_RET_CODE ESPORTAZIONE I Codice di reso
EV_ERR_TEXT ESPORTAZIONE STRING Testo errore
ES_ERR_RESP ESPORTAZIONE /GOOG/ERR_RESP Risposta di errore

Eccezione

Nome Descrizione
/GOOG/CX_SDK SDK ABAP per Google Cloud: classe di eccezione

CREATE_BACKUPS

  • Descrizione: file.projects.locations.backups.create
  • Visibilità: PUBBLICA

Parametri

Nome Categoria Tipo Descrizione
IV_Q_BACKUPID IMPORTAZIONE STRING backupId
IV_P_PROJECTS_ID IMPORTAZIONE STRING projectsId
IV_P_LOCATIONS_ID IMPORTAZIONE STRING locationsId
IS_INPUT IMPORTAZIONE TY_001 Backup
ES_RAW ESPORTAZIONE DATA Dati di output non elaborati
ES_OUTPUT ESPORTAZIONE TY_027 Operazione
EV_RET_CODE ESPORTAZIONE I Codice di reso
EV_ERR_TEXT ESPORTAZIONE STRING Testo errore
ES_ERR_RESP ESPORTAZIONE /GOOG/ERR_RESP Risposta di errore

Eccezione

Nome Descrizione
/GOOG/CX_SDK SDK ABAP per Google Cloud: classe di eccezione

CREATE_INSTANCES

  • Descrizione: file.projects.locations.instances.create
  • Visibilità: PUBBLICA

Parametri

Nome Categoria Tipo Descrizione
IV_Q_INSTANCEID IMPORTAZIONE STRING instanceId
IV_P_PROJECTS_ID IMPORTAZIONE STRING projectsId
IV_P_LOCATIONS_ID IMPORTAZIONE STRING locationsId
IS_INPUT IMPORTAZIONE TY_016 Istanza
ES_RAW ESPORTAZIONE DATA Dati di output non elaborati
ES_OUTPUT ESPORTAZIONE TY_027 Operazione
EV_RET_CODE ESPORTAZIONE I Codice di reso
EV_ERR_TEXT ESPORTAZIONE STRING Testo errore
ES_ERR_RESP ESPORTAZIONE /GOOG/ERR_RESP Risposta di errore

Eccezione

Nome Descrizione
/GOOG/CX_SDK SDK ABAP per Google Cloud: classe di eccezione

CREATE_SNAPSHOTS

  • Descrizione: file.projects.locations.instances.snapshots.create
  • Visibilità: PUBBLICA

Parametri

Nome Categoria Tipo Descrizione
IV_Q_SNAPSHOTID IMPORTAZIONE STRING snapshotId
IV_P_PROJECTS_ID IMPORTAZIONE STRING projectsId
IV_P_LOCATIONS_ID IMPORTAZIONE STRING locationsId
IV_P_INSTANCES_ID IMPORTAZIONE STRING instancesId
IS_INPUT IMPORTAZIONE TY_031 Snapshot
ES_RAW ESPORTAZIONE DATA Dati di output non elaborati
ES_OUTPUT ESPORTAZIONE TY_027 Operazione
EV_RET_CODE ESPORTAZIONE I Codice di reso
EV_ERR_TEXT ESPORTAZIONE STRING Testo errore
ES_ERR_RESP ESPORTAZIONE /GOOG/ERR_RESP Risposta di errore

Eccezione

Nome Descrizione
/GOOG/CX_SDK SDK ABAP per Google Cloud: classe di eccezione

DELETE_BACKUPS

  • Descrizione: file.projects.locations.backups.delete
  • Visibilità: PUBBLICA

Parametri

Nome Categoria Tipo Descrizione
IV_P_PROJECTS_ID IMPORTAZIONE STRING projectsId
IV_P_LOCATIONS_ID IMPORTAZIONE STRING locationsId
IV_P_BACKUPS_ID IMPORTAZIONE STRING backupsId
ES_RAW ESPORTAZIONE DATA Dati di output non elaborati
ES_OUTPUT ESPORTAZIONE TY_027 Operazione
EV_RET_CODE ESPORTAZIONE I Codice di reso
EV_ERR_TEXT ESPORTAZIONE STRING Testo errore
ES_ERR_RESP ESPORTAZIONE /GOOG/ERR_RESP Risposta di errore

Eccezione

Nome Descrizione
/GOOG/CX_SDK SDK ABAP per Google Cloud: classe di eccezione

DELETE_INSTANCES

  • Descrizione: file.projects.locations.instances.delete
  • Visibilità: PUBBLICA

Parametri

Nome Categoria Tipo Descrizione
IV_Q_FORCE IMPORTAZIONE STRING forza
IV_P_PROJECTS_ID IMPORTAZIONE STRING projectsId
IV_P_LOCATIONS_ID IMPORTAZIONE STRING locationsId
IV_P_INSTANCES_ID IMPORTAZIONE STRING instancesId
ES_RAW ESPORTAZIONE DATA Dati di output non elaborati
ES_OUTPUT ESPORTAZIONE TY_027 Operazione
EV_RET_CODE ESPORTAZIONE I Codice di reso
EV_ERR_TEXT ESPORTAZIONE STRING Testo errore
ES_ERR_RESP ESPORTAZIONE /GOOG/ERR_RESP Risposta di errore

Eccezione

Nome Descrizione
/GOOG/CX_SDK SDK ABAP per Google Cloud: classe di eccezione

DELETE_OPERATIONS

  • Descrizione: file.projects.locations.operations.delete
  • Visibilità: PUBBLICA

Parametri

Nome Categoria Tipo Descrizione
IV_P_PROJECTS_ID IMPORTAZIONE STRING projectsId
IV_P_LOCATIONS_ID IMPORTAZIONE STRING locationsId
IV_P_OPERATIONS_ID IMPORTAZIONE STRING operationsId
ES_RAW ESPORTAZIONE DATA Dati di output non elaborati
ES_OUTPUT ESPORTAZIONE DATA Dati di output
EV_RET_CODE ESPORTAZIONE I Codice di reso
EV_ERR_TEXT ESPORTAZIONE STRING Testo errore
ES_ERR_RESP ESPORTAZIONE /GOOG/ERR_RESP Risposta di errore

Eccezione

Nome Descrizione
/GOOG/CX_SDK SDK ABAP per Google Cloud: classe di eccezione

DELETE_SNAPSHOTS

  • Descrizione: file.projects.locations.instances.snapshots.delete
  • Visibilità: PUBBLICA

Parametri

Nome Categoria Tipo Descrizione
IV_P_PROJECTS_ID IMPORTAZIONE STRING projectsId
IV_P_LOCATIONS_ID IMPORTAZIONE STRING locationsId
IV_P_INSTANCES_ID IMPORTAZIONE STRING instancesId
IV_P_SNAPSHOTS_ID IMPORTAZIONE STRING snapshotsId
ES_RAW ESPORTAZIONE DATA Dati di output non elaborati
ES_OUTPUT ESPORTAZIONE TY_027 Operazione
EV_RET_CODE ESPORTAZIONE I Codice di reso
EV_ERR_TEXT ESPORTAZIONE STRING Testo errore
ES_ERR_RESP ESPORTAZIONE /GOOG/ERR_RESP Risposta di errore

Eccezione

Nome Descrizione
/GOOG/CX_SDK SDK ABAP per Google Cloud: classe di eccezione

GET_BACKUPS

  • Descrizione: file.projects.locations.backups.get
  • Visibilità: PUBBLICA

Parametri

Nome Categoria Tipo Descrizione
IV_P_PROJECTS_ID IMPORTAZIONE STRING projectsId
IV_P_LOCATIONS_ID IMPORTAZIONE STRING locationsId
IV_P_BACKUPS_ID IMPORTAZIONE STRING backupsId
ES_RAW ESPORTAZIONE DATA Dati di output non elaborati
ES_OUTPUT ESPORTAZIONE TY_001 Backup
EV_RET_CODE ESPORTAZIONE I Codice di reso
EV_ERR_TEXT ESPORTAZIONE STRING Testo errore
ES_ERR_RESP ESPORTAZIONE /GOOG/ERR_RESP Risposta di errore

Eccezione

Nome Descrizione
/GOOG/CX_SDK SDK ABAP per Google Cloud: classe di eccezione

GET_INSTANCES

  • Descrizione: file.projects.locations.instances.get
  • Visibilità: PUBBLICA

Parametri

Nome Categoria Tipo Descrizione
IV_P_PROJECTS_ID IMPORTAZIONE STRING projectsId
IV_P_LOCATIONS_ID IMPORTAZIONE STRING locationsId
IV_P_INSTANCES_ID IMPORTAZIONE STRING instancesId
ES_RAW ESPORTAZIONE DATA Dati di output non elaborati
ES_OUTPUT ESPORTAZIONE TY_016 Istanza
EV_RET_CODE ESPORTAZIONE I Codice di reso
EV_ERR_TEXT ESPORTAZIONE STRING Testo errore
ES_ERR_RESP ESPORTAZIONE /GOOG/ERR_RESP Risposta di errore

Eccezione

Nome Descrizione
/GOOG/CX_SDK SDK ABAP per Google Cloud: classe di eccezione

GET_LOCATIONS

  • Descrizione: file.projects.locations.get
  • Visibilità: PUBBLICA

Parametri

Nome Categoria Tipo Descrizione
IV_P_PROJECTS_ID IMPORTAZIONE STRING projectsId
IV_P_LOCATIONS_ID IMPORTAZIONE STRING locationsId
ES_RAW ESPORTAZIONE DATA Dati di output non elaborati
ES_OUTPUT ESPORTAZIONE TY_022 Località
EV_RET_CODE ESPORTAZIONE I Codice di reso
EV_ERR_TEXT ESPORTAZIONE STRING Testo errore
ES_ERR_RESP ESPORTAZIONE /GOOG/ERR_RESP Risposta di errore

Eccezione

Nome Descrizione
/GOOG/CX_SDK SDK ABAP per Google Cloud: classe di eccezione

GET_OPERATIONS

  • Descrizione: file.projects.locations.operations.get
  • Visibilità: PUBBLICA

Parametri

Nome Categoria Tipo Descrizione
IV_P_PROJECTS_ID IMPORTAZIONE STRING projectsId
IV_P_LOCATIONS_ID IMPORTAZIONE STRING locationsId
IV_P_OPERATIONS_ID IMPORTAZIONE STRING operationsId
ES_RAW ESPORTAZIONE DATA Dati di output non elaborati
ES_OUTPUT ESPORTAZIONE TY_027 Operazione
EV_RET_CODE ESPORTAZIONE I Codice di reso
EV_ERR_TEXT ESPORTAZIONE STRING Testo errore
ES_ERR_RESP ESPORTAZIONE /GOOG/ERR_RESP Risposta di errore

Eccezione

Nome Descrizione
/GOOG/CX_SDK SDK ABAP per Google Cloud: classe di eccezione

GET_SNAPSHOTS

  • Descrizione: file.projects.locations.instances.snapshots.get
  • Visibilità: PUBBLICA

Parametri

Nome Categoria Tipo Descrizione
IV_P_PROJECTS_ID IMPORTAZIONE STRING projectsId
IV_P_LOCATIONS_ID IMPORTAZIONE STRING locationsId
IV_P_INSTANCES_ID IMPORTAZIONE STRING instancesId
IV_P_SNAPSHOTS_ID IMPORTAZIONE STRING snapshotsId
ES_RAW ESPORTAZIONE DATA Dati di output non elaborati
ES_OUTPUT ESPORTAZIONE TY_031 Snapshot
EV_RET_CODE ESPORTAZIONE I Codice di reso
EV_ERR_TEXT ESPORTAZIONE STRING Testo errore
ES_ERR_RESP ESPORTAZIONE /GOOG/ERR_RESP Risposta di errore

Eccezione

Nome Descrizione
/GOOG/CX_SDK SDK ABAP per Google Cloud: classe di eccezione

LIST_BACKUPS

  • Descrizione: file.projects.locations.backups.list
  • Visibilità: PUBBLICA

Parametri

Nome Categoria Tipo Descrizione
IV_Q_FILTER IMPORTAZIONE STRING filtra
IV_Q_ORDERBY IMPORTAZIONE STRING orderBy
IV_Q_PAGESIZE IMPORTAZIONE STRING pageSize
IV_Q_PAGETOKEN IMPORTAZIONE STRING pageToken
IV_P_PROJECTS_ID IMPORTAZIONE STRING projectsId
IV_P_LOCATIONS_ID IMPORTAZIONE STRING locationsId
ES_RAW ESPORTAZIONE DATA Dati di output non elaborati
ES_OUTPUT ESPORTAZIONE TY_017 ListBackupsResponse
EV_RET_CODE ESPORTAZIONE I Codice di reso
EV_ERR_TEXT ESPORTAZIONE STRING Testo errore
ES_ERR_RESP ESPORTAZIONE /GOOG/ERR_RESP Risposta di errore

Eccezione

Nome Descrizione
/GOOG/CX_SDK SDK ABAP per Google Cloud: classe di eccezione

LIST_INSTANCES

  • Descrizione: file.projects.locations.instances.list
  • Visibilità: PUBBLICA

Parametri

Nome Categoria Tipo Descrizione
IV_Q_FILTER IMPORTAZIONE STRING filtra
IV_Q_ORDERBY IMPORTAZIONE STRING orderBy
IV_Q_PAGESIZE IMPORTAZIONE STRING pageSize
IV_Q_PAGETOKEN IMPORTAZIONE STRING pageToken
IV_P_PROJECTS_ID IMPORTAZIONE STRING projectsId
IV_P_LOCATIONS_ID IMPORTAZIONE STRING locationsId
ES_RAW ESPORTAZIONE DATA Dati di output non elaborati
ES_OUTPUT ESPORTAZIONE TY_018 ListInstancesResponse
EV_RET_CODE ESPORTAZIONE I Codice di reso
EV_ERR_TEXT ESPORTAZIONE STRING Testo errore
ES_ERR_RESP ESPORTAZIONE /GOOG/ERR_RESP Risposta di errore

Eccezione

Nome Descrizione
/GOOG/CX_SDK SDK ABAP per Google Cloud: classe di eccezione

LIST_LOCATIONS

  • Descrizione: file.projects.locations.list
  • Visibilità: PUBBLICA

Parametri

Nome Categoria Tipo Descrizione
IV_Q_FILTER IMPORTAZIONE STRING filtra
IV_Q_INCLUDEUNREVEALEDLOCATION IMPORTAZIONE STRING includeUnrevealedLocations
IV_Q_PAGESIZE IMPORTAZIONE STRING pageSize
IV_Q_PAGETOKEN IMPORTAZIONE STRING pageToken
IV_P_PROJECTS_ID IMPORTAZIONE STRING projectsId
ES_RAW ESPORTAZIONE DATA Dati di output non elaborati
ES_OUTPUT ESPORTAZIONE TY_019 ListLocationsResponse
EV_RET_CODE ESPORTAZIONE I Codice di reso
EV_ERR_TEXT ESPORTAZIONE STRING Testo errore
ES_ERR_RESP ESPORTAZIONE /GOOG/ERR_RESP Risposta di errore

Eccezione

Nome Descrizione
/GOOG/CX_SDK SDK ABAP per Google Cloud: classe di eccezione

LIST_OPERATIONS

  • Descrizione: file.projects.locations.operations.list
  • Visibilità: PUBBLICA

Parametri

Nome Categoria Tipo Descrizione
IV_Q_FILTER IMPORTAZIONE STRING filtra
IV_Q_PAGESIZE IMPORTAZIONE STRING pageSize
IV_Q_PAGETOKEN IMPORTAZIONE STRING pageToken
IV_P_PROJECTS_ID IMPORTAZIONE STRING projectsId
IV_P_LOCATIONS_ID IMPORTAZIONE STRING locationsId
ES_RAW ESPORTAZIONE DATA Dati di output non elaborati
ES_OUTPUT ESPORTAZIONE TY_020 ListOperationsResponse
EV_RET_CODE ESPORTAZIONE I Codice di reso
EV_ERR_TEXT ESPORTAZIONE STRING Testo errore
ES_ERR_RESP ESPORTAZIONE /GOOG/ERR_RESP Risposta di errore

Eccezione

Nome Descrizione
/GOOG/CX_SDK SDK ABAP per Google Cloud: classe di eccezione

LIST_SNAPSHOTS

  • Descrizione: file.projects.locations.instances.snapshots.list
  • Visibilità: PUBBLICA

Parametri

Nome Categoria Tipo Descrizione
IV_Q_FILTER IMPORTAZIONE STRING filtra
IV_Q_ORDERBY IMPORTAZIONE STRING orderBy
IV_Q_PAGESIZE IMPORTAZIONE STRING pageSize
IV_Q_PAGETOKEN IMPORTAZIONE STRING pageToken
IV_P_PROJECTS_ID IMPORTAZIONE STRING projectsId
IV_P_LOCATIONS_ID IMPORTAZIONE STRING locationsId
IV_P_INSTANCES_ID IMPORTAZIONE STRING instancesId
ES_RAW ESPORTAZIONE DATA Dati di output non elaborati
ES_OUTPUT ESPORTAZIONE TY_021 ListSnapshotsResponse
EV_RET_CODE ESPORTAZIONE I Codice di reso
EV_ERR_TEXT ESPORTAZIONE STRING Testo errore
ES_ERR_RESP ESPORTAZIONE /GOOG/ERR_RESP Risposta di errore

Eccezione

Nome Descrizione
/GOOG/CX_SDK SDK ABAP per Google Cloud: classe di eccezione

PATCH_BACKUPS

  • Descrizione: file.projects.locations.backups.patch
  • Visibilità: PUBBLICA

Parametri

Nome Categoria Tipo Descrizione
IV_Q_UPDATEMASK IMPORTAZIONE STRING updateMask
IV_P_PROJECTS_ID IMPORTAZIONE STRING projectsId
IV_P_LOCATIONS_ID IMPORTAZIONE STRING locationsId
IV_P_BACKUPS_ID IMPORTAZIONE STRING backupsId
IS_INPUT IMPORTAZIONE TY_001 Backup
ES_RAW ESPORTAZIONE DATA Dati di output non elaborati
ES_OUTPUT ESPORTAZIONE TY_027 Operazione
EV_RET_CODE ESPORTAZIONE I Codice di reso
EV_ERR_TEXT ESPORTAZIONE STRING Testo errore
ES_ERR_RESP ESPORTAZIONE /GOOG/ERR_RESP Risposta di errore

Eccezione

Nome Descrizione
/GOOG/CX_SDK SDK ABAP per Google Cloud: classe di eccezione

PATCH_INSTANCES

  • Descrizione: file.projects.locations.instances.patch
  • Visibilità: PUBBLICA

Parametri

Nome Categoria Tipo Descrizione
IV_Q_UPDATEMASK IMPORTAZIONE STRING updateMask
IV_P_PROJECTS_ID IMPORTAZIONE STRING projectsId
IV_P_LOCATIONS_ID IMPORTAZIONE STRING locationsId
IV_P_INSTANCES_ID IMPORTAZIONE STRING instancesId
IS_INPUT IMPORTAZIONE TY_016 Istanza
ES_RAW ESPORTAZIONE DATA Dati di output non elaborati
ES_OUTPUT ESPORTAZIONE TY_027 Operazione
EV_RET_CODE ESPORTAZIONE I Codice di reso
EV_ERR_TEXT ESPORTAZIONE STRING Testo errore
ES_ERR_RESP ESPORTAZIONE /GOOG/ERR_RESP Risposta di errore

Eccezione

Nome Descrizione
/GOOG/CX_SDK SDK ABAP per Google Cloud: classe di eccezione

PATCH_SNAPSHOTS

  • Descrizione: file.projects.locations.instances.snapshots.patch
  • Visibilità: PUBBLICA

Parametri

Nome Categoria Tipo Descrizione
IV_Q_UPDATEMASK IMPORTAZIONE STRING updateMask
IV_P_PROJECTS_ID IMPORTAZIONE STRING projectsId
IV_P_LOCATIONS_ID IMPORTAZIONE STRING locationsId
IV_P_INSTANCES_ID IMPORTAZIONE STRING instancesId
IV_P_SNAPSHOTS_ID IMPORTAZIONE STRING snapshotsId
IS_INPUT IMPORTAZIONE TY_031 Snapshot
ES_RAW ESPORTAZIONE DATA Dati di output non elaborati
ES_OUTPUT ESPORTAZIONE TY_027 Operazione
EV_RET_CODE ESPORTAZIONE I Codice di reso
EV_ERR_TEXT ESPORTAZIONE STRING Testo errore
ES_ERR_RESP ESPORTAZIONE /GOOG/ERR_RESP Risposta di errore

Eccezione

Nome Descrizione
/GOOG/CX_SDK SDK ABAP per Google Cloud: classe di eccezione

RESTORE_INSTANCES

  • Descrizione: file.projects.locations.instances.restore
  • Visibilità: PUBBLICA

Parametri

Nome Categoria Tipo Descrizione
IV_P_PROJECTS_ID IMPORTAZIONE STRING projectsId
IV_P_LOCATIONS_ID IMPORTAZIONE STRING locationsId
IV_P_INSTANCES_ID IMPORTAZIONE STRING instancesId
IS_INPUT IMPORTAZIONE TY_028 RestoreInstanceRequest
ES_RAW ESPORTAZIONE DATA Dati di output non elaborati
ES_OUTPUT ESPORTAZIONE TY_027 Operazione
EV_RET_CODE ESPORTAZIONE I Codice di reso
EV_ERR_TEXT ESPORTAZIONE STRING Testo errore
ES_ERR_RESP ESPORTAZIONE /GOOG/ERR_RESP Risposta di errore

Eccezione

Nome Descrizione
/GOOG/CX_SDK SDK ABAP per Google Cloud: classe di eccezione

REVERT_INSTANCES

  • Descrizione: file.projects.locations.instances.revert
  • Visibilità: PUBBLICA

Parametri

Nome Categoria Tipo Descrizione
IV_P_PROJECTS_ID IMPORTAZIONE STRING projectsId
IV_P_LOCATIONS_ID IMPORTAZIONE STRING locationsId
IV_P_INSTANCES_ID IMPORTAZIONE STRING instancesId
IS_INPUT IMPORTAZIONE TY_029 RevertInstanceRequest
ES_RAW ESPORTAZIONE DATA Dati di output non elaborati
ES_OUTPUT ESPORTAZIONE TY_027 Operazione
EV_RET_CODE ESPORTAZIONE I Codice di reso
EV_ERR_TEXT ESPORTAZIONE STRING Testo errore
ES_ERR_RESP ESPORTAZIONE /GOOG/ERR_RESP Risposta di errore

Eccezione

Nome Descrizione
/GOOG/CX_SDK SDK ABAP per Google Cloud: classe di eccezione

CHIUDI

  • Descrizione: Chiudi connessione
  • Visibilità: PUBBLICA