public interface VodFileInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
限定符和类型 | 方法和说明 |
---|---|
String |
getDownloadUrl()
文件下载链接
string DownloadUrl = 7; |
com.google.protobuf.ByteString |
getDownloadUrlBytes()
文件下载链接
string DownloadUrl = 7; |
String |
getEncodedFileName()
URL编码后的FileName
string EncodedFileName = 6; |
com.google.protobuf.ByteString |
getEncodedFileNameBytes()
URL编码后的FileName
string EncodedFileName = 6; |
String |
getFileName()
tos侧的key,即directUrl中的FileName
string FileName = 1; |
com.google.protobuf.ByteString |
getFileNameBytes()
tos侧的key,即directUrl中的FileName
string FileName = 1; |
String |
getHashCrc64()
crc64hash值
string HashCrc64 = 5; |
com.google.protobuf.ByteString |
getHashCrc64Bytes()
crc64hash值
string HashCrc64 = 5; |
String |
getLastModifiedTime()
最近修改时间
string LastModifiedTime = 2; |
com.google.protobuf.ByteString |
getLastModifiedTimeBytes()
最近修改时间
string LastModifiedTime = 2; |
long |
getSize()
对象大小
int64 Size = 3; |
String |
getStorageClass()
存储类型(STANDARD/ARCHIVE/IA)
string StorageClass = 4; |
com.google.protobuf.ByteString |
getStorageClassBytes()
存储类型(STANDARD/ARCHIVE/IA)
string StorageClass = 4; |
String getFileName()
tos侧的key,即directUrl中的FileName
string FileName = 1;
com.google.protobuf.ByteString getFileNameBytes()
tos侧的key,即directUrl中的FileName
string FileName = 1;
String getLastModifiedTime()
最近修改时间
string LastModifiedTime = 2;
com.google.protobuf.ByteString getLastModifiedTimeBytes()
最近修改时间
string LastModifiedTime = 2;
long getSize()
对象大小
int64 Size = 3;
String getStorageClass()
存储类型(STANDARD/ARCHIVE/IA)
string StorageClass = 4;
com.google.protobuf.ByteString getStorageClassBytes()
存储类型(STANDARD/ARCHIVE/IA)
string StorageClass = 4;
String getHashCrc64()
crc64hash值
string HashCrc64 = 5;
com.google.protobuf.ByteString getHashCrc64Bytes()
crc64hash值
string HashCrc64 = 5;
String getEncodedFileName()
URL编码后的FileName
string EncodedFileName = 6;
com.google.protobuf.ByteString getEncodedFileNameBytes()
URL编码后的FileName
string EncodedFileName = 6;
String getDownloadUrl()
文件下载链接
string DownloadUrl = 7;
com.google.protobuf.ByteString getDownloadUrlBytes()
文件下载链接
string DownloadUrl = 7;
Copyright © 2024. All rights reserved.