com.baidu.noah.naming.msg
接口 ServiceProtos.ServiceAuthListOrBuilder

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

public static interface ServiceProtos.ServiceAuthListOrBuilder
extends com.google.protobuf.MessageOrBuilder


方法摘要
 String getAuthServiceName(int index)
          repeated string auth_service_name = 2;
 com.google.protobuf.ByteString getAuthServiceNameBytes(int index)
          repeated string auth_service_name = 2;
 int getAuthServiceNameCount()
          repeated string auth_service_name = 2;
 List<String> getAuthServiceNameList()
          repeated string auth_service_name = 2;
 String getServiceName()
          optional string service_name = 1;
 com.google.protobuf.ByteString getServiceNameBytes()
          optional string service_name = 1;
 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;


getAuthServiceNameList

List<String> getAuthServiceNameList()
repeated string auth_service_name = 2;


getAuthServiceNameCount

int getAuthServiceNameCount()
repeated string auth_service_name = 2;


getAuthServiceName

String getAuthServiceName(int index)
repeated string auth_service_name = 2;


getAuthServiceNameBytes

com.google.protobuf.ByteString getAuthServiceNameBytes(int index)
repeated string auth_service_name = 2;



Copyright © 2016. All rights reserved.