public interface VodGetFileListRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getLimit()
展示上限(不得超过1000,默认100)
|
com.google.protobuf.ByteString |
getLimitBytes()
展示上限(不得超过1000,默认100)
|
String |
getPrefix()
前缀,默认为/(即全量list)
|
com.google.protobuf.ByteString |
getPrefixBytes()
前缀,默认为/(即全量list)
|
String |
getSpaceName()
空间名
|
com.google.protobuf.ByteString |
getSpaceNameBytes()
空间名
|
String |
getStarter()
列举对象的起始位置
|
com.google.protobuf.ByteString |
getStarterBytes()
列举对象的起始位置
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getSpaceName()
空间名
string SpaceName = 1;com.google.protobuf.ByteString getSpaceNameBytes()
空间名
string SpaceName = 1;String getPrefix()
前缀,默认为/(即全量list)
string Prefix = 2;com.google.protobuf.ByteString getPrefixBytes()
前缀,默认为/(即全量list)
string Prefix = 2;String getLimit()
展示上限(不得超过1000,默认100)
string Limit = 3;com.google.protobuf.ByteString getLimitBytes()
展示上限(不得超过1000,默认100)
string Limit = 3;String getStarter()
列举对象的起始位置
string Starter = 4;com.google.protobuf.ByteString getStarterBytes()
列举对象的起始位置
string Starter = 4;Copyright © 2025. All rights reserved.