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

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

There is a newer version: 0.28.1
Show newest version
// 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