Class /GOOG/CL_TRANSCODER_V1

Class

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

Types

Type Description Visibility
TY_001 AdBreak PUBLIC
TY_003 Animation PUBLIC
TY_004 AnimationEnd PUBLIC
TY_005 AnimationFade PUBLIC
TY_006 AnimationStatic PUBLIC
TY_007 Audio PUBLIC
TY_008 AudioMapping PUBLIC
TY_009 AudioStream PUBLIC
TY_010 BwdifConfig PUBLIC
TY_012 Color PUBLIC
TY_013 Crop PUBLIC
TY_014 DashConfig PUBLIC
TY_015 Deblock PUBLIC
TY_016 Deinterlace PUBLIC
TY_017 Denoise PUBLIC
TY_018 DrmSystems PUBLIC
TY_019 EditAtom PUBLIC
TY_020 ElementaryStream PUBLIC
TY_022 Encryption PUBLIC
TY_024 H264CodecSettings PUBLIC
TY_025 H265CodecSettings PUBLIC
TY_026 Image PUBLIC
TY_027 Input PUBLIC
TY_028 Job PUBLIC
TY_029 JobConfig PUBLIC
TY_030 JobTemplate PUBLIC
TY_031 ListJobTemplatesResponse PUBLIC
TY_032 ListJobsResponse PUBLIC
TY_033 Manifest PUBLIC
TY_034 MpegCommonEncryption PUBLIC
TY_035 MuxStream PUBLIC
TY_036 NormalizedCoordinate PUBLIC
TY_037 Output PUBLIC
TY_038 Overlay PUBLIC
TY_039 Pad PUBLIC
TY_041 PreprocessingConfig PUBLIC
TY_042 PubsubDestination PUBLIC
TY_044 SecretManagerSource PUBLIC
TY_045 SegmentSettings PUBLIC
TY_046 SpriteSheet PUBLIC
TY_047 Status PUBLIC
TY_048 TextMapping PUBLIC
TY_049 TextStream PUBLIC
TY_050 VideoStream PUBLIC
TY_051 Vp9CodecSettings PUBLIC
TY_053 YadifConfig PUBLIC
TY_054 Fmp4Config PUBLIC
TY_T_001 AdBreak PUBLIC
TY_T_003 Animation PUBLIC
TY_T_008 AudioMapping PUBLIC
TY_T_019 EditAtom PUBLIC
TY_T_020 ElementaryStream PUBLIC
TY_T_022 Encryption PUBLIC
TY_T_027 Input PUBLIC
TY_T_028 Job PUBLIC
TY_T_030 JobTemplate PUBLIC
TY_T_033 Manifest PUBLIC
TY_T_035 MuxStream PUBLIC
TY_T_038 Overlay PUBLIC
TY_T_046 SpriteSheet PUBLIC
TY_T_048 TextMapping PUBLIC
TY_T_STRING Table of Strings PUBLIC

Constants

Name Type Description Value Visibility
C_SUPPORTED_AUTH /GOOG/SUPP_AUTH Supported Auth Types IJIJWW PUBLIC
C_SERVICE_NAME /GOOG/SERVICE_NAME Google Service Name transcoder:v1 PUBLIC
C_ROOT_URL STRING API Root URL https://transcoder.googleapis.com PUBLIC
C_REVISION_DATE DATUM Discovery Document revision Date 20250226 PUBLIC
C_PATH_PREFIX STRING API Path Prefix PUBLIC
C_ON_PREM_VERSION /GOOG/SDK_VERSION Lowest On-premises Version 1.10 PUBLIC
C_CLOUD_VERSION /GOOG/SDK_VERSION Lowest Cloud Version PUBLIC

Methods

For general information about a method in ABAP SDK for Google Cloud, see API method.

CONSTRUCTOR

  • Description: Constructor
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_KEY_NAME IMPORTING /GOOG/KEYNAME Google Cloud Key Name
IV_LOG_OBJ IMPORTING BALOBJ_D Application log: Object name (Application code)
IV_LOG_SUBOBJ IMPORTING BALSUBOBJ Application Log: Subobject

Exception

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

CREATE_JOBS

  • Description: transcoder.projects.locations.jobs.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_028 Job
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_028 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_JOB_TEMPLATES

  • Description: transcoder.projects.locations.jobTemplates.create
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_JOBTEMPLATEID IMPORTING STRING jobTemplateId
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IS_INPUT IMPORTING TY_030 JobTemplate
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_030 JobTemplate
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: transcoder.projects.locations.jobs.delete
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_ALLOWMISSING IMPORTING STRING allowMissing
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 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_JOB_TEMPLATES

  • Description: transcoder.projects.locations.jobTemplates.delete
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_ALLOWMISSING IMPORTING STRING allowMissing
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_JOB_TEMPLATES_ID IMPORTING STRING jobTemplatesId
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

GET_JOBS

  • Description: transcoder.projects.locations.jobs.get
  • 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
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_028 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_JOB_TEMPLATES

  • Description: transcoder.projects.locations.jobTemplates.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_JOB_TEMPLATES_ID IMPORTING STRING jobTemplatesId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_030 JobTemplate
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: transcoder.projects.locations.jobs.list
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_FILTER IMPORTING STRING filter
IV_Q_ORDERBY IMPORTING STRING orderBy
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_032 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_JOB_TEMPLATES

  • Description: transcoder.projects.locations.jobTemplates.list
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_FILTER IMPORTING STRING filter
IV_Q_ORDERBY IMPORTING STRING orderBy
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_031 ListJobTemplatesResponse
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