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

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

  /**
   * string key = 1;
   * @return The key.
   */
  java.lang.String getKey();
  /**
   * string key = 1;
   * @return The bytes for key.
   */
  com.google.protobuf.ByteString
      getKeyBytes();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy