Class /GOOG/CL_FIREAPPDIST_V1ALPHA

Class

/GOOG/CL_FIREAPPDIST_V1ALPHA
  • Inheriting from:/GOOG/CL_HTTP_CLIENT
  • Description:Firebase App Distribution API v1alpha
For general information about a class in ABAP SDK for Google Cloud, see API client stub.

Types

Type Description Visibility
TY_003 GoogleFirebaseAppdistroV1alphaAabCertificate PUBLIC
TY_004 GoogleFirebaseAppdistroV1alphaApp PUBLIC
TY_005 GoogleFirebaseAppdistroV1alphaAppCrash PUBLIC
TY_006 GoogleFirebaseAppdistroV1alphaCreateReleaseNotesRequest PUBLIC
TY_008 GoogleFirebaseAppdistroV1alphaDeviceExecution PUBLIC
TY_009 GoogleFirebaseAppdistroV1alphaEnableAccessOnReleaseRequest PUBLIC
TY_011 GoogleFirebaseAppdistroV1alphaGetReleaseByUploadHashResponse PUBLIC
TY_012 GoogleFirebaseAppdistroV1alphaGetTesterUdidsResponse PUBLIC
TY_013 GoogleFirebaseAppdistroV1alphaGetUploadStatusResponse PUBLIC
TY_014 GoogleFirebaseAppdistroV1alphaJwt PUBLIC
TY_015 GoogleFirebaseAppdistroV1alphaListReleaseTestsResponse PUBLIC
TY_016 GoogleFirebaseAppdistroV1alphaLoginCredential PUBLIC
TY_017 GoogleFirebaseAppdistroV1alphaLoginCredentialFieldHints PUBLIC
TY_019 GoogleFirebaseAppdistroV1alphaRelease PUBLIC
TY_020 GoogleFirebaseAppdistroV1alphaReleaseNotes PUBLIC
TY_021 GoogleFirebaseAppdistroV1alphaReleaseTest PUBLIC
TY_022 GoogleFirebaseAppdistroV1alphaRoboCrawler PUBLIC
TY_023 GoogleFirebaseAppdistroV1alphaRoboStats PUBLIC
TY_024 GoogleFirebaseAppdistroV1alphaTestConfig PUBLIC
TY_025 GoogleFirebaseAppdistroV1alphaTestDevice PUBLIC
TY_026 GoogleFirebaseAppdistroV1alphaTesterUdid PUBLIC
TY_027 AndroidxCrawlerOutputPoint PUBLIC
TY_028 GoogleFirebaseAppdistroV1alphaAiInstructions PUBLIC
TY_029 GoogleFirebaseAppdistroV1alphaAiStep PUBLIC
TY_030 GoogleFirebaseAppdistroV1alphaAiStepResult PUBLIC
TY_031 GoogleFirebaseAppdistroV1alphaAssertionDetails PUBLIC
TY_032 GoogleFirebaseAppdistroV1alphaBatchDeleteTestCasesRequest PUBLIC
TY_034 GoogleFirebaseAppdistroV1alphaDeviceAction PUBLIC
TY_035 GoogleFirebaseAppdistroV1alphaDeviceInteraction PUBLIC
TY_036 GoogleFirebaseAppdistroV1alphaDeviceInteractionSwipe PUBLIC
TY_037 GoogleFirebaseAppdistroV1alphaDeviceInteractionWait PUBLIC
TY_038 GoogleFirebaseAppdistroV1alphaGoalAction PUBLIC
TY_039 GoogleFirebaseAppdistroV1alphaGoalActionDebugInfo PUBLIC
TY_040 GoogleFirebaseAppdistroV1alphaGoalDetails PUBLIC
TY_041 GoogleFirebaseAppdistroV1alphaListTestCasesResponse PUBLIC
TY_042 GoogleFirebaseAppdistroV1alphaScreenshot PUBLIC
TY_043 GoogleFirebaseAppdistroV1alphaTerminalAction PUBLIC
TY_044 GoogleFirebaseAppdistroV1alphaTestCase PUBLIC
TY_045 GoogleFirebaseAppdistroV1alphaTestQuota PUBLIC
TY_T_008 GoogleFirebaseAppdistroV1alphaDeviceExecution PUBLIC
TY_T_021 GoogleFirebaseAppdistroV1alphaReleaseTest PUBLIC
TY_T_025 GoogleFirebaseAppdistroV1alphaTestDevice PUBLIC
TY_T_026 GoogleFirebaseAppdistroV1alphaTesterUdid PUBLIC
TY_T_029 GoogleFirebaseAppdistroV1alphaAiStep PUBLIC
TY_T_030 GoogleFirebaseAppdistroV1alphaAiStepResult PUBLIC
TY_T_035 GoogleFirebaseAppdistroV1alphaDeviceInteraction PUBLIC
TY_T_038 GoogleFirebaseAppdistroV1alphaGoalAction PUBLIC
TY_T_044 GoogleFirebaseAppdistroV1alphaTestCase 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 20250307 PUBLIC
C_ROOT_URL STRING API Root URL https://firebaseappdistribution.googleapis.com PUBLIC
C_SERVICE_NAME /GOOG/SERVICE_NAME Google Service Name firebaseappdistribution:v1alpha 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

BATCH_DELETE_TEST_CASES

  • Description: firebaseappdistribution.projects.apps.testCases.batchDelete
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_APPS_ID IMPORTING STRING appsId
IS_INPUT IMPORTING TY_032 GoogleFirebaseAppdistroV1alphaBatchDeleteTestCasesRequest
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

CANCEL_TESTS

  • Description: firebaseappdistribution.projects.apps.releases.tests.cancel
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_APPS_ID IMPORTING STRING appsId
IV_P_RELEASES_ID IMPORTING STRING releasesId
IV_P_TESTS_ID IMPORTING STRING testsId
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

CREATE_NOTES

  • Description: firebaseappdistribution.apps.releases.notes.create
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_MOBILESDK_APP_ID IMPORTING STRING mobilesdkAppId
IV_P_RELEASE_ID IMPORTING STRING releaseId
IS_INPUT IMPORTING TY_006 GoogleFirebaseAppdistroV1alphaCreateReleaseNotesRequest
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

CREATE_TESTS

  • Description: firebaseappdistribution.projects.apps.releases.tests.create
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_RELEASETESTID IMPORTING STRING releaseTestId
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_APPS_ID IMPORTING STRING appsId
IV_P_RELEASES_ID IMPORTING STRING releasesId
IS_INPUT IMPORTING TY_021 GoogleFirebaseAppdistroV1alphaReleaseTest
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_021 GoogleFirebaseAppdistroV1alphaReleaseTest
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_TEST_CASES

  • Description: firebaseappdistribution.projects.apps.testCases.create
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_TESTCASEID IMPORTING STRING testCaseId
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_APPS_ID IMPORTING STRING appsId
IS_INPUT IMPORTING TY_044 GoogleFirebaseAppdistroV1alphaTestCase
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_044 GoogleFirebaseAppdistroV1alphaTestCase
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_TEST_CASES

  • Description: firebaseappdistribution.projects.apps.testCases.delete
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_APPS_ID IMPORTING STRING appsId
IV_P_TEST_CASES_ID IMPORTING STRING testCasesId
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

ENABLE_ACCESS_RELEASES

  • Description: firebaseappdistribution.apps.releases.enable_access
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_MOBILESDK_APP_ID IMPORTING STRING mobilesdkAppId
IV_P_RELEASE_ID IMPORTING STRING releaseId
IS_INPUT IMPORTING TY_009 GoogleFirebaseAppdistroV1alphaEnableAccessOnReleaseRequest
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING DATA Output Data
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

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

GET_APPS

  • Description: firebaseappdistribution.apps.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_APPVIEW IMPORTING STRING appView
IV_P_MOBILESDK_APP_ID IMPORTING STRING mobilesdkAppId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_004 GoogleFirebaseAppdistroV1alphaApp
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_JWT_APPS

  • Description: firebaseappdistribution.apps.getJwt
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_MOBILESDK_APP_ID IMPORTING STRING mobilesdkAppId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_014 GoogleFirebaseAppdistroV1alphaJwt
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_BY_HASH

  • Description: firebaseappdistribution.apps.release_by_hash.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_MOBILESDK_APP_ID IMPORTING STRING mobilesdkAppId
IV_P_UPLOAD_HASH IMPORTING STRING uploadHash
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_011 GoogleFirebaseAppdistroV1alphaGetReleaseByUploadHashResponse
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_TESTER_UDIDS_TESTERS

  • Description: firebaseappdistribution.apps.testers.getTesterUdids
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_PROJECT IMPORTING STRING project
IV_P_MOBILESDK_APP_ID IMPORTING STRING mobilesdkAppId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_012 GoogleFirebaseAppdistroV1alphaGetTesterUdidsResponse
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_TESTS

  • Description: firebaseappdistribution.projects.apps.releases.tests.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_APPS_ID IMPORTING STRING appsId
IV_P_RELEASES_ID IMPORTING STRING releasesId
IV_P_TESTS_ID IMPORTING STRING testsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_021 GoogleFirebaseAppdistroV1alphaReleaseTest
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_TEST_CASES

  • Description: firebaseappdistribution.projects.apps.testCases.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_APPS_ID IMPORTING STRING appsId
IV_P_TEST_CASES_ID IMPORTING STRING testCasesId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_044 GoogleFirebaseAppdistroV1alphaTestCase
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_TEST_CONFIG_APPS

  • Description: firebaseappdistribution.projects.apps.getTestConfig
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_APPS_ID IMPORTING STRING appsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_024 GoogleFirebaseAppdistroV1alphaTestConfig
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_TEST_QUOTA_PROJECTS

  • Description: firebaseappdistribution.projects.getTestQuota
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_045 GoogleFirebaseAppdistroV1alphaTestQuota
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_UDIDS_TESTERS

  • Description: firebaseappdistribution.projects.testers.getUdids
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_MOBILESDKAPPID IMPORTING STRING mobilesdkAppId
IV_P_PROJECTS_ID IMPORTING STRING projectsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_012 GoogleFirebaseAppdistroV1alphaGetTesterUdidsResponse
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_UPLOAD_STATUS

  • Description: firebaseappdistribution.apps.upload_status.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_MOBILESDK_APP_ID IMPORTING STRING mobilesdkAppId
IV_P_UPLOAD_TOKEN IMPORTING STRING uploadToken
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_013 GoogleFirebaseAppdistroV1alphaGetUploadStatusResponse
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_TESTS

  • Description: firebaseappdistribution.projects.apps.releases.tests.list
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_PAGESIZE IMPORTING STRING pageSize
IV_Q_PAGETOKEN IMPORTING STRING pageToken
IV_Q_VIEW IMPORTING STRING view
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_APPS_ID IMPORTING STRING appsId
IV_P_RELEASES_ID IMPORTING STRING releasesId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_015 GoogleFirebaseAppdistroV1alphaListReleaseTestsResponse
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_TEST_CASES

  • Description: firebaseappdistribution.projects.apps.testCases.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_APPS_ID IMPORTING STRING appsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_041 GoogleFirebaseAppdistroV1alphaListTestCasesResponse
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_TEST_CASES

  • Description: firebaseappdistribution.projects.apps.testCases.patch
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_APPS_ID IMPORTING STRING appsId
IV_P_TEST_CASES_ID IMPORTING STRING testCasesId
IS_INPUT IMPORTING TY_044 GoogleFirebaseAppdistroV1alphaTestCase
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_044 GoogleFirebaseAppdistroV1alphaTestCase
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

PROVISION_APP_APPS

  • Description: firebaseappdistribution.apps.provisionApp
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_MOBILESDK_APP_ID IMPORTING STRING mobilesdkAppId
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

UPDATE_TEST_CONFIG_APPS

  • Description: firebaseappdistribution.projects.apps.updateTestConfig
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_UPDATEMASK IMPORTING STRING updateMask
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_APPS_ID IMPORTING STRING appsId
IS_INPUT IMPORTING TY_024 GoogleFirebaseAppdistroV1alphaTestConfig
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_024 GoogleFirebaseAppdistroV1alphaTestConfig
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