Class UpdateByRequest.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<UpdateByRequest.Builder>
com.google.protobuf.GeneratedMessage.Builder<UpdateByRequest.Builder>
io.deephaven.proto.backplane.grpc.UpdateByRequest.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, UpdateByRequestOrBuilder, Cloneable
Enclosing class:
UpdateByRequest

public static final class UpdateByRequest.Builder extends com.google.protobuf.GeneratedMessage.Builder<UpdateByRequest.Builder> implements UpdateByRequestOrBuilder
 Create a table with the same rowset as its parent that will perform the specified set of row
 based operations to it. As opposed to {@link #update(String...)} these operations are more restricted but are
 capable of processing state between rows. This operation will group the table by the specified set of keys if
 provided before applying the operation.
 
Protobuf type io.deephaven.proto.backplane.grpc.UpdateByRequest