public interface VodListPCDNDomainRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
限定符和类型 | 方法和说明 |
---|---|
int |
getLimit()
当前页数量条数(默认10)
int32 Limit = 3; |
int |
getOffset()
设置跨域名页数。
|
String |
getSpaceName()
空间名
string SpaceName = 1; |
com.google.protobuf.ByteString |
getSpaceNameBytes()
空间名
string SpaceName = 1; |
String getSpaceName()
空间名
string SpaceName = 1;
com.google.protobuf.ByteString getSpaceNameBytes()
空间名
string SpaceName = 1;
int getOffset()
设置跨域名页数。传 0 表示获取第一页。每页大小默认为 10 条域名结果
int32 Offset = 2;
int getLimit()
当前页数量条数(默认10)
int32 Limit = 3;
Copyright © 2024. All rights reserved.