Class /GOOG/CL_CLOUDSUPPORT_V2

Class

/GOOG/CL_CLOUDSUPPORT_V2
  • Inheriting from:/GOOG/CL_HTTP_CLIENT
  • Description:Google Cloud Support API v2
For general information about a class in ABAP SDK for Google Cloud, see API client stub.

Types

Type Description Visibility
TY_001 Actor PUBLIC
TY_002 Attachment PUBLIC
TY_003 Blobstore2Info PUBLIC
TY_004 Case PUBLIC
TY_005 CaseClassification PUBLIC
TY_007 Comment PUBLIC
TY_008 CompositeMedia PUBLIC
TY_009 ContentTypeInfo PUBLIC
TY_010 CreateAttachmentRequest PUBLIC
TY_011 DiffChecksumsResponse PUBLIC
TY_012 DiffDownloadResponse PUBLIC
TY_013 DiffUploadRequest PUBLIC
TY_014 DiffUploadResponse PUBLIC
TY_015 DiffVersionResponse PUBLIC
TY_016 DownloadParameters PUBLIC
TY_017 EscalateCaseRequest PUBLIC
TY_018 Escalation PUBLIC
TY_019 ListAttachmentsResponse PUBLIC
TY_020 ListCasesResponse PUBLIC
TY_021 ListCommentsResponse PUBLIC
TY_022 Media PUBLIC
TY_023 ObjectId PUBLIC
TY_024 SearchCaseClassificationsResponse PUBLIC
TY_025 SearchCasesResponse PUBLIC
TY_T_002 Attachment PUBLIC
TY_T_004 Case PUBLIC
TY_T_005 CaseClassification PUBLIC
TY_T_007 Comment PUBLIC
TY_T_008 CompositeMedia PUBLIC
TY_T_STRING Table of Strings PUBLIC

Constants

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

CLOSE_CASES

  • Description: cloudsupport.cases.close
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_V2ID IMPORTING STRING v2Id
IV_P_V2ID1 IMPORTING STRING v2Id1
IV_P_CASES_ID IMPORTING STRING casesId
IS_INPUT IMPORTING DATA Input Data
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_004 Case
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_CASES

  • Description: cloudsupport.cases.create
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_V2ID IMPORTING STRING v2Id
IV_P_V2ID1 IMPORTING STRING v2Id1
IS_INPUT IMPORTING TY_004 Case
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_004 Case
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_COMMENTS

  • Description: cloudsupport.cases.comments.create
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_V2ID IMPORTING STRING v2Id
IV_P_V2ID1 IMPORTING STRING v2Id1
IV_P_CASES_ID IMPORTING STRING casesId
IS_INPUT IMPORTING TY_007 Comment
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_007 Comment
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

DOWNLOAD_MEDIA

  • Description: cloudsupport.media.download
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_V2ID IMPORTING STRING v2Id
IV_P_V2ID1 IMPORTING STRING v2Id1
IV_P_CASES_ID IMPORTING STRING casesId
IV_P_ATTACHMENTS_ID IMPORTING STRING attachmentsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_022 Media
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

ESCALATE_CASES

  • Description: cloudsupport.cases.escalate
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_V2ID IMPORTING STRING v2Id
IV_P_V2ID1 IMPORTING STRING v2Id1
IV_P_CASES_ID IMPORTING STRING casesId
IS_INPUT IMPORTING TY_017 EscalateCaseRequest
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_004 Case
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_CASES

  • Description: cloudsupport.cases.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_V2ID IMPORTING STRING v2Id
IV_P_V2ID1 IMPORTING STRING v2Id1
IV_P_CASES_ID IMPORTING STRING casesId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_004 Case
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_ATTACHMENTS

  • Description: cloudsupport.cases.attachments.list
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_PAGESIZE IMPORTING STRING pageSize
IV_Q_PAGETOKEN IMPORTING STRING pageToken
IV_P_V2ID IMPORTING STRING v2Id
IV_P_V2ID1 IMPORTING STRING v2Id1
IV_P_CASES_ID IMPORTING STRING casesId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_019 ListAttachmentsResponse
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_CASES

  • Description: cloudsupport.cases.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_V2ID IMPORTING STRING v2Id
IV_P_V2ID1 IMPORTING STRING v2Id1
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_020 ListCasesResponse
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_COMMENTS

  • Description: cloudsupport.cases.comments.list
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_PAGESIZE IMPORTING STRING pageSize
IV_Q_PAGETOKEN IMPORTING STRING pageToken
IV_P_V2ID IMPORTING STRING v2Id
IV_P_V2ID1 IMPORTING STRING v2Id1
IV_P_CASES_ID IMPORTING STRING casesId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_021 ListCommentsResponse
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_CASES

  • Description: cloudsupport.cases.patch
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_UPDATEMASK IMPORTING STRING updateMask
IV_P_V2ID IMPORTING STRING v2Id
IV_P_V2ID1 IMPORTING STRING v2Id1
IV_P_CASES_ID IMPORTING STRING casesId
IS_INPUT IMPORTING TY_004 Case
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_004 Case
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

SEARCH_CASES

  • Description: cloudsupport.cases.search
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_PAGESIZE IMPORTING STRING pageSize
IV_Q_PAGETOKEN IMPORTING STRING pageToken
IV_Q_QUERY IMPORTING STRING query
IV_P_V2ID IMPORTING STRING v2Id
IV_P_V2ID1 IMPORTING STRING v2Id1
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_025 SearchCasesResponse
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

SEARCH_CASE_CLASSIFICATIONS

  • Description: cloudsupport.caseClassifications.search
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_PAGESIZE IMPORTING STRING pageSize
IV_Q_PAGETOKEN IMPORTING STRING pageToken
IV_Q_QUERY IMPORTING STRING query
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_024 SearchCaseClassificationsResponse
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

UPLOAD_MEDIA

  • Description: cloudsupport.media.upload
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_V2ID IMPORTING STRING v2Id
IV_P_V2ID1 IMPORTING STRING v2Id1
IV_P_CASES_ID IMPORTING STRING casesId
IS_INPUT IMPORTING TY_010 CreateAttachmentRequest
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_002 Attachment
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