tech.relaycorp.relaynet.cogrpc.Cogrpc Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: cogrpc.proto
package tech.relaycorp.relaynet.cogrpc;
public final class Cogrpc {
private Cogrpc() {}
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_relaynet_cogrpc_CargoDelivery_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_relaynet_cogrpc_CargoDelivery_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_relaynet_cogrpc_CargoDeliveryAck_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_relaynet_cogrpc_CargoDeliveryAck_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\014cogrpc.proto\022\017relaynet.cogrpc\"*\n\rCargo" +
"Delivery\022\n\n\002id\030\001 \001(\t\022\r\n\005cargo\030\002 \001(\014\"\036\n\020C" +
"argoDeliveryAck\022\n\n\002id\030\001 \001(\t2\272\001\n\nCargoRel" +
"ay\022U\n\014DeliverCargo\022\036.relaynet.cogrpc.Car" +
"goDelivery\032!.relaynet.cogrpc.CargoDelive" +
"ryAck(\0010\001\022U\n\014CollectCargo\022!.relaynet.cog" +
"rpc.CargoDeliveryAck\032\036.relaynet.cogrpc.C" +
"argoDelivery(\0010\001B\"\n\036tech.relaycorp.relay" +
"net.cogrpcP\001b\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
});
internal_static_relaynet_cogrpc_CargoDelivery_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_relaynet_cogrpc_CargoDelivery_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_relaynet_cogrpc_CargoDelivery_descriptor,
new java.lang.String[] { "Id", "Cargo", });
internal_static_relaynet_cogrpc_CargoDeliveryAck_descriptor =
getDescriptor().getMessageTypes().get(1);
internal_static_relaynet_cogrpc_CargoDeliveryAck_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_relaynet_cogrpc_CargoDeliveryAck_descriptor,
new java.lang.String[] { "Id", });
}
// @@protoc_insertion_point(outer_class_scope)
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy