BigpipePBProtocol.ErrorCommand.Builder |
BigpipePBProtocol.ErrorCommand.Builder.clear() |
BigpipePBProtocol.ErrorCommand.Builder |
BigpipePBProtocol.ErrorCommand.Builder.clearErrorCode()
required uint64 errorCode = 1;
|
BigpipePBProtocol.ErrorCommand.Builder |
BigpipePBProtocol.ErrorCommand.Builder.clearErrorMessage()
optional string errorMessage = 2;
|
BigpipePBProtocol.ErrorCommand.Builder |
BigpipePBProtocol.ErrorCommand.Builder.clone() |
BigpipePBProtocol.ErrorCommand.Builder |
BigpipePBProtocol.BigpipeCommand.Builder.getErrorBuilder()
optional .com.baidu.ub.bigpipe.protocol.ErrorCommand error = 22;
|
BigpipePBProtocol.ErrorCommand.Builder |
BigpipePBProtocol.ErrorCommand.Builder.mergeFrom(BigpipePBProtocol.ErrorCommand other) |
BigpipePBProtocol.ErrorCommand.Builder |
BigpipePBProtocol.ErrorCommand.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
BigpipePBProtocol.ErrorCommand.Builder |
BigpipePBProtocol.ErrorCommand.Builder.mergeFrom(com.google.protobuf.Message other) |
static BigpipePBProtocol.ErrorCommand.Builder |
BigpipePBProtocol.ErrorCommand.newBuilder() |
static BigpipePBProtocol.ErrorCommand.Builder |
BigpipePBProtocol.ErrorCommand.newBuilder(BigpipePBProtocol.ErrorCommand prototype) |
BigpipePBProtocol.ErrorCommand.Builder |
BigpipePBProtocol.ErrorCommand.newBuilderForType() |
protected BigpipePBProtocol.ErrorCommand.Builder |
BigpipePBProtocol.ErrorCommand.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
BigpipePBProtocol.ErrorCommand.Builder |
BigpipePBProtocol.ErrorCommand.Builder.setErrorCode(long value)
required uint64 errorCode = 1;
|
BigpipePBProtocol.ErrorCommand.Builder |
BigpipePBProtocol.ErrorCommand.Builder.setErrorMessage(String value)
optional string errorMessage = 2;
|
BigpipePBProtocol.ErrorCommand.Builder |
BigpipePBProtocol.ErrorCommand.Builder.setErrorMessageBytes(com.google.protobuf.ByteString value)
optional string errorMessage = 2;
|
BigpipePBProtocol.ErrorCommand.Builder |
BigpipePBProtocol.ErrorCommand.toBuilder() |