com.alibaba.graphscope.proto.groot.RelationShipProtoOrBuilder 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/schema.proto
package com.alibaba.graphscope.proto.groot;
public interface RelationShipProtoOrBuilder extends
// @@protoc_insertion_point(interface_extends:gs.rpc.groot.RelationShipProto)
com.google.protobuf.MessageOrBuilder {
/**
* .gs.rpc.groot.TypeIdProto srcId = 1;
* @return Whether the srcId field is set.
*/
boolean hasSrcId();
/**
* .gs.rpc.groot.TypeIdProto srcId = 1;
* @return The srcId.
*/
com.alibaba.graphscope.proto.groot.TypeIdProto getSrcId();
/**
* .gs.rpc.groot.TypeIdProto srcId = 1;
*/
com.alibaba.graphscope.proto.groot.TypeIdProtoOrBuilder getSrcIdOrBuilder();
/**
* .gs.rpc.groot.TypeIdProto dstId = 2;
* @return Whether the dstId field is set.
*/
boolean hasDstId();
/**
* .gs.rpc.groot.TypeIdProto dstId = 2;
* @return The dstId.
*/
com.alibaba.graphscope.proto.groot.TypeIdProto getDstId();
/**
* .gs.rpc.groot.TypeIdProto dstId = 2;
*/
com.alibaba.graphscope.proto.groot.TypeIdProtoOrBuilder getDstIdOrBuilder();
/**
* .gs.rpc.groot.TypeIdProto edgeId = 3;
* @return Whether the edgeId field is set.
*/
boolean hasEdgeId();
/**
* .gs.rpc.groot.TypeIdProto edgeId = 3;
* @return The edgeId.
*/
com.alibaba.graphscope.proto.groot.TypeIdProto getEdgeId();
/**
* .gs.rpc.groot.TypeIdProto edgeId = 3;
*/
com.alibaba.graphscope.proto.groot.TypeIdProtoOrBuilder getEdgeIdOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy