de.unistuttgart.isw.sfsc.messagingpatterns.reqrep.Reqrep Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: messagingpatterns/reqrep/reqrep.proto
package de.unistuttgart.isw.sfsc.messagingpatterns.reqrep;
public final class Reqrep {
private Reqrep() {}
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_de_unistuttgart_isw_sfsc_messagingpatterns_reqrep_Request_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_de_unistuttgart_isw_sfsc_messagingpatterns_reqrep_Request_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_de_unistuttgart_isw_sfsc_messagingpatterns_reqrep_Reply_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_de_unistuttgart_isw_sfsc_messagingpatterns_reqrep_Reply_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%messagingpatterns/reqrep/reqrep.proto\022" +
"1de.unistuttgart.isw.sfsc.messagingpatte" +
"rns.reqrep\"R\n\007Request\022\023\n\013reply_topic\030\001 \001" +
"(\014\022\031\n\021expected_reply_id\030\002 \001(\005\022\027\n\017request" +
"_payload\030\003 \001(\014\"0\n\005Reply\022\020\n\010reply_id\030\001 \001(" +
"\005\022\025\n\rreply_payload\030\002 \001(\014B\002P\001b\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
});
internal_static_de_unistuttgart_isw_sfsc_messagingpatterns_reqrep_Request_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_de_unistuttgart_isw_sfsc_messagingpatterns_reqrep_Request_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_de_unistuttgart_isw_sfsc_messagingpatterns_reqrep_Request_descriptor,
new java.lang.String[] { "ReplyTopic", "ExpectedReplyId", "RequestPayload", });
internal_static_de_unistuttgart_isw_sfsc_messagingpatterns_reqrep_Reply_descriptor =
getDescriptor().getMessageTypes().get(1);
internal_static_de_unistuttgart_isw_sfsc_messagingpatterns_reqrep_Reply_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_de_unistuttgart_isw_sfsc_messagingpatterns_reqrep_Reply_descriptor,
new java.lang.String[] { "ReplyId", "ReplyPayload", });
}
// @@protoc_insertion_point(outer_class_scope)
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy