Class /GOOG/CL_BIGQUERYCONNECTION_V1

Classe

/GOOG/CL_BIGQUERYCONNECTION_V1
  • Héritage de : /GOOG/CL_HTTP_CLIENT
  • Description : BigQuery Connection 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 AuditConfig PUBLIC
TY_002 AuditLogConfig PUBLIC
TY_003 AwsAccessRole PUBLIC
TY_004 AwsProperties PUBLIC
TY_005 AzureProperties PUBLIC
TY_006 Binding PUBLIC
TY_007 CloudResourceProperties PUBLIC
TY_008 CloudSpannerProperties PUBLIC
TY_009 CloudSqlCredential PUBLIC
TY_010 CloudSqlProperties PUBLIC
TY_011 Connection PUBLIC
TY_012 ConnectorConfiguration PUBLIC
TY_013 ConnectorConfigurationAuthentication PUBLIC
TY_014 ConnectorConfigurationEndpoint PUBLIC
TY_015 ConnectorConfigurationSecret PUBLIC
TY_016 ConnectorConfigurationUsernamePassword PUBLIC
TY_018 Expr PUBLIC
TY_019 GetIamPolicyRequest PUBLIC
TY_020 GetPolicyOptions PUBLIC
TY_021 ListConnectionsResponse PUBLIC
TY_022 MetastoreServiceConfig PUBLIC
TY_023 Policy PUBLIC
TY_024 SalesforceDataCloudProperties PUBLIC
TY_025 SetIamPolicyRequest PUBLIC
TY_026 SparkHistoryServerConfig PUBLIC
TY_027 SparkProperties PUBLIC
TY_028 TestIamPermissionsRequest PUBLIC
TY_029 TestIamPermissionsResponse PUBLIC
TY_T_001 AuditConfig PUBLIC
TY_T_002 AuditLogConfig PUBLIC
TY_T_006 Binding PUBLIC
TY_T_011 Connection 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 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 20240214 PUBLIC
C_ROOT_URL STRING URL racine de l'API https://bigqueryconnection.googleapis.com PUBLIC
C_SERVICE_NAME /GOOG/SERVICE_NAME Nom du service Google bigqueryconnection: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

CREATE_CONNECTIONS

  • Description : bigqueryconnection.projects.locations.connections.create
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_Q_CONNECTIONID IMPORTING STRING connectionId
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_LOCATIONS_ID IMPORTING STRING Emplacements.ID
IS_INPUT IMPORTING TY_011 Connexion
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_011 Connexion
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_CONNECTIONS

  • Description : bigqueryconnection.projects.locations.connections.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_CONNECTIONS_ID IMPORTING STRING connectionsId
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT Exportation… 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_CONNECTIONS

  • Description : bigqueryconnection.projects.locations.connections.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_CONNECTIONS_ID IMPORTING STRING connectionsId
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_011 Connexion
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_IAM_POLICY_CONNECTIONS

  • Description : projects.locations.connections.getIamPolicy
  • 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_CONNECTIONS_ID IMPORTING STRING connectionsId
IS_INPUT IMPORTING TY_019 GetIamPolicyRequest
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_023 Règle
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_CONNECTIONS

  • Description : bigqueryconnection.projects.locations.connections.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 Exportation… DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_021 ListConnectionsResponse
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

PATCH_CONNECTIONS

  • Description : bigqueryconnection.projects.locations.connections.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_LOCATIONS_ID IMPORTING STRING Emplacements.ID
IV_P_CONNECTIONS_ID IMPORTING STRING connectionsId
IS_INPUT IMPORTING TY_011 Connexion
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_011 Connexion
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

SET_IAM_POLICY_CONNECTIONS

  • Description : projects.locations.connections.setIamPolicy
  • 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_CONNECTIONS_ID IMPORTING STRING connectionsId
IS_INPUT IMPORTING TY_025 SetIamPolicyRequest
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_023 Règle
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

TEST_IAM_PERMISSIONS_CONNEC

  • Description : projects.locations.connections.testIamPermissions
  • 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_CONNECTIONS_ID IMPORTING STRING connectionsId
IS_INPUT IMPORTING TY_028 TestIamPermissionsRequest
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_029 TestIamPermissionsResponse
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

FERMER

  • Description : Fermer la connexion
  • Visibilité : PUBLIQUE