Docs Support Console

Class /GOOG/CL_GMAIL_V1

Class

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

Types

Type Description Visibility
TY_001
AutoForwarding PUBLIC
TY_002
BatchDeleteMessagesRequest PUBLIC
TY_003
BatchModifyMessagesRequest PUBLIC
TY_004
CseIdentity PUBLIC
TY_005
CseKeyPair PUBLIC
TY_006
CsePrivateKeyMetadata PUBLIC
TY_007
Delegate PUBLIC
TY_009
Draft PUBLIC
TY_011
Filter PUBLIC
TY_012
FilterAction PUBLIC
TY_013
FilterCriteria PUBLIC
TY_014
ForwardingAddress PUBLIC
TY_015
History PUBLIC
TY_016
HistoryLabelAdded PUBLIC
TY_017
HistoryLabelRemoved PUBLIC
TY_018
HistoryMessageAdded PUBLIC
TY_019
HistoryMessageDeleted PUBLIC
TY_020
ImapSettings PUBLIC
TY_021
KaclsKeyMetadata PUBLIC
TY_022
Label PUBLIC
TY_023
LabelColor PUBLIC
TY_024
LanguageSettings PUBLIC
TY_025
ListCseIdentitiesResponse PUBLIC
TY_026
ListCseKeyPairsResponse PUBLIC
TY_027
ListDelegatesResponse PUBLIC
TY_028
ListDraftsResponse PUBLIC
TY_029
ListFiltersResponse PUBLIC
TY_030
ListForwardingAddressesResponse PUBLIC
TY_031
ListHistoryResponse PUBLIC
TY_032
ListLabelsResponse PUBLIC
TY_033
ListMessagesResponse PUBLIC
TY_034
ListSendAsResponse PUBLIC
TY_035
ListSmimeInfoResponse PUBLIC
TY_036
ListThreadsResponse PUBLIC
TY_037
Message PUBLIC
TY_038
MessagePart PUBLIC
TY_039
MessagePartBody PUBLIC
TY_040
MessagePartHeader PUBLIC
TY_041
ModifyMessageRequest PUBLIC
TY_042
ModifyThreadRequest PUBLIC
TY_044
PopSettings PUBLIC
TY_045
Profile PUBLIC
TY_046
SendAs PUBLIC
TY_047
SmimeInfo PUBLIC
TY_048
SmtpMsa PUBLIC
TY_049
Thread PUBLIC
TY_050
VacationSettings PUBLIC
TY_051
WatchRequest PUBLIC
TY_052
WatchResponse PUBLIC
TY_053
HardwareKeyMetadata PUBLIC
TY_054
SignAndEncryptKeyPairs PUBLIC
TY_T_004
CseIdentity PUBLIC
TY_T_005
CseKeyPair PUBLIC
TY_T_006
CsePrivateKeyMetadata PUBLIC
TY_T_007
Delegate PUBLIC
TY_T_009
Draft PUBLIC
TY_T_011
Filter PUBLIC
TY_T_014
ForwardingAddress PUBLIC
TY_T_015
History PUBLIC
TY_T_016
HistoryLabelAdded PUBLIC
TY_T_017
HistoryLabelRemoved PUBLIC
TY_T_018
HistoryMessageAdded PUBLIC
TY_T_019
HistoryMessageDeleted PUBLIC
TY_T_022
Label PUBLIC
TY_T_037
Message PUBLIC
TY_T_038
MessagePart PUBLIC
TY_T_040
MessagePartHeader PUBLIC
TY_T_046
SendAs PUBLIC
TY_T_047
SmimeInfo PUBLIC
TY_T_049
Thread PUBLIC
TY_T_STRING
Table of Strings PUBLIC

Constants

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

  • Description: gmail.users.messages.batchDelete
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_USER_ID
IMPORTING STRING userId
IS_INPUT
IMPORTING TY_002 BatchDeleteMessagesRequest
ES_RAW
EXPORTING DATA Raw 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

BATCH_MODIFY_MESSAGES

  • Description: gmail.users.messages.batchModify
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_USER_ID
IMPORTING STRING userId
IS_INPUT
IMPORTING TY_003 BatchModifyMessagesRequest
ES_RAW
EXPORTING DATA Raw 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_DELEGATES

  • Description: gmail.users.settings.delegates.create
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_USER_ID
IMPORTING STRING userId
IS_INPUT
IMPORTING TY_007 Delegate
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_007 Delegate
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_DRAFTS

  • Description: gmail.users.drafts.create
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_USER_ID
IMPORTING STRING userId
IS_INPUT
IMPORTING TY_009 Draft
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_009 Draft
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_FILTERS

  • Description: gmail.users.settings.filters.create
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_USER_ID
IMPORTING STRING userId
IS_INPUT
IMPORTING TY_011 Filter
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_011 Filter
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_FORWARDING_ADDRESSES

  • Description: gmail.users.settings.forwardingAddresses.create
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_USER_ID
IMPORTING STRING userId
IS_INPUT
IMPORTING TY_014 ForwardingAddress
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_014 ForwardingAddress
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_IDENTITIES

  • Description: gmail.users.settings.cse.identities.create
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_USER_ID
IMPORTING STRING userId
IS_INPUT
IMPORTING TY_004 CseIdentity
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_004 CseIdentity
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_KEYPAIRS

  • Description: gmail.users.settings.cse.keypairs.create
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_USER_ID
IMPORTING STRING userId
IS_INPUT
IMPORTING TY_005 CseKeyPair
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_005 CseKeyPair
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_LABELS

  • Description: gmail.users.labels.create
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_USER_ID
IMPORTING STRING userId
IS_INPUT
IMPORTING TY_022 Label
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_022 Label
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_SEND_AS

  • Description: gmail.users.settings.sendAs.create
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_USER_ID
IMPORTING STRING userId
IS_INPUT
IMPORTING TY_046 SendAs
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_046 SendAs
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_DELEGATES

  • Description: gmail.users.settings.delegates.delete
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_DELEGATE_EMAIL
IMPORTING STRING delegateEmail
IV_P_USER_ID
IMPORTING STRING userId
ES_RAW
EXPORTING DATA Raw 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_DRAFTS

  • Description: gmail.users.drafts.delete
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_ID
IMPORTING STRING id
IV_P_USER_ID
IMPORTING STRING userId
ES_RAW
EXPORTING DATA Raw 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_FILTERS

  • Description: gmail.users.settings.filters.delete
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_ID
IMPORTING STRING id
IV_P_USER_ID
IMPORTING STRING userId
ES_RAW
EXPORTING DATA Raw 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_FORWARDING_ADDRESSES

  • Description: gmail.users.settings.forwardingAddresses.delete
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_FORWARDING_EMAIL
IMPORTING STRING forwardingEmail
IV_P_USER_ID
IMPORTING STRING userId
ES_RAW
EXPORTING DATA Raw 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_IDENTITIES

  • Description: gmail.users.settings.cse.identities.delete
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_CSE_EMAIL_ADDRESS
IMPORTING STRING cseEmailAddress
IV_P_USER_ID
IMPORTING STRING userId
ES_RAW
EXPORTING DATA Raw 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_LABELS

  • Description: gmail.users.labels.delete
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_ID
IMPORTING STRING id
IV_P_USER_ID
IMPORTING STRING userId
ES_RAW
EXPORTING DATA Raw 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_MESSAGES

  • Description: gmail.users.messages.delete
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_ID
IMPORTING STRING id
IV_P_USER_ID
IMPORTING STRING userId
ES_RAW
EXPORTING DATA Raw 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_SEND_AS

  • Description: gmail.users.settings.sendAs.delete
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_SEND_AS_EMAIL
IMPORTING STRING sendAsEmail
IV_P_USER_ID
IMPORTING STRING userId
ES_RAW
EXPORTING DATA Raw 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_SMIME_INFO

  • Description: gmail.users.settings.sendAs.smimeInfo.delete
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_ID
IMPORTING STRING id
IV_P_SEND_AS_EMAIL
IMPORTING STRING sendAsEmail
IV_P_USER_ID
IMPORTING STRING userId
ES_RAW
EXPORTING DATA Raw 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_THREADS

  • Description: gmail.users.threads.delete
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_ID
IMPORTING STRING id
IV_P_USER_ID
IMPORTING STRING userId
ES_RAW
EXPORTING DATA Raw 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

DISABLE_KEYPAIRS

  • Description: gmail.users.settings.cse.keypairs.disable
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_KEY_PAIR_ID
IMPORTING STRING keyPairId
IV_P_USER_ID
IMPORTING STRING userId
IS_INPUT
IMPORTING DATA Input Data
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_005 CseKeyPair
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_KEYPAIRS

  • Description: gmail.users.settings.cse.keypairs.enable
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_KEY_PAIR_ID
IMPORTING STRING keyPairId
IV_P_USER_ID
IMPORTING STRING userId
IS_INPUT
IMPORTING DATA Input Data
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_005 CseKeyPair
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_ATTACHMENTS

  • Description: gmail.users.messages.attachments.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_ID
IMPORTING STRING id
IV_P_MESSAGE_ID
IMPORTING STRING messageId
IV_P_USER_ID
IMPORTING STRING userId
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_039 MessagePartBody
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_AUTO_FORWARDING_SETTING

  • Description: gmail.users.settings.getAutoForwarding
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_USER_ID
IMPORTING STRING userId
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_001 AutoForwarding
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_DELEGATES

  • Description: gmail.users.settings.delegates.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_DELEGATE_EMAIL
IMPORTING STRING delegateEmail
IV_P_USER_ID
IMPORTING STRING userId
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_007 Delegate
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_DRAFTS

  • Description: gmail.users.drafts.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_FORMAT
IMPORTING STRING format
IV_P_ID
IMPORTING STRING id
IV_P_USER_ID
IMPORTING STRING userId
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_009 Draft
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_FILTERS

  • Description: gmail.users.settings.filters.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_ID
IMPORTING STRING id
IV_P_USER_ID
IMPORTING STRING userId
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_011 Filter
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_FORWARDING_ADDRESSES

  • Description: gmail.users.settings.forwardingAddresses.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_FORWARDING_EMAIL
IMPORTING STRING forwardingEmail
IV_P_USER_ID
IMPORTING STRING userId
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_014 ForwardingAddress
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_IDENTITIES

  • Description: gmail.users.settings.cse.identities.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_CSE_EMAIL_ADDRESS
IMPORTING STRING cseEmailAddress
IV_P_USER_ID
IMPORTING STRING userId
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_004 CseIdentity
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_IMAP_SETTINGS

  • Description: gmail.users.settings.getImap
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_USER_ID
IMPORTING STRING userId
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_020 ImapSettings
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_KEYPAIRS

  • Description: gmail.users.settings.cse.keypairs.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_KEY_PAIR_ID
IMPORTING STRING keyPairId
IV_P_USER_ID
IMPORTING STRING userId
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_005 CseKeyPair
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_LABELS

  • Description: gmail.users.labels.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_ID
IMPORTING STRING id
IV_P_USER_ID
IMPORTING STRING userId
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_022 Label
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_LANGUAGE_SETTINGS

  • Description: gmail.users.settings.getLanguage
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_USER_ID
IMPORTING STRING userId
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_024 LanguageSettings
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_MESSAGES

  • Description: gmail.users.messages.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_FORMAT
IMPORTING STRING format
IV_Q_METADATAHEADERS
IMPORTING STRING metadataHeaders
IV_P_ID
IMPORTING STRING id
IV_P_USER_ID
IMPORTING STRING userId
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_037 Message
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_POP_SETTINGS

  • Description: gmail.users.settings.getPop
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_USER_ID
IMPORTING STRING userId
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_044 PopSettings
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_PROFILE_USERS

  • Description: gmail.users.getProfile
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_USER_ID
IMPORTING STRING userId
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_045 Profile
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_SEND_AS

  • Description: gmail.users.settings.sendAs.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_SEND_AS_EMAIL
IMPORTING STRING sendAsEmail
IV_P_USER_ID
IMPORTING STRING userId
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_046 SendAs
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_SMIME_INFO

  • Description: gmail.users.settings.sendAs.smimeInfo.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_ID
IMPORTING STRING id
IV_P_SEND_AS_EMAIL
IMPORTING STRING sendAsEmail
IV_P_USER_ID
IMPORTING STRING userId
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_047 SmimeInfo
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_THREADS

  • Description: gmail.users.threads.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_FORMAT
IMPORTING STRING format
IV_Q_METADATAHEADERS
IMPORTING STRING metadataHeaders
IV_P_ID
IMPORTING STRING id
IV_P_USER_ID
IMPORTING STRING userId
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_049 Thread
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_VACATION_SETTINGS

  • Description: gmail.users.settings.getVacation
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_USER_ID
IMPORTING STRING userId
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_050 VacationSettings
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_MESSAGES

  • Description: gmail.users.messages.import
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_DELETED
IMPORTING STRING deleted
IV_Q_INTERNALDATESOURCE
IMPORTING STRING internalDateSource
IV_Q_NEVERMARKSPAM
IMPORTING STRING neverMarkSpam
IV_Q_PROCESSFORCALENDAR
IMPORTING STRING processForCalendar
IV_P_USER_ID
IMPORTING STRING userId
IS_INPUT
IMPORTING TY_037 Message
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_037 Message
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

INSERT_MESSAGES

  • Description: gmail.users.messages.insert
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_DELETED
IMPORTING STRING deleted
IV_Q_INTERNALDATESOURCE
IMPORTING STRING internalDateSource
IV_P_USER_ID
IMPORTING STRING userId
IS_INPUT
IMPORTING TY_037 Message
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_037 Message
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

INSERT_SMIME_INFO

  • Description: gmail.users.settings.sendAs.smimeInfo.insert
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_SEND_AS_EMAIL
IMPORTING STRING sendAsEmail
IV_P_USER_ID
IMPORTING STRING userId
IS_INPUT
IMPORTING TY_047 SmimeInfo
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_047 SmimeInfo
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_DELEGATES

  • Description: gmail.users.settings.delegates.list
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_USER_ID
IMPORTING STRING userId
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_027 ListDelegatesResponse
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_DRAFTS

  • Description: gmail.users.drafts.list
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_INCLUDESPAMTRASH
IMPORTING STRING includeSpamTrash
IV_Q_MAXRESULTS
IMPORTING STRING maxResults
IV_Q_PAGETOKEN
IMPORTING STRING pageToken
IV_Q_Q
IMPORTING STRING q
IV_P_USER_ID
IMPORTING STRING userId
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_028 ListDraftsResponse
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_FILTERS

  • Description: gmail.users.settings.filters.list
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_USER_ID
IMPORTING STRING userId
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_029 ListFiltersResponse
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_FORWARDING_ADDRESSES

  • Description: gmail.users.settings.forwardingAddresses.list
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_USER_ID
IMPORTING STRING userId
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_030 ListForwardingAddressesResponse
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_HISTORY

  • Description: gmail.users.history.list
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_HISTORYTYPES
IMPORTING STRING historyTypes
IV_Q_LABELID
IMPORTING STRING labelId
IV_Q_MAXRESULTS
IMPORTING STRING maxResults
IV_Q_PAGETOKEN
IMPORTING STRING pageToken
IV_Q_STARTHISTORYID
IMPORTING STRING startHistoryId
IV_P_USER_ID
IMPORTING STRING userId
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_031 ListHistoryResponse
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_IDENTITIES

  • Description: gmail.users.settings.cse.identities.list
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_PAGESIZE
IMPORTING STRING pageSize
IV_Q_PAGETOKEN
IMPORTING STRING pageToken
IV_P_USER_ID
IMPORTING STRING userId
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_025 ListCseIdentitiesResponse
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_KEYPAIRS

  • Description: gmail.users.settings.cse.keypairs.list
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_PAGESIZE
IMPORTING STRING pageSize
IV_Q_PAGETOKEN
IMPORTING STRING pageToken
IV_P_USER_ID
IMPORTING STRING userId
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_026 ListCseKeyPairsResponse
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_LABELS

  • Description: gmail.users.labels.list
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_USER_ID
IMPORTING STRING userId
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_032 ListLabelsResponse
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_MESSAGES

  • Description: gmail.users.messages.list
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_INCLUDESPAMTRASH
IMPORTING STRING includeSpamTrash
IV_Q_LABELIDS
IMPORTING STRING labelIds
IV_Q_MAXRESULTS
IMPORTING STRING maxResults
IV_Q_PAGETOKEN
IMPORTING STRING pageToken
IV_Q_Q
IMPORTING STRING q
IV_P_USER_ID
IMPORTING STRING userId
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_033 ListMessagesResponse
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_SEND_AS

  • Description: gmail.users.settings.sendAs.list
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_USER_ID
IMPORTING STRING userId
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_034 ListSendAsResponse
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_SMIME_INFO

  • Description: gmail.users.settings.sendAs.smimeInfo.list
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_SEND_AS_EMAIL
IMPORTING STRING sendAsEmail
IV_P_USER_ID
IMPORTING STRING userId
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_035 ListSmimeInfoResponse
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_THREADS

  • Description: gmail.users.threads.list
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_INCLUDESPAMTRASH
IMPORTING STRING includeSpamTrash
IV_Q_LABELIDS
IMPORTING STRING labelIds
IV_Q_MAXRESULTS
IMPORTING STRING maxResults
IV_Q_PAGETOKEN
IMPORTING STRING pageToken
IV_Q_Q
IMPORTING STRING q
IV_P_USER_ID
IMPORTING STRING userId
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_036 ListThreadsResponse
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

MODIFY_MESSAGES

  • Description: gmail.users.messages.modify
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_ID
IMPORTING STRING id
IV_P_USER_ID
IMPORTING STRING userId
IS_INPUT
IMPORTING TY_041 ModifyMessageRequest
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_037 Message
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

MODIFY_THREADS

  • Description: gmail.users.threads.modify
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_ID
IMPORTING STRING id
IV_P_USER_ID
IMPORTING STRING userId
IS_INPUT
IMPORTING TY_042 ModifyThreadRequest
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_049 Thread
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

OBLITERATE_KEYPAIRS

  • Description: gmail.users.settings.cse.keypairs.obliterate
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_KEY_PAIR_ID
IMPORTING STRING keyPairId
IV_P_USER_ID
IMPORTING STRING userId
IS_INPUT
IMPORTING DATA Input Data
ES_RAW
EXPORTING DATA Raw 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_IDENTITIES

  • Description: gmail.users.settings.cse.identities.patch
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_EMAIL_ADDRESS
IMPORTING STRING emailAddress
IV_P_USER_ID
IMPORTING STRING userId
IS_INPUT
IMPORTING TY_004 CseIdentity
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_004 CseIdentity
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_LABELS

  • Description: gmail.users.labels.patch
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_ID
IMPORTING STRING id
IV_P_USER_ID
IMPORTING STRING userId
IS_INPUT
IMPORTING TY_022 Label
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_022 Label
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_SEND_AS

  • Description: gmail.users.settings.sendAs.patch
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_SEND_AS_EMAIL
IMPORTING STRING sendAsEmail
IV_P_USER_ID
IMPORTING STRING userId
IS_INPUT
IMPORTING TY_046 SendAs
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_046 SendAs
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

SEND_DRAFTS

  • Description: gmail.users.drafts.send
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_USER_ID
IMPORTING STRING userId
IS_INPUT
IMPORTING TY_009 Draft
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_037 Message
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

SEND_MESSAGES

  • Description: gmail.users.messages.send
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_USER_ID
IMPORTING STRING userId
IS_INPUT
IMPORTING TY_037 Message
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_037 Message
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_DEFAULT_SMIME_INFO

  • Description: gmail.users.settings.sendAs.smimeInfo.setDefault
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_ID
IMPORTING STRING id
IV_P_SEND_AS_EMAIL
IMPORTING STRING sendAsEmail
IV_P_USER_ID
IMPORTING STRING userId
ES_RAW
EXPORTING DATA Raw 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

STOP_USERS

  • Description: gmail.users.stop
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_USER_ID
IMPORTING STRING userId
ES_RAW
EXPORTING DATA Raw 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

TRASH_MESSAGES

  • Description: gmail.users.messages.trash
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_ID
IMPORTING STRING id
IV_P_USER_ID
IMPORTING STRING userId
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_037 Message
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

TRASH_THREADS

  • Description: gmail.users.threads.trash
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_ID
IMPORTING STRING id
IV_P_USER_ID
IMPORTING STRING userId
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_049 Thread
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

UNTRASH_MESSAGES

  • Description: gmail.users.messages.untrash
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_ID
IMPORTING STRING id
IV_P_USER_ID
IMPORTING STRING userId
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_037 Message
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

UNTRASH_THREADS

  • Description: gmail.users.threads.untrash
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_ID
IMPORTING STRING id
IV_P_USER_ID
IMPORTING STRING userId
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_049 Thread
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_AUTO_FORWARDING_SETT

  • Description: gmail.users.settings.updateAutoForwarding
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_USER_ID
IMPORTING STRING userId
IS_INPUT
IMPORTING TY_001 AutoForwarding
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_001 AutoForwarding
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_DRAFTS

  • Description: gmail.users.drafts.update
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_ID
IMPORTING STRING id
IV_P_USER_ID
IMPORTING STRING userId
IS_INPUT
IMPORTING TY_009 Draft
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_009 Draft
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_IMAP_SETTINGS

  • Description: gmail.users.settings.updateImap
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_USER_ID
IMPORTING STRING userId
IS_INPUT
IMPORTING TY_020 ImapSettings
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_020 ImapSettings
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_LABELS

  • Description: gmail.users.labels.update
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_ID
IMPORTING STRING id
IV_P_USER_ID
IMPORTING STRING userId
IS_INPUT
IMPORTING TY_022 Label
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_022 Label
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_LANGUAGE_SETTINGS

  • Description: gmail.users.settings.updateLanguage
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_USER_ID
IMPORTING STRING userId
IS_INPUT
IMPORTING TY_024 LanguageSettings
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_024 LanguageSettings
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_POP_SETTINGS

  • Description: gmail.users.settings.updatePop
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_USER_ID
IMPORTING STRING userId
IS_INPUT
IMPORTING TY_044 PopSettings
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_044 PopSettings
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_SEND_AS

  • Description: gmail.users.settings.sendAs.update
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_SEND_AS_EMAIL
IMPORTING STRING sendAsEmail
IV_P_USER_ID
IMPORTING STRING userId
IS_INPUT
IMPORTING TY_046 SendAs
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_046 SendAs
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_VACATION_SETTINGS

  • Description: gmail.users.settings.updateVacation
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_USER_ID
IMPORTING STRING userId
IS_INPUT
IMPORTING TY_050 VacationSettings
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_050 VacationSettings
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

VERIFY_SEND_AS

  • Description: gmail.users.settings.sendAs.verify
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_SEND_AS_EMAIL
IMPORTING STRING sendAsEmail
IV_P_USER_ID
IMPORTING STRING userId
ES_RAW
EXPORTING DATA Raw 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

WATCH_USERS

  • Description: gmail.users.watch
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_USER_ID
IMPORTING STRING userId
IS_INPUT
IMPORTING TY_051 WatchRequest
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_052 WatchResponse
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: