BigpipePBProtocol.UnsubscribeCommand.Builder |
BigpipePBProtocol.UnsubscribeCommand.Builder.clear() |
BigpipePBProtocol.UnsubscribeCommand.Builder |
BigpipePBProtocol.UnsubscribeCommand.Builder.clearDestination()
optional string destination = 1;
|
BigpipePBProtocol.UnsubscribeCommand.Builder |
BigpipePBProtocol.UnsubscribeCommand.Builder.clearReceiptId()
optional string receiptId = 3;
|
BigpipePBProtocol.UnsubscribeCommand.Builder |
BigpipePBProtocol.UnsubscribeCommand.Builder.clearSubscribeId()
optional string subscribeId = 2;
|
BigpipePBProtocol.UnsubscribeCommand.Builder |
BigpipePBProtocol.UnsubscribeCommand.Builder.clone() |
BigpipePBProtocol.UnsubscribeCommand.Builder |
BigpipePBProtocol.BigpipeCommand.Builder.getUnsubscribeBuilder()
optional .com.baidu.ub.bigpipe.protocol.UnsubscribeCommand unsubscribe = 8;
|
BigpipePBProtocol.UnsubscribeCommand.Builder |
BigpipePBProtocol.UnsubscribeCommand.Builder.mergeFrom(BigpipePBProtocol.UnsubscribeCommand other) |
BigpipePBProtocol.UnsubscribeCommand.Builder |
BigpipePBProtocol.UnsubscribeCommand.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
BigpipePBProtocol.UnsubscribeCommand.Builder |
BigpipePBProtocol.UnsubscribeCommand.Builder.mergeFrom(com.google.protobuf.Message other) |
static BigpipePBProtocol.UnsubscribeCommand.Builder |
BigpipePBProtocol.UnsubscribeCommand.newBuilder() |
static BigpipePBProtocol.UnsubscribeCommand.Builder |
BigpipePBProtocol.UnsubscribeCommand.newBuilder(BigpipePBProtocol.UnsubscribeCommand prototype) |
BigpipePBProtocol.UnsubscribeCommand.Builder |
BigpipePBProtocol.UnsubscribeCommand.newBuilderForType() |
protected BigpipePBProtocol.UnsubscribeCommand.Builder |
BigpipePBProtocol.UnsubscribeCommand.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
BigpipePBProtocol.UnsubscribeCommand.Builder |
BigpipePBProtocol.UnsubscribeCommand.Builder.setDestination(String value)
optional string destination = 1;
|
BigpipePBProtocol.UnsubscribeCommand.Builder |
BigpipePBProtocol.UnsubscribeCommand.Builder.setDestinationBytes(com.google.protobuf.ByteString value)
optional string destination = 1;
|
BigpipePBProtocol.UnsubscribeCommand.Builder |
BigpipePBProtocol.UnsubscribeCommand.Builder.setReceiptId(String value)
optional string receiptId = 3;
|
BigpipePBProtocol.UnsubscribeCommand.Builder |
BigpipePBProtocol.UnsubscribeCommand.Builder.setReceiptIdBytes(com.google.protobuf.ByteString value)
optional string receiptId = 3;
|
BigpipePBProtocol.UnsubscribeCommand.Builder |
BigpipePBProtocol.UnsubscribeCommand.Builder.setSubscribeId(String value)
optional string subscribeId = 2;
|
BigpipePBProtocol.UnsubscribeCommand.Builder |
BigpipePBProtocol.UnsubscribeCommand.Builder.setSubscribeIdBytes(com.google.protobuf.ByteString value)
optional string subscribeId = 2;
|
BigpipePBProtocol.UnsubscribeCommand.Builder |
BigpipePBProtocol.UnsubscribeCommand.toBuilder() |