com.volcengine.service.vod.model.request.VodListDomainRequestOrBuilder 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 VodListDomainRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:Volcengine.Vod.Models.Request.VodListDomainRequest)
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();
/**
*
*域名类型
*播放域名:play
*封面域名:image
*
*
* string DomainType = 2;
* @return The domainType.
*/
java.lang.String getDomainType();
/**
*
*域名类型
*播放域名:play
*封面域名:image
*
*
* string DomainType = 2;
* @return The bytes for domainType.
*/
com.google.protobuf.ByteString
getDomainTypeBytes();
/**
*
*源站类型
*回点播源站:1
*第三方源站:2
*
*
* int32 SourceStationType = 3;
* @return The sourceStationType.
*/
int getSourceStationType();
/**
*
*跳过域名组的游标
*
*
* int32 Offset = 4;
* @return The offset.
*/
int getOffset();
/**
*
*单次查询域名组数量
*
*
* int32 Limit = 5;
* @return The limit.
*/
int getLimit();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy