public interface FileBasicInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getFileName()
tos侧的key,即directUrl中的FileName
|
com.google.protobuf.ByteString |
getFileNameBytes()
tos侧的key,即directUrl中的FileName
|
long |
getSize()
对象大小
|
String |
getStorageClass()
存储类型(STANDARD/ARCHIVE/IA)
|
com.google.protobuf.ByteString |
getStorageClassBytes()
存储类型(STANDARD/ARCHIVE/IA)
|
String |
getUpdatedTime()
最近修改时间
|
com.google.protobuf.ByteString |
getUpdatedTimeBytes()
最近修改时间
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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 © 2025. All rights reserved.