in abap-sdk/ZGOOG_SDK_UTILITIES/zgoog_gcs_resumable_upload/zcl_storage_v1_resumable.clas.abap [0:0]
METHOD RESUMABLE_UPLOAD_METADATA.
**********************************************************************
* 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. *
**********************************************************************
insert_objects(
EXPORTING
iv_q_contentencoding = iv_q_contentencoding
iv_q_ifgenerationmatch = iv_q_ifgenerationmatch
iv_q_ifgenerationnotmatch = iv_q_ifgenerationnotmatch
iv_q_ifmetagenerationmatch = iv_q_ifmetagenerationmatch
iv_q_ifmetagenerationnotmatch = iv_q_ifmetagenerationnotmatch
iv_q_kmskeyname = iv_q_kmskeyname
iv_q_name = iv_q_name
iv_q_predefinedacl = iv_q_predefinedacl
iv_q_projection = iv_q_projection
iv_q_userproject = iv_q_userproject
iv_p_bucket = iv_p_bucket
is_input = is_input
iv_content_type = iv_content_type
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_location = go_http->response->get_header_field( 'location' ).