Class /GOOG/CL_MYBUSINACCOUMANAG_V1

Class

/GOOG/CL_MYBUSINACCOUMANAG_V1
  • Inheriting from:/GOOG/CL_HTTP_CLIENT
  • Description:My Business Account Management API v1
For general information about a class in ABAP SDK for Google Cloud, see API client stub.

Types

Type Description Visibility
TY_002 Account PUBLIC
TY_003 Admin PUBLIC
TY_006 Invitation PUBLIC
TY_007 ListAccountAdminsResponse PUBLIC
TY_008 ListAccountsResponse PUBLIC
TY_009 ListInvitationsResponse PUBLIC
TY_010 ListLocationAdminsResponse PUBLIC
TY_011 OrganizationInfo PUBLIC
TY_012 PostalAddress PUBLIC
TY_013 TargetLocation PUBLIC
TY_014 TransferLocationRequest PUBLIC
TY_T_002 Account PUBLIC
TY_T_003 Admin PUBLIC
TY_T_006 Invitation 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 mybusinessaccountmanagement:v1 PUBLIC
C_ROOT_URL STRING API Root URL https://mybusinessaccountmanagement.googleapis.com PUBLIC
C_REVISION_DATE DATUM Discovery Document revision Date 20250305 PUBLIC
C_PATH_PREFIX STRING API Path Prefix PUBLIC
C_ON_PREM_VERSION /GOOG/SDK_VERSION Lowest On-premises Version 1.7 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

ACCEPT_INVITATIONS

  • Description: mybusinessaccountmanagement.accounts.invitations.accept
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_ACCOUNTS_ID IMPORTING STRING accountsId
IV_P_INVITATIONS_ID IMPORTING STRING invitationsId
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

CREATE_ACCOUNTS

  • Description: mybusinessaccountmanagement.accounts.create
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IS_INPUT IMPORTING TY_002 Account
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_002 Account
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_ADMINS

  • Description: mybusinessaccountmanagement.accounts.admins.create
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_ACCOUNTS_ID IMPORTING STRING accountsId
IS_INPUT IMPORTING TY_003 Admin
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_003 Admin
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_ADMINS1

  • Description: mybusinessaccountmanagement.locations.admins.create
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IS_INPUT IMPORTING TY_003 Admin
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_003 Admin
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

DECLINE_INVITATIONS

  • Description: mybusinessaccountmanagement.accounts.invitations.decline
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_ACCOUNTS_ID IMPORTING STRING accountsId
IV_P_INVITATIONS_ID IMPORTING STRING invitationsId
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

DELETE_ADMINS

  • Description: mybusinessaccountmanagement.accounts.admins.delete
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_ACCOUNTS_ID IMPORTING STRING accountsId
IV_P_ADMINS_ID IMPORTING STRING adminsId
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_ADMINS1

  • Description: mybusinessaccountmanagement.locations.admins.delete
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_ADMINS_ID IMPORTING STRING adminsId
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_ACCOUNTS

  • Description: mybusinessaccountmanagement.accounts.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_ACCOUNTS_ID IMPORTING STRING accountsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_002 Account
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_ACCOUNTS

  • Description: mybusinessaccountmanagement.accounts.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_Q_PARENTACCOUNT IMPORTING STRING parentAccount
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_008 ListAccountsResponse
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_ADMINS

  • Description: mybusinessaccountmanagement.accounts.admins.list
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_ACCOUNTS_ID IMPORTING STRING accountsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_007 ListAccountAdminsResponse
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_ADMINS1

  • Description: mybusinessaccountmanagement.locations.admins.list
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_010 ListLocationAdminsResponse
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_INVITATIONS

  • Description: mybusinessaccountmanagement.accounts.invitations.list
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_FILTER IMPORTING STRING filter
IV_P_ACCOUNTS_ID IMPORTING STRING accountsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_009 ListInvitationsResponse
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_ACCOUNTS

  • Description: mybusinessaccountmanagement.accounts.patch
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_UPDATEMASK IMPORTING STRING updateMask
IV_Q_VALIDATEONLY IMPORTING STRING validateOnly
IV_P_ACCOUNTS_ID IMPORTING STRING accountsId
IS_INPUT IMPORTING TY_002 Account
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_002 Account
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_ADMINS

  • Description: mybusinessaccountmanagement.accounts.admins.patch
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_UPDATEMASK IMPORTING STRING updateMask
IV_P_ACCOUNTS_ID IMPORTING STRING accountsId
IV_P_ADMINS_ID IMPORTING STRING adminsId
IS_INPUT IMPORTING TY_003 Admin
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_003 Admin
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_ADMINS1

  • Description: mybusinessaccountmanagement.locations.admins.patch
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_UPDATEMASK IMPORTING STRING updateMask
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_ADMINS_ID IMPORTING STRING adminsId
IS_INPUT IMPORTING TY_003 Admin
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_003 Admin
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

TRANSFER_LOCATIONS

  • Description: mybusinessaccountmanagement.locations.transfer
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IS_INPUT IMPORTING TY_014 TransferLocationRequest
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