com.baidu.noah.naming.msg
接口 NamingProtos.LocalNamingAuthListResponseOrBuilder

所有超级接口:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
所有已知实现类:
NamingProtos.LocalNamingAuthListResponse, NamingProtos.LocalNamingAuthListResponse.Builder
包容类:
NamingProtos

public static interface NamingProtos.LocalNamingAuthListResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder


方法摘要
 NamingProtos.LocalNamingAuthResponse getNamingAuthList(int index)
          repeated .LocalNamingAuthResponse naming_auth_list = 1;
 int getNamingAuthListCount()
          repeated .LocalNamingAuthResponse naming_auth_list = 1;
 List<NamingProtos.LocalNamingAuthResponse> getNamingAuthListList()
          repeated .LocalNamingAuthResponse naming_auth_list = 1;
 NamingProtos.LocalNamingAuthResponseOrBuilder getNamingAuthListOrBuilder(int index)
          repeated .LocalNamingAuthResponse naming_auth_list = 1;
 List<? extends NamingProtos.LocalNamingAuthResponseOrBuilder> getNamingAuthListOrBuilderList()
          repeated .LocalNamingAuthResponse naming_auth_list = 1;
 
从接口 com.google.protobuf.MessageOrBuilder 继承的方法
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
从接口 com.google.protobuf.MessageLiteOrBuilder 继承的方法
isInitialized
 

方法详细信息

getNamingAuthListList

List<NamingProtos.LocalNamingAuthResponse> getNamingAuthListList()
repeated .LocalNamingAuthResponse naming_auth_list = 1;


getNamingAuthList

NamingProtos.LocalNamingAuthResponse getNamingAuthList(int index)
repeated .LocalNamingAuthResponse naming_auth_list = 1;


getNamingAuthListCount

int getNamingAuthListCount()
repeated .LocalNamingAuthResponse naming_auth_list = 1;


getNamingAuthListOrBuilderList

List<? extends NamingProtos.LocalNamingAuthResponseOrBuilder> getNamingAuthListOrBuilderList()
repeated .LocalNamingAuthResponse naming_auth_list = 1;


getNamingAuthListOrBuilder

NamingProtos.LocalNamingAuthResponseOrBuilder getNamingAuthListOrBuilder(int index)
repeated .LocalNamingAuthResponse naming_auth_list = 1;



Copyright © 2016. All rights reserved.