com.volcengine.service.vod.model.request.VodListPCDNDomainRequestOrBuilder 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 VodListPCDNDomainRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:Volcengine.Vod.Models.Request.VodListPCDNDomainRequest)
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();
/**
*
*设置跨域名页数。传 0 表示获取第一页。每页大小默认为 10 条域名结果
*
*
* int32 Offset = 2;
* @return The offset.
*/
int getOffset();
/**
*
*当前页数量条数(默认10)
*
*
* int32 Limit = 3;
* @return The limit.
*/
int getLimit();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy