Docs Support Console

Class /GOOG/CL_BIGQUERYDATATRANSF_V1

Class

 /GOOG/CL_BIGQUERYDATATRANSF_V1 
  • Inheriting from: /GOOG/CL_HTTP_CLIENT
  • Description: BigQuery Data Transfer API v1
For general information about a class in ABAP SDK for Google Cloud, see API client stub .

Types

Type Description Visibility
TY_002
CheckValidCredsResponse PUBLIC
TY_003
DataSource PUBLIC
TY_004
DataSourceParameter PUBLIC
TY_005
EmailPreferences PUBLIC
TY_007
EnrollDataSourcesRequest PUBLIC
TY_008
ListDataSourcesResponse PUBLIC
TY_009
ListLocationsResponse PUBLIC
TY_010
ListTransferConfigsResponse PUBLIC
TY_011
ListTransferLogsResponse PUBLIC
TY_012
ListTransferRunsResponse PUBLIC
TY_013
Location PUBLIC
TY_014
ScheduleOptions PUBLIC
TY_017
StartManualTransferRunsRequest PUBLIC
TY_018
StartManualTransferRunsResponse PUBLIC
TY_019
Status PUBLIC
TY_020
TimeRange PUBLIC
TY_021
TransferConfig PUBLIC
TY_022
TransferMessage PUBLIC
TY_023
TransferRun PUBLIC
TY_024
UserInfo PUBLIC
TY_025
EncryptionConfiguration PUBLIC
TY_026
UnenrollDataSourcesRequest PUBLIC
TY_027
EventDrivenSchedule PUBLIC
TY_029
ScheduleOptionsV2 PUBLIC
TY_030
TimeBasedSchedule PUBLIC
TY_T_003
DataSource PUBLIC
TY_T_004
DataSourceParameter PUBLIC
TY_T_013
Location PUBLIC
TY_T_021
TransferConfig PUBLIC
TY_T_022
TransferMessage PUBLIC
TY_T_023
TransferRun 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 bigquerydatatransfer:v1 PUBLIC
C_ROOT_URL
STRING API Root URL https://bigquerydatatransfer.googleapis.com PUBLIC
C_REVISION_DATE
DATUM Discovery Document revision Date 20241111 PUBLIC
C_PATH_PREFIX
STRING API Path Prefix PUBLIC
C_ON_PREM_VERSION
/GOOG/SDK_VERSION Lowest On-premises Version 1.5 PUBLIC
C_CLOUD_VERSION
/GOOG/SDK_VERSION Lowest Cloud Version 1.0 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_VALID_CREDS_DATA_SOUR

  • Description: bigquerydatatransfer.projects.dataSources.checkValidCreds
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID
IMPORTING STRING projectsId
IV_P_DATA_SOURCES_ID
IMPORTING STRING dataSourcesId
IS_INPUT
IMPORTING DATA Input Data
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_002 CheckValidCredsResponse
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_VALID_CREDS_DATA_SOUR1

  • Description: projects.locations.dataSources.checkValidCreds
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID
IMPORTING STRING projectsId
IV_P_LOCATIONS_ID
IMPORTING STRING locationsId
IV_P_DATA_SOURCES_ID
IMPORTING STRING dataSourcesId
IS_INPUT
IMPORTING DATA Input Data
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_002 CheckValidCredsResponse
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_TRANSFER_CONFIGS

  • Description: projects.locations.transferConfigs.create
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_AUTHORIZATIONCODE
IMPORTING STRING authorizationCode
IV_Q_SERVICEACCOUNTNAME
IMPORTING STRING serviceAccountName
IV_Q_VERSIONINFO
IMPORTING STRING versionInfo
IV_P_PROJECTS_ID
IMPORTING STRING projectsId
IV_P_LOCATIONS_ID
IMPORTING STRING locationsId
IS_INPUT
IMPORTING TY_021 TransferConfig
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_021 TransferConfig
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_TRANSFER_CONFIGS1

  • Description: bigquerydatatransfer.projects.transferConfigs.create
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_AUTHORIZATIONCODE
IMPORTING STRING authorizationCode
IV_Q_SERVICEACCOUNTNAME
IMPORTING STRING serviceAccountName
IV_Q_VERSIONINFO
IMPORTING STRING versionInfo
IV_P_PROJECTS_ID
IMPORTING STRING projectsId
IS_INPUT
IMPORTING TY_021 TransferConfig
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_021 TransferConfig
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_RUNS

  • Description: projects.locations.transferConfigs.runs.delete
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID
IMPORTING STRING projectsId
IV_P_LOCATIONS_ID
IMPORTING STRING locationsId
IV_P_TRANSFER_CONFIGS_ID
IMPORTING STRING transferConfigsId
IV_P_RUNS_ID
IMPORTING STRING runsId
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_RUNS1

  • Description: bigquerydatatransfer.projects.transferConfigs.runs.delete
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID
IMPORTING STRING projectsId
IV_P_TRANSFER_CONFIGS_ID
IMPORTING STRING transferConfigsId
IV_P_RUNS_ID
IMPORTING STRING runsId
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_TRANSFER_CONFIGS

  • Description: projects.locations.transferConfigs.delete
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID
IMPORTING STRING projectsId
IV_P_LOCATIONS_ID
IMPORTING STRING locationsId
IV_P_TRANSFER_CONFIGS_ID
IMPORTING STRING transferConfigsId
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_TRANSFER_CONFIGS1

  • Description: bigquerydatatransfer.projects.transferConfigs.delete
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID
IMPORTING STRING projectsId
IV_P_TRANSFER_CONFIGS_ID
IMPORTING STRING transferConfigsId
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

ENROLL_DATA_SOURCES_LOCATIO

  • Description: bigquerydatatransfer.projects.locations.enrollDataSources
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID
IMPORTING STRING projectsId
IV_P_LOCATIONS_ID
IMPORTING STRING locationsId
IS_INPUT
IMPORTING TY_007 EnrollDataSourcesRequest
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

ENROLL_DATA_SOURCES_PROJECT

  • Description: bigquerydatatransfer.projects.enrollDataSources
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID
IMPORTING STRING projectsId
IS_INPUT
IMPORTING TY_007 EnrollDataSourcesRequest
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

GET_DATA_SOURCES

  • Description: bigquerydatatransfer.projects.dataSources.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID
IMPORTING STRING projectsId
IV_P_DATA_SOURCES_ID
IMPORTING STRING dataSourcesId
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_003 DataSource
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_DATA_SOURCES1

  • Description: bigquerydatatransfer.projects.locations.dataSources.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID
IMPORTING STRING projectsId
IV_P_LOCATIONS_ID
IMPORTING STRING locationsId
IV_P_DATA_SOURCES_ID
IMPORTING STRING dataSourcesId
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_003 DataSource
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_LOCATIONS

  • Description: bigquerydatatransfer.projects.locations.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID
IMPORTING STRING projectsId
IV_P_LOCATIONS_ID
IMPORTING STRING locationsId
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_013 Location
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_RUNS

  • Description: projects.locations.transferConfigs.runs.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID
IMPORTING STRING projectsId
IV_P_LOCATIONS_ID
IMPORTING STRING locationsId
IV_P_TRANSFER_CONFIGS_ID
IMPORTING STRING transferConfigsId
IV_P_RUNS_ID
IMPORTING STRING runsId
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_023 TransferRun
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_RUNS1

  • Description: bigquerydatatransfer.projects.transferConfigs.runs.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID
IMPORTING STRING projectsId
IV_P_TRANSFER_CONFIGS_ID
IMPORTING STRING transferConfigsId
IV_P_RUNS_ID
IMPORTING STRING runsId
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_023 TransferRun
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_TRANSFER_CONFIGS

  • Description: bigquerydatatransfer.projects.locations.transferConfigs.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID
IMPORTING STRING projectsId
IV_P_LOCATIONS_ID
IMPORTING STRING locationsId
IV_P_TRANSFER_CONFIGS_ID
IMPORTING STRING transferConfigsId
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_021 TransferConfig
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_TRANSFER_CONFIGS1

  • Description: bigquerydatatransfer.projects.transferConfigs.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID
IMPORTING STRING projectsId
IV_P_TRANSFER_CONFIGS_ID
IMPORTING STRING transferConfigsId
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_021 TransferConfig
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_DATA_SOURCES

  • Description: bigquerydatatransfer.projects.dataSources.list
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_PAGESIZE
IMPORTING STRING pageSize
IV_Q_PAGETOKEN
IMPORTING STRING pageToken
IV_P_PROJECTS_ID
IMPORTING STRING projectsId
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_008 ListDataSourcesResponse
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_DATA_SOURCES1

  • Description: bigquerydatatransfer.projects.locations.dataSources.list
  • Visibility: PUBLIC

Parameters

Name Category 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 locationsId
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_008 ListDataSourcesResponse
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_LOCATIONS

  • Description: bigquerydatatransfer.projects.locations.list
  • Visibility: PUBLIC

Parameters

Name Category 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 Raw Output Data
ES_OUTPUT
EXPORTING TY_009 ListLocationsResponse
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_RUNS

  • Description: projects.locations.transferConfigs.runs.list
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_PAGESIZE
IMPORTING STRING pageSize
IV_Q_PAGETOKEN
IMPORTING STRING pageToken
IV_Q_RUNATTEMPT
IMPORTING STRING runAttempt
IV_Q_STATES
IMPORTING STRING states
IV_P_PROJECTS_ID
IMPORTING STRING projectsId
IV_P_LOCATIONS_ID
IMPORTING STRING locationsId
IV_P_TRANSFER_CONFIGS_ID
IMPORTING STRING transferConfigsId
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_012 ListTransferRunsResponse
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_RUNS1

  • Description: bigquerydatatransfer.projects.transferConfigs.runs.list
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_PAGESIZE
IMPORTING STRING pageSize
IV_Q_PAGETOKEN
IMPORTING STRING pageToken
IV_Q_RUNATTEMPT
IMPORTING STRING runAttempt
IV_Q_STATES
IMPORTING STRING states
IV_P_PROJECTS_ID
IMPORTING STRING projectsId
IV_P_TRANSFER_CONFIGS_ID
IMPORTING STRING transferConfigsId
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_012 ListTransferRunsResponse
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_TRANSFER_CONFIGS

  • Description: projects.locations.transferConfigs.list
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_DATASOURCEIDS
IMPORTING STRING dataSourceIds
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 locationsId
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_010 ListTransferConfigsResponse
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_TRANSFER_CONFIGS1

  • Description: bigquerydatatransfer.projects.transferConfigs.list
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_DATASOURCEIDS
IMPORTING STRING dataSourceIds
IV_Q_PAGESIZE
IMPORTING STRING pageSize
IV_Q_PAGETOKEN
IMPORTING STRING pageToken
IV_P_PROJECTS_ID
IMPORTING STRING projectsId
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_010 ListTransferConfigsResponse
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_TRANSFER_LOGS

  • Description: projects.locations.transferConfigs.runs.transferLogs.list
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_MESSAGETYPES
IMPORTING STRING messageTypes
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 locationsId
IV_P_TRANSFER_CONFIGS_ID
IMPORTING STRING transferConfigsId
IV_P_RUNS_ID
IMPORTING STRING runsId
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_011 ListTransferLogsResponse
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_TRANSFER_LOGS1

  • Description: projects.transferConfigs.runs.transferLogs.list
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_MESSAGETYPES
IMPORTING STRING messageTypes
IV_Q_PAGESIZE
IMPORTING STRING pageSize
IV_Q_PAGETOKEN
IMPORTING STRING pageToken
IV_P_PROJECTS_ID
IMPORTING STRING projectsId
IV_P_TRANSFER_CONFIGS_ID
IMPORTING STRING transferConfigsId
IV_P_RUNS_ID
IMPORTING STRING runsId
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_011 ListTransferLogsResponse
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_TRANSFER_CONFIGS

  • Description: projects.locations.transferConfigs.patch
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_AUTHORIZATIONCODE
IMPORTING STRING authorizationCode
IV_Q_SERVICEACCOUNTNAME
IMPORTING STRING serviceAccountName
IV_Q_UPDATEMASK
IMPORTING STRING updateMask
IV_Q_VERSIONINFO
IMPORTING STRING versionInfo
IV_P_PROJECTS_ID
IMPORTING STRING projectsId
IV_P_LOCATIONS_ID
IMPORTING STRING locationsId
IV_P_TRANSFER_CONFIGS_ID
IMPORTING STRING transferConfigsId
IS_INPUT
IMPORTING TY_021 TransferConfig
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_021 TransferConfig
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_TRANSFER_CONFIGS1

  • Description: bigquerydatatransfer.projects.transferConfigs.patch
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_AUTHORIZATIONCODE
IMPORTING STRING authorizationCode
IV_Q_SERVICEACCOUNTNAME
IMPORTING STRING serviceAccountName
IV_Q_UPDATEMASK
IMPORTING STRING updateMask
IV_Q_VERSIONINFO
IMPORTING STRING versionInfo
IV_P_PROJECTS_ID
IMPORTING STRING projectsId
IV_P_TRANSFER_CONFIGS_ID
IMPORTING STRING transferConfigsId
IS_INPUT
IMPORTING TY_021 TransferConfig
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_021 TransferConfig
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

START_MANUAL_RUNS_TRANSFER

  • Description: projects.locations.transferConfigs.startManualRuns
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID
IMPORTING STRING projectsId
IV_P_LOCATIONS_ID
IMPORTING STRING locationsId
IV_P_TRANSFER_CONFIGS_ID
IMPORTING STRING transferConfigsId
IS_INPUT
IMPORTING TY_017 StartManualTransferRunsRequest
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_018 StartManualTransferRunsResponse
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

START_MANUAL_RUNS_TRANSFER1

  • Description: projects.transferConfigs.startManualRuns
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID
IMPORTING STRING projectsId
IV_P_TRANSFER_CONFIGS_ID
IMPORTING STRING transferConfigsId
IS_INPUT
IMPORTING TY_017 StartManualTransferRunsRequest
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_018 StartManualTransferRunsResponse
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

UNENROLL_DATA_SOURCES_LOCAT

  • Description: bigquerydatatransfer.projects.locations.unenrollDataSources
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID
IMPORTING STRING projectsId
IV_P_LOCATIONS_ID
IMPORTING STRING locationsId
IS_INPUT
IMPORTING TY_026 UnenrollDataSourcesRequest
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

CLOSE

  • Description: Close Connection
  • Visibility: PUBLIC
Design a Mobile Site
View Site in Mobile | Classic
Share by: