Class /GOOG/CL_RUN_V1

Class

/GOOG/CL_RUN_V1
  • Inheriting from:/GOOG/CL_HTTP_CLIENT
  • Description:Cloud Run 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 Addressable PUBLIC
TY_002 AuditConfig PUBLIC
TY_003 AuditLogConfig PUBLIC
TY_004 AuthorizedDomain PUBLIC
TY_005 Binding PUBLIC
TY_006 CSIVolumeSource PUBLIC
TY_008 ConfigMapEnvSource PUBLIC
TY_009 ConfigMapKeySelector PUBLIC
TY_010 ConfigMapVolumeSource PUBLIC
TY_011 Configuration PUBLIC
TY_012 ConfigurationSpec PUBLIC
TY_013 ConfigurationStatus PUBLIC
TY_014 Container PUBLIC
TY_015 ContainerOverride PUBLIC
TY_016 ContainerPort PUBLIC
TY_017 DomainMapping PUBLIC
TY_018 DomainMappingSpec PUBLIC
TY_019 DomainMappingStatus PUBLIC
TY_021 EmptyDirVolumeSource PUBLIC
TY_022 EnvFromSource PUBLIC
TY_023 EnvVar PUBLIC
TY_024 EnvVarSource PUBLIC
TY_025 ExecAction PUBLIC
TY_026 Execution PUBLIC
TY_027 ExecutionReference PUBLIC
TY_028 ExecutionSpec PUBLIC
TY_029 ExecutionStatus PUBLIC
TY_030 ExecutionTemplateSpec PUBLIC
TY_031 Expr PUBLIC
TY_032 GRPCAction PUBLIC
TY_033 GoogleCloudRunV1Condition PUBLIC
TY_076 GoogleLongrunningListOperationsResponse PUBLIC
TY_077 GoogleLongrunningOperation PUBLIC
TY_078 GoogleLongrunningWaitOperationRequest PUBLIC
TY_079 GoogleRpcStatus PUBLIC
TY_080 HTTPGetAction PUBLIC
TY_081 HTTPHeader PUBLIC
TY_082 Job PUBLIC
TY_083 JobSpec PUBLIC
TY_084 JobStatus PUBLIC
TY_085 KeyToPath PUBLIC
TY_086 ListAuthorizedDomainsResponse PUBLIC
TY_087 ListConfigurationsResponse PUBLIC
TY_088 ListDomainMappingsResponse PUBLIC
TY_089 ListExecutionsResponse PUBLIC
TY_090 ListJobsResponse PUBLIC
TY_091 ListLocationsResponse PUBLIC
TY_092 ListMeta PUBLIC
TY_093 ListRevisionsResponse PUBLIC
TY_094 ListRoutesResponse PUBLIC
TY_095 ListServicesResponse PUBLIC
TY_096 ListTasksResponse PUBLIC
TY_097 LocalObjectReference PUBLIC
TY_098 Location PUBLIC
TY_099 NFSVolumeSource PUBLIC
TY_100 ObjectMeta PUBLIC
TY_101 Overrides PUBLIC
TY_102 OwnerReference PUBLIC
TY_103 Policy PUBLIC
TY_104 Probe PUBLIC
TY_105 ResourceRecord PUBLIC
TY_106 ResourceRequirements PUBLIC
TY_107 Revision PUBLIC
TY_108 RevisionSpec PUBLIC
TY_109 RevisionStatus PUBLIC
TY_110 RevisionTemplate PUBLIC
TY_111 Route PUBLIC
TY_112 RouteSpec PUBLIC
TY_113 RouteStatus PUBLIC
TY_114 RunJobRequest PUBLIC
TY_115 SecretEnvSource PUBLIC
TY_116 SecretKeySelector PUBLIC
TY_117 SecretVolumeSource PUBLIC
TY_118 SecurityContext PUBLIC
TY_119 Service PUBLIC
TY_120 ServiceSpec PUBLIC
TY_121 ServiceStatus PUBLIC
TY_122 SetIamPolicyRequest PUBLIC
TY_123 Status PUBLIC
TY_124 StatusCause PUBLIC
TY_125 StatusDetails PUBLIC
TY_126 TCPSocketAction PUBLIC
TY_127 Task PUBLIC
TY_128 TaskAttemptResult PUBLIC
TY_129 TaskSpec PUBLIC
TY_130 TaskStatus PUBLIC
TY_131 TaskTemplateSpec PUBLIC
TY_132 TestIamPermissionsRequest PUBLIC
TY_133 TestIamPermissionsResponse PUBLIC
TY_134 TrafficTarget PUBLIC
TY_135 Volume PUBLIC
TY_136 VolumeMount PUBLIC
TY_T_002 AuditConfig PUBLIC
TY_T_003 AuditLogConfig PUBLIC
TY_T_004 AuthorizedDomain PUBLIC
TY_T_005 Binding PUBLIC
TY_T_011 Configuration PUBLIC
TY_T_014 Container PUBLIC
TY_T_015 ContainerOverride PUBLIC
TY_T_016 ContainerPort PUBLIC
TY_T_017 DomainMapping PUBLIC
TY_T_022 EnvFromSource PUBLIC
TY_T_023 EnvVar PUBLIC
TY_T_026 Execution PUBLIC
TY_T_033 GoogleCloudRunV1Condition PUBLIC
TY_T_077 GoogleLongrunningOperation PUBLIC
TY_T_081 HTTPHeader PUBLIC
TY_T_082 Job PUBLIC
TY_T_085 KeyToPath PUBLIC
TY_T_097 LocalObjectReference PUBLIC
TY_T_098 Location PUBLIC
TY_T_102 OwnerReference PUBLIC
TY_T_105 ResourceRecord PUBLIC
TY_T_107 Revision PUBLIC
TY_T_111 Route PUBLIC
TY_T_119 Service PUBLIC
TY_T_124 StatusCause PUBLIC
TY_T_127 Task PUBLIC
TY_T_134 TrafficTarget PUBLIC
TY_T_135 Volume PUBLIC
TY_T_136 VolumeMount 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.10 PUBLIC
C_PATH_PREFIX STRING API Path Prefix PUBLIC
C_REVISION_DATE DATUM Discovery Document revision Date 20250307 PUBLIC
C_ROOT_URL STRING API Root URL https://run.googleapis.com PUBLIC
C_SERVICE_NAME /GOOG/SERVICE_NAME Google Service Name run: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

CANCEL_EXECUTIONS

  • Description: run.namespaces.executions.cancel
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_NAMESPACES_ID IMPORTING STRING namespacesId
IV_P_EXECUTIONS_ID IMPORTING STRING executionsId
IS_INPUT IMPORTING DATA Input Data
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_026 Execution
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_DOMAINMAPPINGS

  • Description: run.namespaces.domainmappings.create
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_DRYRUN IMPORTING STRING dryRun
IV_P_NAMESPACES_ID IMPORTING STRING namespacesId
IS_INPUT IMPORTING TY_017 DomainMapping
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_017 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

CREATE_DOMAINMAPPINGS1

  • Description: run.projects.locations.domainmappings.create
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_DRYRUN IMPORTING STRING dryRun
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IS_INPUT IMPORTING TY_017 DomainMapping
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_017 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

CREATE_JOBS

  • Description: run.namespaces.jobs.create
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_NAMESPACES_ID IMPORTING STRING namespacesId
IS_INPUT IMPORTING TY_082 Job
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_082 Job
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_SERVICES

  • Description: run.namespaces.services.create
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_DRYRUN IMPORTING STRING dryRun
IV_P_NAMESPACES_ID IMPORTING STRING namespacesId
IS_INPUT IMPORTING TY_119 Service
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_119 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

CREATE_SERVICES1

  • Description: run.projects.locations.services.create
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_DRYRUN IMPORTING STRING dryRun
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IS_INPUT IMPORTING TY_119 Service
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_119 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

DELETE_DOMAINMAPPINGS

  • Description: run.namespaces.domainmappings.delete
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_APIVERSION IMPORTING STRING apiVersion
IV_Q_DRYRUN IMPORTING STRING dryRun
IV_Q_KIND IMPORTING STRING kind
IV_Q_PROPAGATIONPOLICY IMPORTING STRING propagationPolicy
IV_P_NAMESPACES_ID IMPORTING STRING namespacesId
IV_P_DOMAINMAPPINGS_ID IMPORTING STRING domainmappingsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_123 Status
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_DOMAINMAPPINGS1

  • Description: run.projects.locations.domainmappings.delete
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_APIVERSION IMPORTING STRING apiVersion
IV_Q_DRYRUN IMPORTING STRING dryRun
IV_Q_KIND IMPORTING STRING kind
IV_Q_PROPAGATIONPOLICY IMPORTING STRING propagationPolicy
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_DOMAINMAPPINGS_ID IMPORTING STRING domainmappingsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_123 Status
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_EXECUTIONS

  • Description: run.namespaces.executions.delete
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_APIVERSION IMPORTING STRING apiVersion
IV_Q_KIND IMPORTING STRING kind
IV_Q_PROPAGATIONPOLICY IMPORTING STRING propagationPolicy
IV_P_NAMESPACES_ID IMPORTING STRING namespacesId
IV_P_EXECUTIONS_ID IMPORTING STRING executionsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_123 Status
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_JOBS

  • Description: run.namespaces.jobs.delete
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_APIVERSION IMPORTING STRING apiVersion
IV_Q_KIND IMPORTING STRING kind
IV_Q_PROPAGATIONPOLICY IMPORTING STRING propagationPolicy
IV_P_NAMESPACES_ID IMPORTING STRING namespacesId
IV_P_JOBS_ID IMPORTING STRING jobsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_123 Status
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: run.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_REVISIONS

  • Description: run.namespaces.revisions.delete
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_APIVERSION IMPORTING STRING apiVersion
IV_Q_DRYRUN IMPORTING STRING dryRun
IV_Q_KIND IMPORTING STRING kind
IV_Q_PROPAGATIONPOLICY IMPORTING STRING propagationPolicy
IV_P_NAMESPACES_ID IMPORTING STRING namespacesId
IV_P_REVISIONS_ID IMPORTING STRING revisionsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_123 Status
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_REVISIONS1

  • Description: run.projects.locations.revisions.delete
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_APIVERSION IMPORTING STRING apiVersion
IV_Q_DRYRUN IMPORTING STRING dryRun
IV_Q_KIND IMPORTING STRING kind
IV_Q_PROPAGATIONPOLICY IMPORTING STRING propagationPolicy
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_REVISIONS_ID IMPORTING STRING revisionsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_123 Status
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: run.namespaces.services.delete
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_APIVERSION IMPORTING STRING apiVersion
IV_Q_DRYRUN IMPORTING STRING dryRun
IV_Q_KIND IMPORTING STRING kind
IV_Q_PROPAGATIONPOLICY IMPORTING STRING propagationPolicy
IV_P_NAMESPACES_ID IMPORTING STRING namespacesId
IV_P_SERVICES_ID IMPORTING STRING servicesId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_123 Status
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: run.projects.locations.services.delete
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_APIVERSION IMPORTING STRING apiVersion
IV_Q_DRYRUN IMPORTING STRING dryRun
IV_Q_KIND IMPORTING STRING kind
IV_Q_PROPAGATIONPOLICY IMPORTING STRING propagationPolicy
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_SERVICES_ID IMPORTING STRING servicesId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_123 Status
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

GET_CONFIGURATIONS

  • Description: run.namespaces.configurations.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_NAMESPACES_ID IMPORTING STRING namespacesId
IV_P_CONFIGURATIONS_ID IMPORTING STRING configurationsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_011 Configuration
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

GET_CONFIGURATIONS1

  • Description: run.projects.locations.configurations.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_CONFIGURATIONS_ID IMPORTING STRING configurationsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_011 Configuration
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

GET_DOMAINMAPPINGS

  • Description: run.namespaces.domainmappings.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_NAMESPACES_ID IMPORTING STRING namespacesId
IV_P_DOMAINMAPPINGS_ID IMPORTING STRING domainmappingsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_017 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_DOMAINMAPPINGS1

  • Description: run.projects.locations.domainmappings.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_DOMAINMAPPINGS_ID IMPORTING STRING domainmappingsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_017 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_EXECUTIONS

  • Description: run.namespaces.executions.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_NAMESPACES_ID IMPORTING STRING namespacesId
IV_P_EXECUTIONS_ID IMPORTING STRING executionsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_026 Execution
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_JOBS

  • Description: run.projects.locations.jobs.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_JOBS_ID IMPORTING STRING jobsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_103 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_SERVICES

  • Description: run.projects.locations.services.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_SERVICES_ID IMPORTING STRING servicesId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_103 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_JOBS

  • Description: run.namespaces.jobs.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_NAMESPACES_ID IMPORTING STRING namespacesId
IV_P_JOBS_ID IMPORTING STRING jobsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_082 Job
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: run.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_077 GoogleLongrunningOperation
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_REVISIONS

  • Description: run.namespaces.revisions.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_NAMESPACES_ID IMPORTING STRING namespacesId
IV_P_REVISIONS_ID IMPORTING STRING revisionsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_107 Revision
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_REVISIONS1

  • Description: run.projects.locations.revisions.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_REVISIONS_ID IMPORTING STRING revisionsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_107 Revision
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_ROUTES

  • Description: run.namespaces.routes.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_NAMESPACES_ID IMPORTING STRING namespacesId
IV_P_ROUTES_ID IMPORTING STRING routesId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_111 Route
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_ROUTES1

  • Description: run.projects.locations.routes.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_ROUTES_ID IMPORTING STRING routesId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_111 Route
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: run.namespaces.services.get
  • Visibility: PUBLIC

Parameters

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

  • Description: run.projects.locations.services.get
  • Visibility: PUBLIC

Parameters

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

  • Description: run.namespaces.tasks.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_NAMESPACES_ID IMPORTING STRING namespacesId
IV_P_TASKS_ID IMPORTING STRING tasksId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_127 Task
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_AUTHORIZEDDOMAINS

  • Description: run.namespaces.authorizeddomains.list
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_PAGESIZE IMPORTING STRING pageSize
IV_Q_PAGETOKEN IMPORTING STRING pageToken
IV_P_NAMESPACES_ID IMPORTING STRING namespacesId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_086 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_AUTHORIZEDDOMAINS1

  • Description: run.projects.authorizeddomains.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
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_086 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_AUTHORIZEDDOMAINS2

  • Description: run.projects.locations.authorizeddomains.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_086 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_CONFIGURATIONS

  • Description: run.namespaces.configurations.list
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_CONTINUE IMPORTING STRING continue
IV_Q_FIELDSELECTOR IMPORTING STRING fieldSelector
IV_Q_INCLUDEUNINITIALIZED IMPORTING STRING includeUninitialized
IV_Q_LABELSELECTOR IMPORTING STRING labelSelector
IV_Q_LIMIT IMPORTING STRING limit
IV_Q_RESOURCEVERSION IMPORTING STRING resourceVersion
IV_Q_WATCH IMPORTING STRING watch
IV_P_NAMESPACES_ID IMPORTING STRING namespacesId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_087 ListConfigurationsResponse
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_CONFIGURATIONS1

  • Description: run.projects.locations.configurations.list
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_CONTINUE IMPORTING STRING continue
IV_Q_FIELDSELECTOR IMPORTING STRING fieldSelector
IV_Q_INCLUDEUNINITIALIZED IMPORTING STRING includeUninitialized
IV_Q_LABELSELECTOR IMPORTING STRING labelSelector
IV_Q_LIMIT IMPORTING STRING limit
IV_Q_RESOURCEVERSION IMPORTING STRING resourceVersion
IV_Q_WATCH IMPORTING STRING watch
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_087 ListConfigurationsResponse
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_DOMAINMAPPINGS

  • Description: run.namespaces.domainmappings.list
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_CONTINUE IMPORTING STRING continue
IV_Q_FIELDSELECTOR IMPORTING STRING fieldSelector
IV_Q_INCLUDEUNINITIALIZED IMPORTING STRING includeUninitialized
IV_Q_LABELSELECTOR IMPORTING STRING labelSelector
IV_Q_LIMIT IMPORTING STRING limit
IV_Q_RESOURCEVERSION IMPORTING STRING resourceVersion
IV_Q_WATCH IMPORTING STRING watch
IV_P_NAMESPACES_ID IMPORTING STRING namespacesId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_088 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_DOMAINMAPPINGS1

  • Description: run.projects.locations.domainmappings.list
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_CONTINUE IMPORTING STRING continue
IV_Q_FIELDSELECTOR IMPORTING STRING fieldSelector
IV_Q_INCLUDEUNINITIALIZED IMPORTING STRING includeUninitialized
IV_Q_LABELSELECTOR IMPORTING STRING labelSelector
IV_Q_LIMIT IMPORTING STRING limit
IV_Q_RESOURCEVERSION IMPORTING STRING resourceVersion
IV_Q_WATCH IMPORTING STRING watch
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_088 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_EXECUTIONS

  • Description: run.namespaces.executions.list
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_CONTINUE IMPORTING STRING continue
IV_Q_FIELDSELECTOR IMPORTING STRING fieldSelector
IV_Q_INCLUDEUNINITIALIZED IMPORTING STRING includeUninitialized
IV_Q_LABELSELECTOR IMPORTING STRING labelSelector
IV_Q_LIMIT IMPORTING STRING limit
IV_Q_RESOURCEVERSION IMPORTING STRING resourceVersion
IV_Q_WATCH IMPORTING STRING watch
IV_P_NAMESPACES_ID IMPORTING STRING namespacesId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_089 ListExecutionsResponse
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_JOBS

  • Description: run.namespaces.jobs.list
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_CONTINUE IMPORTING STRING continue
IV_Q_FIELDSELECTOR IMPORTING STRING fieldSelector
IV_Q_INCLUDEUNINITIALIZED IMPORTING STRING includeUninitialized
IV_Q_LABELSELECTOR IMPORTING STRING labelSelector
IV_Q_LIMIT IMPORTING STRING limit
IV_Q_RESOURCEVERSION IMPORTING STRING resourceVersion
IV_Q_WATCH IMPORTING STRING watch
IV_P_NAMESPACES_ID IMPORTING STRING namespacesId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_090 ListJobsResponse
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: run.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_091 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: run.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_076 GoogleLongrunningListOperationsResponse
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_REVISIONS

  • Description: run.namespaces.revisions.list
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_CONTINUE IMPORTING STRING continue
IV_Q_FIELDSELECTOR IMPORTING STRING fieldSelector
IV_Q_INCLUDEUNINITIALIZED IMPORTING STRING includeUninitialized
IV_Q_LABELSELECTOR IMPORTING STRING labelSelector
IV_Q_LIMIT IMPORTING STRING limit
IV_Q_RESOURCEVERSION IMPORTING STRING resourceVersion
IV_Q_WATCH IMPORTING STRING watch
IV_P_NAMESPACES_ID IMPORTING STRING namespacesId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_093 ListRevisionsResponse
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_REVISIONS1

  • Description: run.projects.locations.revisions.list
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_CONTINUE IMPORTING STRING continue
IV_Q_FIELDSELECTOR IMPORTING STRING fieldSelector
IV_Q_INCLUDEUNINITIALIZED IMPORTING STRING includeUninitialized
IV_Q_LABELSELECTOR IMPORTING STRING labelSelector
IV_Q_LIMIT IMPORTING STRING limit
IV_Q_RESOURCEVERSION IMPORTING STRING resourceVersion
IV_Q_WATCH IMPORTING STRING watch
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_093 ListRevisionsResponse
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_ROUTES

  • Description: run.namespaces.routes.list
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_CONTINUE IMPORTING STRING continue
IV_Q_FIELDSELECTOR IMPORTING STRING fieldSelector
IV_Q_INCLUDEUNINITIALIZED IMPORTING STRING includeUninitialized
IV_Q_LABELSELECTOR IMPORTING STRING labelSelector
IV_Q_LIMIT IMPORTING STRING limit
IV_Q_RESOURCEVERSION IMPORTING STRING resourceVersion
IV_Q_WATCH IMPORTING STRING watch
IV_P_NAMESPACES_ID IMPORTING STRING namespacesId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_094 ListRoutesResponse
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_ROUTES1

  • Description: run.projects.locations.routes.list
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_CONTINUE IMPORTING STRING continue
IV_Q_FIELDSELECTOR IMPORTING STRING fieldSelector
IV_Q_INCLUDEUNINITIALIZED IMPORTING STRING includeUninitialized
IV_Q_LABELSELECTOR IMPORTING STRING labelSelector
IV_Q_LIMIT IMPORTING STRING limit
IV_Q_RESOURCEVERSION IMPORTING STRING resourceVersion
IV_Q_WATCH IMPORTING STRING watch
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_094 ListRoutesResponse
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: run.namespaces.services.list
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_CONTINUE IMPORTING STRING continue
IV_Q_FIELDSELECTOR IMPORTING STRING fieldSelector
IV_Q_INCLUDEUNINITIALIZED IMPORTING STRING includeUninitialized
IV_Q_LABELSELECTOR IMPORTING STRING labelSelector
IV_Q_LIMIT IMPORTING STRING limit
IV_Q_RESOURCEVERSION IMPORTING STRING resourceVersion
IV_Q_WATCH IMPORTING STRING watch
IV_P_NAMESPACES_ID IMPORTING STRING namespacesId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_095 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_SERVICES1

  • Description: run.projects.locations.services.list
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_CONTINUE IMPORTING STRING continue
IV_Q_FIELDSELECTOR IMPORTING STRING fieldSelector
IV_Q_INCLUDEUNINITIALIZED IMPORTING STRING includeUninitialized
IV_Q_LABELSELECTOR IMPORTING STRING labelSelector
IV_Q_LIMIT IMPORTING STRING limit
IV_Q_RESOURCEVERSION IMPORTING STRING resourceVersion
IV_Q_WATCH IMPORTING STRING watch
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_095 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_TASKS

  • Description: run.namespaces.tasks.list
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_CONTINUE IMPORTING STRING continue
IV_Q_FIELDSELECTOR IMPORTING STRING fieldSelector
IV_Q_INCLUDEUNINITIALIZED IMPORTING STRING includeUninitialized
IV_Q_LABELSELECTOR IMPORTING STRING labelSelector
IV_Q_LIMIT IMPORTING STRING limit
IV_Q_RESOURCEVERSION IMPORTING STRING resourceVersion
IV_Q_WATCH IMPORTING STRING watch
IV_P_NAMESPACES_ID IMPORTING STRING namespacesId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_096 ListTasksResponse
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

REPLACE_JOB_JOBS

  • Description: run.namespaces.jobs.replaceJob
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_NAMESPACES_ID IMPORTING STRING namespacesId
IV_P_JOBS_ID IMPORTING STRING jobsId
IS_INPUT IMPORTING TY_082 Job
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_082 Job
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

REPLACE_SERVICE_SERVICES

  • Description: run.namespaces.services.replaceService
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_DRYRUN IMPORTING STRING dryRun
IV_P_NAMESPACES_ID IMPORTING STRING namespacesId
IV_P_SERVICES_ID IMPORTING STRING servicesId
IS_INPUT IMPORTING TY_119 Service
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_119 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

REPLACE_SERVICE_SERVICES1

  • Description: run.projects.locations.services.replaceService
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_DRYRUN IMPORTING STRING dryRun
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_SERVICES_ID IMPORTING STRING servicesId
IS_INPUT IMPORTING TY_119 Service
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_119 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

RUN_JOBS

  • Description: run.namespaces.jobs.run
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_NAMESPACES_ID IMPORTING STRING namespacesId
IV_P_JOBS_ID IMPORTING STRING jobsId
IS_INPUT IMPORTING TY_114 RunJobRequest
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_026 Execution
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_JOBS

  • Description: run.projects.locations.jobs.setIamPolicy
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_JOBS_ID IMPORTING STRING jobsId
IS_INPUT IMPORTING TY_122 SetIamPolicyRequest
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_103 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_SERVICES

  • Description: run.projects.locations.services.setIamPolicy
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_SERVICES_ID IMPORTING STRING servicesId
IS_INPUT IMPORTING TY_122 SetIamPolicyRequest
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_103 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

TEST_IAM_PERMISSIONS_JOBS

  • Description: run.projects.locations.jobs.testIamPermissions
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_JOBS_ID IMPORTING STRING jobsId
IS_INPUT IMPORTING TY_132 TestIamPermissionsRequest
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_133 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_SERVIC

  • Description: run.projects.locations.services.testIamPermissions
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_SERVICES_ID IMPORTING STRING servicesId
IS_INPUT IMPORTING TY_132 TestIamPermissionsRequest
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_133 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

WAIT_OPERATIONS

  • Description: run.projects.locations.operations.wait
  • 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
IS_INPUT IMPORTING TY_078 GoogleLongrunningWaitOperationRequest
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_077 GoogleLongrunningOperation
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