Class /GOOG/CL_CONNECTORS_V2

Class

/GOOG/CL_CONNECTORS_V2
  • Inheriting from:/GOOG/CL_HTTP_CLIENT
  • Description:Connectors API v2
For general information about a class in ABAP SDK for Google Cloud, see API client stub.

Types

Type Description Visibility
TY_001 Action PUBLIC
TY_003 Entity PUBLIC
TY_004 EntityType PUBLIC
TY_005 ExecuteActionRequest PUBLIC
TY_006 ExecuteActionResponse PUBLIC
TY_007 ExecuteSqlQueryRequest PUBLIC
TY_008 ExecuteSqlQueryResponse PUBLIC
TY_009 Field PUBLIC
TY_010 InputParameter PUBLIC
TY_011 ListActionsResponse PUBLIC
TY_012 ListEntitiesResponse PUBLIC
TY_013 ListEntityTypesResponse PUBLIC
TY_014 Query PUBLIC
TY_015 Reference PUBLIC
TY_016 ResultMetadata PUBLIC
TY_017 UpdateEntitiesWithConditionsResponse PUBLIC
TY_018 AccessCredentials PUBLIC
TY_019 CheckReadinessResponse PUBLIC
TY_020 CheckStatusResponse PUBLIC
TY_024 ExchangeAuthCodeRequest PUBLIC
TY_025 ExchangeAuthCodeResponse PUBLIC
TY_036 QueryParameter PUBLIC
TY_037 RefreshAccessTokenRequest PUBLIC
TY_038 RefreshAccessTokenResponse PUBLIC
TY_046 AuthCodeData PUBLIC
TY_T_001 Action PUBLIC
TY_T_003 Entity PUBLIC
TY_T_004 EntityType PUBLIC
TY_T_009 Field PUBLIC
TY_T_010 InputParameter PUBLIC
TY_T_016 ResultMetadata PUBLIC
TY_T_036 QueryParameter PUBLIC
TY_T_STRING Table of Strings PUBLIC

Constants

Name Type Description Value Visibility
C_SUPPORTED_AUTH /GOOG/SUPP_AUTH Supported Auth Types IJIJWW PUBLIC
C_SERVICE_NAME /GOOG/SERVICE_NAME Google Service Name connectors:v2 PUBLIC
C_ROOT_URL STRING API Root URL https://connectors.googleapis.com PUBLIC
C_REVISION_DATE DATUM Discovery Document revision Date 20250219 PUBLIC
C_PATH_PREFIX STRING API Path Prefix PUBLIC
C_ON_PREM_VERSION /GOOG/SDK_VERSION Lowest On-premises Version 1.7 PUBLIC
C_CLOUD_VERSION /GOOG/SDK_VERSION Lowest Cloud Version PUBLIC

Methods

For general information about a method in ABAP SDK for Google Cloud, see API method.

CONSTRUCTOR

  • Description: Constructor
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_KEY_NAME IMPORTING /GOOG/KEYNAME Google Cloud Key Name
IV_LOG_OBJ IMPORTING BALOBJ_D Application log: Object name (Application code)
IV_LOG_SUBOBJ IMPORTING BALSUBOBJ Application Log: Subobject

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

CHECK_READINESS_CONNECTIONS

  • Description: connectors.projects.locations.connections.checkReadiness
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_CONNECTIONS_ID IMPORTING STRING connectionsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_019 CheckReadinessResponse
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

CHECK_STATUS_CONNECTIONS

  • Description: connectors.projects.locations.connections.checkStatus
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_CONNECTIONS_ID IMPORTING STRING connectionsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_020 CheckStatusResponse
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

CREATE_ENTITIES

  • Description: projects.locations.connections.entityTypes.entities.create
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_CONNECTIONS_ID IMPORTING STRING connectionsId
IV_P_ENTITY_TYPES_ID IMPORTING STRING entityTypesId
IS_INPUT IMPORTING TY_003 Entity
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_003 Entity
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

DELETE_ENTITIES

  • Description: projects.locations.connections.entityTypes.entities.delete
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_CONNECTIONS_ID IMPORTING STRING connectionsId
IV_P_ENTITY_TYPES_ID IMPORTING STRING entityTypesId
IV_P_ENTITIES_ID IMPORTING STRING entitiesId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING DATA Output Data
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

DELETE_ENTITIES_WITH_CONDIT

  • Description: entityTypes.entities.deleteEntitiesWithConditions
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_CONDITIONS IMPORTING STRING conditions
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_CONNECTIONS_ID IMPORTING STRING connectionsId
IV_P_ENTITY_TYPES_ID IMPORTING STRING entityTypesId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING DATA Output Data
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

EXCHANGE_AUTH_CODE_CONNECTI

  • Description: connectors.projects.locations.connections.exchangeAuthCode
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_CONNECTIONS_ID IMPORTING STRING connectionsId
IS_INPUT IMPORTING TY_024 ExchangeAuthCodeRequest
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_025 ExchangeAuthCodeResponse
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

EXECUTE_ACTIONS

  • Description: connectors.projects.locations.connections.actions.execute
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_CONNECTIONS_ID IMPORTING STRING connectionsId
IV_P_ACTIONS_ID IMPORTING STRING actionsId
IS_INPUT IMPORTING TY_005 ExecuteActionRequest
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_006 ExecuteActionResponse
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

EXECUTE_SQL_QUERY_CONNECTIO

  • Description: connectors.projects.locations.connections.executeSqlQuery
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_CONNECTIONS_ID IMPORTING STRING connectionsId
IS_INPUT IMPORTING TY_007 ExecuteSqlQueryRequest
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_008 ExecuteSqlQueryResponse
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

GET_ACTIONS

  • Description: connectors.projects.locations.connections.actions.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_CONNECTIONS_ID IMPORTING STRING connectionsId
IV_P_ACTIONS_ID IMPORTING STRING actionsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_001 Action
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

GET_ENTITIES

  • Description: projects.locations.connections.entityTypes.entities.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_CONNECTIONS_ID IMPORTING STRING connectionsId
IV_P_ENTITY_TYPES_ID IMPORTING STRING entityTypesId
IV_P_ENTITIES_ID IMPORTING STRING entitiesId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_003 Entity
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

GET_ENTITY_TYPES

  • Description: connectors.projects.locations.connections.entityTypes.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_CONNECTIONS_ID IMPORTING STRING connectionsId
IV_P_ENTITY_TYPES_ID IMPORTING STRING entityTypesId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_004 EntityType
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

LIST_ACTIONS

  • Description: connectors.projects.locations.connections.actions.list
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_PAGESIZE IMPORTING STRING pageSize
IV_Q_PAGETOKEN IMPORTING STRING pageToken
IV_Q_VIEW IMPORTING STRING view
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_CONNECTIONS_ID IMPORTING STRING connectionsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_011 ListActionsResponse
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

LIST_ENTITIES

  • Description: projects.locations.connections.entityTypes.entities.list
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_CONDITIONS IMPORTING STRING conditions
IV_Q_PAGESIZE IMPORTING STRING pageSize
IV_Q_PAGETOKEN IMPORTING STRING pageToken
IV_Q_SORTBY IMPORTING STRING sortBy
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_CONNECTIONS_ID IMPORTING STRING connectionsId
IV_P_ENTITY_TYPES_ID IMPORTING STRING entityTypesId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_012 ListEntitiesResponse
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

LIST_ENTITY_TYPES

  • Description: connectors.projects.locations.connections.entityTypes.list
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_PAGESIZE IMPORTING STRING pageSize
IV_Q_PAGETOKEN IMPORTING STRING pageToken
IV_Q_VIEW IMPORTING STRING view
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_CONNECTIONS_ID IMPORTING STRING connectionsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_013 ListEntityTypesResponse
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

PATCH_ENTITIES

  • Description: projects.locations.connections.entityTypes.entities.patch
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_CONNECTIONS_ID IMPORTING STRING connectionsId
IV_P_ENTITY_TYPES_ID IMPORTING STRING entityTypesId
IV_P_ENTITIES_ID IMPORTING STRING entitiesId
IS_INPUT IMPORTING TY_003 Entity
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_003 Entity
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

REFRESH_ACCESS_TOKEN_CONNEC

  • Description: projects.locations.connections.refreshAccessToken
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_CONNECTIONS_ID IMPORTING STRING connectionsId
IS_INPUT IMPORTING TY_037 RefreshAccessTokenRequest
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_038 RefreshAccessTokenResponse
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

UPDATE_ENTITIES_WITH_CONDIT

  • Description: entityTypes.entities.updateEntitiesWithConditions
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_CONDITIONS IMPORTING STRING conditions
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_CONNECTIONS_ID IMPORTING STRING connectionsId
IV_P_ENTITY_TYPES_ID IMPORTING STRING entityTypesId
IS_INPUT IMPORTING TY_003 Entity
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_017 UpdateEntitiesWithConditionsResponse
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

CLOSE

  • Description: Close Connection
  • Visibility: PUBLIC