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


方法摘要
 NamingProtos.ClientInfo getClientInfo()
          optional .ClientInfo client_info = 4;
 NamingProtos.ClientInfoOrBuilder getClientInfoOrBuilder()
          optional .ClientInfo client_info = 4;
 int getPid()
          optional int32 pid = 3 [default = -1];
 NamingProtos.LocalNamingAuthRequest getRequestList(int index)
          repeated .LocalNamingAuthRequest request_list = 1;
 int getRequestListCount()
          repeated .LocalNamingAuthRequest request_list = 1;
 List<NamingProtos.LocalNamingAuthRequest> getRequestListList()
          repeated .LocalNamingAuthRequest request_list = 1;
 NamingProtos.LocalNamingAuthRequestOrBuilder getRequestListOrBuilder(int index)
          repeated .LocalNamingAuthRequest request_list = 1;
 List<? extends NamingProtos.LocalNamingAuthRequestOrBuilder> getRequestListOrBuilderList()
          repeated .LocalNamingAuthRequest request_list = 1;
 boolean hasClientInfo()
          optional .ClientInfo client_info = 4;
 boolean hasPid()
          optional int32 pid = 3 [default = -1];
 
从接口 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.