Protocol.LocalBlockOpenRequest.Builder |
Protocol.LocalBlockOpenRequest.Builder.clear() |
Protocol.LocalBlockOpenRequest.Builder |
Protocol.LocalBlockOpenRequest.Builder.clearBlockId()
optional int64 block_id = 1;
|
Protocol.LocalBlockOpenRequest.Builder |
Protocol.LocalBlockOpenRequest.Builder.clearPromote()
optional bool promote = 2;
|
Protocol.LocalBlockOpenRequest.Builder |
Protocol.LocalBlockOpenRequest.Builder.clone() |
Protocol.LocalBlockOpenRequest.Builder |
Protocol.LocalBlockOpenRequest.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Protocol.LocalBlockOpenRequest.Builder |
Protocol.LocalBlockOpenRequest.Builder.mergeFrom(com.google.protobuf.Message other) |
Protocol.LocalBlockOpenRequest.Builder |
Protocol.LocalBlockOpenRequest.Builder.mergeFrom(Protocol.LocalBlockOpenRequest other) |
static Protocol.LocalBlockOpenRequest.Builder |
Protocol.LocalBlockOpenRequest.newBuilder() |
static Protocol.LocalBlockOpenRequest.Builder |
Protocol.LocalBlockOpenRequest.newBuilder(Protocol.LocalBlockOpenRequest prototype) |
Protocol.LocalBlockOpenRequest.Builder |
Protocol.LocalBlockOpenRequest.newBuilderForType() |
protected Protocol.LocalBlockOpenRequest.Builder |
Protocol.LocalBlockOpenRequest.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
Protocol.LocalBlockOpenRequest.Builder |
Protocol.LocalBlockOpenRequest.Builder.setBlockId(long value)
optional int64 block_id = 1;
|
Protocol.LocalBlockOpenRequest.Builder |
Protocol.LocalBlockOpenRequest.Builder.setPromote(boolean value)
optional bool promote = 2;
|
Protocol.LocalBlockOpenRequest.Builder |
Protocol.LocalBlockOpenRequest.toBuilder() |