Class /GOOG/CL_APPENGINE_V1BETA

Class

/GOOG/CL_APPENGINE_V1BETA
  • Inheriting from:/GOOG/CL_HTTP_CLIENT
  • Description:App Engine Admin API v1beta
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 BuildInfo PUBLIC
TY_011 CertificateRawData PUBLIC
TY_012 CloudBuildOptions PUBLIC
TY_013 ContainerInfo PUBLIC
TY_015 CpuUtilization PUBLIC
TY_019 CustomMetric PUBLIC
TY_020 Date PUBLIC
TY_021 DebugInstanceRequest PUBLIC
TY_022 Deployment PUBLIC
TY_023 DiskUtilization PUBLIC
TY_024 DomainMapping PUBLIC
TY_026 EndpointsApiService PUBLIC
TY_027 Entrypoint PUBLIC
TY_028 ErrorHandler PUBLIC
TY_029 FeatureSettings PUBLIC
TY_030 FileInfo PUBLIC
TY_031 FirewallRule PUBLIC
TY_032 FlexibleRuntimeSettings PUBLIC
TY_033 HealthCheck PUBLIC
TY_034 IdentityAwareProxy PUBLIC
TY_035 Instance PUBLIC
TY_036 Library PUBLIC
TY_037 ListAuthorizedCertificatesResponse PUBLIC
TY_038 ListAuthorizedDomainsResponse PUBLIC
TY_039 ListDomainMappingsResponse PUBLIC
TY_040 ListIngressRulesResponse PUBLIC
TY_041 ListInstancesResponse PUBLIC
TY_042 ListLocationsResponse PUBLIC
TY_043 ListOperationsResponse PUBLIC
TY_044 ListRuntimesResponse PUBLIC
TY_045 ListServicesResponse PUBLIC
TY_046 ListVersionsResponse PUBLIC
TY_047 LivenessCheck PUBLIC
TY_048 Location PUBLIC
TY_049 ManagedCertificate PUBLIC
TY_050 ManualScaling PUBLIC
TY_051 Network PUBLIC
TY_052 NetworkSettings PUBLIC
TY_053 NetworkUtilization PUBLIC
TY_054 Operation PUBLIC
TY_056 ReadinessCheck PUBLIC
TY_059 RequestUtilization PUBLIC
TY_060 ResourceRecord PUBLIC
TY_061 Resources PUBLIC
TY_062 Runtime PUBLIC
TY_063 ScriptHandler PUBLIC
TY_064 Service PUBLIC
TY_065 SslSettings PUBLIC
TY_066 StandardSchedulerSettings PUBLIC
TY_067 StaticFilesHandler PUBLIC
TY_068 Status PUBLIC
TY_069 TrafficSplit PUBLIC
TY_070 UrlDispatchRule PUBLIC
TY_071 UrlMap PUBLIC
TY_072 Version PUBLIC
TY_073 Volume PUBLIC
TY_074 VpcAccessConnector PUBLIC
TY_075 ZipInfo PUBLIC
TY_T_004 AuthorizedCertificate PUBLIC
TY_T_005 AuthorizedDomain PUBLIC
TY_T_019 CustomMetric PUBLIC
TY_T_024 DomainMapping PUBLIC
TY_T_028 ErrorHandler PUBLIC
TY_T_031 FirewallRule PUBLIC
TY_T_035 Instance PUBLIC
TY_T_036 Library PUBLIC
TY_T_048 Location PUBLIC
TY_T_054 Operation PUBLIC
TY_T_060 ResourceRecord PUBLIC
TY_T_062 Runtime PUBLIC
TY_T_064 Service PUBLIC
TY_T_070 UrlDispatchRule PUBLIC
TY_T_071 UrlMap PUBLIC
TY_T_072 Version PUBLIC
TY_T_073 Volume PUBLIC
TY_T_STRING Table of Strings PUBLIC

Constants

Name Type Description Value Visibility
C_CLOUD_VERSION /GOOG/SDK_VERSION Lowest Cloud Version PUBLIC
C_ON_PREM_VERSION /GOOG/SDK_VERSION Lowest On-premises Version 1.7 PUBLIC
C_PATH_PREFIX STRING API Path Prefix PUBLIC
C_REVISION_DATE DATUM Discovery Document revision Date 20250303 PUBLIC
C_ROOT_URL STRING API Root URL https://appengine.googleapis.com PUBLIC
C_SERVICE_NAME /GOOG/SERVICE_NAME Google Service Name appengine:v1beta 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

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_054 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_024 DomainMapping
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_054 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_031 FirewallRule
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_031 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_072 Version
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_054 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_021 DebugInstanceRequest
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_054 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_054 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_054 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_054 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_054 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_054 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_054 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_024 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_031 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_035 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_048 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_LOCATIONS1

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

Parameters

Name Category Type Description
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_048 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_054 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_OPERATIONS1

  • Description: appengine.projects.locations.operations.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_OPERATIONS_ID IMPORTING STRING operationsId
IV_P_PROJECTS_ID IMPORTING STRING projectsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_054 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_Q_INCLUDEEXTRADATA IMPORTING STRING includeExtraData
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_064 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_INCLUDEEXTRADATA IMPORTING STRING includeExtraData
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_072 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_037 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_038 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_038 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_039 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_040 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_041 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_042 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_LOCATIONS1

  • Description: appengine.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_042 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_043 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_OPERATIONS1

  • Description: appengine.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_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_PROJECTS_ID IMPORTING STRING projectsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_043 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_044 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_045 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_046 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_054 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_024 DomainMapping
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_054 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_031 FirewallRule
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_031 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_064 Service
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_054 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_072 Version
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_054 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_054 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