com.alibaba.graphscope.proto.groot.EdgeTableIdEntryOrBuilder 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 EdgeTableIdEntryOrBuilder extends
// @@protoc_insertion_point(interface_extends:gs.rpc.groot.EdgeTableIdEntry)
com.google.protobuf.MessageOrBuilder {
/**
* .gs.rpc.graph.EdgeKindPb edgeKind = 1;
* @return Whether the edgeKind field is set.
*/
boolean hasEdgeKind();
/**
* .gs.rpc.graph.EdgeKindPb edgeKind = 1;
* @return The edgeKind.
*/
com.alibaba.graphscope.proto.groot.EdgeKindPb getEdgeKind();
/**
* .gs.rpc.graph.EdgeKindPb edgeKind = 1;
*/
com.alibaba.graphscope.proto.groot.EdgeKindPbOrBuilder getEdgeKindOrBuilder();
/**
* int64 tableId = 2;
* @return The tableId.
*/
long getTableId();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy