com.alibaba.graphscope.proto.groot.EdgeKindPbOrBuilder 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: schema_common.proto
package com.alibaba.graphscope.proto.groot;
public interface EdgeKindPbOrBuilder extends
// @@protoc_insertion_point(interface_extends:gs.rpc.graph.EdgeKindPb)
com.google.protobuf.MessageOrBuilder {
/**
* string edge_label = 1;
* @return The edgeLabel.
*/
java.lang.String getEdgeLabel();
/**
* string edge_label = 1;
* @return The bytes for edgeLabel.
*/
com.google.protobuf.ByteString
getEdgeLabelBytes();
/**
* .gs.rpc.graph.LabelIdPb edge_label_id = 2;
* @return Whether the edgeLabelId field is set.
*/
boolean hasEdgeLabelId();
/**
* .gs.rpc.graph.LabelIdPb edge_label_id = 2;
* @return The edgeLabelId.
*/
com.alibaba.graphscope.proto.groot.LabelIdPb getEdgeLabelId();
/**
* .gs.rpc.graph.LabelIdPb edge_label_id = 2;
*/
com.alibaba.graphscope.proto.groot.LabelIdPbOrBuilder getEdgeLabelIdOrBuilder();
/**
* string src_vertex_label = 3;
* @return The srcVertexLabel.
*/
java.lang.String getSrcVertexLabel();
/**
* string src_vertex_label = 3;
* @return The bytes for srcVertexLabel.
*/
com.google.protobuf.ByteString
getSrcVertexLabelBytes();
/**
* .gs.rpc.graph.LabelIdPb src_vertex_label_id = 4;
* @return Whether the srcVertexLabelId field is set.
*/
boolean hasSrcVertexLabelId();
/**
* .gs.rpc.graph.LabelIdPb src_vertex_label_id = 4;
* @return The srcVertexLabelId.
*/
com.alibaba.graphscope.proto.groot.LabelIdPb getSrcVertexLabelId();
/**
* .gs.rpc.graph.LabelIdPb src_vertex_label_id = 4;
*/
com.alibaba.graphscope.proto.groot.LabelIdPbOrBuilder getSrcVertexLabelIdOrBuilder();
/**
* string dst_vertex_label = 5;
* @return The dstVertexLabel.
*/
java.lang.String getDstVertexLabel();
/**
* string dst_vertex_label = 5;
* @return The bytes for dstVertexLabel.
*/
com.google.protobuf.ByteString
getDstVertexLabelBytes();
/**
* .gs.rpc.graph.LabelIdPb dst_vertex_label_id = 6;
* @return Whether the dstVertexLabelId field is set.
*/
boolean hasDstVertexLabelId();
/**
* .gs.rpc.graph.LabelIdPb dst_vertex_label_id = 6;
* @return The dstVertexLabelId.
*/
com.alibaba.graphscope.proto.groot.LabelIdPb getDstVertexLabelId();
/**
* .gs.rpc.graph.LabelIdPb dst_vertex_label_id = 6;
*/
com.alibaba.graphscope.proto.groot.LabelIdPbOrBuilder getDstVertexLabelIdOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy