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

com.volcengine.service.live.model.request.DescribeDomainRequestOrBuilder 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/request/request_live.proto

package com.volcengine.service.live.model.request;

public interface DescribeDomainRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Volcengine.Live.Models.Request.DescribeDomainRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   *域名列表。
   * 
* * repeated string DomainList = 1; * @return A list containing the domainList. */ java.util.List getDomainListList(); /** *
   *域名列表。
   * 
* * repeated string DomainList = 1; * @return The count of domainList. */ int getDomainListCount(); /** *
   *域名列表。
   * 
* * repeated string DomainList = 1; * @param index The index of the element to return. * @return The domainList at the given index. */ java.lang.String getDomainList(int index); /** *
   *域名列表。
   * 
* * repeated string DomainList = 1; * @param index The index of the value to return. * @return The bytes of the domainList at the given index. */ com.google.protobuf.ByteString getDomainListBytes(int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy