resumable_upload_data

in abap-sdk/ZGOOG_SDK_UTILITIES/zgoog_gcs_resumable_upload/zcl_storage_v1_resumable.clas.abap [0:0]


  METHOD resumable_upload_data.
**********************************************************************
*  Copyright 2024 Google LLC                                         *
*                                                                    *
*  Licensed under the Apache License, Version 2.0 (the "License");   *
*  you may not use this file except in compliance with the License.  *
*  You may obtain a copy of the License at                           *
*      https://www.apache.org/licenses/LICENSE-2.0                   *
*  Unless required by applicable law or agreed to in writing,        *
*  software distributed under the License is distributed on an       *
*  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,      *
*  either express or implied.                                        *
*  See the License for the specific language governing permissions   *
*  and limitations under the License.                                *
**********************************************************************

    resume_upload(
      EXPORTING
        is_data         = is_data
        iv_content_type = iv_content_type
        iv_session_id   = iv_session_id
        iv_start_byte   = iv_start_byte
        iv_last_byte    = iv_last_byte
        iv_tot_bytes    = iv_tot_bytes
      IMPORTING
        es_raw          = es_raw
        es_output       = es_output
        ev_ret_code     = ev_ret_code
        ev_err_text     = ev_err_text
        es_err_resp     = es_err_resp
        ev_last_byte    = ev_last_byte ).