Class
/GOOG/CL_COMPOSER_V1
- Inheriting from:
/GOOG/CL_HTTP_CLIENT
- Description:
Cloud Composer API v1
Types
Type | Description | Visibility |
---|---|---|
TY_001
|
AllowedIpRange
|
PUBLIC |
TY_002
|
CidrBlock
|
PUBLIC |
TY_003
|
DatabaseConfig
|
PUBLIC |
TY_005
|
Date
|
PUBLIC |
TY_007
|
EncryptionConfig
|
PUBLIC |
TY_008
|
Environment
|
PUBLIC |
TY_009
|
EnvironmentConfig
|
PUBLIC |
TY_010
|
ExecuteAirflowCommandRequest
|
PUBLIC |
TY_011
|
ExecuteAirflowCommandResponse
|
PUBLIC |
TY_012
|
ExitInfo
|
PUBLIC |
TY_013
|
FetchDatabasePropertiesResponse
|
PUBLIC |
TY_014
|
IPAllocationPolicy
|
PUBLIC |
TY_015
|
ImageVersion
|
PUBLIC |
TY_016
|
Line
|
PUBLIC |
TY_017
|
ListEnvironmentsResponse
|
PUBLIC |
TY_018
|
ListImageVersionsResponse
|
PUBLIC |
TY_019
|
ListOperationsResponse
|
PUBLIC |
TY_020
|
LoadSnapshotRequest
|
PUBLIC |
TY_021
|
MaintenanceWindow
|
PUBLIC |
TY_022
|
MasterAuthorizedNetworksConfig
|
PUBLIC |
TY_023
|
NetworkingConfig
|
PUBLIC |
TY_024
|
NodeConfig
|
PUBLIC |
TY_025
|
Operation
|
PUBLIC |
TY_026
|
PollAirflowCommandRequest
|
PUBLIC |
TY_027
|
PollAirflowCommandResponse
|
PUBLIC |
TY_028
|
PrivateClusterConfig
|
PUBLIC |
TY_029
|
PrivateEnvironmentConfig
|
PUBLIC |
TY_030
|
RecoveryConfig
|
PUBLIC |
TY_031
|
SaveSnapshotRequest
|
PUBLIC |
TY_032
|
ScheduledSnapshotsConfig
|
PUBLIC |
TY_033
|
SchedulerResource
|
PUBLIC |
TY_034
|
SoftwareConfig
|
PUBLIC |
TY_035
|
Status
|
PUBLIC |
TY_036
|
StopAirflowCommandRequest
|
PUBLIC |
TY_037
|
StopAirflowCommandResponse
|
PUBLIC |
TY_038
|
WebServerConfig
|
PUBLIC |
TY_039
|
WebServerNetworkAccessControl
|
PUBLIC |
TY_040
|
WebServerResource
|
PUBLIC |
TY_041
|
WorkerResource
|
PUBLIC |
TY_042
|
WorkloadsConfig
|
PUBLIC |
TY_043
|
AirflowMetadataRetentionPolicyConfig
|
PUBLIC |
TY_044
|
CloudDataLineageIntegration
|
PUBLIC |
TY_045
|
ComposerWorkload
|
PUBLIC |
TY_046
|
ComposerWorkloadStatus
|
PUBLIC |
TY_047
|
DagProcessorResource
|
PUBLIC |
TY_048
|
DataRetentionConfig
|
PUBLIC |
TY_049
|
ListUserWorkloadsConfigMapsResponse
|
PUBLIC |
TY_050
|
ListUserWorkloadsSecretsResponse
|
PUBLIC |
TY_051
|
ListWorkloadsResponse
|
PUBLIC |
TY_052
|
StorageConfig
|
PUBLIC |
TY_053
|
TaskLogsRetentionConfig
|
PUBLIC |
TY_054
|
TriggererResource
|
PUBLIC |
TY_055
|
UserWorkloadsConfigMap
|
PUBLIC |
TY_056
|
UserWorkloadsSecret
|
PUBLIC |
TY_057
|
CheckUpgradeRequest
|
PUBLIC |
TY_T_001
|
AllowedIpRange
|
PUBLIC |
TY_T_002
|
CidrBlock
|
PUBLIC |
TY_T_008
|
Environment
|
PUBLIC |
TY_T_015
|
ImageVersion
|
PUBLIC |
TY_T_016
|
Line
|
PUBLIC |
TY_T_025
|
Operation
|
PUBLIC |
TY_T_045
|
ComposerWorkload
|
PUBLIC |
TY_T_055
|
UserWorkloadsConfigMap
|
PUBLIC |
TY_T_056
|
UserWorkloadsSecret
|
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 | composer:v1 | PUBLIC |
C_ROOT_URL
|
STRING
|
API Root URL | https://composer.googleapis.com | PUBLIC |
C_REVISION_DATE
|
DATUM
|
Discovery Document revision Date | 20241112 | 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 | 1.1 | 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 |
CHECK_UPGRADE_ENVIRONMENTS
- Description: composer.projects.locations.environments.checkUpgrade
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_PROJECTS_ID
|
IMPORTING | STRING
|
projectsId |
IV_P_LOCATIONS_ID
|
IMPORTING | STRING
|
locationsId |
IV_P_ENVIRONMENTS_ID
|
IMPORTING | STRING
|
environmentsId |
IS_INPUT
|
IMPORTING | TY_057
|
CheckUpgradeRequest |
ES_RAW
|
EXPORTING | DATA
|
Raw Output Data |
ES_OUTPUT
|
EXPORTING | TY_025
|
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_ENVIRONMENTS
- Description: composer.projects.locations.environments.create
- 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_008
|
Environment |
ES_RAW
|
EXPORTING | DATA
|
Raw Output Data |
ES_OUTPUT
|
EXPORTING | TY_025
|
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_USER_WORKLOADS_CONFI
- Description: locations.environments.userWorkloadsConfigMaps.create
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_PROJECTS_ID
|
IMPORTING | STRING
|
projectsId |
IV_P_LOCATIONS_ID
|
IMPORTING | STRING
|
locationsId |
IV_P_ENVIRONMENTS_ID
|
IMPORTING | STRING
|
environmentsId |
IS_INPUT
|
IMPORTING | TY_055
|
UserWorkloadsConfigMap |
ES_RAW
|
EXPORTING | DATA
|
Raw Output Data |
ES_OUTPUT
|
EXPORTING | TY_055
|
UserWorkloadsConfigMap |
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_USER_WORKLOADS_SECRE
- Description: projects.locations.environments.userWorkloadsSecrets.create
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_PROJECTS_ID
|
IMPORTING | STRING
|
projectsId |
IV_P_LOCATIONS_ID
|
IMPORTING | STRING
|
locationsId |
IV_P_ENVIRONMENTS_ID
|
IMPORTING | STRING
|
environmentsId |
IS_INPUT
|
IMPORTING | TY_056
|
UserWorkloadsSecret |
ES_RAW
|
EXPORTING | DATA
|
Raw Output Data |
ES_OUTPUT
|
EXPORTING | TY_056
|
UserWorkloadsSecret |
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 |
DATABASE_FAILOVER_ENVIRONME
- Description: composer.projects.locations.environments.databaseFailover
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_PROJECTS_ID
|
IMPORTING | STRING
|
projectsId |
IV_P_LOCATIONS_ID
|
IMPORTING | STRING
|
locationsId |
IV_P_ENVIRONMENTS_ID
|
IMPORTING | STRING
|
environmentsId |
IS_INPUT
|
IMPORTING | DATA
|
Input Data |
ES_RAW
|
EXPORTING | DATA
|
Raw Output Data |
ES_OUTPUT
|
EXPORTING | TY_025
|
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 |
DELETE_ENVIRONMENTS
- Description: composer.projects.locations.environments.delete
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_PROJECTS_ID
|
IMPORTING | STRING
|
projectsId |
IV_P_LOCATIONS_ID
|
IMPORTING | STRING
|
locationsId |
IV_P_ENVIRONMENTS_ID
|
IMPORTING | STRING
|
environmentsId |
ES_RAW
|
EXPORTING | DATA
|
Raw Output Data |
ES_OUTPUT
|
EXPORTING | TY_025
|
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 |
DELETE_OPERATIONS
- Description: composer.projects.locations.operations.delete
- 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 | 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_USER_WORKLOADS_CONFI
- Description: locations.environments.userWorkloadsConfigMaps.delete
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_PROJECTS_ID
|
IMPORTING | STRING
|
projectsId |
IV_P_LOCATIONS_ID
|
IMPORTING | STRING
|
locationsId |
IV_P_ENVIRONMENTS_ID
|
IMPORTING | STRING
|
environmentsId |
IV_P_USER_WORKLOADS_CONFIG_MAP
|
IMPORTING | STRING
|
userWorkloadsConfigMapsId |
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_USER_WORKLOADS_SECRE
- Description: projects.locations.environments.userWorkloadsSecrets.delete
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_PROJECTS_ID
|
IMPORTING | STRING
|
projectsId |
IV_P_LOCATIONS_ID
|
IMPORTING | STRING
|
locationsId |
IV_P_ENVIRONMENTS_ID
|
IMPORTING | STRING
|
environmentsId |
IV_P_USER_WORKLOADS_SECRETS_ID
|
IMPORTING | STRING
|
userWorkloadsSecretsId |
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 |
EXECUTE_AIRFLOW_COMMAND_ENV
- Description: projects.locations.environments.executeAirflowCommand
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_PROJECTS_ID
|
IMPORTING | STRING
|
projectsId |
IV_P_LOCATIONS_ID
|
IMPORTING | STRING
|
locationsId |
IV_P_ENVIRONMENTS_ID
|
IMPORTING | STRING
|
environmentsId |
IS_INPUT
|
IMPORTING | TY_010
|
ExecuteAirflowCommandRequest |
ES_RAW
|
EXPORTING | DATA
|
Raw Output Data |
ES_OUTPUT
|
EXPORTING | TY_011
|
ExecuteAirflowCommandResponse |
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 |
FETCH_DATABASE_PROPERTIES_E
- Description: projects.locations.environments.fetchDatabaseProperties
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_PROJECTS_ID
|
IMPORTING | STRING
|
projectsId |
IV_P_LOCATIONS_ID
|
IMPORTING | STRING
|
locationsId |
IV_P_ENVIRONMENTS_ID
|
IMPORTING | STRING
|
environmentsId |
ES_RAW
|
EXPORTING | DATA
|
Raw Output Data |
ES_OUTPUT
|
EXPORTING | TY_013
|
FetchDatabasePropertiesResponse |
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_ENVIRONMENTS
- Description: composer.projects.locations.environments.get
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_PROJECTS_ID
|
IMPORTING | STRING
|
projectsId |
IV_P_LOCATIONS_ID
|
IMPORTING | STRING
|
locationsId |
IV_P_ENVIRONMENTS_ID
|
IMPORTING | STRING
|
environmentsId |
ES_RAW
|
EXPORTING | DATA
|
Raw Output Data |
ES_OUTPUT
|
EXPORTING | TY_008
|
Environment |
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: composer.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_025
|
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_USER_WORKLOADS_CONFIG_M
- Description: projects.locations.environments.userWorkloadsConfigMaps.get
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_PROJECTS_ID
|
IMPORTING | STRING
|
projectsId |
IV_P_LOCATIONS_ID
|
IMPORTING | STRING
|
locationsId |
IV_P_ENVIRONMENTS_ID
|
IMPORTING | STRING
|
environmentsId |
IV_P_USER_WORKLOADS_CONFIG_MAP
|
IMPORTING | STRING
|
userWorkloadsConfigMapsId |
ES_RAW
|
EXPORTING | DATA
|
Raw Output Data |
ES_OUTPUT
|
EXPORTING | TY_055
|
UserWorkloadsConfigMap |
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_USER_WORKLOADS_SECRETS
- Description: projects.locations.environments.userWorkloadsSecrets.get
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_PROJECTS_ID
|
IMPORTING | STRING
|
projectsId |
IV_P_LOCATIONS_ID
|
IMPORTING | STRING
|
locationsId |
IV_P_ENVIRONMENTS_ID
|
IMPORTING | STRING
|
environmentsId |
IV_P_USER_WORKLOADS_SECRETS_ID
|
IMPORTING | STRING
|
userWorkloadsSecretsId |
ES_RAW
|
EXPORTING | DATA
|
Raw Output Data |
ES_OUTPUT
|
EXPORTING | TY_056
|
UserWorkloadsSecret |
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_ENVIRONMENTS
- Description: composer.projects.locations.environments.list
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
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_017
|
ListEnvironmentsResponse |
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_IMAGE_VERSIONS
- Description: composer.projects.locations.imageVersions.list
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_Q_INCLUDEPASTRELEASES
|
IMPORTING | STRING
|
includePastReleases |
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_018
|
ListImageVersionsResponse |
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_OPERATIONS
- Description: composer.projects.locations.operations.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_019
|
ListOperationsResponse |
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_USER_WORKLOADS_CONFIG
- Description: locations.environments.userWorkloadsConfigMaps.list
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
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_ENVIRONMENTS_ID
|
IMPORTING | STRING
|
environmentsId |
ES_RAW
|
EXPORTING | DATA
|
Raw Output Data |
ES_OUTPUT
|
EXPORTING | TY_049
|
ListUserWorkloadsConfigMapsResponse |
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_USER_WORKLOADS_SECRETS
- Description: projects.locations.environments.userWorkloadsSecrets.list
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
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_ENVIRONMENTS_ID
|
IMPORTING | STRING
|
environmentsId |
ES_RAW
|
EXPORTING | DATA
|
Raw Output Data |
ES_OUTPUT
|
EXPORTING | TY_050
|
ListUserWorkloadsSecretsResponse |
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_WORKLOADS
- Description: composer.projects.locations.environments.workloads.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 |
IV_P_ENVIRONMENTS_ID
|
IMPORTING | STRING
|
environmentsId |
ES_RAW
|
EXPORTING | DATA
|
Raw Output Data |
ES_OUTPUT
|
EXPORTING | TY_051
|
ListWorkloadsResponse |
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 |
LOAD_SNAPSHOT_ENVIRONMENTS
- Description: composer.projects.locations.environments.loadSnapshot
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_PROJECTS_ID
|
IMPORTING | STRING
|
projectsId |
IV_P_LOCATIONS_ID
|
IMPORTING | STRING
|
locationsId |
IV_P_ENVIRONMENTS_ID
|
IMPORTING | STRING
|
environmentsId |
IS_INPUT
|
IMPORTING | TY_020
|
LoadSnapshotRequest |
ES_RAW
|
EXPORTING | DATA
|
Raw Output Data |
ES_OUTPUT
|
EXPORTING | TY_025
|
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 |
PATCH_ENVIRONMENTS
- Description: composer.projects.locations.environments.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_ENVIRONMENTS_ID
|
IMPORTING | STRING
|
environmentsId |
IS_INPUT
|
IMPORTING | TY_008
|
Environment |
ES_RAW
|
EXPORTING | DATA
|
Raw Output Data |
ES_OUTPUT
|
EXPORTING | TY_025
|
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 |
POLL_AIRFLOW_COMMAND_ENVIRO
- Description: composer.projects.locations.environments.pollAirflowCommand
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_PROJECTS_ID
|
IMPORTING | STRING
|
projectsId |
IV_P_LOCATIONS_ID
|
IMPORTING | STRING
|
locationsId |
IV_P_ENVIRONMENTS_ID
|
IMPORTING | STRING
|
environmentsId |
IS_INPUT
|
IMPORTING | TY_026
|
PollAirflowCommandRequest |
ES_RAW
|
EXPORTING | DATA
|
Raw Output Data |
ES_OUTPUT
|
EXPORTING | TY_027
|
PollAirflowCommandResponse |
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 |
SAVE_SNAPSHOT_ENVIRONMENTS
- Description: composer.projects.locations.environments.saveSnapshot
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_PROJECTS_ID
|
IMPORTING | STRING
|
projectsId |
IV_P_LOCATIONS_ID
|
IMPORTING | STRING
|
locationsId |
IV_P_ENVIRONMENTS_ID
|
IMPORTING | STRING
|
environmentsId |
IS_INPUT
|
IMPORTING | TY_031
|
SaveSnapshotRequest |
ES_RAW
|
EXPORTING | DATA
|
Raw Output Data |
ES_OUTPUT
|
EXPORTING | TY_025
|
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 |
STOP_AIRFLOW_COMMAND_ENVIRO
- Description: composer.projects.locations.environments.stopAirflowCommand
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_PROJECTS_ID
|
IMPORTING | STRING
|
projectsId |
IV_P_LOCATIONS_ID
|
IMPORTING | STRING
|
locationsId |
IV_P_ENVIRONMENTS_ID
|
IMPORTING | STRING
|
environmentsId |
IS_INPUT
|
IMPORTING | TY_036
|
StopAirflowCommandRequest |
ES_RAW
|
EXPORTING | DATA
|
Raw Output Data |
ES_OUTPUT
|
EXPORTING | TY_037
|
StopAirflowCommandResponse |
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_USER_WORKLOADS_CONFI
- Description: locations.environments.userWorkloadsConfigMaps.update
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_PROJECTS_ID
|
IMPORTING | STRING
|
projectsId |
IV_P_LOCATIONS_ID
|
IMPORTING | STRING
|
locationsId |
IV_P_ENVIRONMENTS_ID
|
IMPORTING | STRING
|
environmentsId |
IV_P_USER_WORKLOADS_CONFIG_MAP
|
IMPORTING | STRING
|
userWorkloadsConfigMapsId |
IS_INPUT
|
IMPORTING | TY_055
|
UserWorkloadsConfigMap |
ES_RAW
|
EXPORTING | DATA
|
Raw Output Data |
ES_OUTPUT
|
EXPORTING | TY_055
|
UserWorkloadsConfigMap |
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_USER_WORKLOADS_SECRE
- Description: projects.locations.environments.userWorkloadsSecrets.update
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_PROJECTS_ID
|
IMPORTING | STRING
|
projectsId |
IV_P_LOCATIONS_ID
|
IMPORTING | STRING
|
locationsId |
IV_P_ENVIRONMENTS_ID
|
IMPORTING | STRING
|
environmentsId |
IV_P_USER_WORKLOADS_SECRETS_ID
|
IMPORTING | STRING
|
userWorkloadsSecretsId |
IS_INPUT
|
IMPORTING | TY_056
|
UserWorkloadsSecret |
ES_RAW
|
EXPORTING | DATA
|
Raw Output Data |
ES_OUTPUT
|
EXPORTING | TY_056
|
UserWorkloadsSecret |
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