com.alibaba.graphscope.proto.groot.OperationBatchPbOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of groot-client Show documentation
Show all versions of groot-client Show documentation
The Java client of Groot, a persistence storage engine
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: groot/sdk/model.proto
package com.alibaba.graphscope.proto.groot;
public interface OperationBatchPbOrBuilder extends
// @@protoc_insertion_point(interface_extends:gs.rpc.groot.OperationBatchPb)
com.google.protobuf.MessageOrBuilder {
/**
* int64 latestSnapshotId = 1;
* @return The latestSnapshotId.
*/
long getLatestSnapshotId();
/**
* repeated .gs.rpc.groot.OperationPb operations = 2;
*/
java.util.List
getOperationsList();
/**
* repeated .gs.rpc.groot.OperationPb operations = 2;
*/
com.alibaba.graphscope.proto.groot.OperationPb getOperations(int index);
/**
* repeated .gs.rpc.groot.OperationPb operations = 2;
*/
int getOperationsCount();
/**
* repeated .gs.rpc.groot.OperationPb operations = 2;
*/
java.util.List extends com.alibaba.graphscope.proto.groot.OperationPbOrBuilder>
getOperationsOrBuilderList();
/**
* repeated .gs.rpc.groot.OperationPb operations = 2;
*/
com.alibaba.graphscope.proto.groot.OperationPbOrBuilder getOperationsOrBuilder(
int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy