All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.byteplus.service.vod.model.request.VodListDomainRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.1.23
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: byteplus/vod/request/request_vod.proto

package com.byteplus.service.vod.model.request;

public interface VodListDomainRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Byteplus.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