com.baidu.noah.naming.msg
接口 NamingProtos.LocalNamingAuthListRequestOrBuilder
- 所有超级接口:
- com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- 所有已知实现类:
- NamingProtos.LocalNamingAuthListRequest, NamingProtos.LocalNamingAuthListRequest.Builder
- 包容类:
- NamingProtos
public static interface NamingProtos.LocalNamingAuthListRequestOrBuilder
- extends com.google.protobuf.MessageOrBuilder
| 从接口 com.google.protobuf.MessageOrBuilder 继承的方法 |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField |
| 从接口 com.google.protobuf.MessageLiteOrBuilder 继承的方法 |
isInitialized |
getRequestListList
List<NamingProtos.LocalNamingAuthRequest> getRequestListList()
repeated .LocalNamingAuthRequest request_list = 1;
getRequestList
NamingProtos.LocalNamingAuthRequest getRequestList(int index)
repeated .LocalNamingAuthRequest request_list = 1;
getRequestListCount
int getRequestListCount()
repeated .LocalNamingAuthRequest request_list = 1;
getRequestListOrBuilderList
List<? extends NamingProtos.LocalNamingAuthRequestOrBuilder> getRequestListOrBuilderList()
repeated .LocalNamingAuthRequest request_list = 1;
getRequestListOrBuilder
NamingProtos.LocalNamingAuthRequestOrBuilder getRequestListOrBuilder(int index)
repeated .LocalNamingAuthRequest request_list = 1;
hasPid
boolean hasPid()
optional int32 pid = 3 [default = -1];
getPid
int getPid()
optional int32 pid = 3 [default = -1];
hasClientInfo
boolean hasClientInfo()
optional .ClientInfo client_info = 4;
getClientInfo
NamingProtos.ClientInfo getClientInfo()
optional .ClientInfo client_info = 4;
getClientInfoOrBuilder
NamingProtos.ClientInfoOrBuilder getClientInfoOrBuilder()
optional .ClientInfo client_info = 4;
Copyright © 2016. All rights reserved.