com.alibaba.graphscope.proto.groot.ResponseOrBuilder 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/schema.proto
package com.alibaba.graphscope.proto.groot;
public interface ResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:gs.rpc.groot.Response)
com.google.protobuf.MessageOrBuilder {
/**
* int32 errCode = 1;
* @return The errCode.
*/
int getErrCode();
/**
* string errMsg = 2;
* @return The errMsg.
*/
java.lang.String getErrMsg();
/**
* string errMsg = 2;
* @return The bytes for errMsg.
*/
com.google.protobuf.ByteString
getErrMsgBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy