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

com.alibaba.graphscope.proto.groot.EdgeIdPbOrBuilder 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/model.proto

package com.alibaba.graphscope.proto.groot;

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

  /**
   * .gs.rpc.groot.VertexIdPb srcId = 1;
   * @return Whether the srcId field is set.
   */
  boolean hasSrcId();
  /**
   * .gs.rpc.groot.VertexIdPb srcId = 1;
   * @return The srcId.
   */
  com.alibaba.graphscope.proto.groot.VertexIdPb getSrcId();
  /**
   * .gs.rpc.groot.VertexIdPb srcId = 1;
   */
  com.alibaba.graphscope.proto.groot.VertexIdPbOrBuilder getSrcIdOrBuilder();

  /**
   * .gs.rpc.groot.VertexIdPb dstId = 2;
   * @return Whether the dstId field is set.
   */
  boolean hasDstId();
  /**
   * .gs.rpc.groot.VertexIdPb dstId = 2;
   * @return The dstId.
   */
  com.alibaba.graphscope.proto.groot.VertexIdPb getDstId();
  /**
   * .gs.rpc.groot.VertexIdPb dstId = 2;
   */
  com.alibaba.graphscope.proto.groot.VertexIdPbOrBuilder getDstIdOrBuilder();

  /**
   * int64 id = 3;
   * @return The id.
   */
  long getId();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy