public interface DescribeDomainRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
限定符和类型 | 方法和说明 |
---|---|
String |
getDomainList(int index)
域名列表。
|
com.google.protobuf.ByteString |
getDomainListBytes(int index)
域名列表。
|
int |
getDomainListCount()
域名列表。
|
List<String> |
getDomainListList()
域名列表。
|
List<String> getDomainListList()
域名列表。
repeated string DomainList = 1;
int getDomainListCount()
域名列表。
repeated string DomainList = 1;
String getDomainList(int index)
域名列表。
repeated string DomainList = 1;
index
- The index of the element to return.com.google.protobuf.ByteString getDomainListBytes(int index)
域名列表。
repeated string DomainList = 1;
index
- The index of the value to return.Copyright © 2024. All rights reserved.