com.alibaba.graphscope.proto.groot.PrepareDataLoadPbOrBuilder 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 PrepareDataLoadPbOrBuilder extends
// @@protoc_insertion_point(interface_extends:gs.rpc.groot.PrepareDataLoadPb)
com.google.protobuf.MessageOrBuilder {
/**
* .gs.rpc.groot.DataLoadTargetPb target = 1;
* @return Whether the target field is set.
*/
boolean hasTarget();
/**
* .gs.rpc.groot.DataLoadTargetPb target = 1;
* @return The target.
*/
com.alibaba.graphscope.proto.groot.DataLoadTargetPb getTarget();
/**
* .gs.rpc.groot.DataLoadTargetPb target = 1;
*/
com.alibaba.graphscope.proto.groot.DataLoadTargetPbOrBuilder getTargetOrBuilder();
/**
* int64 tableIdx = 2;
* @return The tableIdx.
*/
long getTableIdx();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy