Docs Support Console

Class /GOOG/CL_CLOUDKMS_V1

Class

 /GOOG/CL_CLOUDKMS_V1 
  • Inheriting from: /GOOG/CL_HTTP_CLIENT
  • Description: Cloud Key Management Service (KMS) API v1
For general information about a class in ABAP SDK for Google Cloud, see API client stub .

Types

Type Description Visibility
TY_001
AsymmetricDecryptRequest PUBLIC
TY_002
AsymmetricDecryptResponse PUBLIC
TY_003
AsymmetricSignRequest PUBLIC
TY_004
AsymmetricSignResponse PUBLIC
TY_005
AuditConfig PUBLIC
TY_006
AuditLogConfig PUBLIC
TY_007
Binding PUBLIC
TY_008
Certificate PUBLIC
TY_009
CertificateChains PUBLIC
TY_010
CryptoKey PUBLIC
TY_011
CryptoKeyVersion PUBLIC
TY_012
CryptoKeyVersionTemplate PUBLIC
TY_013
DecryptRequest PUBLIC
TY_014
DecryptResponse PUBLIC
TY_016
Digest PUBLIC
TY_017
EkmConfig PUBLIC
TY_018
EkmConnection PUBLIC
TY_019
EncryptRequest PUBLIC
TY_020
EncryptResponse PUBLIC
TY_021
Expr PUBLIC
TY_022
ExternalProtectionLevelOptions PUBLIC
TY_023
GenerateRandomBytesRequest PUBLIC
TY_024
GenerateRandomBytesResponse PUBLIC
TY_025
ImportCryptoKeyVersionRequest PUBLIC
TY_026
ImportJob PUBLIC
TY_027
KeyOperationAttestation PUBLIC
TY_028
KeyRing PUBLIC
TY_029
ListCryptoKeyVersionsResponse PUBLIC
TY_030
ListCryptoKeysResponse PUBLIC
TY_031
ListEkmConnectionsResponse PUBLIC
TY_032
ListImportJobsResponse PUBLIC
TY_033
ListKeyRingsResponse PUBLIC
TY_034
ListLocationsResponse PUBLIC
TY_035
Location PUBLIC
TY_036
MacSignRequest PUBLIC
TY_037
MacSignResponse PUBLIC
TY_038
MacVerifyRequest PUBLIC
TY_039
MacVerifyResponse PUBLIC
TY_040
Policy PUBLIC
TY_041
PublicKey PUBLIC
TY_042
RawDecryptRequest PUBLIC
TY_043
RawDecryptResponse PUBLIC
TY_044
RawEncryptRequest PUBLIC
TY_045
RawEncryptResponse PUBLIC
TY_047
ServiceResolver PUBLIC
TY_048
SetIamPolicyRequest PUBLIC
TY_049
TestIamPermissionsRequest PUBLIC
TY_050
TestIamPermissionsResponse PUBLIC
TY_051
UpdateCryptoKeyPrimaryVersionRequest PUBLIC
TY_053
WrappingPublicKey PUBLIC
TY_054
AutokeyConfig PUBLIC
TY_055
KeyHandle PUBLIC
TY_056
ListKeyHandlesResponse PUBLIC
TY_057
Operation PUBLIC
TY_058
ShowEffectiveAutokeyConfigResponse PUBLIC
TY_059
Status PUBLIC
TY_060
KeyAccessJustificationsPolicy PUBLIC
TY_T_005
AuditConfig PUBLIC
TY_T_006
AuditLogConfig PUBLIC
TY_T_007
Binding PUBLIC
TY_T_008
Certificate PUBLIC
TY_T_010
CryptoKey PUBLIC
TY_T_011
CryptoKeyVersion PUBLIC
TY_T_018
EkmConnection PUBLIC
TY_T_026
ImportJob PUBLIC
TY_T_028
KeyRing PUBLIC
TY_T_035
Location PUBLIC
TY_T_047
ServiceResolver PUBLIC
TY_T_055
KeyHandle 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 20241024 PUBLIC
C_ROOT_URL
STRING API Root URL https://cloudkms.googleapis.com PUBLIC
C_SERVICE_NAME
/GOOG/SERVICE_NAME Google Service Name cloudkms:v1 PUBLIC
C_SUPPORTED_AUTH
/GOOG/SUPP_AUTH Supported Auth Types IJIJWW 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

ASYMMETRIC_DECRYPT_CRYPTO_K

  • Description: keyRings.cryptoKeys.cryptoKeyVersions.asymmetricDecrypt
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID
IMPORTING STRING projectsId
IV_P_LOCATIONS_ID
IMPORTING STRING locationsId
IV_P_KEY_RINGS_ID
IMPORTING STRING keyRingsId
IV_P_CRYPTO_KEYS_ID
IMPORTING STRING cryptoKeysId
IV_P_CRYPTO_KEY_VERSIONS_ID
IMPORTING STRING cryptoKeyVersionsId
IS_INPUT
IMPORTING TY_001 AsymmetricDecryptRequest
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_002 AsymmetricDecryptResponse
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

ASYMMETRIC_SIGN_CRYPTO_KEY

  • Description: keyRings.cryptoKeys.cryptoKeyVersions.asymmetricSign
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID
IMPORTING STRING projectsId
IV_P_LOCATIONS_ID
IMPORTING STRING locationsId
IV_P_KEY_RINGS_ID
IMPORTING STRING keyRingsId
IV_P_CRYPTO_KEYS_ID
IMPORTING STRING cryptoKeysId
IV_P_CRYPTO_KEY_VERSIONS_ID
IMPORTING STRING cryptoKeyVersionsId
IS_INPUT
IMPORTING TY_003 AsymmetricSignRequest
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_004 AsymmetricSignResponse
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_CRYPTO_KEYS

  • Description: cloudkms.projects.locations.keyRings.cryptoKeys.create
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_CRYPTOKEYID
IMPORTING STRING cryptoKeyId
IV_Q_SKIPINITIALVERSIONCREATIO
IMPORTING STRING skipInitialVersionCreation
IV_P_PROJECTS_ID
IMPORTING STRING projectsId
IV_P_LOCATIONS_ID
IMPORTING STRING locationsId
IV_P_KEY_RINGS_ID
IMPORTING STRING keyRingsId
IS_INPUT
IMPORTING TY_010 CryptoKey
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_010 CryptoKey
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_CRYPTO_KEY_VERSIONS

  • Description: locations.keyRings.cryptoKeys.cryptoKeyVersions.create
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID
IMPORTING STRING projectsId
IV_P_LOCATIONS_ID
IMPORTING STRING locationsId
IV_P_KEY_RINGS_ID
IMPORTING STRING keyRingsId
IV_P_CRYPTO_KEYS_ID
IMPORTING STRING cryptoKeysId
IS_INPUT
IMPORTING TY_011 CryptoKeyVersion
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_011 CryptoKeyVersion
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_EKM_CONNECTIONS

  • Description: cloudkms.projects.locations.ekmConnections.create
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_EKMCONNECTIONID
IMPORTING STRING ekmConnectionId
IV_P_PROJECTS_ID
IMPORTING STRING projectsId
IV_P_LOCATIONS_ID
IMPORTING STRING locationsId
IS_INPUT
IMPORTING TY_018 EkmConnection
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_018 EkmConnection
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_IMPORT_JOBS

  • Description: cloudkms.projects.locations.keyRings.importJobs.create
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_IMPORTJOBID
IMPORTING STRING importJobId
IV_P_PROJECTS_ID
IMPORTING STRING projectsId
IV_P_LOCATIONS_ID
IMPORTING STRING locationsId
IV_P_KEY_RINGS_ID
IMPORTING STRING keyRingsId
IS_INPUT
IMPORTING TY_026 ImportJob
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_026 ImportJob
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_KEY_HANDLES

  • Description: cloudkms.projects.locations.keyHandles.create
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_KEYHANDLEID
IMPORTING STRING keyHandleId
IV_P_PROJECTS_ID
IMPORTING STRING projectsId
IV_P_LOCATIONS_ID
IMPORTING STRING locationsId
IS_INPUT
IMPORTING TY_055 KeyHandle
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_057 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

CREATE_KEY_RINGS

  • Description: cloudkms.projects.locations.keyRings.create
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_KEYRINGID
IMPORTING STRING keyRingId
IV_P_PROJECTS_ID
IMPORTING STRING projectsId
IV_P_LOCATIONS_ID
IMPORTING STRING locationsId
IS_INPUT
IMPORTING TY_028 KeyRing
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_028 KeyRing
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

DECRYPT_CRYPTO_KEYS

  • Description: cloudkms.projects.locations.keyRings.cryptoKeys.decrypt
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID
IMPORTING STRING projectsId
IV_P_LOCATIONS_ID
IMPORTING STRING locationsId
IV_P_KEY_RINGS_ID
IMPORTING STRING keyRingsId
IV_P_CRYPTO_KEYS_ID
IMPORTING STRING cryptoKeysId
IS_INPUT
IMPORTING TY_013 DecryptRequest
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_014 DecryptResponse
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

DESTROY_CRYPTO_KEY_VERSIONS

  • Description: locations.keyRings.cryptoKeys.cryptoKeyVersions.destroy
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID
IMPORTING STRING projectsId
IV_P_LOCATIONS_ID
IMPORTING STRING locationsId
IV_P_KEY_RINGS_ID
IMPORTING STRING keyRingsId
IV_P_CRYPTO_KEYS_ID
IMPORTING STRING cryptoKeysId
IV_P_CRYPTO_KEY_VERSIONS_ID
IMPORTING STRING cryptoKeyVersionsId
IS_INPUT
IMPORTING DATA Input Data
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_011 CryptoKeyVersion
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

ENCRYPT_CRYPTO_KEYS

  • Description: cloudkms.projects.locations.keyRings.cryptoKeys.encrypt
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID
IMPORTING STRING projectsId
IV_P_LOCATIONS_ID
IMPORTING STRING locationsId
IV_P_KEY_RINGS_ID
IMPORTING STRING keyRingsId
IV_P_CRYPTO_KEYS_ID
IMPORTING STRING cryptoKeysId
IS_INPUT
IMPORTING TY_019 EncryptRequest
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_020 EncryptResponse
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

GENERATE_RANDOM_BYTES_LOCAT

  • Description: cloudkms.projects.locations.generateRandomBytes
  • Visibility: PUBLIC

Parameters

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

  • Description: cloudkms.folders.getAutokeyConfig
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_FOLDERS_ID
IMPORTING STRING foldersId
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_054 AutokeyConfig
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_CRYPTO_KEYS

  • Description: cloudkms.projects.locations.keyRings.cryptoKeys.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID
IMPORTING STRING projectsId
IV_P_LOCATIONS_ID
IMPORTING STRING locationsId
IV_P_KEY_RINGS_ID
IMPORTING STRING keyRingsId
IV_P_CRYPTO_KEYS_ID
IMPORTING STRING cryptoKeysId
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_010 CryptoKey
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_CRYPTO_KEY_VERSIONS

  • Description: locations.keyRings.cryptoKeys.cryptoKeyVersions.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID
IMPORTING STRING projectsId
IV_P_LOCATIONS_ID
IMPORTING STRING locationsId
IV_P_KEY_RINGS_ID
IMPORTING STRING keyRingsId
IV_P_CRYPTO_KEYS_ID
IMPORTING STRING cryptoKeysId
IV_P_CRYPTO_KEY_VERSIONS_ID
IMPORTING STRING cryptoKeyVersionsId
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_011 CryptoKeyVersion
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_EKM_CONFIG_LOCATIONS

  • Description: cloudkms.projects.locations.getEkmConfig
  • Visibility: PUBLIC

Parameters

Name Category Type Description
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_017 EkmConfig
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_EKM_CONNECTIONS

  • Description: cloudkms.projects.locations.ekmConnections.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID
IMPORTING STRING projectsId
IV_P_LOCATIONS_ID
IMPORTING STRING locationsId
IV_P_EKM_CONNECTIONS_ID
IMPORTING STRING ekmConnectionsId
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_018 EkmConnection
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_CRYPTO_KEYS

  • Description: projects.locations.keyRings.cryptoKeys.getIamPolicy
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_OPTIONSREQUESTEDPOLICYVER
IMPORTING STRING options.requestedPolicyVersion
IV_P_PROJECTS_ID
IMPORTING STRING projectsId
IV_P_LOCATIONS_ID
IMPORTING STRING locationsId
IV_P_KEY_RINGS_ID
IMPORTING STRING keyRingsId
IV_P_CRYPTO_KEYS_ID
IMPORTING STRING cryptoKeysId
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_040 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_EKM_CONFIG

  • Description: cloudkms.projects.locations.ekmConfig.getIamPolicy
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_OPTIONSREQUESTEDPOLICYVER
IMPORTING STRING options.requestedPolicyVersion
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_040 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_EKM_CONNECTI

  • Description: cloudkms.projects.locations.ekmConnections.getIamPolicy
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_OPTIONSREQUESTEDPOLICYVER
IMPORTING STRING options.requestedPolicyVersion
IV_P_PROJECTS_ID
IMPORTING STRING projectsId
IV_P_LOCATIONS_ID
IMPORTING STRING locationsId
IV_P_EKM_CONNECTIONS_ID
IMPORTING STRING ekmConnectionsId
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_040 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_IMPORT_JOBS

  • Description: projects.locations.keyRings.importJobs.getIamPolicy
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_OPTIONSREQUESTEDPOLICYVER
IMPORTING STRING options.requestedPolicyVersion
IV_P_PROJECTS_ID
IMPORTING STRING projectsId
IV_P_LOCATIONS_ID
IMPORTING STRING locationsId
IV_P_KEY_RINGS_ID
IMPORTING STRING keyRingsId
IV_P_IMPORT_JOBS_ID
IMPORTING STRING importJobsId
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_040 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_KEY_RINGS

  • Description: cloudkms.projects.locations.keyRings.getIamPolicy
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_OPTIONSREQUESTEDPOLICYVER
IMPORTING STRING options.requestedPolicyVersion
IV_P_PROJECTS_ID
IMPORTING STRING projectsId
IV_P_LOCATIONS_ID
IMPORTING STRING locationsId
IV_P_KEY_RINGS_ID
IMPORTING STRING keyRingsId
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_040 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_IMPORT_JOBS

  • Description: cloudkms.projects.locations.keyRings.importJobs.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID
IMPORTING STRING projectsId
IV_P_LOCATIONS_ID
IMPORTING STRING locationsId
IV_P_KEY_RINGS_ID
IMPORTING STRING keyRingsId
IV_P_IMPORT_JOBS_ID
IMPORTING STRING importJobsId
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_026 ImportJob
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_KEY_HANDLES

  • Description: cloudkms.projects.locations.keyHandles.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID
IMPORTING STRING projectsId
IV_P_LOCATIONS_ID
IMPORTING STRING locationsId
IV_P_KEY_HANDLES_ID
IMPORTING STRING keyHandlesId
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_055 KeyHandle
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_KEY_RINGS

  • Description: cloudkms.projects.locations.keyRings.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID
IMPORTING STRING projectsId
IV_P_LOCATIONS_ID
IMPORTING STRING locationsId
IV_P_KEY_RINGS_ID
IMPORTING STRING keyRingsId
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_028 KeyRing
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_LOCATIONS

  • Description: cloudkms.projects.locations.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
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_035 Location
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: cloudkms.projects.locations.operations.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID
IMPORTING STRING projectsId
IV_P_LOCATIONS_ID
IMPORTING STRING locationsId
IV_P_OPERATIONS_ID
IMPORTING STRING operationsId
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_057 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_PUBLIC_KEY_CRYPTO_KEY_V

  • Description: keyRings.cryptoKeys.cryptoKeyVersions.getPublicKey
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID
IMPORTING STRING projectsId
IV_P_LOCATIONS_ID
IMPORTING STRING locationsId
IV_P_KEY_RINGS_ID
IMPORTING STRING keyRingsId
IV_P_CRYPTO_KEYS_ID
IMPORTING STRING cryptoKeysId
IV_P_CRYPTO_KEY_VERSIONS_ID
IMPORTING STRING cryptoKeyVersionsId
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_041 PublicKey
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_CRYPTO_KEY_VERSIONS

  • Description: locations.keyRings.cryptoKeys.cryptoKeyVersions.import
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID
IMPORTING STRING projectsId
IV_P_LOCATIONS_ID
IMPORTING STRING locationsId
IV_P_KEY_RINGS_ID
IMPORTING STRING keyRingsId
IV_P_CRYPTO_KEYS_ID
IMPORTING STRING cryptoKeysId
IS_INPUT
IMPORTING TY_025 ImportCryptoKeyVersionRequest
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_011 CryptoKeyVersion
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_CRYPTO_KEYS

  • Description: cloudkms.projects.locations.keyRings.cryptoKeys.list
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_FILTER
IMPORTING STRING filter
IV_Q_ORDERBY
IMPORTING STRING orderBy
IV_Q_PAGESIZE
IMPORTING STRING pageSize
IV_Q_PAGETOKEN
IMPORTING STRING pageToken
IV_Q_VERSIONVIEW
IMPORTING STRING versionView
IV_P_PROJECTS_ID
IMPORTING STRING projectsId
IV_P_LOCATIONS_ID
IMPORTING STRING locationsId
IV_P_KEY_RINGS_ID
IMPORTING STRING keyRingsId
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_030 ListCryptoKeysResponse
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_CRYPTO_KEY_VERSIONS

  • Description: locations.keyRings.cryptoKeys.cryptoKeyVersions.list
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_FILTER
IMPORTING STRING filter
IV_Q_ORDERBY
IMPORTING STRING orderBy
IV_Q_PAGESIZE
IMPORTING STRING pageSize
IV_Q_PAGETOKEN
IMPORTING STRING pageToken
IV_Q_VIEW
IMPORTING STRING view
IV_P_PROJECTS_ID
IMPORTING STRING projectsId
IV_P_LOCATIONS_ID
IMPORTING STRING locationsId
IV_P_KEY_RINGS_ID
IMPORTING STRING keyRingsId
IV_P_CRYPTO_KEYS_ID
IMPORTING STRING cryptoKeysId
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_029 ListCryptoKeyVersionsResponse
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_EKM_CONNECTIONS

  • Description: cloudkms.projects.locations.ekmConnections.list
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_FILTER
IMPORTING STRING filter
IV_Q_ORDERBY
IMPORTING STRING orderBy
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_031 ListEkmConnectionsResponse
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_IMPORT_JOBS

  • Description: cloudkms.projects.locations.keyRings.importJobs.list
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_FILTER
IMPORTING STRING filter
IV_Q_ORDERBY
IMPORTING STRING orderBy
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_KEY_RINGS_ID
IMPORTING STRING keyRingsId
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_032 ListImportJobsResponse
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_KEY_HANDLES

  • Description: cloudkms.projects.locations.keyHandles.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_056 ListKeyHandlesResponse
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_KEY_RINGS

  • Description: cloudkms.projects.locations.keyRings.list
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_FILTER
IMPORTING STRING filter
IV_Q_ORDERBY
IMPORTING STRING orderBy
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_033 ListKeyRingsResponse
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_LOCATIONS

  • Description: cloudkms.projects.locations.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
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_034 ListLocationsResponse
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

MAC_SIGN_CRYPTO_KEY_VERSION

  • Description: locations.keyRings.cryptoKeys.cryptoKeyVersions.macSign
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID
IMPORTING STRING projectsId
IV_P_LOCATIONS_ID
IMPORTING STRING locationsId
IV_P_KEY_RINGS_ID
IMPORTING STRING keyRingsId
IV_P_CRYPTO_KEYS_ID
IMPORTING STRING cryptoKeysId
IV_P_CRYPTO_KEY_VERSIONS_ID
IMPORTING STRING cryptoKeyVersionsId
IS_INPUT
IMPORTING TY_036 MacSignRequest
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_037 MacSignResponse
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

MAC_VERIFY_CRYPTO_KEY_VERSI

  • Description: locations.keyRings.cryptoKeys.cryptoKeyVersions.macVerify
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID
IMPORTING STRING projectsId
IV_P_LOCATIONS_ID
IMPORTING STRING locationsId
IV_P_KEY_RINGS_ID
IMPORTING STRING keyRingsId
IV_P_CRYPTO_KEYS_ID
IMPORTING STRING cryptoKeysId
IV_P_CRYPTO_KEY_VERSIONS_ID
IMPORTING STRING cryptoKeyVersionsId
IS_INPUT
IMPORTING TY_038 MacVerifyRequest
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_039 MacVerifyResponse
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_CRYPTO_KEYS

  • Description: cloudkms.projects.locations.keyRings.cryptoKeys.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_KEY_RINGS_ID
IMPORTING STRING keyRingsId
IV_P_CRYPTO_KEYS_ID
IMPORTING STRING cryptoKeysId
IS_INPUT
IMPORTING TY_010 CryptoKey
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_010 CryptoKey
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_CRYPTO_KEY_VERSIONS

  • Description: locations.keyRings.cryptoKeys.cryptoKeyVersions.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_KEY_RINGS_ID
IMPORTING STRING keyRingsId
IV_P_CRYPTO_KEYS_ID
IMPORTING STRING cryptoKeysId
IV_P_CRYPTO_KEY_VERSIONS_ID
IMPORTING STRING cryptoKeyVersionsId
IS_INPUT
IMPORTING TY_011 CryptoKeyVersion
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_011 CryptoKeyVersion
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_EKM_CONNECTIONS

  • Description: cloudkms.projects.locations.ekmConnections.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_EKM_CONNECTIONS_ID
IMPORTING STRING ekmConnectionsId
IS_INPUT
IMPORTING TY_018 EkmConnection
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_018 EkmConnection
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

RAW_DECRYPT_CRYPTO_KEY_VERS

  • Description: locations.keyRings.cryptoKeys.cryptoKeyVersions.rawDecrypt
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID
IMPORTING STRING projectsId
IV_P_LOCATIONS_ID
IMPORTING STRING locationsId
IV_P_KEY_RINGS_ID
IMPORTING STRING keyRingsId
IV_P_CRYPTO_KEYS_ID
IMPORTING STRING cryptoKeysId
IV_P_CRYPTO_KEY_VERSIONS_ID
IMPORTING STRING cryptoKeyVersionsId
IS_INPUT
IMPORTING TY_042 RawDecryptRequest
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_043 RawDecryptResponse
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

RAW_ENCRYPT_CRYPTO_KEY_VERS

  • Description: locations.keyRings.cryptoKeys.cryptoKeyVersions.rawEncrypt
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID
IMPORTING STRING projectsId
IV_P_LOCATIONS_ID
IMPORTING STRING locationsId
IV_P_KEY_RINGS_ID
IMPORTING STRING keyRingsId
IV_P_CRYPTO_KEYS_ID
IMPORTING STRING cryptoKeysId
IV_P_CRYPTO_KEY_VERSIONS_ID
IMPORTING STRING cryptoKeyVersionsId
IS_INPUT
IMPORTING TY_044 RawEncryptRequest
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_045 RawEncryptResponse
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

RESTORE_CRYPTO_KEY_VERSIONS

  • Description: locations.keyRings.cryptoKeys.cryptoKeyVersions.restore
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID
IMPORTING STRING projectsId
IV_P_LOCATIONS_ID
IMPORTING STRING locationsId
IV_P_KEY_RINGS_ID
IMPORTING STRING keyRingsId
IV_P_CRYPTO_KEYS_ID
IMPORTING STRING cryptoKeysId
IV_P_CRYPTO_KEY_VERSIONS_ID
IMPORTING STRING cryptoKeyVersionsId
IS_INPUT
IMPORTING DATA Input Data
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_011 CryptoKeyVersion
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_CRYPTO_KEYS

  • Description: projects.locations.keyRings.cryptoKeys.setIamPolicy
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID
IMPORTING STRING projectsId
IV_P_LOCATIONS_ID
IMPORTING STRING locationsId
IV_P_KEY_RINGS_ID
IMPORTING STRING keyRingsId
IV_P_CRYPTO_KEYS_ID
IMPORTING STRING cryptoKeysId
IS_INPUT
IMPORTING TY_048 SetIamPolicyRequest
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_040 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_EKM_CONFIG

  • Description: cloudkms.projects.locations.ekmConfig.setIamPolicy
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID
IMPORTING STRING projectsId
IV_P_LOCATIONS_ID
IMPORTING STRING locationsId
IS_INPUT
IMPORTING TY_048 SetIamPolicyRequest
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_040 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_EKM_CONNECTI

  • Description: cloudkms.projects.locations.ekmConnections.setIamPolicy
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID
IMPORTING STRING projectsId
IV_P_LOCATIONS_ID
IMPORTING STRING locationsId
IV_P_EKM_CONNECTIONS_ID
IMPORTING STRING ekmConnectionsId
IS_INPUT
IMPORTING TY_048 SetIamPolicyRequest
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_040 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_IMPORT_JOBS

  • Description: projects.locations.keyRings.importJobs.setIamPolicy
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID
IMPORTING STRING projectsId
IV_P_LOCATIONS_ID
IMPORTING STRING locationsId
IV_P_KEY_RINGS_ID
IMPORTING STRING keyRingsId
IV_P_IMPORT_JOBS_ID
IMPORTING STRING importJobsId
IS_INPUT
IMPORTING TY_048 SetIamPolicyRequest
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_040 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_KEY_RINGS

  • Description: cloudkms.projects.locations.keyRings.setIamPolicy
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID
IMPORTING STRING projectsId
IV_P_LOCATIONS_ID
IMPORTING STRING locationsId
IV_P_KEY_RINGS_ID
IMPORTING STRING keyRingsId
IS_INPUT
IMPORTING TY_048 SetIamPolicyRequest
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_040 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

