RowProcessorProtos.ProcessRequest.Builder |
RowProcessorProtos.ProcessRequest.Builder.clear() |
RowProcessorProtos.ProcessRequest.Builder |
RowProcessorProtos.ProcessRequest.Builder.clearNonce()
optional uint64 nonce = 5;
|
RowProcessorProtos.ProcessRequest.Builder |
RowProcessorProtos.ProcessRequest.Builder.clearNonceGroup()
optional uint64 nonce_group = 4;
|
RowProcessorProtos.ProcessRequest.Builder |
RowProcessorProtos.ProcessRequest.Builder.clearRowProcessorClassName()
required string row_processor_class_name = 1;
|
RowProcessorProtos.ProcessRequest.Builder |
RowProcessorProtos.ProcessRequest.Builder.clearRowProcessorInitializerMessage()
optional bytes row_processor_initializer_message = 3;
|
RowProcessorProtos.ProcessRequest.Builder |
RowProcessorProtos.ProcessRequest.Builder.clearRowProcessorInitializerMessageName()
optional string row_processor_initializer_message_name = 2;
|
RowProcessorProtos.ProcessRequest.Builder |
RowProcessorProtos.ProcessRequest.Builder.clone() |
RowProcessorProtos.ProcessRequest.Builder |
RowProcessorProtos.ProcessRequest.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
RowProcessorProtos.ProcessRequest.Builder |
RowProcessorProtos.ProcessRequest.Builder.mergeFrom(com.google.protobuf.Message other) |
RowProcessorProtos.ProcessRequest.Builder |
RowProcessorProtos.ProcessRequest.Builder.mergeFrom(RowProcessorProtos.ProcessRequest other) |
static RowProcessorProtos.ProcessRequest.Builder |
RowProcessorProtos.ProcessRequest.newBuilder() |
static RowProcessorProtos.ProcessRequest.Builder |
RowProcessorProtos.ProcessRequest.newBuilder(RowProcessorProtos.ProcessRequest prototype) |
RowProcessorProtos.ProcessRequest.Builder |
RowProcessorProtos.ProcessRequest.newBuilderForType() |
protected RowProcessorProtos.ProcessRequest.Builder |
RowProcessorProtos.ProcessRequest.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
RowProcessorProtos.ProcessRequest.Builder |
RowProcessorProtos.ProcessRequest.Builder.setNonce(long value)
optional uint64 nonce = 5;
|
RowProcessorProtos.ProcessRequest.Builder |
RowProcessorProtos.ProcessRequest.Builder.setNonceGroup(long value)
optional uint64 nonce_group = 4;
|
RowProcessorProtos.ProcessRequest.Builder |
RowProcessorProtos.ProcessRequest.Builder.setRowProcessorClassName(String value)
required string row_processor_class_name = 1;
|
RowProcessorProtos.ProcessRequest.Builder |
RowProcessorProtos.ProcessRequest.Builder.setRowProcessorClassNameBytes(com.google.protobuf.ByteString value)
required string row_processor_class_name = 1;
|
RowProcessorProtos.ProcessRequest.Builder |
RowProcessorProtos.ProcessRequest.Builder.setRowProcessorInitializerMessage(com.google.protobuf.ByteString value)
optional bytes row_processor_initializer_message = 3;
|
RowProcessorProtos.ProcessRequest.Builder |
RowProcessorProtos.ProcessRequest.Builder.setRowProcessorInitializerMessageName(String value)
optional string row_processor_initializer_message_name = 2;
|
RowProcessorProtos.ProcessRequest.Builder |
RowProcessorProtos.ProcessRequest.Builder.setRowProcessorInitializerMessageNameBytes(com.google.protobuf.ByteString value)
optional string row_processor_initializer_message_name = 2;
|
RowProcessorProtos.ProcessRequest.Builder |
RowProcessorProtos.ProcessRequest.toBuilder() |