Classe /GOOG/CL_CLOUDFUNC_INVOKER

Classe

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

Costanti

Nome Tipo Descrizione Valore Visibilità
C_REVISION_DATE DATUM Data 20230425 PUBBLICO
C_SERVICE_NAME /GOOG/SERVICE_NAME Nome servizio Google cfinvoker:v1 PUBBLICO
C_CLOUD_VERSION /GOOG/SDK_VERSION Versione cloud più bassa PUBBLICO
C_ON_PREM_VERSION /GOOG/SDK_VERSION Versione on-premise più bassa 1,5 PUBBLICO
C_CF_ENV_GEN_1 STRING Ambiente di prima generazione della funzione Cloud Functions GEN_1 PUBBLICO

Metodi

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

COSTRUTTORE

  • Descrizione: CONSTRUCTOR
  • 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

GET_CLOUDFUNC_ENDPOINT

  • Descrizione: recupero dell'endpoint della funzione Cloud Functions
  • Visibilità: PRIVATO

Parametri

Nome Categoria Tipo Descrizione
IV_CF_NAME IMPORTAZIONE STRING Nome funzione Cloud Functions
IV_CF_LOCATION IMPORTAZIONE STRING Località della funzione Cloud Functions
IO_CF_INSTANCE IMPORTAZIONE /GOOG/CL_CLOUDFUNC_V2 Istanza dell'API Cloud Functions v2
EV_ENDPOINT ESPORTAZIONE STRING Endpoint funzione Cloud Functions
EV_ENVIRONMENT ESPORTAZIONE STRING Ambiente della funzione Cloud Functions

Eccezione

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

CHIAMA

  • Descrizione: richiamare una funzione Cloud Functions
  • Visibilità: PUBBLICA

Parametri

Nome Categoria Tipo Descrizione
IV_CF_NAME IMPORTAZIONE STRING Nome funzione Cloud Functions
IV_CF_LOCATION IMPORTAZIONE STRING Località della funzione Cloud Functions
IO_CF_INSTANCE IMPORTAZIONE /GOOG/CL_CLOUDFUNC_V2 Istanza dell'API Cloud Functions v2
IV_BODY IMPORTAZIONE STRING Corpo della richiesta - Dati carattere
IV_XBODY IMPORTAZIONE XSTRING Corpo della richiesta - Dati binari
IV_PATH IMPORTAZIONE STRING Parametri percorso
IV_METHOD IMPORTAZIONE STRING Operazione CRUD
IV_CONTENT_TYPE IMPORTAZIONE STRING Tipo di contenuto
ES_RAW ESPORTAZIONE DATA Dati di output non elaborati
ES_OUTPUT ESPORTAZIONE STRING Risposta di funzione Cloud Functions
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

SET_ENDPOINT_URL

  • Descrizione: Imposta URL endpoint
  • Visibilità: PRIVATO

Parametri

Nome Categoria Tipo Descrizione
IV_CF_NAME IMPORTAZIONE STRING Nome funzione Cloud Functions
IV_CF_LOCATION IMPORTAZIONE STRING Località della funzione Cloud Functions
IO_CF_INSTANCE IMPORTAZIONE /GOOG/CL_CLOUDFUNC_V2 Istanza dell'API Cloud Functions v2

Eccezione

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

CHIUDI

  • Descrizione: Chiudi connessione
  • Visibilità: PUBBLICA