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

com.volcengine.service.live.model.business.DomainListInfoOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.0.192
Show newest version
// 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 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