BigpipePBProtocol.MessagePackCommand.Builder |
BigpipePBProtocol.MessagePackCommand.Builder.clear() |
BigpipePBProtocol.MessagePackCommand.Builder |
BigpipePBProtocol.MessagePackCommand.Builder.clearAckId()
optional uint64 ackId = 3;
|
BigpipePBProtocol.MessagePackCommand.Builder |
BigpipePBProtocol.MessagePackCommand.Builder.clearAckType()
optional uint32 ackType = 2;
|
BigpipePBProtocol.MessagePackCommand.Builder |
BigpipePBProtocol.MessagePackCommand.Builder.clearDestination()
optional string destination = 5;
|
BigpipePBProtocol.MessagePackCommand.Builder |
BigpipePBProtocol.MessagePackCommand.Builder.clearEpoch()
optional int64 epoch = 4;
|
BigpipePBProtocol.MessagePackCommand.Builder |
BigpipePBProtocol.MessagePackCommand.Builder.clearMessageNum()
required uint64 messageNum = 1;
|
BigpipePBProtocol.MessagePackCommand.Builder |
BigpipePBProtocol.MessagePackCommand.Builder.clone() |
BigpipePBProtocol.MessagePackCommand.Builder |
BigpipePBProtocol.BigpipeCommand.Builder.getMsgpackBuilder()
optional .com.baidu.ub.bigpipe.protocol.MessagePackCommand msgpack = 3;
|
BigpipePBProtocol.MessagePackCommand.Builder |
BigpipePBProtocol.MessagePackCommand.Builder.mergeFrom(BigpipePBProtocol.MessagePackCommand other) |
BigpipePBProtocol.MessagePackCommand.Builder |
BigpipePBProtocol.MessagePackCommand.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
BigpipePBProtocol.MessagePackCommand.Builder |
BigpipePBProtocol.MessagePackCommand.Builder.mergeFrom(com.google.protobuf.Message other) |
static BigpipePBProtocol.MessagePackCommand.Builder |
BigpipePBProtocol.MessagePackCommand.newBuilder() |
static BigpipePBProtocol.MessagePackCommand.Builder |
BigpipePBProtocol.MessagePackCommand.newBuilder(BigpipePBProtocol.MessagePackCommand prototype) |
BigpipePBProtocol.MessagePackCommand.Builder |
BigpipePBProtocol.MessagePackCommand.newBuilderForType() |
protected BigpipePBProtocol.MessagePackCommand.Builder |
BigpipePBProtocol.MessagePackCommand.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
BigpipePBProtocol.MessagePackCommand.Builder |
BigpipePBProtocol.MessagePackCommand.Builder.setAckId(long value)
optional uint64 ackId = 3;
|
BigpipePBProtocol.MessagePackCommand.Builder |
BigpipePBProtocol.MessagePackCommand.Builder.setAckType(int value)
optional uint32 ackType = 2;
|
BigpipePBProtocol.MessagePackCommand.Builder |
BigpipePBProtocol.MessagePackCommand.Builder.setDestination(String value)
optional string destination = 5;
|
BigpipePBProtocol.MessagePackCommand.Builder |
BigpipePBProtocol.MessagePackCommand.Builder.setDestinationBytes(com.google.protobuf.ByteString value)
optional string destination = 5;
|
BigpipePBProtocol.MessagePackCommand.Builder |
BigpipePBProtocol.MessagePackCommand.Builder.setEpoch(long value)
optional int64 epoch = 4;
|
BigpipePBProtocol.MessagePackCommand.Builder |
BigpipePBProtocol.MessagePackCommand.Builder.setMessageNum(long value)
required uint64 messageNum = 1;
|
BigpipePBProtocol.MessagePackCommand.Builder |
BigpipePBProtocol.MessagePackCommand.toBuilder() |