SHOW_EFFECTIVE_AUTOKEY_CONF

  • Description: cloudkms.projects.showEffectiveAutokeyConfig
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID
IMPORTING STRING projectsId
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_058 ShowEffectiveAutokeyConfigResponse
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_CRYPTO

  • Description: projects.locations.keyRings.cryptoKeys.testIamPermissions
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID
IMPORTING STRING projectsId
IV_P_LOCATIONS_ID
IMPORTING STRING locationsId
IV_P_KEY_RINGS_ID
IMPORTING STRING keyRingsId
IV_P_CRYPTO_KEYS_ID
IMPORTING STRING cryptoKeysId
IS_INPUT
IMPORTING TY_049 TestIamPermissionsRequest
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_050 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_EKM_CO

  • Description: cloudkms.projects.locations.ekmConfig.testIamPermissions
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID
IMPORTING STRING projectsId
IV_P_LOCATIONS_ID
IMPORTING STRING locationsId
IS_INPUT
IMPORTING TY_049 TestIamPermissionsRequest
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_050 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_EKM_CO1

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

Parameters

Name Category Type Description
IV_P_PROJECTS_ID
IMPORTING STRING projectsId
IV_P_LOCATIONS_ID
IMPORTING STRING locationsId
IV_P_EKM_CONNECTIONS_ID
IMPORTING STRING ekmConnectionsId
IS_INPUT
IMPORTING TY_049 TestIamPermissionsRequest
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_050 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_IMPORT

  • Description: projects.locations.keyRings.importJobs.testIamPermissions
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID
IMPORTING STRING projectsId
IV_P_LOCATIONS_ID
IMPORTING STRING locationsId
IV_P_KEY_RINGS_ID
IMPORTING STRING keyRingsId
IV_P_IMPORT_JOBS_ID
IMPORTING STRING importJobsId
IS_INPUT
IMPORTING TY_049 TestIamPermissionsRequest
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_050 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_KEY_RI

  • Description: cloudkms.projects.locations.keyRings.testIamPermissions
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID
IMPORTING STRING projectsId
IV_P_LOCATIONS_ID
IMPORTING STRING locationsId
IV_P_KEY_RINGS_ID
IMPORTING STRING keyRingsId
IS_INPUT
IMPORTING TY_049 TestIamPermissionsRequest
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_050 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

UPDATE_AUTOKEY_CONFIG_FOLDE

  • Description: cloudkms.folders.updateAutokeyConfig
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_UPDATEMASK
IMPORTING STRING updateMask
IV_P_FOLDERS_ID
IMPORTING STRING foldersId
IS_INPUT
IMPORTING TY_054 AutokeyConfig
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_054 AutokeyConfig
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_EKM_CONFIG_LOCATIONS

  • Description: cloudkms.projects.locations.updateEkmConfig
  • 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
IS_INPUT
IMPORTING TY_017 EkmConfig
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_017 EkmConfig
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_PRIMARY_VERSION_CRYP

  • Description: projects.locations.keyRings.cryptoKeys.updatePrimaryVersion
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID
IMPORTING STRING projectsId
IV_P_LOCATIONS_ID
IMPORTING STRING locationsId
IV_P_KEY_RINGS_ID
IMPORTING STRING keyRingsId
IV_P_CRYPTO_KEYS_ID
IMPORTING STRING cryptoKeysId
IS_INPUT
IMPORTING TY_051 UpdateCryptoKeyPrimaryVersionRequest
ES_RAW
EXPORTING DATA Raw Output Data
ES_OUTPUT
EXPORTING TY_010 CryptoKey
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_CONNECTIVITY_EKM_CON

  • Description: projects.locations.ekmConnections.verifyConnectivity
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID
IMPORTING STRING projectsId
IV_P_LOCATIONS_ID
IMPORTING STRING locationsId
IV_P_EKM_CONNECTIONS_ID
IMPORTING STRING ekmConnectionsId
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
Design a Mobile Site
View Site in Mobile | Classic
Share by: