public interface FileBasicInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
限定符和类型 | 方法和说明 |
---|---|
String |
getFileName()
tos侧的key,即directUrl中的FileName
string FileName = 1; |
com.google.protobuf.ByteString |
getFileNameBytes()
tos侧的key,即directUrl中的FileName
string FileName = 1; |
long |
getSize()
对象大小
int64 Size = 2; |
String |
getStorageClass()
存储类型(STANDARD/ARCHIVE/IA)
string StorageClass = 3; |
com.google.protobuf.ByteString |
getStorageClassBytes()
存储类型(STANDARD/ARCHIVE/IA)
string StorageClass = 3; |
String |
getUpdatedTime()
最近修改时间
string UpdatedTime = 4; |
com.google.protobuf.ByteString |
getUpdatedTimeBytes()
最近修改时间
string UpdatedTime = 4; |
String getFileName()
tos侧的key,即directUrl中的FileName
string FileName = 1;
com.google.protobuf.ByteString getFileNameBytes()
tos侧的key,即directUrl中的FileName
string FileName = 1;
long getSize()
对象大小
int64 Size = 2;
String getStorageClass()
存储类型(STANDARD/ARCHIVE/IA)
string StorageClass = 3;
com.google.protobuf.ByteString getStorageClassBytes()
存储类型(STANDARD/ARCHIVE/IA)
string StorageClass = 3;
String getUpdatedTime()
最近修改时间
string UpdatedTime = 4;
com.google.protobuf.ByteString getUpdatedTimeBytes()
最近修改时间
string UpdatedTime = 4;
Copyright © 2024. All rights reserved.