com.volcengine.service.vod.model.request.VodGetFileListRequestOrBuilder 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/request/request_vod.proto
package com.volcengine.service.vod.model.request;
public interface VodGetFileListRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:Volcengine.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