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

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

  /**
   * string schemaJson = 1;
   * @return The schemaJson.
   */
  java.lang.String getSchemaJson();
  /**
   * string schemaJson = 1;
   * @return The bytes for schemaJson.
   */
  com.google.protobuf.ByteString
      getSchemaJsonBytes();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy