com.volcengine.service.vod.model.business.VodGetFileListDataOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of volc-sdk-java Show documentation
Show all versions of volc-sdk-java Show documentation
The VOLC Engine SDK for Java
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: volcengine/vod/business/vod_media.proto
package com.volcengine.service.vod.model.business;
public interface VodGetFileListDataOrBuilder extends
// @@protoc_insertion_point(interface_extends:Volcengine.Vod.Models.Business.VodGetFileListData)
com.google.protobuf.MessageOrBuilder {
/**
*
*返回的结果是否已被截断
*
*
* bool IsTruncated = 1;
* @return The isTruncated.
*/
boolean getIsTruncated();
/**
*
*文件夹项(当前目录下的一级文件夹)
*
*
* repeated string CommonPrefixes = 2;
* @return A list containing the commonPrefixes.
*/
java.util.List
getCommonPrefixesList();
/**
*
*文件夹项(当前目录下的一级文件夹)
*
*
* repeated string CommonPrefixes = 2;
* @return The count of commonPrefixes.
*/
int getCommonPrefixesCount();
/**
*
*文件夹项(当前目录下的一级文件夹)
*
*
* repeated string CommonPrefixes = 2;
* @param index The index of the element to return.
* @return The commonPrefixes at the given index.
*/
java.lang.String getCommonPrefixes(int index);
/**
*
*文件夹项(当前目录下的一级文件夹)
*
*
* repeated string CommonPrefixes = 2;
* @param index The index of the value to return.
* @return The bytes of the commonPrefixes at the given index.
*/
com.google.protobuf.ByteString
getCommonPrefixesBytes(int index);
/**
*
*对象数
*
*
* int64 FileSum = 3;
* @return The fileSum.
*/
long getFileSum();
/**
*
*如果有截断的话,下一个列举对象的起始位置
*
*
* string NextStarter = 4;
* @return The nextStarter.
*/
java.lang.String getNextStarter();
/**
*
*如果有截断的话,下一个列举对象的起始位置
*
*
* string NextStarter = 4;
* @return The bytes for nextStarter.
*/
com.google.protobuf.ByteString
getNextStarterBytes();
/**
*
*对象列表
*
*
* repeated .Volcengine.Vod.Models.Business.FileBasicInfo FileBasicInfos = 5;
*/
java.util.List
getFileBasicInfosList();
/**
*
*对象列表
*
*
* repeated .Volcengine.Vod.Models.Business.FileBasicInfo FileBasicInfos = 5;
*/
com.volcengine.service.vod.model.business.FileBasicInfo getFileBasicInfos(int index);
/**
*
*对象列表
*
*
* repeated .Volcengine.Vod.Models.Business.FileBasicInfo FileBasicInfos = 5;
*/
int getFileBasicInfosCount();
/**
*
*对象列表
*
*
* repeated .Volcengine.Vod.Models.Business.FileBasicInfo FileBasicInfos = 5;
*/
java.util.List extends com.volcengine.service.vod.model.business.FileBasicInfoOrBuilder>
getFileBasicInfosOrBuilderList();
/**
*
*对象列表
*
*
* repeated .Volcengine.Vod.Models.Business.FileBasicInfo FileBasicInfos = 5;
*/
com.volcengine.service.vod.model.business.FileBasicInfoOrBuilder getFileBasicInfosOrBuilder(
int index);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy