public interface VodGetFileListDataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCommonPrefixes(int index)
文件夹项(当前目录下的一级文件夹)
|
com.google.protobuf.ByteString |
getCommonPrefixesBytes(int index)
文件夹项(当前目录下的一级文件夹)
|
int |
getCommonPrefixesCount()
文件夹项(当前目录下的一级文件夹)
|
List<String> |
getCommonPrefixesList()
文件夹项(当前目录下的一级文件夹)
|
FileBasicInfo |
getFileBasicInfos(int index)
对象列表
|
int |
getFileBasicInfosCount()
对象列表
|
List<FileBasicInfo> |
getFileBasicInfosList()
对象列表
|
FileBasicInfoOrBuilder |
getFileBasicInfosOrBuilder(int index)
对象列表
|
List<? extends FileBasicInfoOrBuilder> |
getFileBasicInfosOrBuilderList()
对象列表
|
long |
getFileSum()
对象数
|
boolean |
getIsTruncated()
返回的结果是否已被截断
|
String |
getNextStarter()
如果有截断的话,下一个列举对象的起始位置
|
com.google.protobuf.ByteString |
getNextStarterBytes()
如果有截断的话,下一个列举对象的起始位置
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean 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.