com.zepben.protobuf.dc.DcRequests Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of evolve-grpc Show documentation
Show all versions of evolve-grpc Show documentation
Protobuf and gRPC definitions for the evolve platform
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: zepben/protobuf/dc/dc-requests.proto
package com.zepben.protobuf.dc;
public final class DcRequests {
private DcRequests() {}
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_zepben_protobuf_dc_GetIdentifiedObjectsRequest_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_zepben_protobuf_dc_GetIdentifiedObjectsRequest_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_zepben_protobuf_dc_GetDiagramObjectsRequest_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_zepben_protobuf_dc_GetDiagramObjectsRequest_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$zepben/protobuf/dc/dc-requests.proto\022\022" +
"zepben.protobuf.dc\"?\n\033GetIdentifiedObjec" +
"tsRequest\022\021\n\tmessageId\030\001 \001(\003\022\r\n\005mrids\030\002 " +
"\003(\t\"<\n\030GetDiagramObjectsRequest\022\021\n\tmessa" +
"geId\030\001 \001(\003\022\r\n\005mrids\030\002 \003(\tB/\n\026com.zepben." +
"protobuf.dcP\001\252\002\022Zepben.Protobuf.DCb\006prot" +
"o3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
});
internal_static_zepben_protobuf_dc_GetIdentifiedObjectsRequest_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_zepben_protobuf_dc_GetIdentifiedObjectsRequest_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_zepben_protobuf_dc_GetIdentifiedObjectsRequest_descriptor,
new java.lang.String[] { "MessageId", "Mrids", });
internal_static_zepben_protobuf_dc_GetDiagramObjectsRequest_descriptor =
getDescriptor().getMessageTypes().get(1);
internal_static_zepben_protobuf_dc_GetDiagramObjectsRequest_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_zepben_protobuf_dc_GetDiagramObjectsRequest_descriptor,
new java.lang.String[] { "MessageId", "Mrids", });
}
// @@protoc_insertion_point(outer_class_scope)
}