Send feedback
Class /GOOG/CL_ANDRODEVICPROVIPAR_V1
Stay organized with collections
Save and categorize content based on your preferences.
On-premises or any cloud edition v1.10 keyboard_arrow_down
Class
/GOOG/CL_ANDRODEVICPROVIPAR_V1
Inheriting from:/GOOG/CL_HTTP_CLIENT
Description:Android Device Provisioning Partner API v1
For general information about a class in ABAP SDK for Google Cloud,
see
API client stub .
Types
Type
Description
Visibility
TY_001
ClaimDeviceRequest
PUBLIC
TY_002
ClaimDeviceResponse
PUBLIC
TY_003
ClaimDevicesRequest
PUBLIC
TY_004
Company
PUBLIC
TY_005
Configuration
PUBLIC
TY_006
CreateCustomerRequest
PUBLIC
TY_007
CustomerApplyConfigurationRequest
PUBLIC
TY_008
CustomerListConfigurationsResponse
PUBLIC
TY_009
CustomerListCustomersResponse
PUBLIC
TY_010
CustomerListDevicesResponse
PUBLIC
TY_011
CustomerListDpcsResponse
PUBLIC
TY_012
CustomerRemoveConfigurationRequest
PUBLIC
TY_013
CustomerUnclaimDeviceRequest
PUBLIC
TY_014
Device
PUBLIC
TY_015
DeviceClaim
PUBLIC
TY_016
DeviceIdentifier
PUBLIC
TY_017
DeviceMetadata
PUBLIC
TY_018
DeviceReference
PUBLIC
TY_019
Dpc
PUBLIC
TY_021
FindDevicesByDeviceIdentifierRequest
PUBLIC
TY_022
FindDevicesByDeviceIdentifierResponse
PUBLIC
TY_023
FindDevicesByOwnerRequest
PUBLIC
TY_024
FindDevicesByOwnerResponse
PUBLIC
TY_025
GoogleWorkspaceAccount
PUBLIC
TY_026
ListCustomersResponse
PUBLIC
TY_027
ListVendorCustomersResponse
PUBLIC
TY_028
ListVendorsResponse
PUBLIC
TY_029
Operation
PUBLIC
TY_031
PartnerClaim
PUBLIC
TY_032
PartnerUnclaim
PUBLIC
TY_034
Status
PUBLIC
TY_035
UnclaimDeviceRequest
PUBLIC
TY_036
UnclaimDevicesRequest
PUBLIC
TY_037
UpdateDeviceMetadataInBatchRequest
PUBLIC
TY_038
UpdateDeviceMetadataRequest
PUBLIC
TY_039
UpdateMetadataArguments
PUBLIC
TY_040
GetDeviceSimLockStateRequest
PUBLIC
TY_041
GetDeviceSimLockStateResponse
PUBLIC
TY_T_004
Company
PUBLIC
TY_T_005
Configuration
PUBLIC
TY_T_014
Device
PUBLIC
TY_T_015
DeviceClaim
PUBLIC
TY_T_019
Dpc
PUBLIC
TY_T_031
PartnerClaim
PUBLIC
TY_T_032
PartnerUnclaim
PUBLIC
TY_T_039
UpdateMetadataArguments
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
androiddeviceprovisioning:v1
PUBLIC
C_ROOT_URL
STRING
API Root URL
https://androiddeviceprovisioning.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
APPLY_CONFIGURATION_DEVICES
Description: customers.devices.applyConfiguration
Visibility: PUBLIC
Parameters
Name
Category
Type
Description
IV_P_CUSTOMERS_ID
IMPORTING
STRING
customersId
IS_INPUT
IMPORTING
TY_007
CustomerApplyConfigurationRequest
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
CLAIM_ASYNC_DEVICES
Description: androiddeviceprovisioning.partners.devices.claimAsync
Visibility: PUBLIC
Parameters
Name
Category
Type
Description
IV_P_PARTNERS_ID
IMPORTING
STRING
partnersId
IS_INPUT
IMPORTING
TY_003
ClaimDevicesRequest
ES_RAW
EXPORTING
DATA
Raw Output Data
ES_OUTPUT
EXPORTING
TY_029
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
CLAIM_DEVICES
Description: androiddeviceprovisioning.partners.devices.claim
Visibility: PUBLIC
Parameters
Name
Category
Type
Description
IV_P_PARTNERS_ID
IMPORTING
STRING
partnersId
IS_INPUT
IMPORTING
TY_001
ClaimDeviceRequest
ES_RAW
EXPORTING
DATA
Raw Output Data
ES_OUTPUT
EXPORTING
TY_002
ClaimDeviceResponse
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_CONFIGURATIONS
Description: androiddeviceprovisioning.customers.configurations.create
Visibility: PUBLIC
Parameters
Name
Category
Type
Description
IV_P_CUSTOMERS_ID
IMPORTING
STRING
customersId
IS_INPUT
IMPORTING
TY_005
Configuration
ES_RAW
EXPORTING
DATA
Raw Output Data
ES_OUTPUT
EXPORTING
TY_005
Configuration
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_CUSTOMERS
Description: androiddeviceprovisioning.partners.customers.create
Visibility: PUBLIC
Parameters
Name
Category
Type
Description
IV_P_PARTNERS_ID
IMPORTING
STRING
partnersId
IS_INPUT
IMPORTING
TY_006
CreateCustomerRequest
ES_RAW
EXPORTING
DATA
Raw Output Data
ES_OUTPUT
EXPORTING
TY_004
Company
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_CONFIGURATIONS
Description: androiddeviceprovisioning.customers.configurations.delete
Visibility: PUBLIC
Parameters
Name
Category
Type
Description
IV_P_CUSTOMERS_ID
IMPORTING
STRING
customersId
IV_P_CONFIGURATIONS_ID
IMPORTING
STRING
configurationsId
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
FIND_BY_IDENTIFIER_DEVICES
Description: androiddeviceprovisioning.partners.devices.findByIdentifier
Visibility: PUBLIC
Parameters
Name
Category
Type
Description
IV_P_PARTNERS_ID
IMPORTING
STRING
partnersId
IS_INPUT
IMPORTING
TY_021
FindDevicesByDeviceIdentifierRequest
ES_RAW
EXPORTING
DATA
Raw Output Data
ES_OUTPUT
EXPORTING
TY_022
FindDevicesByDeviceIdentifierResponse
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
FIND_BY_OWNER_DEVICES
Description: androiddeviceprovisioning.partners.devices.findByOwner
Visibility: PUBLIC
Parameters
Name
Category
Type
Description
IV_P_PARTNERS_ID
IMPORTING
STRING
partnersId
IS_INPUT
IMPORTING
TY_023
FindDevicesByOwnerRequest
ES_RAW
EXPORTING
DATA
Raw Output Data
ES_OUTPUT
EXPORTING
TY_024
FindDevicesByOwnerResponse
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_CONFIGURATIONS
Description: androiddeviceprovisioning.customers.configurations.get
Visibility: PUBLIC
Parameters
Name
Category
Type
Description
IV_P_CUSTOMERS_ID
IMPORTING
STRING
customersId
IV_P_CONFIGURATIONS_ID
IMPORTING
STRING
configurationsId
ES_RAW
EXPORTING
DATA
Raw Output Data
ES_OUTPUT
EXPORTING
TY_005
Configuration
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_DEVICES
Description: androiddeviceprovisioning.customers.devices.get
Visibility: PUBLIC
Parameters
Name
Category
Type
Description
IV_P_CUSTOMERS_ID
IMPORTING
STRING
customersId
IV_P_DEVICES_ID
IMPORTING
STRING
devicesId
ES_RAW
EXPORTING
DATA
Raw Output Data
ES_OUTPUT
EXPORTING
TY_014
Device
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_DEVICES1
Description: androiddeviceprovisioning.partners.devices.get
Visibility: PUBLIC
Parameters
Name
Category
Type
Description
IV_P_PARTNERS_ID
IMPORTING
STRING
partnersId
IV_P_DEVICES_ID
IMPORTING
STRING
devicesId
ES_RAW
EXPORTING
DATA
Raw Output Data
ES_OUTPUT
EXPORTING
TY_014
Device
EV_RET_CODE
EXPORTING
I
Return Code
EV_ERR_TEXT
EXPORTING
STRING
Error Text
ES_ERR_RESP
EXPORTING
/GOOG/ERR_RESP
Error Response
Exception
Name
Description
/GOOG/CX_SDK
ABAP SDK for Google Cloud: Exception Class
GET_OPERATIONS
Description: androiddeviceprovisioning.operations.get
Visibility: PUBLIC
Parameters
Name
Category
Type
Description
IV_P_OPERATIONS_ID
IMPORTING
STRING
operationsId
ES_RAW
EXPORTING
DATA
Raw Output Data
ES_OUTPUT
EXPORTING
TY_029
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_SIM_LOCK_STATE_DEVICES
Description: androiddeviceprovisioning.partners.devices.getSimLockState
Visibility: PUBLIC
Parameters
Name
Category
Type
Description
IV_P_PARTNERS_ID
IMPORTING
STRING
partnersId
IS_INPUT
IMPORTING
TY_040
GetDeviceSimLockStateRequest
ES_RAW
EXPORTING
DATA
Raw Output Data
ES_OUTPUT
EXPORTING
TY_041
GetDeviceSimLockStateResponse
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_CONFIGURATIONS
Description: androiddeviceprovisioning.customers.configurations.list
Visibility: PUBLIC
Parameters
Name
Category
Type
Description
IV_P_CUSTOMERS_ID
IMPORTING
STRING
customersId
ES_RAW
EXPORTING
DATA
Raw Output Data
ES_OUTPUT
EXPORTING
TY_008
CustomerListConfigurationsResponse
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_CUSTOMERS
Description: androiddeviceprovisioning.customers.list
Visibility: PUBLIC
Parameters
Name
Category
Type
Description
IV_Q_PAGESIZE
IMPORTING
STRING
pageSize
IV_Q_PAGETOKEN
IMPORTING
STRING
pageToken
ES_RAW
EXPORTING
DATA
Raw Output Data
ES_OUTPUT
EXPORTING
TY_009
CustomerListCustomersResponse
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_CUSTOMERS1
Description: androiddeviceprovisioning.partners.customers.list
Visibility: PUBLIC
Parameters
Name
Category
Type
Description
IV_Q_PAGESIZE
IMPORTING
STRING
pageSize
IV_Q_PAGETOKEN
IMPORTING
STRING
pageToken
IV_P_PARTNERS_ID
IMPORTING
STRING
partnersId
ES_RAW
EXPORTING
DATA
Raw Output Data
ES_OUTPUT
EXPORTING
TY_026
ListCustomersResponse
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_CUSTOMERS2
Description: androiddeviceprovisioning.partners.vendors.customers.list
Visibility: PUBLIC
Parameters
Name
Category
Type
Description
IV_Q_PAGESIZE
IMPORTING
STRING
pageSize
IV_Q_PAGETOKEN
IMPORTING
STRING
pageToken
IV_P_PARTNERS_ID
IMPORTING
STRING
partnersId
IV_P_VENDORS_ID
IMPORTING
STRING
vendorsId
ES_RAW
EXPORTING
DATA
Raw Output Data
ES_OUTPUT
EXPORTING
TY_027
ListVendorCustomersResponse
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_DEVICES
Description: androiddeviceprovisioning.customers.devices.list
Visibility: PUBLIC
Parameters
Name
Category
Type
Description
IV_Q_PAGESIZE
IMPORTING
STRING
pageSize
IV_Q_PAGETOKEN
IMPORTING
STRING
pageToken
IV_P_CUSTOMERS_ID
IMPORTING
STRING
customersId
ES_RAW
EXPORTING
DATA
Raw Output Data
ES_OUTPUT
EXPORTING
TY_010
CustomerListDevicesResponse
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_DPCS
Description: androiddeviceprovisioning.customers.dpcs.list
Visibility: PUBLIC
Parameters
Name
Category
Type
Description
IV_P_CUSTOMERS_ID
IMPORTING
STRING
customersId
ES_RAW
EXPORTING
DATA
Raw Output Data
ES_OUTPUT
EXPORTING
TY_011
CustomerListDpcsResponse
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_VENDORS
Description: androiddeviceprovisioning.partners.vendors.list
Visibility: PUBLIC
Parameters
Name
Category
Type
Description
IV_Q_PAGESIZE
IMPORTING
STRING
pageSize
IV_Q_PAGETOKEN
IMPORTING
STRING
pageToken
IV_P_PARTNERS_ID
IMPORTING
STRING
partnersId
ES_RAW
EXPORTING
DATA
Raw Output Data
ES_OUTPUT
EXPORTING
TY_028
ListVendorsResponse
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: androiddeviceprovisioning.partners.devices.metadata
Visibility: PUBLIC
Parameters
Name
Category
Type
Description
IV_P_DEVICES_ID
IMPORTING
STRING
devicesId
IV_P_PARTNERS_ID
IMPORTING
STRING
partnersId
IS_INPUT
IMPORTING
TY_038
UpdateDeviceMetadataRequest
ES_RAW
EXPORTING
DATA
Raw Output Data
ES_OUTPUT
EXPORTING
TY_017
DeviceMetadata
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_CONFIGURATIONS
Description: androiddeviceprovisioning.customers.configurations.patch
Visibility: PUBLIC
Parameters
Name
Category
Type
Description
IV_Q_UPDATEMASK
IMPORTING
STRING
updateMask
IV_P_CUSTOMERS_ID
IMPORTING
STRING
customersId
IV_P_CONFIGURATIONS_ID
IMPORTING
STRING
configurationsId
IS_INPUT
IMPORTING
TY_005
Configuration
ES_RAW
EXPORTING
DATA
Raw Output Data
ES_OUTPUT
EXPORTING
TY_005
Configuration
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
REMOVE_CONFIGURATION_DEVICE
Description: customers.devices.removeConfiguration
Visibility: PUBLIC
Parameters
Name
Category
Type
Description
IV_P_CUSTOMERS_ID
IMPORTING
STRING
customersId
IS_INPUT
IMPORTING
TY_012
CustomerRemoveConfigurationRequest
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
UNCLAIM_ASYNC_DEVICES
Description: androiddeviceprovisioning.partners.devices.unclaimAsync
Visibility: PUBLIC
Parameters
Name
Category
Type
Description
IV_P_PARTNERS_ID
IMPORTING
STRING
partnersId
IS_INPUT
IMPORTING
TY_036
UnclaimDevicesRequest
ES_RAW
EXPORTING
DATA
Raw Output Data
ES_OUTPUT
EXPORTING
TY_029
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
UNCLAIM_DEVICES
Description: androiddeviceprovisioning.customers.devices.unclaim
Visibility: PUBLIC
Parameters
Name
Category
Type
Description
IV_P_CUSTOMERS_ID
IMPORTING
STRING
customersId
IS_INPUT
IMPORTING
TY_013
CustomerUnclaimDeviceRequest
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
UNCLAIM_DEVICES1
Description: androiddeviceprovisioning.partners.devices.unclaim
Visibility: PUBLIC
Parameters
Name
Category
Type
Description
IV_P_PARTNERS_ID
IMPORTING
STRING
partnersId
IS_INPUT
IMPORTING
TY_035
UnclaimDeviceRequest
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
Description: partners.devices.updateMetadataAsync
Visibility: PUBLIC
Parameters
Name
Category
Type
Description
IV_P_PARTNERS_ID
IMPORTING
STRING
partnersId
IS_INPUT
IMPORTING
TY_037
UpdateDeviceMetadataInBatchRequest
ES_RAW
EXPORTING
DATA
Raw Output Data
ES_OUTPUT
EXPORTING
TY_029
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
CLOSE
Description: Close Connection
Visibility: PUBLIC
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-04-17 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[],[]]