com.alibaba.graphscope.proto.groot.WriteRequestPbOrBuilder 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 WriteRequestPbOrBuilder extends
// @@protoc_insertion_point(interface_extends:gs.rpc.groot.WriteRequestPb)
com.google.protobuf.MessageOrBuilder {
/**
* .gs.rpc.groot.WriteTypePb write_type = 1;
* @return The enum numeric value on the wire for writeType.
*/
int getWriteTypeValue();
/**
* .gs.rpc.groot.WriteTypePb write_type = 1;
* @return The writeType.
*/
com.alibaba.graphscope.proto.groot.WriteTypePb getWriteType();
/**
* .gs.rpc.groot.DataRecordPb data_record = 2;
* @return Whether the dataRecord field is set.
*/
boolean hasDataRecord();
/**
* .gs.rpc.groot.DataRecordPb data_record = 2;
* @return The dataRecord.
*/
com.alibaba.graphscope.proto.groot.DataRecordPb getDataRecord();
/**
* .gs.rpc.groot.DataRecordPb data_record = 2;
*/
com.alibaba.graphscope.proto.groot.DataRecordPbOrBuilder getDataRecordOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy