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

com.alibaba.graphscope.proto.groot.RelationShipRespOrBuilder 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 RelationShipRespOrBuilder extends
    // @@protoc_insertion_point(interface_extends:gs.rpc.groot.RelationShipResp)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .gs.rpc.groot.Response resp = 1;
   * @return Whether the resp field is set.
   */
  boolean hasResp();
  /**
   * .gs.rpc.groot.Response resp = 1;
   * @return The resp.
   */
  com.alibaba.graphscope.proto.groot.Response getResp();
  /**
   * .gs.rpc.groot.Response resp = 1;
   */
  com.alibaba.graphscope.proto.groot.ResponseOrBuilder getRespOrBuilder();

  /**
   * repeated .gs.rpc.groot.RelationShipProto relationShips = 2;
   */
  java.util.List 
      getRelationShipsList();
  /**
   * repeated .gs.rpc.groot.RelationShipProto relationShips = 2;
   */
  com.alibaba.graphscope.proto.groot.RelationShipProto getRelationShips(int index);
  /**
   * repeated .gs.rpc.groot.RelationShipProto relationShips = 2;
   */
  int getRelationShipsCount();
  /**
   * repeated .gs.rpc.groot.RelationShipProto relationShips = 2;
   */
  java.util.List 
      getRelationShipsOrBuilderList();
  /**
   * repeated .gs.rpc.groot.RelationShipProto relationShips = 2;
   */
  com.alibaba.graphscope.proto.groot.RelationShipProtoOrBuilder getRelationShipsOrBuilder(
      int index);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy