Class /GOOG/CL_APPENGINE_V1

Class

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

Types

Type Description Visibility
TY_001 ApiConfigHandler PUBLIC
TY_002 ApiEndpointHandler PUBLIC
TY_003 Application PUBLIC
TY_004 AuthorizedCertificate PUBLIC
TY_005 AuthorizedDomain PUBLIC
TY_006 AutomaticScaling PUBLIC
TY_007 BasicScaling PUBLIC
TY_008 BatchUpdateIngressRulesRequest PUBLIC
TY_009 BatchUpdateIngressRulesResponse PUBLIC
TY_010 CertificateRawData PUBLIC
TY_011 CloudBuildOptions PUBLIC
TY_012 ContainerInfo PUBLIC
TY_013 CpuUtilization PUBLIC
TY_017 DebugInstanceRequest PUBLIC
TY_018 Deployment PUBLIC
TY_019 DiskUtilization PUBLIC
TY_020 DomainMapping PUBLIC
TY_022 EndpointsApiService PUBLIC
TY_023 Entrypoint PUBLIC
TY_024 ErrorHandler PUBLIC
TY_025 FeatureSettings PUBLIC
TY_026 FileInfo PUBLIC
TY_027 FirewallRule PUBLIC
TY_028 FlexibleRuntimeSettings PUBLIC
TY_029 HealthCheck PUBLIC
TY_030 IdentityAwareProxy PUBLIC
TY_031 Instance PUBLIC
TY_032 Library PUBLIC
TY_033 ListAuthorizedCertificatesResponse PUBLIC
TY_034 ListAuthorizedDomainsResponse PUBLIC
TY_035 ListDomainMappingsResponse PUBLIC
TY_036 ListIngressRulesResponse PUBLIC
TY_037 ListInstancesResponse PUBLIC
TY_038 ListLocationsResponse PUBLIC
TY_039 ListOperationsResponse PUBLIC
TY_040 ListServicesResponse PUBLIC
TY_041 ListVersionsResponse PUBLIC
TY_042 LivenessCheck PUBLIC
TY_043 Location PUBLIC
TY_044 ManagedCertificate PUBLIC
TY_045 ManualScaling PUBLIC
TY_046 Network PUBLIC
TY_047 NetworkSettings PUBLIC
TY_048 NetworkUtilization PUBLIC
TY_049 Operation PUBLIC
TY_052 ReadinessCheck PUBLIC
TY_055 RequestUtilization PUBLIC
TY_056 ResourceRecord PUBLIC
TY_057 Resources PUBLIC
TY_058 ScriptHandler PUBLIC
TY_059 Service PUBLIC
TY_060 SslSettings PUBLIC
TY_061 StandardSchedulerSettings PUBLIC
TY_062 StaticFilesHandler PUBLIC
TY_063 Status PUBLIC
TY_064 TrafficSplit PUBLIC
TY_065 UrlDispatchRule PUBLIC
TY_066 UrlMap PUBLIC
TY_067 Version PUBLIC
TY_068 Volume PUBLIC
TY_069 VpcAccessConnector PUBLIC
TY_070 ZipInfo PUBLIC
TY_072 Date PUBLIC
TY_073 ListRuntimesResponse PUBLIC
TY_074 Runtime PUBLIC
TY_T_004 AuthorizedCertificate PUBLIC
TY_T_005 AuthorizedDomain PUBLIC
TY_T_020 DomainMapping PUBLIC
TY_T_024 ErrorHandler PUBLIC
TY_T_027 FirewallRule PUBLIC
TY_T_031 Instance PUBLIC
TY_T_032 Library PUBLIC
TY_T_043 Location PUBLIC
TY_T_049 Operation PUBLIC
TY_T_056 ResourceRecord PUBLIC
TY_T_059 Service PUBLIC
TY_T_065 UrlDispatchRule PUBLIC
TY_T_066 UrlMap PUBLIC
TY_T_067 Version PUBLIC
TY_T_068 Volume PUBLIC
TY_T_074 Runtime 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 appengine:v1 PUBLIC
C_ROOT_URL STRING API Root URL https://appengine.googleapis.com PUBLIC
C_REVISION_DATE DATUM Discovery Document revision Date 20250303 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_UPDATE_INGRESS_RULES

  • Description: appengine.apps.firewall.ingressRules.batchUpdate
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_APPS_ID IMPORTING STRING appsId
IS_INPUT IMPORTING TY_008 BatchUpdateIngressRulesRequest
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_009 BatchUpdateIngressRulesResponse
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_APPS

  • Description: appengine.apps.create
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IS_INPUT IMPORTING TY_003 Application
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_049 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_AUTHORIZED_CERTIFICA

  • Description: appengine.apps.authorizedCertificates.create
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_APPS_ID IMPORTING STRING appsId
IS_INPUT IMPORTING TY_004 AuthorizedCertificate
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_004 AuthorizedCertificate
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_DOMAIN_MAPPINGS

  • Description: appengine.apps.domainMappings.create
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_OVERRIDESTRATEGY IMPORTING STRING overrideStrategy
IV_P_APPS_ID IMPORTING STRING appsId
IS_INPUT IMPORTING TY_020 DomainMapping
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_049 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_INGRESS_RULES

  • Description: appengine.apps.firewall.ingressRules.create
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_APPS_ID IMPORTING STRING appsId
IS_INPUT IMPORTING TY_027 FirewallRule
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_027 FirewallRule
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_VERSIONS

  • Description: appengine.apps.services.versions.create
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_APPS_ID IMPORTING STRING appsId
IV_P_SERVICES_ID IMPORTING STRING servicesId
IS_INPUT IMPORTING TY_067 Version
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_049 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

DEBUG_INSTANCES

  • Description: appengine.apps.services.versions.instances.debug
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_APPS_ID IMPORTING STRING appsId
IV_P_INSTANCES_ID IMPORTING STRING instancesId
IV_P_SERVICES_ID IMPORTING STRING servicesId
IV_P_VERSIONS_ID IMPORTING STRING versionsId
IS_INPUT IMPORTING TY_017 DebugInstanceRequest
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_049 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_AUTHORIZED_CERTIFICA

  • Description: appengine.apps.authorizedCertificates.delete
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_APPS_ID IMPORTING STRING appsId
IV_P_AUTHORIZED_CERTIFICATES_I IMPORTING STRING authorizedCertificatesId
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_DOMAIN_MAPPINGS

  • Description: appengine.apps.domainMappings.delete
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_APPS_ID IMPORTING STRING appsId
IV_P_DOMAIN_MAPPINGS_ID IMPORTING STRING domainMappingsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_049 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_INGRESS_RULES

  • Description: appengine.apps.firewall.ingressRules.delete
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_APPS_ID IMPORTING STRING appsId
IV_P_INGRESS_RULES_ID IMPORTING STRING ingressRulesId
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_INSTANCES

  • Description: appengine.apps.services.versions.instances.delete
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_APPS_ID IMPORTING STRING appsId
IV_P_INSTANCES_ID IMPORTING STRING instancesId
IV_P_SERVICES_ID IMPORTING STRING servicesId
IV_P_VERSIONS_ID IMPORTING STRING versionsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_049 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_SERVICES

  • Description: appengine.apps.services.delete
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_APPS_ID IMPORTING STRING appsId
IV_P_SERVICES_ID IMPORTING STRING servicesId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_049 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_SERVICES1

  • Description: appengine.projects.locations.applications.services.delete
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_APPLICATIONS_ID IMPORTING STRING applicationsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_SERVICES_ID IMPORTING STRING servicesId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_049 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_VERSIONS

  • Description: appengine.apps.services.versions.delete
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_APPS_ID IMPORTING STRING appsId
IV_P_SERVICES_ID IMPORTING STRING servicesId
IV_P_VERSIONS_ID IMPORTING STRING versionsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_049 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_VERSIONS1

  • Description: projects.locations.applications.services.versions.delete
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_APPLICATIONS_ID IMPORTING STRING applicationsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_SERVICES_ID IMPORTING STRING servicesId
IV_P_VERSIONS_ID IMPORTING STRING versionsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_049 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_APPS

  • Description: appengine.apps.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_INCLUDEEXTRADATA IMPORTING STRING includeExtraData
IV_P_APPS_ID IMPORTING STRING appsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_003 Application
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_AUTHORIZED_CERTIFICATES

  • Description: appengine.apps.authorizedCertificates.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_VIEW IMPORTING STRING view
IV_P_APPS_ID IMPORTING STRING appsId
IV_P_AUTHORIZED_CERTIFICATES_I IMPORTING STRING authorizedCertificatesId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_004 AuthorizedCertificate
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_DOMAIN_MAPPINGS

  • Description: appengine.apps.domainMappings.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_APPS_ID IMPORTING STRING appsId
IV_P_DOMAIN_MAPPINGS_ID IMPORTING STRING domainMappingsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_020 DomainMapping
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_INGRESS_RULES

  • Description: appengine.apps.firewall.ingressRules.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_APPS_ID IMPORTING STRING appsId
IV_P_INGRESS_RULES_ID IMPORTING STRING ingressRulesId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_027 FirewallRule
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_INSTANCES

  • Description: appengine.apps.services.versions.instances.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_APPS_ID IMPORTING STRING appsId
IV_P_INSTANCES_ID IMPORTING STRING instancesId
IV_P_SERVICES_ID IMPORTING STRING servicesId
IV_P_VERSIONS_ID IMPORTING STRING versionsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_031 Instance
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: appengine.apps.locations.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_APPS_ID IMPORTING STRING appsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_043 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: appengine.apps.operations.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_APPS_ID IMPORTING STRING appsId
IV_P_OPERATIONS_ID IMPORTING STRING operationsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_049 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_SERVICES

  • Description: appengine.apps.services.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_APPS_ID IMPORTING STRING appsId
IV_P_SERVICES_ID IMPORTING STRING servicesId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_059 Service
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_VERSIONS

  • Description: appengine.apps.services.versions.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_VIEW IMPORTING STRING view
IV_P_APPS_ID IMPORTING STRING appsId
IV_P_SERVICES_ID IMPORTING STRING servicesId
IV_P_VERSIONS_ID IMPORTING STRING versionsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_067 Version
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_AUTHORIZED_CERTIFICATE

  • Description: appengine.apps.authorizedCertificates.list
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_PAGESIZE IMPORTING STRING pageSize
IV_Q_PAGETOKEN IMPORTING STRING pageToken
IV_Q_VIEW IMPORTING STRING view
IV_P_APPS_ID IMPORTING STRING appsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_033 ListAuthorizedCertificatesResponse
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_AUTHORIZED_DOMAINS

  • Description: appengine.apps.authorizedDomains.list
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_PAGESIZE IMPORTING STRING pageSize
IV_Q_PAGETOKEN IMPORTING STRING pageToken
IV_P_APPS_ID IMPORTING STRING appsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_034 ListAuthorizedDomainsResponse
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_AUTHORIZED_DOMAINS1

  • Description: projects.locations.applications.authorizedDomains.list
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_PAGESIZE IMPORTING STRING pageSize
IV_Q_PAGETOKEN IMPORTING STRING pageToken
IV_P_APPLICATIONS_ID IMPORTING STRING applicationsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_PROJECTS_ID IMPORTING STRING projectsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_034 ListAuthorizedDomainsResponse
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_DOMAIN_MAPPINGS

  • Description: appengine.apps.domainMappings.list
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_PAGESIZE IMPORTING STRING pageSize
IV_Q_PAGETOKEN IMPORTING STRING pageToken
IV_P_APPS_ID IMPORTING STRING appsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_035 ListDomainMappingsResponse
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_INGRESS_RULES

  • Description: appengine.apps.firewall.ingressRules.list
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_MATCHINGADDRESS IMPORTING STRING matchingAddress
IV_Q_PAGESIZE IMPORTING STRING pageSize
IV_Q_PAGETOKEN IMPORTING STRING pageToken
IV_P_APPS_ID IMPORTING STRING appsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_036 ListIngressRulesResponse
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_INSTANCES

  • Description: appengine.apps.services.versions.instances.list
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_PAGESIZE IMPORTING STRING pageSize
IV_Q_PAGETOKEN IMPORTING STRING pageToken
IV_P_APPS_ID IMPORTING STRING appsId
IV_P_SERVICES_ID IMPORTING STRING servicesId
IV_P_VERSIONS_ID IMPORTING STRING versionsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_037 ListInstancesResponse
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: appengine.apps.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_APPS_ID IMPORTING STRING appsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_038 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

LIST_OPERATIONS

  • Description: appengine.apps.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_APPS_ID IMPORTING STRING appsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_039 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_RUNTIMES_APPS

  • Description: appengine.apps.listRuntimes
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_ENVIRONMENT IMPORTING STRING environment
IV_P_APPS_ID IMPORTING STRING appsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_073 ListRuntimesResponse
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_SERVICES

  • Description: appengine.apps.services.list
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_PAGESIZE IMPORTING STRING pageSize
IV_Q_PAGETOKEN IMPORTING STRING pageToken
IV_P_APPS_ID IMPORTING STRING appsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_040 ListServicesResponse
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_VERSIONS

  • Description: appengine.apps.services.versions.list
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_PAGESIZE IMPORTING STRING pageSize
IV_Q_PAGETOKEN IMPORTING STRING pageToken
IV_Q_VIEW IMPORTING STRING view
IV_P_APPS_ID IMPORTING STRING appsId
IV_P_SERVICES_ID IMPORTING STRING servicesId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_041 ListVersionsResponse
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_APPS

  • Description: appengine.apps.patch
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_UPDATEMASK IMPORTING STRING updateMask
IV_P_APPS_ID IMPORTING STRING appsId
IS_INPUT IMPORTING TY_003 Application
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_049 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_AUTHORIZED_CERTIFICAT

  • Description: appengine.apps.authorizedCertificates.patch
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_UPDATEMASK IMPORTING STRING updateMask
IV_P_APPS_ID IMPORTING STRING appsId
IV_P_AUTHORIZED_CERTIFICATES_I IMPORTING STRING authorizedCertificatesId
IS_INPUT IMPORTING TY_004 AuthorizedCertificate
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_004 AuthorizedCertificate
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_DOMAIN_MAPPINGS

  • Description: appengine.apps.domainMappings.patch
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_UPDATEMASK IMPORTING STRING updateMask
IV_P_APPS_ID IMPORTING STRING appsId
IV_P_DOMAIN_MAPPINGS_ID IMPORTING STRING domainMappingsId
IS_INPUT IMPORTING TY_020 DomainMapping
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_049 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_INGRESS_RULES

  • Description: appengine.apps.firewall.ingressRules.patch
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_UPDATEMASK IMPORTING STRING updateMask
IV_P_APPS_ID IMPORTING STRING appsId
IV_P_INGRESS_RULES_ID IMPORTING STRING ingressRulesId
IS_INPUT IMPORTING TY_027 FirewallRule
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_027 FirewallRule
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_SERVICES

  • Description: appengine.apps.services.patch
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_MIGRATETRAFFIC IMPORTING STRING migrateTraffic
IV_Q_UPDATEMASK IMPORTING STRING updateMask
IV_P_APPS_ID IMPORTING STRING appsId
IV_P_SERVICES_ID IMPORTING STRING servicesId
IS_INPUT IMPORTING TY_059 Service
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_049 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_VERSIONS

  • Description: appengine.apps.services.versions.patch
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_UPDATEMASK IMPORTING STRING updateMask
IV_P_APPS_ID IMPORTING STRING appsId
IV_P_SERVICES_ID IMPORTING STRING servicesId
IV_P_VERSIONS_ID IMPORTING STRING versionsId
IS_INPUT IMPORTING TY_067 Version
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_049 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

REPAIR_APPS

  • Description: appengine.apps.repair
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_APPS_ID IMPORTING STRING appsId
IS_INPUT IMPORTING DATA Input Data
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_049 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