All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.byteplus.service.vod.model.business.VodGetFileListDataOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.1.23
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: byteplus/vod/business/vod_media.proto

package com.byteplus.service.vod.model.business;

public interface VodGetFileListDataOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Byteplus.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 .Byteplus.Vod.Models.Business.FileBasicInfo FileBasicInfos = 5; */ java.util.List getFileBasicInfosList(); /** *
   *对象列表
   * 
* * repeated .Byteplus.Vod.Models.Business.FileBasicInfo FileBasicInfos = 5; */ com.byteplus.service.vod.model.business.FileBasicInfo getFileBasicInfos(int index); /** *
   *对象列表
   * 
* * repeated .Byteplus.Vod.Models.Business.FileBasicInfo FileBasicInfos = 5; */ int getFileBasicInfosCount(); /** *
   *对象列表
   * 
* * repeated .Byteplus.Vod.Models.Business.FileBasicInfo FileBasicInfos = 5; */ java.util.List getFileBasicInfosOrBuilderList(); /** *
   *对象列表
   * 
* * repeated .Byteplus.Vod.Models.Business.FileBasicInfo FileBasicInfos = 5; */ com.byteplus.service.vod.model.business.FileBasicInfoOrBuilder getFileBasicInfosOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy