Searched refs:VersionId (Results 1 – 14 of 14) sorted by relevance
80 if (!request_.VersionId().empty()) { in Copy()81 uploadPartCopyReq.setVersionId(request_.VersionId()); in Copy()161 if (!compOutcome.result().VersionId().empty()) { in Copy()162 hRequest.setVersionId(compOutcome.result().VersionId()); in Copy()170 result.setVersionId(compOutcome.result().VersionId()); in Copy()185 if (!request_.VersionId().empty()) { in prepare()186 hRequest.setVersionId(request_.VersionId()); in prepare()316 if (!request_.VersionId().empty()) { in genRecordPath()317 ss << "?versionId=" << request_.VersionId(); in genRecordPath()
93 if (!request_.VersionId().empty()) { in Download()94 getObjectReq.setVersionId(request_.VersionId()); in Download()187 if (!request_.VersionId().empty()) { in Download()188 hRequest.setVersionId(request_.VersionId()); in Download()384 if (!request_.VersionId().empty()) { in genRecordPath()385 ss << "?versionId=" << request_.VersionId(); in genRecordPath()
206 if (!outcome.result().VersionId().empty()) { in Upload()207 headers["x-oss-version-id"] = outcome.result().VersionId(); in Upload()
87 if (!object.VersionId().empty()) { in payload()88 ss << " <VersionId>" << object.VersionId() << "</VersionId>" << std::endl; in payload()
134 const std::string& ObjectMetaData::VersionId() const in VersionId() function in ObjectMetaData
35 const std::string& VersionId() const { return versionid_; } in VersionId() function62 const std::string& VersionId() const { return versionid_; } in VersionId() function
32 const std::string& VersionId() const { return versionId_; } in VersionId() function
35 const std::string& VersionId() const { return versionId_; } in VersionId() function
42 const std::string& VersionId() const;
49 if (!request.VersionId().empty()) { in ConvertToGetObjectRequest()50 gRequest.setVersionId(request.VersionId()); in ConvertToGetObjectRequest()249 if (!request.VersionId().empty()) { in GetObject()250 hRequest.setVersionId(request.VersionId()); in GetObject()365 if (!request.VersionId().empty()) { in ResumableDownloadObject()366 hRequest.setVersionId(request.VersionId()); in ResumableDownloadObject()
51 const std::string& VersionId() const { return versionId_; } in VersionId() function
84 const std::string& VersionId() const;153 const std::string& VersionId() const;
173 const std::string& OssObjectRequest::VersionId() const in VersionId() function in OssObjectRequest346 const std::string& OssResumableBaseRequest::VersionId() const in VersionId() function in OssResumableBaseRequest
1426 if (!request.VersionId().empty()) { in ResumableCopyObject()1427 getObjectMetaReq.setVersionId(request.VersionId()); in ResumableCopyObject()1444 if (!request.VersionId().empty()) { in ResumableCopyObject()1445 copyObjectReq.setVersionId(request.VersionId()); in ResumableCopyObject()1466 if (!request.VersionId().empty()) { in ResumableDownloadObject()1467 getObjectMetaReq.setVersionId(request.VersionId()); in ResumableDownloadObject()1489 if (!request.VersionId().empty()) { in ResumableDownloadObject()1490 getObjectReq.setVersionId(request.VersionId()); in ResumableDownloadObject()
Completed in 17 milliseconds