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

com.byteplus.service.vod.model.request.VodGetFileListRequestOrBuilder 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/request/request_vod.proto

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

public interface VodGetFileListRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Byteplus.Vod.Models.Request.VodGetFileListRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   *空间名
   * 
* * string SpaceName = 1; * @return The spaceName. */ java.lang.String getSpaceName(); /** *
   *空间名
   * 
* * string SpaceName = 1; * @return The bytes for spaceName. */ com.google.protobuf.ByteString getSpaceNameBytes(); /** *
   *前缀,默认为/(即全量list)
   * 
* * string Prefix = 2; * @return The prefix. */ java.lang.String getPrefix(); /** *
   *前缀,默认为/(即全量list)
   * 
* * string Prefix = 2; * @return The bytes for prefix. */ com.google.protobuf.ByteString getPrefixBytes(); /** *
   *展示上限(不得超过1000,默认100)
   * 
* * string Limit = 3; * @return The limit. */ java.lang.String getLimit(); /** *
   *展示上限(不得超过1000,默认100)
   * 
* * string Limit = 3; * @return The bytes for limit. */ com.google.protobuf.ByteString getLimitBytes(); /** *
   *列举对象的起始位置
   * 
* * string Starter = 4; * @return The starter. */ java.lang.String getStarter(); /** *
   *列举对象的起始位置
   * 
* * string Starter = 4; * @return The bytes for starter. */ com.google.protobuf.ByteString getStarterBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy