|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectcom.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
com.baidu.noah.naming.msg.NamingProtos.LocalNamingRequest
public static final class NamingProtos.LocalNamingRequest
Protobuf type LocalNamingRequest
data struct request for local naming-service request
| 嵌套类摘要 | |
|---|---|
static class |
NamingProtos.LocalNamingRequest.Builder
Protobuf type LocalNamingRequest
data struct request for local naming-service request
|
| 从类 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 |
ALL_FIELD_NUMBER
|
static int |
CLIENT_INFO_FIELD_NUMBER
|
static int |
HOST_NAME_FIELD_NUMBER
|
static com.google.protobuf.Parser<NamingProtos.LocalNamingRequest> |
PARSER
|
static int |
PID_FIELD_NUMBER
|
static int |
SERVICE_NAME_FIELD_NUMBER
|
static int |
TYPE_FIELD_NUMBER
|
| 从类 com.google.protobuf.GeneratedMessage 继承的字段 |
|---|
alwaysUseFieldBuilders |
| 方法摘要 | |
|---|---|
boolean |
getAll()
optional bool all = 2 [default = true]; |
NamingProtos.ClientInfo |
getClientInfo()
optional .ClientInfo client_info = 6; |
NamingProtos.ClientInfoOrBuilder |
getClientInfoOrBuilder()
optional .ClientInfo client_info = 6; |
static NamingProtos.LocalNamingRequest |
getDefaultInstance()
|
NamingProtos.LocalNamingRequest |
getDefaultInstanceForType()
|
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor()
|
String |
getHostName()
optional string host_name = 5; |
com.google.protobuf.ByteString |
getHostNameBytes()
optional string host_name = 5; |
com.google.protobuf.Parser<NamingProtos.LocalNamingRequest> |
getParserForType()
|
int |
getPid()
optional int32 pid = 3 [default = -1]; |
int |
getSerializedSize()
|
String |
getServiceName()
optional string service_name = 1; |
com.google.protobuf.ByteString |
getServiceNameBytes()
optional string service_name = 1; |
int |
getType()
optional int32 type = 4 [default = 0]; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields()
|
boolean |
hasAll()
optional bool all = 2 [default = true]; |
boolean |
hasClientInfo()
optional .ClientInfo client_info = 6; |
boolean |
hasHostName()
optional string host_name = 5; |
boolean |
hasPid()
optional int32 pid = 3 [default = -1]; |
boolean |
hasServiceName()
optional string service_name = 1; |
boolean |
hasType()
optional int32 type = 4 [default = 0]; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable()
|
boolean |
isInitialized()
|
static NamingProtos.LocalNamingRequest.Builder |
newBuilder()
|
static NamingProtos.LocalNamingRequest.Builder |
newBuilder(NamingProtos.LocalNamingRequest prototype)
|
NamingProtos.LocalNamingRequest.Builder |
newBuilderForType()
|
protected NamingProtos.LocalNamingRequest.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
|
static NamingProtos.LocalNamingRequest |
parseDelimitedFrom(InputStream input)
|
static NamingProtos.LocalNamingRequest |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static NamingProtos.LocalNamingRequest |
parseFrom(byte[] data)
|
static NamingProtos.LocalNamingRequest |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static NamingProtos.LocalNamingRequest |
parseFrom(com.google.protobuf.ByteString data)
|
static NamingProtos.LocalNamingRequest |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static NamingProtos.LocalNamingRequest |
parseFrom(com.google.protobuf.CodedInputStream input)
|
static NamingProtos.LocalNamingRequest |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static NamingProtos.LocalNamingRequest |
parseFrom(InputStream input)
|
static NamingProtos.LocalNamingRequest |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
NamingProtos.LocalNamingRequest.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.LocalNamingRequest> PARSER
public static final int SERVICE_NAME_FIELD_NUMBER
public static final int ALL_FIELD_NUMBER
public static final int PID_FIELD_NUMBER
public static final int TYPE_FIELD_NUMBER
public static final int HOST_NAME_FIELD_NUMBER
public static final int CLIENT_INFO_FIELD_NUMBER
| 方法详细信息 |
|---|
public static NamingProtos.LocalNamingRequest getDefaultInstance()
public NamingProtos.LocalNamingRequest 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.LocalNamingRequest> getParserForType()
com.google.protobuf.Message 中的 getParserForTypecom.google.protobuf.MessageLite 中的 getParserForTypecom.google.protobuf.GeneratedMessage 中的 getParserForTypepublic boolean hasServiceName()
optional string service_name = 1;
NamingProtos.LocalNamingRequestOrBuilder 中的 hasServiceNamepublic String getServiceName()
optional string service_name = 1;
NamingProtos.LocalNamingRequestOrBuilder 中的 getServiceNamepublic com.google.protobuf.ByteString getServiceNameBytes()
optional string service_name = 1;
NamingProtos.LocalNamingRequestOrBuilder 中的 getServiceNameBytespublic boolean hasAll()
optional bool all = 2 [default = true];
NamingProtos.LocalNamingRequestOrBuilder 中的 hasAllpublic boolean getAll()
optional bool all = 2 [default = true];
NamingProtos.LocalNamingRequestOrBuilder 中的 getAllpublic boolean hasPid()
optional int32 pid = 3 [default = -1];
NamingProtos.LocalNamingRequestOrBuilder 中的 hasPidpublic int getPid()
optional int32 pid = 3 [default = -1];
NamingProtos.LocalNamingRequestOrBuilder 中的 getPidpublic boolean hasType()
optional int32 type = 4 [default = 0];
NamingProtos.LocalNamingRequestOrBuilder 中的 hasTypepublic int getType()
optional int32 type = 4 [default = 0];
NamingProtos.LocalNamingRequestOrBuilder 中的 getTypepublic boolean hasHostName()
optional string host_name = 5;
NamingProtos.LocalNamingRequestOrBuilder 中的 hasHostNamepublic String getHostName()
optional string host_name = 5;
NamingProtos.LocalNamingRequestOrBuilder 中的 getHostNamepublic com.google.protobuf.ByteString getHostNameBytes()
optional string host_name = 5;
NamingProtos.LocalNamingRequestOrBuilder 中的 getHostNameBytespublic boolean hasClientInfo()
optional .ClientInfo client_info = 6;
NamingProtos.LocalNamingRequestOrBuilder 中的 hasClientInfopublic NamingProtos.ClientInfo getClientInfo()
optional .ClientInfo client_info = 6;
NamingProtos.LocalNamingRequestOrBuilder 中的 getClientInfopublic NamingProtos.ClientInfoOrBuilder getClientInfoOrBuilder()
optional .ClientInfo client_info = 6;
NamingProtos.LocalNamingRequestOrBuilder 中的 getClientInfoOrBuilderpublic 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.LocalNamingRequest parseFrom(com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static NamingProtos.LocalNamingRequest parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static NamingProtos.LocalNamingRequest parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static NamingProtos.LocalNamingRequest parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static NamingProtos.LocalNamingRequest parseFrom(InputStream input)
throws IOException
IOException
public static NamingProtos.LocalNamingRequest parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws IOException
IOException
public static NamingProtos.LocalNamingRequest parseDelimitedFrom(InputStream input)
throws IOException
IOException
public static NamingProtos.LocalNamingRequest parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws IOException
IOException
public static NamingProtos.LocalNamingRequest parseFrom(com.google.protobuf.CodedInputStream input)
throws IOException
IOException
public static NamingProtos.LocalNamingRequest parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws IOException
IOExceptionpublic static NamingProtos.LocalNamingRequest.Builder newBuilder()
public NamingProtos.LocalNamingRequest.Builder newBuilderForType()
com.google.protobuf.Message 中的 newBuilderForTypecom.google.protobuf.MessageLite 中的 newBuilderForTypepublic static NamingProtos.LocalNamingRequest.Builder newBuilder(NamingProtos.LocalNamingRequest prototype)
public NamingProtos.LocalNamingRequest.Builder toBuilder()
com.google.protobuf.Message 中的 toBuildercom.google.protobuf.MessageLite 中的 toBuilderprotected NamingProtos.LocalNamingRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
com.google.protobuf.GeneratedMessage 中的 newBuilderForType
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||