com.craxiom.networksurvey.messaging.Status Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of network-survey-messaging Show documentation
Show all versions of network-survey-messaging Show documentation
Protobuf and gRPC stubs for sending Wireless Protocol Survey messages'
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: craxiom/status.proto
// Protobuf Java Version: 4.27.3
package com.craxiom.networksurvey.messaging;
public final class Status {
private Status() {}
static {
com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
/* major= */ 4,
/* minor= */ 27,
/* patch= */ 3,
/* suffix= */ "",
Status.class.getName());
}
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_ConnectionRequest_descriptor;
static final
com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_ConnectionRequest_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_ConnectionReply_descriptor;
static final
com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_ConnectionReply_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_DeviceStatus_descriptor;
static final
com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_DeviceStatus_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_Error_descriptor;
static final
com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_Error_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_StatusUpdateReply_descriptor;
static final
com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_StatusUpdateReply_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\024craxiom/status.proto\"\027\n\021ConnectionRequ" +
"est:\002\030\001\"/\n\017ConnectionReply\022\030\n\020connection" +
"Accept\030\001 \001(\010:\002\030\001\"\301\001\n\014DeviceStatus\022\032\n\022dev" +
"iceSerialNumber\030\001 \001(\t\022\022\n\ndeviceName\030\002 \001(" +
"\t\022\022\n\ndeviceTime\030\003 \001(\004\022\020\n\010latitude\030\004 \001(\001\022" +
"\021\n\tlongitude\030\005 \001(\001\022\020\n\010altitude\030\006 \001(\002\022\033\n\023" +
"batteryLevelPercent\030\007 \001(\005\022\025\n\005error\030\n \001(\013" +
"2\006.Error:\002\030\001\"!\n\005Error\022\024\n\014errorMessage\030\001 " +
"\001(\t:\002\030\001\"\027\n\021StatusUpdateReply:\002\030\0012\222\001\n\023Net" +
"workSurveyStatus\022<\n\017StartConnection\022\022.Co" +
"nnectionRequest\032\020.ConnectionReply\"\003\210\002\001\0228" +
"\n\014StatusUpdate\022\r.DeviceStatus\032\022.StatusUp" +
"dateReply\"\003\210\002\001(\001\032\003\210\002\001B\'\n#com.craxiom.net" +
"worksurvey.messagingP\001b\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
});
internal_static_ConnectionRequest_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_ConnectionRequest_fieldAccessorTable = new
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_ConnectionRequest_descriptor,
new java.lang.String[] { });
internal_static_ConnectionReply_descriptor =
getDescriptor().getMessageTypes().get(1);
internal_static_ConnectionReply_fieldAccessorTable = new
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_ConnectionReply_descriptor,
new java.lang.String[] { "ConnectionAccept", });
internal_static_DeviceStatus_descriptor =
getDescriptor().getMessageTypes().get(2);
internal_static_DeviceStatus_fieldAccessorTable = new
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_DeviceStatus_descriptor,
new java.lang.String[] { "DeviceSerialNumber", "DeviceName", "DeviceTime", "Latitude", "Longitude", "Altitude", "BatteryLevelPercent", "Error", });
internal_static_Error_descriptor =
getDescriptor().getMessageTypes().get(3);
internal_static_Error_fieldAccessorTable = new
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_Error_descriptor,
new java.lang.String[] { "ErrorMessage", });
internal_static_StatusUpdateReply_descriptor =
getDescriptor().getMessageTypes().get(4);
internal_static_StatusUpdateReply_fieldAccessorTable = new
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_StatusUpdateReply_descriptor,
new java.lang.String[] { });
descriptor.resolveAllFeaturesImmutable();
}
// @@protoc_insertion_point(outer_class_scope)
}