com.baidu.noah.naming.msg
接口 ServiceProtos.ServiceHostListOrBuilder
- 所有超级接口:
- com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- 所有已知实现类:
- ServiceProtos.ServiceHostList, ServiceProtos.ServiceHostList.Builder
- 包容类:
- ServiceProtos
public static interface ServiceProtos.ServiceHostListOrBuilder
- extends com.google.protobuf.MessageOrBuilder
| 从接口 com.google.protobuf.MessageOrBuilder 继承的方法 |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField |
| 从接口 com.google.protobuf.MessageLiteOrBuilder 继承的方法 |
isInitialized |
hasServiceName
boolean hasServiceName()
optional string service_name = 1;
getServiceName
String getServiceName()
optional string service_name = 1;
getServiceNameBytes
com.google.protobuf.ByteString getServiceNameBytes()
optional string service_name = 1;
getHostNameList
List<String> getHostNameList()
repeated string host_name = 2;
getHostNameCount
int getHostNameCount()
repeated string host_name = 2;
getHostName
String getHostName(int index)
repeated string host_name = 2;
getHostNameBytes
com.google.protobuf.ByteString getHostNameBytes(int index)
repeated string host_name = 2;
getHostIpPairList
List<ServiceProtos.HostIpPair> getHostIpPairList()
repeated .HostIpPair host_ip_pair = 3;
getHostIpPair
ServiceProtos.HostIpPair getHostIpPair(int index)
repeated .HostIpPair host_ip_pair = 3;
getHostIpPairCount
int getHostIpPairCount()
repeated .HostIpPair host_ip_pair = 3;
getHostIpPairOrBuilderList
List<? extends ServiceProtos.HostIpPairOrBuilder> getHostIpPairOrBuilderList()
repeated .HostIpPair host_ip_pair = 3;
getHostIpPairOrBuilder
ServiceProtos.HostIpPairOrBuilder getHostIpPairOrBuilder(int index)
repeated .HostIpPair host_ip_pair = 3;
Copyright © 2016. All rights reserved.