com.volcengine.service.live.model.business.DomainListInfoOrBuilder 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: live/business/domain.proto
package com.volcengine.service.live.model.business;
public interface DomainListInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:Volcengine.Live.Models.Business.DomainListInfo)
com.google.protobuf.MessageOrBuilder {
/**
*
*域名详细信息列表
*
*
* repeated .Volcengine.Live.Models.Business.DomainList DomainList = 1;
*/
java.util.List
getDomainListList();
/**
*
*域名详细信息列表
*
*
* repeated .Volcengine.Live.Models.Business.DomainList DomainList = 1;
*/
DomainList getDomainList(int index);
/**
*
*域名详细信息列表
*
*
* repeated .Volcengine.Live.Models.Business.DomainList DomainList = 1;
*/
int getDomainListCount();
/**
*
*域名详细信息列表
*
*
* repeated .Volcengine.Live.Models.Business.DomainList DomainList = 1;
*/
java.util.List extends DomainListOrBuilder>
getDomainListOrBuilderList();
/**
*
*域名详细信息列表
*
*
* repeated .Volcengine.Live.Models.Business.DomainList DomainList = 1;
*/
DomainListOrBuilder getDomainListOrBuilder(
int index);
/**
*
*总记录数。
*
*
* int64 Total = 2;
* @return The total.
*/
long getTotal();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy