com.baidu.noah.naming.msg
类 ServiceProtos.InstanceStatus

java.lang.Object
  继承者 com.google.protobuf.AbstractMessageLite
      继承者 com.google.protobuf.AbstractMessage
          继承者 com.google.protobuf.GeneratedMessage
              继承者 com.baidu.noah.naming.msg.ServiceProtos.InstanceStatus
所有已实现的接口:
ServiceProtos.InstanceStatusOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable
包容类:
ServiceProtos

public static final class ServiceProtos.InstanceStatus
extends com.google.protobuf.GeneratedMessage
implements ServiceProtos.InstanceStatusOrBuilder

Protobuf type InstanceStatus

另请参见:
序列化表格

嵌套类摘要
static class ServiceProtos.InstanceStatus.Builder
          Protobuf type InstanceStatus
 
从类 com.google.protobuf.GeneratedMessage 继承的嵌套类/接口
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>
 
字段摘要
static int CONTAINER_ID_FIELD_NUMBER
           
static int DEPLOY_PATH_FIELD_NUMBER
           
static int EXTRA_FIELD_NUMBER
           
static int INTERVENTIONAL_STATUS_FIELD_NUMBER
           
static int MULTI_PORT_FIELD_NUMBER
           
static com.google.protobuf.Parser<ServiceProtos.InstanceStatus> PARSER
           
static int PORT_FIELD_NUMBER
           
static int STATUS_FIELD_NUMBER
           
static int TAGS_FIELD_NUMBER
           
 
从类 com.google.protobuf.GeneratedMessage 继承的字段
alwaysUseFieldBuilders
 
方法摘要
 String getContainerId()
          optional string container_id = 7;
 com.google.protobuf.ByteString getContainerIdBytes()
          optional string container_id = 7;
static ServiceProtos.InstanceStatus getDefaultInstance()
           
 ServiceProtos.InstanceStatus getDefaultInstanceForType()
           
 String getDeployPath()
          optional string deploy_path = 8;
 com.google.protobuf.ByteString getDeployPathBytes()
          optional string deploy_path = 8;
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 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;
 com.google.protobuf.Parser<ServiceProtos.InstanceStatus> getParserForType()
           
 int getPort()
          optional int32 port = 1; The port of the SERVICE running on this host
 int getSerializedSize()
           
 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
 com.google.protobuf.UnknownFieldSet getUnknownFields()
           
 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
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
static ServiceProtos.InstanceStatus.Builder newBuilder()
           
static ServiceProtos.InstanceStatus.Builder newBuilder(ServiceProtos.InstanceStatus prototype)
           
 ServiceProtos.InstanceStatus.Builder newBuilderForType()
           
protected  ServiceProtos.InstanceStatus.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
static ServiceProtos.InstanceStatus parseDelimitedFrom(InputStream input)
           
static ServiceProtos.InstanceStatus parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ServiceProtos.InstanceStatus parseFrom(byte[] data)
           
static ServiceProtos.InstanceStatus parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ServiceProtos.InstanceStatus parseFrom(com.google.protobuf.ByteString data)
           
static ServiceProtos.InstanceStatus parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ServiceProtos.InstanceStatus parseFrom(com.google.protobuf.CodedInputStream input)
           
static ServiceProtos.InstanceStatus parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ServiceProtos.InstanceStatus parseFrom(InputStream input)
           
static ServiceProtos.InstanceStatus parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 ServiceProtos.InstanceStatus.Builder toBuilder()
           
protected  Object writeReplace()
           
 void writeTo(com.google.protobuf.CodedOutputStream output)
           
 
从类 com.google.protobuf.GeneratedMessage 继承的方法
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownField
 
从类 com.google.protobuf.AbstractMessage 继承的方法
equals, findInitializationErrors, getInitializationErrorString, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, toString
 
从类 com.google.protobuf.AbstractMessageLite 继承的方法
toByteArray, toByteString, writeDelimitedTo, writeTo
 
从类 java.lang.Object 继承的方法
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
从接口 com.google.protobuf.MessageOrBuilder 继承的方法
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, hasField
 
从接口 com.google.protobuf.MessageLite 继承的方法
toByteArray, toByteString, writeDelimitedTo, writeTo
 

字段详细信息

PARSER

public static com.google.protobuf.Parser<ServiceProtos.InstanceStatus> PARSER

PORT_FIELD_NUMBER

public static final int PORT_FIELD_NUMBER
另请参见:
常量字段值

STATUS_FIELD_NUMBER

public static final int STATUS_FIELD_NUMBER
另请参见:
常量字段值

TAGS_FIELD_NUMBER

public static final int TAGS_FIELD_NUMBER
另请参见:
常量字段值

EXTRA_FIELD_NUMBER

public static final int EXTRA_FIELD_NUMBER
另请参见:
常量字段值

INTERVENTIONAL_STATUS_FIELD_NUMBER

public static final int INTERVENTIONAL_STATUS_FIELD_NUMBER
另请参见:
常量字段值

MULTI_PORT_FIELD_NUMBER

public static final int MULTI_PORT_FIELD_NUMBER
另请参见:
常量字段值

CONTAINER_ID_FIELD_NUMBER

public static final int CONTAINER_ID_FIELD_NUMBER
另请参见:
常量字段值

DEPLOY_PATH_FIELD_NUMBER

public static final int DEPLOY_PATH_FIELD_NUMBER
另请参见:
常量字段值
方法详细信息

getDefaultInstance

public static ServiceProtos.InstanceStatus getDefaultInstance()

getDefaultInstanceForType

public ServiceProtos.InstanceStatus getDefaultInstanceForType()
指定者:
接口 com.google.protobuf.MessageLiteOrBuilder 中的 getDefaultInstanceForType
指定者:
接口 com.google.protobuf.MessageOrBuilder 中的 getDefaultInstanceForType

getUnknownFields

public final com.google.protobuf.UnknownFieldSet getUnknownFields()
指定者:
接口 com.google.protobuf.MessageOrBuilder 中的 getUnknownFields
覆盖:
com.google.protobuf.GeneratedMessage 中的 getUnknownFields

getDescriptor

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()

internalGetFieldAccessorTable

protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
指定者:
com.google.protobuf.GeneratedMessage 中的 internalGetFieldAccessorTable

getParserForType

public com.google.protobuf.Parser<ServiceProtos.InstanceStatus> getParserForType()
指定者:
接口 com.google.protobuf.Message 中的 getParserForType
指定者:
接口 com.google.protobuf.MessageLite 中的 getParserForType
覆盖:
com.google.protobuf.GeneratedMessage 中的 getParserForType

hasPort

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

指定者:
接口 ServiceProtos.InstanceStatusOrBuilder 中的 hasPort

getPort

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

指定者:
接口 ServiceProtos.InstanceStatusOrBuilder 中的 getPort

hasStatus

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

指定者:
接口 ServiceProtos.InstanceStatusOrBuilder 中的 hasStatus

getStatus

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

指定者:
接口 ServiceProtos.InstanceStatusOrBuilder 中的 getStatus

hasTags

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

指定者:
接口 ServiceProtos.InstanceStatusOrBuilder 中的 hasTags

getTags

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

指定者:
接口 ServiceProtos.InstanceStatusOrBuilder 中的 getTags

getTagsBytes

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

指定者:
接口 ServiceProtos.InstanceStatusOrBuilder 中的 getTagsBytes

hasExtra

public boolean hasExtra()
optional string extra = 4;

指定者:
接口 ServiceProtos.InstanceStatusOrBuilder 中的 hasExtra

getExtra

public String getExtra()
optional string extra = 4;

指定者:
接口 ServiceProtos.InstanceStatusOrBuilder 中的 getExtra

getExtraBytes

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

指定者:
接口 ServiceProtos.InstanceStatusOrBuilder 中的 getExtraBytes

hasInterventionalStatus

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

指定者:
接口 ServiceProtos.InstanceStatusOrBuilder 中的 hasInterventionalStatus

getInterventionalStatus

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

指定者:
接口 ServiceProtos.InstanceStatusOrBuilder 中的 getInterventionalStatus

hasMultiPort

public boolean hasMultiPort()
optional string multi_port = 6;

指定者:
接口 ServiceProtos.InstanceStatusOrBuilder 中的 hasMultiPort

getMultiPort

public String getMultiPort()
optional string multi_port = 6;

指定者:
接口 ServiceProtos.InstanceStatusOrBuilder 中的 getMultiPort

getMultiPortBytes

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

指定者:
接口 ServiceProtos.InstanceStatusOrBuilder 中的 getMultiPortBytes

hasContainerId

public boolean hasContainerId()
optional string container_id = 7;

指定者:
接口 ServiceProtos.InstanceStatusOrBuilder 中的 hasContainerId

getContainerId

public String getContainerId()
optional string container_id = 7;

指定者:
接口 ServiceProtos.InstanceStatusOrBuilder 中的 getContainerId

getContainerIdBytes

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

指定者:
接口 ServiceProtos.InstanceStatusOrBuilder 中的 getContainerIdBytes

hasDeployPath

public boolean hasDeployPath()
optional string deploy_path = 8;

指定者:
接口 ServiceProtos.InstanceStatusOrBuilder 中的 hasDeployPath

getDeployPath

public String getDeployPath()
optional string deploy_path = 8;

指定者:
接口 ServiceProtos.InstanceStatusOrBuilder 中的 getDeployPath

getDeployPathBytes

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

指定者:
接口 ServiceProtos.InstanceStatusOrBuilder 中的 getDeployPathBytes

isInitialized

public final boolean isInitialized()
指定者:
接口 com.google.protobuf.MessageLiteOrBuilder 中的 isInitialized
覆盖:
com.google.protobuf.GeneratedMessage 中的 isInitialized

writeTo

public void writeTo(com.google.protobuf.CodedOutputStream output)
             throws IOException
指定者:
接口 com.google.protobuf.MessageLite 中的 writeTo
覆盖:
com.google.protobuf.AbstractMessage 中的 writeTo
抛出:
IOException

getSerializedSize

public int getSerializedSize()
指定者:
接口 com.google.protobuf.MessageLite 中的 getSerializedSize
覆盖:
com.google.protobuf.AbstractMessage 中的 getSerializedSize

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
覆盖:
com.google.protobuf.GeneratedMessage 中的 writeReplace
抛出:
ObjectStreamException

parseFrom

public static ServiceProtos.InstanceStatus parseFrom(com.google.protobuf.ByteString data)
                                              throws com.google.protobuf.InvalidProtocolBufferException
抛出:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static ServiceProtos.InstanceStatus parseFrom(com.google.protobuf.ByteString data,
                                                     com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                              throws com.google.protobuf.InvalidProtocolBufferException
抛出:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static ServiceProtos.InstanceStatus parseFrom(byte[] data)
                                              throws com.google.protobuf.InvalidProtocolBufferException
抛出:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static ServiceProtos.InstanceStatus parseFrom(byte[] data,
                                                     com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                              throws com.google.protobuf.InvalidProtocolBufferException
抛出:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static ServiceProtos.InstanceStatus parseFrom(InputStream input)
                                              throws IOException
抛出:
IOException

parseFrom

public static ServiceProtos.InstanceStatus parseFrom(InputStream input,
                                                     com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                              throws IOException
抛出:
IOException

parseDelimitedFrom

public static ServiceProtos.InstanceStatus parseDelimitedFrom(InputStream input)
                                                       throws IOException
抛出:
IOException

parseDelimitedFrom

public static ServiceProtos.InstanceStatus parseDelimitedFrom(InputStream input,
                                                              com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                       throws IOException
抛出:
IOException

parseFrom

public static ServiceProtos.InstanceStatus parseFrom(com.google.protobuf.CodedInputStream input)
                                              throws IOException
抛出:
IOException

parseFrom

public static ServiceProtos.InstanceStatus parseFrom(com.google.protobuf.CodedInputStream input,
                                                     com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                              throws IOException
抛出:
IOException

newBuilder

public static ServiceProtos.InstanceStatus.Builder newBuilder()

newBuilderForType

public ServiceProtos.InstanceStatus.Builder newBuilderForType()
指定者:
接口 com.google.protobuf.Message 中的 newBuilderForType
指定者:
接口 com.google.protobuf.MessageLite 中的 newBuilderForType

newBuilder

public static ServiceProtos.InstanceStatus.Builder newBuilder(ServiceProtos.InstanceStatus prototype)

toBuilder

public ServiceProtos.InstanceStatus.Builder toBuilder()
指定者:
接口 com.google.protobuf.Message 中的 toBuilder
指定者:
接口 com.google.protobuf.MessageLite 中的 toBuilder

newBuilderForType

protected ServiceProtos.InstanceStatus.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
指定者:
com.google.protobuf.GeneratedMessage 中的 newBuilderForType


Copyright © 2016. All rights reserved.