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

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

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


方法摘要
 String getContainerId()
          optional string container_id = 7;
 com.google.protobuf.ByteString getContainerIdBytes()
          optional string container_id = 7;
 String getDeployPath()
          optional string deploy_path = 8;
 com.google.protobuf.ByteString getDeployPathBytes()
          optional string deploy_path = 8;
 String getExtra()
          optional string extra = 4;
 com.google.protobuf.ByteString getExtraBytes()
          optional string extra = 4;
 int getInterventionalStatus()
          optional int32 interventional_status = 5 [default = 0]; manual interventional status
 String getMultiPort()
          optional string multi_port = 6;
 com.google.protobuf.ByteString getMultiPortBytes()
          optional string multi_port = 6;
 int getPort()
          optional int32 port = 1; The port of the SERVICE running on this host
 int getStatus()
          optional int32 status = 2; The running status of the SERVICE running on this host
 String getTags()
          optional string tags = 3; The tags user given to this SERVICE running on this host
 com.google.protobuf.ByteString getTagsBytes()
          optional string tags = 3; The tags user given to this SERVICE running on this host
 boolean hasContainerId()
          optional string container_id = 7;
 boolean hasDeployPath()
          optional string deploy_path = 8;
 boolean hasExtra()
          optional string extra = 4;
 boolean hasInterventionalStatus()
          optional int32 interventional_status = 5 [default = 0]; manual interventional status
 boolean hasMultiPort()
          optional string multi_port = 6;
 boolean hasPort()
          optional int32 port = 1; The port of the SERVICE running on this host
 boolean hasStatus()
          optional int32 status = 2; The running status of the SERVICE running on this host
 boolean hasTags()
          optional string tags = 3; The tags user given to this SERVICE running on this host
 
从接口 com.google.protobuf.MessageOrBuilder 继承的方法
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
从接口 com.google.protobuf.MessageLiteOrBuilder 继承的方法
isInitialized
 

方法详细信息

hasPort

boolean hasPort()
optional int32 port = 1;
The port of the SERVICE running on this host
 


getPort

int getPort()
optional int32 port = 1;
The port of the SERVICE running on this host
 


hasStatus

boolean hasStatus()
optional int32 status = 2;
The running status of the SERVICE running on this host 
 


getStatus

int getStatus()
optional int32 status = 2;
The running status of the SERVICE running on this host 
 


hasTags

boolean hasTags()
optional string tags = 3;
The tags user given to this SERVICE running on this host
 


getTags

String getTags()
optional string tags = 3;
The tags user given to this SERVICE running on this host
 


getTagsBytes

com.google.protobuf.ByteString getTagsBytes()
optional string tags = 3;
The tags user given to this SERVICE running on this host
 


hasExtra

boolean hasExtra()
optional string extra = 4;


getExtra

String getExtra()
optional string extra = 4;


getExtraBytes

com.google.protobuf.ByteString getExtraBytes()
optional string extra = 4;


hasInterventionalStatus

boolean hasInterventionalStatus()
optional int32 interventional_status = 5 [default = 0];
manual interventional status
 


getInterventionalStatus

int getInterventionalStatus()
optional int32 interventional_status = 5 [default = 0];
manual interventional status
 


hasMultiPort

boolean hasMultiPort()
optional string multi_port = 6;


getMultiPort

String getMultiPort()
optional string multi_port = 6;


getMultiPortBytes

com.google.protobuf.ByteString getMultiPortBytes()
optional string multi_port = 6;


hasContainerId

boolean hasContainerId()
optional string container_id = 7;


getContainerId

String getContainerId()
optional string container_id = 7;


getContainerIdBytes

com.google.protobuf.ByteString getContainerIdBytes()
optional string container_id = 7;


hasDeployPath

boolean hasDeployPath()
optional string deploy_path = 8;


getDeployPath

String getDeployPath()
optional string deploy_path = 8;


getDeployPathBytes

com.google.protobuf.ByteString getDeployPathBytes()
optional string deploy_path = 8;



Copyright © 2016. All rights reserved.