com.alibaba.graphscope.proto.groot.DdlOperationPbOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of groot-client Show documentation
Show all versions of groot-client Show documentation
The Java client of Groot, a persistence storage engine
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: groot/sdk/model.proto
package com.alibaba.graphscope.proto.groot;
public interface DdlOperationPbOrBuilder extends
// @@protoc_insertion_point(interface_extends:gs.rpc.groot.DdlOperationPb)
com.google.protobuf.MessageOrBuilder {
/**
* int64 schemaVersion = 1;
* @return The schemaVersion.
*/
long getSchemaVersion();
/**
* bytes ddlBlob = 2;
* @return The ddlBlob.
*/
com.google.protobuf.ByteString getDdlBlob();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy