Class /GOOG/CL_STREETVIEWPUBLISH_V1

Class

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

Types

Type Description Visibility
TY_001 BatchDeletePhotosRequest PUBLIC
TY_002 BatchDeletePhotosResponse PUBLIC
TY_003 BatchGetPhotosResponse PUBLIC
TY_004 BatchUpdatePhotosRequest PUBLIC
TY_005 BatchUpdatePhotosResponse PUBLIC
TY_006 Connection PUBLIC
TY_008 GpsDataGapFailureDetails PUBLIC
TY_009 Imu PUBLIC
TY_010 ImuDataGapFailureDetails PUBLIC
TY_011 InsufficientGpsFailureDetails PUBLIC
TY_012 LatLng PUBLIC
TY_013 LatLngBounds PUBLIC
TY_014 Level PUBLIC
TY_015 ListPhotoSequencesResponse PUBLIC
TY_016 ListPhotosResponse PUBLIC
TY_017 Measurement3d PUBLIC
TY_018 NoOverlapGpsFailureDetails PUBLIC
TY_019 NotOutdoorsFailureDetails PUBLIC
TY_020 Operation PUBLIC
TY_021 Photo PUBLIC
TY_022 PhotoId PUBLIC
TY_023 PhotoResponse PUBLIC
TY_024 PhotoSequence PUBLIC
TY_025 Place PUBLIC
TY_026 Pose PUBLIC
TY_027 ProcessingFailureDetails PUBLIC
TY_028 Status PUBLIC
TY_029 UpdatePhotoRequest PUBLIC
TY_030 UploadRef PUBLIC
TY_T_006 Connection PUBLIC
TY_T_017 Measurement3d PUBLIC
TY_T_020 Operation PUBLIC
TY_T_021 Photo PUBLIC
TY_T_023 PhotoResponse PUBLIC
TY_T_025 Place PUBLIC
TY_T_026 Pose PUBLIC
TY_T_028 Status PUBLIC
TY_T_029 UpdatePhotoRequest 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 streetviewpublish:v1 PUBLIC
C_ROOT_URL STRING API Root URL https://streetviewpublish.googleapis.com PUBLIC
C_REVISION_DATE DATUM Discovery Document revision Date 20250304 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

BATCH_DELETE_PHOTOS

  • Description: streetviewpublish.photos.batchDelete
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IS_INPUT IMPORTING TY_001 BatchDeletePhotosRequest
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_002 BatchDeletePhotosResponse
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

BATCH_GET_PHOTOS

  • Description: streetviewpublish.photos.batchGet
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_LANGUAGECODE IMPORTING STRING languageCode
IV_Q_PHOTOIDS IMPORTING STRING photoIds
IV_Q_VIEW IMPORTING STRING view
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_003 BatchGetPhotosResponse
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

BATCH_UPDATE_PHOTOS

  • Description: streetviewpublish.photos.batchUpdate
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IS_INPUT IMPORTING TY_004 BatchUpdatePhotosRequest
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_005 BatchUpdatePhotosResponse
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_PHOTO

  • Description: streetviewpublish.photo.create
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IS_INPUT IMPORTING TY_021 Photo
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_021 Photo
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_PHOTO_SEQUENCE

  • Description: streetviewpublish.photoSequence.create
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_INPUTTYPE IMPORTING STRING inputType
IS_INPUT IMPORTING TY_024 PhotoSequence
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_020 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_PHOTO

  • Description: streetviewpublish.photo.delete
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PHOTO_ID IMPORTING STRING photoId
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_PHOTO_SEQUENCE

  • Description: streetviewpublish.photoSequence.delete
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_SEQUENCE_ID IMPORTING STRING sequenceId
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_PHOTO

  • Description: streetviewpublish.photo.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_LANGUAGECODE IMPORTING STRING languageCode
IV_Q_VIEW IMPORTING STRING view
IV_P_PHOTO_ID IMPORTING STRING photoId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_021 Photo
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_PHOTO_SEQUENCE

  • Description: streetviewpublish.photoSequence.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_FILTER IMPORTING STRING filter
IV_Q_VIEW IMPORTING STRING view
IV_P_SEQUENCE_ID IMPORTING STRING sequenceId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_020 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

LIST_PHOTOS

  • Description: streetviewpublish.photos.list
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_FILTER IMPORTING STRING filter
IV_Q_LANGUAGECODE IMPORTING STRING languageCode
IV_Q_PAGESIZE IMPORTING STRING pageSize
IV_Q_PAGETOKEN IMPORTING STRING pageToken
IV_Q_VIEW IMPORTING STRING view
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_016 ListPhotosResponse
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_PHOTO_SEQUENCES

  • Description: streetviewpublish.photoSequences.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_015 ListPhotoSequencesResponse
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

START_UPLOAD_PHOTO

  • Description: streetviewpublish.photo.startUpload
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IS_INPUT IMPORTING DATA Input Data
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_030 UploadRef
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

START_UPLOAD_PHOTO_SEQUENCE

  • Description: streetviewpublish.photoSequence.startUpload
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IS_INPUT IMPORTING DATA Input Data
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_030 UploadRef
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

UPDATE_PHOTO

  • Description: streetviewpublish.photo.update
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_UPDATEMASK IMPORTING STRING updateMask
IV_P_ID IMPORTING STRING id
IS_INPUT IMPORTING TY_021 Photo
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_021 Photo
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