public interface VodGetFileListDataOrBuilder
extends com.google.protobuf.MessageOrBuilder
限定符和类型 | 方法和说明 |
---|---|
String |
getCommonPrefixes(int index)
文件夹项(当前目录下的一级文件夹)
repeated string CommonPrefixes = 2; |
com.google.protobuf.ByteString |
getCommonPrefixesBytes(int index)
文件夹项(当前目录下的一级文件夹)
repeated string CommonPrefixes = 2; |
int |
getCommonPrefixesCount()
文件夹项(当前目录下的一级文件夹)
repeated string CommonPrefixes = 2; |
List<String> |
getCommonPrefixesList()
文件夹项(当前目录下的一级文件夹)
repeated string CommonPrefixes = 2; |
FileBasicInfo |
getFileBasicInfos(int index)
对象列表
repeated .Volcengine.Vod.Models.Business.FileBasicInfo FileBasicInfos = 5; |
int |
getFileBasicInfosCount()
对象列表
repeated .Volcengine.Vod.Models.Business.FileBasicInfo FileBasicInfos = 5; |
List<FileBasicInfo> |
getFileBasicInfosList()
对象列表
repeated .Volcengine.Vod.Models.Business.FileBasicInfo FileBasicInfos = 5; |
FileBasicInfoOrBuilder |
getFileBasicInfosOrBuilder(int index)
对象列表
repeated .Volcengine.Vod.Models.Business.FileBasicInfo FileBasicInfos = 5; |
List<? extends FileBasicInfoOrBuilder> |
getFileBasicInfosOrBuilderList()
对象列表
repeated .Volcengine.Vod.Models.Business.FileBasicInfo FileBasicInfos = 5; |
long |
getFileSum()
对象数
int64 FileSum = 3; |
boolean |
getIsTruncated()
返回的结果是否已被截断
bool IsTruncated = 1; |
String |
getNextStarter()
如果有截断的话,下一个列举对象的起始位置
string NextStarter = 4; |
com.google.protobuf.ByteString |
getNextStarterBytes()
如果有截断的话,下一个列举对象的起始位置
string NextStarter = 4; |
boolean getIsTruncated()
返回的结果是否已被截断
bool IsTruncated = 1;
List<String> getCommonPrefixesList()
文件夹项(当前目录下的一级文件夹)
repeated string CommonPrefixes = 2;
int getCommonPrefixesCount()
文件夹项(当前目录下的一级文件夹)
repeated string CommonPrefixes = 2;
String getCommonPrefixes(int index)
文件夹项(当前目录下的一级文件夹)
repeated string CommonPrefixes = 2;
index
- The index of the element to return.com.google.protobuf.ByteString getCommonPrefixesBytes(int index)
文件夹项(当前目录下的一级文件夹)
repeated string CommonPrefixes = 2;
index
- The index of the value to return.long getFileSum()
对象数
int64 FileSum = 3;
String getNextStarter()
如果有截断的话,下一个列举对象的起始位置
string NextStarter = 4;
com.google.protobuf.ByteString getNextStarterBytes()
如果有截断的话,下一个列举对象的起始位置
string NextStarter = 4;
List<FileBasicInfo> getFileBasicInfosList()
对象列表
repeated .Volcengine.Vod.Models.Business.FileBasicInfo FileBasicInfos = 5;
FileBasicInfo getFileBasicInfos(int index)
对象列表
repeated .Volcengine.Vod.Models.Business.FileBasicInfo FileBasicInfos = 5;
int getFileBasicInfosCount()
对象列表
repeated .Volcengine.Vod.Models.Business.FileBasicInfo FileBasicInfos = 5;
List<? extends FileBasicInfoOrBuilder> getFileBasicInfosOrBuilderList()
对象列表
repeated .Volcengine.Vod.Models.Business.FileBasicInfo FileBasicInfos = 5;
FileBasicInfoOrBuilder getFileBasicInfosOrBuilder(int index)
对象列表
repeated .Volcengine.Vod.Models.Business.FileBasicInfo FileBasicInfos = 5;
Copyright © 2023. All rights reserved.