de.unistuttgart.isw.sfsc.clientserver.protocol.session.handshake.Handshake Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: clientserver/protocol/session/handshake/handshake.proto
package de.unistuttgart.isw.sfsc.clientserver.protocol.session.handshake;
public final class Handshake {
private Handshake() {}
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_clientserver_protocol_session_handshake_Hello_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_de_unistuttgart_isw_sfsc_clientserver_protocol_session_handshake_Hello_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_de_unistuttgart_isw_sfsc_clientserver_protocol_session_handshake_Welcome_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_de_unistuttgart_isw_sfsc_clientserver_protocol_session_handshake_Welcome_fieldAccessorTable;
public static com.google.protobuf.Descriptors.FileDescriptor
getDescriptor() {
return descriptor;
}
private static com.google.protobuf.Descriptors.FileDescriptor
descriptor;
static {
java.lang.String[] descriptorData = {
"\n7clientserver/protocol/session/handshak" +
"e/handshake.proto\[email protected]" +
"fsc.clientserver.protocol.session.handsh" +
"ake\032\033framework/types/types.proto\"\227\001\n\005Hel" +
"lo\022D\n\nadapter_id\030\001 \001(\01320.de.unistuttgart" +
".isw.sfsc.framework.types.SfscId\022H\n\017hear" +
"tbeat_topic\030\002 \001(\0132/.de.unistuttgart.isw." +
"sfsc.framework.types.Topic\"L\n\007Welcome\022A\n" +
"\007core_id\030\001 \001(\01320.de.unistuttgart.isw.sfs" +
"c.framework.types.SfscIdB\002P\001b\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
de.unistuttgart.isw.sfsc.framework.types.Types.getDescriptor(),
});
internal_static_de_unistuttgart_isw_sfsc_clientserver_protocol_session_handshake_Hello_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_de_unistuttgart_isw_sfsc_clientserver_protocol_session_handshake_Hello_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_de_unistuttgart_isw_sfsc_clientserver_protocol_session_handshake_Hello_descriptor,
new java.lang.String[] { "AdapterId", "HeartbeatTopic", });
internal_static_de_unistuttgart_isw_sfsc_clientserver_protocol_session_handshake_Welcome_descriptor =
getDescriptor().getMessageTypes().get(1);
internal_static_de_unistuttgart_isw_sfsc_clientserver_protocol_session_handshake_Welcome_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_de_unistuttgart_isw_sfsc_clientserver_protocol_session_handshake_Welcome_descriptor,
new java.lang.String[] { "CoreId", });
de.unistuttgart.isw.sfsc.framework.types.Types.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy