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