Class /GOOG/CL_DATAFORM_V1

Class

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

Types

Type Description Visibility
TY_001 Assertion PUBLIC
TY_002 BigQueryAction PUBLIC
TY_003 Binding PUBLIC
TY_006 CodeCompilationConfig PUBLIC
TY_007 ColumnDescriptor PUBLIC
TY_008 CommitAuthor PUBLIC
TY_009 CommitLogEntry PUBLIC
TY_010 CommitMetadata PUBLIC
TY_011 CommitRepositoryChangesRequest PUBLIC
TY_012 CommitRepositoryChangesResponse PUBLIC
TY_013 CommitWorkspaceChangesRequest PUBLIC
TY_015 CompilationError PUBLIC
TY_016 CompilationResult PUBLIC
TY_017 CompilationResultAction PUBLIC
TY_018 ComputeRepositoryAccessTokenStatusResponse PUBLIC
TY_019 Config PUBLIC
TY_020 DataEncryptionState PUBLIC
TY_021 Declaration PUBLIC
TY_023 DirectoryEntry PUBLIC
TY_024 DirectorySearchResult PUBLIC
TY_026 Expr PUBLIC
TY_027 FetchFileDiffResponse PUBLIC
TY_028 FetchFileGitStatusesResponse PUBLIC
TY_029 FetchGitAheadBehindResponse PUBLIC
TY_030 FetchRemoteBranchesResponse PUBLIC
TY_031 FetchRepositoryHistoryResponse PUBLIC
TY_032 FileOperation PUBLIC
TY_033 FileSearchResult PUBLIC
TY_034 GitRemoteSettings PUBLIC
TY_035 IncrementalTableConfig PUBLIC
TY_038 Interval PUBLIC
TY_039 InvocationConfig PUBLIC
TY_040 ListCompilationResultsResponse PUBLIC
TY_041 ListLocationsResponse PUBLIC
TY_042 ListReleaseConfigsResponse PUBLIC
TY_043 ListRepositoriesResponse PUBLIC
TY_044 ListWorkflowConfigsResponse PUBLIC
TY_045 ListWorkflowInvocationsResponse PUBLIC
TY_046 ListWorkspacesResponse PUBLIC
TY_047 Location PUBLIC
TY_048 MakeDirectoryRequest PUBLIC
TY_050 MoveDirectoryRequest PUBLIC
TY_052 MoveFileRequest PUBLIC
TY_054 Notebook PUBLIC
TY_055 NotebookAction PUBLIC
TY_056 NotebookRuntimeOptions PUBLIC
TY_057 Operations PUBLIC
TY_058 Policy PUBLIC
TY_059 PullGitCommitsRequest PUBLIC
TY_061 PushGitCommitsRequest PUBLIC
TY_063 QueryCompilationResultActionsResponse PUBLIC
TY_064 QueryDirectoryContentsResponse PUBLIC
TY_065 QueryRepositoryDirectoryContentsResponse PUBLIC
TY_066 QueryWorkflowInvocationActionsResponse PUBLIC
TY_067 ReadFileResponse PUBLIC
TY_068 ReadRepositoryFileResponse PUBLIC
TY_069 Relation PUBLIC
TY_070 RelationDescriptor PUBLIC
TY_071 ReleaseConfig PUBLIC
TY_072 RemoveDirectoryRequest PUBLIC
TY_074 RemoveFileRequest PUBLIC
TY_076 Repository PUBLIC
TY_077 ResetWorkspaceChangesRequest PUBLIC
TY_079 ScheduledExecutionRecord PUBLIC
TY_080 ScheduledReleaseRecord PUBLIC
TY_081 SearchFilesResponse PUBLIC
TY_082 SearchResult PUBLIC
TY_083 SetIamPolicyRequest PUBLIC
TY_084 SshAuthenticationConfig PUBLIC
TY_085 Status PUBLIC
TY_086 Target PUBLIC
TY_087 TestIamPermissionsRequest PUBLIC
TY_088 TestIamPermissionsResponse PUBLIC
TY_089 UncommittedFileChange PUBLIC
TY_090 WorkflowConfig PUBLIC
TY_091 WorkflowInvocation PUBLIC
TY_092 WorkflowInvocationAction PUBLIC
TY_093 Workspace PUBLIC
TY_094 WorkspaceCompilationOverrides PUBLIC
TY_095 WriteFile PUBLIC
TY_096 WriteFileRequest PUBLIC
TY_T_003 Binding PUBLIC
TY_T_007 ColumnDescriptor PUBLIC
TY_T_009 CommitLogEntry PUBLIC
TY_T_015 CompilationError PUBLIC
TY_T_016 CompilationResult PUBLIC
TY_T_017 CompilationResultAction PUBLIC
TY_T_023 DirectoryEntry PUBLIC
TY_T_047 Location PUBLIC
TY_T_071 ReleaseConfig PUBLIC
TY_T_076 Repository PUBLIC
TY_T_079 ScheduledExecutionRecord PUBLIC
TY_T_080 ScheduledReleaseRecord PUBLIC
TY_T_082 SearchResult PUBLIC
TY_T_086 Target PUBLIC
TY_T_089 UncommittedFileChange PUBLIC
TY_T_090 WorkflowConfig PUBLIC
TY_T_091 WorkflowInvocation PUBLIC
TY_T_092 WorkflowInvocationAction PUBLIC
TY_T_093 Workspace PUBLIC
TY_T_STRING Table of Strings PUBLIC

Constants

Name Type Description Value Visibility
C_CLOUD_VERSION /GOOG/SDK_VERSION Lowest Cloud Version PUBLIC
C_ON_PREM_VERSION /GOOG/SDK_VERSION Lowest On-premises Version 1.10 PUBLIC
C_PATH_PREFIX STRING API Path Prefix PUBLIC
C_REVISION_DATE DATUM Discovery Document revision Date 20250306 PUBLIC
C_ROOT_URL STRING API Root URL https://dataform.googleapis.com PUBLIC
C_SERVICE_NAME /GOOG/SERVICE_NAME Google Service Name dataform:v1 PUBLIC
C_SUPPORTED_AUTH /GOOG/SUPP_AUTH Supported Auth Types 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

CANCEL_WORKFLOW_INVOCATIONS

  • Description: projects.locations.repositories.workflowInvocations.cancel
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_REPOSITORIES_ID IMPORTING STRING repositoriesId
IV_P_WORKFLOW_INVOCATIONS_ID IMPORTING STRING workflowInvocationsId
IS_INPUT IMPORTING DATA Input Data
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

COMMIT_REPOSITORIES

  • Description: dataform.projects.locations.repositories.commit
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_REPOSITORIES_ID IMPORTING STRING repositoriesId
IS_INPUT IMPORTING TY_011 CommitRepositoryChangesRequest
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_012 CommitRepositoryChangesResponse
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

COMMIT_WORKSPACES

  • Description: dataform.projects.locations.repositories.workspaces.commit
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_REPOSITORIES_ID IMPORTING STRING repositoriesId
IV_P_WORKSPACES_ID IMPORTING STRING workspacesId
IS_INPUT IMPORTING TY_013 CommitWorkspaceChangesRequest
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

COMPUTE_ACCESS_TOKEN_STATUS

  • Description: projects.locations.repositories.computeAccessTokenStatus
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_REPOSITORIES_ID IMPORTING STRING repositoriesId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_018 ComputeRepositoryAccessTokenStatusResponse
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_COMPILATION_RESULTS

  • Description: projects.locations.repositories.compilationResults.create
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_REPOSITORIES_ID IMPORTING STRING repositoriesId
IS_INPUT IMPORTING TY_016 CompilationResult
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_016 CompilationResult
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_RELEASE_CONFIGS

  • Description: projects.locations.repositories.releaseConfigs.create
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_RELEASECONFIGID IMPORTING STRING releaseConfigId
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_REPOSITORIES_ID IMPORTING STRING repositoriesId
IS_INPUT IMPORTING TY_071 ReleaseConfig
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_071 ReleaseConfig
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_REPOSITORIES

  • Description: dataform.projects.locations.repositories.create
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_REPOSITORYID IMPORTING STRING repositoryId
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IS_INPUT IMPORTING TY_076 Repository
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_076 Repository
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_WORKFLOW_CONFIGS

  • Description: projects.locations.repositories.workflowConfigs.create
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_WORKFLOWCONFIGID IMPORTING STRING workflowConfigId
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_REPOSITORIES_ID IMPORTING STRING repositoriesId
IS_INPUT IMPORTING TY_090 WorkflowConfig
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_090 WorkflowConfig
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_WORKFLOW_INVOCATIONS

  • Description: projects.locations.repositories.workflowInvocations.create
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_REPOSITORIES_ID IMPORTING STRING repositoriesId
IS_INPUT IMPORTING TY_091 WorkflowInvocation
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_091 WorkflowInvocation
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_WORKSPACES

  • Description: dataform.projects.locations.repositories.workspaces.create
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_WORKSPACEID IMPORTING STRING workspaceId
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_REPOSITORIES_ID IMPORTING STRING repositoriesId
IS_INPUT IMPORTING TY_093 Workspace
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_093 Workspace
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_RELEASE_CONFIGS

  • Description: projects.locations.repositories.releaseConfigs.delete
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_REPOSITORIES_ID IMPORTING STRING repositoriesId
IV_P_RELEASE_CONFIGS_ID IMPORTING STRING releaseConfigsId
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_REPOSITORIES

  • Description: dataform.projects.locations.repositories.delete
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_FORCE IMPORTING STRING force
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_REPOSITORIES_ID IMPORTING STRING repositoriesId
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_WORKFLOW_CONFIGS

  • Description: projects.locations.repositories.workflowConfigs.delete
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_REPOSITORIES_ID IMPORTING STRING repositoriesId
IV_P_WORKFLOW_CONFIGS_ID IMPORTING STRING workflowConfigsId
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_WORKFLOW_INVOCATIONS

  • Description: projects.locations.repositories.workflowInvocations.delete
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_REPOSITORIES_ID IMPORTING STRING repositoriesId
IV_P_WORKFLOW_INVOCATIONS_ID IMPORTING STRING workflowInvocationsId
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_WORKSPACES

  • Description: dataform.projects.locations.repositories.workspaces.delete
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_REPOSITORIES_ID IMPORTING STRING repositoriesId
IV_P_WORKSPACES_ID IMPORTING STRING workspacesId
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

FETCH_FILE_DIFF_WORKSPACES

  • Description: projects.locations.repositories.workspaces.fetchFileDiff
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_PATH IMPORTING STRING path
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_REPOSITORIES_ID IMPORTING STRING repositoriesId
IV_P_WORKSPACES_ID IMPORTING STRING workspacesId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_027 FetchFileDiffResponse
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

FETCH_FILE_GIT_STATUSES_WOR

  • Description: locations.repositories.workspaces.fetchFileGitStatuses
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_REPOSITORIES_ID IMPORTING STRING repositoriesId
IV_P_WORKSPACES_ID IMPORTING STRING workspacesId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_028 FetchFileGitStatusesResponse
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

FETCH_GIT_AHEAD_BEHIND_WORK

  • Description: locations.repositories.workspaces.fetchGitAheadBehind
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_REMOTEBRANCH IMPORTING STRING remoteBranch
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_REPOSITORIES_ID IMPORTING STRING repositoriesId
IV_P_WORKSPACES_ID IMPORTING STRING workspacesId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_029 FetchGitAheadBehindResponse
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

FETCH_HISTORY_REPOSITORIES

  • Description: dataform.projects.locations.repositories.fetchHistory
  • 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
IV_P_REPOSITORIES_ID IMPORTING STRING repositoriesId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_031 FetchRepositoryHistoryResponse
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

FETCH_REMOTE_BRANCHES_REPOS

  • Description: projects.locations.repositories.fetchRemoteBranches
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_REPOSITORIES_ID IMPORTING STRING repositoriesId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_030 FetchRemoteBranchesResponse
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_COMPILATION_RESULTS

  • Description: projects.locations.repositories.compilationResults.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_REPOSITORIES_ID IMPORTING STRING repositoriesId
IV_P_COMPILATION_RESULTS_ID IMPORTING STRING compilationResultsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_016 CompilationResult
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_CONFIG_LOCATIONS

  • Description: dataform.projects.locations.getConfig
  • 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_019 Config
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_IAM_POLICY_REPOSITORIES

  • Description: dataform.projects.locations.repositories.getIamPolicy
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_OPTIONSREQUESTEDPOLICYVER IMPORTING STRING options.requestedPolicyVersion
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_REPOSITORIES_ID IMPORTING STRING repositoriesId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_058 Policy
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_IAM_POLICY_WORKSPACES

  • Description: projects.locations.repositories.workspaces.getIamPolicy
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_OPTIONSREQUESTEDPOLICYVER IMPORTING STRING options.requestedPolicyVersion
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_REPOSITORIES_ID IMPORTING STRING repositoriesId
IV_P_WORKSPACES_ID IMPORTING STRING workspacesId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_058 Policy
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: dataform.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_047 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_RELEASE_CONFIGS

  • Description: dataform.projects.locations.repositories.releaseConfigs.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_REPOSITORIES_ID IMPORTING STRING repositoriesId
IV_P_RELEASE_CONFIGS_ID IMPORTING STRING releaseConfigsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_071 ReleaseConfig
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_REPOSITORIES

  • Description: dataform.projects.locations.repositories.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_REPOSITORIES_ID IMPORTING STRING repositoriesId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_076 Repository
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_WORKFLOW_CONFIGS

  • Description: projects.locations.repositories.workflowConfigs.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_REPOSITORIES_ID IMPORTING STRING repositoriesId
IV_P_WORKFLOW_CONFIGS_ID IMPORTING STRING workflowConfigsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_090 WorkflowConfig
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_WORKFLOW_INVOCATIONS

  • Description: projects.locations.repositories.workflowInvocations.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_REPOSITORIES_ID IMPORTING STRING repositoriesId
IV_P_WORKFLOW_INVOCATIONS_ID IMPORTING STRING workflowInvocationsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_091 WorkflowInvocation
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_WORKSPACES

  • Description: dataform.projects.locations.repositories.workspaces.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_REPOSITORIES_ID IMPORTING STRING repositoriesId
IV_P_WORKSPACES_ID IMPORTING STRING workspacesId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_093 Workspace
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

INSTALL_NPM_PACKAGES_WORKSP

  • Description: locations.repositories.workspaces.installNpmPackages
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_REPOSITORIES_ID IMPORTING STRING repositoriesId
IV_P_WORKSPACES_ID IMPORTING STRING workspacesId
IS_INPUT IMPORTING DATA Input Data
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

LIST_COMPILATION_RESULTS

  • Description: projects.locations.repositories.compilationResults.list
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_FILTER IMPORTING STRING filter
IV_Q_ORDERBY IMPORTING STRING orderBy
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_REPOSITORIES_ID IMPORTING STRING repositoriesId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_040 ListCompilationResultsResponse
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: dataform.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_041 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_RELEASE_CONFIGS

  • Description: projects.locations.repositories.releaseConfigs.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
IV_P_REPOSITORIES_ID IMPORTING STRING repositoriesId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_042 ListReleaseConfigsResponse
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_REPOSITORIES

  • Description: dataform.projects.locations.repositories.list
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_FILTER IMPORTING STRING filter
IV_Q_ORDERBY IMPORTING STRING orderBy
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_043 ListRepositoriesResponse
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_WORKFLOW_CONFIGS

  • Description: projects.locations.repositories.workflowConfigs.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
IV_P_REPOSITORIES_ID IMPORTING STRING repositoriesId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_044 ListWorkflowConfigsResponse
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_WORKFLOW_INVOCATIONS

  • Description: projects.locations.repositories.workflowInvocations.list
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_FILTER IMPORTING STRING filter
IV_Q_ORDERBY IMPORTING STRING orderBy
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_REPOSITORIES_ID IMPORTING STRING repositoriesId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_045 ListWorkflowInvocationsResponse
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_WORKSPACES

  • Description: dataform.projects.locations.repositories.workspaces.list
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_FILTER IMPORTING STRING filter
IV_Q_ORDERBY IMPORTING STRING orderBy
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_REPOSITORIES_ID IMPORTING STRING repositoriesId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_046 ListWorkspacesResponse
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

MAKE_DIRECTORY_WORKSPACES

  • Description: projects.locations.repositories.workspaces.makeDirectory
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_REPOSITORIES_ID IMPORTING STRING repositoriesId
IV_P_WORKSPACES_ID IMPORTING STRING workspacesId
IS_INPUT IMPORTING TY_048 MakeDirectoryRequest
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

MOVE_DIRECTORY_WORKSPACES

  • Description: projects.locations.repositories.workspaces.moveDirectory
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_REPOSITORIES_ID IMPORTING STRING repositoriesId
IV_P_WORKSPACES_ID IMPORTING STRING workspacesId
IS_INPUT IMPORTING TY_050 MoveDirectoryRequest
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

MOVE_FILE_WORKSPACES

  • Description: projects.locations.repositories.workspaces.moveFile
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_REPOSITORIES_ID IMPORTING STRING repositoriesId
IV_P_WORKSPACES_ID IMPORTING STRING workspacesId
IS_INPUT IMPORTING TY_052 MoveFileRequest
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

PATCH_RELEASE_CONFIGS

  • Description: projects.locations.repositories.releaseConfigs.patch
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_UPDATEMASK IMPORTING STRING updateMask
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_REPOSITORIES_ID IMPORTING STRING repositoriesId
IV_P_RELEASE_CONFIGS_ID IMPORTING STRING releaseConfigsId
IS_INPUT IMPORTING TY_071 ReleaseConfig
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_071 ReleaseConfig
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_REPOSITORIES

  • Description: dataform.projects.locations.repositories.patch
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_UPDATEMASK IMPORTING STRING updateMask
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_REPOSITORIES_ID IMPORTING STRING repositoriesId
IS_INPUT IMPORTING TY_076 Repository
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_076 Repository
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_WORKFLOW_CONFIGS

  • Description: projects.locations.repositories.workflowConfigs.patch
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_UPDATEMASK IMPORTING STRING updateMask
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_REPOSITORIES_ID IMPORTING STRING repositoriesId
IV_P_WORKFLOW_CONFIGS_ID IMPORTING STRING workflowConfigsId
IS_INPUT IMPORTING TY_090 WorkflowConfig
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_090 WorkflowConfig
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

PULL_WORKSPACES

  • Description: dataform.projects.locations.repositories.workspaces.pull
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_REPOSITORIES_ID IMPORTING STRING repositoriesId
IV_P_WORKSPACES_ID IMPORTING STRING workspacesId
IS_INPUT IMPORTING TY_059 PullGitCommitsRequest
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

PUSH_WORKSPACES

  • Description: dataform.projects.locations.repositories.workspaces.push
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_REPOSITORIES_ID IMPORTING STRING repositoriesId
IV_P_WORKSPACES_ID IMPORTING STRING workspacesId
IS_INPUT IMPORTING TY_061 PushGitCommitsRequest
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

QUERY_COMPILATION_RESULTS

  • Description: projects.locations.repositories.compilationResults.query
  • 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
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_REPOSITORIES_ID IMPORTING STRING repositoriesId
IV_P_COMPILATION_RESULTS_ID IMPORTING STRING compilationResultsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_063 QueryCompilationResultActionsResponse
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

QUERY_DIRECTORY_CONTENTS_RE

  • Description: projects.locations.repositories.queryDirectoryContents
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_COMMITSHA IMPORTING STRING commitSha
IV_Q_PAGESIZE IMPORTING STRING pageSize
IV_Q_PAGETOKEN IMPORTING STRING pageToken
IV_Q_PATH IMPORTING STRING path
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_REPOSITORIES_ID IMPORTING STRING repositoriesId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_065 QueryRepositoryDirectoryContentsResponse
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

QUERY_DIRECTORY_CONTENTS_WO

  • Description: locations.repositories.workspaces.queryDirectoryContents
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_PAGESIZE IMPORTING STRING pageSize
IV_Q_PAGETOKEN IMPORTING STRING pageToken
IV_Q_PATH IMPORTING STRING path
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_REPOSITORIES_ID IMPORTING STRING repositoriesId
IV_P_WORKSPACES_ID IMPORTING STRING workspacesId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_064 QueryDirectoryContentsResponse
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

QUERY_WORKFLOW_INVOCATIONS

  • Description: projects.locations.repositories.workflowInvocations.query
  • 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
IV_P_REPOSITORIES_ID IMPORTING STRING repositoriesId
IV_P_WORKFLOW_INVOCATIONS_ID IMPORTING STRING workflowInvocationsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_066 QueryWorkflowInvocationActionsResponse
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

READ_FILE_REPOSITORIES

  • Description: dataform.projects.locations.repositories.readFile
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_COMMITSHA IMPORTING STRING commitSha
IV_Q_PATH IMPORTING STRING path
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_REPOSITORIES_ID IMPORTING STRING repositoriesId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_068 ReadRepositoryFileResponse
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

READ_FILE_WORKSPACES

  • Description: projects.locations.repositories.workspaces.readFile
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_PATH IMPORTING STRING path
IV_Q_REVISION IMPORTING STRING revision
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_REPOSITORIES_ID IMPORTING STRING repositoriesId
IV_P_WORKSPACES_ID IMPORTING STRING workspacesId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_067 ReadFileResponse
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

REMOVE_DIRECTORY_WORKSPACES

  • Description: projects.locations.repositories.workspaces.removeDirectory
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_REPOSITORIES_ID IMPORTING STRING repositoriesId
IV_P_WORKSPACES_ID IMPORTING STRING workspacesId
IS_INPUT IMPORTING TY_072 RemoveDirectoryRequest
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

REMOVE_FILE_WORKSPACES

  • Description: projects.locations.repositories.workspaces.removeFile
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_REPOSITORIES_ID IMPORTING STRING repositoriesId
IV_P_WORKSPACES_ID IMPORTING STRING workspacesId
IS_INPUT IMPORTING TY_074 RemoveFileRequest
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

RESET_WORKSPACES

  • Description: dataform.projects.locations.repositories.workspaces.reset
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_REPOSITORIES_ID IMPORTING STRING repositoriesId
IV_P_WORKSPACES_ID IMPORTING STRING workspacesId
IS_INPUT IMPORTING TY_077 ResetWorkspaceChangesRequest
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

SEARCH_FILES_WORKSPACES

  • Description: projects.locations.repositories.workspaces.searchFiles
  • 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
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_REPOSITORIES_ID IMPORTING STRING repositoriesId
IV_P_WORKSPACES_ID IMPORTING STRING workspacesId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_081 SearchFilesResponse
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

SET_IAM_POLICY_REPOSITORIES

  • Description: dataform.projects.locations.repositories.setIamPolicy
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_REPOSITORIES_ID IMPORTING STRING repositoriesId
IS_INPUT IMPORTING TY_083 SetIamPolicyRequest
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_058 Policy
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

SET_IAM_POLICY_WORKSPACES

  • Description: projects.locations.repositories.workspaces.setIamPolicy
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_REPOSITORIES_ID IMPORTING STRING repositoriesId
IV_P_WORKSPACES_ID IMPORTING STRING workspacesId
IS_INPUT IMPORTING TY_083 SetIamPolicyRequest
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_058 Policy
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

TEST_IAM_PERMISSIONS_REPOSI

  • Description: dataform.projects.locations.repositories.testIamPermissions
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_REPOSITORIES_ID IMPORTING STRING repositoriesId
IS_INPUT IMPORTING TY_087 TestIamPermissionsRequest
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_088 TestIamPermissionsResponse
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

TEST_IAM_PERMISSIONS_WORKSP

  • Description: locations.repositories.workspaces.testIamPermissions
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_REPOSITORIES_ID IMPORTING STRING repositoriesId
IV_P_WORKSPACES_ID IMPORTING STRING workspacesId
IS_INPUT IMPORTING TY_087 TestIamPermissionsRequest
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_088 TestIamPermissionsResponse
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_CONFIG_LOCATIONS

  • Description: dataform.projects.locations.updateConfig
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_UPDATEMASK IMPORTING STRING updateMask
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IS_INPUT IMPORTING TY_019 Config
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_019 Config
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

WRITE_FILE_WORKSPACES

  • Description: projects.locations.repositories.workspaces.writeFile
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_REPOSITORIES_ID IMPORTING STRING repositoriesId
IV_P_WORKSPACES_ID IMPORTING STRING workspacesId
IS_INPUT IMPORTING TY_096 WriteFileRequest
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