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

com.alibaba.graphscope.proto.groot.GetSchemaResponseOrBuilder 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/client.proto

package com.alibaba.graphscope.proto.groot;

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

  /**
   * .gs.rpc.groot.GraphDefPb graphDef = 1;
   * @return Whether the graphDef field is set.
   */
  boolean hasGraphDef();
  /**
   * .gs.rpc.groot.GraphDefPb graphDef = 1;
   * @return The graphDef.
   */
  com.alibaba.graphscope.proto.groot.GraphDefPb getGraphDef();
  /**
   * .gs.rpc.groot.GraphDefPb graphDef = 1;
   */
  com.alibaba.graphscope.proto.groot.GraphDefPbOrBuilder getGraphDefOrBuilder();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy