com.alibaba.graphscope.proto.groot.ClientDdlService 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/client_ddl_service.proto
package com.alibaba.graphscope.proto.groot;
public final class ClientDdlService {
private ClientDdlService() {}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistryLite registry) {
}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistry registry) {
registerAllExtensions(
(com.google.protobuf.ExtensionRegistryLite) registry);
}
static final com.google.protobuf.Descriptors.Descriptor
internal_static_gs_rpc_groot_SubmitDdlRequest_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_gs_rpc_groot_SubmitDdlRequest_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_gs_rpc_groot_SubmitDdlResponse_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_gs_rpc_groot_SubmitDdlResponse_fieldAccessorTable;
public static com.google.protobuf.Descriptors.FileDescriptor
getDescriptor() {
return descriptor;
}
private static com.google.protobuf.Descriptors.FileDescriptor
descriptor;
static {
java.lang.String[] descriptorData = {
"\n\"groot/sdk/client_ddl_service.proto\022\014gs" +
".rpc.groot\032\025groot/sdk/model.proto\"C\n\020Sub" +
"mitDdlRequest\022/\n\013ddlRequests\030\001 \003(\0132\032.gs." +
"rpc.groot.DdlRequestPb\"?\n\021SubmitDdlRespo" +
"nse\022*\n\010graphDef\030\001 \001(\0132\030.gs.rpc.groot.Gra" +
"phDefPb2Y\n\tClientDdl\022L\n\tsubmitDdl\022\036.gs.r" +
"pc.groot.SubmitDdlRequest\032\037.gs.rpc.groot" +
".SubmitDdlResponseB&\n\"com.alibaba.graphs" +
"cope.proto.grootP\001b\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
com.alibaba.graphscope.proto.groot.Model.getDescriptor(),
});
internal_static_gs_rpc_groot_SubmitDdlRequest_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_gs_rpc_groot_SubmitDdlRequest_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_gs_rpc_groot_SubmitDdlRequest_descriptor,
new java.lang.String[] { "DdlRequests", });
internal_static_gs_rpc_groot_SubmitDdlResponse_descriptor =
getDescriptor().getMessageTypes().get(1);
internal_static_gs_rpc_groot_SubmitDdlResponse_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_gs_rpc_groot_SubmitDdlResponse_descriptor,
new java.lang.String[] { "GraphDef", });
com.alibaba.graphscope.proto.groot.Model.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy