Docs Support Console

Class /GOOG/CL_ANALYTICSHUB_V1

Class

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

Types

Type Description Visibility
TY_001
AuditConfig PUBLIC
TY_002
AuditLogConfig PUBLIC
TY_003
BigQueryDatasetSource PUBLIC
TY_004
Binding PUBLIC
TY_005
DataExchange PUBLIC
TY_006
DataProvider PUBLIC
TY_007
DestinationDataset PUBLIC
TY_008
DestinationDatasetReference PUBLIC
TY_010
Expr PUBLIC
TY_011
GetIamPolicyRequest PUBLIC
TY_012
GetPolicyOptions PUBLIC
TY_013
ListDataExchangesResponse PUBLIC
TY_014
ListListingsResponse PUBLIC
TY_015
ListOrgDataExchangesResponse PUBLIC
TY_016
Listing PUBLIC
TY_017
Policy PUBLIC
TY_018
Publisher PUBLIC
TY_019
RestrictedExportConfig PUBLIC
TY_020
SetIamPolicyRequest PUBLIC
TY_021
SubscribeListingRequest PUBLIC
TY_022
SubscribeListingResponse PUBLIC
TY_023
TestIamPermissionsRequest PUBLIC
TY_024
TestIamPermissionsResponse PUBLIC
TY_025
DcrExchangeConfig PUBLIC
TY_027
LinkedResource PUBLIC
TY_028
ListSharedResourceSubscriptionsResponse PUBLIC
TY_029
ListSubscriptionsResponse PUBLIC
TY_030
Operation PUBLIC
TY_034
SharingEnvironmentConfig PUBLIC
TY_035
Status PUBLIC
TY_036
SubscribeDataExchangeRequest PUBLIC
TY_037
Subscription PUBLIC
TY_038
SelectedResource PUBLIC
TY_039
RestrictedExportPolicy PUBLIC
TY_040
AnalyticsHubSubscriptionInfo PUBLIC
TY_041
AvroConfig PUBLIC
TY_042
BigQueryConfig PUBLIC
TY_043
CloudStorageConfig PUBLIC
TY_044
DeadLetterPolicy PUBLIC
TY_045
DestinationPubSubSubscription PUBLIC
TY_046
ExpirationPolicy PUBLIC
TY_047
GooglePubsubV1Subscription PUBLIC
TY_048
NoWrapper PUBLIC
TY_049
OidcToken PUBLIC
TY_050
PubSubTopicSource PUBLIC
TY_052
PushConfig PUBLIC
TY_053
RetryPolicy PUBLIC
TY_T_001
AuditConfig PUBLIC
TY_T_002
AuditLogConfig PUBLIC
TY_T_004
Binding PUBLIC
TY_T_005
DataExchange PUBLIC
TY_T_016
Listing PUBLIC
TY_T_027
LinkedResource PUBLIC
TY_T_037
Subscription PUBLIC
TY_T_038
SelectedResource PUBLIC
TY_T_STRING
Table of Strings PUBLIC

Constants

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

Methods

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

CONSTRUCTOR

  • Description: Constructor
  • Visibility: PUBLIC

Parameters

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

Exception

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

CREATE_DATA_EXCHANGES

  • Description: analyticshub.projects.locations.dataExchanges.create
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_DATAEXCHANGEID
IMPORTING STRING dataExchangeId
IV_P_PROJECTS_ID
IMPORTING STRING projectsId
IV_P_LOCATIONS_ID
IMPORTING STRING locationsId
IS_INPUT
IMPORTING TY_005 DataExchange
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_005 DataExchange
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_LISTINGS

  • Description: projects.locations.dataExchanges.listings.create
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_LISTINGID
IMPORTING STRING listingId
IV_P_PROJECTS_ID
IMPORTING STRING projectsId
IV_P_LOCATIONS_ID
IMPORTING STRING locationsId
IV_P_DATA_EXCHANGES_ID
IMPORTING STRING dataExchangesId
IS_INPUT
IMPORTING TY_016 Listing
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_016 Listing
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_DATA_EXCHANGES

  • Description: analyticshub.projects.locations.dataExchanges.delete
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID
IMPORTING STRING projectsId
IV_P_LOCATIONS_ID
IMPORTING STRING locationsId
IV_P_DATA_EXCHANGES_ID
IMPORTING STRING dataExchangesId
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_LISTINGS

  • Description: projects.locations.dataExchanges.listings.delete
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID
IMPORTING STRING projectsId
IV_P_LOCATIONS_ID
IMPORTING STRING locationsId
IV_P_DATA_EXCHANGES_ID
IMPORTING STRING dataExchangesId
IV_P_LISTINGS_ID
IMPORTING STRING listingsId
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_SUBSCRIPTIONS

  • Description: analyticshub.projects.locations.subscriptions.delete
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID
IMPORTING STRING projectsId
IV_P_LOCATIONS_ID
IMPORTING STRING locationsId
IV_P_SUBSCRIPTIONS_ID
IMPORTING STRING subscriptionsId
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_030 Operation
EV_RET_CODE
EXPORTING I Return Code
EV_ERR_TEXT
EXPORTING STRING Error Text
ES_ERR_RESP
EXPORTING /GOOG/ERR_RESP Error Response

Exception

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

GET_DATA_EXCHANGES

  • Description: analyticshub.projects.locations.dataExchanges.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID
IMPORTING STRING projectsId
IV_P_LOCATIONS_ID
IMPORTING STRING locationsId
IV_P_DATA_EXCHANGES_ID
IMPORTING STRING dataExchangesId
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_005 DataExchange
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_DATA_EXCHANG

  • Description: analyticshub.projects.locations.dataExchanges.getIamPolicy
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID
IMPORTING STRING projectsId
IV_P_LOCATIONS_ID
IMPORTING STRING locationsId
IV_P_DATA_EXCHANGES_ID
IMPORTING STRING dataExchangesId
IS_INPUT
IMPORTING TY_011 GetIamPolicyRequest
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_017 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_LISTINGS

  • Description: projects.locations.dataExchanges.listings.getIamPolicy
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID
IMPORTING STRING projectsId
IV_P_LOCATIONS_ID
IMPORTING STRING locationsId
IV_P_DATA_EXCHANGES_ID
IMPORTING STRING dataExchangesId
IV_P_LISTINGS_ID
IMPORTING STRING listingsId
IS_INPUT
IMPORTING TY_011 GetIamPolicyRequest
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_017 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_SUBSCRIPTION

  • Description: analyticshub.projects.locations.subscriptions.getIamPolicy
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID
IMPORTING STRING projectsId
IV_P_LOCATIONS_ID
IMPORTING STRING locationsId
IV_P_SUBSCRIPTIONS_ID
IMPORTING STRING subscriptionsId
IS_INPUT
IMPORTING TY_011 GetIamPolicyRequest
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_017 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_LISTINGS

  • Description: analyticshub.projects.locations.dataExchanges.listings.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID
IMPORTING STRING projectsId
IV_P_LOCATIONS_ID
IMPORTING STRING locationsId
IV_P_DATA_EXCHANGES_ID
IMPORTING STRING dataExchangesId
IV_P_LISTINGS_ID
IMPORTING STRING listingsId
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_016 Listing
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_SUBSCRIPTIONS

  • Description: analyticshub.projects.locations.subscriptions.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID
IMPORTING STRING projectsId
IV_P_LOCATIONS_ID
IMPORTING STRING locationsId
IV_P_SUBSCRIPTIONS_ID
IMPORTING STRING subscriptionsId
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_037 Subscription
EV_RET_CODE
EXPORTING I Return Code
EV_ERR_TEXT
EXPORTING STRING Error Text
ES_ERR_RESP
EXPORTING /GOOG/ERR_RESP Error Response

Exception

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

LIST_DATA_EXCHANGES

  • Description: analyticshub.organizations.locations.dataExchanges.list
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_PAGESIZE
IMPORTING STRING pageSize
IV_Q_PAGETOKEN
IMPORTING STRING pageToken
IV_P_ORGANIZATIONS_ID
IMPORTING STRING organizationsId
IV_P_LOCATIONS_ID
IMPORTING STRING locationsId
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_015 ListOrgDataExchangesResponse
EV_RET_CODE
EXPORTING I Return Code
EV_ERR_TEXT
EXPORTING STRING Error Text
ES_ERR_RESP
EXPORTING /GOOG/ERR_RESP Error Response

Exception

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

LIST_DATA_EXCHANGES1

  • Description: analyticshub.projects.locations.dataExchanges.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_013 ListDataExchangesResponse
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_LISTINGS

  • Description: analyticshub.projects.locations.dataExchanges.listings.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_DATA_EXCHANGES_ID
IMPORTING STRING dataExchangesId
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_014 ListListingsResponse
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_SUBSCRIPTIONS

  • Description: analyticshub.projects.locations.subscriptions.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
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_029 ListSubscriptionsResponse
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_SUBSCRIPTIONS_DATA_EXC

  • Description: projects.locations.dataExchanges.listSubscriptions
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_INCLUDEDELETEDSUBSCRIPTIO
IMPORTING STRING includeDeletedSubscriptions
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_DATA_EXCHANGES_ID
IMPORTING STRING dataExchangesId
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_028 ListSharedResourceSubscriptionsResponse
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_SUBSCRIPTIONS_LISTINGS

  • Description: projects.locations.dataExchanges.listings.listSubscriptions
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_INCLUDEDELETEDSUBSCRIPTIO
IMPORTING STRING includeDeletedSubscriptions
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_DATA_EXCHANGES_ID
IMPORTING STRING dataExchangesId
IV_P_LISTINGS_ID
IMPORTING STRING listingsId
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_028 ListSharedResourceSubscriptionsResponse
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_DATA_EXCHANGES

  • Description: analyticshub.projects.locations.dataExchanges.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_DATA_EXCHANGES_ID
IMPORTING STRING dataExchangesId
IS_INPUT
IMPORTING TY_005 DataExchange
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_005 DataExchange
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_LISTINGS

  • Description: projects.locations.dataExchanges.listings.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_DATA_EXCHANGES_ID
IMPORTING STRING dataExchangesId
IV_P_LISTINGS_ID
IMPORTING STRING listingsId
IS_INPUT
IMPORTING TY_016 Listing
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_016 Listing
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

REFRESH_SUBSCRIPTIONS

  • Description: analyticshub.projects.locations.subscriptions.refresh
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID
IMPORTING STRING projectsId
IV_P_LOCATIONS_ID
IMPORTING STRING locationsId
IV_P_SUBSCRIPTIONS_ID
IMPORTING STRING subscriptionsId
IS_INPUT
IMPORTING DATA Input Data
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_030 Operation
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

REVOKE_SUBSCRIPTIONS

  • Description: analyticshub.projects.locations.subscriptions.revoke
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID
IMPORTING STRING projectsId
IV_P_LOCATIONS_ID
IMPORTING STRING locationsId
IV_P_SUBSCRIPTIONS_ID
IMPORTING STRING subscriptionsId
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

SET_IAM_POLICY_DATA_EXCHANG

  • Description: analyticshub.projects.locations.dataExchanges.setIamPolicy
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID
IMPORTING STRING projectsId
IV_P_LOCATIONS_ID
IMPORTING STRING locationsId
IV_P_DATA_EXCHANGES_ID
IMPORTING STRING dataExchangesId
IS_INPUT
IMPORTING TY_020 SetIamPolicyRequest
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_017 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_LISTINGS

  • Description: projects.locations.dataExchanges.listings.setIamPolicy
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID
IMPORTING STRING projectsId
IV_P_LOCATIONS_ID
IMPORTING STRING locationsId
IV_P_DATA_EXCHANGES_ID
IMPORTING STRING dataExchangesId
IV_P_LISTINGS_ID
IMPORTING STRING listingsId
IS_INPUT
IMPORTING TY_020 SetIamPolicyRequest
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_017 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_SUBSCRIPTION

  • Description: analyticshub.projects.locations.subscriptions.setIamPolicy
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID
IMPORTING STRING projectsId
IV_P_LOCATIONS_ID
IMPORTING STRING locationsId
IV_P_SUBSCRIPTIONS_ID
IMPORTING STRING subscriptionsId
IS_INPUT
IMPORTING TY_020 SetIamPolicyRequest
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_017 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
  • Description: analyticshub.projects.locations.dataExchanges.subscribe
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID
IMPORTING STRING projectsId
IV_P_LOCATIONS_ID
IMPORTING STRING locationsId
IV_P_DATA_EXCHANGES_ID
IMPORTING STRING dataExchangesId
IS_INPUT
IMPORTING TY_036 SubscribeDataExchangeRequest
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_030 Operation
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
  • Description: projects.locations.dataExchanges.listings.subscribe
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID
IMPORTING STRING projectsId
IV_P_LOCATIONS_ID
IMPORTING STRING locationsId
IV_P_DATA_EXCHANGES_ID
IMPORTING STRING dataExchangesId
IV_P_LISTINGS_ID
IMPORTING STRING listingsId
IS_INPUT
IMPORTING TY_021 SubscribeListingRequest
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_022 SubscribeListingResponse
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_DATA_E

  • Description: projects.locations.dataExchanges.testIamPermissions
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID
IMPORTING STRING projectsId
IV_P_LOCATIONS_ID
IMPORTING STRING locationsId
IV_P_DATA_EXCHANGES_ID
IMPORTING STRING dataExchangesId
IS_INPUT
IMPORTING TY_023 TestIamPermissionsRequest
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_024 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_LISTIN

  • Description: locations.dataExchanges.listings.testIamPermissions
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID
IMPORTING STRING projectsId
IV_P_LOCATIONS_ID
IMPORTING STRING locationsId
IV_P_DATA_EXCHANGES_ID
IMPORTING STRING dataExchangesId
IV_P_LISTINGS_ID
IMPORTING STRING listingsId
IS_INPUT
IMPORTING TY_023 TestIamPermissionsRequest
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_024 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

CLOSE

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