All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.alibaba.graphscope.proto.groot.RelationShipReqOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.28.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: groot/sdk/schema.proto

package com.alibaba.graphscope.proto.groot;

public interface RelationShipReqOrBuilder extends
    // @@protoc_insertion_point(interface_extends:gs.rpc.groot.RelationShipReq)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string edgeLabel = 1;
   * @return The edgeLabel.
   */
  java.lang.String getEdgeLabel();
  /**
   * string edgeLabel = 1;
   * @return The bytes for edgeLabel.
   */
  com.google.protobuf.ByteString
      getEdgeLabelBytes();

  /**
   * string srcVertexLabel = 2;
   * @return The srcVertexLabel.
   */
  java.lang.String getSrcVertexLabel();
  /**
   * string srcVertexLabel = 2;
   * @return The bytes for srcVertexLabel.
   */
  com.google.protobuf.ByteString
      getSrcVertexLabelBytes();

  /**
   * string dstVertexLabel = 3;
   * @return The dstVertexLabel.
   */
  java.lang.String getDstVertexLabel();
  /**
   * string dstVertexLabel = 3;
   * @return The bytes for dstVertexLabel.
   */
  com.google.protobuf.ByteString
      getDstVertexLabelBytes();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy