com.alibaba.graphscope.proto.groot.BatchWriteRequestOrBuilder 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: write_service.proto
package com.alibaba.graphscope.proto.groot;
public interface BatchWriteRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:gs.rpc.groot.BatchWriteRequest)
com.google.protobuf.MessageOrBuilder {
/**
* string client_id = 1;
* @return The clientId.
*/
java.lang.String getClientId();
/**
* string client_id = 1;
* @return The bytes for clientId.
*/
com.google.protobuf.ByteString
getClientIdBytes();
/**
* repeated .gs.rpc.groot.WriteRequestPb write_requests = 2;
*/
java.util.List
getWriteRequestsList();
/**
* repeated .gs.rpc.groot.WriteRequestPb write_requests = 2;
*/
com.alibaba.graphscope.proto.groot.WriteRequestPb getWriteRequests(int index);
/**
* repeated .gs.rpc.groot.WriteRequestPb write_requests = 2;
*/
int getWriteRequestsCount();
/**
* repeated .gs.rpc.groot.WriteRequestPb write_requests = 2;
*/
java.util.List extends com.alibaba.graphscope.proto.groot.WriteRequestPbOrBuilder>
getWriteRequestsOrBuilderList();
/**
* repeated .gs.rpc.groot.WriteRequestPb write_requests = 2;
*/
com.alibaba.graphscope.proto.groot.WriteRequestPbOrBuilder getWriteRequestsOrBuilder(
int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy