Class /GOOG/CL_POLICYSIMULAT_V1ALPHA

Class

/GOOG/CL_POLICYSIMULAT_V1ALPHA
  • Inheriting from:/GOOG/CL_HTTP_CLIENT
  • Description:Policy Simulator API v1alpha
For general information about a class in ABAP SDK for Google Cloud, see API client stub.

Types

Type Description Visibility
TY_001 GoogleCloudOrgpolicyV2AlternatePolicySpec PUBLIC
TY_002 GoogleCloudOrgpolicyV2CustomConstraint PUBLIC
TY_003 GoogleCloudOrgpolicyV2Policy PUBLIC
TY_004 GoogleCloudOrgpolicyV2PolicySpec PUBLIC
TY_005 GoogleCloudOrgpolicyV2PolicySpecPolicyRule PUBLIC
TY_006 GoogleCloudOrgpolicyV2PolicySpecPolicyRuleStringValues PUBLIC
TY_009 GoogleCloudPolicysimulatorV1alphaAccessStateDiff PUBLIC
TY_010 GoogleCloudPolicysimulatorV1alphaAccessTuple PUBLIC
TY_011 GoogleCloudPolicysimulatorV1alphaBindingExplanation PUBLIC
TY_012 GoogleCloudPolicysimulatorV1alphaBindingExplanationAnnotated PUBLIC
TY_013 GoogleCloudPolicysimulatorV1alphaExplainedAccess PUBLIC
TY_014 GoogleCloudPolicysimulatorV1alphaExplainedPolicy PUBLIC
TY_015 GoogleCloudPolicysimulatorV1alphaListOrgPolicyViolationsPrev PUBLIC
TY_016 GoogleCloudPolicysimulatorV1alphaListOrgPolicyViolationsResp PUBLIC
TY_017 GoogleCloudPolicysimulatorV1alphaListReplayResultsResponse PUBLIC
TY_018 GoogleCloudPolicysimulatorV1alphaListReplaysResponse PUBLIC
TY_019 GoogleCloudPolicysimulatorV1alphaOrgPolicyOverlay PUBLIC
TY_020 GoogleCloudPolicysimulatorV1alphaOrgPolicyOverlayCustomConst PUBLIC
TY_021 GoogleCloudPolicysimulatorV1alphaOrgPolicyOverlayPolicyOverl PUBLIC
TY_022 GoogleCloudPolicysimulatorV1alphaOrgPolicyViolation PUBLIC
TY_023 GoogleCloudPolicysimulatorV1alphaOrgPolicyViolationsPreview PUBLIC
TY_024 GoogleCloudPolicysimulatorV1alphaOrgPolicyViolationsPreviewR PUBLIC
TY_025 GoogleCloudPolicysimulatorV1alphaReplay PUBLIC
TY_026 GoogleCloudPolicysimulatorV1alphaReplayConfig PUBLIC
TY_027 GoogleCloudPolicysimulatorV1alphaReplayDiff PUBLIC
TY_028 GoogleCloudPolicysimulatorV1alphaReplayResult PUBLIC
TY_029 GoogleCloudPolicysimulatorV1alphaReplayResultsSummary PUBLIC
TY_030 GoogleCloudPolicysimulatorV1alphaResourceContext PUBLIC
TY_035 GoogleIamV1AuditConfig PUBLIC
TY_036 GoogleIamV1AuditLogConfig PUBLIC
TY_037 GoogleIamV1Binding PUBLIC
TY_038 GoogleIamV1Policy PUBLIC
TY_039 GoogleLongrunningListOperationsResponse PUBLIC
TY_040 GoogleLongrunningOperation PUBLIC
TY_041 GoogleRpcStatus PUBLIC
TY_042 GoogleTypeDate PUBLIC
TY_043 GoogleTypeExpr PUBLIC
TY_T_005 GoogleCloudOrgpolicyV2PolicySpecPolicyRule PUBLIC
TY_T_011 GoogleCloudPolicysimulatorV1alphaBindingExplanation PUBLIC
TY_T_014 GoogleCloudPolicysimulatorV1alphaExplainedPolicy PUBLIC
TY_T_020 GoogleCloudPolicysimulatorV1alphaOrgPolicyOverlayCustomConst PUBLIC
TY_T_021 GoogleCloudPolicysimulatorV1alphaOrgPolicyOverlayPolicyOverl PUBLIC
TY_T_022 GoogleCloudPolicysimulatorV1alphaOrgPolicyViolation PUBLIC
TY_T_023 GoogleCloudPolicysimulatorV1alphaOrgPolicyViolationsPreview PUBLIC
TY_T_025 GoogleCloudPolicysimulatorV1alphaReplay PUBLIC
TY_T_028 GoogleCloudPolicysimulatorV1alphaReplayResult PUBLIC
TY_T_035 GoogleIamV1AuditConfig PUBLIC
TY_T_036 GoogleIamV1AuditLogConfig PUBLIC
TY_T_037 GoogleIamV1Binding PUBLIC
TY_T_040 GoogleLongrunningOperation PUBLIC
TY_T_041 GoogleRpcStatus 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 20250302 PUBLIC
C_ROOT_URL STRING API Root URL https://policysimulator.googleapis.com PUBLIC
C_SERVICE_NAME /GOOG/SERVICE_NAME Google Service Name policysimulator:v1alpha 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

CREATE_ORG_POLICY_VIOLATION

  • Description: organizations.locations.orgPolicyViolationsPreviews.create
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_ORGPOLICYVIOLATIONSPREVIE IMPORTING STRING orgPolicyViolationsPreviewId
IV_P_ORGANIZATIONS_ID IMPORTING STRING organizationsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IS_INPUT IMPORTING TY_023 GoogleCloudPolicysimulatorV1alphaOrgPolicyViolationsPreview
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_040 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

CREATE_REPLAYS

  • Description: policysimulator.folders.locations.replays.create
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_FOLDERS_ID IMPORTING STRING foldersId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IS_INPUT IMPORTING TY_025 GoogleCloudPolicysimulatorV1alphaReplay
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_040 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

CREATE_REPLAYS1

  • Description: policysimulator.organizations.locations.replays.create
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_ORGANIZATIONS_ID IMPORTING STRING organizationsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IS_INPUT IMPORTING TY_025 GoogleCloudPolicysimulatorV1alphaReplay
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_040 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

CREATE_REPLAYS2

  • Description: policysimulator.projects.locations.replays.create
  • Visibility: PUBLIC

Parameters

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

GENERATE_ORG_POLICY_VIOLATI

  • Description: locations.orgPolicyViolationsPreviews.generate
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_ORGANIZATIONS_ID IMPORTING STRING organizationsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IS_INPUT IMPORTING TY_023 GoogleCloudPolicysimulatorV1alphaOrgPolicyViolationsPreview
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_040 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_OPERATIONS

  • Description: locations.orgPolicyViolationsPreviews.operations.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_FOLDERS_ID IMPORTING STRING foldersId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_ORG_POLICY_VIOLATIONS_PRE IMPORTING STRING orgPolicyViolationsPreviewsId
IV_P_OPERATIONS_ID IMPORTING STRING operationsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_040 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_OPERATIONS1

  • Description: policysimulator.folders.locations.replays.operations.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_FOLDERS_ID IMPORTING STRING foldersId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_REPLAYS_ID IMPORTING STRING replaysId
IV_P_OPERATIONS_ID IMPORTING STRING operationsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_040 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_OPERATIONS2

  • Description: policysimulator.operations.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_OPERATIONS_ID IMPORTING STRING operationsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_040 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_OPERATIONS3

  • Description: locations.orgPolicyViolationsPreviews.operations.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_ORGANIZATIONS_ID IMPORTING STRING organizationsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_ORG_POLICY_VIOLATIONS_PRE IMPORTING STRING orgPolicyViolationsPreviewsId
IV_P_OPERATIONS_ID IMPORTING STRING operationsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_040 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_OPERATIONS4

  • Description: organizations.locations.replays.operations.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_ORGANIZATIONS_ID IMPORTING STRING organizationsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_REPLAYS_ID IMPORTING STRING replaysId
IV_P_OPERATIONS_ID IMPORTING STRING operationsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_040 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_OPERATIONS5

  • Description: locations.orgPolicyViolationsPreviews.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_ORG_POLICY_VIOLATIONS_PRE IMPORTING STRING orgPolicyViolationsPreviewsId
IV_P_OPERATIONS_ID IMPORTING STRING operationsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_040 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_OPERATIONS6

  • Description: policysimulator.projects.locations.replays.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_REPLAYS_ID IMPORTING STRING replaysId
