com.alibaba.graphscope.proto.groot.WriteService 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: write_service.proto
package com.alibaba.graphscope.proto.groot;
public final class WriteService {
private WriteService() {}
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_GetClientIdRequest_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_gs_rpc_groot_GetClientIdRequest_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_gs_rpc_groot_GetClientIdResponse_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_gs_rpc_groot_GetClientIdResponse_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_gs_rpc_groot_BatchWriteRequest_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_gs_rpc_groot_BatchWriteRequest_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_gs_rpc_groot_BatchWriteResponse_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_gs_rpc_groot_BatchWriteResponse_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_gs_rpc_groot_RemoteFlushRequest_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_gs_rpc_groot_RemoteFlushRequest_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_gs_rpc_groot_RemoteFlushResponse_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_gs_rpc_groot_RemoteFlushResponse_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_gs_rpc_groot_WriteRequestPb_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_gs_rpc_groot_WriteRequestPb_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_gs_rpc_groot_DataRecordPb_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_gs_rpc_groot_DataRecordPb_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_gs_rpc_groot_DataRecordPb_PropertiesEntry_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_gs_rpc_groot_DataRecordPb_PropertiesEntry_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_gs_rpc_groot_VertexRecordKeyPb_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_gs_rpc_groot_VertexRecordKeyPb_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_gs_rpc_groot_VertexRecordKeyPb_PkPropertiesEntry_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_gs_rpc_groot_VertexRecordKeyPb_PkPropertiesEntry_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_gs_rpc_groot_EdgeRecordKeyPb_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_gs_rpc_groot_EdgeRecordKeyPb_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\023write_service.proto\022\014gs.rpc.groot\"\024\n\022G" +
"etClientIdRequest\"(\n\023GetClientIdResponse" +
"\022\021\n\tclient_id\030\001 \001(\t\"\\\n\021BatchWriteRequest" +
"\022\021\n\tclient_id\030\001 \001(\t\0224\n\016write_requests\030\002 " +
"\003(\0132\034.gs.rpc.groot.WriteRequestPb\")\n\022Bat" +
"chWriteResponse\022\023\n\013snapshot_id\030\001 \001(\003\"?\n\022" +
"RemoteFlushRequest\022\023\n\013snapshot_id\030\001 \001(\003\022" +
"\024\n\014wait_time_ms\030\002 \001(\003\"&\n\023RemoteFlushResp" +
"onse\022\017\n\007success\030\001 \001(\010\"p\n\016WriteRequestPb\022" +
"-\n\nwrite_type\030\001 \001(\0162\031.gs.rpc.groot.Write" +
"TypePb\022/\n\013data_record\030\002 \001(\0132\032.gs.rpc.gro" +
"ot.DataRecordPb\"\207\002\n\014DataRecordPb\022<\n\021vert" +
"ex_record_key\030\001 \001(\0132\037.gs.rpc.groot.Verte" +
"xRecordKeyPbH\000\0228\n\017edge_record_key\030\002 \001(\0132" +
"\035.gs.rpc.groot.EdgeRecordKeyPbH\000\022>\n\nprop" +
"erties\030\003 \003(\0132*.gs.rpc.groot.DataRecordPb" +
".PropertiesEntry\0321\n\017PropertiesEntry\022\013\n\003k" +
"ey\030\001 \001(\t\022\r\n\005value\030\002 \001(\t:\0028\001B\014\n\nrecord_ke" +
"y\"\241\001\n\021VertexRecordKeyPb\022\r\n\005label\030\001 \001(\t\022H" +
"\n\rpk_properties\030\002 \003(\01321.gs.rpc.groot.Ver" +
"texRecordKeyPb.PkPropertiesEntry\0323\n\021PkPr" +
"opertiesEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(" +
"\t:\0028\001\"\244\001\n\017EdgeRecordKeyPb\022\r\n\005label\030\001 \001(\t" +
"\0227\n\016src_vertex_key\030\002 \001(\0132\037.gs.rpc.groot." +
"VertexRecordKeyPb\0227\n\016dst_vertex_key\030\003 \001(" +
"\0132\037.gs.rpc.groot.VertexRecordKeyPb\022\020\n\010in" +
"ner_id\030\004 \001(\003*R\n\013WriteTypePb\022\013\n\007UNKNOWN\020\000" +
"\022\n\n\006INSERT\020\001\022\n\n\006UPDATE\020\002\022\n\n\006DELETE\020\003\022\022\n\016" +
"CLEAR_PROPERTY\020\0042\206\002\n\013ClientWrite\022R\n\013getC" +
"lientId\022 .gs.rpc.groot.GetClientIdReques" +
"t\032!.gs.rpc.groot.GetClientIdResponse\022O\n\n" +
"batchWrite\022\037.gs.rpc.groot.BatchWriteRequ" +
"est\032 .gs.rpc.groot.BatchWriteResponse\022R\n" +
"\013remoteFlush\022 .gs.rpc.groot.RemoteFlushR" +
"equest\032!.gs.rpc.groot.RemoteFlushRespons" +
"eB&\n\"com.alibaba.graphscope.proto.grootP" +
"\001b\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
});
internal_static_gs_rpc_groot_GetClientIdRequest_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_gs_rpc_groot_GetClientIdRequest_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_gs_rpc_groot_GetClientIdRequest_descriptor,
new java.lang.String[] { });
internal_static_gs_rpc_groot_GetClientIdResponse_descriptor =
getDescriptor().getMessageTypes().get(1);
internal_static_gs_rpc_groot_GetClientIdResponse_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_gs_rpc_groot_GetClientIdResponse_descriptor,
new java.lang.String[] { "ClientId", });
internal_static_gs_rpc_groot_BatchWriteRequest_descriptor =
getDescriptor().getMessageTypes().get(2);
internal_static_gs_rpc_groot_BatchWriteRequest_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_gs_rpc_groot_BatchWriteRequest_descriptor,
new java.lang.String[] { "ClientId", "WriteRequests", });
internal_static_gs_rpc_groot_BatchWriteResponse_descriptor =
getDescriptor().getMessageTypes().get(3);
internal_static_gs_rpc_groot_BatchWriteResponse_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_gs_rpc_groot_BatchWriteResponse_descriptor,
new java.lang.String[] { "SnapshotId", });
internal_static_gs_rpc_groot_RemoteFlushRequest_descriptor =
getDescriptor().getMessageTypes().get(4);
internal_static_gs_rpc_groot_RemoteFlushRequest_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_gs_rpc_groot_RemoteFlushRequest_descriptor,
new java.lang.String[] { "SnapshotId", "WaitTimeMs", });
internal_static_gs_rpc_groot_RemoteFlushResponse_descriptor =
getDescriptor().getMessageTypes().get(5);
internal_static_gs_rpc_groot_RemoteFlushResponse_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_gs_rpc_groot_RemoteFlushResponse_descriptor,
new java.lang.String[] { "Success", });
internal_static_gs_rpc_groot_WriteRequestPb_descriptor =
getDescriptor().getMessageTypes().get(6);
internal_static_gs_rpc_groot_WriteRequestPb_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_gs_rpc_groot_WriteRequestPb_descriptor,
new java.lang.String[] { "WriteType", "DataRecord", });
internal_static_gs_rpc_groot_DataRecordPb_descriptor =
getDescriptor().getMessageTypes().get(7);
internal_static_gs_rpc_groot_DataRecordPb_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_gs_rpc_groot_DataRecordPb_descriptor,
new java.lang.String[] { "VertexRecordKey", "EdgeRecordKey", "Properties", "RecordKey", });
internal_static_gs_rpc_groot_DataRecordPb_PropertiesEntry_descriptor =
internal_static_gs_rpc_groot_DataRecordPb_descriptor.getNestedTypes().get(0);
internal_static_gs_rpc_groot_DataRecordPb_PropertiesEntry_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_gs_rpc_groot_DataRecordPb_PropertiesEntry_descriptor,
new java.lang.String[] { "Key", "Value", });
internal_static_gs_rpc_groot_VertexRecordKeyPb_descriptor =
getDescriptor().getMessageTypes().get(8);
internal_static_gs_rpc_groot_VertexRecordKeyPb_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_gs_rpc_groot_VertexRecordKeyPb_descriptor,
new java.lang.String[] { "Label", "PkProperties", });
internal_static_gs_rpc_groot_VertexRecordKeyPb_PkPropertiesEntry_descriptor =
internal_static_gs_rpc_groot_VertexRecordKeyPb_descriptor.getNestedTypes().get(0);
internal_static_gs_rpc_groot_VertexRecordKeyPb_PkPropertiesEntry_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_gs_rpc_groot_VertexRecordKeyPb_PkPropertiesEntry_descriptor,
new java.lang.String[] { "Key", "Value", });
internal_static_gs_rpc_groot_EdgeRecordKeyPb_descriptor =
getDescriptor().getMessageTypes().get(9);
internal_static_gs_rpc_groot_EdgeRecordKeyPb_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_gs_rpc_groot_EdgeRecordKeyPb_descriptor,
new java.lang.String[] { "Label", "SrcVertexKey", "DstVertexKey", "InnerId", });
}
// @@protoc_insertion_point(outer_class_scope)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy