com.alibaba.graphscope.proto.groot.AddEdgeKindRequestOrBuilder 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: ddl_service.proto
package com.alibaba.graphscope.proto.groot;
public interface AddEdgeKindRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:gs.rpc.groot.AddEdgeKindRequest)
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();
/**
* string src_vertex_label = 2;
* @return The srcVertexLabel.
*/
java.lang.String getSrcVertexLabel();
/**
* string src_vertex_label = 2;
* @return The bytes for srcVertexLabel.
*/
com.google.protobuf.ByteString
getSrcVertexLabelBytes();
/**
* string dst_vertex_label = 3;
* @return The dstVertexLabel.
*/
java.lang.String getDstVertexLabel();
/**
* string dst_vertex_label = 3;
* @return The bytes for dstVertexLabel.
*/
com.google.protobuf.ByteString
getDstVertexLabelBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy