public interface PartUploadInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsCompleteUrlHeaders(String key)
合并分片阶段需携带的headers
|
String |
getCompletePartUrl()
合并分片URL
|
com.google.protobuf.ByteString |
getCompletePartUrlBytes()
合并分片URL
|
Map<String,String> |
getCompleteUrlHeaders()
Deprecated.
|
int |
getCompleteUrlHeadersCount()
合并分片阶段需携带的headers
|
Map<String,String> |
getCompleteUrlHeadersMap()
合并分片阶段需携带的headers
|
String |
getCompleteUrlHeadersOrDefault(String key,
String defaultValue)
合并分片阶段需携带的headers
|
String |
getCompleteUrlHeadersOrThrow(String key)
合并分片阶段需携带的headers
|
String |
getPartPutUrls(int index)
分片上传URLs
|
com.google.protobuf.ByteString |
getPartPutUrlsBytes(int index)
分片上传URLs
|
int |
getPartPutUrlsCount()
分片上传URLs
|
List<String> |
getPartPutUrlsList()
分片上传URLs
|
long |
getPartSize()
分片大小
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getPartSize()
分片大小
int64 PartSize = 1;List<String> getPartPutUrlsList()
分片上传URLs
repeated string PartPutUrls = 2;int getPartPutUrlsCount()
分片上传URLs
repeated string PartPutUrls = 2;String getPartPutUrls(int index)
分片上传URLs
repeated string PartPutUrls = 2;index - The index of the element to return.com.google.protobuf.ByteString getPartPutUrlsBytes(int index)
分片上传URLs
repeated string PartPutUrls = 2;index - The index of the value to return.String getCompletePartUrl()
合并分片URL
string CompletePartUrl = 3;com.google.protobuf.ByteString getCompletePartUrlBytes()
合并分片URL
string CompletePartUrl = 3;int getCompleteUrlHeadersCount()
合并分片阶段需携带的headers
map<string, string> CompleteUrlHeaders = 4;boolean containsCompleteUrlHeaders(String key)
合并分片阶段需携带的headers
map<string, string> CompleteUrlHeaders = 4;@Deprecated Map<String,String> getCompleteUrlHeaders()
getCompleteUrlHeadersMap() instead.Map<String,String> getCompleteUrlHeadersMap()
合并分片阶段需携带的headers
map<string, string> CompleteUrlHeaders = 4;String getCompleteUrlHeadersOrDefault(String key, String defaultValue)
合并分片阶段需携带的headers
map<string, string> CompleteUrlHeaders = 4;Copyright © 2025. All rights reserved.