Class /GOOG/CL_PEOPLE_V1

Class

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

Types

Type Description Visibility
TY_001 Address PUBLIC
TY_002 AgeRangeType PUBLIC
TY_003 BatchCreateContactsRequest PUBLIC
TY_004 BatchCreateContactsResponse PUBLIC
TY_005 BatchDeleteContactsRequest PUBLIC
TY_006 BatchGetContactGroupsResponse PUBLIC
TY_007 BatchUpdateContactsRequest PUBLIC
TY_008 BatchUpdateContactsResponse PUBLIC
TY_009 Biography PUBLIC
TY_010 Birthday PUBLIC
TY_011 BraggingRights PUBLIC
TY_012 CalendarUrl PUBLIC
TY_013 ClientData PUBLIC
TY_014 ContactGroup PUBLIC
TY_015 ContactGroupMembership PUBLIC
TY_016 ContactGroupMetadata PUBLIC
TY_017 ContactGroupResponse PUBLIC
TY_018 ContactToCreate PUBLIC
TY_019 CopyOtherContactToMyContactsGroupRequest PUBLIC
TY_020 CoverPhoto PUBLIC
TY_021 CreateContactGroupRequest PUBLIC
TY_022 Date PUBLIC
TY_023 DeleteContactPhotoResponse PUBLIC
TY_024 DomainMembership PUBLIC
TY_025 EmailAddress PUBLIC
TY_027 Event PUBLIC
TY_028 ExternalId PUBLIC
TY_029 FieldMetadata PUBLIC
TY_030 FileAs PUBLIC
TY_031 Gender PUBLIC
TY_032 GetPeopleResponse PUBLIC
TY_033 GroupClientData PUBLIC
TY_034 ImClient PUBLIC
TY_035 Interest PUBLIC
TY_036 ListConnectionsResponse PUBLIC
TY_037 ListContactGroupsResponse PUBLIC
TY_038 ListDirectoryPeopleResponse PUBLIC
TY_039 ListOtherContactsResponse PUBLIC
TY_040 Locale PUBLIC
TY_041 Location PUBLIC
TY_042 Membership PUBLIC
TY_043 MiscKeyword PUBLIC
TY_044 ModifyContactGroupMembersRequest PUBLIC
TY_045 ModifyContactGroupMembersResponse PUBLIC
TY_046 Name PUBLIC
TY_047 Nickname PUBLIC
TY_048 Occupation PUBLIC
TY_049 Organization PUBLIC
TY_050 Person PUBLIC
TY_051 PersonMetadata PUBLIC
TY_052 PersonResponse PUBLIC
TY_053 PhoneNumber PUBLIC
TY_054 Photo PUBLIC
TY_055 ProfileMetadata PUBLIC
TY_056 Relation PUBLIC
TY_057 RelationshipInterest PUBLIC
TY_058 RelationshipStatus PUBLIC
TY_059 Residence PUBLIC
TY_060 SearchDirectoryPeopleResponse PUBLIC
TY_061 SearchResponse PUBLIC
TY_062 SearchResult PUBLIC
TY_063 SipAddress PUBLIC
TY_064 Skill PUBLIC
TY_065 Source PUBLIC
TY_066 Status PUBLIC
TY_067 Tagline PUBLIC
TY_068 UpdateContactGroupRequest PUBLIC
TY_069 UpdateContactPhotoRequest PUBLIC
TY_070 UpdateContactPhotoResponse PUBLIC
TY_071 Url PUBLIC
TY_072 UserDefined PUBLIC
TY_T_001 Address PUBLIC
TY_T_002 AgeRangeType PUBLIC
TY_T_009 Biography PUBLIC
TY_T_010 Birthday PUBLIC
TY_T_011 BraggingRights PUBLIC
TY_T_012 CalendarUrl PUBLIC
TY_T_013 ClientData PUBLIC
TY_T_014 ContactGroup PUBLIC
TY_T_017 ContactGroupResponse PUBLIC
TY_T_018 ContactToCreate PUBLIC
TY_T_020 CoverPhoto PUBLIC
TY_T_025 EmailAddress PUBLIC
TY_T_027 Event PUBLIC
TY_T_028 ExternalId PUBLIC
TY_T_030 FileAs PUBLIC
TY_T_031 Gender PUBLIC
TY_T_033 GroupClientData PUBLIC
TY_T_034 ImClient PUBLIC
TY_T_035 Interest PUBLIC
TY_T_040 Locale PUBLIC
TY_T_041 Location PUBLIC
TY_T_042 Membership PUBLIC
TY_T_043 MiscKeyword PUBLIC
TY_T_046 Name PUBLIC
TY_T_047 Nickname PUBLIC
TY_T_048 Occupation PUBLIC
TY_T_049 Organization PUBLIC
TY_T_050 Person PUBLIC
TY_T_052 PersonResponse PUBLIC
TY_T_053 PhoneNumber PUBLIC
TY_T_054 Photo PUBLIC
TY_T_056 Relation PUBLIC
TY_T_057 RelationshipInterest PUBLIC
TY_T_058 RelationshipStatus PUBLIC
TY_T_059 Residence PUBLIC
TY_T_062 SearchResult PUBLIC
TY_T_063 SipAddress PUBLIC
TY_T_064 Skill PUBLIC
TY_T_065 Source PUBLIC
TY_T_067 Tagline PUBLIC
TY_T_071 Url PUBLIC
TY_T_072 UserDefined 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 people:v1 PUBLIC
C_ROOT_URL STRING API Root URL https://people.googleapis.com PUBLIC
C_REVISION_DATE DATUM Discovery Document revision Date 20250304 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

BATCH_CREATE_CONTACTS_PEOPL

  • Description: people.people.batchCreateContacts
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IS_INPUT IMPORTING TY_003 BatchCreateContactsRequest
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_004 BatchCreateContactsResponse
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_DELETE_CONTACTS_PEOPL

  • Description: people.people.batchDeleteContacts
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IS_INPUT IMPORTING TY_005 BatchDeleteContactsRequest
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

BATCH_GET_CONTACT_GROUPS

  • Description: people.contactGroups.batchGet
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_GROUPFIELDS IMPORTING STRING groupFields
IV_Q_MAXMEMBERS IMPORTING STRING maxMembers
IV_Q_RESOURCENAMES IMPORTING STRING resourceNames
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_006 BatchGetContactGroupsResponse
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_UPDATE_CONTACTS_PEOPL

  • Description: people.people.batchUpdateContacts
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IS_INPUT IMPORTING TY_007 BatchUpdateContactsRequest
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_008 BatchUpdateContactsResponse
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

COPY_OTHER_CONTACT_TO_MY_CO

  • Description: people.otherContacts.copyOtherContactToMyContactsGroup
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_OTHER_CONTACTS_ID IMPORTING STRING otherContactsId
IS_INPUT IMPORTING TY_019 CopyOtherContactToMyContactsGroupRequest
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_050 Person
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_CONTACT_GROUPS

  • Description: people.contactGroups.create
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IS_INPUT IMPORTING TY_021 CreateContactGroupRequest
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_014 ContactGroup
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_CONTACT_PEOPLE

  • Description: people.people.createContact
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_PERSONFIELDS IMPORTING STRING personFields
IV_Q_SOURCES IMPORTING STRING sources
IS_INPUT IMPORTING TY_050 Person
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_050 Person
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_CONTACT_GROUPS

  • Description: people.contactGroups.delete
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_DELETECONTACTS IMPORTING STRING deleteContacts
IV_P_CONTACT_GROUPS_ID IMPORTING STRING contactGroupsId
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_CONTACT_PEOPLE

  • Description: people.people.deleteContact
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PEOPLE_ID IMPORTING STRING peopleId
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_CONTACT_PHOTO_PEOPLE

  • Description: people.people.deleteContactPhoto
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_PERSONFIELDS IMPORTING STRING personFields
IV_Q_SOURCES IMPORTING STRING sources
IV_P_PEOPLE_ID IMPORTING STRING peopleId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_023 DeleteContactPhotoResponse
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_BATCH_GET_PEOPLE

  • Description: people.people.getBatchGet
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_PERSONFIELDS IMPORTING STRING personFields
IV_Q_REQUESTMASKINCLUDEFIELD IMPORTING STRING requestMask.includeField
IV_Q_RESOURCENAMES IMPORTING STRING resourceNames
IV_Q_SOURCES IMPORTING STRING sources
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_032 GetPeopleResponse
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_CONTACT_GROUPS

  • Description: people.contactGroups.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_GROUPFIELDS IMPORTING STRING groupFields
IV_Q_MAXMEMBERS IMPORTING STRING maxMembers
IV_P_CONTACT_GROUPS_ID IMPORTING STRING contactGroupsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_014 ContactGroup
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_PEOPLE

  • Description: people.people.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_PERSONFIELDS IMPORTING STRING personFields
IV_Q_REQUESTMASKINCLUDEFIELD IMPORTING STRING requestMask.includeField
IV_Q_SOURCES IMPORTING STRING sources
IV_P_PEOPLE_ID IMPORTING STRING peopleId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_050 Person
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_CONNECTIONS

  • Description: people.people.connections.list
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_PAGESIZE IMPORTING STRING pageSize
IV_Q_PAGETOKEN IMPORTING STRING pageToken
IV_Q_PERSONFIELDS IMPORTING STRING personFields
IV_Q_REQUESTMASKINCLUDEFIELD IMPORTING STRING requestMask.includeField
IV_Q_REQUESTSYNCTOKEN IMPORTING STRING requestSyncToken
IV_Q_SORTORDER IMPORTING STRING sortOrder
IV_Q_SOURCES IMPORTING STRING sources
IV_Q_SYNCTOKEN IMPORTING STRING syncToken
IV_P_PEOPLE_ID IMPORTING STRING peopleId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_036 ListConnectionsResponse
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_CONTACT_GROUPS

  • Description: people.contactGroups.list
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_GROUPFIELDS IMPORTING STRING groupFields
IV_Q_PAGESIZE IMPORTING STRING pageSize
IV_Q_PAGETOKEN IMPORTING STRING pageToken
IV_Q_SYNCTOKEN IMPORTING STRING syncToken
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_037 ListContactGroupsResponse
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_DIRECTORY_PEOPLE_PEOPL

  • Description: people.people.listDirectoryPeople
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_MERGESOURCES IMPORTING STRING mergeSources
IV_Q_PAGESIZE IMPORTING STRING pageSize
IV_Q_PAGETOKEN IMPORTING STRING pageToken
IV_Q_READMASK IMPORTING STRING readMask
IV_Q_REQUESTSYNCTOKEN IMPORTING STRING requestSyncToken
IV_Q_SOURCES IMPORTING STRING sources
IV_Q_SYNCTOKEN IMPORTING STRING syncToken
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_038 ListDirectoryPeopleResponse
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_OTHER_CONTACTS

  • Description: people.otherContacts.list
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_PAGESIZE IMPORTING STRING pageSize
IV_Q_PAGETOKEN IMPORTING STRING pageToken
IV_Q_READMASK IMPORTING STRING readMask
IV_Q_REQUESTSYNCTOKEN IMPORTING STRING requestSyncToken
IV_Q_SOURCES IMPORTING STRING sources
IV_Q_SYNCTOKEN IMPORTING STRING syncToken
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_039 ListOtherContactsResponse
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_MEMBERS

  • Description: people.contactGroups.members.modify
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_CONTACT_GROUPS_ID IMPORTING STRING contactGroupsId
IS_INPUT IMPORTING TY_044 ModifyContactGroupMembersRequest
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_045 ModifyContactGroupMembersResponse
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

SEARCH_CONTACTS_PEOPLE

  • Description: people.people.searchContacts
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_PAGESIZE IMPORTING STRING pageSize
IV_Q_QUERY IMPORTING STRING query
IV_Q_READMASK IMPORTING STRING readMask
IV_Q_SOURCES IMPORTING STRING sources
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_061 SearchResponse
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

SEARCH_DIRECTORY_PEOPLE_PEO

  • Description: people.people.searchDirectoryPeople
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_MERGESOURCES IMPORTING STRING mergeSources
IV_Q_PAGESIZE IMPORTING STRING pageSize
IV_Q_PAGETOKEN IMPORTING STRING pageToken
IV_Q_QUERY IMPORTING STRING query
IV_Q_READMASK IMPORTING STRING readMask
IV_Q_SOURCES IMPORTING STRING sources
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_060 SearchDirectoryPeopleResponse
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

SEARCH_OTHER_CONTACTS

  • Description: people.otherContacts.search
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_PAGESIZE IMPORTING STRING pageSize
IV_Q_QUERY IMPORTING STRING query
IV_Q_READMASK IMPORTING STRING readMask
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_061 SearchResponse
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_CONTACT_GROUPS

  • Description: people.contactGroups.update
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_CONTACT_GROUPS_ID IMPORTING STRING contactGroupsId
IS_INPUT IMPORTING TY_068 UpdateContactGroupRequest
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_014 ContactGroup
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_CONTACT_PEOPLE

  • Description: people.people.updateContact
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_PERSONFIELDS IMPORTING STRING personFields
IV_Q_SOURCES IMPORTING STRING sources
IV_Q_UPDATEPERSONFIELDS IMPORTING STRING updatePersonFields
IV_P_PEOPLE_ID IMPORTING STRING peopleId
IS_INPUT IMPORTING TY_050 Person
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_050 Person
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_CONTACT_PHOTO_PEOPLE

  • Description: people.people.updateContactPhoto
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PEOPLE_ID IMPORTING STRING peopleId
IS_INPUT IMPORTING TY_069 UpdateContactPhotoRequest
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_070 UpdateContactPhotoResponse
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