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

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

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


方法摘要
 String getCustomDefine()
          optional string custom_define = 4;
 com.google.protobuf.ByteString getCustomDefineBytes()
          optional string custom_define = 4;
 String getFlowctlconf()
          optional string flowctlconf = 12;
 com.google.protobuf.ByteString getFlowctlconfBytes()
          optional string flowctlconf = 12;
 String getGianoInfo()
          optional string giano_info = 11;
 com.google.protobuf.ByteString getGianoInfoBytes()
          optional string giano_info = 11;
 String getGroupNames()
          optional string group_names = 8;
 com.google.protobuf.ByteString getGroupNamesBytes()
          optional string group_names = 8;
 boolean getOpenDeadhostCheck()
          optional bool open_deadhost_check = 5 [default = false];
 boolean getOpenSmartBns()
          optional bool open_smart_bns = 7 [default = false];
 String getQosInfo()
          optional string qos_info = 9;
 com.google.protobuf.ByteString getQosInfoBytes()
          optional string qos_info = 9;
 boolean getQosOpen()
          optional bool qos_open = 10 [default = false];
 String getServiceConf()
          optional string service_conf = 2;
 com.google.protobuf.ByteString getServiceConfBytes()
          optional string service_conf = 2;
 String getServiceName()
          optional string service_name = 1;
 com.google.protobuf.ByteString getServiceNameBytes()
          optional string service_name = 1;
 int getSuType()
          optional int32 su_type = 13;
 int getThreshold()
          optional int32 threshold = 3;
 int getThresholdPercent()
          optional int32 threshold_percent = 6;
 boolean hasCustomDefine()
          optional string custom_define = 4;
 boolean hasFlowctlconf()
          optional string flowctlconf = 12;
 boolean hasGianoInfo()
          optional string giano_info = 11;
 boolean hasGroupNames()
          optional string group_names = 8;
 boolean hasOpenDeadhostCheck()
          optional bool open_deadhost_check = 5 [default = false];
 boolean hasOpenSmartBns()
          optional bool open_smart_bns = 7 [default = false];
 boolean hasQosInfo()
          optional string qos_info = 9;
 boolean hasQosOpen()
          optional bool qos_open = 10 [default = false];
 boolean hasServiceConf()
          optional string service_conf = 2;
 boolean hasServiceName()
          optional string service_name = 1;
 boolean hasSuType()
          optional int32 su_type = 13;
 boolean hasThreshold()
          optional int32 threshold = 3;
 boolean hasThresholdPercent()
          optional int32 threshold_percent = 6;
 
从接口 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;


hasServiceConf

boolean hasServiceConf()
optional string service_conf = 2;


getServiceConf

String getServiceConf()
optional string service_conf = 2;


getServiceConfBytes

com.google.protobuf.ByteString getServiceConfBytes()
optional string service_conf = 2;


hasThreshold

boolean hasThreshold()
optional int32 threshold = 3;


getThreshold

int getThreshold()
optional int32 threshold = 3;


hasCustomDefine

boolean hasCustomDefine()
optional string custom_define = 4;


getCustomDefine

String getCustomDefine()
optional string custom_define = 4;


getCustomDefineBytes

com.google.protobuf.ByteString getCustomDefineBytes()
optional string custom_define = 4;


hasOpenDeadhostCheck

boolean hasOpenDeadhostCheck()
optional bool open_deadhost_check = 5 [default = false];


getOpenDeadhostCheck

boolean getOpenDeadhostCheck()
optional bool open_deadhost_check = 5 [default = false];


hasThresholdPercent

boolean hasThresholdPercent()
optional int32 threshold_percent = 6;


getThresholdPercent

int getThresholdPercent()
optional int32 threshold_percent = 6;


hasOpenSmartBns

boolean hasOpenSmartBns()
optional bool open_smart_bns = 7 [default = false];


getOpenSmartBns

boolean getOpenSmartBns()
optional bool open_smart_bns = 7 [default = false];


hasGroupNames

boolean hasGroupNames()
optional string group_names = 8;


getGroupNames

String getGroupNames()
optional string group_names = 8;


getGroupNamesBytes

com.google.protobuf.ByteString getGroupNamesBytes()
optional string group_names = 8;


hasQosInfo

boolean hasQosInfo()
optional string qos_info = 9;


getQosInfo

String getQosInfo()
optional string qos_info = 9;


getQosInfoBytes

com.google.protobuf.ByteString getQosInfoBytes()
optional string qos_info = 9;


hasQosOpen

boolean hasQosOpen()
optional bool qos_open = 10 [default = false];


getQosOpen

boolean getQosOpen()
optional bool qos_open = 10 [default = false];


hasGianoInfo

boolean hasGianoInfo()
optional string giano_info = 11;


getGianoInfo

String getGianoInfo()
optional string giano_info = 11;


getGianoInfoBytes

com.google.protobuf.ByteString getGianoInfoBytes()
optional string giano_info = 11;


hasFlowctlconf

boolean hasFlowctlconf()
optional string flowctlconf = 12;


getFlowctlconf

String getFlowctlconf()
optional string flowctlconf = 12;


getFlowctlconfBytes

com.google.protobuf.ByteString getFlowctlconfBytes()
optional string flowctlconf = 12;


hasSuType

boolean hasSuType()
optional int32 su_type = 13;


getSuType

int getSuType()
optional int32 su_type = 13;



Copyright © 2016. All rights reserved.