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

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

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


方法摘要
 int getRetcode()
          optional int32 retcode = 3;
 String getServiceName()
          optional string service_name = 1;
 com.google.protobuf.ByteString getServiceNameBytes()
          optional string service_name = 1;
 ServiceProtos.ServiceHostList getTrustedServices(int index)
          repeated .ServiceHostList trusted_services = 2;
 int getTrustedServicesCount()
          repeated .ServiceHostList trusted_services = 2;
 List<ServiceProtos.ServiceHostList> getTrustedServicesList()
          repeated .ServiceHostList trusted_services = 2;
 ServiceProtos.ServiceHostListOrBuilder getTrustedServicesOrBuilder(int index)
          repeated .ServiceHostList trusted_services = 2;
 List<? extends ServiceProtos.ServiceHostListOrBuilder> getTrustedServicesOrBuilderList()
          repeated .ServiceHostList trusted_services = 2;
 boolean hasRetcode()
          optional int32 retcode = 3;
 boolean hasServiceName()
          optional string service_name = 1;
 
从接口 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;


getTrustedServicesList

List<ServiceProtos.ServiceHostList> getTrustedServicesList()
repeated .ServiceHostList trusted_services = 2;


getTrustedServices

ServiceProtos.ServiceHostList getTrustedServices(int index)
repeated .ServiceHostList trusted_services = 2;


getTrustedServicesCount

int getTrustedServicesCount()
repeated .ServiceHostList trusted_services = 2;


getTrustedServicesOrBuilderList

List<? extends ServiceProtos.ServiceHostListOrBuilder> getTrustedServicesOrBuilderList()
repeated .ServiceHostList trusted_services = 2;


getTrustedServicesOrBuilder

ServiceProtos.ServiceHostListOrBuilder getTrustedServicesOrBuilder(int index)
repeated .ServiceHostList trusted_services = 2;


hasRetcode

boolean hasRetcode()
optional int32 retcode = 3;


getRetcode

int getRetcode()
optional int32 retcode = 3;



Copyright © 2016. All rights reserved.