Class /GOOG/CL_RECOMMEAI_V1BETA1

Class

/GOOG/CL_RECOMMEAI_V1BETA1
  • Inheriting from:/GOOG/CL_HTTP_CLIENT
  • Description:Recommendations AI (Beta) v1beta1
For general information about a class in ABAP SDK for Google Cloud, see API client stub.

Types

Type Description Visibility
TY_001 GoogleApiHttpBody PUBLIC
TY_002 GoogleCloudRecommendationengineV1beta1BigQuerySource PUBLIC
TY_003 GoogleCloudRecommendationengineV1beta1Catalog PUBLIC
TY_004 GoogleCloudRecommendationengineV1beta1CatalogInlineSource PUBLIC
TY_005 GoogleCloudRecommendationengineV1beta1CatalogItem PUBLIC
TY_006 GoogleCloudRecommendationengineV1beta1CatalogItemCategoryHie PUBLIC
TY_007 GoogleCloudRecommendationengineV1beta1CatalogItemLevelConfig PUBLIC
TY_008 GoogleCloudRecommendationengineV1beta1CreatePredictionApiKey PUBLIC
TY_009 GoogleCloudRecommendationengineV1beta1EventDetail PUBLIC
TY_010 GoogleCloudRecommendationengineV1beta1FeatureMap PUBLIC
TY_011 GoogleCloudRecommendationengineV1beta1FeatureMapFloatList PUBLIC
TY_012 GoogleCloudRecommendationengineV1beta1FeatureMapStringList PUBLIC
TY_013 GoogleCloudRecommendationengineV1beta1GcsSource PUBLIC
TY_014 GoogleCloudRecommendationengineV1beta1Image PUBLIC
TY_015 GoogleCloudRecommendationengineV1beta1ImportCatalogItemsRequ PUBLIC
TY_016 GoogleCloudRecommendationengineV1beta1ImportErrorsConfig PUBLIC
TY_017 GoogleCloudRecommendationengineV1beta1ImportUserEventsReques PUBLIC
TY_018 GoogleCloudRecommendationengineV1beta1InputConfig PUBLIC
TY_019 GoogleCloudRecommendationengineV1beta1ListCatalogItemsRespon PUBLIC
TY_020 GoogleCloudRecommendationengineV1beta1ListCatalogsResponse PUBLIC
TY_021 GoogleCloudRecommendationengineV1beta1ListPredictionApiKeyRe PUBLIC
TY_022 GoogleCloudRecommendationengineV1beta1ListUserEventsResponse PUBLIC
TY_023 GoogleCloudRecommendationengineV1beta1PredictRequest PUBLIC
TY_024 GoogleCloudRecommendationengineV1beta1PredictResponse PUBLIC
TY_025 GoogleCloudRecommendationengineV1beta1PredictResponsePredict PUBLIC
TY_026 GoogleCloudRecommendationengineV1beta1PredictionApiKeyRegist PUBLIC
TY_027 GoogleCloudRecommendationengineV1beta1ProductCatalogItem PUBLIC
TY_028 GoogleCloudRecommendationengineV1beta1ProductCatalogItemExac PUBLIC
TY_029 GoogleCloudRecommendationengineV1beta1ProductCatalogItemPric PUBLIC
TY_030 GoogleCloudRecommendationengineV1beta1ProductDetail PUBLIC
TY_031 GoogleCloudRecommendationengineV1beta1ProductEventDetail PUBLIC
TY_032 GoogleCloudRecommendationengineV1beta1PurchaseTransaction PUBLIC
TY_033 GoogleCloudRecommendationengineV1beta1PurgeUserEventsRequest PUBLIC
TY_034 GoogleCloudRecommendationengineV1beta1RejoinUserEventsReques PUBLIC
TY_035 GoogleCloudRecommendationengineV1beta1UserEvent PUBLIC
TY_037 GoogleCloudRecommendationengineV1beta1UserEventInlineSource PUBLIC
TY_038 GoogleCloudRecommendationengineV1beta1UserInfo PUBLIC
TY_039 GoogleLongrunningListOperationsResponse PUBLIC
TY_040 GoogleLongrunningOperation PUBLIC
TY_042 GoogleRpcStatus PUBLIC
TY_T_003 GoogleCloudRecommendationengineV1beta1Catalog PUBLIC
TY_T_005 GoogleCloudRecommendationengineV1beta1CatalogItem PUBLIC
TY_T_006 GoogleCloudRecommendationengineV1beta1CatalogItemCategoryHie PUBLIC
TY_T_014 GoogleCloudRecommendationengineV1beta1Image PUBLIC
TY_T_025 GoogleCloudRecommendationengineV1beta1PredictResponsePredict PUBLIC
TY_T_026 GoogleCloudRecommendationengineV1beta1PredictionApiKeyRegist PUBLIC
TY_T_030 GoogleCloudRecommendationengineV1beta1ProductDetail PUBLIC
TY_T_035 GoogleCloudRecommendationengineV1beta1UserEvent PUBLIC
TY_T_040 GoogleLongrunningOperation PUBLIC
TY_T_STRING Table of Strings PUBLIC
TYT/GOOG/NUM_FLOAT PUBLIC

Constants

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

Methods

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

CONSTRUCTOR

  • Description: Constructor
  • Visibility: PUBLIC

Parameters

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

Exception

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

COLLECT_USER_EVENTS

  • Description: projects.locations.catalogs.eventStores.userEvents.collect
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_ETS IMPORTING STRING ets
IV_Q_URI IMPORTING STRING uri
IV_Q_USEREVENT IMPORTING STRING userEvent
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_CATALOGS_ID IMPORTING STRING catalogsId
IV_P_EVENT_STORES_ID IMPORTING STRING eventStoresId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_001 GoogleApiHttpBody
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_CATALOG_ITEMS

  • Description: projects.locations.catalogs.catalogItems.create
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_CATALOGS_ID IMPORTING STRING catalogsId
IS_INPUT IMPORTING TY_005 GoogleCloudRecommendationengineV1beta1CatalogItem
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_005 GoogleCloudRecommendationengineV1beta1CatalogItem
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_PREDICTION_API_KEY_R

  • Description: catalogs.eventStores.predictionApiKeyRegistrations.create
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_CATALOGS_ID IMPORTING STRING catalogsId
IV_P_EVENT_STORES_ID IMPORTING STRING eventStoresId
IS_INPUT IMPORTING TY_008 GoogleCloudRecommendationengineV1beta1CreatePredictionApiKey
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_026 GoogleCloudRecommendationengineV1beta1PredictionApiKeyRegist
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_CATALOG_ITEMS

  • Description: projects.locations.catalogs.catalogItems.delete
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_CATALOGS_ID IMPORTING STRING catalogsId
IV_P_CATALOG_ITEMS_ID IMPORTING STRING catalogItemsId
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_PREDICTION_API_KEY_R

  • Description: catalogs.eventStores.predictionApiKeyRegistrations.delete
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_CATALOGS_ID IMPORTING STRING catalogsId
IV_P_EVENT_STORES_ID IMPORTING STRING eventStoresId
IV_P_PREDICTION_API_KEY_REGIST IMPORTING STRING predictionApiKeyRegistrationsId
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_CATALOG_ITEMS

  • Description: projects.locations.catalogs.catalogItems.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_CATALOGS_ID IMPORTING STRING catalogsId
IV_P_CATALOG_ITEMS_ID IMPORTING STRING catalogItemsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_005 GoogleCloudRecommendationengineV1beta1CatalogItem
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_OPERATIONS

  • Description: projects.locations.catalogs.eventStores.operations.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_CATALOGS_ID IMPORTING STRING catalogsId
IV_P_EVENT_STORES_ID IMPORTING STRING eventStoresId
IV_P_OPERATIONS_ID IMPORTING STRING operationsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_040 GoogleLongrunningOperation
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_OPERATIONS1

  • Description: projects.locations.catalogs.operations.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_CATALOGS_ID IMPORTING STRING catalogsId
IV_P_OPERATIONS_ID IMPORTING STRING operationsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_040 GoogleLongrunningOperation
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

IMPORT_CATALOG_ITEMS

  • Description: projects.locations.catalogs.catalogItems.import
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_CATALOGS_ID IMPORTING STRING catalogsId
IS_INPUT IMPORTING TY_015 GoogleCloudRecommendationengineV1beta1ImportCatalogItemsRequ
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_040 GoogleLongrunningOperation
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

IMPORT_USER_EVENTS

  • Description: projects.locations.catalogs.eventStores.userEvents.import
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_CATALOGS_ID IMPORTING STRING catalogsId
IV_P_EVENT_STORES_ID IMPORTING STRING eventStoresId
IS_INPUT IMPORTING TY_017 GoogleCloudRecommendationengineV1beta1ImportUserEventsReques
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_040 GoogleLongrunningOperation
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_CATALOGS

  • Description: recommendationengine.projects.locations.catalogs.list
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_PAGESIZE IMPORTING STRING pageSize
IV_Q_PAGETOKEN IMPORTING STRING pageToken
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_020 GoogleCloudRecommendationengineV1beta1ListCatalogsResponse
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_CATALOG_ITEMS

  • Description: projects.locations.catalogs.catalogItems.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
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_CATALOGS_ID IMPORTING STRING catalogsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_019 GoogleCloudRecommendationengineV1beta1ListCatalogItemsRespon
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_OPERATIONS

  • Description: projects.locations.catalogs.eventStores.operations.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
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_CATALOGS_ID IMPORTING STRING catalogsId
IV_P_EVENT_STORES_ID IMPORTING STRING eventStoresId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_039 GoogleLongrunningListOperationsResponse
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_OPERATIONS1

  • Description: projects.locations.catalogs.operations.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
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_CATALOGS_ID IMPORTING STRING catalogsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_039 GoogleLongrunningListOperationsResponse
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_PREDICTION_API_KEY_REG

  • Description: catalogs.eventStores.predictionApiKeyRegistrations.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_CATALOGS_ID IMPORTING STRING catalogsId
IV_P_EVENT_STORES_ID IMPORTING STRING eventStoresId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_021 GoogleCloudRecommendationengineV1beta1ListPredictionApiKeyRe
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_USER_EVENTS

  • Description: projects.locations.catalogs.eventStores.userEvents.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
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_CATALOGS_ID IMPORTING STRING catalogsId
IV_P_EVENT_STORES_ID IMPORTING STRING eventStoresId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_022 GoogleCloudRecommendationengineV1beta1ListUserEventsResponse
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_CATALOGS

  • Description: recommendationengine.projects.locations.catalogs.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_CATALOGS_ID IMPORTING STRING catalogsId
IS_INPUT IMPORTING TY_003 GoogleCloudRecommendationengineV1beta1Catalog
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_003 GoogleCloudRecommendationengineV1beta1Catalog
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_CATALOG_ITEMS

  • Description: projects.locations.catalogs.catalogItems.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_CATALOGS_ID IMPORTING STRING catalogsId
IV_P_CATALOG_ITEMS_ID IMPORTING STRING catalogItemsId
IS_INPUT IMPORTING TY_005 GoogleCloudRecommendationengineV1beta1CatalogItem
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_005 GoogleCloudRecommendationengineV1beta1CatalogItem
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

PREDICT_PLACEMENTS

  • Description: projects.locations.catalogs.eventStores.placements.predict
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_CATALOGS_ID IMPORTING STRING catalogsId
IV_P_EVENT_STORES_ID IMPORTING STRING eventStoresId
IV_P_PLACEMENTS_ID IMPORTING STRING placementsId
IS_INPUT IMPORTING TY_023 GoogleCloudRecommendationengineV1beta1PredictRequest
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_024 GoogleCloudRecommendationengineV1beta1PredictResponse
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

PURGE_USER_EVENTS

  • Description: projects.locations.catalogs.eventStores.userEvents.purge
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_CATALOGS_ID IMPORTING STRING catalogsId
IV_P_EVENT_STORES_ID IMPORTING STRING eventStoresId
IS_INPUT IMPORTING TY_033 GoogleCloudRecommendationengineV1beta1PurgeUserEventsRequest
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_040 GoogleLongrunningOperation
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

REJOIN_USER_EVENTS

  • Description: projects.locations.catalogs.eventStores.userEvents.rejoin
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_CATALOGS_ID IMPORTING STRING catalogsId
IV_P_EVENT_STORES_ID IMPORTING STRING eventStoresId
IS_INPUT IMPORTING TY_034 GoogleCloudRecommendationengineV1beta1RejoinUserEventsReques
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_040 GoogleLongrunningOperation
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_USER_EVENTS

  • Description: projects.locations.catalogs.eventStores.userEvents.write
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_CATALOGS_ID IMPORTING STRING catalogsId
IV_P_EVENT_STORES_ID IMPORTING STRING eventStoresId
IS_INPUT IMPORTING TY_035 GoogleCloudRecommendationengineV1beta1UserEvent
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_035 GoogleCloudRecommendationengineV1beta1UserEvent
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