Class /GOOG/CL_DATAFORM_V1BETA1

Class

/GOOG/CL_DATAFORM_V1BETA1
  • Inheriting from:/GOOG/CL_HTTP_CLIENT
  • Description:Dataform API v1beta1
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_005 CodeCompilationConfig PUBLIC
TY_006 ColumnDescriptor PUBLIC
TY_007 CommitAuthor PUBLIC
TY_008 CommitWorkspaceChangesRequest PUBLIC
TY_009 CompilationError PUBLIC
TY_010 CompilationResult PUBLIC
TY_011 CompilationResultAction PUBLIC
TY_012 ComputeRepositoryAccessTokenStatusResponse PUBLIC
TY_013 Declaration PUBLIC
TY_014 DirectoryEntry PUBLIC
TY_016 Expr PUBLIC
TY_017 FetchFileDiffResponse PUBLIC
TY_018 FetchFileGitStatusesResponse PUBLIC
TY_019 FetchGitAheadBehindResponse PUBLIC
TY_020 FetchRemoteBranchesResponse PUBLIC
TY_021 GitRemoteSettings PUBLIC
TY_022 IncrementalTableConfig PUBLIC
TY_025 Interval PUBLIC
TY_026 InvocationConfig PUBLIC
TY_027 ListCompilationResultsResponse PUBLIC
TY_028 ListLocationsResponse PUBLIC
TY_029 ListReleaseConfigsResponse PUBLIC
TY_030 ListRepositoriesResponse PUBLIC
TY_031 ListWorkflowConfigsResponse PUBLIC
TY_032 ListWorkflowInvocationsResponse PUBLIC
TY_033 ListWorkspacesResponse PUBLIC
TY_034 Location PUBLIC
TY_035 MakeDirectoryRequest PUBLIC
TY_037 MoveDirectoryRequest PUBLIC
TY_039 MoveFileRequest PUBLIC
TY_041 Operations PUBLIC
TY_042 Policy PUBLIC
TY_043 PullGitCommitsRequest PUBLIC
TY_044 PushGitCommitsRequest PUBLIC
TY_045 QueryCompilationResultActionsResponse PUBLIC
TY_046 QueryDirectoryContentsResponse PUBLIC
TY_047 QueryWorkflowInvocationActionsResponse PUBLIC
TY_048 ReadFileResponse PUBLIC
TY_049 Relation PUBLIC
TY_050 RelationDescriptor PUBLIC
TY_051 ReleaseConfig PUBLIC
TY_052 RemoveDirectoryRequest PUBLIC
TY_053 RemoveFileRequest PUBLIC
TY_054 Repository PUBLIC
TY_055 ResetWorkspaceChangesRequest PUBLIC
TY_056 ScheduledExecutionRecord PUBLIC
TY_057 ScheduledReleaseRecord PUBLIC
TY_058 SetIamPolicyRequest PUBLIC
TY_059 Status PUBLIC
TY_060 Target PUBLIC
TY_061 TestIamPermissionsRequest PUBLIC
TY_062 TestIamPermissionsResponse PUBLIC
TY_063 UncommittedFileChange PUBLIC
TY_064 WorkflowConfig PUBLIC
TY_065 WorkflowInvocation PUBLIC
TY_066 WorkflowInvocationAction PUBLIC
TY_067 Workspace PUBLIC
TY_068 WorkspaceCompilationOverrides PUBLIC
TY_069 WriteFileRequest PUBLIC
TY_071 CommitLogEntry PUBLIC
TY_072 CommitMetadata PUBLIC
TY_073 CommitRepositoryChangesRequest PUBLIC
TY_075 FetchRepositoryHistoryResponse PUBLIC
TY_076 FileOperation PUBLIC
TY_077 QueryRepositoryDirectoryContentsResponse PUBLIC
TY_078 ReadRepositoryFileResponse PUBLIC
TY_079 WriteFile PUBLIC
TY_080 SshAuthenticationConfig PUBLIC
TY_081 CommitRepositoryChangesResponse PUBLIC
TY_082 DataEncryptionState PUBLIC
TY_083 DirectorySearchResult PUBLIC
TY_084 FileSearchResult PUBLIC
TY_085 Notebook PUBLIC
TY_086 NotebookAction PUBLIC
TY_087 NotebookRuntimeOptions PUBLIC
TY_088 SearchFilesResponse PUBLIC
TY_089 SearchResult PUBLIC
TY_090 Config PUBLIC
TY_T_003 Binding PUBLIC
TY_T_006 ColumnDescriptor PUBLIC
TY_T_009 CompilationError PUBLIC
TY_T_010 CompilationResult PUBLIC
TY_T_011 CompilationResultAction PUBLIC
TY_T_014 DirectoryEntry PUBLIC
TY_T_034 Location PUBLIC
TY_T_051 ReleaseConfig PUBLIC
TY_T_054 Repository PUBLIC
TY_T_056 ScheduledExecutionRecord PUBLIC
TY_T_057 ScheduledReleaseRecord PUBLIC
TY_T_060 Target PUBLIC
TY_T_063 UncommittedFileChange PUBLIC
TY_T_064 WorkflowConfig PUBLIC
TY_T_065 WorkflowInvocation PUBLIC
TY_T_066 WorkflowInvocationAction PUBLIC
TY_T_067 Workspace PUBLIC
TY_T_071 CommitLogEntry PUBLIC
TY_T_089 SearchResult 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.7 PUBLIC
C_PATH_PREFIX STRING API Path Prefix PUBLIC
C_REVISION_DATE DATUM Discovery Document revision Date 20250302 PUBLIC
C_ROOT_URL STRING API Root URL https://dataform.googleapis.com PUBLIC
C_SERVICE_NAME /GOOG/SERVICE_NAME Google Service Name dataform:v1beta1 PUBLIC
C_SUPPORTED_AUTH /GOOG/SUPP_AUTH Supported Auth Types IJIJWW 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_073 CommitRepositoryChangesRequest
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_081 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_008 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_012 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_010 CompilationResult
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_010 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_051 ReleaseConfig
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_051 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_054 Repository
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_054 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_064 WorkflowConfig
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_064 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_065 WorkflowInvocation
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_065 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_067 Workspace
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_067 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_017 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_018 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_019 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_075 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_020 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_010 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_090 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_042 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_042 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_034 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_051 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_054 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_064 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_065 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_067 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_027 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_028 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_029 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_030 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_031 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_032 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_033 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_035 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_037 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_039 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_051 ReleaseConfig
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_051 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_054 Repository
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_054 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_064 WorkflowConfig
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_064 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_043 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_044 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_045 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_077 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_046 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_047 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_078 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_048 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_052 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_053 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_055 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_088 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_058 SetIamPolicyRequest
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_042 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_058 SetIamPolicyRequest
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_042 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_061 TestIamPermissionsRequest
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_062 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_061 TestIamPermissionsRequest
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_062 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_090 Config
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_090 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_069 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