java.io.deephaven.proto.backplane.grpc.BatchTableRequestOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of deephaven-proto-backplane-grpc Show documentation
Show all versions of deephaven-proto-backplane-grpc Show documentation
The Deephaven proto-backplane-grpc
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: deephaven/proto/table.proto
// Protobuf Java Version: 3.25.3
package io.deephaven.proto.backplane.grpc;
public interface BatchTableRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:io.deephaven.proto.backplane.grpc.BatchTableRequest)
com.google.protobuf.MessageOrBuilder {
/**
* repeated .io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation ops = 1;
*/
java.util.List
getOpsList();
/**
* repeated .io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation ops = 1;
*/
io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation getOps(int index);
/**
* repeated .io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation ops = 1;
*/
int getOpsCount();
/**
* repeated .io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation ops = 1;
*/
java.util.List extends io.deephaven.proto.backplane.grpc.BatchTableRequest.OperationOrBuilder>
getOpsOrBuilderList();
/**
* repeated .io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation ops = 1;
*/
io.deephaven.proto.backplane.grpc.BatchTableRequest.OperationOrBuilder getOpsOrBuilder(
int index);
}