IV_P_OPERATIONS_ID IMPORTING STRING operationsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_040 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_ORG_POLICY_VIOLATIONS_P

  • Description: organizations.locations.orgPolicyViolationsPreviews.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_ORGANIZATIONS_ID IMPORTING STRING organizationsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_ORG_POLICY_VIOLATIONS_PRE IMPORTING STRING orgPolicyViolationsPreviewsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_023 GoogleCloudPolicysimulatorV1alphaOrgPolicyViolationsPreview
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_REPLAYS

  • Description: policysimulator.folders.locations.replays.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_FOLDERS_ID IMPORTING STRING foldersId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_REPLAYS_ID IMPORTING STRING replaysId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_025 GoogleCloudPolicysimulatorV1alphaReplay
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_REPLAYS1

  • Description: policysimulator.organizations.locations.replays.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_ORGANIZATIONS_ID IMPORTING STRING organizationsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_REPLAYS_ID IMPORTING STRING replaysId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_025 GoogleCloudPolicysimulatorV1alphaReplay
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_REPLAYS2

  • Description: policysimulator.projects.locations.replays.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_REPLAYS_ID IMPORTING STRING replaysId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_025 GoogleCloudPolicysimulatorV1alphaReplay
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: policysimulator.folders.locations.replays.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_FOLDERS_ID IMPORTING STRING foldersId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_REPLAYS_ID IMPORTING STRING replaysId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_039 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_OPERATIONS1

  • Description: policysimulator.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
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_039 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_OPERATIONS2

  • Description: organizations.locations.replays.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_ORGANIZATIONS_ID IMPORTING STRING organizationsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_REPLAYS_ID IMPORTING STRING replaysId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_039 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_OPERATIONS3

  • Description: policysimulator.projects.locations.replays.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
IV_P_REPLAYS_ID IMPORTING STRING replaysId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_039 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_ORG_POLICY_VIOLATIONS

  • Description: organizations.locations.orgPolicyViolationsPreviews.list
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_PAGESIZE IMPORTING STRING pageSize
IV_Q_PAGETOKEN IMPORTING STRING pageToken
IV_P_ORGANIZATIONS_ID IMPORTING STRING organizationsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_015 GoogleCloudPolicysimulatorV1alphaListOrgPolicyViolationsPrev
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_ORG_POLICY_VIOLATIONS1

  • Description: orgPolicyViolationsPreviews.orgPolicyViolations.list
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_PAGESIZE IMPORTING STRING pageSize
IV_Q_PAGETOKEN IMPORTING STRING pageToken
IV_P_ORGANIZATIONS_ID IMPORTING STRING organizationsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_ORG_POLICY_VIOLATIONS_PRE IMPORTING STRING orgPolicyViolationsPreviewsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_016 GoogleCloudPolicysimulatorV1alphaListOrgPolicyViolationsResp
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_REPLAYS

  • Description: policysimulator.folders.locations.replays.list
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_PAGESIZE IMPORTING STRING pageSize
IV_Q_PAGETOKEN IMPORTING STRING pageToken
IV_P_FOLDERS_ID IMPORTING STRING foldersId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_018 GoogleCloudPolicysimulatorV1alphaListReplaysResponse
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_REPLAYS1

  • Description: policysimulator.organizations.locations.replays.list
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_PAGESIZE IMPORTING STRING pageSize
IV_Q_PAGETOKEN IMPORTING STRING pageToken
IV_P_ORGANIZATIONS_ID IMPORTING STRING organizationsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_018 GoogleCloudPolicysimulatorV1alphaListReplaysResponse
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_REPLAYS2

  • Description: policysimulator.projects.locations.replays.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_018 GoogleCloudPolicysimulatorV1alphaListReplaysResponse
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_RESULTS

  • Description: policysimulator.folders.locations.replays.results.list
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_PAGESIZE IMPORTING STRING pageSize
IV_Q_PAGETOKEN IMPORTING STRING pageToken
IV_P_FOLDERS_ID IMPORTING STRING foldersId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_REPLAYS_ID IMPORTING STRING replaysId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_017 GoogleCloudPolicysimulatorV1alphaListReplayResultsResponse
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_RESULTS1

  • Description: organizations.locations.replays.results.list
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_PAGESIZE IMPORTING STRING pageSize
IV_Q_PAGETOKEN IMPORTING STRING pageToken
IV_P_ORGANIZATIONS_ID IMPORTING STRING organizationsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_REPLAYS_ID IMPORTING STRING replaysId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_017 GoogleCloudPolicysimulatorV1alphaListReplayResultsResponse
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_RESULTS2

  • Description: policysimulator.projects.locations.replays.results.list
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_PAGESIZE IMPORTING STRING pageSize
IV_Q_PAGETOKEN IMPORTING STRING pageToken
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_REPLAYS_ID IMPORTING STRING replaysId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_017 GoogleCloudPolicysimulatorV1alphaListReplayResultsResponse
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