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

com.alibaba.graphscope.proto.groot.KindOperationPbOrBuilder 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 KindOperationPbOrBuilder extends
    // @@protoc_insertion_point(interface_extends:gs.rpc.groot.KindOperationPb)
    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();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy