|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectcom.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
com.baidu.noah.naming.msg.NamingProtos.LocalNamingResponse
public static final class NamingProtos.LocalNamingResponse
Protobuf type LocalNamingResponse
data struct response for local naming-service response
| 嵌套类摘要 | |
|---|---|
static class |
NamingProtos.LocalNamingResponse.Builder
Protobuf type LocalNamingResponse
data struct response for local naming-service response
|
| 从类 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 |
INSTANCE_INFO_FIELD_NUMBER
|
static com.google.protobuf.Parser<NamingProtos.LocalNamingResponse> |
PARSER
|
static int |
RETCODE_FIELD_NUMBER
|
static int |
SERVICE_NAME_FIELD_NUMBER
|
static int |
STALE_FIELD_NUMBER
|
static int |
THRESHOLD_FIELD_NUMBER
|
| 从类 com.google.protobuf.GeneratedMessage 继承的字段 |
|---|
alwaysUseFieldBuilders |
| 方法摘要 | |
|---|---|
static NamingProtos.LocalNamingResponse |
getDefaultInstance()
|
NamingProtos.LocalNamingResponse |
getDefaultInstanceForType()
|
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor()
|
ServiceProtos.InstanceInfo |
getInstanceInfo(int index)
repeated .InstanceInfo instance_info = 2;
Host status entities that running this service
|
int |
getInstanceInfoCount()
repeated .InstanceInfo instance_info = 2;
Host status entities that running this service
|
List<ServiceProtos.InstanceInfo> |
getInstanceInfoList()
repeated .InstanceInfo instance_info = 2;
Host status entities that running this service
|
ServiceProtos.InstanceInfoOrBuilder |
getInstanceInfoOrBuilder(int index)
repeated .InstanceInfo instance_info = 2;
Host status entities that running this service
|
List<? extends ServiceProtos.InstanceInfoOrBuilder> |
getInstanceInfoOrBuilderList()
repeated .InstanceInfo instance_info = 2;
Host status entities that running this service
|
com.google.protobuf.Parser<NamingProtos.LocalNamingResponse> |
getParserForType()
|
int |
getRetcode()
optional int32 retcode = 3; |
int |
getSerializedSize()
|
String |
getServiceName()
optional string service_name = 1; |
com.google.protobuf.ByteString |
getServiceNameBytes()
optional string service_name = 1; |
boolean |
getStale()
optional bool stale = 4 [default = false]; |
int |
getThreshold()
optional int32 threshold = 5 [default = 0]; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields()
|
boolean |
hasRetcode()
optional int32 retcode = 3; |
boolean |
hasServiceName()
optional string service_name = 1; |
boolean |
hasStale()
optional bool stale = 4 [default = false]; |
boolean |
hasThreshold()
optional int32 threshold = 5 [default = 0]; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable()
|
boolean |
isInitialized()
|
static NamingProtos.LocalNamingResponse.Builder |
newBuilder()
|
static NamingProtos.LocalNamingResponse.Builder |
newBuilder(NamingProtos.LocalNamingResponse prototype)
|
NamingProtos.LocalNamingResponse.Builder |
newBuilderForType()
|
protected NamingProtos.LocalNamingResponse.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
|
static NamingProtos.LocalNamingResponse |
parseDelimitedFrom(InputStream input)
|
static NamingProtos.LocalNamingResponse |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static NamingProtos.LocalNamingResponse |
parseFrom(byte[] data)
|
static NamingProtos.LocalNamingResponse |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static NamingProtos.LocalNamingResponse |
parseFrom(com.google.protobuf.ByteString data)
|
static NamingProtos.LocalNamingResponse |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static NamingProtos.LocalNamingResponse |
parseFrom(com.google.protobuf.CodedInputStream input)
|
static NamingProtos.LocalNamingResponse |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static NamingProtos.LocalNamingResponse |
parseFrom(InputStream input)
|
static NamingProtos.LocalNamingResponse |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
NamingProtos.LocalNamingResponse.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 |
| 字段详细信息 |
|---|
public static com.google.protobuf.Parser<NamingProtos.LocalNamingResponse> PARSER
public static final int SERVICE_NAME_FIELD_NUMBER
public static final int INSTANCE_INFO_FIELD_NUMBER
public static final int RETCODE_FIELD_NUMBER
public static final int STALE_FIELD_NUMBER
public static final int THRESHOLD_FIELD_NUMBER
| 方法详细信息 |
|---|
public static NamingProtos.LocalNamingResponse getDefaultInstance()
public NamingProtos.LocalNamingResponse getDefaultInstanceForType()
com.google.protobuf.MessageLiteOrBuilder 中的 getDefaultInstanceForTypecom.google.protobuf.MessageOrBuilder 中的 getDefaultInstanceForTypepublic final com.google.protobuf.UnknownFieldSet getUnknownFields()
com.google.protobuf.MessageOrBuilder 中的 getUnknownFieldscom.google.protobuf.GeneratedMessage 中的 getUnknownFieldspublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
com.google.protobuf.GeneratedMessage 中的 internalGetFieldAccessorTablepublic com.google.protobuf.Parser<NamingProtos.LocalNamingResponse> getParserForType()
com.google.protobuf.Message 中的 getParserForTypecom.google.protobuf.MessageLite 中的 getParserForTypecom.google.protobuf.GeneratedMessage 中的 getParserForTypepublic boolean hasServiceName()
optional string service_name = 1;
NamingProtos.LocalNamingResponseOrBuilder 中的 hasServiceNamepublic String getServiceName()
optional string service_name = 1;
NamingProtos.LocalNamingResponseOrBuilder 中的 getServiceNamepublic com.google.protobuf.ByteString getServiceNameBytes()
optional string service_name = 1;
NamingProtos.LocalNamingResponseOrBuilder 中的 getServiceNameBytespublic List<ServiceProtos.InstanceInfo> getInstanceInfoList()
repeated .InstanceInfo instance_info = 2;
Host status entities that running this service
NamingProtos.LocalNamingResponseOrBuilder 中的 getInstanceInfoListpublic List<? extends ServiceProtos.InstanceInfoOrBuilder> getInstanceInfoOrBuilderList()
repeated .InstanceInfo instance_info = 2;
Host status entities that running this service
NamingProtos.LocalNamingResponseOrBuilder 中的 getInstanceInfoOrBuilderListpublic int getInstanceInfoCount()
repeated .InstanceInfo instance_info = 2;
Host status entities that running this service
NamingProtos.LocalNamingResponseOrBuilder 中的 getInstanceInfoCountpublic ServiceProtos.InstanceInfo getInstanceInfo(int index)
repeated .InstanceInfo instance_info = 2;
Host status entities that running this service
NamingProtos.LocalNamingResponseOrBuilder 中的 getInstanceInfopublic ServiceProtos.InstanceInfoOrBuilder getInstanceInfoOrBuilder(int index)
repeated .InstanceInfo instance_info = 2;
Host status entities that running this service
NamingProtos.LocalNamingResponseOrBuilder 中的 getInstanceInfoOrBuilderpublic boolean hasRetcode()
optional int32 retcode = 3;
NamingProtos.LocalNamingResponseOrBuilder 中的 hasRetcodepublic int getRetcode()
optional int32 retcode = 3;
NamingProtos.LocalNamingResponseOrBuilder 中的 getRetcodepublic boolean hasStale()
optional bool stale = 4 [default = false];
NamingProtos.LocalNamingResponseOrBuilder 中的 hasStalepublic boolean getStale()
optional bool stale = 4 [default = false];
NamingProtos.LocalNamingResponseOrBuilder 中的 getStalepublic boolean hasThreshold()
optional int32 threshold = 5 [default = 0];
NamingProtos.LocalNamingResponseOrBuilder 中的 hasThresholdpublic int getThreshold()
optional int32 threshold = 5 [default = 0];
NamingProtos.LocalNamingResponseOrBuilder 中的 getThresholdpublic final boolean isInitialized()
com.google.protobuf.MessageLiteOrBuilder 中的 isInitializedcom.google.protobuf.GeneratedMessage 中的 isInitialized
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
com.google.protobuf.MessageLite 中的 writeTocom.google.protobuf.AbstractMessage 中的 writeToIOExceptionpublic int getSerializedSize()
com.google.protobuf.MessageLite 中的 getSerializedSizecom.google.protobuf.AbstractMessage 中的 getSerializedSize
protected Object writeReplace()
throws ObjectStreamException
com.google.protobuf.GeneratedMessage 中的 writeReplaceObjectStreamException
public static NamingProtos.LocalNamingResponse parseFrom(com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static NamingProtos.LocalNamingResponse parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static NamingProtos.LocalNamingResponse parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static NamingProtos.LocalNamingResponse parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static NamingProtos.LocalNamingResponse parseFrom(InputStream input)
throws IOException
IOException
public static NamingProtos.LocalNamingResponse parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws IOException
IOException
public static NamingProtos.LocalNamingResponse parseDelimitedFrom(InputStream input)
throws IOException
IOException
public static NamingProtos.LocalNamingResponse parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws IOException
IOException
public static NamingProtos.LocalNamingResponse parseFrom(com.google.protobuf.CodedInputStream input)
throws IOException
IOException
public static NamingProtos.LocalNamingResponse parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws IOException
IOExceptionpublic static NamingProtos.LocalNamingResponse.Builder newBuilder()
public NamingProtos.LocalNamingResponse.Builder newBuilderForType()
com.google.protobuf.Message 中的 newBuilderForTypecom.google.protobuf.MessageLite 中的 newBuilderForTypepublic static NamingProtos.LocalNamingResponse.Builder newBuilder(NamingProtos.LocalNamingResponse prototype)
public NamingProtos.LocalNamingResponse.Builder toBuilder()
com.google.protobuf.Message 中的 toBuildercom.google.protobuf.MessageLite 中的 toBuilderprotected NamingProtos.LocalNamingResponse.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
com.google.protobuf.GeneratedMessage 中的 newBuilderForType
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||